Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-06-29 | unposted: fix formatting typo in options list. | Peter Stephenson | 1 | -1/+1 | |
2015-06-29 | 35655: APPEND_CREATE option for POSIX copmatible NO_CLOBBER | Peter Stephenson | 1 | -4/+21 | |
2015-06-26 | 35626: update POSIX_CD to note that it is on in ksh and sh emulations | Barton E. Schaefer | 1 | -1/+1 | |
2015-06-24 | various posts: Implement assignment parsing for typeset. | Peter Stephenson | 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. | |||||
2015-06-11 | 35442: document MULTIBYTE is always on by default when available | Peter Stephenson | 1 | -5/+3 | |
2015-06-02 | unposted: Typo fix | Daniel Shahaf | 1 | -1/+1 | |
2015-05-31 | 35343: Avoid $#name length handling for POSIX_IDENTIFIERS | Peter Stephenson | 1 | -0/+7 | |
2015-05-28 | 35318: POSIX_BUILTINS behaviour for getopts. | Peter Stephenson | 1 | -0/+4 | |
It needs to keep OPTIND, as well as the index within the string pointed to by OPTIND, global in this case. | |||||
2015-05-12 | 35075: improve manual format | Jun-ichi Takimoto | 1 | -1/+1 | |
also fixed a ChangeLog entry for 35034 (2015-05-06) | |||||
2015-05-06 | 35034: improve manual format up to Chapter18 | Jun-ichi Takimoto | 1 | -9/+9 | |
2015-04-13 | 34880: POSIX_TRAPS doc | Han Pingtian | 1 | -1/+1 | |
2015-04-13 | 34875: CSH_JUNKIE_HISTORY doc | Han Pingtian | 1 | -2/+2 | |
2015-04-13 | users/20078: HIST_BEEP doc | Han Pingtian | 1 | -1/+1 | |
2015-04-01 | 34822: correction to GLOB_SUBST doc | Han Pingtian | 1 | -1/+1 | |
2015-03-27 | 34785: fix typo in SHINSTDIN doc | Han Pingtian | 1 | -1/+1 | |
2015-01-15 | 34280: more widespread use of FORCE_FLOAT. | Peter Stephenson | 1 | -3/+4 | |
Add the case of variables read for use in arithmetic expressions. | |||||
2014-11-11 | AUTO_CD behaviour depends on SHIN_STDIN, document | Peter Stephenson | 1 | -0/+4 | |
2014-11-09 | 33643: elaborate documentation of the PRIVILEGED option | Oliver Kiddle | 1 | -4/+16 | |
2014-10-26 | 33531 with additions: retain status of exited background jobs. | Peter Stephenson | 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. | |||||
2014-10-03 | Fix some typos in the documentation | Mikael Magnusson | 1 | -2/+2 | |
2014-06-16 | 32781: source behaves like . w.r.t. path search | Jun T | 1 | -1/+1 | |
2014-06-14 | 32779: fix a typo in options.yo | Jun T | 1 | -1/+1 | |
2014-06-13 | 32768 with further modifications: LOCAL_LOOPS option. | Peter Stephenson | 1 | -4/+19 | |
2014-06-06 | 32682 with tweaks: Add INC_APPEND_HISTORY_TIME. | Peter Stephenson | 1 | -6/+24 | |
Revert INC_APPEND_HISTORY behaviour. | |||||
2014-06-01 | 32634: add POSIX_ARGZERO option | Barton E. Schaefer | 1 | -1/+24 | |
2014-04-29 | 32592: add CORRECT_IGNORE_FILE variable | Tomoki Sekiyama | 1 | -0/+3 | |
2014-04-06 | unposted: fix typo | Barton E. Schaefer | 1 | -1/+1 | |
2014-03-14 | unposted: document effect of 32479 on POSIX_TRAPS | Peter Stephenson | 1 | -1/+4 | |
2013-10-16 | Users/18033: Documentation for exit and ERR_EXIT. | Peter Stephenson | 1 | -0/+5 | |
Notes about interaction with asynchronous jobs such as process substitution and multios. | |||||
2013-10-07 | unposted: fix typo | Bart Schaefer | 1 | -1/+1 | |
2013-10-06 | users:18023: Add PIPEFAIL option | Peter Stephenson | 1 | -0/+14 | |
2013-06-13 | 31444: Basic code for enable/disable -p | Peter Stephenson | 1 | -0/+13 | |
2013-05-22 | 31405: weasel words about PRINT_EXIT_STATUS option. | Peter Stephenson | 1 | -0/+1 | |
2013-03-05 | users/17665: add FORCE_FLOAT option | Peter Stephenson | 1 | -0/+11 | |
2012-11-15 | 30789: Add CONTINUE_ON_ERROR for old behaviour. | Peter Stephenson | 1 | -0/+16 | |
New behaviour is for scripts to exit on error instead of returning to top level and executing the next command. | |||||
2012-03-01 | unposted (users/16715): document HASH_LIST_ALL effects on correction. | Bart Schaefer | 1 | -2/+3 | |
2012-01-08 | 30101: add HASH_EXECUTABLES_ONLY option | Peter Stephenson | 1 | -0/+14 | |
2011-12-28 | 30069: replace empty parens with LPAR()RPAR() in an example. | Bart Schaefer | 1 | -2/+2 | |
2011-12-08 | 29955++: IGNORE_CLOSE_BRACES option | Peter Stephenson | 1 | -1/+26 | |
2011-05-18 | unposted: Minor clarification in doc for -l option | Bart Schaefer | 1 | -1/+1 | |
2011-02-22 | 28791: exit on errors with special builtins with POSIXBUILTINS | Peter Stephenson | 1 | -3/+3 | |
2011-02-21 | 28783: allow parentheses to be special in more places with SH_GLOB | Peter Stephenson | 1 | -2/+6 | |
2011-02-21 | 28784: exit on exec redirection error with POISX_BUILTINS | Peter Stephenson | 1 | -0/+4 | |
2010-12-16 | Mikael: 28531: typos | Peter Stephenson | 1 | -1/+1 | |
2010-12-06 | Mikael: 28487: fix docs to refer to current directory | Peter Stephenson | 1 | -3/+3 | |
rather than $PWD | |||||
2010-11-22 | 28424: new POSIX_STRINGS option | Peter Stephenson | 1 | -0/+27 | |
2010-10-02 | 28308/28310: HIST_LEX_WORDS, check for quick history read | Peter Stephenson | 1 | -0/+15 | |
2010-09-12 | 28253: document -h argument to atribute commands | Peter Stephenson | 1 | -0/+13 | |
2010-08-23 | Mikael: 28190: fix reference to wrong manual page | Peter Stephenson | 1 | -1/+1 | |
2010-04-28 | Mikael: 27929 + doc: global aliases shouldn't trigger HIST_IGNORE_SPACE | Peter Stephenson | 1 | -1/+2 | |