Lines Matching +refs:csh +refs:completion +refs:match +refs:var

31      range character instead of the start of range. [l-z]* would match foo
40 7. convert match() from recursive to backtracking.
90 26. For "next" completion matches only consider exact matches of the previous
184 75. Handle completion of ${ variables (Anthony Mallet)
537 4. if ($var =~ *[^0-9]*) echo not numeric, fix (Andrew Stevenson)
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)
614 34. If we are invoked as csh, default to bsd echo (Matej Vela)
625 24. Fix prompt bugs in $var and %c0n (TAKAI Kousuke)
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)
893 45. Pattern match fix for directory searches (Mike Patnode)
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
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.
1168 and asked to match "foo" with "0"
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.
1394 38. $?0 returns false now on interactive shells for csh compatibility.
1403 31. Improved completion error messages.
1434 13. csh bug fix in foreach [quoteing problem]
1444 8. When completion patterns are used $ and ~ expansion did not work right.
1491 74. Added t completion (Gray Watson)
1498 67. Added $%var, which == strlen(var)
1499 66. Added ^X^I and ^X^D to override programmable listing+completion
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.
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
1698 30. binding completion addition.
1713 16. Fix for csh compatible braces.
1731 echo: No match.
1828 15. Still can't get the history exactly csh-like... !-2$ was broken...
1870 7. globbing should not fail if one or more patterns match.
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)
2027 csh, this is annoying).