about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
* don't treat non-option arguments as options (12266)Sven Wischnowsky2000-07-171-1/+1
* Fix the gethistent() function and enhanced the reliability of theWayne Davison2000-07-171-9/+14
* + Needed to call unmeta() in a few spots that used the HISTFILE name.Wayne Davison2000-07-161-20/+36
* 12247: internal hostnam variable removed in favour of $HOSTPeter Stephenson2000-07-133-7/+11
* condition parsing with (z) flagSven Wischnowsky2000-07-131-0/+4
* 12242: based on code from Fr. Br. George (George V Kouryachy):Peter Stephenson2000-07-131-162/+331
* fix for _arguments with single-letter options: recognize option-strings with ...Sven Wischnowsky2000-07-131-3/+4
* fix zle widget -n num with num>9 (12238)Sven Wischnowsky2000-07-131-35/+216
* slightly improved (z) flag for parsing conditions; recognising glob flags in ...Sven Wischnowsky2000-07-132-8/+16
* fix for (z) flag, don't take # as comment (12228)Sven Wischnowsky2000-07-122-4/+5
* 12222: handle EINTR for multios helper processesPeter Stephenson2000-07-111-2/+16
* 12220: message for missing autoload functionPeter Stephenson2000-07-111-0/+3
* 12193: Rather than replace @RLIMITS_INC_H@ with /dev/null on platforms whereBart Schaefer2000-07-071-5/+7
* AIX dependency fixesOliver Kiddle2000-07-043-3/+6
* shut compiler upPeter Stephenson2000-07-041-1/+1
* 12149: guard against undefined h_errno in zftpPeter Stephenson2000-07-041-0/+4
* 12138: setting arrays in math contextPeter Stephenson2000-07-031-13/+29
* 12121: stopmsg in precmdPeter Stephenson2000-07-031-4/+10
* change format style with warnings tag, don't add descriptions as matches; mak...Sven Wischnowsky2000-07-033-8/+32
* fix for `foo () print bar' (function definitions without braces) (12125)Sven Wischnowsky2000-06-291-1/+2
* quote brace-strings (12113)Sven Wischnowsky2000-06-291-8/+12
* 12112: Don't make namedirs out of hash elements.Bart Schaefer2000-06-281-1/+3
* fix for list-colors handling (12107)Sven Wischnowsky2000-06-281-1/+4
* make a-a-i-n-h in menu selection work with one match; better undo behaviour f...Sven Wischnowsky2000-06-283-4/+13
* Andrej: don't close slave if not yet open (12084)Sven Wischnowsky2000-06-271-1/+0
* Andrej: 12081: zpty under cygwinPeter Stephenson2000-06-271-2/+6
* unposted: move poll_readPeter Stephenson2000-06-262-89/+100
* 12073: read -t to test for available input before readingPeter Stephenson2000-06-262-16/+141
* remove compfmt; a bit of explanation for compfiles and compgroups (12068)Sven Wischnowsky2000-06-261-45/+0
* typo in _history; missing free()s in zle_tricky.c (12067)Sven Wischnowsky2000-06-261-0/+2
* missing allocation of list for option arguments (12066)Sven Wischnowsky2000-06-261-0/+5
* 12044: read -A bugPeter Stephenson2000-06-231-1/+10
* 12040: typeset -r bugPeter Stephenson2000-06-221-1/+2
* *** empty log message ***Sven Wischnowsky2000-06-221-1/+5
* allow subscripts for compadd -[ak]; new style for history completion; better ...Sven Wischnowsky2000-06-225-36/+76
* AIX dependency fixOliver Kiddle2000-06-201-1/+1
* make undo break out of menu selection if nothing to undo inside it (11992)Sven Wischnowsky2000-06-191-1/+1
* _arguments: small fix for -s and new `!...' for things not to complete (but t...Sven Wischnowsky2000-06-191-3/+13
* more careful when optimising patterns in compfiles (11981)Sven Wischnowsky2000-06-191-2/+2
* new match spec characters bBeE, match only word/line not both (11977)Sven Wischnowsky2000-06-193-11/+23
* allow _expand to expand braces; better detection of braces to complete in C (...Sven Wischnowsky2000-06-191-1/+25
* improve filename completion; use accept-exact for in-path completion; new fak...Sven Wischnowsky2000-06-192-22/+185
* Fix parsing of := for magicequalsubst.Bart Schaefer2000-06-171-3/+5
* 11956: Fix off-by-one error.Bart Schaefer2000-06-171-1/+1
* allow completion after `a{{b,c},'; fix for closing brace re-insertion when co...Sven Wischnowsky2000-06-163-10/+3
* zstyle -e option; change math-styles to boolean ones; change defaults for _ex...Sven Wischnowsky2000-06-161-41/+84
* more security in completion matching (11924)Sven Wischnowsky2000-06-151-2/+2
* Delete stray whitespace.Bart Schaefer2000-06-151-1/+0
* fix for _arguments, it took non-option strings as options (11910)Sven Wischnowsky2000-06-151-3/+12
* 11906: yet two more saving trap bugsPeter Stephenson2000-06-141-8/+14