| Commit message (Expand) | Author | Age | Files | Lines |
* | 16145: try to handle identical RLIMIT_RSS and RLIMIT_VMEM better. zsh-4.0.4 | Peter Stephenson | 2001-10-25 | 2 | -7/+12 |
* | Fix some .distfiles zsh-4.0.3 | Peter Stephenson | 2001-10-24 | 5 | -8/+25 |
* | 16033: QNX Neutrino fix from Pavel Roskin | Peter Stephenson | 2001-10-24 | 5 | -6/+25 |
* | 16038,16041,16124: Fix bad caching of patterns. | Bart Schaefer | 2001-10-24 | 3 | -11/+16 |
* | Fix for texi2html 1.64 | Peter Stephenson | 2001-10-24 | 4 | -3/+9 |
* | Applied 15390 | Andrey Borzenkov | 2001-10-23 | 2 | -0/+48 |
* | 15180, 15181 from HEAD | Andrey Borzenkov | 2001-10-23 | 3 | -3/+21 |
* | Report error on setting a limit to a string that os not a decimal number. | Bart Schaefer | 2001-10-22 | 2 | -1/+9 |
* | Add file name to 16109 entry. | Bart Schaefer | 2001-10-22 | 1 | -2/+2 |
* | 16059 | Wayne Davison | 2001-10-22 | 1 | -0/+5 |
* | Applied the interactive-comment fix for HIST_IGNORE_SPACE. | Wayne Davison | 2001-10-22 | 1 | -3/+3 |
* | Fix fdtable_size crash. | Bart Schaefer | 2001-10-22 | 2 | -1/+7 |
* | Fix segfault in checkrmall(). | Bart Schaefer | 2001-10-20 | 2 | -113/+274 |
* | Add forgotten log entry. | Bart Schaefer | 2001-10-19 | 1 | -0/+4 |
* | 16078: zip -r | Clint Adams | 2001-10-17 | 2 | -1/+7 |
* | various old patches ported back | Sven Wischnowsky | 2001-10-17 | 5 | -13/+56 |
* | Fix email address, again. | Bart Schaefer | 2001-10-16 | 1 | -1/+1 |
* | Fix email address. | Bart Schaefer | 2001-10-16 | 1 | -1/+1 |
* | Remove duplicate entry. | Bart Schaefer | 2001-10-16 | 1 | -6/+0 |
* | Merge assorted patches from the dev. version, as approved by PWS. | Bart Schaefer | 2001-10-16 | 17 | -176/+1760 |
* | reorder my ChangeLog entries to match the 4.1 branch | Oliver Kiddle | 2001-10-16 | 1 | -18/+26 |
* | Changes from 4.1 which need to be backported | Peter Stephenson | 2001-10-16 | 6 | -233/+799 |
* | 15094: backport from trunk | Clint Adams | 2001-10-15 | 2 | -0/+76 |
* | 15739, 15740: compaudit backports from trunk | Clint Adams | 2001-10-15 | 2 | -0/+148 |
* | Fix typos. | Bart Schaefer | 2001-10-14 | 2 | -1/+6 |
* | 15806, 15809, and 15836. | Wayne Davison | 2001-10-13 | 1 | -0/+16 |
* | Brought over patches 15806 and 15836 from the trunk. | Wayne Davison | 2001-10-13 | 1 | -10/+7 |
* | Brought over 15806 and 15809 from the trunk. | Wayne Davison | 2001-10-13 | 1 | -5/+13 |
* | Separated my one combo-changelog entry into its original two items | Wayne Davison | 2001-10-13 | 1 | -5/+10 |
* | Made my recent entries match the entries on the trunk. | Wayne Davison | 2001-10-13 | 1 | -6/+6 |
* | Save/restore state around DEBUG trap call. | Bart Schaefer | 2001-10-13 | 2 | -3/+16 |
* | use _x_display when setting $DISPLAY and fix bug in enable completion (15594) | Oliver Kiddle | 2001-10-12 | 3 | -0/+75 |
* | _sysctl for darwin, _webbrowser for galeon etc (15983) | Oliver Kiddle | 2001-10-12 | 5 | -3/+198 |
* | fix compilation on Darwin/MacOS X (15882, 16018) | Oliver Kiddle | 2001-10-12 | 5 | -43/+107 |
* | Insert missing single quote. | Bart Schaefer | 2001-10-08 | 1 | -1/+1 |
* | 15974, plus minor wording change. | Peter Stephenson | 2001-10-08 | 3 | -1/+33 |
* | forgot this | Peter Stephenson | 2001-10-08 | 1 | -0/+5 |
* | Equivalence of $(...) and `...` in ${(e)...}. | Bart Schaefer | 2001-10-08 | 3 | -5/+573 |
* | Module dependencies for unloading in tests. | Bart Schaefer | 2001-10-08 | 1 | -0/+165 |
* | 15965: glob -> zglob | Peter Stephenson | 2001-10-08 | 3 | -3/+3 |
* | Norbert Koch: 15954: fix inconsistency of variable name in example. | Clint Adams | 2001-10-06 | 2 | -5/+39 |
* | 15941: complete reiserfs mount options. | Clint Adams | 2001-10-05 | 2 | -1/+15 |
* | 15940: complete -o utf8 for mount -t vfat. | Clint Adams | 2001-10-05 | 2 | -1/+5 |
* | 15939: complete xfs mount options (for Linux). | Clint Adams | 2001-10-05 | 2 | -1/+24 |
* | 15938: complete ext3 mount options | Clint Adams | 2001-10-05 | 2 | -1/+12 |
* | 15915: completion for bts script | Clint Adams | 2001-09-30 | 3 | -0/+126 |
* | 15869 | Sven Wischnowsky | 2001-09-25 | 2 | -3/+9 |
* | (15868) | Sven Wischnowsky | 2001-09-25 | 1 | -2/+4 |
* | Fix ancient `print -z' doc bug. | Bart Schaefer | 2001-09-25 | 2 | -2/+4 |
* | 15866: v2 ciphers, protocol versions | Clint Adams | 2001-09-25 | 2 | -0/+281 |