about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
...
* 19806: fix bug with %v prompt expansion and negative index beyond array startOliver Kiddle2004-04-211-1/+1
* 19801: implement autoloading of trap functionsPeter Stephenson2004-04-201-3/+21
* 19767, 19785: store flags for -z and -k options to autoload allowing theOliver Kiddle2004-04-201-7/+9
* 19767, 19785: store flags for -z and -k options to autoload allowing theOliver Kiddle2004-04-204-23/+40
* zsh-users/7365: new TRAPS_ASYNC optionPeter Stephenson2004-04-194-4/+14
* Minor optimization to qualnonemptydir() when a dir has a subdir.Wayne Davison2004-04-061-2/+8
* 19712, 19740: allow assigning to associations with i and r subscript flagsOliver Kiddle2004-04-061-1/+8
* Peter Castro: Cygwin improvements for dynamic libraries, text/binary, pathsPeter Stephenson2004-04-064-3/+71
* 19733 with docs tweaked: keymaps for vared and zedPeter Stephenson2004-04-062-65/+89
* 19717: (F) glob qualifier for full directoriesPeter Stephenson2004-04-011-0/+24
* 19707: negative index into arrays should return scalar and not one element arrayOliver Kiddle2004-03-301-1/+2
* 19683: Work around dllwrap problem on CygwinPeter Stephenson2004-03-251-0/+13
* 19682: Don't run ZERR, DEBUG or EXIT traps inside other traps.Peter Stephenson2004-03-251-1/+23
* 19674, modified: support for non-standard ports in zftp.Peter Stephenson2004-03-241-9/+63
* 19671: error in zle-line-init caused infinite loopPeter Stephenson2004-03-221-0/+1
* unposted: make 19655 a bit saferPeter Stephenson2004-03-181-0/+1
* 19655, 19656, 19657: Memory leaks spotted by valgrind.Peter Stephenson2004-03-183-10/+30
* * 19641: Src/Modules/pcre.c: implement -pcre-match conditionalClint Adams2004-03-161-14/+66
* 19629: fix zpty on HP-UXPeter Stephenson2004-03-161-6/+23
* * 19640: Src/Modules/pcre.c: improve error reporting a bit.Clint Adams2004-03-161-4/+4
* * 19631: Doc/Zsh/mod_pcre.yo, Src/Modules/pcre.c: avoid segfaultClint Adams2004-03-161-1/+8
* 19140: release process group on exit if acquiredPeter Stephenson2004-03-161-0/+3
* zsh-users/7160: Check and fix mod_export entries.Peter Stephenson2004-03-122-2/+2
* 19602: cope with output from the preprocessor on HP/UX, Itanium IIOliver Kiddle2004-03-121-1/+1
* 19596: include dlfcn.h instead of dl.h on HP/UX 11Oliver Kiddle2004-03-111-1/+1
* 19595: rename DO to DOLOOP to avoid conflict with curses.h on Tru64 5.1Oliver Kiddle2004-03-115-7/+7
* 19575: Fix problem with trap on EXIT overriding statusPeter Stephenson2004-03-101-18/+35
* 19554: make nocaseglob more efficient on CygwinPeter Stephenson2004-03-081-1/+10
* 19553: rename c in zle to lastcharPeter Stephenson2004-03-088-376/+386
* 19552: missing mod_exportPeter Stephenson2004-03-081-1/+1
* 19549: correct buffer size for printf specOliver Kiddle2004-03-071-1/+1
* zsh-users/7121: NO_CASE_GLOB option for case-insensitive globbingPeter Stephenson2004-03-063-1/+6
* 19474: fix a calculation when displaying completions which areGeoff Wing2004-03-051-2/+2
* Fixed two cases where unmetify() was using an int* to store a valueWayne Davison2004-03-031-3/+6
* 19528: fix error if neither select nor poll availablePeter Stephenson2004-03-031-1/+1
* 19525: suppress compiler warnings and complete groups using lookupd on Mac OSOliver Kiddle2004-03-033-4/+4
* 19532: awk problem on AIX 5Peter Stephenson2004-03-031-2/+6
* 19514: typo in terminfo.cPeter Stephenson2004-03-021-1/+1
* 19512: --enable-pcre optionPeter Stephenson2004-03-011-1/+1
* 19505: compilation with NTTYDISC defined was broken.Peter Stephenson2004-03-011-2/+4
* Got rid of an unused-variable compiler-warning.Wayne Davison2004-02-261-1/+2
* 19460: Another go at fixing the terminfo configuration problemPeter Stephenson2004-02-262-13/+17
* 19456: Fix ptmx tests, again.Peter Stephenson2004-02-204-5/+13
* Silenced some compiler warnings about uninitialized variables.Wayne Davison2004-02-191-4/+4
* 19429: configure test for ptmxPeter Stephenson2004-02-171-9/+11
* 19427: last job in jobs wasn't reported.Peter Stephenson2004-02-171-2/+2
* 19422: fix crash resulting from passing a long option to compctlOliver Kiddle2004-02-151-1/+1
* 19420: Update configure.ac for better Autconf 2.50 support.Peter Stephenson2004-02-142-13/+7
* Another fix in sub_match() to avoid allowing a partial-meta matchWayne Davison2004-02-101-4/+9
* Optimized the check for a widowed Meta character.Wayne Davison2004-02-091-5/+7