summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2004-11-27 * 20583: Completion/Unix/Command/_ssh: complete "modern" optionsClint Adams2-5/+17
such as GSSAPIAuthentication.
2004-11-27offer multiuser screen sessions for attaching/detachingDoug Kearns2-5/+10
2004-11-2420578: Functions/Prompts/prompt_elite2_setup: handle ttys with slashes in them.Clint Adams2-10/+54
2004-11-2320576: fix core dump on TRAPEXITPeter Stephenson2-1/+19
2004-11-2220572: Allow alternative signal namesPeter Stephenson7-36/+172
2004-11-2020571: update javac completion for J2SE 5.0Doug Kearns2-2/+7
2004-11-1920568: debug test in pattern.c was out of datePeter Stephenson2-1/+4
2004-11-1920566++: prefer SIGCHLD to SIGCLD and SIGPOLL to SIGIOPeter Stephenson2-0/+7
2004-11-18 * unposted: Completion/Unix/Type/_pdf: complete pdf files for kpdf.Clint Adams2-2/+3
2004-11-18 * Completion/Unix/Command/_bogofilter: fix -w/-p typo, which was noticed by ↵Clint Adams2-1/+6
Michał Politowski.
2004-11-16users/8219: add $HISTCMDPeter Stephenson4-1/+17
2004-11-1620556: change SOCKLEN_T to ZSOCKLEN_T to avoid clashPeter Stephenson5-6/+12
2004-11-12improved Mac completion, from Motoi WashidaPeter Stephenson7-56/+896
2004-11-11Use ";&" to have the new "(\$*)" case fall through to the continue.Wayne Davison1-1/+1
2004-11-1020551Wayne Davison1-0/+5
2004-11-10Handle $$ when expanding variables.Wayne Davison1-1/+5
2004-11-09_bittorrent, from Jussi PakkanenPeter Stephenson2-0/+102
2004-11-05fix "compadd -k assoc1 assoc2"Bart Schaefer2-3/+8
2004-11-02 * 20539: Completion/Unix/Command/_make: avoid problems minus signsClint Adams2-1/+6
in expandVars().
2004-10-2920528: exec 8>>(grep a) waited incorrectly for grep to finishPeter Stephenson2-7/+26
2004-10-2620522: must-match optimisation in parameter substitution brokenPeter Stephenson3-2/+24
2004-10-2220510Wayne Davison1-0/+5
2004-10-22Fixed an arg in a call to times() (from Borzenkov Andrey).Wayne Davison1-1/+1
2004-10-22_comp_options needs NO_kshtypesetBart Schaefer2-0/+6
2004-10-2220513: fix tests of zero-length patternsPeter Stephenson4-3/+27
trivial optimisation in jobs.c (unposted)
2004-10-2120505Wayne Davison1-0/+6
2004-10-21Use the new gettempfile() function.Wayne Davison4-16/+9
2004-10-21Added gettempfile(), which works like a custom mkstemp() (in additionWayne Davison1-0/+41
to the existing gettempname(), which works like a custom mktemp()).
2004-10-1920503Wayne Davison1-0/+5
2004-10-19Fixed the default completion-cache path. (Change from Alexey Tourbin.)Wayne Davison1-2/+2
2004-10-1820499Wayne Davison1-0/+7
2004-10-18Added bicat() that works like dyncat(), but uses permanent memoryWayne Davison1-0/+17
instead of the heap.
2004-10-18Call gettempname() with its new args.Wayne Davison2-4/+4
2004-10-18- Fixed an unsafe use of gettempname().Wayne Davison1-3/+5
- Call gettempname() with its new args.
2004-10-18Made gettempname() take a prefix arg and a use_heap arg. When prefix isWayne Davison1-9/+15
non-NULL, it uses the specified prefix instead of $TMPPREFIX.
2004-10-18- Improved lockhistfile() to use the new gettempname() for a uniqueWayne Davison1-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.
2004-10-1820500: Unmetafy patterns where possible and other minor pattern fixesPeter Stephenson7-248/+537
2004-10-1820496Wayne Davison1-0/+9
2004-10-18Made zclose() avoid calling close() when fd < 0.Wayne Davison1-1/+2
2004-10-17In zleread(), initialize the first byte of the "line" buffer to '\0'Wayne Davison1-0/+1
so that functions such as magicspace() won't be accessing uninitialized memory when they look at "line".
2004-10-1620490: string lengths in pattern.c: ChangeLog entryPeter Stephenson1-0/+5
2004-10-1520490: Don't assume null termination for test string in pattern matching.Peter Stephenson3-104/+237
2004-10-1420482: but with completion inside interactive completionPeter Stephenson2-1/+55
2004-10-13Simple changes to _make and _rsync.Wayne Davison1-0/+8
2004-10-13Added the 7 remaining options that were missing from the _argumentsWayne Davison1-0/+6
list.
2004-10-12Got rid of "cmdargs" local since it is no longer used.Wayne Davison1-1/+1
2004-10-0820467: Reintroduce rusage-based escapes for TIMEFMT.Peter Stephenson7-57/+189
2004-10-0720462: Use getrusage for timing again.Peter Stephenson7-38/+148
Time processes from before rather than after fork.
2004-10-07_rsyncWayne Davison1-0/+5
2004-10-07Added the new options for 2.6.3 (only omitting --checksum-seed, whichWayne Davison1-2/+5
is an advanced option that is not needed by normal users).