Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 32767: another spot to tweak bracechardots() | Jun T | 2014-06-11 | 1 | -0/+2 |
| | |||||
* | 32766: bracechardots() agrees with xpandbraces() about what constitutes a ↵ | Barton E. Schaefer | 2014-06-10 | 1 | -0/+2 |
| | | | | {C1..C2} pattern, thus preventing crash | ||||
* | 32765: fix build when not MULTIBYTE_SUPPORT | Jun T | 2014-06-10 | 1 | -2/+14 |
| | |||||
* | 32723: add braces around some if/else branches | Barton E. Schaefer | 2014-06-05 | 1 | -4/+7 |
| | |||||
* | 32708: glob qualifier (Y) implies (oN) | Daniel Shahaf | 2014-06-04 | 1 | -3/+4 |
| | | | | plus incidental patch to avoid adding a meaningless bitvalue to sort-order flags | ||||
* | 32694: the number of matches to find is the suffix argument of (Y) qualifier | Daniel Shahaf | 2014-06-03 | 1 | -28/+46 |
| | |||||
* | users/18870: fix glob scanner insert counting check. | Daniel Shahaf | 2014-06-02 | 1 | -10/+11 |
| | | | | Was causing problems with globs in paths with (Y) glob qualifier | ||||
* | users/18857: add (Y) glob qualifier to generate only one match per pattern | Daniel Shahaf | 2014-06-01 | 1 | -11/+24 |
| | |||||
* | 32640: (#q) in [[ ... ]] forces globbing | Peter Stephenson | 2014-06-01 | 1 | -35/+65 |
| | |||||
* | 32412 / 32415: New giga- and terabyte units for glob qualifiers | Manuel Presnitz | 2014-03-01 | 1 | -2/+20 |
| | |||||
* | 32414: improved error message for missing delimiters. | Peter Stephenson | 2014-02-19 | 1 | -2/+2 |
| | | | | For glob qualifiers "u" and "g". | ||||
* | users/18298 (tidied up): add {<char>..<char>} expansion | Peter Stephenson | 2014-01-09 | 1 | -3/+98 |
| | |||||
* | 32030: need to revert empty glob qualifier change. | Peter Stephenson | 2013-11-20 | 1 | -1/+1 |
| | | | | | It failed on an empty expansion that (N) was supposed to remove. Add test for this case. | ||||
* | 31995: Han Pingtian: glob qualifiers cannot follow an empty pattern, so a ↵ | Barton E. Schaefer | 2013-11-18 | 1 | -1/+1 |
| | | | | leading paren means grouping | ||||
* | 31764: Dewreakify havoc caused by pattern disables on glob qualifiers. | Peter Stephenson | 2013-09-23 | 1 | -4/+5 |
| | | | | Don't use the zpc_specials array before it's defined, it's rude. | ||||
* | unposted: improve an error message. | Barton E. Schaefer | 2013-09-21 | 1 | -1/+2 |
| | |||||
* | 31465: fix basic completion and globbing uses of disabled patterns | Peter Stephenson | 2013-06-13 | 1 | -35/+0 |
| | |||||
* | 31441: use array to decide which forms of pattern are enabled | Peter Stephenson | 2013-06-01 | 1 | -9/+11 |
| | |||||
* | Dima Kogan: 30515: fix globbing problem with large files: | Peter Stephenson | 2012-06-18 | 1 | -1/+3 |
| | | | | failure owing to bad cast with large integers | ||||
* | 30307 plus tweak suggsted by Wayne: use %lld for zlong when long long | Peter Stephenson | 2012-03-05 | 1 | -0/+4 |
| | |||||
* | 30276: Src/glob.c: Use zlong rather than int when calculating brace ↵ | Mikael Magnusson | 2012-02-29 | 1 | -3/+4 |
| | | | | expansions of the form {1..9}. | ||||
* | 30181, plus rename of PF_* flags to PREFORK_*: | Peter Stephenson | 2012-02-12 | 1 | -1/+1 |
| | | | | | | Pass sh-wordsplitting instructions to paramsubst() using flags, avoiding side effects of explicitly setting and unsetting the SHWORDSPLIT option. | ||||
* | 29991: allow explicit "d" for days in time qualifiers | Peter Stephenson | 2011-12-11 | 1 | -0/+2 |
| | |||||
* | 29952: fix cut'n'paste error in nanosecond timestamp support | Oliver Kiddle | 2011-12-07 | 1 | -3/+3 |
| | |||||
* | 29491: remove some variables set but not used | Peter Stephenson | 2011-06-19 | 1 | -2/+1 |
| | |||||
* | 29165: use term.h globally if needed at all. | Peter Stephenson | 2011-05-09 | 1 | -2/+2 |
| | |||||
* | 28617: NO_EXEC option was doing too much work in | Peter Stephenson | 2011-01-10 | 1 | -1/+1 |
| | | | | parameter subscripting, parameter assignment, and globbing | ||||
* | 28474, 28478: extended {START..END..STEP} syntax | Peter Stephenson | 2010-12-05 | 1 | -12/+59 |
| | |||||
* | 27951: Add $ZSH_EVAL_CONTEXT and $zsh_eval_contxt | Peter Stephenson | 2010-05-12 | 1 | -2/+3 |
| | |||||
* | unposted: initially clear list for P glob qualifier | Peter Stephenson | 2010-02-13 | 1 | -0/+1 |
| | |||||
* | 27694: add P glob qualifier for prepending | Peter Stephenson | 2010-02-09 | 1 | -4/+36 |
| | |||||
* | 26772: better error handling and fix runaway chdir on failed cd | Peter Stephenson | 2009-03-24 | 1 | -3/+1 |
| | |||||
* | 26448: add glob sort operators oe and o+ | Peter Stephenson | 2009-01-27 | 1 | -43/+174 |
| | |||||
* | unposted: revert 26014. | Clint Adams | 2008-11-08 | 1 | -4/+2 |
| | |||||
* | 26014: don't allocate and leak a patprog if it's not going to be used. | Clint Adams | 2008-11-06 | 1 | -2/+4 |
| | |||||
* | users/13295, tweaked: dont reset line numbers when parsing strings, sometimes | Peter Stephenson | 2008-09-29 | 1 | -1/+1 |
| | |||||
* | 24996: improve xtrace output for patterns | Peter Stephenson | 2008-05-11 | 1 | -8/+11 |
| | |||||
* | oops | Peter Stephenson | 2008-04-29 | 1 | -1/+1 |
| | |||||
* | 24887: geoff: typo | Peter Stephenson | 2008-04-28 | 1 | -1/+1 |
| | |||||
* | 24878: add incremental pattern searches | Peter Stephenson | 2008-04-26 | 1 | -57/+110 |
| | |||||
* | 24050: handle nanosecond resolution timestamps on systems that support them | Oliver Kiddle | 2007-11-01 | 1 | -0/+54 |
| | |||||
* | 24006: (F) glob qualifier should unmetafy | Peter Stephenson | 2007-10-22 | 1 | -2/+5 |
| | |||||
* | 23562: add KSH_ZERO_SUBSCRIPT option and leave off by default | Peter Stephenson | 2007-06-18 | 1 | -1/+1 |
| | |||||
* | 23118: improve sorting to make it work with locales | Peter Stephenson | 2007-01-21 | 1 | -4/+1 |
| | |||||
* | 22981: Zvi Har'el: bad call from 22952 | Peter Stephenson | 2006-11-08 | 1 | -1/+1 |
| | | | | 22980: add hook array for special functions | ||||
* | 22980: 22952 messed up parameter padding flag optional arguments | Peter Stephenson | 2006-11-07 | 1 | -1/+1 |
| | |||||
* | 22952: fix some argument delimiters to work with multibyte characters | Peter Stephenson | 2006-11-02 | 1 | -8/+9 |
| | |||||
* | 22934, modified, see 22937: add HIST_SUBST_PATTERN option | Peter Stephenson | 2006-11-01 | 1 | -2/+25 |
| | | | | make ${.../#%...} anchor at both ends | ||||
* | 22562: make ${...#...} etc. understand multibyte characters | Peter Stephenson | 2006-07-30 | 1 | -12/+368 |
| | |||||
* | 22544: Improve use of ztype tests for multibyte characters. Add | Peter Stephenson | 2006-07-10 | 1 | -3/+1 |
| | | | | | POSIX_IDENTIFIERS option to control allowability of multibyte alphanumeric characters in parameter and module names. |