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