about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
* 11473: Turn off xtrace while printing PS4.Bart Schaefer2000-05-201-1/+3
* 11467: [#<base>] syntax for output basePeter Stephenson2000-05-193-11/+30
* 11461: Make "read" interruptible even when used in the tail of a pipeline.Bart Schaefer2000-05-191-4/+11
* fix for unambiguous string insertion (11466)Sven Wischnowsky2000-05-191-1/+1
* small doc fix; make compcall autoload compctl module (11457)Sven Wischnowsky2000-05-181-2/+5
* 11455: Completion/Core/_oldlist: old-menu defaults onPeter Stephenson2000-05-181-10/+60
* add Felix' completion matching test; some fixes for bugs shown by it (11439)Sven Wischnowsky2000-05-173-52/+59
* 11426: Src/Modules/zpty.c: don't use #elif.Tanaka Akira2000-05-171-4/+6
* 11420: Src/Modules/zpty.c: try more pty device files.Tanaka Akira2000-05-161-4/+7
* 11410: make tokenize() tokenize =, so $~foo allows =cmd expansionPeter Stephenson2000-05-161-0/+1
* fix scrolling in menu-selection with matches spanning multiple linesSven Wischnowsky2000-05-162-20/+74
* make menu-select accept the match when typing a non-special character (11401)Sven Wischnowsky2000-05-161-0/+1
* 11387: OCTAL_ZEROES optionClint Adams2000-05-153-1/+4
* 11385: parse 0[0-9]+ as octal in arithmetic expressionsClint Adams2000-05-151-0/+4
* detect additional characters in parameter expansions and signal an error for ...Sven Wischnowsky2000-05-151-3/+16
* extra paranoia for empty prefix/suffix in completion matching (11374)Sven Wischnowsky2000-05-151-4/+4
* fix for empty (s::) separator and strings with meta-characters (11368)Sven Wischnowsky2000-05-151-1/+8
* fix for completion of string with single quote (11365)Sven Wischnowsky2000-05-151-2/+5
* fix for suffix-matching; better in-path completion in _path_files (11364)Sven Wischnowsky2000-05-151-16/+24
* zparseopts should detect if it is called without option descriptions (11360)Sven Wischnowsky2000-05-151-1/+7
* Add -L option to the hash builtinOliver Kiddle2000-05-152-4/+21
* doc changes; typo in _jobs; integer builtin understands `-i base'Peter Stephenson2000-05-141-1/+1
* fix for completing options with `_arguments -s'; fix for _message to use `bui...Sven Wischnowsky2000-05-121-12/+21
* fixes for completion matching (11346)Sven Wischnowsky2000-05-122-4/+50
* fix for compadd -x when there are no matches (11335)Sven Wischnowsky2000-05-121-1/+1
* 11326: Avoid init_io() on "exec < file" when zleactive.Bart Schaefer2000-05-111-1/+1
* make _argument_sets add the options as defaults when there is nothing else to...Sven Wischnowsky2000-05-111-1/+1
* allow internally-mutually exclusive sets in _argument_sets; fixes for _argume...Sven Wischnowsky2000-05-111-12/+32
* make ^G in menu-selection restore the old command line; add select=long* valu...Sven Wischnowsky2000-05-112-3/+13
* Remove return value from uniqarray which caused a compile error on IRIXOliver Kiddle2000-05-101-1/+1
* 11314: fix for typeset -U not updating value in environmentPeter Stephenson2000-05-102-10/+16
* AIX dependency fixOliver Kiddle2000-05-101-1/+1
* more fixes for _arguments and its docs (11298)Sven Wischnowsky2000-05-101-3/+3
* misc. _arguments fixesSven Wischnowsky2000-05-101-9/+22
* fix for `-+opt' with mutex list (11294)Sven Wischnowsky2000-05-101-2/+3
* 11285: zftp exit hookPeter Stephenson2000-05-091-22/+38
* 11276: fix build on OpenBSD.Tanaka Akira2000-05-091-402/+1070
* give control over insertion of tab when no non-blank character before cursor;...Sven Wischnowsky2000-05-092-4/+22
* new -A and -S options to _arguments; `-opt=-' specs for options whose argumen...Sven Wischnowsky2000-05-091-38/+84
* 11044, 11260: DVORAK options for spell checking.Peter Stephenson2000-05-083-1/+20
* close fd for pty-master in sub-shellSven Wischnowsky2000-05-081-0/+1
* more problems with optional arguments in _arguments (11253)Sven Wischnowsky2000-05-081-5/+13
* better cursor positioning in words with multiple ambiguous word parts (11248)Sven Wischnowsky2000-05-081-2/+2
* * Bart, Tanaka Akira: 11247: Don't signal to a process group whichTanaka Akira2000-05-081-2/+2
* 11194, 11200, 11214Peter Stephenson2000-05-081-0/+8
* misc. completion cleanups and changes (11242)Sven Wischnowsky2000-05-082-6/+6
* Small doc fix and AIX dependency fixOliver Kiddle2000-05-051-1/+1
* some more memory initialisation after allocation; shouldn't possibly have don...Sven Wischnowsky2000-05-052-4/+8
* make zpty -r stoppable even when SIGINT is caught (and the handler calls retu...Sven Wischnowsky2000-05-051-1/+1
* Wayne: fix for print -s when called from widget; added lines are not immediat...Sven Wischnowsky2000-05-052-26/+45