about summary refs log tree commit diff
path: root/Doc/Zsh/options.yo
Commit message (Collapse)AuthorAgeFilesLines
...
* 34822: correction to GLOB_SUBST docHan Pingtian2015-04-011-1/+1
|
* 34785: fix typo in SHINSTDIN docHan Pingtian2015-03-271-1/+1
|
* 34280: more widespread use of FORCE_FLOAT.Peter Stephenson2015-01-151-3/+4
| | | | Add the case of variables read for use in arithmetic expressions.
* AUTO_CD behaviour depends on SHIN_STDIN, documentPeter Stephenson2014-11-111-0/+4
|
* 33643: elaborate documentation of the PRIVILEGED optionOliver Kiddle2014-11-091-4/+16
|
* 33531 with additions: retain status of exited background jobs.Peter Stephenson2014-10-261-4/+4
| | | | | | | | Add linked list of unwaited-for background jobs. Truncate at value of _SC_CHILD_MAX discarding oldest. Remove old lastpid_status mechanism for latest exited process only. Slightly tighten safety of permanently allocated linked lists so that this doesn't compromise signal handling.
* Fix some typos in the documentationMikael Magnusson2014-10-031-2/+2
|
* 32781: source behaves like . w.r.t. path searchJun T2014-06-161-1/+1
|
* 32779: fix a typo in options.yoJun T2014-06-141-1/+1
|
* 32768 with further modifications: LOCAL_LOOPS option.Peter Stephenson2014-06-131-4/+19
|
* 32682 with tweaks: Add INC_APPEND_HISTORY_TIME.Peter Stephenson2014-06-061-6/+24
| | | | Revert INC_APPEND_HISTORY behaviour.
* 32634: add POSIX_ARGZERO optionBarton E. Schaefer2014-06-011-1/+24
|
* 32592: add CORRECT_IGNORE_FILE variableTomoki Sekiyama2014-04-291-0/+3
|
* unposted: fix typoBarton E. Schaefer2014-04-061-1/+1
|
* unposted: document effect of 32479 on POSIX_TRAPSPeter Stephenson2014-03-141-1/+4
|
* Users/18033: Documentation for exit and ERR_EXIT.Peter Stephenson2013-10-161-0/+5
| | | | | Notes about interaction with asynchronous jobs such as process substitution and multios.
* unposted: fix typoBart Schaefer2013-10-071-1/+1
|
* users:18023: Add PIPEFAIL optionPeter Stephenson2013-10-061-0/+14
|
* 31444: Basic code for enable/disable -pPeter Stephenson2013-06-131-0/+13
|
* 31405: weasel words about PRINT_EXIT_STATUS option.Peter Stephenson2013-05-221-0/+1
|
* users/17665: add FORCE_FLOAT optionPeter Stephenson2013-03-051-0/+11
|
* 30789: Add CONTINUE_ON_ERROR for old behaviour.Peter Stephenson2012-11-151-0/+16
| | | | | New behaviour is for scripts to exit on error instead of returning to top level and executing the next command.
* unposted (users/16715): document HASH_LIST_ALL effects on correction.Bart Schaefer2012-03-011-2/+3
|
* 30101: add HASH_EXECUTABLES_ONLY optionPeter Stephenson2012-01-081-0/+14
|
* 30069: replace empty parens with LPAR()RPAR() in an example.Bart Schaefer2011-12-281-2/+2
|
* 29955++: IGNORE_CLOSE_BRACES optionPeter Stephenson2011-12-081-1/+26
|
* unposted: Minor clarification in doc for -l optionBart Schaefer2011-05-181-1/+1
|
* 28791: exit on errors with special builtins with POSIXBUILTINSPeter Stephenson2011-02-221-3/+3
|
* 28783: allow parentheses to be special in more places with SH_GLOBPeter Stephenson2011-02-211-2/+6
|
* 28784: exit on exec redirection error with POISX_BUILTINSPeter Stephenson2011-02-211-0/+4
|
* Mikael: 28531: typosPeter Stephenson2010-12-161-1/+1
|
* Mikael: 28487: fix docs to refer to current directoryPeter Stephenson2010-12-061-3/+3
| | | | rather than $PWD
* 28424: new POSIX_STRINGS optionPeter Stephenson2010-11-221-0/+27
|
* 28308/28310: HIST_LEX_WORDS, check for quick history readPeter Stephenson2010-10-021-0/+15
|
* 28253: document -h argument to atribute commandsPeter Stephenson2010-09-121-0/+13
|
* Mikael: 28190: fix reference to wrong manual pagePeter Stephenson2010-08-231-1/+1
|
* Mikael: 27929 + doc: global aliases shouldn't trigger HIST_IGNORE_SPACEPeter Stephenson2010-04-281-1/+2
|
* 27843: fix description of extended history formatPeter Stephenson2010-03-291-1/+1
|
* 27793 and follow ups: add PATH_SCRIPT option to find script using $PATHPeter Stephenson2010-03-161-0/+14
|
* 27661: Ben: typo in manual page referencesPeter Stephenson2010-02-041-1/+1
|
* 27638, based on Frank Terbeck, 27633: SOURCETRACE optionPeter Stephenson2010-01-271-1/+17
|
* Joakim Rosqvist: 27591 as modified in 27594:Peter Stephenson2010-01-131-0/+2
| | | | KEYBOARD_HACK variable
* 27446: Frank: tmux completion updatePeter Stephenson2009-12-021-0/+5
| | | | 27447: document change for waiting for $!
* 27181: extend POSIX_CD to handle target directory printing behaviourPeter Stephenson2009-07-211-0/+8
|
* 27167: add POSIX_CD option to test "." after CDPATHPeter Stephenson2009-07-191-0/+16
|
* 27134: Close SHTTY on exec.Peter Stephenson2009-07-121-3/+19
| | | | | 27135: POSIX_JOBS leaves MONITOR on in subshell and doesn't save parent job table.
* 27106: reset status on command that expands to emptyPeter Stephenson2009-07-101-0/+11
| | | | 27122: add POSIX_JOBS option
* Greg Klanderman: 26964 (modified): PROMPT_EOL_MARKPeter Stephenson2009-05-171-5/+7
|
* 26806 (doc tweaked): Add CORRECT_IGNORE variablePeter Stephenson2009-04-061-0/+3
|
* 26797: yet more changes to posix_aliases informationPeter Stephenson2009-03-261-5/+6
|