Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-11-02 | * 20539: Completion/Unix/Command/_make: avoid problems minus signs | Clint Adams | 2 | -1/+6 | |
in expandVars(). | |||||
2004-10-29 | 20528: exec 8>>(grep a) waited incorrectly for grep to finish | Peter Stephenson | 2 | -7/+26 | |
2004-10-26 | 20522: must-match optimisation in parameter substitution broken | Peter Stephenson | 3 | -2/+24 | |
2004-10-22 | 20510 | Wayne Davison | 1 | -0/+5 | |
2004-10-22 | Fixed an arg in a call to times() (from Borzenkov Andrey). | Wayne Davison | 1 | -1/+1 | |
2004-10-22 | _comp_options needs NO_kshtypeset | Bart Schaefer | 2 | -0/+6 | |
2004-10-22 | 20513: fix tests of zero-length patterns | Peter Stephenson | 4 | -3/+27 | |
trivial optimisation in jobs.c (unposted) | |||||
2004-10-21 | 20505 | Wayne Davison | 1 | -0/+6 | |
2004-10-21 | Use the new gettempfile() function. | Wayne Davison | 4 | -16/+9 | |
2004-10-21 | Added gettempfile(), which works like a custom mkstemp() (in addition | Wayne Davison | 1 | -0/+41 | |
to the existing gettempname(), which works like a custom mktemp()). | |||||
2004-10-19 | 20503 | Wayne Davison | 1 | -0/+5 | |
2004-10-19 | Fixed the default completion-cache path. (Change from Alexey Tourbin.) | Wayne Davison | 1 | -2/+2 | |
2004-10-18 | 20499 | Wayne Davison | 1 | -0/+7 | |
2004-10-18 | Added bicat() that works like dyncat(), but uses permanent memory | Wayne Davison | 1 | -0/+17 | |
instead of the heap. | |||||
2004-10-18 | Call gettempname() with its new args. | Wayne Davison | 2 | -4/+4 | |
2004-10-18 | - Fixed an unsafe use of gettempname(). | Wayne Davison | 1 | -3/+5 | |
- Call gettempname() with its new args. | |||||
2004-10-18 | Made gettempname() take a prefix arg and a use_heap arg. When prefix is | Wayne Davison | 1 | -9/+15 | |
non-NULL, it uses the specified prefix instead of $TMPPREFIX. | |||||
2004-10-18 | - Improved lockhistfile() to use the new gettempname() for a unique | Wayne Davison | 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. | |||||
2004-10-18 | 20500: Unmetafy patterns where possible and other minor pattern fixes | Peter Stephenson | 7 | -248/+537 | |
2004-10-18 | 20496 | Wayne Davison | 1 | -0/+9 | |
2004-10-18 | Made zclose() avoid calling close() when fd < 0. | Wayne Davison | 1 | -1/+2 | |
2004-10-17 | In zleread(), initialize the first byte of the "line" buffer to '\0' | Wayne Davison | 1 | -0/+1 | |
so that functions such as magicspace() won't be accessing uninitialized memory when they look at "line". | |||||
2004-10-16 | 20490: string lengths in pattern.c: ChangeLog entry | Peter Stephenson | 1 | -0/+5 | |
2004-10-15 | 20490: Don't assume null termination for test string in pattern matching. | Peter Stephenson | 3 | -104/+237 | |
2004-10-14 | 20482: but with completion inside interactive completion | Peter Stephenson | 2 | -1/+55 | |
2004-10-13 | Simple changes to _make and _rsync. | Wayne Davison | 1 | -0/+8 | |
2004-10-13 | Added the 7 remaining options that were missing from the _arguments | Wayne Davison | 1 | -0/+6 | |
list. | |||||
2004-10-12 | Got rid of "cmdargs" local since it is no longer used. | Wayne Davison | 1 | -1/+1 | |
2004-10-08 | 20467: Reintroduce rusage-based escapes for TIMEFMT. | Peter Stephenson | 7 | -57/+189 | |
2004-10-07 | 20462: Use getrusage for timing again. | Peter Stephenson | 7 | -38/+148 | |
Time processes from before rather than after fork. | |||||
2004-10-07 | _rsync | Wayne Davison | 1 | -0/+5 | |
2004-10-07 | Added the new options for 2.6.3 (only omitting --checksum-seed, which | Wayne Davison | 1 | -2/+5 | |
is an advanced option that is not needed by normal users). | |||||
2004-10-05 | unposted: update README for "test" change | Peter Stephenson | 2 | -1/+15 | |
2004-10-05 | 20412, tweaked: Make test builtin more POSIX compatible | Peter Stephenson | 7 | -90/+198 | |
20435: Make pattern.c not alter strings. | |||||
2004-10-02 | 20418: report parse error rather than crash on unfinished pipelines. | Bart Schaefer | 2 | -2/+11 | |
2004-10-01 | 20438 and a couple unposted changes. | Wayne Davison | 1 | -0/+20 | |
2004-10-01 | - Call saveandpophiststack() with its new writeflags arg. | Wayne Davison | 1 | -1/+2 | |
2004-10-01 | - Added an arg to saveandpophiststack() to allow the caller to | Wayne Davison | 1 | -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 Davison | 1 | -3/+6 | |
- Use the new HFILE_NO_REWRITE flag when saving the history file after a signal was received. | |||||
2004-10-01 | Changed HFILE_GOT_SIGNAL to HFILE_NO_REWRITE. | Wayne Davison | 1 | -1/+1 | |
2004-10-01 | Silence unused-parameter warnings from the compiler. | Wayne Davison | 1 | -2/+2 | |
2004-10-01 | Added HFILE_GOT_SIGNAL. | Wayne Davison | 1 | -0/+1 | |
2004-10-01 | Use convbase() instead of a "%d" format to convert a zlong. | Wayne Davison | 1 | -3/+5 | |
2004-10-01 | We can't use "%d" on a histent number (which is a zlong these days). | Wayne Davison | 1 | -1/+1 | |
Changed the sprintf() to convbase(). | |||||
2004-10-01 | 20277 (modified) | Wayne Davison | 1 | -0/+6 | |
2004-10-01 | This version now uses a zsh function to parse the makefile instead | Wayne Davison | 1 | -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-01 | 20427: Fix problem with _oldlist and custom completer. | Peter Stephenson | 3 | -1/+24 | |
20339: show-completer style | |||||
2004-09-30 | * 20358: Completion/Unix/Command/_make: avoid potential gawk locale bug by ↵ | Clint Adams | 2 | -9/+11 | |
not using awk. | |||||
2004-09-28 | 20414: Completion/Unix/Type/_diff_options: correct missing minus in ↵ | Clint Adams | 2 | -1/+6 | |
--unified, spotted by Paul Wagland. | |||||
2004-09-28 | Some improvements suggested by Oliver. | Wayne Davison | 1 | -12/+9 | |