about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
* users/8359: add Darwin completion directories by defaultPeter Stephenson2005-01-121-1/+1
* 20701: fix compilation on Mac OS X: define is __APPLE__, not APPLEOliver Kiddle2005-01-121-1/+1
* 20695: Fix Cygwin problem with initialising from pointer to imported variable zsh-4.2.2Peter Stephenson2005-01-124-6/+49
* Fix .distfiles and .cvsignorePeter Stephenson2005-01-121-1/+1
* * 20657: Src/Zle/zle_tricky.c: sort completions partially based on LC_COLLAT...Clint Adams2005-01-111-0/+4
* 20666: Avoid creating unnecessary multios when a descriptor is closed andBart Schaefer2005-01-111-1/+2
* 20661: *(+func) = *(e:func:)Peter Stephenson2005-01-101-5/+26
* 20632: incorrect propagation of signals to process groupPeter Stephenson2005-01-051-1/+2
* 20605: Use separate structure with get/set/unset methods fro parameters.Peter Stephenson2004-12-0719-800/+912
* A few minor style tweaks (as discussed in 20595 and 20596).Wayne Davison2004-12-011-6/+7
* Corrected the error-return comment for zchdir() and optimized theWayne Davison2004-11-291-9/+8
* 20591: Stephane Chazelas: use of fchdir in zchdir leaked fd'sPeter Stephenson2004-11-291-3/+7
* 20592: Debian bug#283358: $((##)) failed erraticallyPeter Stephenson2004-11-291-0/+4
* 20576: fix core dump on TRAPEXITPeter Stephenson2004-11-231-1/+13
* 20572: Allow alternative signal namesPeter Stephenson2004-11-225-36/+153
* 20568: debug test in pattern.c was out of datePeter Stephenson2004-11-191-1/+1
* 20566++: prefer SIGCHLD to SIGCLD and SIGPOLL to SIGIOPeter Stephenson2004-11-191-0/+2
* users/8219: add $HISTCMDPeter Stephenson2004-11-161-0/+1
* 20556: change SOCKLEN_T to ZSOCKLEN_T to avoid clashPeter Stephenson2004-11-163-5/+5
* fix "compadd -k assoc1 assoc2"Bart Schaefer2004-11-051-2/+3
* 20528: exec 8>>(grep a) waited incorrectly for grep to finishPeter Stephenson2004-10-291-7/+20
* 20522: must-match optimisation in parameter substitution brokenPeter Stephenson2004-10-261-2/+14
* Fixed an arg in a call to times() (from Borzenkov Andrey).Wayne Davison2004-10-221-1/+1
* 20513: fix tests of zero-length patternsPeter Stephenson2004-10-222-3/+16
* 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
* 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-184-248/+525
* 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: Don't assume null termination for test string in pattern matching.Peter Stephenson2004-10-152-104/+232
* 20482: but with completion inside interactive completionPeter Stephenson2004-10-141-1/+49
* 20467: Reintroduce rusage-based escapes for TIMEFMT.Peter Stephenson2004-10-084-55/+134
* 20462: Use getrusage for timing again.Peter Stephenson2004-10-075-37/+140
* 20412, tweaked: Make test builtin more POSIX compatiblePeter Stephenson2004-10-055-90/+182
* 20418: report parse error rather than crash on unfinished pipelines.Bart Schaefer2004-10-021-2/+6
* - Call saveandpophiststack() with its new writeflags arg.Wayne Davison2004-10-011-1/+2
* - Added an arg to saveandpophiststack() to allow the caller toWayne Davison2004-10-011-3/+4
* - Call saveandpophiststack() with its new writeflags arg.Wayne Davison2004-10-011-3/+6
* Changed HFILE_GOT_SIGNAL to HFILE_NO_REWRITE.Wayne Davison2004-10-011-1/+1
* Silence unused-parameter warnings from the compiler.Wayne Davison2004-10-011-2/+2
* Added HFILE_GOT_SIGNAL.Wayne Davison2004-10-011-0/+1
* Use convbase() instead of a "%d" format to convert a zlong.Wayne Davison2004-10-011-3/+5
* We can't use "%d" on a histent number (which is a zlong these days).Wayne Davison2004-10-011-1/+1
* 20398: allow clean exit from within widget functionPeter Stephenson2004-09-211-1/+7
* 20391: SHLVL wasn't updated in environmentPeter Stephenson2004-09-201-2/+2