about summary refs log tree commit diff
path: root/Src/options.c
Commit message (Expand)AuthorAgeFilesLines
* 28424: new POSIX_STRINGS optionPeter Stephenson2010-11-221-1/+2
* 28308/28310: HIST_LEX_WORDS, check for quick history readPeter Stephenson2010-10-021-0/+1
* 28253: document -h argument to atribute commandsPeter Stephenson2010-09-121-0/+1
* 27793 and follow ups: add PATH_SCRIPT option to find script using $PATHPeter Stephenson2010-03-161-0/+1
* 27638, based on Frank Terbeck, 27633: SOURCETRACE optionPeter Stephenson2010-01-271-0/+1
* Joakim Rosqvist: 27591 as modified in 27594:Peter Stephenson2010-01-131-0/+3
* 27167: add POSIX_CD option to test "." after CDPATHPeter Stephenson2009-07-191-0/+1
* 27106: reset status on command that expands to emptyPeter Stephenson2009-07-101-0/+1
* 27100: Allow MONITOR option in non-interactive shells for testing.Peter Stephenson2009-07-081-1/+1
* 26675: add POSIX_ALIASES optionPeter Stephenson2009-03-031-0/+1
* 26546, 26556: sticky emulation for functions defined in emulate ... -c ...Peter Stephenson2009-02-111-4/+22
* 25641: add emulation option (NO_)MULTI_FUNC_DEFPeter Stephenson2008-09-111-0/+1
* 25418: set PROMPT_SUBST for all Bourne-style shellsPeter Stephenson2008-08-071-1/+1
* 25415: Make DEBUG_BEFORE_CMD the default.Peter Stephenson2008-08-071-1/+1
* 25345, 25347: neaten interface from main shell to zlePeter Stephenson2008-07-311-1/+1
* 25149: add C_PRECEDENCES option to make arithmetic have C/Perl precedencePeter Stephenson2008-06-121-0/+1
* 24818: add HIST_FCNTL_LOCK.Peter Stephenson2008-04-171-0/+1
* 24808: initial support for combining characters in zlePeter Stephenson2008-04-131-0/+1
* 24696: turn off MULTIBYTE by default in sh emulationPeter Stephenson2008-03-071-1/+1
* 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