Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2001-09-27 | .distfiles fixes for 4.1.0-dev-2 | Peter Stephenson | 6 | -2/+13 | |
2001-09-27 | Version 4.1.0-dev-2 | Peter Stephenson | 1 | -2/+2 | |
2001-09-25 | Equivalence of $(...) and `...` in ${(e)...}. | Bart Schaefer | 3 | -7/+22 | |
2001-09-25 | 15869 | Sven Wischnowsky | 2 | -7/+5 | |
2001-09-25 | job text building code couldn't handle empty sublists (as in `coproc || ↵ | Sven Wischnowsky | 1 | -0/+3 | |
test') (15868) | |||||
2001-09-25 | job text building code couldn't handle empty sublists (as in `coproc || ↵ | Sven Wischnowsky | 2 | -2/+9 | |
test') (15868) | |||||
2001-09-25 | Fix ancient `print -z' doc bug. | Bart Schaefer | 2 | -2/+4 | |
2001-09-25 | 15866: complete v2 ciphers after -o Ciphers=, protocols after -o Protocol= | Clint Adams | 2 | -1/+26 | |
2001-09-24 | Document side-effects of TERM assignment. | Bart Schaefer | 2 | -1/+9 | |
2001-09-24 | Fix out-of-memory on corrupt history files. | Bart Schaefer | 2 | -25/+40 | |
2001-09-24 | * Src/builtin.c, Src/exec.c: Unwind function calls before exiting | Peter Stephenson | 3 | -9/+50 | |
shell from exit command to allow EXIT traps to run. | |||||
2001-09-21 | tetris game for ZLE | Andrew Main | 4 | -0/+268 | |
2001-09-20 | Fix misleading error message. | Bart Schaefer | 2 | -2/+8 | |
2001-09-19 | fix LDFLAGS value after test for RTLD_GLOBAL | Peter Stephenson | 2 | -1/+5 | |
2001-09-18 | 15836 | Wayne Davison | 1 | -0/+5 | |
2001-09-18 | Further modify the "fc -l" code to tolerate out-of range values. | Wayne Davison | 1 | -9/+6 | |
2001-09-17 | 15837 | Wayne Davison | 1 | -0/+5 | |
2001-09-17 | Fixed doisearch() to not switch lines unless zlereadflags has | Wayne Davison | 1 | -1/+2 | |
ZLRF_HISTORY set. | |||||
2001-09-16 | Akinori MUSHA: Improved BSD package completion. | Bart Schaefer | 2 | -39/+144 | |
2001-09-15 | ZLE doc xref to BAUD, fix doc build error. | Bart Schaefer | 3 | -1/+14 | |
2001-09-15 | Fix typos in a log entry. | Bart Schaefer | 1 | -1/+1 | |
2001-09-15 | 15809 | Wayne Davison | 1 | -0/+6 | |
2001-09-15 | With HIST_NO_STORE, don't ignore what looks like a history command if | Wayne Davison | 1 | -5/+11 | |
we're really going to call a user-defined shell function. | |||||
2001-09-13 | 15806 | Wayne Davison | 1 | -0/+5 | |
2001-09-13 | David Lebel: Shared object linkage on OpenBSD. | Bart Schaefer | 2 | -2/+32 | |
2001-09-13 | + Changed addhistnum() to return firsthist()-1 or curhist+1 on error. | Wayne Davison | 1 | -1/+3 | |
+ Ignore the "r" command if HIST_NO_STORE is set. | |||||
2001-09-13 | + Changed fclist() to not not transform "fc -l 0 0" into "fc -l 1 1". | Wayne Davison | 1 | -3/+3 | |
+ Changed fcgetcomm() to handle new error return from addhistnum(). | |||||
2001-09-12 | update URL references to http://zsh.sunsite.dk/ (15792) | Oliver Kiddle | 3 | -2/+7 | |
2001-09-11 | new completion for samba tools (15781) | Oliver Kiddle | 3 | -1/+97 | |
2001-09-11 | complete new [:ascii:] character class | Oliver Kiddle | 2 | -1/+6 | |
2001-09-10 | 15783: document ztcp builtin | Clint Adams | 4 | -1/+102 | |
2001-09-10 | 15780: rename **arg to **dargs | Clint Adams | 2 | -18/+22 | |
2001-09-10 | 15779: ztcp -d | Clint Adams | 2 | -27/+63 | |
2001-09-10 | stupid bugfixes | Clint Adams | 2 | -6/+10 | |
2001-09-10 | unposted: stupid -a bug | Clint Adams | 2 | -4/+7 | |
2001-09-10 | This isn't my day for the article numbers. | Clint Adams | 1 | -1/+1 | |
2001-09-10 | 15771: ztcp -t | Clint Adams | 2 | -6/+28 | |
2001-09-09 | 15769: ztcp -a | Clint Adams | 3 | -22/+57 | |
2001-09-09 | 1576x: take service names, stuff fd numbers into $REPLY | Clint Adams | 2 | -14/+32 | |
2001-09-09 | 15766: ztcp -l | Clint Adams | 3 | -40/+125 | |
2001-09-09 | 15765: introduce [:ascii:] class | Clint Adams | 3 | -13/+24 | |
2001-09-08 | 1596x: ztcp -v | Clint Adams | 2 | -2/+11 | |
2001-09-08 | 15762: introduce ztcp builtin | Clint Adams | 5 | -108/+331 | |
2001-09-06 | 15740: tolerate /usr/local directories in $fpath on Debian where root:staff ↵ | Clint Adams | 2 | -1/+12 | |
2755. | |||||
2001-09-06 | 15739: use getent instead of /etc/group if possible | Clint Adams | 2 | -1/+8 | |
2001-09-03 | 15734: zle -K option to select a keymap, and zle KEYMAP parameter to | Andrew Main | 8 | -5/+53 | |
examine the current selection. | |||||
2001-08-28 | handle zsh options in _sh | Peter Stephenson | 2 | -0/+11 | |
2001-08-28 | zmv fixes | Peter Stephenson | 2 | -8/+12 | |
2001-08-28 | handle possible NULL pointer returned from bufferwords() (15717) | Sven Wischnowsky | 4 | -10/+16 | |
2001-08-27 | 15713 | Wayne Davison | 1 | -0/+5 | |