about summary refs log tree commit diff
path: root/Src/options.c
Commit message (Expand)AuthorAgeFilesLines
* 24301: missed a case for lower-casing optionsPeter Stephenson2007-12-191-1/+3
* 23562: add KSH_ZERO_SUBSCRIPT option and leave off by defaultPeter Stephenson2007-06-181-2/+3
* 23375: Phil Pennock: =~, zsh/regex etc. etc.Peter Stephenson2007-05-011-0/+3
* Fix lower casing of option names in some locales.Peter Stephenson2007-03-151-1/+8
* 23152: make ztrcmp() respect MULTIBYTEPeter Stephenson2007-02-061-1/+2
* users/11111: add DEBUG_BEFORE_CMD optionPeter Stephenson2007-01-091-0/+1
* 22934, modified, see 22937: add HIST_SUBST_PATTERN optionPeter Stephenson2006-11-011-0/+1
* 22656: improve handling of monitor optionPeter Stephenson2006-08-221-1/+10
* 22557: turn on multibyte option by defaultPeter Stephenson2006-07-251-1/+7
* 22544: Improve use of ztype tests for multibyte characters. AddPeter Stephenson2006-07-101-0/+1
* 22474: use variable argument lists to improve error message handlingPeter Stephenson2006-05-301-8/+8
* 22408: support for multibyte characters in patternsPeter Stephenson2006-04-091-0/+1
* Changed some structures to avoid gcc's type-punned warnings.Wayne Davison2006-03-071-176/+176
* 22057: don't use zsh/newuser in emulationPeter Stephenson2005-12-091-1/+1
* 21575 plus unposted: Add WARN_CREATE_GLOBAL optionPeter Stephenson2005-08-081-0/+1
* Add "promptsp" to the optname optns[] array.Wayne Davison2005-07-151-0/+1
* Added the histsavebycopy option.Wayne Davison2005-03-181-0/+1
* 20308: add EVAL_LINENO optionPeter Stephenson2004-09-031-0/+1
* Marked unused parameters with the new UNUSED() macro.Wayne Davison2004-06-021-3/+3
* Fix TRAPS_ASYNC so that it handles signals correctly.Peter Stephenson2004-05-021-1/+1
* zsh-users/7365: new TRAPS_ASYNC optionPeter Stephenson2004-04-191-1/+2
* zsh-users/7121: NO_CASE_GLOB option for case-insensitive globbingPeter Stephenson2004-03-061-0/+1
* 18530: print option states with `set -o' or `set +o'Oliver Kiddle2003-05-151-0/+27
* 18539 and remaining bits of 18536???: vi and emacs options, autoload zlePeter Stephenson2003-05-151-0/+5
* 17979: Add ERR_RETURN option.Peter Stephenson2002-12-041-0/+1
* 17582: Improved option argument handling.Peter Stephenson2002-08-271-1/+1
* 17334: TYPESET_SILENT shell option and typeset -p optionPeter Stephenson2002-06-201-0/+1
* 16063: add transientrprompt option to remove right prompt fromGeoff Wing2001-10-241-0/+1
* add autocontinue option to automatically make stopped jos running when they a...Sven Wischnowsky2001-06-271-0/+1
* Added KSH_TYPESET option.Peter Stephenson2001-06-121-0/+1
* Refuse to setopt noexec when interactiveBart Schaefer2001-03-301-0/+3
* add `aliases' option to be able to disable alias expansion (13554)Sven Wischnowsky2001-02-281-0/+1
* 12581: C_BASES optionPeter Stephenson2000-08-101-0/+1
* 12434: Doc/Zsh/invoke.yo, Src/init.c, Src/options.c, Src/zsh.h,Andrew Main2000-07-301-0/+45
* 11387: OCTAL_ZEROES optionClint Adams2000-05-151-0/+1
* 11044, 11260: DVORAK options for spell checking.Peter Stephenson2000-05-081-0/+1
* 10771: new GLOBAL_EXPORT option; successful compilation on OpenBSDPeter Stephenson2000-04-161-50/+81
* Initial revisionTanaka Akira1999-04-151-0/+663