Lines Matching +refs:csh +refs:completion +refs:list +refs:init
90 26. For "next" completion matches only consider exact matches of the previous
184 75. Handle completion of ${ variables (Anthony Mallet)
530 9. cygwin signal fixes; only init 32 signals, don't set bit flag on error;
538 3. completion fix to avoid dup hosts from ssh_known_hosts
550 32. completion additions (Tom Warzeka)
553 29. Glob completion listing addition (Tom Warzeka)
558 25. Debian completion additions (Martin Godisch)
613 35. Add Ian D. Allen's bug list.
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)
776 53. module command completion (Dan Nicolaescu)
777 52. Man command completion enhancement (Tom)
806 27. Don't set $shell to csh, if we were invoked as tcsh (Tomas Persson)
872 66. completion fixes (Tom)
928 19. SGI patches (Tomasz J. Cholewo). Also fix completion code to take into
1012 not print timestamps anymore for compatibility with csh.
1038 80. Update to the newest csh sh.file.c
1064 57. fixed again complete-word-raw and list-word-raw
1068 53. complete-word-raw and list-word-raw should work
1070 51. sh.init.c: Signal complete rewrite.
1080 43. completion patch from Paul DuBois.
1086 38. LOGINFIRST now applies to /etc/csh.login
1094 31. Fixed csh bug: [Reported by Jaap]
1113 19. Take into account programmable completion hints when spell checking.
1179 90. Dan's completion fix.
1188 83. Pathname completion bug fixes...
1227 [incompatibility with csh] and $< can be interrupted.
1274 18. New group 'g' completion.
1356 60. Fixed bug in the new tab'ed completion that interfered with old listing.
1374 the list of possible completions... Neat addition from
1394 38. $?0 returns false now on interactive shells for csh compatibility.
1403 31. Improved completion error messages.
1409 26. Signal list fixes from Paul Close. nsig is now a variable.
1421 18. sh.init.c fixes; give 65 signals for all POSIX machines.
1434 13. csh bug fix in foreach [quoteing problem]
1442 10. sigset() bug in ed.init.c; ^C could get disabled sometimes.
1444 8. When completion patterns are used $ and ~ expansion did not work right.
1477 82. Don't free STRNULL in freelex(). Update linked list in copylex() to
1491 74. Added t completion (Gray Watson)
1499 66. Added ^X^I and ^X^D to override programmable listing+completion
1504 62. Horrible bug with the lex linked list; from Loic Grenie, grenie@ens.fr
1510 58. Old style csh completion bug fix [not used] (beto)
1516 #!/bin/csh -f
1559 36. Added new -b -c file operators from SGI csh.
1571 25. nostat accepts now a list shell patterns.
1577 19. Fix automatic correction to work with the new completion.
1610 86. Fixes in listing and completion of non-unique commands.
1620 77. Don't limit completion patterns to 1K.
1633 66. Backquote from completion was broken for machines with no dup2()
1636 63. Fixed bug in Gnmatch(), added 'N' command 'x' completion.
1654 55. interrupting completion restores the current line. [from Marc]
1659 50. Generalized completion syntax and added more completion builtins.
1662 47. New completion style. [[<pattern>[ ]],=<completion action>]
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
1677 38. signal masking for BSD machines was still wrong in tw.init.c
1698 30. binding completion addition.
1713 16. Fix for csh compatible braces.
1827 16. New ed.init.c. Added ed.term.c
1828 15. Still can't get the history exactly csh-like... !-2$ was broken...
1917 23. Compiled and added hp9000s700 to the list of hosts.
1932 16. Hpux now compiles with POSIX. Moved the local chars modes in ed.init.c
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
2017 31. Fixed tty chars in ed.init.c. Some of them were not handled correctly.
2020 29. Fixed the notorious csh 'if(' bug (part of the convex fixes)
2027 csh, this is annoying).
2197 2. RS6000: hacked around execv bug, and ed.init.c warning.