Age | Commit message (Expand) | Author | Files | Lines |
2004-10-15 | 20490: Don't assume null termination for test string in pattern matching. | Peter Stephenson | 1 | -0/+1 |
2004-10-08 | 20467: Reintroduce rusage-based escapes for TIMEFMT. | Peter Stephenson | 1 | -4/+1 |
2004-10-07 | 20462: Use getrusage for timing again. | Peter Stephenson | 1 | -1/+10 |
2004-10-01 | Changed HFILE_GOT_SIGNAL to HFILE_NO_REWRITE. | Wayne Davison | 1 | -1/+1 |
2004-10-01 | Added HFILE_GOT_SIGNAL. | Wayne Davison | 1 | -0/+1 |
2004-09-09 | 20331: Use internal zlong variables for consistency | Peter Stephenson | 1 | -1/+2 |
2004-09-03 | 20308: add EVAL_LINENO option | Peter Stephenson | 1 | -0/+1 |
2004-07-11 | 20149: improve prompt-reset code | Peter Stephenson | 1 | -1/+1 |
2004-06-22 | 20076, 20084: { ... } always { ... } syntax. | Peter Stephenson | 1 | -0/+11 |
2004-04-20 | 19767, 19785: store flags for -z and -k options to autoload allowing the | Oliver Kiddle | 1 | -1/+4 |
2004-04-19 | zsh-users/7365: new TRAPS_ASYNC option | Peter Stephenson | 1 | -0/+1 |
2004-03-11 | 19595: rename DO to DOLOOP to avoid conflict with curses.h on Tru64 5.1 | Oliver Kiddle | 1 | -1/+1 |
2004-03-06 | zsh-users/7121: NO_CASE_GLOB option for case-insensitive globbing | Peter Stephenson | 1 | -0/+1 |
2003-12-15 | 19295: $CONTEXT zle parameter | Peter Stephenson | 1 | -2/+13 |
2003-11-13 | 19242: Make job table dynamically reallocatable. | Peter Stephenson | 1 | -4/+3 |
2003-09-24 | 19129: extra argument to typeset -T gives character for joining array | Peter Stephenson | 1 | -10/+16 |
2003-09-03 | 19014: add alias -s suf=handler | Peter Stephenson | 1 | -1/+4 |
2003-05-22 | 18559, 18562: make modules use proper option arguments | Peter Stephenson | 1 | -3/+4 |
2003-05-14 | 18536: EMACS and VI compatibility options | Peter Stephenson | 1 | -0/+2 |
2003-05-02 | 18492: Provide partial fix for multios and output process substitution | Peter Stephenson | 1 | -0/+1 |
2003-04-25 | 18472: spelling corrections | Oliver Kiddle | 1 | -2/+2 |
2003-02-17 | 18252: pass ignoreeof as flag to zleread | Peter Stephenson | 1 | -0/+1 |
2002-12-04 | 17979: Add ERR_RETURN option. | Peter Stephenson | 1 | -0/+1 |
2002-09-03 | 17602, 17603: Rationalise option handling, in particular for cd, pushd, popd. | Peter Stephenson | 1 | -9/+13 |
2002-08-27 | 17582: Improved option argument handling. | Peter Stephenson | 1 | -18/+56 |
2002-08-05 | 17503: fix various typos and spelling mistakes in source code comments | Oliver Kiddle | 1 | -4/+4 |
2002-07-01 | add new sepcial context -assign-parameter- for completing the parameter in an... | Sven Wischnowsky | 1 | -0/+2 |
2002-06-20 | 17334: TYPESET_SILENT shell option and typeset -p option | Peter Stephenson | 1 | -0/+2 |
2002-06-07 | 17299: Use reference counts in Eprogs so as to be able to free them as soon | Peter Stephenson | 1 | -0/+18 |
2001-12-17 | 16353: add += parameter assignments | Oliver Kiddle | 1 | -2/+8 |
2001-11-03 | 16201: introduce the PM_NAMEDDIR flag | Bart Schaefer | 1 | -0/+1 |
2001-10-24 | 16063: add transientrprompt option to remove right prompt from | Geoff Wing | 1 | -0/+1 |
2001-07-06 | 15291, 15292: fix bug setting scalar in math mode | Peter Stephenson | 1 | -0/+1 |
2001-06-27 | add autocontinue option to automatically make stopped jos running when they a... | Sven Wischnowsky | 1 | -0/+1 |
2001-06-12 | Added KSH_TYPESET option. | Peter Stephenson | 1 | -0/+1 |
2001-06-08 | 14813: autoload functions from deleted .zwc files | Clint Adams | 1 | -0/+1 |
2001-05-15 | Added HIST_TMPSTORE define. | Wayne Davison | 1 | -0/+1 |
2001-04-24 | Subscripting optimization and error checking. | Bart Schaefer | 1 | -0/+1 |
2001-03-13 | 13611, 13615: Bind cursor keys using termcap, including in viins. | Peter Stephenson | 1 | -1/+5 |
2001-03-07 | two optimisations | Sven Wischnowsky | 1 | -2/+2 |
2001-02-28 | add `aliases' option to be able to disable alias expansion (13554) | Sven Wischnowsky | 1 | -0/+1 |
2000-12-05 | Joel Smith: 13230: avoid name clashes with Linux kernel | Peter Stephenson | 1 | -21/+21 |
2000-11-11 | Sven: 13108: Handle traps synchronously | Peter Stephenson | 1 | -2/+0 |
2000-08-15 | Andrej, 12623: Fix dynamic linking for cygwin. | Bart Schaefer | 1 | -14/+0 |
2000-08-10 | 12581: C_BASES option | Peter Stephenson | 1 | -0/+1 |
2000-08-08 | 12561: Completion/Builtins/_zmodload, Doc/Zsh/builtins.yo, | Peter Stephenson | 1 | -0/+2 |
2000-08-07 | 12555: fix static linking on cygwin | Peter Stephenson | 1 | -1/+1 |
2000-08-02 | Andrej: Dynamic loading on cygwin | Peter Stephenson | 1 | -0/+8 |
2000-07-30 | 12434: Doc/Zsh/invoke.yo, Src/init.c, Src/options.c, Src/zsh.h, | Andrew Main | 1 | -1/+1 |
2000-06-22 | allow subscripts for compadd -[ak]; new style for history completion; better ... | Sven Wischnowsky | 1 | -2/+2 |