summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
2000-05-1511387: OCTAL_ZEROES optionClint Adams3-1/+4
2000-05-1511385: parse 0[0-9]+ as octal in arithmetic expressionsClint Adams1-0/+4
2000-05-15detect additional characters in parameter expansions and signal an error for ↵Sven Wischnowsky1-3/+16
them (11380)
2000-05-15extra paranoia for empty prefix/suffix in completion matching (11374)Sven Wischnowsky1-4/+4
2000-05-15fix for empty (s::) separator and strings with meta-characters (11368)Sven Wischnowsky1-1/+8
2000-05-15fix for completion of string with single quote (11365)Sven Wischnowsky1-2/+5
2000-05-15fix for suffix-matching; better in-path completion in _path_files (11364)Sven Wischnowsky1-16/+24
2000-05-15zparseopts should detect if it is called without option descriptions (11360)Sven Wischnowsky1-1/+7
2000-05-15Add -L option to the hash builtinOliver Kiddle2-4/+21
2000-05-14doc changes; typo in _jobs; integer builtin understands `-i base'Peter Stephenson1-1/+1
2000-05-12fix for completing options with `_arguments -s'; fix for _message to use ↵Sven Wischnowsky1-12/+21
`builtin compadd' (11349)
2000-05-12fixes for completion matching (11346)Sven Wischnowsky2-4/+50
2000-05-12fix for compadd -x when there are no matches (11335)Sven Wischnowsky1-1/+1
2000-05-1111326: Avoid init_io() on "exec < file" when zleactive.Bart Schaefer1-1/+1
Also fix OPK's slightly confused previous ChangeLog entry.
2000-05-11make _argument_sets add the options as defaults when there is nothing else ↵Sven Wischnowsky1-1/+1
to complete (11324)
2000-05-11allow internally-mutually exclusive sets in _argument_sets; fixes for ↵Sven Wischnowsky1-12/+32
_argument_sets and the C-code for it (11320)
2000-05-11make ^G in menu-selection restore the old command line; add select=long* ↵Sven Wischnowsky2-3/+13
values for menu style to start menu-selection if list is too long for screen (11319)
2000-05-10Remove return value from uniqarray which caused a compile error on IRIXOliver Kiddle1-1/+1
2000-05-1011314: fix for typeset -U not updating value in environmentPeter Stephenson2-10/+16
2000-05-10AIX dependency fixOliver Kiddle1-1/+1
2000-05-10more fixes for _arguments and its docs (11298)Sven Wischnowsky1-3/+3
2000-05-10misc. _arguments fixesSven Wischnowsky1-9/+22
2000-05-10fix for `-+opt' with mutex list (11294)Sven Wischnowsky1-2/+3
2000-05-0911285: zftp exit hookPeter Stephenson1-22/+38
2000-05-0911276: fix build on OpenBSD.Tanaka Akira1-402/+1070
2000-05-09give control over insertion of tab when no non-blank character before ↵Sven Wischnowsky2-4/+22
cursor; add insert-tab style (11274)
2000-05-09new -A and -S options to _arguments; `-opt=-' specs for options whose ↵Sven Wischnowsky1-38/+84
argument has to come after the `=' (11270)
2000-05-0811044, 11260: DVORAK options for spell checking.Peter Stephenson3-1/+20
2000-05-08close fd for pty-master in sub-shellSven Wischnowsky1-0/+1
2000-05-08more problems with optional arguments in _arguments (11253)Sven Wischnowsky1-5/+13
2000-05-08better cursor positioning in words with multiple ambiguous word parts (11248)Sven Wischnowsky1-2/+2
2000-05-08* Bart, Tanaka Akira: 11247: Don't signal to a process group whichTanaka Akira1-2/+2
has only zombie processes.
2000-05-0811194, 11200, 11214Peter Stephenson1-0/+8
2000-05-08misc. completion cleanups and changes (11242)Sven Wischnowsky2-6/+6
2000-05-05Small doc fix and AIX dependency fixOliver Kiddle1-1/+1
2000-05-05some more memory initialisation after allocation; shouldn't possibly have ↵Sven Wischnowsky2-4/+8
done any harm (11193)
2000-05-05make zpty -r stoppable even when SIGINT is caught (and the handler calls ↵Sven Wischnowsky1-1/+1
return or some such) (11181)
2000-05-05Wayne: fix for print -s when called from widget; added lines are not ↵Sven Wischnowsky2-26/+45
immediately available, though (11171)
2000-05-05fix for completion arguments of options, don't use all of them at once (11172)Sven Wischnowsky1-11/+17
2000-05-05fix for jobs -l -d, check if directory of job is already set (11170)Sven Wischnowsky1-1/+1
2000-05-0411165: Completion/Base/_regex_arguments, Completion/Debian/_apt,Tanaka Akira1-230/+1015
Completion/X/_xset, Completion/X/_xwit, Doc/Zsh/compsys.yo, Src/Modules/zutil.c: _regex_arguments support tag stuff.
2000-05-04close dump file descriptors in children (11151)Sven Wischnowsky3-0/+19
2000-05-04parse_subst_string() should use modified version of `len' (11145)Sven Wischnowsky1-3/+4
2000-05-04make pty the controlling terminal of their commands (11144)Sven Wischnowsky1-40/+75
2000-05-04save and restore `len' in lexsave/restore (11142)Sven Wischnowsky1-0/+3
2000-05-04don't list when all matches look the same; force-list style to give users ↵Sven Wischnowsky2-7/+29
control over this (11140)
2000-05-03allow `-' in exclusion lists for _arguments, to avoid completing all options ↵Sven Wischnowsky1-1/+6
(11121)
2000-05-03fix for the (z) flag: report partial word (like `"foo', without a closing ↵Sven Wischnowsky1-0/+5
quote); mention in manual that (z) is handled lately (11117)
2000-05-03new (z) parameter flag to do shell-word splitting on the value (11113)Sven Wischnowsky4-5/+60
2000-05-03remove backslashes before `$' in _expand when `substitute' is unset; fix for ↵Sven Wischnowsky1-1/+1
clearing end-of-list lines in menu-selection (11110)