about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* fix for the (z) flag: report partial word (like `"foo', without a closing quo...Sven Wischnowsky2000-05-033-1/+15
* Andrej: handle -t option in _zcompile (11067)Sven Wischnowsky2000-05-032-8/+11
* new (z) parameter flag to do shell-word splitting on the value (11113)Sven Wischnowsky2000-05-036-5/+68
* remove backslashes before `$' in _expand when `substitute' is unset; fix for ...Sven Wischnowsky2000-05-033-6/+15
* add _xauth.Tanaka Akira2000-05-031-1/+2
* 11109: Completion/X/_xauth: new completion for xauth.Tanaka Akira2000-05-032-0/+117
* 11106: Completion/User/_mount: fix glob for device files.Tanaka Akira2000-05-032-2/+6
* 11096: Use C locale for testsPeter Stephenson2000-05-033-2/+12
* more doc fixes (11094)Sven Wischnowsky2000-05-032-5/+9
* make sure that completion messages are displayed even when there are no match...Sven Wischnowsky2000-05-033-2/+18
* fix for completion of directories for zftp suite (11091)Sven Wischnowsky2000-05-032-1/+4
* allow calling `print -s' in widgets, avoid duplicated history numberSven Wischnowsky2000-05-031-1/+1
* allow calling `print -s' in widgets, avoid duplicated history number (11086)Sven Wischnowsky2000-05-031-0/+5
* CVS lost a couple of lines when merging changes to the ChangeLogOliver Kiddle2000-05-021-0/+2
* 11036, 11063, 11077: Always write the "read -q" prompt to shout; eliminateBart Schaefer2000-05-024-177/+402
* Update download location for Yodl (11078)Oliver Kiddle2000-05-022-1/+5
* fix indent.Tanaka Akira2000-05-021-1/+1
* 11075: install completion functions for AIX and BSD.Tanaka Akira2000-05-022-1/+5
* zefram103: Src/Makemod.in.in: make sure .{e,}pro files areAndrew Main2000-05-022-20/+37
* 11066: false || true was trigerring trap on ZERRPeter Stephenson2000-05-022-2/+9
* Small fix to avoid using slashes in temporary file name (11065)Oliver Kiddle2000-05-022-1/+6
* make zrecompile detect deleted and new files (11061)Sven Wischnowsky2000-05-022-8/+16
* two more doc fixes (11060)Sven Wischnowsky2000-05-022-4/+7
* add -x option to compadd to display message unconditionallySven Wischnowsky2000-05-026-15/+59
* 11057: getopts bugPeter Stephenson2000-05-022-1/+14
* always use empty matcher-list style in _complete_help (11053)Sven Wischnowsky2000-05-022-1/+11
* fix for _arguments, use on-line-argument-numbers only for normal arguments, n...Sven Wischnowsky2000-05-022-3/+7
* completion cleanup, mostly _wanted and $expl (11049)Sven Wischnowsky2000-05-029-16/+20
* make completion-in-vared complete parameter values as default; cleanup for _p...Sven Wischnowsky2000-05-024-58/+60
* completion doc fixes and cleanup; _sort_tags updated (11047)Sven Wischnowsky2000-05-024-243/+223
* *** empty log message ***Oliver Kiddle2000-05-011-2/+0
* don't fail on nonexistent ~/.nedit file.Bart Schaefer2000-05-013-4/+13
* Use of _arguments in _bzip2 (11041)Oliver Kiddle2000-05-014-6/+60
* Corrected where I had used a date of 31st AprilOliver Kiddle2000-05-011-1/+1
* Spelling corrections (11037)Oliver Kiddle2000-05-015-33/+38
* 11033: 3.1.7-pre-2 zsh-3.1.7-pre-2Peter Stephenson2000-04-305-5/+261
* 11032: Fix signed-ness of a local.Bart Schaefer2000-04-302-1/+5
* AIX dependency fixesOliver Kiddle2000-04-306-347/+545
* 11029: Some missing bits of merging 11015 with 11026.Bart Schaefer2000-04-303-5/+7
* completion for joeClint Adams2000-04-302-0/+43
* 11026: fix for unfunction of trap with localtraps bugPeter Stephenson2000-04-305-16/+49
* 11024: The _complete_debug widget enables and captures xtrace from completion.Bart Schaefer2000-04-303-3/+39
* 11019: fix bug in _description exampleAdam Spiers2000-04-292-1/+5
* 11017: Completion/Linux/_rpm: fixes for --rmsource and --recompileAdam Spiers2000-04-292-6/+16
* 11015: `unfunction TRAPxxx' now works with localtraps in effect. I'm notBart Schaefer2000-04-294-14/+32
* 11013: more compinstall fixesPeter Stephenson2000-04-282-1/+9
* 11012: Rearrange menus to match section rearragement in 11008.Bart Schaefer2000-04-282-10/+13
* 11012: Rearrange menus in Doc to match 11008. Also add some missing articleBart Schaefer2000-04-281-5/+10
* move compctl docs behind compsys, mention `zcompile -z' in compsys (11008)Sven Wischnowsky2000-04-288-7/+26
* misplaced cursor with partial-word matching (11007)Sven Wischnowsky2000-04-282-8/+5