about summary refs log tree commit diff
path: root/Src
Commit message (Collapse)AuthorAgeFilesLines
...
* bogus uninitialised variable warningSven Wischnowsky2000-05-301-1/+1
|
* fixes for _arguments without multiple sets; change completion test for empty ↵Sven Wischnowsky2000-05-301-2/+2
| | | | actions (11647)
* Wayne: Fix two history bugs that were causing theBart Schaefer2000-05-304-23/+25
| | | | failure of `print -s'.
* matching bugs with patterns with two anchors (11634)Sven Wischnowsky2000-05-293-4/+22
|
* fixes for _arguments with sets; make _zpty not use sets (11624)Sven Wischnowsky2000-05-291-6/+16
|
* 11616: netinet/in_systm.h againPeter Stephenson2000-05-281-1/+10
|
* 11606: Propagate parse errors out of parse_list() and parse_event(), andBart Schaefer2000-05-272-5/+4
| | | | test that it worked.
* 11607: For "read -q", open shout if necessaryBart Schaefer2000-05-271-0/+3
| | | | | even when SHTTY is already a valid descriptor.
* 11587: Felix Rosencrantz: Src/pattern.c: uninitialised variablePeter Stephenson2000-05-264-27/+33
| | | | 11590: various cygwin fixes
* disable vared if zle is not enabled (11566)Sven Wischnowsky2000-05-261-0/+4
|
* better cursor-movement in menu-selection (11569)Sven Wischnowsky2000-05-251-3/+11
|
* 11567: FD_CLOEXEC in zftp.cPeter Stephenson2000-05-251-6/+3
|
* force listing in _complete_debug; make complist with list-scrolling stopt at ↵Sven Wischnowsky2000-05-251-9/+14
| | | | the end of the list when prompt would scroll it out; fix _in_vared to handle `foo[bar]' (11565)
* 11561: no RC_QUOTES in $'..'Peter Stephenson2000-05-241-1/+1
|
* fix for comparguments to make -s have an effect again (11552)Sven Wischnowsky2000-05-241-2/+1
|
* add -[ak] options to compadd (11533)Sven Wischnowsky2000-05-234-11/+64
|
* add -E option to zparseopts (11530)Sven Wischnowsky2000-05-231-10/+43
|
* fix for read -q without a shout (11524)Sven Wischnowsky2000-05-231-2/+2
|
* save and restore more variables in bufferwords(); move gotword() into core ↵Sven Wischnowsky2000-05-237-34/+92
| | | | (11523)
* make sure wouldinstab is set before calling docomplete() (11503)Sven Wischnowsky2000-05-221-1/+11
|
* fix for clines in suffix (11496)Sven Wischnowsky2000-05-221-3/+8
|
* be more careful when decided if to insert tabs instead of completing (11493)Sven Wischnowsky2000-05-222-2/+4
|
* remove -h option from zstyle (11490)Sven Wischnowsky2000-05-221-6/+1
|
* pat(-) in long-option patterns to say that argument should be completed only ↵Sven Wischnowsky2000-05-221-198/+349
| | | | after the `='; merge _arguments and _argument_sets; slightly better test when not to complete options (11489)
* fix for a-a-m-c in menu selection; scroll explanations onto screen again ↵Sven Wischnowsky2000-05-221-33/+53
| | | | (11487)
* 11473: Turn off xtrace while printing PS4.Bart Schaefer2000-05-201-1/+3
|
* 11467: [#<base>] syntax for output basePeter Stephenson2000-05-193-11/+30
| | | | zsh-users/3071: compdump tweak to avoid // in path
* 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
| | | | them (11380)
* 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 ↵Sven Wischnowsky2000-05-121-12/+21
| | | | `builtin compadd' (11349)
* 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
|