Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 32412 / 32415: New giga- and terabyte units for glob qualifiers | Manuel Presnitz | 2014-03-01 | 1 | -3/+26 |
| | |||||
* | 32136: fix problem with kshglob. | Peter Stephenson | 2013-12-16 | 1 | -1/+5 |
| | | | | | Non-pattern characters that could be followed by "(" to introduce a ksh glob but weren't caused failures. | ||||
* | 31830: New feature for zshaddhistory hooks. | Peter Stephenson | 2013-10-17 | 1 | -0/+1 |
| | | | | | If the first non-zero return status is 2, save the line on the internal history list, but don't write it out. | ||||
* | users:18023: Add PIPEFAIL option | Peter Stephenson | 2013-10-06 | 1 | -0/+1 |
| | |||||
* | users/17908: Keep history line in sync between ZLE and shell. | Peter Stephenson | 2013-08-08 | 1 | -1/+2 |
| | | | | Update ZLE version if history is read, pushed or popped with ZLE active | ||||
* | 31549: Fix third problem with file descriptor management. | Peter Stephenson | 2013-07-21 | 1 | -1/+0 |
| | | | | | Replace ad-hoc subsh_close file descriptor for pipe management with the new job-based addfilelist() mechanism. | ||||
* | 31528: use job table to record file descriptors associated with process subst | Peter Stephenson | 2013-07-17 | 1 | -3/+16 |
| | |||||
* | 31444: Basic code for enable/disable -p | Peter Stephenson | 2013-06-13 | 1 | -0/+16 |
| | |||||
* | 31441: use array to decide which forms of pattern are enabled | Peter Stephenson | 2013-06-01 | 1 | -1/+39 |
| | |||||
* | users/17665: add FORCE_FLOAT option | Peter Stephenson | 2013-03-05 | 1 | -0/+1 |
| | |||||
* | 30789: Add CONTINUE_ON_ERROR for old behaviour. | Peter Stephenson | 2012-11-15 | 1 | -0/+1 |
| | | | | | New behaviour is for scripts to exit on error instead of returning to top level and executing the next command. | ||||
* | 30726: make shell options passed to emulate stick along with the emulation | Peter Stephenson | 2012-10-11 | 1 | -1/+29 |
| | |||||
* | 30715: use enum lextok for variables containing lexical tokens | Peter Stephenson | 2012-10-05 | 1 | -1/+1 |
| | |||||
* | Jun T.: 30640: MacOS doesn't define __STDC_ISO_10646__ but we need | Peter Stephenson | 2012-08-23 | 1 | -1/+8 |
| | | | | the replacement wcwidth function anyway | ||||
* | 30633: "functions -T" only traces marked function, not called functions | Peter Stephenson | 2012-08-21 | 1 | -0/+1 |
| | |||||
* | Hiramatsu Yoshifumi: 30621 patch-ab (from NetBSD pkgsrc):compilation on | Peter Stephenson | 2012-08-16 | 1 | -0/+2 |
| | | | | __INTERIX | ||||
* | YAMAMOTO Takashi: 30599: don't use replacement wcwidth if not ISO-10646 | Peter Stephenson | 2012-08-07 | 1 | -1/+1 |
| | |||||
* | 30181, plus rename of PF_* flags to PREFORK_*: | Peter Stephenson | 2012-02-12 | 1 | -3/+12 |
| | | | | | | Pass sh-wordsplitting instructions to paramsubst() using flags, avoiding side effects of explicitly setting and unsetting the SHWORDSPLIT option. | ||||
* | 30101: add HASH_EXECUTABLES_ONLY option | Peter Stephenson | 2012-01-08 | 1 | -0/+1 |
| | |||||
* | 29955++: IGNORE_CLOSE_BRACES option | Peter Stephenson | 2011-12-08 | 1 | -0/+1 |
| | |||||
* | 29677: Do not allow external processes in a pipeline to become suspended | Bart Schaefer | 2011-08-14 | 1 | -0/+2 |
| | | | | | when the end of the pipe is controlled by a builtin in the current shell which cannot itself become suspended. | ||||
* | 29276: always typedef Heapid for use by auto-generated header files. | Bart Schaefer | 2011-05-14 | 1 | -1/+2 |
| | |||||
* | 29267: add -enable-zsh-debug and use for debugging completion matcher groups | Peter Stephenson | 2011-05-14 | 1 | -0/+60 |
| | |||||
* | 28638: add $usergroups parameter | Peter Stephenson | 2011-01-19 | 1 | -0/+17 |
| | |||||
* | 28578: fix handling of numeric escapes that expand to "%" in printf | Bart Schaefer | 2011-01-06 | 1 | -3/+8 |
| | | | | format strings, so they are not treated as format introducers. | ||||
* | lexsave/lexrestore lexflags | Peter Stephenson | 2010-12-14 | 1 | -3/+9 |
| | | | | add new LEXFLAGS_ZLE | ||||
* | 28528: Rearrange zleparse to lexflags | Peter Stephenson | 2010-12-14 | 1 | -0/+28 |
| | | | | Add (z+n+) | ||||
* | 28424: new POSIX_STRINGS option | Peter Stephenson | 2010-11-22 | 1 | -0/+1 |
| | |||||
* | 28308/28310: HIST_LEX_WORDS, check for quick history read | Peter Stephenson | 2010-10-02 | 1 | -0/+1 |
| | |||||
* | 28259: Finally fix some ancient problems with here-documents | Peter Stephenson | 2010-09-14 | 1 | -1/+5 |
| | |||||
* | 28253: document -h argument to atribute commands | Peter Stephenson | 2010-09-12 | 1 | -0/+1 |
| | |||||
* | 27965, 27966: Improve ${(q)...}: newline appears as $'\n;, | Peter Stephenson | 2010-05-27 | 1 | -1/+5 |
| | |||||
* | 27793 and follow ups: add PATH_SCRIPT option to find script using $PATH | Peter Stephenson | 2010-03-16 | 1 | -0/+1 |
| | |||||
* | 27785: IFS doesn't have a null in it in POSIX | Peter Stephenson | 2010-03-11 | 1 | -0/+4 |
| | | | | unposted: note & needs quoting in :s in glob qualifier | ||||
* | 27754 plus NEWS change: add "zsystem flock" | Peter Stephenson | 2010-02-24 | 1 | -1/+10 |
| | |||||
* | 27638, based on Frank Terbeck, 27633: SOURCETRACE option | Peter Stephenson | 2010-01-27 | 1 | -0/+1 |
| | |||||
* | 27167: add POSIX_CD option to test "." after CDPATH | Peter Stephenson | 2009-07-19 | 1 | -0/+1 |
| | |||||
* | 27129: fix status at start of function, command subst, etc. | Peter Stephenson | 2009-07-11 | 1 | -0/+11 |
| | |||||
* | 27106: reset status on command that expands to empty | Peter Stephenson | 2009-07-10 | 1 | -0/+2 |
| | | | | 27122: add POSIX_JOBS option | ||||
* | 27087: change return codes from failed "." | Peter Stephenson | 2009-07-02 | 1 | -3/+3 |
| | |||||
* | 27083: non-zero status on failures to find or execute file in "." | Peter Stephenson | 2009-07-01 | 1 | -0/+11 |
| | |||||
* | 27304: add ${(q-)..} flag | Peter Stephenson | 2009-06-05 | 1 | -0/+7 |
| | |||||
* | 26772: better error handling and fix runaway chdir on failed cd | Peter Stephenson | 2009-03-24 | 1 | -0/+1 |
| | |||||
* | 26675: add POSIX_ALIASES option | Peter Stephenson | 2009-03-03 | 1 | -0/+1 |
| | |||||
* | 26583: use HOOK_FUNCTIONS more widely | Peter Stephenson | 2009-02-19 | 1 | -0/+9 |
| | |||||
* | 26546, 26556: sticky emulation for functions defined in emulate ... -c ... | Peter Stephenson | 2009-02-11 | 1 | -0/+15 |
| | | | | environments, plus documentation | ||||
* | 26061: fix clash between process subst and numeric glob | Peter Stephenson | 2008-11-18 | 1 | -9/+10 |
| | | | | 26062: additional compmatch change, missed from 26047 | ||||
* | 25971: fix options handling for builtins that handle their own | Peter Stephenson | 2008-10-30 | 1 | -0/+6 |
| | |||||
* | 25831: fix empty return values from subscript matches with RC_EXPAND_PARAM | Peter Stephenson | 2008-10-09 | 1 | -10/+19 |
| | |||||
* | 25775: fix logical problem with function line numbering inside eval-style traps | Peter Stephenson | 2008-09-29 | 1 | -0/+4 |
| |