Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 20614: fix 20613 | Peter Stephenson | 2004-12-09 | 2 | -8/+8 |
| | |||||
* | 20613: fix inconsistencies with embedded whitespace in match-words-by-style | Peter Stephenson | 2004-12-09 | 2 | -2/+23 |
| | |||||
* | 20612: add options to match-words-by-style widget | Peter Stephenson | 2004-12-09 | 3 | -15/+65 |
| | |||||
* | 20605: Use separate structure with get/set/unset methods fro parameters. | Peter Stephenson | 2004-12-07 | 22 | -821/+1044 |
| | | | | Separate justification width of parameters from base/precision. | ||||
* | 20606: simple verification of pseudorandom numbers | Peter Stephenson | 2004-12-07 | 2 | -0/+37 |
| | |||||
* | update python completion for version 2.4 | Doug Kearns | 2004-12-06 | 2 | -0/+20 |
| | |||||
* | 20595 | Wayne Davison | 2004-12-01 | 1 | -1/+5 |
| | |||||
* | A few minor style tweaks (as discussed in 20595 and 20596). | Wayne Davison | 2004-12-01 | 1 | -6/+7 |
| | |||||
* | update screen completion for version 4.00 | Doug Kearns | 2004-12-01 | 2 | -34/+54 |
| | |||||
* | 20599: test for $((##)) should now check for error | Peter Stephenson | 2004-11-30 | 2 | -2/+6 |
| | |||||
* | Corrected the error-return comment for zchdir() and optimized the | Wayne Davison | 2004-11-29 | 1 | -9/+8 |
| | | | | HAVE_FCHDIR error-return code. | ||||
* | 20591: Stephane Chazelas: use of fchdir in zchdir leaked fd's | Peter Stephenson | 2004-11-29 | 2 | -3/+10 |
| | |||||
* | 20592: Debian bug#283358: $((##)) failed erratically | Peter Stephenson | 2004-11-29 | 2 | -0/+9 |
| | |||||
* | * 20583: Completion/Unix/Command/_ssh: complete "modern" options | Clint Adams | 2004-11-27 | 2 | -5/+17 |
| | | | | such as GSSAPIAuthentication. | ||||
* | offer multiuser screen sessions for attaching/detaching | Doug Kearns | 2004-11-27 | 2 | -5/+10 |
| | |||||
* | 20578: Functions/Prompts/prompt_elite2_setup: handle ttys with slashes in them. | Clint Adams | 2004-11-24 | 2 | -10/+54 |
| | |||||
* | 20576: fix core dump on TRAPEXIT | Peter Stephenson | 2004-11-23 | 2 | -1/+19 |
| | |||||
* | 20572: Allow alternative signal names | Peter Stephenson | 2004-11-22 | 7 | -36/+172 |
| | |||||
* | 20571: update javac completion for J2SE 5.0 | Doug Kearns | 2004-11-20 | 2 | -2/+7 |
| | |||||
* | 20568: debug test in pattern.c was out of date | Peter Stephenson | 2004-11-19 | 2 | -1/+4 |
| | |||||
* | 20566++: prefer SIGCHLD to SIGCLD and SIGPOLL to SIGIO | Peter Stephenson | 2004-11-19 | 2 | -0/+7 |
| | |||||
* | * unposted: Completion/Unix/Type/_pdf: complete pdf files for kpdf. | Clint Adams | 2004-11-18 | 2 | -2/+3 |
| | |||||
* | * Completion/Unix/Command/_bogofilter: fix -w/-p typo, which was noticed by ↵ | Clint Adams | 2004-11-18 | 2 | -1/+6 |
| | | | | Michał Politowski. | ||||
* | users/8219: add $HISTCMD | Peter Stephenson | 2004-11-16 | 4 | -1/+17 |
| | |||||
* | 20556: change SOCKLEN_T to ZSOCKLEN_T to avoid clash | Peter Stephenson | 2004-11-16 | 5 | -6/+12 |
| | |||||
* | improved Mac completion, from Motoi Washida | Peter Stephenson | 2004-11-12 | 7 | -56/+896 |
| | |||||
* | Use ";&" to have the new "(\$*)" case fall through to the continue. | Wayne Davison | 2004-11-11 | 1 | -1/+1 |
| | |||||
* | 20551 | Wayne Davison | 2004-11-10 | 1 | -0/+5 |
| | |||||
* | Handle $$ when expanding variables. | Wayne Davison | 2004-11-10 | 1 | -1/+5 |
| | |||||
* | _bittorrent, from Jussi Pakkanen | Peter Stephenson | 2004-11-09 | 2 | -0/+102 |
| | |||||
* | fix "compadd -k assoc1 assoc2" | Bart Schaefer | 2004-11-05 | 2 | -3/+8 |
| | |||||
* | * 20539: Completion/Unix/Command/_make: avoid problems minus signs | Clint Adams | 2004-11-02 | 2 | -1/+6 |
| | | | | in expandVars(). | ||||
* | 20528: exec 8>>(grep a) waited incorrectly for grep to finish | Peter Stephenson | 2004-10-29 | 2 | -7/+26 |
| | |||||
* | 20522: must-match optimisation in parameter substitution broken | Peter Stephenson | 2004-10-26 | 3 | -2/+24 |
| | |||||
* | 20510 | Wayne Davison | 2004-10-22 | 1 | -0/+5 |
| | |||||
* | Fixed an arg in a call to times() (from Borzenkov Andrey). | Wayne Davison | 2004-10-22 | 1 | -1/+1 |
| | |||||
* | _comp_options needs NO_kshtypeset | Bart Schaefer | 2004-10-22 | 2 | -0/+6 |
| | |||||
* | 20513: fix tests of zero-length patterns | Peter Stephenson | 2004-10-22 | 4 | -3/+27 |
| | | | | trivial optimisation in jobs.c (unposted) | ||||
* | 20505 | Wayne Davison | 2004-10-21 | 1 | -0/+6 |
| | |||||
* | Use the new gettempfile() function. | Wayne Davison | 2004-10-21 | 4 | -16/+9 |
| | |||||
* | Added gettempfile(), which works like a custom mkstemp() (in addition | Wayne Davison | 2004-10-21 | 1 | -0/+41 |
| | | | | to the existing gettempname(), which works like a custom mktemp()). | ||||
* | 20503 | Wayne Davison | 2004-10-19 | 1 | -0/+5 |
| | |||||
* | Fixed the default completion-cache path. (Change from Alexey Tourbin.) | Wayne Davison | 2004-10-19 | 1 | -2/+2 |
| | |||||
* | 20499 | Wayne Davison | 2004-10-18 | 1 | -0/+7 |
| | |||||
* | Added bicat() that works like dyncat(), but uses permanent memory | Wayne Davison | 2004-10-18 | 1 | -0/+17 |
| | | | | instead of the heap. | ||||
* | Call gettempname() with its new args. | Wayne Davison | 2004-10-18 | 2 | -4/+4 |
| | |||||
* | - Fixed an unsafe use of gettempname(). | Wayne Davison | 2004-10-18 | 1 | -3/+5 |
| | | | | - Call gettempname() with its new args. | ||||
* | Made gettempname() take a prefix arg and a use_heap arg. When prefix is | Wayne Davison | 2004-10-18 | 1 | -9/+15 |
| | | | | non-NULL, it uses the specified prefix instead of $TMPPREFIX. | ||||
* | - Improved lockhistfile() to use the new gettempname() for a unique | Wayne Davison | 2004-10-18 | 1 | -14/+15 |
| | | | | | | filename instead of a .PID suffix. - Use bicat() to build the $HISTFILE.LOCK filename. - Put the $HOST value into $HISTFILE.LOCK in addition to the PID. | ||||
* | 20500: Unmetafy patterns where possible and other minor pattern fixes | Peter Stephenson | 2004-10-18 | 7 | -248/+537 |
| |