Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | 15740: tolerate /usr/local directories in $fpath on Debian where root:staff ↵ | Clint Adams | 2001-09-06 | 1 | -0/+4 |
| | | | | 2755. | ||||
* | 15739: use getent instead of /etc/group if possible | Clint Adams | 2001-09-06 | 1 | -0/+5 |
| | |||||
* | 15734: zle -K option to select a keymap, and zle KEYMAP parameter to | Andrew Main | 2001-09-03 | 1 | -0/+7 |
| | | | | examine the current selection. | ||||
* | handle zsh options in _sh | Peter Stephenson | 2001-08-28 | 1 | -0/+2 |
| | |||||
* | zmv fixes | Peter Stephenson | 2001-08-28 | 1 | -0/+7 |
| | |||||
* | handle possible NULL pointer returned from bufferwords() (15717) | Sven Wischnowsky | 2001-08-28 | 1 | -0/+6 |
| | |||||
* | 15713 | Wayne Davison | 2001-08-27 | 1 | -0/+5 |
| | |||||
* | Fix PS2 for dquote nested in braceparam. | Bart Schaefer | 2001-08-27 | 1 | -0/+5 |
| | |||||
* | Parameter expansion doc mop-up. | Bart Schaefer | 2001-08-25 | 1 | -0/+3 |
| | |||||
* | Fix crash on re-entry to loop() from preprompt(). | Bart Schaefer | 2001-08-25 | 1 | -0/+5 |
| | |||||
* | test if hash table pointer is NULL to avoid SEGV with compstate=() (15705) | Sven Wischnowsky | 2001-08-24 | 1 | -0/+5 |
| | |||||
* | 15683: completion for links(1) | Clint Adams | 2001-08-22 | 1 | -0/+6 |
| | |||||
* | Assorted minor test tweaks. | Bart Schaefer | 2001-08-22 | 1 | -0/+8 |
| | |||||
* | Don't treat numbers as cd-able vars. | Bart Schaefer | 2001-08-22 | 1 | -0/+5 |
| | |||||
* | 15675: Src/Builtins/rlimits.awk: handle case where RLIM_NLIMITS is set to a ↵ | Clint Adams | 2001-08-21 | 1 | -0/+6 |
| | | | | number within an enum. | ||||
* | Better handling of manual section numbers. | Bart Schaefer | 2001-08-21 | 1 | -0/+5 |
| | |||||
* | undo most of 15650, do that in shell code (15669) | Sven Wischnowsky | 2001-08-20 | 1 | -0/+5 |
| | |||||
* | Fix exit status of zsh -fc '! command' | Bart Schaefer | 2001-08-19 | 1 | -0/+4 |
| | |||||
* | unposted: Functions/Prompts/prompt_adam2_setup: eliminate | Adam Spiers | 2001-08-17 | 1 | -0/+5 |
| | | | | horrible inefficiencies resulting from avoidable fork()s | ||||
* | make insert-tab really default to `true' (15653) | Sven Wischnowsky | 2001-08-17 | 1 | -0/+3 |
| | |||||
* | 15650 | Sven Wischnowsky | 2001-08-17 | 1 | -0/+7 |
| |