summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-09-26Akinori Musha: 17719: add support for the pkg_create commandOliver Kiddle3-3/+54
2002-09-1917692: Prevent typeset of a positional parameter before it can do damage,Bart Schaefer2-2/+10
and improve the error message about it.
2002-09-1717673: Fix bug with &&s and ||s in complex constructsPeter Stephenson3-2/+41
2002-09-1617678: ignore initial `--' argument to printf to satisfy POSIXOliver Kiddle2-4/+11
2002-09-1617682: add support for -H and -p in typeset completionOliver Kiddle3-35/+48
2002-09-1617542: Thomas Stromberg: most systems don't have /etc/mtabOliver Kiddle1-6/+6
2002-09-06add descriptions for keyword substitutionsOliver Kiddle2-21/+32
2002-09-0617629: patch from Juergen Erhard to handle ssh-keygen -f -p, &c.Clint Adams2-3/+8
2002-09-0417620: add new/missing lynx options.Clint Adams2-2/+40
2002-09-04Massive improvement of --max-procs handling; reorganize option parsing toBart Schaefer1-44/+68
do only what's necessary for each early-bailout test; bump version number.
2002-09-03fix minor bug - -g to _files was missing despite presence of the globOliver Kiddle3-2/+5
2002-09-0317608: comment on use and abuse of BINF_SKIPINVALIDPeter Stephenson2-1/+14
2002-09-03pass -F option through to ssh when getting remote files for scp completionOliver Kiddle2-2/+5
2002-09-0317591: new _losetup and move _modutils and _valgrind to Linux directoryOliver Kiddle2-3/+3
2002-09-0317607: pass on options for port no to ssh when getting remote files for scpOliver Kiddle2-3/+14
2002-09-03moved to Completion/Linux/CommandOliver Kiddle2-144/+0
2002-09-0317591: new completion for losetupOliver Kiddle1-0/+14
2002-09-03moved from Completion/Unix/Command/_modutilsOliver Kiddle1-0/+87
2002-09-03moved from Completion/Unix/Command/_valgrindOliver Kiddle1-0/+57
2002-09-0317602, 17603: Rationalise option handling, in particular for cd, pushd, popd.Peter Stephenson4-173/+175
2002-09-02Implement --max-procs.Bart Schaefer1-7/+43
2002-09-02Mention zargs.Bart Schaefer1-0/+6
2002-09-02Add zargs.Bart Schaefer1-1/+1
2002-09-02Based on users/5283: Implement xargs-like segmenting of argument list, withBart Schaefer1-0/+199
a command called on each segment.
2002-08-2817590: Missing enditem() in mod_socket.yoPeter Stephenson2-0/+5
2002-08-2717582: Change Test for different error messagePeter Stephenson1-1/+1
2002-08-2717582: Improved option argument handling.Peter Stephenson38-657/+1018
unposted: Updated version to 4.1.0-dev-6 because of interface change.
2002-08-2417577: pass classpath as an option to _java_classOliver Kiddle5-32/+46
2002-08-2317573: complete new -s option to readOliver Kiddle2-5/+11
2002-08-2217544: implement read -s to suppress tty echoPeter Stephenson3-5/+36
2002-08-2217570: tweaks to socket modulePeter Stephenson4-13/+23
2002-08-2017558: zsh/net/socket module, including zsocket builtin.Clint Adams1-0/+7
2002-08-20fix typo in comment (17569)Sven Wischnowsky2-1/+3
2002-08-20fix default completion module loading, use compctl if it hasn't been loaded ↵Sven Wischnowsky4-1/+20
already and no completion widgets have been defined (17567)
2002-08-19complete for killall5, ifup and ifdownOliver Kiddle1-2/+4
2002-08-19handle killall5Oliver Kiddle1-2/+2
2002-08-19complete for ifup and ifdown commandsOliver Kiddle1-1/+1
2002-08-19users/5266: with the call-command style parse ant -projecthelp to get targetsOliver Kiddle2-11/+76
2002-08-19complete also for the nail commandOliver Kiddle1-1/+1
2002-08-19nedit 5.3 adds a -version optionOliver Kiddle1-10/+12
2002-08-19Valgrind version 1.0.0 was released.Felix Rosencrantz2-38/+52
2002-08-1817558: zsh/net/socket , zsocket builtinClint Adams6-1/+360
2002-08-17unposted: clint prompt theme %v typo correctionClint Adams2-1/+5
2002-08-1417535: use-perl style for _makePeter Stephenson3-2/+34
2002-08-1017206 (Bruno Bonfils), 17207 (Oliver): completion for auto-aptClint Adams3-0/+65
2002-08-0917522: clean up a few thingsOliver Kiddle5-85/+60
2002-08-0917522: also handle tkinfoOliver Kiddle1-7/+19
2002-08-0917521: new completion for antOliver Kiddle3-1/+44
2002-08-0817518: mention www.zshwiki.org in meta FAQPeter Stephenson2-0/+7
2002-08-0817516, 17517: Attempted fixes for memory leaks shown by valgrind.Peter Stephenson3-1/+19
First with zstyle patterns, second with pwd in job structure.