about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Add compaudit to .distfiles; 3.1.9-dev-4 zsh-3.1.9-dev-4Peter Stephenson2000-07-313-3/+9
* isalpha() -> ialpha(); avoid a compiler warning (12439)Sven Wischnowsky2000-07-312-1/+4
* clarify manual for menu style; select= and yes= may be given both a number an...Sven Wischnowsky2000-07-312-0/+11
* 12436: Doc/Zsh/invoke.yo, Src/init.c: Make -b behave likeAndrew Main2000-07-303-12/+23
* 12434: Doc/Zsh/invoke.yo, Src/init.c, Src/options.c, Src/zsh.h,Andrew Main2000-07-306-31/+192
* The `wait' builtin accepts only PIDs it can find in the job table.Bart Schaefer2000-07-282-1/+13
* 12421: extra tab in Makemod.in.inPeter Stephenson2000-07-282-1/+3
* 12411, 12419: Andrej: environment handling with fewer assumptionsPeter Stephenson2000-07-285-204/+400
* 12415: fix bug in last patch when quoting metafied field separator.Peter Stephenson2000-07-272-0/+7
* 12414: vared quotes separators when editing arraysPeter Stephenson2000-07-275-13/+92
* fix completion test (55*) because of 12394 (12408)Sven Wischnowsky2000-07-272-0/+5
* fix a bug that started menu selection too often; fix bug for `yes=long' and d...Sven Wischnowsky2000-07-273-3/+14
* compdescribe shouldn't use the sets after failed initialisationSven Wischnowsky2000-07-272-2/+5
* Detect autoloadable functions properly in zed.Bart Schaefer2000-07-272-1/+6
* don't hide possible completions if there is only one and at the same time mes...Sven Wischnowsky2000-07-272-1/+7
* -e, -I, -m and -M parameters can be specified multiple timesAdam Spiers2000-07-261-0/+5
* unposted: -e, -I, -m and -M parameters can be specified multiple timesAdam Spiers2000-07-261-3/+3
* Andrej/pws: 12381: tgetent accepts NULL test, cygwin, Windows 2000Peter Stephenson2000-07-262-1/+14
* Fix an incorrect article attribution.Bart Schaefer2000-07-261-2/+2
* Enable the insert-tab style in zed.Bart Schaefer2000-07-262-0/+9
* Belatedly fold in 12162, to replace command subst with eval.Bart Schaefer2000-07-264-7/+14
* Move compinit security checks into compaudit.Bart Schaefer2000-07-264-65/+176
* make `_arguments --' use specs after the `--' even for options not described ...Sven Wischnowsky2000-07-262-2/+11
* allow _value:<assoc> functions to override completion for all keys of an asso...Sven Wischnowsky2000-07-262-1/+12
* use mhpath and mhparams commands instead of guessing directories (12356)Oliver Kiddle2000-07-242-5/+7
* optimisations for _multi_parts (12354)Sven Wischnowsky2000-07-242-43/+35
* 12347: 3 mutt options are repeatableClint Adams2000-07-222-3/+8
* fix parsing of `time' without a command (12337)Sven Wischnowsky2000-07-212-3/+11
* Tweaked a function name in hist.c.Wayne Davison2000-07-201-0/+4
* Renamed shouldIgnoreLine() to should_ignore_line().Wayne Davison2000-07-201-2/+2
* Put reordered log entry back and corrected the date.Wayne Davison2000-07-201-4/+4
* Reorder the changelog.Chmouel Boudjnah2000-07-201-4/+4
* 12239: prefer curses to termcap on solarisPeter Stephenson2000-07-202-2/+8
* Discard stderr of a command subst.Bart Schaefer2000-07-202-3/+7
* Fix bad conflict resolution.Bart Schaefer2000-07-201-368/+0
* Comments for 12323.Wayne Davison2000-07-201-0/+4
* Support "builtin" in the HIST_NO_STORE check.Wayne Davison2000-07-201-3/+6
* Get also /usr/share/man.Chmouel Boudjnah2000-07-192-1/+373
* Comments for 12318.Wayne Davison2000-07-191-0/+11
* Mention the space-starting-alias feature in HIST_IGNORE_SPACE.Wayne Davison2000-07-191-1/+2
* Removed remhist() and HA_JUNKED, added an Eprog arg to hend(), andWayne Davison2000-07-191-25/+47
* Call hend() with a NULL arg.Wayne Davison2000-07-191-1/+1
* Pass the new Eprog argument to hend().Wayne Davison2000-07-191-2/+2
* Removed call to remhist().Wayne Davison2000-07-192-4/+0
* If an alias starts with a space, set aliasspaceflag to 1 instead ofWayne Davison2000-07-191-3/+2
* Define aliasspaceflag, and init it in parse_event().Wayne Davison2000-07-191-1/+5
* a bit of security for a VARARR() (12314)Sven Wischnowsky2000-07-192-1/+5
* 12313: bad phrasing in metafaqPeter Stephenson2000-07-192-3/+5
* 12308: Andrej and pws: _man formats, againPeter Stephenson2000-07-192-3/+12
* don't let duplicate matches keep us from recognising exact matches if they pr...Sven Wischnowsky2000-07-182-1/+7