about summary refs log tree commit diff
path: root/Doc/Zsh/options.yo
Commit message (Collapse)AuthorAgeFilesLines
* 37489, tweaked: with POSIX_IDENTIFIERS create math var as scalarPeter Stephenson2016-01-031-0/+6
|
* 37085: fix doc: DEBUG_BEFORE_CMD is set by defaultJun-ichi Takimoto2015-11-091-5/+5
|
* 37022: add GLOB_STAR_SHORT option to abbreviate ** and ***Peter Stephenson2015-10-301-0/+15
|
* 36651: WARN_CREATE_GLOBAL += math expressionsDaniel Shahaf2015-09-271-1/+2
| | | | | Without this, '() { (( x=42 )) }' and '() { for (( i=0; … )) }' wouldn't warn about $x and $i, respectively, being created global.
* unposted: fix formatting typo in options list.Peter Stephenson2015-06-291-1/+1
|
* 35655: APPEND_CREATE option for POSIX copmatible NO_CLOBBERPeter Stephenson2015-06-291-4/+21
|
* 35626: update POSIX_CD to note that it is on in ksh and sh emulationsBarton E. Schaefer2015-06-261-1/+1
|
* various posts: Implement assignment parsing for typeset.Peter Stephenson2015-06-241-1/+7
| | | | | | | | | | | | Typeset assignments now work like raw assignments except for no "+=" and no GLOB_ASSIGN. Documented in typeset builtin doc and mentioned in release notes. Tests to ensure basic sanity. Enabled by default, can be turned off by "disable -r" with typeset family of commands.
* 35442: document MULTIBYTE is always on by default when availablePeter Stephenson2015-06-111-5/+3
|
* unposted: Typo fixDaniel Shahaf2015-06-021-1/+1
|
* 35343: Avoid $#name length handling for POSIX_IDENTIFIERSPeter Stephenson2015-05-311-0/+7
|
* 35318: POSIX_BUILTINS behaviour for getopts.Peter Stephenson2015-05-281-0/+4
| | | | | It needs to keep OPTIND, as well as the index within the string pointed to by OPTIND, global in this case.
* 35075: improve manual formatJun-ichi Takimoto2015-05-121-1/+1
| | | | also fixed a ChangeLog entry for 35034 (2015-05-06)
* 35034: improve manual format up to Chapter18Jun-ichi Takimoto2015-05-061-9/+9
|
* 34880: POSIX_TRAPS docHan Pingtian2015-04-131-1/+1
|
* 34875: CSH_JUNKIE_HISTORY docHan Pingtian2015-04-131-2/+2
|
* users/20078: HIST_BEEP docHan Pingtian2015-04-131-1/+1
|
* 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
|