summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-09-2515866: complete v2 ciphers after -o Ciphers=, protocols after -o Protocol=Clint Adams2-1/+26
2001-09-24Document side-effects of TERM assignment.Bart Schaefer2-1/+9
2001-09-24Fix out-of-memory on corrupt history files.Bart Schaefer2-25/+40
2001-09-24* Src/builtin.c, Src/exec.c: Unwind function calls before exitingPeter Stephenson3-9/+50
shell from exit command to allow EXIT traps to run.
2001-09-21tetris game for ZLEAndrew Main4-0/+268
2001-09-20Fix misleading error message.Bart Schaefer2-2/+8
2001-09-19fix LDFLAGS value after test for RTLD_GLOBALPeter Stephenson2-1/+5
2001-09-1815836Wayne Davison1-0/+5
2001-09-18Further modify the "fc -l" code to tolerate out-of range values.Wayne Davison1-9/+6
2001-09-1715837Wayne Davison1-0/+5
2001-09-17Fixed doisearch() to not switch lines unless zlereadflags hasWayne Davison1-1/+2
ZLRF_HISTORY set.
2001-09-16Akinori MUSHA: Improved BSD package completion.Bart Schaefer2-39/+144
2001-09-15ZLE doc xref to BAUD, fix doc build error.Bart Schaefer3-1/+14
2001-09-15Fix typos in a log entry.Bart Schaefer1-1/+1
2001-09-1515809Wayne Davison1-0/+6
2001-09-15With HIST_NO_STORE, don't ignore what looks like a history command ifWayne Davison1-5/+11
we're really going to call a user-defined shell function.
2001-09-1315806Wayne Davison1-0/+5
2001-09-13David Lebel: Shared object linkage on OpenBSD.Bart Schaefer2-2/+32
2001-09-13+ Changed addhistnum() to return firsthist()-1 or curhist+1 on error.Wayne Davison1-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 Davison1-3/+3
+ Changed fcgetcomm() to handle new error return from addhistnum().
2001-09-12update URL references to http://zsh.sunsite.dk/ (15792)Oliver Kiddle3-2/+7
2001-09-11new completion for samba tools (15781)Oliver Kiddle3-1/+97
2001-09-11complete new [:ascii:] character classOliver Kiddle2-1/+6
2001-09-1015783: document ztcp builtinClint Adams4-1/+102
2001-09-1015780: rename **arg to **dargsClint Adams2-18/+22
2001-09-1015779: ztcp -dClint Adams2-27/+63
2001-09-10stupid bugfixesClint Adams2-6/+10
2001-09-10unposted: stupid -a bugClint Adams2-4/+7
2001-09-10This isn't my day for the article numbers.Clint Adams1-1/+1
2001-09-1015771: ztcp -tClint Adams2-6/+28
2001-09-0915769: ztcp -aClint Adams3-22/+57
2001-09-091576x: take service names, stuff fd numbers into $REPLYClint Adams2-14/+32
2001-09-0915766: ztcp -lClint Adams3-40/+125
2001-09-0915765: introduce [:ascii:] classClint Adams3-13/+24
2001-09-081596x: ztcp -vClint Adams2-2/+11
2001-09-0815762: introduce ztcp builtinClint Adams5-108/+331
2001-09-0615740: tolerate /usr/local directories in $fpath on Debian where root:staff ↵Clint Adams2-1/+12
2755.
2001-09-0615739: use getent instead of /etc/group if possibleClint Adams2-1/+8
2001-09-0315734: zle -K option to select a keymap, and zle KEYMAP parameter toAndrew Main8-5/+53
examine the current selection.
2001-08-28handle zsh options in _shPeter Stephenson2-0/+11
2001-08-28zmv fixesPeter Stephenson2-8/+12
2001-08-28handle possible NULL pointer returned from bufferwords() (15717)Sven Wischnowsky4-10/+16
2001-08-2715713Wayne Davison1-0/+5
2001-08-27Added package-specification options to --verify.Wayne Davison1-2/+2
2001-08-27Fix PS2 for dquote nested in braceparam.Bart Schaefer2-0/+7
2001-08-25Remark about array-ness of ksh parameters.Bart Schaefer1-0/+4
2001-08-25Parameter expansion doc mop-up.Bart Schaefer2-122/+148
2001-08-25Fix crash on re-entry to loop() from preprompt().Bart Schaefer2-1/+11
2001-08-24test if hash table pointer is NULL to avoid SEGV with compstate=() (15705)Sven Wischnowsky2-0/+8
2001-08-2215683: completion for links(1)Clint Adams3-1/+38