Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | |
2001-08-27 | Added package-specification options to --verify. | Wayne Davison | 1 | -2/+2 | |
2001-08-27 | Fix PS2 for dquote nested in braceparam. | Bart Schaefer | 2 | -0/+7 | |
2001-08-25 | Remark about array-ness of ksh parameters. | Bart Schaefer | 1 | -0/+4 | |
2001-08-25 | Parameter expansion doc mop-up. | Bart Schaefer | 2 | -122/+148 | |
2001-08-25 | Fix crash on re-entry to loop() from preprompt(). | Bart Schaefer | 2 | -1/+11 | |
2001-08-24 | test if hash table pointer is NULL to avoid SEGV with compstate=() (15705) | Sven Wischnowsky | 2 | -0/+8 | |
2001-08-22 | 15683: completion for links(1) | Clint Adams | 3 | -1/+38 | |
2001-08-22 | Assorted minor test tweaks. | Bart Schaefer | 9 | -7/+38 | |
2001-08-22 | Don't treat numbers as cd-able vars. | Bart Schaefer | 2 | -1/+6 | |
2001-08-22 | Change one var() to tt(). | Bart Schaefer | 1 | -1/+1 | |
2001-08-21 | 15675: Src/Builtins/rlimits.awk: handle case where RLIM_NLIMITS is set to a ↵ | Clint Adams | 2 | -1/+7 | |
number within an enum. | |||||
2001-08-21 | Better handling of manual section numbers. | Bart Schaefer | 2 | -3/+19 | |
2001-08-20 | undo most of 15650, do that in shell code (15669) | Sven Wischnowsky | 3 | -15/+15 | |
2001-08-19 | After clarification from D. Korn, remove incorrect remark about autoloading. | Bart Schaefer | 1 | -4/+0 | |
2001-08-19 | Fix exit status of zsh -fc '! command' | Bart Schaefer | 2 | -0/+6 | |
2001-08-17 | unposted: Functions/Prompts/prompt_adam2_setup: eliminate | Adam Spiers | 2 | -71/+73 | |
horrible inefficiencies resulting from avoidable fork()s | |||||
2001-08-17 | make insert-tab really default to `true' (15653) | Sven Wischnowsky | 2 | -1/+4 | |
2001-08-17 | 15650 | Sven Wischnowsky | 3 | -5/+18 | |
2001-08-16 | Fix problem with output bases in zcalc | Peter Stephenson | 2 | -2/+10 | |
2001-08-16 | 15639 | Sven Wischnowsky | 2 | -3/+12 | |
2001-08-16 | 15638 | Sven Wischnowsky | 2 | -1/+7 | |
2001-08-15 | 15621: display of status line was being mucked up; also fix | Geoff Wing | 1 | -0/+8 | |
continuation markers "<...." and "<....>" unposted: fix possible seg fault on a screen height shrink | |||||
2001-08-15 | Don't segv if we were displaying n lines and screen was | Geoff Wing | 1 | -1/+1 | |
resized to less than n lines | |||||
2001-08-15 | 15621: display of status line was being mucked up; continuation | Geoff Wing | 1 | -119/+190 | |
markers "<...." and "<....>" weren't being display properly |