Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make expand style (file completion) work again; no more special behaviour ↵ | Sven Wischnowsky | 2001-10-05 | 1 | -0/+6 |
| | | | | with menu completion; try to make docs clearer (15944) | ||||
* | unposted: note typo change in Doc/Zsh/options.yo | Geoff Wing | 2001-10-05 | 1 | -0/+4 |
| | |||||
* | 15941: complete reiserfs mount options. | Clint Adams | 2001-10-05 | 1 | -0/+3 |
| | |||||
* | 15940: complete -o utf8 for mount -t vfat. | Clint Adams | 2001-10-05 | 1 | -0/+3 |
| | |||||
* | 15939: complete xfs mount options (for Linux). | Clint Adams | 2001-10-05 | 1 | -0/+3 |
| | |||||
* | 15938: complete ext3 mount options | Clint Adams | 2001-10-05 | 1 | -0/+5 |
| | |||||
* | 15919: use LinkLists in place of somewhat equivalent code | Clint Adams | 2001-10-02 | 1 | -0/+5 |
| | |||||
* | test EXIT trap fix | Peter Stephenson | 2001-10-01 | 1 | -3/+7 |
| | |||||
* | 15915: completion for bts script | Clint Adams | 2001-09-30 | 1 | -0/+5 |
| | |||||
* | Zftp control connection management cleanup. | Bart Schaefer | 2001-09-28 | 1 | -0/+3 |
| | |||||
* | Module dependencies for unloading in tests. | Bart Schaefer | 2001-09-28 | 1 | -0/+5 |
| | |||||
* | fix build and test problems in Mac OS X (15882) | Oliver Kiddle | 2001-09-27 | 1 | -0/+5 |
| | |||||
* | 15886: use select if poll is not available, or complain if neither are available | Clint Adams | 2001-09-27 | 1 | -0/+6 |
| | |||||
* | .distfiles fixes for 4.1.0-dev-2 zsh-4.1.0-dev-2 | Peter Stephenson | 2001-09-27 | 1 | -0/+7 |
| | |||||
* | Equivalence of $(...) and `...` in ${(e)...}. | Bart Schaefer | 2001-09-25 | 1 | -0/+5 |
| | |||||
* | 15869 | Sven Wischnowsky | 2001-09-25 | 1 | -4/+1 |
| | |||||
* | job text building code couldn't handle empty sublists (as in `coproc || ↵ | Sven Wischnowsky | 2001-09-25 | 1 | -0/+3 |
| | | | | test') (15868) | ||||
* | job text building code couldn't handle empty sublists (as in `coproc || ↵ | Sven Wischnowsky | 2001-09-25 | 1 | -0/+5 |
| | | | | test') (15868) | ||||
* | Fix ancient `print -z' doc bug. | Bart Schaefer | 2001-09-25 | 1 | -0/+3 |
| | |||||
* | 15866: complete v2 ciphers after -o Ciphers=, protocols after -o Protocol= | Clint Adams | 2001-09-25 | 1 | -0/+6 |
| | |||||
* | Document side-effects of TERM assignment. | Bart Schaefer | 2001-09-24 | 1 | -0/+3 |
| | |||||
* | Fix out-of-memory on corrupt history files. | Bart Schaefer | 2001-09-24 | 1 | -0/+5 |
| | |||||
* | * Src/builtin.c, Src/exec.c: Unwind function calls before exiting | Peter Stephenson | 2001-09-24 | 1 | -0/+5 |
| | | | | shell from exit command to allow EXIT traps to run. | ||||
* | tetris game for ZLE | Andrew Main | 2001-09-21 | 1 | -0/+4 |
| | |||||
* | Fix misleading error message. | Bart Schaefer | 2001-09-20 | 1 | -1/+7 |
| | |||||
* | fix LDFLAGS value after test for RTLD_GLOBAL | Peter Stephenson | 2001-09-19 | 1 | -0/+5 |
| | |||||
* | 15836 | Wayne Davison | 2001-09-18 | 1 | -0/+5 |
| | |||||
* | 15837 | Wayne Davison | 2001-09-17 | 1 | -0/+5 |
| | |||||
* | Akinori MUSHA: Improved BSD package completion. | Bart Schaefer | 2001-09-16 | 1 | -0/+5 |
| | |||||
* | ZLE doc xref to BAUD, fix doc build error. | Bart Schaefer | 2001-09-15 | 1 | -0/+5 |
| | |||||
* | Fix typos in a log entry. | Bart Schaefer | 2001-09-15 | 1 | -1/+1 |
| | |||||
* | 15809 | Wayne Davison | 2001-09-15 | 1 | -0/+6 |
| | |||||
* | 15806 | Wayne Davison | 2001-09-13 | 1 | -0/+5 |
| | |||||
* | David Lebel: Shared object linkage on OpenBSD. | Bart Schaefer | 2001-09-13 | 1 | -0/+5 |
| | |||||
* | update URL references to http://zsh.sunsite.dk/ (15792) | Oliver Kiddle | 2001-09-12 | 1 | -0/+5 |
| | |||||
* | new completion for samba tools (15781) | Oliver Kiddle | 2001-09-11 | 1 | -0/+3 |
| | |||||
* | complete new [:ascii:] character class | Oliver Kiddle | 2001-09-11 | 1 | -0/+5 |
| | |||||
* | 15783: document ztcp builtin | Clint Adams | 2001-09-10 | 1 | -0/+3 |
| | |||||
* | 15780: rename **arg to **dargs | Clint Adams | 2001-09-10 | 1 | -0/+2 |
| | |||||
* | 15779: ztcp -d | Clint Adams | 2001-09-10 | 1 | -5/+6 |
| | |||||
* | stupid bugfixes | Clint Adams | 2001-09-10 | 1 | -1/+2 |
| | |||||
* | unposted: stupid -a bug | Clint Adams | 2001-09-10 | 1 | -0/+4 |
| | |||||
* | This isn't my day for the article numbers. | Clint Adams | 2001-09-10 | 1 | -1/+1 |
| | |||||
* | 15771: ztcp -t | Clint Adams | 2001-09-10 | 1 | -1/+6 |
| | |||||
* | 15769: ztcp -a | Clint Adams | 2001-09-09 | 1 | -1/+4 |
| | |||||
* | 1576x: take service names, stuff fd numbers into $REPLY | Clint Adams | 2001-09-09 | 1 | -0/+5 |
| | |||||
* | 15766: ztcp -l | Clint Adams | 2001-09-09 | 1 | -0/+5 |
| | |||||
* | 15765: introduce [:ascii:] class | Clint Adams | 2001-09-09 | 1 | -1/+4 |
| | |||||
* | 1596x: ztcp -v | Clint Adams | 2001-09-08 | 1 | -0/+3 |
| | |||||
* | 15762: introduce ztcp builtin | Clint Adams | 2001-09-08 | 1 | -0/+6 |
| |