summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2000-05-0911276: fix build on OpenBSD.Tanaka Akira3-403/+1075
2000-05-09give control over insertion of tab when no non-blank character before ↵Sven Wischnowsky7-5/+51
cursor; add insert-tab style (11274)
2000-05-09option name clash in _arguments (11273)Sven Wischnowsky3-4/+7
2000-05-09fix for _arguments without options and no more arguments to complete (11272)Sven Wischnowsky2-2/+7
2000-05-09new -A and -S options to _arguments; `-opt=-' specs for options whose ↵Sven Wischnowsky3-39/+100
argument has to come after the `=' (11270)
2000-05-08minor doc fixes (11268)Oliver Kiddle3-5/+7
2000-05-08Small fix in Etc/CONTRIBUTORSOliver Kiddle2-1/+5
2000-05-0811264: Missed bit of doc for 10771.Bart Schaefer2-4/+17
2000-05-0811044, 11260: DVORAK options for spell checking.Peter Stephenson5-1/+33
2000-05-08CONTRIBUTORS fixGeoff Wing1-0/+4
2000-05-08Fix my email addressGeoff Wing1-1/+1
2000-05-08close fd for pty-master in sub-shellSven Wischnowsky2-0/+3
2000-05-0811252: no colon at the end of zftp function contextsPeter Stephenson24-230/+394
2000-05-08more problems with optional arguments in _arguments (11253)Sven Wischnowsky3-9/+18
2000-05-083.1.7-pre-3 marked in ChangeLogPeter Stephenson1-0/+4
2000-05-08better cursor positioning in words with multiple ambiguous word parts (11248)Sven Wischnowsky2-2/+7
2000-05-08* Bart, Tanaka Akira: 11247: Don't signal to a process group whichTanaka Akira2-2/+7
has only zombie processes.
2000-05-08Version 3.1.7-pre-3Peter Stephenson1-2/+2
2000-05-0811194, 11200, 11214Peter Stephenson7-42/+106
2000-05-08make _expand call _complete when called from _expand_word; add ignore-line ↵Sven Wischnowsky5-3/+28
style to ignore words already on the line (11244)
2000-05-08misc. completion cleanups and changes (11242)Sven Wischnowsky14-61/+203
2000-05-0611236: Handle tabs between options and their descriptions when parsing --help.Bart Schaefer2-4/+9
2000-05-06add _look.Tanaka Akira1-1/+2
2000-05-0611224: Util/mkdisttree.sh: problem with pattern matching `.' inTanaka Akira2-1/+4
find.
2000-05-0611223: Completion/Base/_regex_arguments, Completion/Debian/_apt,Tanaka Akira6-103/+158
Completion/X/_xset, Completion/X/_xwit, Doc/Zsh/compsys.yo: _regex_arguments use _alternative.
2000-05-0511219: Completion/User/_cvs, Completion/User/_diff_options: addTanaka Akira3-148/+303
option description to `_cvs' and fix typo in _diff_options.
2000-05-05Small doc fix and AIX dependency fixOliver Kiddle3-2/+7
2000-05-0511213: Completion/User/_cvs: don't complete files which isTanaka Akira2-3/+10
already on command line for `cvs add', `cvs remove' and `cvs commit'.
2000-05-0511204: Completion/User/_look: use more precise explanation andTanaka Akira2-2/+8
complete an optional second argument.
2000-05-0511196: zmv enhancementsPeter Stephenson2-16/+108
2000-05-05CONTRIBUTORS fixesPeter Stephenson2-3/+8
2000-05-05completion function cleanup for `_arguments' with the `-C' option and using ↵Sven Wischnowsky25-238/+318
it's return value (11195)
2000-05-05some more memory initialisation after allocation; shouldn't possibly have ↵Sven Wischnowsky3-4/+14
done any harm (11193)
2000-05-0511190: Completion/User/_look: new completion for look.Tanaka Akira2-0/+22
2000-05-05make _message independent of when it is called (11188)Sven Wischnowsky3-5/+8
2000-05-0511185: Update contributors list for 3.1.7Peter Stephenson2-10/+103
2000-05-05use `eval' in nslookup for pager, in case someone has PAGER='less -foo' or ↵Sven Wischnowsky2-1/+6
some such (11186)
2000-05-05Use one function for compression/decompression programs and new lzop completionOliver Kiddle9-22/+173
2000-05-05make zpty -r stoppable even when SIGINT is caught (and the handler calls ↵Sven Wischnowsky2-1/+4
return or some such) (11181)
2000-05-05make nslookup page it's output if too long for screen (11177)Sven Wischnowsky2-25/+37
2000-05-05Wayne: fix for print -s when called from widget; added lines are not ↵Sven Wischnowsky3-26/+49
immediately available, though (11171)
2000-05-05fix for completion arguments of options, don't use all of them at once (11172)Sven Wischnowsky2-11/+20
2000-05-05fix for jobs -l -d, check if directory of job is already set (11170)Sven Wischnowsky2-1/+6
2000-05-0411166: Completion/Base/_regex_arguments: remove debugging code.Tanaka Akira2-2/+3
2000-05-0411165: Completion/Base/_regex_arguments, Completion/Debian/_apt,Tanaka Akira7-704/+1213
Completion/X/_xset, Completion/X/_xwit, Doc/Zsh/compsys.yo, Src/Modules/zutil.c: _regex_arguments support tag stuff.
2000-05-0411157: Completion/Core/_requested: fail if _all_labels is failed.Tanaka Akira2-1/+5
2000-05-04close dump file descriptors in children (11151)Sven Wischnowsky4-0/+22
2000-05-0411147: TRAPZERR testsPeter Stephenson2-1/+33
2000-05-04parse_subst_string() should use modified version of `len' (11145)Sven Wischnowsky2-3/+7
2000-05-04make pty the controlling terminal of their commands (11144)Sven Wischnowsky2-40/+78