Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix out-of-memory on corrupt history files. | Bart Schaefer | 2001-09-24 | 2 | -25/+40 |
| | |||||
* | 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 |
| | |||||
* | 15837 | Wayne Davison | 2001-09-18 | 1 | -0/+5 |
| | |||||
* | Make doisearch() work right when history access is turned off. | Wayne Davison | 2001-09-18 | 1 | -23/+33 |
| | |||||
* | Akinori MUSHA: Improved BSD package completion. | Bart Schaefer | 2001-09-16 | 2 | -0/+173 |
| | |||||
* | update URL references to http://zsh.sunsite.dk/ (15792) | Oliver Kiddle | 2001-09-12 | 3 | -30/+76 |
| | |||||
* | 15630 & 15713 | Wayne Davison | 2001-09-12 | 1 | -0/+5 |
| | |||||
* | Brought over the --verify package-specification options and the | Wayne Davison | 2001-09-12 | 1 | -3/+6 |
| | | | | updated caching policy for newer versions of rpm. | ||||
* | new completion for samba tools (15781) | Oliver Kiddle | 2001-09-11 | 3 | -1/+99 |
| | |||||
* | David Lebel: Shared object linkage on OpenBSD. | Bart Schaefer | 2001-09-09 | 2 | -2/+32 |
| | |||||
* | Src/Zle/zle_refresh.c: pullup bug fixes: 1.1->1.3 | Geoff Wing | 2001-09-09 | 1 | -0/+8 |
| | |||||
* | pullup 1.2 & 1.3: | Geoff Wing | 2001-09-09 | 1 | -19/+41 |
| | | | | | | | 1.2: 15621: display of status line was being mucked up; continuation markers "<...." and "<....>" weren't being displayed properly 1.3: Don't segv if we were displaying n lines and screen was resized to fewer than n lines | ||||
* | 15717 | Sven Wischnowsky | 2001-08-28 | 4 | -45/+133 |
| | |||||
* | Fix crash on re-entry to loop() from preprompt(). | Bart Schaefer | 2001-08-25 | 2 | -1/+11 |
| | |||||
* | (15705) | Sven Wischnowsky | 2001-08-24 | 2 | -0/+8 |
| | |||||
* | 15683: completion for links(1) | Clint Adams | 2001-08-22 | 3 | -1/+38 |
| | |||||
* | 15675: Src/Builtins/rlimits.awk: handle case where RLIM_NLIMITS is set to a ↵ | Clint Adams | 2001-08-21 | 2 | -2/+20 |
| | | | | number within an enum. | ||||
* | Fix exit status of zsh -fc '! command' | Bart Schaefer | 2001-08-19 | 2 | -0/+6 |
| | |||||
* | users/4092 | Wayne Davison | 2001-08-18 | 1 | -0/+5 |
| | |||||
* | My recent patch to not drop the last line in the history file when | Wayne Davison | 2001-08-18 | 1 | -0/+5 |
| | | | | handling a signal. | ||||
* | 15639 | Sven Wischnowsky | 2001-08-16 | 2 | -24/+47 |
| | |||||
* | 15629: unzip -Z should behave just as zipinfo | Clint Adams | 2001-08-14 | 2 | -0/+133 |
| | |||||
* | Merge typeset fixes and tests from dev trunk. | Bart Schaefer | 2001-08-13 | 4 | -2/+449 |
| | |||||
* | Peter Breitenlohner: Minor tweaks to some make targets. | Bart Schaefer | 2001-08-12 | 4 | -6/+15 |
| | |||||
* | detect mandrake/redhat in _user_admin to handle redhat extensions (15599) | Oliver Kiddle | 2001-08-09 | 2 | -15/+21 |
| | |||||
* | new completion for useradd, groupmod etc and fix in _cvs (15574) | Oliver Kiddle | 2001-08-06 | 6 | -2/+95 |
| | |||||
* | correction (unposted) | Oliver Kiddle | 2001-08-06 | 1 | -1/+1 |
| | |||||
* | new BSD completion and fix _chown for symlinks (15562) | Oliver Kiddle | 2001-08-06 | 4 | -12/+62 |
| | |||||
* | fix exclusion lists (15577) | Oliver Kiddle | 2001-08-06 | 3 | -0/+101 |
| | |||||
* | 15551: complete only presumably compressed files for gzip -t and -l | Clint Adams | 2001-07-31 | 2 | -0/+87 |
| | |||||
* | fix posixbuiltins test to not be broken by existence of `print' external (15503) | Oliver Kiddle | 2001-07-26 | 2 | -2/+7 |
| | |||||
* | 15487 | Sven Wischnowsky | 2001-07-25 | 2 | -48/+123 |
| | |||||
* | remove nulargs in here strings (15470) | Sven Wischnowsky | 2001-07-24 | 2 | -161/+264 |
| | |||||
* | (15433) | Sven Wischnowsky | 2001-07-20 | 2 | -5/+12 |
| | |||||
* | add support for -R option (15402) | Sven Wischnowsky | 2001-07-18 | 3 | -0/+1047 |
| | |||||
* | 15400 | Sven Wischnowsky | 2001-07-17 | 4 | -1/+350 |
| | |||||
* | 15352,15357 | Sven Wischnowsky | 2001-07-11 | 5 | -170/+540 |
| | |||||
* | Fix function stack unwinding on autoload failures. | Bart Schaefer | 2001-07-09 | 2 | -6/+12 |
| | |||||
* | Fix infinite loop on `r OLD=NEW' when OLD is the empty string. | Bart Schaefer | 2001-07-08 | 2 | -208/+352 |
| | |||||
* | add exclusion lists and use _multi_parts for sysctl completion on BSD (15252) | Oliver Kiddle | 2001-07-06 | 3 | -17/+69 |
| | |||||
* | (15283) | Sven Wischnowsky | 2001-07-06 | 1 | -0/+5 |
| | |||||
* | 15277: bug with backreference indexing for ${(S)...%%...} | Peter Stephenson | 2001-07-06 | 2 | -80/+135 |
| | |||||
* | 15264: improved doc for variant complex commands | Peter Stephenson | 2001-07-05 | 2 | -10/+23 |
| | |||||
* | 15261: remaining easy option tests | Peter Stephenson | 2001-07-05 | 3 | -23/+436 |
| | |||||
* | 15253: hash foo together with foo.exe on Cygwin | Andrey Borzenkov | 2001-07-05 | 2 | -15/+44 |
| | |||||
* | add completion for sysctl(8) (15215, 15223) | Oliver Kiddle | 2001-07-03 | 3 | -1/+57 |
| | |||||
* | Remove references to FUNCINST_MK. | Bart Schaefer | 2001-07-03 | 2 | -2/+4 |
| | |||||
* | fix IRIX 5.3 specific compilation problems and some error messages (15204) | Oliver Kiddle | 2001-07-02 | 4 | -335/+734 |
| | |||||
* | Reset errflag after executing precmd. | Bart Schaefer | 2001-06-30 | 2 | -34/+186 |
| |