Age | Commit message (Expand) | Author | Files | Lines |
2004-04-06 | Peter Castro: Cygwin improvements for dynamic libraries, text/binary, paths | Peter Stephenson | 4 | -3/+71 |
2004-04-06 | 19733 with docs tweaked: keymaps for vared and zed | Peter Stephenson | 2 | -65/+89 |
2004-04-01 | 19717: (F) glob qualifier for full directories | Peter Stephenson | 1 | -0/+24 |
2004-03-30 | 19707: negative index into arrays should return scalar and not one element array | Oliver Kiddle | 1 | -1/+2 |
2004-03-25 | 19683: Work around dllwrap problem on Cygwin | Peter Stephenson | 1 | -0/+13 |
2004-03-25 | 19682: Don't run ZERR, DEBUG or EXIT traps inside other traps. | Peter Stephenson | 1 | -1/+23 |
2004-03-24 | 19674, modified: support for non-standard ports in zftp. | Peter Stephenson | 1 | -9/+63 |
2004-03-22 | 19671: error in zle-line-init caused infinite loop | Peter Stephenson | 1 | -0/+1 |
2004-03-18 | unposted: make 19655 a bit safer | Peter Stephenson | 1 | -0/+1 |
2004-03-18 | 19655, 19656, 19657: Memory leaks spotted by valgrind. | Peter Stephenson | 3 | -10/+30 |
2004-03-16 | * 19641: Src/Modules/pcre.c: implement -pcre-match conditional | Clint Adams | 1 | -14/+66 |
2004-03-16 | 19629: fix zpty on HP-UX | Peter Stephenson | 1 | -6/+23 |
2004-03-16 | * 19640: Src/Modules/pcre.c: improve error reporting a bit. | Clint Adams | 1 | -4/+4 |
2004-03-16 | * 19631: Doc/Zsh/mod_pcre.yo, Src/Modules/pcre.c: avoid segfault | Clint Adams | 1 | -1/+8 |
2004-03-16 | 19140: release process group on exit if acquired | Peter Stephenson | 1 | -0/+3 |
2004-03-12 | zsh-users/7160: Check and fix mod_export entries. | Peter Stephenson | 2 | -2/+2 |
2004-03-12 | 19602: cope with output from the preprocessor on HP/UX, Itanium II | Oliver Kiddle | 1 | -1/+1 |
2004-03-11 | 19596: include dlfcn.h instead of dl.h on HP/UX 11 | Oliver Kiddle | 1 | -1/+1 |
2004-03-11 | 19595: rename DO to DOLOOP to avoid conflict with curses.h on Tru64 5.1 | Oliver Kiddle | 5 | -7/+7 |
2004-03-10 | 19575: Fix problem with trap on EXIT overriding status | Peter Stephenson | 1 | -18/+35 |
2004-03-08 | 19554: make nocaseglob more efficient on Cygwin | Peter Stephenson | 1 | -1/+10 |
2004-03-08 | 19553: rename c in zle to lastchar | Peter Stephenson | 8 | -376/+386 |
2004-03-08 | 19552: missing mod_export | Peter Stephenson | 1 | -1/+1 |
2004-03-07 | 19549: correct buffer size for printf spec | Oliver Kiddle | 1 | -1/+1 |
2004-03-06 | zsh-users/7121: NO_CASE_GLOB option for case-insensitive globbing | Peter Stephenson | 3 | -1/+6 |
2004-03-05 | 19474: fix a calculation when displaying completions which are | Geoff Wing | 1 | -2/+2 |
2004-03-03 | Fixed two cases where unmetify() was using an int* to store a value | Wayne Davison | 1 | -3/+6 |
2004-03-03 | 19528: fix error if neither select nor poll available | Peter Stephenson | 1 | -1/+1 |
2004-03-03 | 19525: suppress compiler warnings and complete groups using lookupd on Mac OS | Oliver Kiddle | 3 | -4/+4 |
2004-03-03 | 19532: awk problem on AIX 5 | Peter Stephenson | 1 | -2/+6 |
2004-03-02 | 19514: typo in terminfo.c | Peter Stephenson | 1 | -1/+1 |
2004-03-01 | 19512: --enable-pcre option | Peter Stephenson | 1 | -1/+1 |
2004-03-01 | 19505: compilation with NTTYDISC defined was broken. | Peter Stephenson | 1 | -2/+4 |
2004-02-26 | Got rid of an unused-variable compiler-warning. | Wayne Davison | 1 | -1/+2 |
2004-02-26 | 19460: Another go at fixing the terminfo configuration problem | Peter Stephenson | 2 | -13/+17 |
2004-02-20 | 19456: Fix ptmx tests, again. | Peter Stephenson | 4 | -5/+13 |
2004-02-19 | Silenced some compiler warnings about uninitialized variables. | Wayne Davison | 1 | -4/+4 |
2004-02-17 | 19429: configure test for ptmx | Peter Stephenson | 1 | -9/+11 |
2004-02-17 | 19427: last job in jobs wasn't reported. | Peter Stephenson | 1 | -2/+2 |
2004-02-15 | 19422: fix crash resulting from passing a long option to compctl | Oliver Kiddle | 1 | -1/+1 |
2004-02-14 | 19420: Update configure.ac for better Autconf 2.50 support. | Peter Stephenson | 2 | -13/+7 |
2004-02-10 | Another fix in sub_match() to avoid allowing a partial-meta match | Wayne Davison | 1 | -4/+9 |
2004-02-09 | Optimized the check for a widowed Meta character. | Wayne Davison | 1 | -5/+7 |
2004-02-08 | 19408: fix argument handling for ulimit -aH | Peter Stephenson | 1 | -3/+13 |
2004-01-22 | 19389+: fix zmodload -u zsh/datetime, add strftime -s scalar | Peter Stephenson | 1 | -4/+23 |
2004-01-20 | 19385: NULL dereference in add_match_part | Peter Stephenson | 1 | -1/+1 |
2004-01-19 | users/7011: typo in mkbltnmlst.sh | Peter Stephenson | 1 | -1/+1 |
2004-01-15 | 19374: fix typo in 19361 | Peter Stephenson | 1 | -1/+1 |
2004-01-12 | 19361: Memory leaks | Peter Stephenson | 2 | -4/+23 |
2004-01-05 | 19336: Src/Zle/compmatch.c: Bug with metafied characters in length of | Peter Stephenson | 1 | -1/+8 |