about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* 20571: update javac completion for J2SE 5.0Doug Kearns2004-11-202-2/+7
* 20568: debug test in pattern.c was out of datePeter Stephenson2004-11-192-1/+4
* 20566++: prefer SIGCHLD to SIGCLD and SIGPOLL to SIGIOPeter Stephenson2004-11-192-0/+7
* * unposted: Completion/Unix/Type/_pdf: complete pdf files for kpdf.Clint Adams2004-11-182-2/+3
* * Completion/Unix/Command/_bogofilter: fix -w/-p typo, which was noticed by ...Clint Adams2004-11-182-1/+6
* users/8219: add $HISTCMDPeter Stephenson2004-11-164-1/+17
* 20556: change SOCKLEN_T to ZSOCKLEN_T to avoid clashPeter Stephenson2004-11-165-6/+12
* improved Mac completion, from Motoi WashidaPeter Stephenson2004-11-127-56/+896
* Use ";&" to have the new "(\$*)" case fall through to the continue.Wayne Davison2004-11-111-1/+1
* 20551Wayne Davison2004-11-101-0/+5
* Handle $$ when expanding variables.Wayne Davison2004-11-101-1/+5
* _bittorrent, from Jussi PakkanenPeter Stephenson2004-11-092-0/+102
* fix "compadd -k assoc1 assoc2"Bart Schaefer2004-11-052-3/+8
* * 20539: Completion/Unix/Command/_make: avoid problems minus signsClint Adams2004-11-022-1/+6
* 20528: exec 8>>(grep a) waited incorrectly for grep to finishPeter Stephenson2004-10-292-7/+26
* 20522: must-match optimisation in parameter substitution brokenPeter Stephenson2004-10-263-2/+24
* 20510Wayne Davison2004-10-221-0/+5
* Fixed an arg in a call to times() (from Borzenkov Andrey).Wayne Davison2004-10-221-1/+1
* _comp_options needs NO_kshtypesetBart Schaefer2004-10-222-0/+6
* 20513: fix tests of zero-length patternsPeter Stephenson2004-10-224-3/+27
* 20505Wayne Davison2004-10-211-0/+6
* Use the new gettempfile() function.Wayne Davison2004-10-214-16/+9
* Added gettempfile(), which works like a custom mkstemp() (in additionWayne Davison2004-10-211-0/+41
* 20503Wayne Davison2004-10-191-0/+5
* Fixed the default completion-cache path. (Change from Alexey Tourbin.)Wayne Davison2004-10-191-2/+2
* 20499Wayne Davison2004-10-181-0/+7
* Added bicat() that works like dyncat(), but uses permanent memoryWayne Davison2004-10-181-0/+17
* Call gettempname() with its new args.Wayne Davison2004-10-182-4/+4
* - Fixed an unsafe use of gettempname().Wayne Davison2004-10-181-3/+5
* Made gettempname() take a prefix arg and a use_heap arg. When prefix isWayne Davison2004-10-181-9/+15
* - Improved lockhistfile() to use the new gettempname() for a uniqueWayne Davison2004-10-181-14/+15
* 20500: Unmetafy patterns where possible and other minor pattern fixesPeter Stephenson2004-10-187-248/+537
* 20496Wayne Davison2004-10-181-0/+9
* Made zclose() avoid calling close() when fd < 0.Wayne Davison2004-10-181-1/+2
* In zleread(), initialize the first byte of the "line" buffer to '\0'Wayne Davison2004-10-171-0/+1
* 20490: string lengths in pattern.c: ChangeLog entryPeter Stephenson2004-10-161-0/+5
* 20490: Don't assume null termination for test string in pattern matching.Peter Stephenson2004-10-153-104/+237
* 20482: but with completion inside interactive completionPeter Stephenson2004-10-142-1/+55
* Simple changes to _make and _rsync.Wayne Davison2004-10-131-0/+8
* Added the 7 remaining options that were missing from the _argumentsWayne Davison2004-10-131-0/+6
* Got rid of "cmdargs" local since it is no longer used.Wayne Davison2004-10-121-1/+1
* 20467: Reintroduce rusage-based escapes for TIMEFMT.Peter Stephenson2004-10-087-57/+189
* 20462: Use getrusage for timing again.Peter Stephenson2004-10-077-38/+148
* _rsyncWayne Davison2004-10-071-0/+5
* Added the new options for 2.6.3 (only omitting --checksum-seed, whichWayne Davison2004-10-071-2/+5
* unposted: update README for "test" changePeter Stephenson2004-10-052-1/+15
* 20412, tweaked: Make test builtin more POSIX compatiblePeter Stephenson2004-10-057-90/+198
* 20418: report parse error rather than crash on unfinished pipelines.Bart Schaefer2004-10-022-2/+11
* 20438 and a couple unposted changes.Wayne Davison2004-10-011-0/+20
* - Call saveandpophiststack() with its new writeflags arg.Wayne Davison2004-10-011-1/+2