Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | unposted: Adding comments to test changed line number in output | Peter Stephenson | 2017-05-09 | 1 | -1/+1 |
| | |||||
* | 40181: Fix buffer overrun in xsymlinks. | Peter Stephenson | 2017-05-09 | 1 | -0/+8 |
| | | | | | There was no check for copying to the internal xbuf2 for a preliminary test. | ||||
* | 40760: Always tokenize unquoted - to Dash. | Peter Stephenson | 2017-03-07 | 1 | -0/+6 |
| | | | | | | This fixes use of pattern match character ranges in unusual contexts. Attempt to detect a tokenized - in cases where we don't care. | ||||
* | 39046 + 39061: New :P history modifier. | Daniel Shahaf | 2016-08-22 | 1 | -0/+8 |
| | |||||
* | 38728: Tests: Add tests for the ':a' and ':A' modifiers. | Daniel Shahaf | 2016-07-05 | 1 | -1/+24 |
| | |||||
* | 37689: ! and ^ need to be tokenised in character sets | Peter Stephenson | 2016-01-19 | 1 | -0/+33 |
| | |||||
* | 37678: Now possible to quote "-" in pattern range | Peter Stephenson | 2016-01-19 | 1 | -0/+40 |
| | |||||
* | 36982: Fix bug with (#cN) patterns and remove redundant description. | Peter Stephenson | 2015-10-27 | 1 | -0/+8 |
| | | | | | We need to restore the current count of matches when returning to match at the point where we previously matched. | ||||
* | 34961: test for breadth-first glob with (Y1) qualifier (originally ↵ | Barton E. Schaefer | 2015-04-25 | 1 | -0/+2 |
| | | | | workers/32726) | ||||
* | users/19059 based on users/19058: remove ineffiency with multiple * matches | Peter Stephenson | 2014-09-08 | 1 | -0/+7 |
| | |||||
* | 32954 plus new test: [[ ... = ...(#q...) ]] shouldn't force a glob. | Peter Stephenson | 2014-08-04 | 1 | -2/+5 |
| | | | | | The (#q...) expression should simply be removed to leave a normal pattern as before | ||||
* | 32708: glob qualifier (Y) implies (oN) | Daniel Shahaf | 2014-06-04 | 1 | -1/+1 |
| | | | | 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 | -9/+14 |
| | |||||
* | users/18870: fix glob scanner insert counting check. | Daniel Shahaf | 2014-06-02 | 1 | -0/+5 |
| | | | | 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 | -0/+11 |
| | |||||
* | 32640: (#q) in [[ ... ]] forces globbing | Peter Stephenson | 2014-06-01 | 1 | -0/+15 |
| | |||||
* | 32136: fix problem with kshglob. | Peter Stephenson | 2013-12-16 | 1 | -0/+27 |
| | | | | | Non-pattern characters that could be followed by "(" to introduce a ksh glob but weren't caused failures. | ||||
* | 32030: need to revert empty glob qualifier change. | Peter Stephenson | 2013-11-20 | 1 | -0/+8 |
| | | | | | It failed on an empty expansion that (N) was supposed to remove. Add test for this case. | ||||
* | 31889: tests for disable -p | Peter Stephenson | 2013-10-24 | 1 | -0/+58 |
| | |||||
* | 27723: eval shouldn't modify non-zero return statuses | Peter Stephenson | 2010-02-19 | 1 | -1/+1 |
| | |||||
* | 27694: add P glob qualifier for prepending | Peter Stephenson | 2010-02-09 | 1 | -0/+41 |
| | |||||
* | 26061: fix clash between process subst and numeric glob | Peter Stephenson | 2008-11-18 | 1 | -0/+6 |
| | | | | 26062: additional compmatch change, missed from 26047 | ||||
* | 24708: Misc/globtests, Src/pattern.c, Test/D02glob.ztst: | Peter Stephenson | 2008-03-30 | 1 | -0/+15 |
| | | | | fix backtracking problem in (#c) pattern | ||||
* | add (#cN,M) globbing flag | Peter Stephenson | 2007-07-27 | 1 | -0/+14 |
| | |||||
* | 22557: turn on multibyte option by default | Peter Stephenson | 2006-07-25 | 1 | -2/+7 |
| | |||||
* | 21317: fix bug where recursive glob within e qualifier would hang the shell | Oliver Kiddle | 2005-06-21 | 1 | -0/+4 |
| | |||||
* | Add [[:IFS:]] etc. tests. | Peter Stephenson | 2005-05-09 | 1 | -0/+25 |
| | |||||
* | 20983: failed glob from fixed strings segments in globbed paths | Peter Stephenson | 2005-03-16 | 1 | -0/+6 |
| | |||||
* | 20522: must-match optimisation in parameter substitution broken | Peter Stephenson | 2004-10-26 | 1 | -0/+5 |
| | |||||
* | 20513: fix tests of zero-length patterns | Peter Stephenson | 2004-10-22 | 1 | -0/+4 |
| | | | | trivial optimisation in jobs.c (unposted) | ||||
* | 20500: Unmetafy patterns where possible and other minor pattern fixes | Peter Stephenson | 2004-10-18 | 1 | -0/+1 |
| | |||||
* | 20490: Don't assume null termination for test string in pattern matching. | Peter Stephenson | 2004-10-15 | 1 | -0/+5 |
| | |||||
* | Test the new F glob qualifier. | Wayne Davison | 2004-04-06 | 1 | -6/+17 |
| | |||||
* | 19269: 8-bit characters in character classes | Peter Stephenson | 2003-12-03 | 1 | -0/+1 |
| | |||||
* | 18391: add tests for read builtin a few glob qualifiers, 17678 and 18015 | Oliver Kiddle | 2003-03-26 | 1 | -0/+25 |
| | |||||
* | moved from ./Test/11glob.ztst | Sven Wischnowsky | 2001-04-02 | 1 | -0/+267 |