about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
* 20774: fix e.g. "FOO=BAR BAR=FOO echo" failure to unset FOO after finishing.Bart Schaefer2005-02-021-2/+2
* 20759, 20760, 20765: Improve Cygwin configurationPeter Stephenson2005-02-012-3/+3
* * 20753: use ZS_memmove instead of memmove.Clint Adams2005-01-262-2/+3
* 20752: fix access to ZLE parametersPeter Stephenson2005-01-267-34/+48
* * 20751: Src/Zle/zle_refresh.c: use '?' for character conversion errorClint Adams2005-01-261-2/+2
* * 20747: some wide char support in the zle refresh code.Clint Adams2005-01-262-16/+42
* 20750: fix hang with 20742Peter Stephenson2005-01-261-2/+9
* 20742: More Unicode conversion stuff.Peter Stephenson2005-01-256-112/+281
* users/8422: [[ ... -nt ... ]] with bad stat causedPeter Stephenson2005-01-241-1/+1
* * 20736: Src/Zle/zle_utils.c: change zlegetline() to return a metafied string.Clint Adams2005-01-221-7/+2
* * 2073x: Src/Zle/zle_utils.c, Src/hist.c: modify zlegetline() and zlegetlineClint Adams2005-01-222-2/+28
* Fixed compiler warning about a missing initializer.Wayne Davison2005-01-211-2/+2
* Got rid of "unused parameter" compiler warning for nullsethashfn().Wayne Davison2005-01-211-1/+1
* 20728: add RLIMIT_SIGPENDING and RLIMIT_MSGQUEUE,Peter Stephenson2005-01-192-43/+76
* * 20718: Src/Zle/zle_utils.c: minor cleanup for proto-Unicode stuff.Clint Adams2005-01-161-6/+1
* c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson2005-01-1429-1109/+1187
* 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