Lines Matching +refs:csh +refs:mode +refs:syntax +refs:table

180  77. Don't push the syntax struct on the cleanup stack, because on foo;bar
261 18. Make 'e' in vi mode work like 'b' - use wordchars (Alistair Crooks)
555 27. Fix interrupt resetting code when /etc startup scripts have syntax errors
572 13. setenv syntax check revert (Satoshi I. Nozawa)
614 34. If we are invoked as csh, default to bsd echo (Matej Vela)
649 4. put back csh filec compatible support.
765 64. Add csh emacs mode (Dan Harkless)
806 27. Don't set $shell to csh, if we were invoked as tcsh (Tomas Persson)
958 52. Fix possible core dump when !:<tab> in autoexpand mode (rbrown@ERA.COM)
965 45. Fix problem with sticky non editing mode from Casper Dik.
1012 not print timestamps anymore for compatibility with csh.
1038 80. Update to the newest csh sh.file.c
1062 59. Per's emacs abbreviation mode.
1086 38. LOGINFIRST now applies to /etc/csh.login
1094 31. Fixed csh bug: [Reported by Jaap]
1099 30. Fixed the lossage in setting the looking mode in tw.parse.c before
1227 [incompatibility with csh] and $< can be interrupted.
1283 11. Vi mode word moves [they work like vi and don't obey wordchars anymore].
1394 38. $?0 returns false now on interactive shells for csh compatibility.
1434 13. csh bug fix in foreach [quoteing problem]
1460 97. Overwrite mode takes effect immediately, not delayed by a command.
1510 58. Old style csh completion bug fix [not used] (beto)
1516 #!/bin/csh -f
1527 54. Added e_stuff_char() to put back a character in cooked mode in
1559 36. Added new -b -c file operators from SGI csh.
1659 50. Generalized completion syntax and added more completion builtins.
1672 HOME, TERM, PATH, SHLVL, USER and their csh counterparts. Unset affects
1673 affects only the csh copies of the variables, and unsetenv only the
1713 16. Fix for csh compatible braces.
1784 23. overwrite mode flag, and autologout locking code.
1785 22. overwrite mode would still insert digits!
1787 20. Hpux 8.0 fixes. Sigstack botches with shared libraries. Ansi mode
1793 16. Sticky emacs overwrite mode.
1828 15. Still can't get the history exactly csh-like... !-2$ was broken...
1915 25. Fixed POSIX speed handling in raw mode.
1945 9. All errors should now go through our table. Next step we should
1957 0. Complete overhaul. Brought in the 4.4 csh stuff. Separated most
1958 tcsh and csh code except where I would have to add more global
2020 29. Fixed the notorious csh 'if(' bug (part of the convex fixes)
2026 23. Shouldn't leave tty in raw mode at auto-logout (e.g. when su'ing from a
2027 csh, this is annoying).
2038 16. Bind [A - [D and OA to OD in vi mode to the arrow key functions
2039 so that they work from insert mode.