Lines Matching refs:repeat
190 2017/06/26: fix fatal bug of endless repeat check on Windows
258 2016/08/16: reimplement match stack allocation for case too many repeat
670 should check repeat-count >= range-upper and
1178 reluctant infinite repeat bug.
1321 2004/05/26: [impl] doesn't need to check that target's simple repeat-ness
1494 parsing of nested repeat was invalid.
1883 2003/05/28: [new] possessive repeat operator. (?+, *+, ++, {n,m}+)
1897 (for delete upper,lower members from StackType.u.repeat)
1903 2003/05/22: [spec] use OP_NULL_CHECK_XXX only if repeat is infinite.
1908 2003/05/19: [impl] avoid zero length repeat optimization. (thanks matz)
1972 2003/03/08: [bug] called group in 0-repeat should not be eliminated from
2032 2003/02/24: [impl] reduce redundant repeat of empty target.
2209 2002/04/06: [impl] reduce redundant nested repeat operators(?,*,+,??,*?,+?).
2212 2002/04/04: [spec] should allow fixed length alternative and repeat pattern
2219 2002/03/30: [spec] warn redundant nested repeat operator
2221 2002/03/30: [spec] nested repeat operator error check should be
2242 2002/03/19: [spec] allow nested repeat operator, if operator is {n,m} type.