Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-10-01 | - Call saveandpophiststack() with its new writeflags arg. | Wayne Davison | 1 | -3/+6 | |
- Use the new HFILE_NO_REWRITE flag when saving the history file after a signal was received. | |||||
2004-10-01 | Changed HFILE_GOT_SIGNAL to HFILE_NO_REWRITE. | Wayne Davison | 1 | -1/+1 | |
2004-10-01 | Silence unused-parameter warnings from the compiler. | Wayne Davison | 1 | -2/+2 | |
2004-10-01 | Added HFILE_GOT_SIGNAL. | Wayne Davison | 1 | -0/+1 | |
2004-10-01 | Use convbase() instead of a "%d" format to convert a zlong. | Wayne Davison | 1 | -3/+5 | |
2004-10-01 | We can't use "%d" on a histent number (which is a zlong these days). | Wayne Davison | 1 | -1/+1 | |
Changed the sprintf() to convbase(). | |||||
2004-10-01 | 20277 (modified) | Wayne Davison | 1 | -0/+6 | |
2004-10-01 | This version now uses a zsh function to parse the makefile instead | Wayne Davison | 1 | -20/+91 | |
of awk or perl. That function has been enhanced to follow includes and to expand variables (which makes a target such as foo$(EXEEXT) expand into the right executable extention for the current system). | |||||
2004-10-01 | 20427: Fix problem with _oldlist and custom completer. | Peter Stephenson | 3 | -1/+24 | |
20339: show-completer style | |||||
2004-09-30 | * 20358: Completion/Unix/Command/_make: avoid potential gawk locale bug by ↵ | Clint Adams | 2 | -9/+11 | |
not using awk. | |||||
2004-09-28 | 20414: Completion/Unix/Type/_diff_options: correct missing minus in ↵ | Clint Adams | 2 | -1/+6 | |
--unified, spotted by Paul Wagland. | |||||
2004-09-28 | Some improvements suggested by Oliver. | Wayne Davison | 1 | -12/+9 | |
2004-09-27 | unposted: improve p4 add to ignore files being added already | Peter Stephenson | 2 | -1/+13 | |
2004-09-25 | 20409 | Wayne Davison | 1 | -0/+6 | |
2004-09-25 | Completion for the darcs revision control system. Derived from | Wayne Davison | 1 | -0/+14 | |
the zsh completion example that ships with darcs. | |||||
2004-09-22 | 20397: Fix places where texinfo changes "--" to "-" | Bart Schaefer | 4 | -4/+11 | |
2004-09-21 | Unposted: update _perforce for release 2004.2 | Peter Stephenson | 2 | -16/+102 | |
2004-09-21 | 20398: allow clean exit from within widget function | Peter Stephenson | 2 | -1/+12 | |
2004-09-20 | Fix typo. | Bart Schaefer | 1 | -1/+1 | |
2004-09-20 | 20391: SHLVL wasn't updated in environment | Peter Stephenson | 2 | -2/+7 | |
2004-09-20 | 20388: tweak ignoreeof behavior on user-defined widgets to match docs. | Bart Schaefer | 2 | -2/+13 | |
2004-09-20 | 20387: revised algorithm for the fix in 20363. | Bart Schaefer | 3 | -17/+19 | |
2004-09-17 | 20378: Matthias B.: fix bugs joining with metafied chars. | Peter Stephenson | 4 | -4/+23 | |
2004-09-16 | 20364: use $WIDGETSTYLE in _oldlist | Peter Stephenson | 2 | -3/+7 | |
2004-09-13 | 20363: Src/init.c, Src/Zle/zle_main.c | Peter Stephenson | 3 | -5/+20 | |
2004-09-10 | 20348: rejig WIDGETSTYLE and add WIDGETFUNC | Peter Stephenson | 3 | -9/+37 | |
2004-09-09 | Tests for EVAL_LINENO and for "command" used with POSIX_BUILTINS. | Bart Schaefer | 1 | -1/+15 | |
2004-09-09 | 20331: Use internal zlong variables for consistency | Peter Stephenson | 9 | -64/+126 | |
20332: Add WIDGETSTYLE zle parameter | |||||
2004-09-08 | 20330: rationalise zle return statuses | Peter Stephenson | 3 | -15/+26 | |
2004-09-08 | 20320, 20325: improved EVAL_LINENO + XTRACE fix, plus EVAL_LINENO test; | Bart Schaefer | 1 | -0/+9 | |
fix and test for "command -v" crash with POSIX_BUILTINS. | |||||
2004-09-08 | 20325: consensus fix for "command -v" crash w/POSIXBUILTINS. | Bart Schaefer | 1 | -2/+13 | |
2004-09-08 | 20320: rewrite of 20318, for sanity. | Bart Schaefer | 1 | -12/+9 | |
2004-09-04 | 20318: Fix xtrace output bug introduced by 20308. | Bart Schaefer | 2 | -4/+10 | |
2004-09-03 | 20308: add EVAL_LINENO option | Peter Stephenson | 6 | -6/+44 | |
2004-09-02 | 20303: zle -I test and running zle widgets in traps | Peter Stephenson | 3 | -7/+35 | |
2004-09-02 | 20300: fix spurious EOF from ^C | Peter Stephenson | 2 | -5/+17 | |
2004-09-02 | Previously-forgotten entry corresponding to zed fix from workers/20244. | Bart Schaefer | 1 | -0/+5 | |
2004-08-24 | 20283 | Wayne Davison | 1 | -0/+5 | |
2004-08-24 | Incorporate Jean-Baptiste Quenot's change that improves the parsing | Wayne Davison | 1 | -1/+1 | |
of the <target ...> tag. | |||||
2004-08-24 | 20282 | Wayne Davison | 1 | -0/+6 | |
2004-08-24 | When downline() calls upline() or visa versa (due to a negative zmult), | Wayne Davison | 1 | -2/+2 | |
the value of "n" that was returned should be negative but was positive. Fixes some problems with {down,up}-line-or-history and others. | |||||
2004-08-21 | - Fixed the perl code that was using the @matches array. | Wayne Davison | 1 | -4/+3 | |
- Simplified the other perl code just a little. | |||||
2004-08-18 | 02070 | Wayne Davison | 1 | -2/+3 | |
2004-08-18 | One of the new parenthetical expressions needs to not return a value | Wayne Davison | 1 | -1/+1 | |
so that it doesn't put items into the @matches array. | |||||
2004-08-18 | Don't output a target "VAR" for a line of the form "VAR := VALUE". | Wayne Davison | 1 | -4/+4 | |
2004-08-18 | 20269 | Wayne Davison | 1 | -0/+5 | |
2004-08-18 | Don't output make targets all clumped into a single string when useperl | Wayne Davison | 1 | -1/+1 | |
is enabled. | |||||
2004-08-16 | 20251: integer conversion truncation | Peter Stephenson | 7 | -86/+149 | |
20258: save command status in prompt substitution update FAQ rename version to 4.2.1-dev-1 | |||||
2004-08-13 | unposted: config.guess, config.sub: update to 2004-07-19 and 2004-06-24, ↵ | Clint Adams | 3 | -53/+139 | |
respectively. | |||||
2004-08-13 | Version 4.2.1 | Peter Stephenson | 2 | -2/+6 | |