about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* Use convbase() instead of a "%d" format to convert a zlong.Wayne Davison2004-10-011-3/+5
* We can't use "%d" on a histent number (which is a zlong these days).Wayne Davison2004-10-011-1/+1
* 20277 (modified)Wayne Davison2004-10-011-0/+6
* This version now uses a zsh function to parse the makefile insteadWayne Davison2004-10-011-20/+91
* 20427: Fix problem with _oldlist and custom completer.Peter Stephenson2004-10-013-1/+24
* * 20358: Completion/Unix/Command/_make: avoid potential gawk locale bug by n...Clint Adams2004-09-302-9/+11
* 20414: Completion/Unix/Type/_diff_options: correct missing minus in --unified...Clint Adams2004-09-282-1/+6
* Some improvements suggested by Oliver.Wayne Davison2004-09-281-12/+9
* unposted: improve p4 add to ignore files being added alreadyPeter Stephenson2004-09-272-1/+13
* 20409Wayne Davison2004-09-251-0/+6
* Completion for the darcs revision control system. Derived fromWayne Davison2004-09-251-0/+14
* 20397: Fix places where texinfo changes "--" to "-"Bart Schaefer2004-09-224-4/+11
* Unposted: update _perforce for release 2004.2Peter Stephenson2004-09-212-16/+102
* 20398: allow clean exit from within widget functionPeter Stephenson2004-09-212-1/+12
* Fix typo.Bart Schaefer2004-09-201-1/+1
* 20391: SHLVL wasn't updated in environmentPeter Stephenson2004-09-202-2/+7
* 20388: tweak ignoreeof behavior on user-defined widgets to match docs.Bart Schaefer2004-09-202-2/+13
* 20387: revised algorithm for the fix in 20363.Bart Schaefer2004-09-203-17/+19
* 20378: Matthias B.: fix bugs joining with metafied chars.Peter Stephenson2004-09-174-4/+23
* 20364: use $WIDGETSTYLE in _oldlistPeter Stephenson2004-09-162-3/+7
* 20363: Src/init.c, Src/Zle/zle_main.cPeter Stephenson2004-09-133-5/+20
* 20348: rejig WIDGETSTYLE and add WIDGETFUNCPeter Stephenson2004-09-103-9/+37
* Tests for EVAL_LINENO and for "command" used with POSIX_BUILTINS.Bart Schaefer2004-09-091-1/+15
* 20331: Use internal zlong variables for consistencyPeter Stephenson2004-09-099-64/+126
* 20330: rationalise zle return statusesPeter Stephenson2004-09-083-15/+26
* 20320, 20325: improved EVAL_LINENO + XTRACE fix, plus EVAL_LINENO test;Bart Schaefer2004-09-081-0/+9
* 20325: consensus fix for "command -v" crash w/POSIXBUILTINS.Bart Schaefer2004-09-081-2/+13
* 20320: rewrite of 20318, for sanity.Bart Schaefer2004-09-081-12/+9
* 20318: Fix xtrace output bug introduced by 20308.Bart Schaefer2004-09-042-4/+10
* 20308: add EVAL_LINENO optionPeter Stephenson2004-09-036-6/+44
* 20303: zle -I test and running zle widgets in trapsPeter Stephenson2004-09-023-7/+35
* 20300: fix spurious EOF from ^CPeter Stephenson2004-09-022-5/+17
* Previously-forgotten entry corresponding to zed fix from workers/20244.Bart Schaefer2004-09-021-0/+5
* 20283Wayne Davison2004-08-241-0/+5
* Incorporate Jean-Baptiste Quenot's change that improves the parsingWayne Davison2004-08-241-1/+1
* 20282Wayne Davison2004-08-241-0/+6
* When downline() calls upline() or visa versa (due to a negative zmult),Wayne Davison2004-08-241-2/+2
* - Fixed the perl code that was using the @matches array.Wayne Davison2004-08-211-4/+3
* 02070Wayne Davison2004-08-181-2/+3
* One of the new parenthetical expressions needs to not return a valueWayne Davison2004-08-181-1/+1
* Don't output a target "VAR" for a line of the form "VAR := VALUE".Wayne Davison2004-08-181-4/+4
* 20269Wayne Davison2004-08-181-0/+5
* Don't output make targets all clumped into a single string when useperlWayne Davison2004-08-181-1/+1
* 20251: integer conversion truncationPeter Stephenson2004-08-167-86/+149
* unposted: config.guess, config.sub: update to 2004-07-19 and 2004-06-24, resp...Clint Adams2004-08-133-53/+139
* Version 4.2.1 zsh-4.2.1Peter Stephenson2004-08-132-2/+6
* Changed an entry that was space-indented to being tab-indented likeWayne Davison2004-08-111-1/+1
* 20254: restrict scope of the default tag-order to fix a problem with cdrecordOliver Kiddle2004-08-112-0/+6
* 20244: fix bug with zed-iting autoloaded functions.Bart Schaefer2004-08-101-1/+1
* 20237: handle mysqlimport, more mysql options. Redo screen session completionOliver Kiddle2004-08-073-70/+129