summaryrefslogtreecommitdiff
path: root/Src/options.c
AgeCommit message (Expand)AuthorFilesLines
2009-07-1027106: reset status on command that expands to emptyPeter Stephenson1-0/+1
2009-07-0827100: Allow MONITOR option in non-interactive shells for testing.Peter Stephenson1-1/+1
2009-03-0326675: add POSIX_ALIASES optionPeter Stephenson1-0/+1
2009-02-1126546, 26556: sticky emulation for functions defined in emulate ... -c ...Peter Stephenson1-4/+22
2008-09-1125641: add emulation option (NO_)MULTI_FUNC_DEFPeter Stephenson1-0/+1
2008-08-0725418: set PROMPT_SUBST for all Bourne-style shellsPeter Stephenson1-1/+1
2008-08-0725415: Make DEBUG_BEFORE_CMD the default.Peter Stephenson1-1/+1
2008-07-3125345, 25347: neaten interface from main shell to zlePeter Stephenson1-1/+1
2008-06-1225149: add C_PRECEDENCES option to make arithmetic have C/Perl precedencePeter Stephenson1-0/+1
2008-04-1724818: add HIST_FCNTL_LOCK.Peter Stephenson1-0/+1
2008-04-1324808: initial support for combining characters in zlePeter Stephenson1-0/+1
2008-03-0724696: turn off MULTIBYTE by default in sh emulationPeter Stephenson1-1/+1
2007-12-1924301: missed a case for lower-casing optionsPeter Stephenson1-1/+3
2007-06-1823562: add KSH_ZERO_SUBSCRIPT option and leave off by defaultPeter Stephenson1-2/+3
2007-05-0123375: Phil Pennock: =~, zsh/regex etc. etc.Peter Stephenson1-0/+3
2007-03-15Fix lower casing of option names in some locales.Peter Stephenson1-1/+8
2007-02-0623152: make ztrcmp() respect MULTIBYTEPeter Stephenson1-1/+2
2007-01-09users/11111: add DEBUG_BEFORE_CMD optionPeter Stephenson1-0/+1
2006-11-0122934, modified, see 22937: add HIST_SUBST_PATTERN optionPeter Stephenson1-0/+1
2006-08-2222656: improve handling of monitor optionPeter Stephenson1-1/+10
2006-07-2522557: turn on multibyte option by defaultPeter Stephenson1-1/+7
2006-07-1022544: Improve use of ztype tests for multibyte characters. AddPeter Stephenson1-0/+1
2006-05-3022474: use variable argument lists to improve error message handlingPeter Stephenson1-8/+8
2006-04-0922408: support for multibyte characters in patternsPeter Stephenson1-0/+1
2006-03-07Changed some structures to avoid gcc's type-punned warnings.Wayne Davison1-176/+176
2005-12-0922057: don't use zsh/newuser in emulationPeter Stephenson1-1/+1
2005-08-0821575 plus unposted: Add WARN_CREATE_GLOBAL optionPeter Stephenson1-0/+1
2005-07-15Add "promptsp" to the optname optns[] array.Wayne Davison1-0/+1
2005-03-18Added the histsavebycopy option.Wayne Davison1-0/+1
2004-09-0320308: add EVAL_LINENO optionPeter Stephenson1-0/+1
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison1-3/+3
2004-05-02Fix TRAPS_ASYNC so that it handles signals correctly.Peter Stephenson1-1/+1
2004-04-19zsh-users/7365: new TRAPS_ASYNC optionPeter Stephenson1-1/+2
2004-03-06zsh-users/7121: NO_CASE_GLOB option for case-insensitive globbingPeter Stephenson1-0/+1
2003-05-1518530: print option states with `set -o' or `set +o'Oliver Kiddle1-0/+27
2003-05-1518539 and remaining bits of 18536???: vi and emacs options, autoload zlePeter Stephenson1-0/+5
2002-12-0417979: Add ERR_RETURN option.Peter Stephenson1-0/+1
2002-08-2717582: Improved option argument handling.Peter Stephenson1-1/+1
2002-06-2017334: TYPESET_SILENT shell option and typeset -p optionPeter Stephenson1-0/+1
2001-10-2416063: add transientrprompt option to remove right prompt fromGeoff Wing1-0/+1
2001-06-27add autocontinue option to automatically make stopped jos running when they a...Sven Wischnowsky1-0/+1
2001-06-12Added KSH_TYPESET option.Peter Stephenson1-0/+1
2001-03-30Refuse to setopt noexec when interactiveBart Schaefer1-0/+3
2001-02-28add `aliases' option to be able to disable alias expansion (13554)Sven Wischnowsky1-0/+1
2000-08-1012581: C_BASES optionPeter Stephenson1-0/+1
2000-07-3012434: Doc/Zsh/invoke.yo, Src/init.c, Src/options.c, Src/zsh.h,Andrew Main1-0/+45
2000-05-1511387: OCTAL_ZEROES optionClint Adams1-0/+1
2000-05-0811044, 11260: DVORAK options for spell checking.Peter Stephenson1-0/+1
2000-04-1610771: new GLOBAL_EXPORT option; successful compilation on OpenBSDPeter Stephenson1-50/+81
1999-04-15Initial revisionTanaka Akira1-0/+663