Lines Matching refs:check

17 2007/06/05: [bug]  should check USE_CRNL_AS_LINE_TERMINATOR case
34 2007/03/02: [impl] move range > start check position in end_buf process.
42 2006/12/22: [spec] should check too short multibyte char in parse_exp().
79 by initialization time for combination explosion check
123 add configure option --enable-combination-explosion-check
147 2006/08/17: [bug] should check scan_env.num_call > 0 for backrefed pattern
148 in combination explosion check.
154 check /(.+)*/, /(\s*foo\s*)*/ etc...
158 should check repeat-count >= range-upper and
257 and ONIG_OPTION_CAPTURE_GROUP check.
260 ONIG_OPTION_DONT_CAPTURE_GROUP check in parse_effect().
344 2005/08/23: [impl] should check DATA_ENSURE() at OP_CCLASS_NODE in match_at().
369 add Oniguruma configuration check program.
390 2005/06/30: [bug] invalid ctype check for multibyte encodings.
402 invalid check for never ending recursion.
417 FreeNodeList null check should be on thread-atomic
618 illegal check in char-class range in UTF-8.
690 add string range check in match_at() and onig_search().
809 2004/05/26: [impl] doesn't need to check that target's simple repeat-ness
832 2004/05/21: [impl] add regex status check to onig_match().
876 2004/04/26: [bug] add error check to re.c.181.patch and re.c.168.patch.
973 2004/02/17: [spec] check capture status for empty infinite loop.
1005 2004/02/02: [impl] should check single byte encoding or not in and_cclass()
1169 remove env->option == option check in parse_effect().
1299 2003/07/04: [spec] check mbuf member in the case of
1410 2003/05/14: [impl] add string.h check in AC_CHECK_HEADERS().
1473 2003/03/06: [tune] add tiny_pop check in STACK_POP.
1479 2003/03/05: [impl] add EFFECT_MEMORY node reference count check
1506 2003/02/28: [spec] add match stack limit check. (MATCH_STACK_LIMIT_SIZE)
1507 2003/02/28: [impl] check recursive subexp call.
1542 check raw value in scan_make_node() and scan_backslash().
1550 2003/02/10: [spec] number check in scan_char_class() ignore-case mode.
1569 2003/02/07: [impl] check first byte of string in ignore-case mode.
1631 2003/01/20: [impl] add UTF-8 check to test.rb. (thanks UENO Katsuhiro)
1671 2002/12/25: [bug] check condition was wrong in alt_merge_opt_map_info().
1672 2002/12/25: [impl] add threshold_len check in regex_search().
1709 2002/03/30: [spec] nested repeat operator error check should be
1750 2002/03/12: [bug] if pattern has nested null-check, cause infinite loop.
1788 for compile time ignore case check.