summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
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).
2004-10-05unposted: update README for "test" changePeter Stephenson2-1/+15
2004-10-0520412, tweaked: Make test builtin more POSIX compatiblePeter Stephenson7-90/+198
20435: Make pattern.c not alter strings.
2004-10-0220418: report parse error rather than crash on unfinished pipelines.Bart Schaefer2-2/+11
2004-10-0120438 and a couple unposted changes.Wayne Davison1-0/+20
2004-10-01- Call saveandpophiststack() with its new writeflags arg.Wayne Davison1-1/+2
2004-10-01- Added an arg to saveandpophiststack() to allow the caller toWayne Davison1-3/+4
specify what flags to send to savehistfile(). - Implemented the HFILE_NO_REWRITE support in savehistfile().
2004-10-01- Call saveandpophiststack() with its new writeflags arg.Wayne Davison1-3/+6
- Use the new HFILE_NO_REWRITE flag when saving the history file after a signal was received.
2004-10-01Changed HFILE_GOT_SIGNAL to HFILE_NO_REWRITE.Wayne Davison1-1/+1
2004-10-01Silence unused-parameter warnings from the compiler.Wayne Davison1-2/+2
2004-10-01Added HFILE_GOT_SIGNAL.Wayne Davison1-0/+1
2004-10-01Use convbase() instead of a "%d" format to convert a zlong.Wayne Davison1-3/+5
2004-10-01We can't use "%d" on a histent number (which is a zlong these days).Wayne Davison1-1/+1
Changed the sprintf() to convbase().
2004-10-0120277 (modified)Wayne Davison1-0/+6
2004-10-01This version now uses a zsh function to parse the makefile insteadWayne Davison1-20/+91
of awk or perl. That function has been enhanced to follow includes and to expand variables (which makes a target such as foo$(EXEEXT) expand into the right executable extention for the current system).
2004-10-0120427: Fix problem with _oldlist and custom completer.Peter Stephenson3-1/+24
20339: show-completer style
2004-09-30 * 20358: Completion/Unix/Command/_make: avoid potential gawk locale bug by ↵Clint Adams2-9/+11
not using awk.
2004-09-2820414: Completion/Unix/Type/_diff_options: correct missing minus in ↵Clint Adams2-1/+6
--unified, spotted by Paul Wagland.
2004-09-28Some improvements suggested by Oliver.Wayne Davison1-12/+9
2004-09-27unposted: improve p4 add to ignore files being added alreadyPeter Stephenson2-1/+13
2004-09-2520409Wayne Davison1-0/+6
2004-09-25Completion for the darcs revision control system. Derived fromWayne Davison1-0/+14
the zsh completion example that ships with darcs.
2004-09-2220397: Fix places where texinfo changes "--" to "-"Bart Schaefer4-4/+11
2004-09-21Unposted: update _perforce for release 2004.2Peter Stephenson2-16/+102
2004-09-2120398: allow clean exit from within widget functionPeter Stephenson2-1/+12
2004-09-20Fix typo.Bart Schaefer1-1/+1
2004-09-2020391: SHLVL wasn't updated in environmentPeter Stephenson2-2/+7
2004-09-2020388: tweak ignoreeof behavior on user-defined widgets to match docs.Bart Schaefer2-2/+13
2004-09-2020387: revised algorithm for the fix in 20363.Bart Schaefer3-17/+19