summaryrefslogtreecommitdiff
path: root/Src/options.c
AgeCommit message (Collapse)AuthorFilesLines
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
unposted: Updated version to 4.1.0-dev-6 because of interface change.
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
display when accepting commands
2001-06-27add autocontinue option to automatically make stopped jos running when they ↵Sven Wischnowsky1-0/+1
are being disowned; make that the default for `%job &!' and `%job &|' (15115)
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
Src/zsh.mdd: Allow options to be specified on the zsh command line in the form of GNU-style long options. Also handle --version and --help. Do not permit extra option letters to be stacked after `-whatever-' (they used to be ignored). Exit if the command line specifies an option name that doesn't exist.
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