Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 41499 (with one further tweak): POSIX_STRINGS behaviour. | Peter Stephenson | 2017-08-07 | 1 | -9/+21 |
| | | | | | Ignore a terminating delimiter when splitting as separators despite being called separators are terminators. | ||||
* | 41464, 41466: With POSIX_BUILTINS, exec only executes sexternal commands. | Peter Stephenson | 2017-07-27 | 1 | -0/+4 |
| | | | | Document the default behaviour and add a test. | ||||
* | users/22653: options.yo: Clarify REMATCH_PCRE semantics. | Daniel Shahaf | 2017-04-05 | 1 | -1/+2 |
| | | | | | Presently, if the option is set but the module is unavailable, using '=~' sets errflag. | ||||
* | 40875: Update REC_EXACT description, suggested by Martin Krafft | Peter Stephenson | 2017-03-21 | 1 | -2/+3 |
| | |||||
* | 40568: REMATCH_PCRE is not enabled by default, fix doc. | Øystein Walle | 2017-02-17 | 1 | -1/+1 |
| | |||||
* | 40391: Add WARN_NESTED_VAR option and functions -W. | Peter Stephenson | 2017-01-23 | 1 | -0/+31 |
| | | | | | These are companions to WARN_CREATED_GLOBAL, warning when a variable from an enclosing scope is altered. | ||||
* | 40306 with doc tweaks: Change behaviour expanding alias in () function ↵ | Peter Stephenson | 2017-01-10 | 1 | -0/+30 |
| | | | | | | | definition. Now an error unless the () is part of the same error as the name. Add ALIAS_FUNC_DEF option to allow it again. | ||||
* | unposted: fix duplicated words | Oliver Kiddle | 2016-07-08 | 1 | -1/+1 |
| | |||||
* | unposted: when ksharrays is set, braces are required for all parameter ↵ | Barton E. Schaefer | 2016-06-18 | 1 | -1/+2 |
| | | | | expansions with colon-modifiers | ||||
* | 37489, tweaked: with POSIX_IDENTIFIERS create math var as scalar | Peter Stephenson | 2016-01-03 | 1 | -0/+6 |
| | |||||
* | 37085: fix doc: DEBUG_BEFORE_CMD is set by default | Jun-ichi Takimoto | 2015-11-09 | 1 | -5/+5 |
| | |||||
* | 37022: add GLOB_STAR_SHORT option to abbreviate ** and *** | Peter Stephenson | 2015-10-30 | 1 | -0/+15 |
| | |||||
* | 36651: WARN_CREATE_GLOBAL += math expressions | Daniel Shahaf | 2015-09-27 | 1 | -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 Stephenson | 2015-06-29 | 1 | -1/+1 |
| | |||||
* | 35655: APPEND_CREATE option for POSIX copmatible NO_CLOBBER | Peter Stephenson | 2015-06-29 | 1 | -4/+21 |
| | |||||
* | 35626: update POSIX_CD to note that it is on in ksh and sh emulations | Barton E. Schaefer | 2015-06-26 | 1 | -1/+1 |
| | |||||
* | various posts: Implement assignment parsing for typeset. | Peter Stephenson | 2015-06-24 | 1 | -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 available | Peter Stephenson | 2015-06-11 | 1 | -5/+3 |
| | |||||
* | unposted: Typo fix | Daniel Shahaf | 2015-06-02 | 1 | -1/+1 |
| | |||||
* | 35343: Avoid $#name length handling for POSIX_IDENTIFIERS | Peter Stephenson | 2015-05-31 | 1 | -0/+7 |
| | |||||
* | 35318: POSIX_BUILTINS behaviour for getopts. | Peter Stephenson | 2015-05-28 | 1 | -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 format | Jun-ichi Takimoto | 2015-05-12 | 1 | -1/+1 |
| | | | | also fixed a ChangeLog entry for 35034 (2015-05-06) | ||||
* | 35034: improve manual format up to Chapter18 | Jun-ichi Takimoto | 2015-05-06 | 1 | -9/+9 |
| | |||||
* | 34880: POSIX_TRAPS doc | Han Pingtian | 2015-04-13 | 1 | -1/+1 |
| | |||||
* | 34875: CSH_JUNKIE_HISTORY doc | Han Pingtian | 2015-04-13 | 1 | -2/+2 |
| | |||||
* | users/20078: HIST_BEEP doc | Han Pingtian | 2015-04-13 | 1 | -1/+1 |
| | |||||
* | 34822: correction to GLOB_SUBST doc | Han Pingtian | 2015-04-01 | 1 | -1/+1 |
| | |||||
* | 34785: fix typo in SHINSTDIN doc | Han Pingtian | 2015-03-27 | 1 | -1/+1 |
| | |||||
* | 34280: more widespread use of FORCE_FLOAT. | Peter Stephenson | 2015-01-15 | 1 | -3/+4 |
| | | | | Add the case of variables read for use in arithmetic expressions. | ||||
* | AUTO_CD behaviour depends on SHIN_STDIN, document | Peter Stephenson | 2014-11-11 | 1 | -0/+4 |
| | |||||
* | 33643: elaborate documentation of the PRIVILEGED option | Oliver Kiddle | 2014-11-09 | 1 | -4/+16 |
| | |||||
* | 33531 with additions: retain status of exited background jobs. | Peter Stephenson | 2014-10-26 | 1 | -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 documentation | Mikael Magnusson | 2014-10-03 | 1 | -2/+2 |
| | |||||
* | 32781: source behaves like . w.r.t. path search | Jun T | 2014-06-16 | 1 | -1/+1 |
| | |||||
* | 32779: fix a typo in options.yo | Jun T | 2014-06-14 | 1 | -1/+1 |
| | |||||
* | 32768 with further modifications: LOCAL_LOOPS option. | Peter Stephenson | 2014-06-13 | 1 | -4/+19 |
| | |||||
* | 32682 with tweaks: Add INC_APPEND_HISTORY_TIME. | Peter Stephenson | 2014-06-06 | 1 | -6/+24 |
| | | | | Revert INC_APPEND_HISTORY behaviour. | ||||
* | 32634: add POSIX_ARGZERO option | Barton E. Schaefer | 2014-06-01 | 1 | -1/+24 |
| | |||||
* | 32592: add CORRECT_IGNORE_FILE variable | Tomoki Sekiyama | 2014-04-29 | 1 | -0/+3 |
| | |||||
* | unposted: fix typo | Barton E. Schaefer | 2014-04-06 | 1 | -1/+1 |
| | |||||
* | unposted: document effect of 32479 on POSIX_TRAPS | Peter Stephenson | 2014-03-14 | 1 | -1/+4 |
| | |||||
* | Users/18033: Documentation for exit and ERR_EXIT. | Peter Stephenson | 2013-10-16 | 1 | -0/+5 |
| | | | | | Notes about interaction with asynchronous jobs such as process substitution and multios. | ||||
* | unposted: fix typo | Bart Schaefer | 2013-10-07 | 1 | -1/+1 |
| | |||||
* | users:18023: Add PIPEFAIL option | Peter Stephenson | 2013-10-06 | 1 | -0/+14 |
| | |||||
* | 31444: Basic code for enable/disable -p | Peter Stephenson | 2013-06-13 | 1 | -0/+13 |
| | |||||
* | 31405: weasel words about PRINT_EXIT_STATUS option. | Peter Stephenson | 2013-05-22 | 1 | -0/+1 |
| | |||||
* | users/17665: add FORCE_FLOAT option | Peter Stephenson | 2013-03-05 | 1 | -0/+11 |
| | |||||
* | 30789: Add CONTINUE_ON_ERROR for old behaviour. | Peter Stephenson | 2012-11-15 | 1 | -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 Schaefer | 2012-03-01 | 1 | -2/+3 |
| | |||||
* | 30101: add HASH_EXECUTABLES_ONLY option | Peter Stephenson | 2012-01-08 | 1 | -0/+14 |
| |