Lines Matching refs:in

7                   The issue was discovered in PHP, see https://bugs.php.net/64769.
12 2013/04/04: [dev] remove Makefile.in from git repository.
13 2013/04/04: [dist] add oniguruma.pc.in file. (for pkg-config)
18 2012/10/15: remove warnings "test: =: unary operator expected" in ./configure.
25 2008/09/16: [bug] fix memory leaks in parse_exp().
28 in onig_st_lookup_strend().
29 2008/06/16: [bug] invalid CaseFoldMap entry in ISO-8859-5. 0xdf -> 0xde
44 don't overwrite error code in fetch_name().
49 2007/09/07: [API] rename enc_len() to onig_enc_len() in oniguruma.h.
58 2007/08/21: [impl] remove warnings in enc/mktable.c.
83 2007/06/11: [spec] allow anchor in enclosed repeater. /(\z)*/
96 in onig_search().
99 in forward_search_range() and backward_search_range().
104 2007/04/20: [impl] refactoring in match_at().
108 2007/04/12: [bug] must not use UChar in oniguruma.h.
121 (In bcc32, alloca() is declared in malloc.h.)
122 2007/03/02: [bug] invalid optimization for semi-end-buf in onig_search().
124 2007/03/02: [impl] move range > start check position in end_buf process.
137 2006/12/21: [spec] should check too short multibyte char in parse_exp().
139 ex. /\x00/ in UTF16 should be error.
147 USE_UNICODE_CASE_FOLD_TURKISH_AZERI. (disabled in default)
149 2006/11/30: [impl] remove unnecessary check in xxx_mbc_case_fold().
153 2006/11/28: [spec] INTERNAL_ONIGENC_CASE_FOLD_MULTI_CHAR is enabled in
160 2006/11/24: [bug] should call callback for to[j] <-> to[k] in
166 2006/11/22: [impl] undef ONIG_ESCAPE_UCHAR_COLLISION in regint.h and regenc.h.
170 2006/11/20: [impl] fix CR_Katakana[] values in EUC-JP.
171 2006/11/17: [impl] declare strend hash table functions in regint.h.
205 invalid offset value was used in STATE_CHECK_BUFF_INIT().
219 2006/10/23: [bug] should fold string in expand_case_fold_string().
231 2006/10/20: [impl] don't expand for AMBIG_FLAG string in
242 2006/10/18: [bug] return duplicated code in
253 in the case USE_UNICODE_PROPERTIES and
260 2006/10/16: [bug] unfold expand for 1->2, 1->3 folding in
266 in onig_search().
268 2006/10/10: [bug] should call onig_st_free_table() in
285 2006/10/10: [impl] should free new_str in expand_case_fold_string().
301 2006/09/29: [impl] initialize state_check_buff_size in STATE_CHECK_BUFF_INIT().
309 2006/09/21: [impl] convert to ascii for parameter string in
322 HAVE_STDARG_PROTOTYPES was not defined in Mac OS X
325 out of range access in bm_search_notrev().
336 2006/09/08: [test] success in ruby 1.9.0 (2006-08-22) [i686-linux].
338 out of range access in bm_search_notrev().
340 allow look-behind in negative look-behind.
345 2006/08/29: [test] success in ruby 1.9.0 (2006-08-22) [i686-linux].
351 2006/08/25: [test] success in ruby 1.9.0 (2006-08-22) [i686-linux].
352 2006/08/25: [impl] add_state_check_num() should be enclosed in
355 in Ruby mode only.
356 2006/08/22: [impl] remove last line comma in enum OpCode.
363 2006/08/21: [test] success in ruby 1.9.0 (2006-07-28) [i686-linux].
372 in combination explosion check.
376 2006/08/17: [test] success in ruby 1.9.0 (2006-07-28) [i686-linux].
379 [API] add num_comb_exp_check member in regex_t.
380 [dist] change LTVERSION value to "1:0:0" in configure.in.
381 2006/08/15: [bug] OP_REPEAT_INC process in match_at().
387 2006/08/11: [test] success in ruby 1.9.0 (2006-07-28) [i686-linux].
388 2006/08/10: [impl] remove double call in set_qualifier().
389 2006/08/10: [impl] remove by_number member in QualifierNode.
392 2006/08/07: [impl] remove warning in regcomp.c.
397 2006/08/03: [test] success in ruby 1.9.0 (2006-07-28) [i686-linux].
399 segmentation fault in regexec(). (POSIX API)
400 2006/08/02: [bug] combination of \G in look-ahead/look-behind and other
408 2006/07/31: [test] success in ruby 1.9.0 (2006-07-28) [i686-linux].
413 fix incomplete multibyte string in exact info.
415 remove cast in va_init_list() for Intel C Compiler.
419 2006/07/18: [test] success in ruby 1.9.0 (2006-03-01) [i686-linux].
428 2006/07/03: [test] success in ruby 1.9.0 (2006-03-01) [i686-linux].
430 allow \G in look-behind.
431 add ANCHOR_BEGIN_POSITION flag in setup_tree().
434 in onig_snprintf_with_pattern().
440 2006/05/22: [test] success in ruby 1.9.0 (2006-03-01) [i686-linux].
444 ex. core dump in
449 2006/05/15: [test] success in ruby 1.9.0 (2006-03-01) [i686-linux].
452 2006/05/15: [test] success in ruby 1.9.0 (2006-03-01) [i686-linux].
462 2006/05/11: [test] success in ruby 1.9.0 (2006-03-01) [i686-linux].
464 dead-lock in onig_end().
469 2006/05/08: [test] success in ruby 1.9.0 (2006-03-01) [i686-linux].
471 Segmentation fault in backward search.
479 2006/03/22: [test] success in ruby 1.9.0 (2006-03-01) [i686-linux].
484 ONIG_OPTION_DONT_CAPTURE_GROUP check in parse_effect().
495 2006/02/07: [test] success in ruby 1.9.0 (2005-11-28) [i686-linux].
496 2006/02/07: [bug] memory leaks in onig_free_shared_cclass_table().
497 2006/02/03: [ruby] add -m 0644 option to install command in "make 19".
501 in optimize_node_left().
503 2006/01/25: [dist] update URL in index.html.
507 2006/01/24: [test] success in ruby 1.9.0 (2005-11-28) [i386-cygwin].
508 2006/01/24: [test] success in ruby 1.9.0 (2005-11-28) [i686-linux].
510 2006/01/24: [dist] change install description in README(.ja).
514 change configure.in and add Makefile.am, sample/Makefile.am.
518 invalid syntax definition in ONIG_SYNTAX_GREP.
521 2006/01/23: [dist] fix configure.in for onig-config.
524 2005/12/29: [dist] change pmatch array size to 25 in testconv.rb.
525 2005/12/26: [dist] fix name in test.rb.
530 2005/11/29: [test] success in ruby 1.9.0 (2005-11-28) [i686-linux].
531 2005/11/24: [test] success in ruby 1.9.0 (2005-08-09) [i686-linux].
532 2005/11/21: [test] success in ruby 1.9.0 (2005-11-20) [i386-cygwin].
534 utf-8 character comments in extended mode leads
541 invalid result in UTF-16/32.
542 fix in set_optimize_exact_info().
546 2005/11/20: [test] success in ruby 1.9.0 (2005-11-20) [i386-cygwin].
547 2005/11/20: [test] success in ruby 1.9.0 (2005-10-18) [i386-cygwin].
551 tok->escape was not cleared in fetch_token_in_cc().
561 2005/08/23: [test] success in ruby 1.9.0 (2005-08-09) [i686-linux].
562 2005/08/23: [inst] fix Makefile.in for make ctest/ptest.
566 2005/08/23: [test] success in ruby 1.9.0 (2005-08-09) [i686-linux].
568 2005/08/23: [impl] should check DATA_ENSURE() at OP_CCLASS_NODE in match_at().
574 UTF-8 0xFE, 0xFF handling bug in code_is_in_cclass_node().
582 2005/08/09: [test] success in ruby 1.9.0 (2005-08-09) [i686-linux].
585 in onig_search().
590 2005/07/27: [test] success in ruby 1.9.0 (2005-07-26) [i686-linux].
591 2005/07/27: [impl] update onig-config.in.
594 (onig-config.in)
598 2005/07/14: [test] success in ruby 1.9.0 (2005-07-14) [i686-linux].
599 2005/07/11: [test] success in ruby 1.9.0 (2005-07-04) [i686-linux].
608 2005/07/01: [test] success in ruby 1.9.0 (2005-07-01) [i686-linux].
609 2005/06/30: [test] success in ruby 1.9.0 (2005-06-28) [i686-linux].
618 2005/06/30: [bug] invalid conversion from code point to mbc in
623 2005/06/28: [test] success in ruby 1.9.0 (2005-06-28) [i686-linux].
624 2005/06/27: [test] success in ruby 1.9.0 (2005-05-31) [i686-linux].
636 2005/06/01: [test] success in ruby 1.9.0 (2005-05-31) [i686-linux].
638 2005/05/31: [impl] minor change in node_new().
639 2005/05/30: [test] success in ruby 1.9.0 (2005-05-11) [i686-linux].
642 in node_new().
646 2005/05/11: [test] success in ruby 1.9.0 (2005-05-11) [i386-mswin32].
648 2005/05/11: [test] success in ruby 1.9.0 (2005-05-11) [i686-linux].
649 2005/05/06: [test] success in ruby 1.9.0 (2005-05-06) [i686-linux].
652 2005/04/25: [test] success in ruby 1.9.0 (2005-04-25) [i686-linux].
658 2005/04/15: [test] success in ruby 1.9.0 (2005-04-14) [i686-linux].
659 2005/04/01: [test] success in ruby 1.9.0 (2005-03-24) [i686-linux].
666 2005/03/25: [test] success in ruby 1.9.0 (2005-03-24) [i686-linux].
667 2005/03/23: [test] success in ruby 1.9.0 (2005-03-20) [i686-linux].
668 2005/03/23: [test] success in ruby 1.9.0 (2005-03-08) [i686-linux].
672 2005/03/08: [test] success in ruby 1.9.0 (2005-03-08) [i686-linux].
674 should not allocate memory for key data in st.c.
681 2005/03/07: [test] success in ruby 1.9.0 (2005-03-07) [i686-linux].
684 rename UChar to OnigUChar in oniguruma.h.
685 2005/03/07: [impl] remove declarations for Ruby in oniggnu.h.
686 2005/03/05: [bug] ANCHOR_ANYCHAR_STAR didn't work in onig_search().
695 2005/02/19: [test] success in ruby 1.9.0 (2005-02-19) [i386-cygwin].
702 2005/02/19: [test] success in ruby 1.9.0 (2005-02-19) [i386-cygwin].
704 change UChar* to const UChar* in oniguruma.h,
706 2005/02/13: [impl] change UChar* to const UChar* in oniguruma.h and
708 2005/02/12: [test] success in ruby 1.9.0 (2005-02-11) [i386-cygwin].
711 2005/02/09: [test] success in ruby 1.9.0 (2005-02-09) [i686-linux].
719 2005/02/04: [test] success in ruby 1.9.0 (2005-02-04) [i686-linux].
724 2005/01/31: [test] success in ruby 1.9.0 (2005-01-29) [i686-linux].
727 2005/01/31: [dist] update Makefile.in (make 19).
738 2005/01/19: [test] success in ruby 1.9.0 (2005-01-05) [i686-linux].
745 use e->name_len in i_names().
747 add HAVE_SYS_TYPES_H to config.h.in.
751 2005/01/13: [test] success in ruby 1.9.0 (2005-01-05) [i686-linux].
762 2005/01/05: [test] success in ruby 1.9.0 (2005-01-05) [i686-linux].
763 2005/01/05: [test] success in ruby 1.9.0 (2004-12-16) [i686-linux].
776 2004/12/16: [test] success in ruby 1.9.0 (2004-12-16) [i686-linux].
781 to oniguruma.h in the case __cplusplus.
788 2004/12/02: [test] success in ruby 1.9.0 (2004-12-02) [i686-linux].
789 2004/12/01: [test] success in ruby 1.9.0 (2004-12-01) [i386-mswin32].
791 2004/12/01: [test] success in ruby 1.9.0 (2004-12-01) [i386-cygwin].
792 2004/12/01: [test] success in ruby 1.9.0 (2004-12-01) [i686-linux].
793 2004/12/01: [impl] double cast for escape warning in Cygwin.
794 (HashDataType* )((void* )(&e)) in regparse.c
795 2004/12/01: [test] success in ruby 1.9.0 (2004-11-30) [i686-linux].
797 (which was 10-16% cost in gprof result for my test program)
799 2004/11/30: [memo] remove targets 16 and 18 from Makefile.in.
800 2004/11/30: [test] success in ruby 1.9.0 (2004-11-30) [i686-linux].
804 2004/11/30: [test] success in ruby 1.9.0 (2004-11-29) [i686-linux].
805 2004/11/30: [impl] minor changes for multi-thread in regexec.c and regcomp.c.
807 2004/11/30: [impl] add THREAD_ATOMIC_XXX to FreeNodeList access in regparse.c
824 2004/11/26: [impl] add type PointerType in regint.h.
835 ruby make test fail in HP-UX B.11.23 ia64.
836 should use tok->u.code instead of tok->u.c in
842 illegal check in char-class range in UTF-8.
848 abort in "a".gsub(/a\Z/, "")
849 fix ONIGENC_STEP_BACK() argument in onig_search().
850 2004/11/16: [impl] add key2 member to st_table_entry in st.[ch].
858 2004/11/12: [impl] fix CRWord in enc/unicode.c and MBWord in enc/utf8.c.
860 size 0 array initializer was compile error in VC++.
866 2004/11/09: [impl] type cast in regexec() for remove compile time warning.
872 2004/11/08: [inst] fix Makefile.in. (for make ctest/ptest/testcu)
886 2004/10/30: [test] success in ruby 1.9.0 (2004-09-24) [i686-linux].
892 fix OP_REPEAT_INC_NG process in match_at().
896 2004/10/18: [test] success in ruby 1.9.0 (2004-09-24) [i686-linux].
900 memory acess violation in select_opt_exact_info().
902 2004/09/25: [bug] fix OP_SEMI_END_BUF process in match_at() for
909 2004/09/17: [test] success in ruby 1.9.0 (2004-07-23) [i686-linux].
911 memory access violations in xxx_mbc_enc_len(),
914 add string range check in match_at() and onig_search().
919 2004/09/04: [test] success in ruby 1.9.0 (2004-07-23) [i686-linux].
921 search fail in ignore case mode.
924 clear sample directory in 'make clean'.
926 meanings in XXXXX_mbc_to_normalize() and
929 meanings in iso_8859_XX_mbc_to_normalize() and
934 2004/08/24: [test] success in ruby 1.9.0 (2004-07-23) [i686-linux].
939 memory leak in set_optimize_exact_info().
943 2004/08/21: [test] success in ruby 1.8.2 (2004-07-28) [i686-linux].
945 2004/08/21: [test] success in ruby 1.9.0 (2004-07-23) [i686-linux].
947 memory access violation in bm_search_notrev().
952 2004/07/24: [test] success in ruby 1.9.0 (2004-07-23) [i686-linux].
953 2004/07/24: [test] success in ruby 1.8.2 (2004-07-16) [i686-linux].
958 illegal result in negative character class in ignore case
959 mode. fix pair-ambig-codes process in parse_exp().
962 undefined bytecode error happens in UTF-16BE etc..
968 2004/07/01: [test] success in ruby 1.8.2 (2004-06-23) [i686-linux].
971 invalid result in onig_capture_tree_traverse().
976 2004/06/29: [test] success in ruby 1.8.2 (2004-06-23) [i686-linux].
982 2004/06/25: [test] success in ruby 1.8.2 (2004-06-23) [i686-linux].
984 invalid result in onig_capture_tree_traverse().
989 2004/06/24: [test] success in ruby 1.8.0 (2003-08-08) [i386-cygwin].
990 2004/06/24: [test] success in ruby 1.8.0 (2003-08-08) [i386-mswin32].
991 2004/06/24: [test] success in ruby 1.8.2 (2004-06-23) [i686-linux].
995 invalid char position match in UTF-16 and UTF-32.
1000 2004/06/17: [test] success in ruby 1.8.0 (2003-08-08) [i386-cygwin].
1001 2004/06/17: [test] success in ruby 1.8.0 (2003-08-08) [i386-mswin32].
1002 2004/06/17: [test] success in ruby 1.8.2 (2004-05-18) [i686-linux].
1006 should use STACK_AT() instead of stkp in OP_REPEAT_INC.
1007 add IN_VAR_REPEAT flag in setup_tree().
1017 set pmatch to NULL if nmatch is 0 in regexec(). (POSIX API)
1021 2004/06/10: [test] success in ruby 1.8.0 (2003-08-08) [i386-cygwin].
1022 2004/06/10: [test] success in ruby 1.9.0 (2004-05-27) [i386-mswin32].
1023 2004/06/10: [test] success in ruby 1.8.2 (2004-05-18) [i686-linux].
1034 for EFFECT_MEMORY type node in setup_tree().
1038 2004/05/25: [test] success in ruby 1.8.0 (2003-08-08) [i386-mswin32].
1039 2004/05/25: [test] success in ruby 1.8.0 (2003-08-08) [i386-cygwin].
1040 2004/05/25: [test] success in ruby 1.9.0 (2004-05-23) [i686-linux].
1041 2004/05/25: [test] success in ruby 1.8.2 (2004-05-18) [i686-linux].
1054 2004/05/21: [impl] perform ensure process for rb_trap_exec() in match_at().
1063 Control-C does not work in matching process on Ruby.
1069 byte 0xfe and 0xff in UTF-8.
1083 2004/05/14: [test] success in ruby 1.8.0 (2003-08-08) [i386-cygwin].
1084 2004/05/14: [test] success in ruby 1.9.0 (2004-05-14) [i686-linux].
1085 2004/05/14: [test] success in ruby 1.8.0 (2003-08-08) [i386-mswin32].
1087 register int c; ---> int c; in yylex())
1089 2004/05/14: [spec] KOI8 is not included in library archive by default setup.
1102 2004/04/22: [spec] allow the range from single byte char to multibyte char in
1104 ex. /[a-\xbb\xcc]/ in EUC-JP encoding.
1113 is fail at OP_END in match_at().
1129 2004/03/16: [test] success in ruby 1.8.0 (2003-08-08) [i386-mswin32].
1130 2004/03/16: [test] success in ruby 1.9.0 (2004-02-24) [i686-linux].
1133 2004/03/16: [spec] allow prefix 'Is' for \p{...} in ONIG_SYNTAX_PERL.
1136 2004/03/15: [spec] support NOT op. in char property. \p{^...}, \P{^...}.
1141 rename ONIGERR_XXX to ONIGENCERR_XXX in regenc.h.
1156 fix many warnings in Win32 VC++ with /W3 option.
1172 2004/02/27: [impl] define ONIG_RUBY_DEFINE_GLOBAL_FUNCTION() in regint.h
1179 in the case of NOT HAVE_STDARG_PROTOTYPES.
1183 2004/02/25: [test] success in ruby 1.8.0 (2003-08-08) [i386-mswin32].
1184 2004/02/24: [test] success in ruby 1.9.0 (2004-02-24) [i686-linux].
1185 2004/02/24: [bug] undefined IS_BLANK() and IS_GRAPH() was used in
1186 onigenc_is_code_ctype() in the case of Ruby M17N.
1188 2004/02/24: [bug] should not fold match for 0xdf in iso8859_6.c.
1210 OP_REPEAT_INC_NG process in match_at() is wrong.
1218 2004/02/06: [dist] add a new target 'site' to Makefile.in.
1224 2004/02/02: [test] success in ruby 1.9.0 (2004-02-02) [i686-linux].
1225 2004/02/02: [test] success in ruby 1.8.0 (2003-08-08) [i386-cygwin].
1226 2004/02/02: [test] success in ruby 1.8.0 (2003-08-08) [i386-mswin32].
1229 2004/02/02: [impl] should check single byte encoding or not in and_cclass()
1253 2004/01/20: [test] success in ruby 1.8.0 (2003-08-08) [i386-cygwin].
1254 2004/01/20: [dist] change Makefile.in.
1255 2004/01/20: [spec] add \p{...}, \P{...} in char class.
1257 supported in ONIG_SYNTAX_JAVA and ONIG_SYNTAX_PERL.
1272 2004/01/13: [impl] remove ENC_CODE_TO_MBC_FIRST(enc,code) in regenc.h.
1273 remove code_to_mbc_first member in RegCharEncodingType.
1274 2004/01/13: [impl] remove head byte bitset information in cclass->mbuf.
1275 2003/12/26: [impl] change macro name ismb_xxxx() in enc/*.c for
1282 2003/12/24: [test] success in ruby 1.8.1 (2003-12-24) [i686-linux].
1283 2003/12/24: [test] success in ruby 1.8.0 (2003-08-08) [i386-cygwin].
1284 2003/12/24: [test] success in ruby 1.8.0 (2003-08-08) [i386-mswin32].
1285 2003/12/24: [test] success in regex.c compile test on ruby-m17n.
1287 2003/12/24: [bug] (thanks H.Miyamoto) /[\W]/ was wrong in 1.9.5.
1291 2003/12/19: [impl] add add_ctype_to_cc() in regparse.c.
1292 2003/12/19: [impl] add enc_is_code_ctype() in REG_RUBY_M17N case.
1295 match in ignore case mode.)
1298 2003/12/17: [impl] add enc_init() in regenc.c.
1308 2003/12/15: [bug] unexpected infinite loop in regex_snprintf_with_pattern().
1314 2003/12/15: [impl] rename function prefixes in regenc.h from regex_ to enc_.
1322 2003/12/08: [impl] *** re-defined RegCharEncoding in oniguruma.h. ***
1348 memory leak in parse_subexp().
1350 memory leak in names_clear() and parse_char_class().
1351 2003/11/17: [bug] memory leak in parse_char_class().
1358 2003/11/12: [test] success in ruby 1.8.0 (2003-08-08) [i386-cygwin].
1359 2003/11/12: [test] success in ruby 1.8.1 (2003-11-11) [i686-linux].
1369 2003/11/06: [impl] define THREAD_PASS as rb_thread_schedule() in Ruby mode.
1383 in concat_left_node_opt_info().
1388 2003/09/17: [spec] change specification of char-class range in ignore case mode
1393 remove env->option == option check in parse_effect().
1394 change env->option for dynamic option in parse_exp().
1441 no-name group in noname_disable_map().
1443 2003/09/02: [impl] include <stdio.h> is forgotten to erase in regcomp.c.
1447 in parse_char_class().
1458 don't use IMPORT in oniguruma.h and onigposix.h.
1459 2003/08/18: [impl] (thanks nobu) change error output to stdout in testconv.rb.
1460 2003/08/18: [inst] (thanks nobu) lacked $(srcdir) in Makefile.in.
1464 single/multi-byte decision was wrong in parse_char_class().
1466 should not set fetched to 1 in TK_RAW_BYTE case.
1467 2003/08/18: [bug] should update BitSet in the case inc_n >= 0
1468 in add_wc_range_to_buf().
1469 2003/08/13: [bug] change re.c.180.patch for fix rb_reg_to_s() in re.c.
1470 2003/08/11: [bug] should clear region->list in regex_region_resize().
1474 2003/08/08: [test] success in ruby 1.8.0 (2003-08-08) on Windows 2000
1477 because definition is added in win32\win32.h.
1478 2003/08/08: [test] success in ruby 1.8.0 and ruby 1.6.8(2003-08-03) on Linux.
1483 2003/08/06: [bug] OP_MEMORY_END_PUSH_REC case in match_at().
1490 used in the pattern.
1500 '_' or multibyte-char in fetch_name(). [ruby-dev:20706]
1509 2003/07/07: [impl] OP_SET_OPTION is not needed in compiled code.
1514 set option status to effect memory in optimize_node_left().
1523 2003/07/04: [spec] check mbuf member in the case of
1524 REG_SYN_NOT_NEWLINE_IN_NEGATIVE_CC in parse_char_class().
1538 in look-behind. ex. (?<=abc|abcd), (?<!a|bc)
1553 in REG_SYN_OP2_OPTION_PERL.
1562 2003/06/18: [bug] return wrong result UTF-8 case in regex_mb2wc().
1572 2003/06/13: [bug] should use -DIMPORT for link with DLL in win32/Makefile.
1574 2003/06/12: [bug] range should be from - 1 in not_wc_range_buf().
1575 2003/06/12: [spec] should warn for '-' before '&&' operator in char-class.
1579 2003/06/11: [new] char-class in char-class (as Java(TM)).
1580 2003/06/11: [spec] change AND operator in char-class from &&[..] to &&.
1583 2003/06/03: [bug] should compare strings with min-length in is_not_included().
1589 2003/05/30: [bug] should use bbuf_free() for CClassNode in regex_node_free().
1603 (add char_exist_check() in regparse.c)
1604 2003/05/26: [bug] OP_REPEAT in recursive subexp call.
1611 2003/05/26: [tune] change OP_NULL_CHECK_END process in match_at().
1619 2003/05/22: [impl] change target_empty setting condition in setup_tree().
1634 2003/05/14: [impl] add string.h check in AC_CHECK_HEADERS().
1638 in Ruby mode ('[', '-', ']').
1639 2003/05/13: [impl] define WARNING() and VERB_WARNING() in regint.h.
1649 2003/03/19: [impl] abbreviation for long error_par in regex_error_code_to_str().
1657 2003/03/17: [bug] mistake(high -> to) in add_wc_range_to_buf().
1663 2003/03/12: [tune] use cached value of effect node in get_min_match_length().
1665 in fetch_token() and fetch_token_in_cc().
1668 2003/03/11: [inst] add regparse.[ch] in win32/Makefile.
1670 then compile error in unset_addr_list_fix(). (thanks knu)
1672 2003/03/10: [bug] should handle multi-byte code name in fetch_name().
1682 2003/03/10: [spec] forbid to use '\' in group name.
1684 2003/03/08: [bug] called group in 0-repeat should not be eliminated from
1688 (enable on Ruby in default)
1697 2003/03/06: [tune] add tiny_pop check in STACK_POP.
1701 2003/03/05: [impl] use cache info in EFFECT_MEMORY case
1702 in optimize_node_info().
1704 in optimize_node_left().
1705 2003/03/05: [impl] add min-len, max-len, char-len cache in EffectNode.
1706 2003/03/05: [spec] allow to call in look behind. ex. /(?<=(?*a))/
1707 2003/03/05: [bug] forgotten N_ANCHOR case in check_backref_number(),
1710 2003/03/04: [impl] add CALL-node info in optimize_node_left().
1716 fix N_LIST case in subexp_recursive_check(). (thanks akr)
1718 should re-allocate in unset_addr_list_add(). (thanks akr)
1724 2003/03/01: [impl] use OP_MEMORY_END_PUSH in callable subexp compiled code
1739 2003/02/26: [tune] bad implemented N_ALT case in get_min_match_length().
1740 2003/02/26: [dist] auto update testc.c and win32/testc.c in dist target.
1746 2003/02/24: [impl] change condition in regex_is_allow_reverse_match().
1747 2003/02/24: [impl] convert i(/../, ...) functions in testconv.rb.
1759 2003/02/20: [new] supported Basic Regular Expression(BRE) in POSIX API.
1766 check raw value in scan_make_node() and scan_backslash().
1768 2003/02/12: [impl] rename 'max_mem' to 'num_mem' in regex_t.
1769 2003/02/12: [impl] rename 'code' to 'enc' in regex_t.
1770 2003/02/12: [spec] remove transtable argument in regex_new and regex_recompile.
1771 remove transtable member in regex_t.
1774 2003/02/10: [spec] number check in scan_char_class() ignore-case mode.
1785 2003/02/07: [spec] range in char-class should be same spec. with Ruby
1786 in ignore-case mode. (ex. /[A-c]/i == /[a-c]/i)
1793 2003/02/07: [impl] check first byte of string in ignore-case mode.
1795 2003/02/07: [impl] remove redundant statements in setup_tree().
1798 2003/02/06: [impl] add HAVE_PROTOTYPE, HAVE_STDARG_PROTOTYPES in
1799 configure.in and config.h.in.
1800 2003/02/06: [spec] /[0-9-a]/ is allowed as usual char '-' and 'a' in Ruby.
1801 add USE_BETTER_COMPATIBILITY_FOR_ORIGINAL_REGEX in
1803 2003/02/06: [spec] rename REG_MBCTYPE_XXXX to REG_ENCODING_XXXX in onigposix.h.
1804 2003/02/05: [spec] rename MBCTYPE_XXXX to REG_MBCTYPE_XXXX in onigposix.h.
1810 2003/02/04: [bug] typo miss in regex_region_copy().
1814 set REG_OPTIMIZE_EXACT_BM in set_optimize_exact_info().
1818 2003/02/03: [bug] Hankaku-Kana may be second byte in Shift_JIS
1821 remove exact_allow_reverse_match member in regex_t.
1822 2003/02/03: [impl] add exact_allow_reverse_match member in regex_t.
1823 2003/02/03: [impl] compile-search conflict in regex_search() is handled.
1826 2003/01/31: [tune] don't use strlen() in regexec() and regcomp().
1827 2003/01/31: [tune] decrease regex_reduce_chain() calling in regex_search().
1828 2003/01/31: [bug] STRING_CMP() in regexec.c was wrong in ignore-case.
1830 change SBTRANSCMP() in regexec.c.
1832 2003/01/30: [bug] .c.o --> .c.obj in win32\Makefile.
1833 2003/01/30: [impl] add -DNOT_RUBY to Makefile.in.
1834 NOT_RUBY is refered in regint.h for escape double
1840 2003/01/28: [test] success in Cygwin, Ruby 1.8.0 (2003-01-27).
1841 2003/01/24: [inst] add rback target to Makefile.in.
1842 2003/01/24: [impl] change SBCMP() -> IS_NEWLINE() in match_at().
1850 2003/01/22: [memo] start CVS entry in my box.
1856 2003/01/18: [impl] change REGION_NOTPOS to REG_REGION_NOTPOS in regex.h.
1866 2003/01/15: [test] success in 'make rtest/ctest/ptest' on Windows 2000.
1867 2003/01/15: [bug] change '/' to \' in win32/Makefile.
1868 2003/01/14: [test] success in Ruby make test on Windows 2000.
1870 2003/01/14: [inst] change Makefile.in and win32/Makefile.
1873 2003/01/10: [inst] add onigposix.h to install target. (Makefile.in)
1874 2003/01/10: [bug] lacked a comma in ESTRING[]. (regposerr.c)
1883 2003/01/08: [spec] remove REGERR_END_PATTERN_AFTER_BACKSLASH in regex.h.
1884 2003/01/08: [spec] region arg can be NULL in regex_search() and regex_match().
1891 2002/12/30: [bug] wrong merge in multibyte mode (alt_merge_opt_exact_info()).
1892 2002/12/28: [inst] add rtest target to Makefile.in.
1893 2002/12/28: [bug] /\xfe/.match("\xfe") mismatch in multibyte mode.
1895 2002/12/25: [bug] check condition was wrong in alt_merge_opt_map_info().
1896 2002/12/25: [impl] add threshold_len check in regex_search().
1897 2002/12/23: [bug] prec-read in alternative (/a|(?=z).f/.match("zf") => nil)
1898 2002/12/23: [bug] \G in alternative (/a|\Gz/.match("bza") => "z").
1899 add start member in MatchArg. (regexec.c)
1912 in re_recompile_pattern(). (adapt to re.c)
1913 2002/04/24: [spec] USE_ONIGURUMA_EXTENSION is disabled in default.
1919 2002/04/09: [impl] move IS_MULTILINE() to outside of loop in OP_ANYCHAR_STAR.
1925 in look-behind. ex. /(?<=(a|b){3})/ (thanks Guy Decoux)
1932 in Ruby verbose mode. ex. (?:a*)?
1939 multibyte code range in char class.
1947 2002/03/20: [impl] serialize integer in bytecode.
1948 (switch by UNALIGNED_WORD_ACCESS in regex.c)
1952 2002/03/19: [bug] OP_CCLASS_MB_NOT process in matchAt() is wrong.
1955 2002/03/19: [new] add REG_IS_PATTERN_ERROR(ecode) in regex.h
1968 2002/03/13: [test] success in rubicon/builtin/AllBuiltinTests.rb.
1970 2002/03/13: [bug] OP_EXACTMBN process in matchAt() is wrong.
1977 an octal value in scanBackSlash(). ex. /\0111/
1980 2002/03/09: [inst] add two targets to Makefile.in (166 and 172).
1983 2002/03/08: [spec] allow use of "\A"(begin-buf) in look-behind.
1987 in negative look-behind.
1988 2002/03/07: [inst] add configure.in, config.h.in, Makefile.in.
1989 2002/03/07: [impl] call Init_REGEX_STAT() in RegexInit().
1994 2002/03/06: [new] add a symbol REG_TRANSTABLE_USE_DEFAULT in regex.h.
1997 in ScanMakeNode(). (beware of strchr(). thanks Nobu)
2003 2002/03/04: [bug] make up a break-statement in compileTree().
2015 2002/02/28: [bug] sub_anchor($) in ForwardSearch() and BackwardSearch().
2019 2002/02/27: [impl] use m17n_codepoint() as mb2wc() in REG_RUBY_M17N.
2054 * write Makefile.am and configure.in.