Age | Commit message (Expand) | Author | Files | Lines |
2008-10-09 | 25831: fix empty return values from subscript matches with RC_EXPAND_PARAM | Peter Stephenson | 1 | -1/+2 |
2008-09-11 | 25641: add emulation option (NO_)MULTI_FUNC_DEF | Peter Stephenson | 1 | -0/+8 |
2008-08-07 | 25418: set PROMPT_SUBST for all Bourne-style shells | Peter Stephenson | 1 | -1/+1 |
2008-08-07 | 25415: Make DEBUG_BEFORE_CMD the default. | Peter Stephenson | 1 | -1/+8 |
2008-06-12 | 25149: add C_PRECEDENCES option to make arithmetic have C/Perl precedence | Peter Stephenson | 1 | -0/+10 |
2008-06-10 | Mikael: 25143: spelling corrections | Peter Stephenson | 1 | -2/+2 |
2008-04-17 | 24818: add HIST_FCNTL_LOCK. | Peter Stephenson | 1 | -0/+9 |
2008-04-13 | 24808: initial support for combining characters in zle | Peter Stephenson | 1 | -0/+18 |
2008-03-07 | 24696: turn off MULTIBYTE by default in sh emulation | Peter Stephenson | 1 | -4/+6 |
2008-02-01 | 24513, 24514, 24515, 24516, 24517, 24518, 24519, 24520, 24521: typo fixes fro... | Clint Adams | 1 | -1/+1 |
2007-06-18 | 23562: add KSH_ZERO_SUBSCRIPT option and leave off by default | Peter Stephenson | 1 | -0/+25 |
2007-05-01 | 23375: Phil Pennock: =~, zsh/regex etc. etc. | Peter Stephenson | 1 | -0/+30 |
2007-03-05 | 23205: fix misspelling of "effect". | Clint Adams | 1 | -1/+1 |
2007-02-12 | 23165: fix problems with bases: error if over 36 and don't interpret octal | Peter Stephenson | 1 | -0/+4 |
2007-01-09 | users/11111: add DEBUG_BEFORE_CMD option | Peter Stephenson | 1 | -0/+8 |
2006-11-08 | 22981: Zvi Har'el: bad call from 22952 | Peter Stephenson | 1 | -2/+5 |
2006-11-01 | 22934, modified, see 22937: add HIST_SUBST_PATTERN option | Peter Stephenson | 1 | -0/+9 |
2006-07-25 | 22557: turn on multibyte option by default | Peter Stephenson | 1 | -9/+21 |
2006-07-10 | 22544: Improve use of ztype tests for multibyte characters. Add | Peter Stephenson | 1 | -0/+21 |
2006-04-09 | 22408: support for multibyte characters in patterns | Peter Stephenson | 1 | -0/+14 |
2006-03-20 | 22360, 22365: support version 2 of Yodl | Peter Stephenson | 1 | -3/+3 |
2006-03-09 | Added missing <D> for HIST_SAVE_BY_COPY. | Wayne Davison | 1 | -1/+1 |
2005-12-27 | A couple more improvements to the HIST_SAVE_BY_COPY section. | Wayne Davison | 1 | -2/+6 |
2005-10-04 | Updated PROMPT_SP to mention what inverse+bold char is now output. | Wayne Davison | 1 | -2/+2 |
2005-08-08 | 21575 plus unposted: Add WARN_CREATE_GLOBAL option | Peter Stephenson | 1 | -0/+10 |
2005-07-26 | Mention the new inverse-hash that is output by PROMPT_SP. | Wayne Davison | 1 | -4/+2 |
2005-07-16 | Fixed the heading for the new PROMPT_SP option. | Wayne Davison | 1 | -1/+1 |
2005-07-15 | Document the new PROMPT_SP option. | Wayne Davison | 1 | -0/+18 |
2005-03-18 | Document the HIST_SAVE_BY_COPY option and made a few tweaks to | Wayne Davison | 1 | -6/+22 |
2005-01-12 | users/8354: Document limitation of glob_complete and matching control | Peter Stephenson | 1 | -0/+5 |
2004-09-03 | 20308: add EVAL_LINENO option | Peter Stephenson | 1 | -1/+14 |
2004-08-16 | 20251: integer conversion truncation | Peter Stephenson | 1 | -1/+2 |
2004-05-25 | c.f users/7474: reorder option descriptions in subheadings. | Peter Stephenson | 1 | -776/+822 |
2004-05-02 | Fix TRAPS_ASYNC so that it handles signals correctly. | Peter Stephenson | 1 | -5/+5 |
2004-04-19 | zsh-users/7365: new TRAPS_ASYNC option | Peter Stephenson | 1 | -0/+9 |
2004-03-06 | zsh-users/7121: NO_CASE_GLOB option for case-insensitive globbing | Peter Stephenson | 1 | -0/+10 |
2004-02-10 | 19415: fix indicate that short_loops option is applicable to repeat loops too | Oliver Kiddle | 1 | -1/+1 |
2003-05-14 | 18536: EMACS and VI compatibility options | Peter Stephenson | 1 | -0/+16 |
2002-12-04 | 17979: Add ERR_RETURN option. | Peter Stephenson | 1 | -0/+10 |
2002-06-20 | 17334: TYPESET_SILENT shell option and typeset -p option | Peter Stephenson | 1 | -0/+9 |
2002-05-06 | Explain the effect of unreadable directories, etc., on the CORRECT option | Bart Schaefer | 1 | -0/+3 |
2001-10-24 | 16063: add transientrprompt option to remove right prompt from | Geoff Wing | 1 | -0/+5 |
2001-10-05 | s/AUTO_CONT/AUTO_CONTINUE/ | Geoff Wing | 1 | -1/+1 |
2001-07-12 | Explain the effect of CORRECT on HASH_CMDS et al. | Bart Schaefer | 1 | -3/+6 |
2001-06-27 | add autocontinue option to automatically make stopped jos running when they a... | Sven Wischnowsky | 1 | -0/+8 |
2001-06-12 | Added KSH_TYPESET option. | Peter Stephenson | 1 | -0/+14 |
2001-06-11 | Document PATH_DIRS behaviour | Peter Stephenson | 1 | -1/+6 |
2001-05-15 | Mention how ignored history lines are not dropped immediately. | Wayne Davison | 1 | -6/+16 |
2001-05-09 | Make clearer that globsubst doesn't affect brace expansion | Peter Stephenson | 1 | -1/+2 |
2001-03-30 | Refuse to setopt noexec when interactive | Bart Schaefer | 1 | -0/+2 |