Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 15931: EXIT traps from exit in subshell; 15965: glob -> zglob | Peter Stephenson | 2001-10-08 | 4 | -4/+13 |
| | |||||
* | 15964: use SOCKLEN_T | Andrey Borzenkov | 2001-10-08 | 2 | -1/+6 |
| | |||||
* | Norbert Koch: 15954: fix variable name inconsistency | Clint Adams | 2001-10-06 | 2 | -1/+6 |
| | |||||
* | expand style in compinstall | Peter Stephenson | 2001-10-05 | 2 | -0/+55 |
| | |||||
* | add printf builtin (15851, 15948) | Oliver Kiddle | 2001-10-05 | 3 | -0/+197 |
| | |||||
* | fix calculation of number of columns needed with list_packed (15946) | Sven Wischnowsky | 2001-10-05 | 2 | -1/+7 |
| | |||||
* | make _cd use only one call to _alternative, including completions from ↵ | Sven Wischnowsky | 2001-10-05 | 2 | -16/+20 |
| | | | | _tilde (using the named-directories tag) (15945) | ||||
* | make expand style (file completion) work again; no more special behaviour ↵ | Sven Wischnowsky | 2001-10-05 | 3 | -9/+22 |
| | | | | 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 |
| | |||||
* | s/AUTO_CONT/AUTO_CONTINUE/ | Geoff Wing | 2001-10-05 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | 15919: use LinkLists in place of somewhat equivalent code | Clint Adams | 2001-10-02 | 4 | -72/+128 |
| | |||||
* | test EXIT trap fix | Peter Stephenson | 2001-10-01 | 2 | -3/+19 |
| | |||||
* | 15915: completion for bts script | Clint Adams | 2001-09-30 | 3 | -1/+122 |
| | |||||
* | Zftp control connection management cleanup. | Bart Schaefer | 2001-09-28 | 2 | -19/+30 |
| | |||||
* | Module dependencies for unloading in tests. | Bart Schaefer | 2001-09-28 | 2 | -1/+10 |
| | |||||
* | fix build and test problems in Mac OS X (15882) | Oliver Kiddle | 2001-09-27 | 4 | -3/+10 |
| | |||||
* | 15886: use select if poll is not available, or complain if neither are available | Clint Adams | 2001-09-27 | 2 | -2/+31 |
| | |||||
* | .distfiles fixes for 4.1.0-dev-2 zsh-4.1.0-dev-2 | Peter Stephenson | 2001-09-27 | 6 | -2/+13 |
| | |||||
* | Version 4.1.0-dev-2 | Peter Stephenson | 2001-09-27 | 1 | -2/+2 |
| | |||||
* | Equivalence of $(...) and `...` in ${(e)...}. | Bart Schaefer | 2001-09-25 | 3 | -7/+22 |
| | |||||
* | 15869 | Sven Wischnowsky | 2001-09-25 | 2 | -7/+5 |
| | |||||
* | 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 | 2 | -2/+9 |
| | | | | test') (15868) | ||||
* | Fix ancient `print -z' doc bug. | Bart Schaefer | 2001-09-25 | 2 | -2/+4 |
| | |||||
* | 15866: complete v2 ciphers after -o Ciphers=, protocols after -o Protocol= | Clint Adams | 2001-09-25 | 2 | -1/+26 |
| | |||||
* | Document side-effects of TERM assignment. | Bart Schaefer | 2001-09-24 | 2 | -1/+9 |
| | |||||
* | Fix out-of-memory on corrupt history files. | Bart Schaefer | 2001-09-24 | 2 | -25/+40 |
| | |||||
* | * Src/builtin.c, Src/exec.c: Unwind function calls before exiting | Peter Stephenson | 2001-09-24 | 3 | -9/+50 |
| | | | | shell from exit command to allow EXIT traps to run. | ||||
* | tetris game for ZLE | Andrew Main | 2001-09-21 | 4 | -0/+268 |
| | |||||
* | Fix misleading error message. | Bart Schaefer | 2001-09-20 | 2 | -2/+8 |
| | |||||
* | fix LDFLAGS value after test for RTLD_GLOBAL | Peter Stephenson | 2001-09-19 | 2 | -1/+5 |
| | |||||
* | 15836 | Wayne Davison | 2001-09-18 | 1 | -0/+5 |
| | |||||
* | Further modify the "fc -l" code to tolerate out-of range values. | Wayne Davison | 2001-09-18 | 1 | -9/+6 |
| | |||||
* | 15837 | Wayne Davison | 2001-09-17 | 1 | -0/+5 |
| | |||||
* | Fixed doisearch() to not switch lines unless zlereadflags has | Wayne Davison | 2001-09-17 | 1 | -1/+2 |
| | | | | ZLRF_HISTORY set. | ||||
* | Akinori MUSHA: Improved BSD package completion. | Bart Schaefer | 2001-09-16 | 2 | -39/+144 |
| | |||||
* | ZLE doc xref to BAUD, fix doc build error. | Bart Schaefer | 2001-09-15 | 3 | -1/+14 |
| | |||||
* | Fix typos in a log entry. | Bart Schaefer | 2001-09-15 | 1 | -1/+1 |
| | |||||
* | 15809 | Wayne Davison | 2001-09-15 | 1 | -0/+6 |
| | |||||
* | With HIST_NO_STORE, don't ignore what looks like a history command if | Wayne Davison | 2001-09-15 | 1 | -5/+11 |
| | | | | we're really going to call a user-defined shell function. | ||||
* | 15806 | Wayne Davison | 2001-09-13 | 1 | -0/+5 |
| | |||||
* | David Lebel: Shared object linkage on OpenBSD. | Bart Schaefer | 2001-09-13 | 2 | -2/+32 |
| | |||||
* | + Changed addhistnum() to return firsthist()-1 or curhist+1 on error. | Wayne Davison | 2001-09-13 | 1 | -1/+3 |
| | | | | + Ignore the "r" command if HIST_NO_STORE is set. | ||||
* | + Changed fclist() to not not transform "fc -l 0 0" into "fc -l 1 1". | Wayne Davison | 2001-09-13 | 1 | -3/+3 |
| | | | | + Changed fcgetcomm() to handle new error return from addhistnum(). | ||||
* | update URL references to http://zsh.sunsite.dk/ (15792) | Oliver Kiddle | 2001-09-12 | 3 | -2/+7 |
| | |||||
* | new completion for samba tools (15781) | Oliver Kiddle | 2001-09-11 | 3 | -1/+97 |
| |