summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2001-10-08zcalc base display fixPeter Stephenson2-1/+7
2001-10-08Insert missing single quote.Bart Schaefer1-1/+1
2001-10-08Minor wording change.Peter Stephenson2-1/+5
2001-10-08add print -f option, %n format specifier and tests for print/printf (15973)Oliver Kiddle7-91/+250
2001-10-08forgot thisPeter Stephenson1-0/+9
2001-10-0815931: EXIT traps from exit in subshell; 15965: glob -> zglobPeter Stephenson4-4/+13
2001-10-0815964: use SOCKLEN_TAndrey Borzenkov2-1/+6
2001-10-06Norbert Koch: 15954: fix variable name inconsistencyClint Adams2-1/+6
2001-10-05expand style in compinstallPeter Stephenson2-0/+55
2001-10-05add printf builtin (15851, 15948)Oliver Kiddle3-0/+197
2001-10-05fix calculation of number of columns needed with list_packed (15946)Sven Wischnowsky2-1/+7
2001-10-05make _cd use only one call to _alternative, including completions from ↵Sven Wischnowsky2-16/+20
_tilde (using the named-directories tag) (15945)
2001-10-05make expand style (file completion) work again; no more special behaviour ↵Sven Wischnowsky3-9/+22
with menu completion; try to make docs clearer (15944)
2001-10-05unposted: note typo change in Doc/Zsh/options.yoGeoff Wing1-0/+4
2001-10-05s/AUTO_CONT/AUTO_CONTINUE/Geoff Wing1-1/+1
2001-10-0515941: complete reiserfs mount options.Clint Adams2-1/+15
2001-10-0515940: complete -o utf8 for mount -t vfat.Clint Adams2-1/+5
2001-10-0515939: complete xfs mount options (for Linux).Clint Adams2-1/+24
2001-10-0515938: complete ext3 mount optionsClint Adams2-1/+12
2001-10-0215919: use LinkLists in place of somewhat equivalent codeClint Adams4-72/+128
2001-10-01test EXIT trap fixPeter Stephenson2-3/+19
2001-09-3015915: completion for bts scriptClint Adams3-1/+122
2001-09-28Zftp control connection management cleanup.Bart Schaefer2-19/+30
2001-09-28Module dependencies for unloading in tests.Bart Schaefer2-1/+10
2001-09-27fix build and test problems in Mac OS X (15882)Oliver Kiddle4-3/+10
2001-09-2715886: use select if poll is not available, or complain if neither are availableClint Adams2-2/+31
2001-09-27.distfiles fixes for 4.1.0-dev-2Peter Stephenson6-2/+13
2001-09-27Version 4.1.0-dev-2Peter Stephenson1-2/+2
2001-09-25Equivalence of $(...) and `...` in ${(e)...}.Bart Schaefer3-7/+22
2001-09-2515869Sven Wischnowsky2-7/+5
2001-09-25job text building code couldn't handle empty sublists (as in `coproc || ↵Sven Wischnowsky1-0/+3
test') (15868)
2001-09-25job text building code couldn't handle empty sublists (as in `coproc || ↵Sven Wischnowsky2-2/+9
test') (15868)
2001-09-25Fix ancient `print -z' doc bug.Bart Schaefer2-2/+4
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