about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* With HIST_NO_STORE, don't ignore what looks like a history command ifWayne Davison2001-09-151-5/+11
| | | | we're really going to call a user-defined shell function.
* 15806Wayne Davison2001-09-131-0/+5
|
* David Lebel: Shared object linkage on OpenBSD.Bart Schaefer2001-09-132-2/+32
|
* + Changed addhistnum() to return firsthist()-1 or curhist+1 on error.Wayne Davison2001-09-131-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 Davison2001-09-131-3/+3
| | | | + Changed fcgetcomm() to handle new error return from addhistnum().
* update URL references to http://zsh.sunsite.dk/ (15792)Oliver Kiddle2001-09-123-2/+7
|
* new completion for samba tools (15781)Oliver Kiddle2001-09-113-1/+97
|
* complete new [:ascii:] character classOliver Kiddle2001-09-112-1/+6
|
* 15783: document ztcp builtinClint Adams2001-09-104-1/+102
|
* 15780: rename **arg to **dargsClint Adams2001-09-102-18/+22
|
* 15779: ztcp -dClint Adams2001-09-102-27/+63
|
* stupid bugfixesClint Adams2001-09-102-6/+10
|
* unposted: stupid -a bugClint Adams2001-09-102-4/+7
|
* This isn't my day for the article numbers.Clint Adams2001-09-101-1/+1
|
* 15771: ztcp -tClint Adams2001-09-102-6/+28
|
* 15769: ztcp -aClint Adams2001-09-093-22/+57
|
* 1576x: take service names, stuff fd numbers into $REPLYClint Adams2001-09-092-14/+32
|
* 15766: ztcp -lClint Adams2001-09-093-40/+125
|
* 15765: introduce [:ascii:] classClint Adams2001-09-093-13/+24
|
* 1596x: ztcp -vClint Adams2001-09-082-2/+11
|
* 15762: introduce ztcp builtinClint Adams2001-09-085-108/+331
|
* 15740: tolerate /usr/local directories in $fpath on Debian where root:staff ↵Clint Adams2001-09-062-1/+12
| | | | 2755.
* 15739: use getent instead of /etc/group if possibleClint Adams2001-09-062-1/+8
|
* 15734: zle -K option to select a keymap, and zle KEYMAP parameter toAndrew Main2001-09-038-5/+53
| | | | examine the current selection.
* handle zsh options in _shPeter Stephenson2001-08-282-0/+11
|
* zmv fixesPeter Stephenson2001-08-282-8/+12
|
* handle possible NULL pointer returned from bufferwords() (15717)Sven Wischnowsky2001-08-284-10/+16
|
* 15713Wayne Davison2001-08-271-0/+5
|
* Added package-specification options to --verify.Wayne Davison2001-08-271-2/+2
|
* Fix PS2 for dquote nested in braceparam.Bart Schaefer2001-08-272-0/+7
|
* Remark about array-ness of ksh parameters.Bart Schaefer2001-08-251-0/+4
|
* Parameter expansion doc mop-up.Bart Schaefer2001-08-252-122/+148
|
* Fix crash on re-entry to loop() from preprompt().Bart Schaefer2001-08-252-1/+11
|
* test if hash table pointer is NULL to avoid SEGV with compstate=() (15705)Sven Wischnowsky2001-08-242-0/+8
|
* 15683: completion for links(1)Clint Adams2001-08-223-1/+38
|
* Assorted minor test tweaks.Bart Schaefer2001-08-229-7/+38
|
* Don't treat numbers as cd-able vars.Bart Schaefer2001-08-222-1/+6
|
* Change one var() to tt().Bart Schaefer2001-08-221-1/+1
|
* 15675: Src/Builtins/rlimits.awk: handle case where RLIM_NLIMITS is set to a ↵Clint Adams2001-08-212-1/+7
| | | | number within an enum.
* Better handling of manual section numbers.Bart Schaefer2001-08-212-3/+19
|
* undo most of 15650, do that in shell code (15669)Sven Wischnowsky2001-08-203-15/+15
|
* After clarification from D. Korn, remove incorrect remark about autoloading.Bart Schaefer2001-08-191-4/+0
|
* Fix exit status of zsh -fc '! command'Bart Schaefer2001-08-192-0/+6
|
* unposted: Functions/Prompts/prompt_adam2_setup: eliminateAdam Spiers2001-08-172-71/+73
| | | | horrible inefficiencies resulting from avoidable fork()s
* make insert-tab really default to `true' (15653)Sven Wischnowsky2001-08-172-1/+4
|
* 15650Sven Wischnowsky2001-08-173-5/+18
|
* Fix problem with output bases in zcalcPeter Stephenson2001-08-162-2/+10
|
* 15639Sven Wischnowsky2001-08-162-3/+12
|
* 15638Sven Wischnowsky2001-08-162-1/+7
|
* 15621: display of status line was being mucked up; also fixGeoff Wing2001-08-151-0/+8
| | | | | continuation markers "<...." and "<....>" unposted: fix possible seg fault on a screen height shrink