Lines Matching refs:add

16 2007/06/05: [impl] add #ifndef vsnprintf in regint.h.
24 2007/03/26: [impl] add 'void' to function declarations.
29 2007/03/06: [bug] add #include <malloc.h> for bcc32.
41 2006/12/29: [impl] add print_enc_string() for ONIG_DEBUG mode.
43 add USE_PAD_TO_SHORT_BYTE_CHAR.
54 add 0xa3 <=> 0xb3 to CaseFoldMap[] for KOI8-R.
62 add USE_FIND_LONGEST_SEARCH_ALL_OF_RANGE.
68 add THREAD_SYSTEM_INIT and THREAD_SYSTEM_END.
85 2006/10/10: [impl] add msa.state_check_buff_size initialization
94 add enc member into OnigErrorInfo.
123 add configure option --enable-combination-explosion-check
143 2006/08/21: [impl] add STATE_CHECK_BUFF_MALLOC_THRESHOLD_SIZE.
153 2006/08/17: [new] add config USE_COMBINATION_EXPLOSION_CHECK.
155 [API] add num_comb_exp_check member in regex_t.
197 add back reference with nest level.
207 add ANCHOR_BEGIN_POSITION flag in setup_tree().
217 2006/05/22: [impl] add position string argument to STACK_BASE_CHECK().
219 add STK_NULL_CHECK_END to IS_TO_VOID_TARGET().
232 add config USE_RECOMPILE_API.
256 2006/03/22: [impl] add both of ONIG_OPTION_DONT_CAPTURE_GROUP
258 2006/03/22: [spec] add error code ONIGERR_INVALID_COMBINATION_OF_OPTIONS.
261 2006/03/22: [new] add API onig_noname_group_capture_is_active().
263 add typedef OnigRegexType regex_t
273 2006/02/03: [ruby] add -m 0644 option to install command in "make 19".
290 change configure.in and add Makefile.am, sample/Makefile.am.
291 add AUTHORS file.
298 2006/01/19: [new] add new config USE_UNICODE_ALL_LINE_TERMINATORS.
324 2005/11/20: [new] add new config USE_CRNL_AS_LINE_TERMINATOR.
333 2005/09/01: [dist] add link to yagrep.
346 add ONIG_OPTION_MAXBIT for escape conflict with
362 2005/08/01: [dist] add mkdir $prefix, mkdir $exec_prefix to make install.
369 add Oniguruma configuration check program.
386 2005/06/30: [dist] add GB 18030 test to sample/encode.c.
389 add new character encoding ONIG_ENCODING_GB18030.
406 2005/06/15: [impl] add divide_ambig_string_node_sub().
407 2005/06/15: [dist] add a test to sample/encode.c.
408 2005/06/10: [new] add ONIG_SYNTAX_PERL_NG. (Perl + named group)
413 2005/05/31: [dist] add doc/FAQ and doc/FAQ.ja.
427 add #ifdef USE_VARIABLE_META_CHARS to goto label.
445 2005/03/23: [new] add ONIG_SYNTAX_ASIS.
446 2005/03/23: [new] add ONIG_SYN_OP2_INEFFECTIVE_ESCAPE.
459 add ONIG_ESCAPE_UCHAR_COLLISION.
473 add onig_region_set().
488 2005/02/09: [spec] add RE_OPTION_FIND_NOT_EMPTY etc.. to oniggnu.h.
496 2005/02/01: [bug] add key_free() call to st_free_table().
497 2005/02/01: [new] add onig_get_default_ambig_flag() and
507 add extern "C" { } directive to oniguruma.h, oniggnu.h
520 add strdup_with_null(), rename onig_strdup() to k_strdup().
523 add HAVE_SYS_TYPES_H to config.h.in.
546 add onig_renumber_name_table().
551 2004/12/17: [dist] add INSTALL-RUBY to archive.
556 2004/12/13: [impl] add HAVE_PROTOTYPES and HAVE_STDARG_PROTOTYPES definition
566 2004/12/01: [dist] add make targets 19 and 19up to win32/Makefile.
577 2004/11/30: [inst] add "cp -p st.[ch] st.[ch].ruby_orig" to "make 19".
583 2004/11/30: [impl] add THREAD_ATOMIC_XXX to FreeNodeList access in regparse.c
584 2004/11/29: [impl] add USE_MULTI_THREAD_SYSTEM.
585 2004/11/29: [memo] add hash.c.patch to CVS.
587 2004/11/29: [dist] add -s option (silent mode) to test.rb.
590 2004/11/29: [inst] add make target "19up".
596 2004/11/26: [impl] add onig_free_shared_cclass_table().
598 2004/11/26: [impl] add opcode OP_CCLASS_NODE.
600 2004/11/26: [impl] add type PointerType in regint.h.
607 2004/11/25: [dist] add hash.c.patch for Ruby 1.9 hash.c change.
609 2004/11/22: [impl] add ONIGENC_CTYPE_MOD_NOT.
621 2004/11/18: [impl] add onig_node_new_cclass_by_codepoint_range().
626 2004/11/16: [impl] add key2 member to st_table_entry in st.[ch].
628 2004/11/16: [impl] add get_type_cc_node method to OnigEncodingType.
629 2004/11/15: [impl] add st.h and st.c from Ruby 1.9.
632 add flags FLAG_CCLASS_NOT and FLAG_CCLASS_SHARE.
633 2004/11/12: [impl] add onig_is_in_code_range_array() to enc/unicode.c.
663 2004/10/30: [new] add hexadecimal digit char type. (\h, \H)
684 2004/09/17: [dist] add COPYING to program source files.
690 add string range check in match_at() and onig_search().
711 2004/08/24: [spec] add ONIG_SYN_FIXED_INTERVAL_IS_GREEDY_ONLY.
745 2004/07/01: [new] add onig_get_syntax_{op,op2,behavior,options}.
754 add onig_number_of_captures().
769 add onig_number_of_capture_histories().
772 add onigenc_always_false_is_allowed_reverse_match().
783 add IN_VAR_REPEAT flag in setup_tree().
800 2004/06/10: [dist] add README.ja.
801 2004/06/10: [new] add onig_copy_encoding().
802 2004/06/10: [API] add encoding argument to onig_set_meta_char().
803 add meta_char_table member to OnigEncodingType.
804 2004/06/08: [dist] add doc/API.ja.
805 2004/06/07: [API] add num_of_elements member to OnigCompileInfo.
822 add OP_REPEAT_INC_SG and OP_REPEAT_INC_NG_SG.
826 2004/05/24: [impl] add enc/unicode.c.
831 add onig_exec_trap() and CHECK_INTERRUPT_IN_MATCH_AT.
832 2004/05/21: [impl] add regex status check to onig_match().
833 2004/05/21: [new] add onig_get_capture_tree() and
840 add calling of CHECK_INTERRUPT into match_at().
864 2004/05/14: [impl] add regext.c.
867 2004/05/12: [impl] add divide_ambig_string_node().
874 2004/04/26: [new] add onig_get_match_stack_limit_size() and
876 2004/04/26: [bug] add error check to re.c.181.patch and re.c.168.patch.
882 2004/04/20: [new] add onig_copyright().
883 2004/04/20: [impl] add regversion.c.
884 2004/04/15: [new] add onig_get_ambig_flag().
890 2004/04/12: [impl] add ambig_flag to regex_t.
893 2004/04/08: [impl] add regsyntax.c.
895 2004/04/05: [impl] add ONIGENC_CTYPE_NEWLINE.
907 2004/03/16: [impl] add property name to error message of
910 add syntax op. ONIG_SYN_OP2_CHAR_PROPERTY_PREFIX_IS.
911 2004/03/15: [dist] add sample/syntax.c.
913 add syntax op. ONIG_SYN_OP2_ESC_P_BRACE_CIRCUMFLEX_NOT.
927 add MANIFEST-RUBY.
942 add :nodoc: to onig_stat_print() for RDoc.
977 add USE_INFINITE_REPEAT_MONOMANIAC_MEM_STATUS_CHECK.
978 add OP_NULL_CHECK_END_MEMST, OP_NULL_CHECK_END_MEMST_PUSH.
979 add stack type STK_NULL_CHECK_END.
980 2004/02/13: [impl] add OnigEncodingEUC_CN to enc/euc_kr.c.
992 2004/02/09: [new] add onig_set_syntax_op(), onig_set_syntax_op2(),
994 2004/02/06: [dist] add a new target 'site' to Makefile.in.
995 2004/02/06: [dist] add index.html.
1007 2004/01/30: [dist] add oniggnu.h.
1020 2004/01/23: [dist] add enc/isotable.c.
1025 2004/01/22: [impl] add defined(__x86_64) || defined(__x86_64__)
1031 2004/01/20: [spec] add \p{...}, \P{...} in char class.
1036 2004/01/19: [dist] update re.c.168.patch. svn add re.c.181.patch.
1038 2004/01/16: [dist] add onigcomp200.h. (for old API compatibility)
1065 2003/12/19: [impl] add ctype_support_level and ctype_add_codes() member to
1067 2003/12/19: [impl] add add_ctype_to_cc() in regparse.c.
1068 2003/12/19: [impl] add enc_is_code_ctype() in REG_RUBY_M17N case.
1074 2003/12/17: [impl] add enc_init() in regenc.c.
1079 2003/12/16: [dist] add sample/encode.c
1095 2003/12/11: [impl] add enc->wc_is_ctype() and RegAsciiCtypeTable[256].
1099 2003/12/08: [impl] add USE_POSIX_REGION_OPTION to regint.h.
1100 2003/12/08: [impl] add IS_ENC_WORD() to regenc.h.
1104 2003/12/04: [spec] add (REG_SYN_OP_ESC_W_WORD | REG_SYN_OP_ESC_B_WORD_BOUND |
1110 2003/12/03: [new] add regex_get_default_encoding() and
1120 2003/12/01: [impl] add regex_continuous_sbmb() to regenc.c.
1121 2003/12/01: [dist] add regenc.h and regenc.c.
1136 2003/11/12: [spec] add definition of REG_INEFFECTIVE_META_CHAR.
1137 2003/11/11: [dist] add a sample program sample/sql.c.
1138 2003/11/11: [new] add variable meta character.
1140 2003/11/11: [spec] add syntax op. REG_SYN_OP_VARIABLE_META_CHARS.
1146 2003/11/05: [spec] add syntax behavior REG_SYN_WARN_REDUNDANT_NESTED_REPEAT.
1149 2003/11/04: [new] add regex_set_warn_func() and regex_set_verb_warn_func().
1150 2003/10/30: [new] add regex_name_to_backref_number().
1152 2003/10/30: [spec] add name_end and reg argument to callback function of
1154 2003/10/29: [spec] add syntax behavior REG_SYN_ALLOW_MULTIPLEX_DEFINITION_NAME.
1155 add error code REGERR_MULTIPLEX_DEFINED_NAME.
1196 add REG_SYN_OP_ESC_CAPITAL_G_BEGIN_ANCHOR.
1229 2003/08/19: [dist] add doc/RE.ja. (Japanese)
1230 2003/08/19: [new] add regex_copy_syntax().
1241 add regex_wc2mblen().
1258 2003/08/07: [dist] add sample/listcap.c.
1262 2003/07/29: [new] add regex_get_encoding(), regex_get_options() and
1267 add REG_SYN_CAPTURE_ONLY_NAMED_GROUP.
1270 add REG_OPTION_CAPTURE_GROUP.
1272 2003/07/17: [spec] add REGERR_EMPTY_GROUP_NAME.
1279 2003/07/14: [bug] add fetch_name() for USE_NAMED_SUBEXP off case.
1280 2003/07/14: [API] add regex_number_of_names().
1286 add IS_DYNAMIC_OPTION() to regint.h.
1289 add opcode OP_BACKREFN_IC and OP_BACKREF_MULTI_IC.
1291 2003/07/07: [impl] add opcode OP_ANYCHAR_ML, OP_ANYCHAR_ML_STAR and
1298 2003/07/04: [new] add REG_OPTION_CAPTURE_ONLY_NAMED_GROUP. (thanks .NET)
1305 2003/07/03: [spec] add REG_SYN_OP_ESC_CONTROL_CHAR flag.
1310 2003/07/01: [impl] add config flag USE_VARIABLE_SYNTAX.
1312 2003/07/01: [spec] add syntax behavior REG_SYN_DIFFERENT_LEN_ALT_LOOK_BEHIND.
1315 2003/06/26: [spec] add option REG_OPTION_NEGATE_SINGLELINE.
1318 2003/06/26: [impl] add options member to RegStntaxType.
1324 2003/06/25: [impl] add REG_SYN_OP2_ESC_CAPITAL_C_BAR_CONTROL and
1326 2003/06/25: [impl] add REG_SYN_OP_ESC_OCTAL3 and REG_SYN_OP_ESC_X_HEX2.
1327 2003/06/24: [impl] add REG_SYN_OP2_ESC_V_VTAB. (\v is VTAB)
1330 2003/06/24: [impl] add REG_SYN_OP2_OPTION_PERL and REG_SYN_OP2_OPTION_RUBY.
1339 2003/06/18: [impl] add REG_SYN_OP2_POSSESSIVE_INTERVAL. a{n,m}+
1340 2003/06/18: [new] add REG_SYNTAX_JAVA.
1341 2003/06/18: [spec] add REG_SYN_OP_QUOTE.
1342 2003/06/18: [spec] add op2 member to RegSyntaxType.
1349 2003/06/13: [dist] add sample/names.c
1352 2003/06/12: [new] add REG_SYNTAX_PERL.
1353 2003/06/12: [spec] add syntax behavior REG_SYN_WARN_FOR_CC_OP_NOT_ESCAPEED.
1370 add OP_POP opcode.
1379 (add char_exist_check() in regparse.c)
1383 2003/05/26: [impl] add num_call member to regex_t.
1384 2003/05/26: [impl] add repeat_range member to regex_t.
1400 2003/05/16: [new] add --with-statistics option to configure.
1402 2003/05/16: [new] add regex_version().
1410 2003/05/14: [impl] add string.h check in AC_CHECK_HEADERS().
1412 2003/05/13: [impl] add regex_snprintf_with_pattern().
1413 2003/05/13: [spec] add warning for char class meta character without escape
1417 2003/05/12: [dist] add regular expression document (doc/RE).
1434 2003/03/17: [spec] add err_arg argument to regex_new() and regex_recompile().
1444 2003/03/11: [inst] add regparse.[ch] in win32/Makefile.
1451 add comp_options member to POSIX API regex_t.
1462 add is_refered member to QualifierNode.
1465 2003/03/07: [new] add regex_foreach_names().
1466 2003/03/06: [impl] add member reg->stack_pop_level.
1467 2003/03/06: [impl] add operator OP_MEMORY_START and member reg->backtrack_mem.
1470 add OP_MEMORY_END_PUSH and OP_MEMORY_END_PUSH_REC.
1473 2003/03/06: [tune] add tiny_pop check in STACK_POP.
1479 2003/03/05: [impl] add EFFECT_MEMORY node reference count check
1481 2003/03/05: [impl] add min-len, max-len, char-len cache in EffectNode.
1486 2003/03/04: [impl] add CALL-node info in optimize_node_left().
1488 add subexp_inf_recursive_check_trav().
1499 2003/03/01: [new] add reg_name_to_group_numbers() to POSIX API.
1506 2003/02/28: [spec] add match stack limit check. (MATCH_STACK_LIMIT_SIZE)
1508 2003/02/28: [impl] add opcode OP_MEMORY_END_PUSH for callable subexp.
1509 2003/02/28: [impl] add opcode OP_CALL, OP_RETURN.
1510 add stack type STK_CALL_FRAME, STK_RETURN, STK_MEM_END.
1511 2003/02/26: [spec] add new syntax behavior REG_SYN_STRICT_CHECK_BACKREF_NUMBER.
1517 2003/02/26: [impl] add -win option to testconv.rb.
1519 add OP_BACKREF_MULTI.
1531 2003/02/21: [dist] add sample/posix.c
1555 2003/02/10: [dist] add HISTORY.
1557 2003/02/08: [tune] add STACK_BASE_CHECK().
1558 2003/02/08: [tune] add STACK_PUSH_ENSURED().
1574 2003/02/06: [impl] add HAVE_PROTOTYPE, HAVE_STDARG_PROTOTYPES in
1577 add USE_BETTER_COMPATIBILITY_FOR_ORIGINAL_REGEX in
1581 2003/02/05: [spec] add POSIX API error REG_EONIG_THREAD to onigposix.h.
1582 2003/02/05: [dist] add .cvsignore file.
1588 2003/02/04: [dist] add API document file doc/API.
1592 2003/02/04: [bug] add REGERR_OVER_THREAD_PASS_LIMIT_COUNT
1596 2003/02/03: [impl] add optimization type REG_OPTIMIZE_EXACT_BM_NOT_REV.
1598 2003/02/03: [impl] add exact_allow_reverse_match member in regex_t.
1609 2003/01/30: [impl] add -DNOT_RUBY to Makefile.in.
1614 2003/01/29: [impl] add SJIS, UTF-8 test_sb() test.
1615 2003/01/29: [dist] add INSTALL-RUBY file.
1617 2003/01/24: [inst] add rback target to Makefile.in.
1619 2003/01/23: [impl] add encoding arg to scan_xxxx_number().
1623 [new] add search time option REG_OPTION_POSIX_REGION.
1631 2003/01/20: [impl] add UTF-8 check to test.rb. (thanks UENO Katsuhiro)
1633 2003/01/17: [dist] add sample/simple.c.
1634 2003/01/17: [inst] add configure option --with-rubydir.
1639 2003/01/16: [impl] add region member to POSIX regex_t struct.
1641 2003/01/15: [dist] add testc.c to distribution file.
1648 2003/01/11: [dist] add win32 directory. (config.h, Makefile, testc.c)
1649 2003/01/10: [inst] add onigposix.h to install target. (Makefile.in)
1664 2003/01/08: [inst] add test program converter (test.rb -> testc.c).
1666 2003/01/07: [inst] add new test script (test.rb).
1668 2002/12/28: [inst] add rtest target to Makefile.in.
1670 add "raw" flag arg to concat_opt_exact_info_str().
1672 2002/12/25: [impl] add threshold_len check in regex_search().
1675 add start member in MatchArg. (regexec.c)
1679 2002/12/11: [impl] add regerror.c
1690 2002/04/24: [new] add searching time option: REG_OPTION_NOTBOL/NOTEOL.
1691 add searching time option argument to regex_search() and
1706 2002/04/01: [dist] add COPYING.
1711 2002/03/30: [new] add \x{hexadecimal-wide-char}. (thanks matz)
1713 2002/03/27: [impl] add THREAD_ATOMIC to regex_clone(), regex_init(), regex_end().
1720 2002/03/23: [new] add a new option REG_OPTION_NOT_EMPTY.
1729 2002/03/19: [new] add re_mbctab[] for Ruby extension library compatibility.
1731 2002/03/19: [new] add REG_IS_PATTERN_ERROR(ecode) in regex.h
1756 2002/03/09: [inst] add two targets to Makefile.in (166 and 172).
1760 2002/03/08: [impl] add a new opcode OP_PUSH_IF_PEEK_NEXT.
1761 2002/03/08: [impl] add a new opcode OP_ANYCHAR_STAR_PEEK_NEXT.
1764 2002/03/07: [inst] add configure.in, config.h.in, Makefile.in.
1770 2002/03/06: [new] add a symbol REG_TRANSTABLE_USE_DEFAULT in regex.h.
1776 2002/03/05: [new] add RegexMatch() API. rename regexMatch() to matchAt().
1785 2002/03/02: [impl] add new opcode OP_FINISH and new stack type
1787 2002/03/02: [impl] add new opcode OP_EXACT1_IC, OP_EXACTN_IC
1790 2002/03/02: [impl] add OpTime info to statistical data.
1816 <CVS: add tag>
1824 > automake --foreign --add-missing