Lines Matching refs:in

6 2008/09/16: [bug]  fix memory leaks in parse_exp().
9 in onig_st_lookup_strend().
10 2008/06/16: [bug] invalid CaseFoldMap entry in ISO-8859-5. 0xdf -> 0xde
25 don't overwrite error code in fetch_name().
30 2007/09/07: [API] rename enc_len() to onig_enc_len() in oniguruma.h.
39 2007/08/21: [impl] remove warnings in enc/mktable.c.
64 2007/06/11: [spec] allow anchor in enclosed repeater. /(\z)*/
77 in onig_search().
80 in forward_search_range() and backward_search_range().
85 2007/04/20: [impl] refactoring in match_at().
89 2007/04/12: [bug] must not use UChar in oniguruma.h.
102 (In bcc32, alloca() is declared in malloc.h.)
103 2007/03/02: [bug] invalid optimization for semi-end-buf in onig_search().
105 2007/03/02: [impl] move range > start check position in end_buf process.
118 2006/12/21: [spec] should check too short multibyte char in parse_exp().
120 ex. /\x00/ in UTF16 should be error.
128 USE_UNICODE_CASE_FOLD_TURKISH_AZERI. (disabled in default)
130 2006/11/30: [impl] remove unnecessary check in xxx_mbc_case_fold().
134 2006/11/28: [spec] INTERNAL_ONIGENC_CASE_FOLD_MULTI_CHAR is enabled in
141 2006/11/24: [bug] should call callback for to[j] <-> to[k] in
147 2006/11/22: [impl] undef ONIG_ESCAPE_UCHAR_COLLISION in regint.h and regenc.h.
151 2006/11/20: [impl] fix CR_Katakana[] values in EUC-JP.
152 2006/11/17: [impl] declare strend hash table functions in regint.h.
186 invalid offset value was used in STATE_CHECK_BUFF_INIT().
200 2006/10/23: [bug] should fold string in expand_case_fold_string().
212 2006/10/20: [impl] don't expand for AMBIG_FLAG string in
223 2006/10/18: [bug] return duplicated code in
234 in the case USE_UNICODE_PROPERTIES and
241 2006/10/16: [bug] unfold expand for 1->2, 1->3 folding in
247 in onig_search().
249 2006/10/10: [bug] should call onig_st_free_table() in
266 2006/10/10: [impl] should free new_str in expand_case_fold_string().
282 2006/09/29: [impl] initialize state_check_buff_size in STATE_CHECK_BUFF_INIT().
290 2006/09/21: [impl] convert to ascii for parameter string in
303 HAVE_STDARG_PROTOTYPES was not defined in Mac OS X
306 out of range access in bm_search_notrev().
317 2006/09/08: [test] success in ruby 1.9.0 (2006-08-22) [i686-linux].
319 out of range access in bm_search_notrev().
321 allow look-behind in negative look-behind.
326 2006/08/29: [test] success in ruby 1.9.0 (2006-08-22) [i686-linux].
332 2006/08/25: [test] success in ruby 1.9.0 (2006-08-22) [i686-linux].
333 2006/08/25: [impl] add_state_check_num() should be enclosed in
336 in Ruby mode only.
337 2006/08/22: [impl] remove last line comma in enum OpCode.
344 2006/08/21: [test] success in ruby 1.9.0 (2006-07-28) [i686-linux].
353 in combination explosion check.
357 2006/08/17: [test] success in ruby 1.9.0 (2006-07-28) [i686-linux].
360 [API] add num_comb_exp_check member in regex_t.
361 [dist] change LTVERSION value to "1:0:0" in configure.in.
362 2006/08/15: [bug] OP_REPEAT_INC process in match_at().
368 2006/08/11: [test] success in ruby 1.9.0 (2006-07-28) [i686-linux].
369 2006/08/10: [impl] remove double call in set_qualifier().
370 2006/08/10: [impl] remove by_number member in QualifierNode.
373 2006/08/07: [impl] remove warning in regcomp.c.
378 2006/08/03: [test] success in ruby 1.9.0 (2006-07-28) [i686-linux].
380 segmentation fault in regexec(). (POSIX API)
381 2006/08/02: [bug] combination of \G in look-ahead/look-behind and other
389 2006/07/31: [test] success in ruby 1.9.0 (2006-07-28) [i686-linux].
394 fix incomplete multibyte string in exact info.
396 remove cast in va_init_list() for Intel C Compiler.
400 2006/07/18: [test] success in ruby 1.9.0 (2006-03-01) [i686-linux].
409 2006/07/03: [test] success in ruby 1.9.0 (2006-03-01) [i686-linux].
411 allow \G in look-behind.
412 add ANCHOR_BEGIN_POSITION flag in setup_tree().
415 in onig_snprintf_with_pattern().
421 2006/05/22: [test] success in ruby 1.9.0 (2006-03-01) [i686-linux].
425 ex. core dump in
430 2006/05/15: [test] success in ruby 1.9.0 (2006-03-01) [i686-linux].
433 2006/05/15: [test] success in ruby 1.9.0 (2006-03-01) [i686-linux].
443 2006/05/11: [test] success in ruby 1.9.0 (2006-03-01) [i686-linux].
445 dead-lock in onig_end().
450 2006/05/08: [test] success in ruby 1.9.0 (2006-03-01) [i686-linux].
452 Segmentation fault in backward search.
460 2006/03/22: [test] success in ruby 1.9.0 (2006-03-01) [i686-linux].
465 ONIG_OPTION_DONT_CAPTURE_GROUP check in parse_effect().
476 2006/02/07: [test] success in ruby 1.9.0 (2005-11-28) [i686-linux].
477 2006/02/07: [bug] memory leaks in onig_free_shared_cclass_table().
478 2006/02/03: [ruby] add -m 0644 option to install command in "make 19".
482 in optimize_node_left().
484 2006/01/25: [dist] update URL in index.html.
488 2006/01/24: [test] success in ruby 1.9.0 (2005-11-28) [i386-cygwin].
489 2006/01/24: [test] success in ruby 1.9.0 (2005-11-28) [i686-linux].
491 2006/01/24: [dist] change install description in README(.ja).
495 change configure.in and add Makefile.am, sample/Makefile.am.
499 invalid syntax definition in ONIG_SYNTAX_GREP.
502 2006/01/23: [dist] fix configure.in for onig-config.
505 2005/12/29: [dist] change pmatch array size to 25 in testconv.rb.
506 2005/12/26: [dist] fix name in test.rb.
511 2005/11/29: [test] success in ruby 1.9.0 (2005-11-28) [i686-linux].
512 2005/11/24: [test] success in ruby 1.9.0 (2005-08-09) [i686-linux].
513 2005/11/21: [test] success in ruby 1.9.0 (2005-11-20) [i386-cygwin].
515 utf-8 character comments in extended mode leads
522 invalid result in UTF-16/32.
523 fix in set_optimize_exact_info().
527 2005/11/20: [test] success in ruby 1.9.0 (2005-11-20) [i386-cygwin].
528 2005/11/20: [test] success in ruby 1.9.0 (2005-10-18) [i386-cygwin].
532 tok->escape was not cleared in fetch_token_in_cc().
542 2005/08/23: [test] success in ruby 1.9.0 (2005-08-09) [i686-linux].
543 2005/08/23: [inst] fix Makefile.in for make ctest/ptest.
547 2005/08/23: [test] success in ruby 1.9.0 (2005-08-09) [i686-linux].
549 2005/08/23: [impl] should check DATA_ENSURE() at OP_CCLASS_NODE in match_at().
555 UTF-8 0xFE, 0xFF handling bug in code_is_in_cclass_node().
563 2005/08/09: [test] success in ruby 1.9.0 (2005-08-09) [i686-linux].
566 in onig_search().
571 2005/07/27: [test] success in ruby 1.9.0 (2005-07-26) [i686-linux].
572 2005/07/27: [impl] update onig-config.in.
575 (onig-config.in)
579 2005/07/14: [test] success in ruby 1.9.0 (2005-07-14) [i686-linux].
580 2005/07/11: [test] success in ruby 1.9.0 (2005-07-04) [i686-linux].
589 2005/07/01: [test] success in ruby 1.9.0 (2005-07-01) [i686-linux].
590 2005/06/30: [test] success in ruby 1.9.0 (2005-06-28) [i686-linux].
599 2005/06/30: [bug] invalid conversion from code point to mbc in
604 2005/06/28: [test] success in ruby 1.9.0 (2005-06-28) [i686-linux].
605 2005/06/27: [test] success in ruby 1.9.0 (2005-05-31) [i686-linux].
617 2005/06/01: [test] success in ruby 1.9.0 (2005-05-31) [i686-linux].
619 2005/05/31: [impl] minor change in node_new().
620 2005/05/30: [test] success in ruby 1.9.0 (2005-05-11) [i686-linux].
623 in node_new().
627 2005/05/11: [test] success in ruby 1.9.0 (2005-05-11) [i386-mswin32].
629 2005/05/11: [test] success in ruby 1.9.0 (2005-05-11) [i686-linux].
630 2005/05/06: [test] success in ruby 1.9.0 (2005-05-06) [i686-linux].
633 2005/04/25: [test] success in ruby 1.9.0 (2005-04-25) [i686-linux].
639 2005/04/15: [test] success in ruby 1.9.0 (2005-04-14) [i686-linux].
640 2005/04/01: [test] success in ruby 1.9.0 (2005-03-24) [i686-linux].
647 2005/03/25: [test] success in ruby 1.9.0 (2005-03-24) [i686-linux].
648 2005/03/23: [test] success in ruby 1.9.0 (2005-03-20) [i686-linux].
649 2005/03/23: [test] success in ruby 1.9.0 (2005-03-08) [i686-linux].
653 2005/03/08: [test] success in ruby 1.9.0 (2005-03-08) [i686-linux].
655 should not allocate memory for key data in st.c.
662 2005/03/07: [test] success in ruby 1.9.0 (2005-03-07) [i686-linux].
665 rename UChar to OnigUChar in oniguruma.h.
666 2005/03/07: [impl] remove declarations for Ruby in oniggnu.h.
667 2005/03/05: [bug] ANCHOR_ANYCHAR_STAR didn't work in onig_search().
676 2005/02/19: [test] success in ruby 1.9.0 (2005-02-19) [i386-cygwin].
683 2005/02/19: [test] success in ruby 1.9.0 (2005-02-19) [i386-cygwin].
685 change UChar* to const UChar* in oniguruma.h,
687 2005/02/13: [impl] change UChar* to const UChar* in oniguruma.h and
689 2005/02/12: [test] success in ruby 1.9.0 (2005-02-11) [i386-cygwin].
692 2005/02/09: [test] success in ruby 1.9.0 (2005-02-09) [i686-linux].
700 2005/02/04: [test] success in ruby 1.9.0 (2005-02-04) [i686-linux].
705 2005/01/31: [test] success in ruby 1.9.0 (2005-01-29) [i686-linux].
708 2005/01/31: [dist] update Makefile.in (make 19).
719 2005/01/19: [test] success in ruby 1.9.0 (2005-01-05) [i686-linux].
726 use e->name_len in i_names().
728 add HAVE_SYS_TYPES_H to config.h.in.
732 2005/01/13: [test] success in ruby 1.9.0 (2005-01-05) [i686-linux].
743 2005/01/05: [test] success in ruby 1.9.0 (2005-01-05) [i686-linux].
744 2005/01/05: [test] success in ruby 1.9.0 (2004-12-16) [i686-linux].
757 2004/12/16: [test] success in ruby 1.9.0 (2004-12-16) [i686-linux].
762 to oniguruma.h in the case __cplusplus.
769 2004/12/02: [test] success in ruby 1.9.0 (2004-12-02) [i686-linux].
770 2004/12/01: [test] success in ruby 1.9.0 (2004-12-01) [i386-mswin32].
772 2004/12/01: [test] success in ruby 1.9.0 (2004-12-01) [i386-cygwin].
773 2004/12/01: [test] success in ruby 1.9.0 (2004-12-01) [i686-linux].
774 2004/12/01: [impl] double cast for escape warning in Cygwin.
775 (HashDataType* )((void* )(&e)) in regparse.c
776 2004/12/01: [test] success in ruby 1.9.0 (2004-11-30) [i686-linux].
778 (which was 10-16% cost in gprof result for my test program)
780 2004/11/30: [memo] remove targets 16 and 18 from Makefile.in.
781 2004/11/30: [test] success in ruby 1.9.0 (2004-11-30) [i686-linux].
785 2004/11/30: [test] success in ruby 1.9.0 (2004-11-29) [i686-linux].
786 2004/11/30: [impl] minor changes for multi-thread in regexec.c and regcomp.c.
788 2004/11/30: [impl] add THREAD_ATOMIC_XXX to FreeNodeList access in regparse.c
805 2004/11/26: [impl] add type PointerType in regint.h.
816 ruby make test fail in HP-UX B.11.23 ia64.
817 should use tok->u.code instead of tok->u.c in
823 illegal check in char-class range in UTF-8.
829 abort in "a".gsub(/a\Z/, "")
830 fix ONIGENC_STEP_BACK() argument in onig_search().
831 2004/11/16: [impl] add key2 member to st_table_entry in st.[ch].
839 2004/11/12: [impl] fix CRWord in enc/unicode.c and MBWord in enc/utf8.c.
841 size 0 array initializer was compile error in VC++.
847 2004/11/09: [impl] type cast in regexec() for remove compile time warning.
853 2004/11/08: [inst] fix Makefile.in. (for make ctest/ptest/testcu)
867 2004/10/30: [test] success in ruby 1.9.0 (2004-09-24) [i686-linux].
873 fix OP_REPEAT_INC_NG process in match_at().
877 2004/10/18: [test] success in ruby 1.9.0 (2004-09-24) [i686-linux].
881 memory access violation in select_opt_exact_info().
883 2004/09/25: [bug] fix OP_SEMI_END_BUF process in match_at() for
890 2004/09/17: [test] success in ruby 1.9.0 (2004-07-23) [i686-linux].
892 memory access violations in xxx_mbc_enc_len(),
895 add string range check in match_at() and onig_search().
900 2004/09/04: [test] success in ruby 1.9.0 (2004-07-23) [i686-linux].
902 search fail in ignore case mode.
905 clear sample directory in 'make clean'.
907 meanings in XXXXX_mbc_to_normalize() and
910 meanings in iso_8859_XX_mbc_to_normalize() and
915 2004/08/24: [test] success in ruby 1.9.0 (2004-07-23) [i686-linux].
920 memory leak in set_optimize_exact_info().
924 2004/08/21: [test] success in ruby 1.8.2 (2004-07-28) [i686-linux].
926 2004/08/21: [test] success in ruby 1.9.0 (2004-07-23) [i686-linux].
928 memory access violation in bm_search_notrev().
933 2004/07/24: [test] success in ruby 1.9.0 (2004-07-23) [i686-linux].
934 2004/07/24: [test] success in ruby 1.8.2 (2004-07-16) [i686-linux].
939 illegal result in negative character class in ignore case
940 mode. fix pair-ambig-codes process in parse_exp().
943 undefined bytecode error happens in UTF-16BE etc..
949 2004/07/01: [test] success in ruby 1.8.2 (2004-06-23) [i686-linux].
952 invalid result in onig_capture_tree_traverse().
957 2004/06/29: [test] success in ruby 1.8.2 (2004-06-23) [i686-linux].
963 2004/06/25: [test] success in ruby 1.8.2 (2004-06-23) [i686-linux].
965 invalid result in onig_capture_tree_traverse().
970 2004/06/24: [test] success in ruby 1.8.0 (2003-08-08) [i386-cygwin].
971 2004/06/24: [test] success in ruby 1.8.0 (2003-08-08) [i386-mswin32].
972 2004/06/24: [test] success in ruby 1.8.2 (2004-06-23) [i686-linux].
976 invalid char position match in UTF-16 and UTF-32.
981 2004/06/17: [test] success in ruby 1.8.0 (2003-08-08) [i386-cygwin].
982 2004/06/17: [test] success in ruby 1.8.0 (2003-08-08) [i386-mswin32].
983 2004/06/17: [test] success in ruby 1.8.2 (2004-05-18) [i686-linux].
987 should use STACK_AT() instead of stkp in OP_REPEAT_INC.
988 add IN_VAR_REPEAT flag in setup_tree().
998 set pmatch to NULL if nmatch is 0 in regexec(). (POSIX API)
1002 2004/06/10: [test] success in ruby 1.8.0 (2003-08-08) [i386-cygwin].
1003 2004/06/10: [test] success in ruby 1.9.0 (2004-05-27) [i386-mswin32].
1004 2004/06/10: [test] success in ruby 1.8.2 (2004-05-18) [i686-linux].
1015 for EFFECT_MEMORY type node in setup_tree().
1019 2004/05/25: [test] success in ruby 1.8.0 (2003-08-08) [i386-mswin32].
1020 2004/05/25: [test] success in ruby 1.8.0 (2003-08-08) [i386-cygwin].
1021 2004/05/25: [test] success in ruby 1.9.0 (2004-05-23) [i686-linux].
1022 2004/05/25: [test] success in ruby 1.8.2 (2004-05-18) [i686-linux].
1035 2004/05/21: [impl] perform ensure process for rb_trap_exec() in match_at().
1044 Control-C does not work in matching process on Ruby.
1050 byte 0xfe and 0xff in UTF-8.
1064 2004/05/14: [test] success in ruby 1.8.0 (2003-08-08) [i386-cygwin].
1065 2004/05/14: [test] success in ruby 1.9.0 (2004-05-14) [i686-linux].
1066 2004/05/14: [test] success in ruby 1.8.0 (2003-08-08) [i386-mswin32].
1068 register int c; ---> int c; in yylex())
1070 2004/05/14: [spec] KOI8 is not included in library archive by default setup.
1083 2004/04/22: [spec] allow the range from single byte char to multibyte char in
1085 ex. /[a-\xbb\xcc]/ in EUC-JP encoding.
1094 is fail at OP_END in match_at().
1110 2004/03/16: [test] success in ruby 1.8.0 (2003-08-08) [i386-mswin32].
1111 2004/03/16: [test] success in ruby 1.9.0 (2004-02-24) [i686-linux].
1114 2004/03/16: [spec] allow prefix 'Is' for \p{...} in ONIG_SYNTAX_PERL.
1117 2004/03/15: [spec] support NOT op. in char property. \p{^...}, \P{^...}.
1122 rename ONIGERR_XXX to ONIGENCERR_XXX in regenc.h.
1137 fix many warnings in Win32 VC++ with /W3 option.
1153 2004/02/27: [impl] define ONIG_RUBY_DEFINE_GLOBAL_FUNCTION() in regint.h
1160 in the case of NOT HAVE_STDARG_PROTOTYPES.
1164 2004/02/25: [test] success in ruby 1.8.0 (2003-08-08) [i386-mswin32].
1165 2004/02/24: [test] success in ruby 1.9.0 (2004-02-24) [i686-linux].
1166 2004/02/24: [bug] undefined IS_BLANK() and IS_GRAPH() was used in
1167 onigenc_is_code_ctype() in the case of Ruby M17N.
1169 2004/02/24: [bug] should not fold match for 0xdf in iso8859_6.c.
1191 OP_REPEAT_INC_NG process in match_at() is wrong.
1199 2004/02/06: [dist] add a new target 'site' to Makefile.in.
1205 2004/02/02: [test] success in ruby 1.9.0 (2004-02-02) [i686-linux].
1206 2004/02/02: [test] success in ruby 1.8.0 (2003-08-08) [i386-cygwin].
1207 2004/02/02: [test] success in ruby 1.8.0 (2003-08-08) [i386-mswin32].
1210 2004/02/02: [impl] should check single byte encoding or not in and_cclass()
1234 2004/01/20: [test] success in ruby 1.8.0 (2003-08-08) [i386-cygwin].
1235 2004/01/20: [dist] change Makefile.in.
1236 2004/01/20: [spec] add \p{...}, \P{...} in char class.
1238 supported in ONIG_SYNTAX_JAVA and ONIG_SYNTAX_PERL.
1253 2004/01/13: [impl] remove ENC_CODE_TO_MBC_FIRST(enc,code) in regenc.h.
1254 remove code_to_mbc_first member in RegCharEncodingType.
1255 2004/01/13: [impl] remove head byte bitset information in cclass->mbuf.
1256 2003/12/26: [impl] change macro name ismb_xxxx() in enc/*.c for
1263 2003/12/24: [test] success in ruby 1.8.1 (2003-12-24) [i686-linux].
1264 2003/12/24: [test] success in ruby 1.8.0 (2003-08-08) [i386-cygwin].
1265 2003/12/24: [test] success in ruby 1.8.0 (2003-08-08) [i386-mswin32].
1266 2003/12/24: [test] success in regex.c compile test on ruby-m17n.
1268 2003/12/24: [bug] (thanks H.Miyamoto) /[\W]/ was wrong in 1.9.5.
1272 2003/12/19: [impl] add add_ctype_to_cc() in regparse.c.
1273 2003/12/19: [impl] add enc_is_code_ctype() in REG_RUBY_M17N case.
1276 match in ignore case mode.)
1279 2003/12/17: [impl] add enc_init() in regenc.c.
1289 2003/12/15: [bug] unexpected infinite loop in regex_snprintf_with_pattern().
1295 2003/12/15: [impl] rename function prefixes in regenc.h from regex_ to enc_.
1303 2003/12/08: [impl] *** re-defined RegCharEncoding in oniguruma.h. ***
1329 memory leak in parse_subexp().
1331 memory leak in names_clear() and parse_char_class().
1332 2003/11/17: [bug] memory leak in parse_char_class().
1339 2003/11/12: [test] success in ruby 1.8.0 (2003-08-08) [i386-cygwin].
1340 2003/11/12: [test] success in ruby 1.8.1 (2003-11-11) [i686-linux].
1350 2003/11/06: [impl] define THREAD_PASS as rb_thread_schedule() in Ruby mode.
1364 in concat_left_node_opt_info().
1369 2003/09/17: [spec] change specification of char-class range in ignore case mode
1374 remove env->option == option check in parse_effect().
1375 change env->option for dynamic option in parse_exp().
1422 no-name group in noname_disable_map().
1424 2003/09/02: [impl] include <stdio.h> is forgotten to erase in regcomp.c.
1428 in parse_char_class().
1439 don't use IMPORT in oniguruma.h and onigposix.h.
1440 2003/08/18: [impl] (thanks nobu) change error output to stdout in testconv.rb.
1441 2003/08/18: [inst] (thanks nobu) lacked $(srcdir) in Makefile.in.
1445 single/multi-byte decision was wrong in parse_char_class().
1447 should not set fetched to 1 in TK_RAW_BYTE case.
1448 2003/08/18: [bug] should update BitSet in the case inc_n >= 0
1449 in add_wc_range_to_buf().
1450 2003/08/13: [bug] change re.c.180.patch for fix rb_reg_to_s() in re.c.
1451 2003/08/11: [bug] should clear region->list in regex_region_resize().
1455 2003/08/08: [test] success in ruby 1.8.0 (2003-08-08) on Windows 2000
1458 because definition is added in win32\win32.h.
1459 2003/08/08: [test] success in ruby 1.8.0 and ruby 1.6.8(2003-08-03) on Linux.
1464 2003/08/06: [bug] OP_MEMORY_END_PUSH_REC case in match_at().
1471 used in the pattern.
1481 '_' or multibyte-char in fetch_name(). [ruby-dev:20706]
1490 2003/07/07: [impl] OP_SET_OPTION is not needed in compiled code.
1495 set option status to effect memory in optimize_node_left().
1504 2003/07/04: [spec] check mbuf member in the case of
1505 REG_SYN_NOT_NEWLINE_IN_NEGATIVE_CC in parse_char_class().
1519 in look-behind. ex. (?<=abc|abcd), (?<!a|bc)
1534 in REG_SYN_OP2_OPTION_PERL.
1543 2003/06/18: [bug] return wrong result UTF-8 case in regex_mb2wc().
1553 2003/06/13: [bug] should use -DIMPORT for link with DLL in win32/Makefile.
1555 2003/06/12: [bug] range should be from - 1 in not_wc_range_buf().
1556 2003/06/12: [spec] should warn for '-' before '&&' operator in char-class.
1560 2003/06/11: [new] char-class in char-class (as Java(TM)).
1561 2003/06/11: [spec] change AND operator in char-class from &&[..] to &&.
1564 2003/06/03: [bug] should compare strings with min-length in is_not_included().
1570 2003/05/30: [bug] should use bbuf_free() for CClassNode in regex_node_free().
1584 (add char_exist_check() in regparse.c)
1585 2003/05/26: [bug] OP_REPEAT in recursive subexp call.
1592 2003/05/26: [tune] change OP_NULL_CHECK_END process in match_at().
1600 2003/05/22: [impl] change target_empty setting condition in setup_tree().
1615 2003/05/14: [impl] add string.h check in AC_CHECK_HEADERS().
1619 in Ruby mode ('[', '-', ']').
1620 2003/05/13: [impl] define WARNING() and VERB_WARNING() in regint.h.
1630 2003/03/19: [impl] abbreviation for long error_par in regex_error_code_to_str().
1638 2003/03/17: [bug] mistake(high -> to) in add_wc_range_to_buf().
1644 2003/03/12: [tune] use cached value of effect node in get_min_match_length().
1646 in fetch_token() and fetch_token_in_cc().
1649 2003/03/11: [inst] add regparse.[ch] in win32/Makefile.
1651 then compile error in unset_addr_list_fix(). (thanks knu)
1653 2003/03/10: [bug] should handle multi-byte code name in fetch_name().
1663 2003/03/10: [spec] forbid to use '\' in group name.
1665 2003/03/08: [bug] called group in 0-repeat should not be eliminated from
1669 (enable on Ruby in default)
1678 2003/03/06: [tune] add tiny_pop check in STACK_POP.
1682 2003/03/05: [impl] use cache info in EFFECT_MEMORY case
1683 in optimize_node_info().
1685 in optimize_node_left().
1686 2003/03/05: [impl] add min-len, max-len, char-len cache in EffectNode.
1687 2003/03/05: [spec] allow to call in look behind. ex. /(?<=(?*a))/
1688 2003/03/05: [bug] forgotten N_ANCHOR case in check_backref_number(),
1691 2003/03/04: [impl] add CALL-node info in optimize_node_left().
1697 fix N_LIST case in subexp_recursive_check(). (thanks akr)
1699 should re-allocate in unset_addr_list_add(). (thanks akr)
1705 2003/03/01: [impl] use OP_MEMORY_END_PUSH in callable subexp compiled code
1720 2003/02/26: [tune] bad implemented N_ALT case in get_min_match_length().
1721 2003/02/26: [dist] auto update testc.c and win32/testc.c in dist target.
1727 2003/02/24: [impl] change condition in regex_is_allow_reverse_match().
1728 2003/02/24: [impl] convert i(/../, ...) functions in testconv.rb.
1740 2003/02/20: [new] supported Basic Regular Expression(BRE) in POSIX API.
1747 check raw value in scan_make_node() and scan_backslash().
1749 2003/02/12: [impl] rename 'max_mem' to 'num_mem' in regex_t.
1750 2003/02/12: [impl] rename 'code' to 'enc' in regex_t.
1751 2003/02/12: [spec] remove transtable argument in regex_new and regex_recompile.
1752 remove transtable member in regex_t.
1755 2003/02/10: [spec] number check in scan_char_class() ignore-case mode.
1766 2003/02/07: [spec] range in char-class should be same spec. with Ruby
1767 in ignore-case mode. (ex. /[A-c]/i == /[a-c]/i)
1774 2003/02/07: [impl] check first byte of string in ignore-case mode.
1776 2003/02/07: [impl] remove redundant statements in setup_tree().
1779 2003/02/06: [impl] add HAVE_PROTOTYPE, HAVE_STDARG_PROTOTYPES in
1780 configure.in and config.h.in.
1781 2003/02/06: [spec] /[0-9-a]/ is allowed as usual char '-' and 'a' in Ruby.
1782 add USE_BETTER_COMPATIBILITY_FOR_ORIGINAL_REGEX in
1784 2003/02/06: [spec] rename REG_MBCTYPE_XXXX to REG_ENCODING_XXXX in onigposix.h.
1785 2003/02/05: [spec] rename MBCTYPE_XXXX to REG_MBCTYPE_XXXX in onigposix.h.
1791 2003/02/04: [bug] typo miss in regex_region_copy().
1795 set REG_OPTIMIZE_EXACT_BM in set_optimize_exact_info().
1799 2003/02/03: [bug] Hankaku-Kana may be second byte in Shift_JIS
1802 remove exact_allow_reverse_match member in regex_t.
1803 2003/02/03: [impl] add exact_allow_reverse_match member in regex_t.
1804 2003/02/03: [impl] compile-search conflict in regex_search() is handled.
1807 2003/01/31: [tune] don't use strlen() in regexec() and regcomp().
1808 2003/01/31: [tune] decrease regex_reduce_chain() calling in regex_search().
1809 2003/01/31: [bug] STRING_CMP() in regexec.c was wrong in ignore-case.
1811 change SBTRANSCMP() in regexec.c.
1813 2003/01/30: [bug] .c.o --> .c.obj in win32\Makefile.
1814 2003/01/30: [impl] add -DNOT_RUBY to Makefile.in.
1815 NOT_RUBY is referred in regint.h for escape double
1821 2003/01/28: [test] success in Cygwin, Ruby 1.8.0 (2003-01-27).
1822 2003/01/24: [inst] add rback target to Makefile.in.
1823 2003/01/24: [impl] change SBCMP() -> IS_NEWLINE() in match_at().
1831 2003/01/22: [memo] start CVS entry in my box.
1837 2003/01/18: [impl] change REGION_NOTPOS to REG_REGION_NOTPOS in regex.h.
1847 2003/01/15: [test] success in 'make rtest/ctest/ptest' on Windows 2000.
1848 2003/01/15: [bug] change '/' to \' in win32/Makefile.
1849 2003/01/14: [test] success in Ruby make test on Windows 2000.
1851 2003/01/14: [inst] change Makefile.in and win32/Makefile.
1854 2003/01/10: [inst] add onigposix.h to install target. (Makefile.in)
1855 2003/01/10: [bug] lacked a comma in ESTRING[]. (regposerr.c)
1864 2003/01/08: [spec] remove REGERR_END_PATTERN_AFTER_BACKSLASH in regex.h.
1865 2003/01/08: [spec] region arg can be NULL in regex_search() and regex_match().
1872 2002/12/30: [bug] wrong merge in multibyte mode (alt_merge_opt_exact_info()).
1873 2002/12/28: [inst] add rtest target to Makefile.in.
1874 2002/12/28: [bug] /\xfe/.match("\xfe") mismatch in multibyte mode.
1876 2002/12/25: [bug] check condition was wrong in alt_merge_opt_map_info().
1877 2002/12/25: [impl] add threshold_len check in regex_search().
1878 2002/12/23: [bug] prec-read in alternative (/a|(?=z).f/.match("zf") => nil)
1879 2002/12/23: [bug] \G in alternative (/a|\Gz/.match("bza") => "z").
1880 add start member in MatchArg. (regexec.c)
1893 in re_recompile_pattern(). (adapt to re.c)
1894 2002/04/24: [spec] USE_ONIGURUMA_EXTENSION is disabled in default.
1900 2002/04/09: [impl] move IS_MULTILINE() to outside of loop in OP_ANYCHAR_STAR.
1906 in look-behind. ex. /(?<=(a|b){3})/ (thanks Guy Decoux)
1913 in Ruby verbose mode. ex. (?:a*)?
1920 multibyte code range in char class.
1928 2002/03/20: [impl] serialize integer in bytecode.
1929 (switch by UNALIGNED_WORD_ACCESS in regex.c)
1933 2002/03/19: [bug] OP_CCLASS_MB_NOT process in matchAt() is wrong.
1936 2002/03/19: [new] add REG_IS_PATTERN_ERROR(ecode) in regex.h
1949 2002/03/13: [test] success in rubicon/builtin/AllBuiltinTests.rb.
1951 2002/03/13: [bug] OP_EXACTMBN process in matchAt() is wrong.
1958 an octal value in scanBackSlash(). ex. /\0111/
1961 2002/03/09: [inst] add two targets to Makefile.in (166 and 172).
1964 2002/03/08: [spec] allow use of "\A"(begin-buf) in look-behind.
1968 in negative look-behind.
1969 2002/03/07: [inst] add configure.in, config.h.in, Makefile.in.
1970 2002/03/07: [impl] call Init_REGEX_STAT() in RegexInit().
1975 2002/03/06: [new] add a symbol REG_TRANSTABLE_USE_DEFAULT in regex.h.
1978 in ScanMakeNode(). (beware of strchr(). thanks Nobu)
1984 2002/03/04: [bug] make up a break-statement in compileTree().
1996 2002/02/28: [bug] sub_anchor($) in ForwardSearch() and BackwardSearch().
2000 2002/02/27: [impl] use m17n_codepoint() as mb2wc() in REG_RUBY_M17N.
2035 * write Makefile.am and configure.in.