Lines Matching refs:add

11 2008/02/19: [new]  add: onig_reg_init().
12 2008/02/19: [new] add: onig_free_body().
13 2008/02/19: [new] add: onig_new_without_alloc().
23 2007/12/21: [impl] add sprint_byte().
29 add check HAVE_STDARG_H.
32 2007/09/03: [API] add error ONIGERR_INVALID_CODE_POINT_VALUE.
44 2007/08/02: [spec] add backref by number.
45 2007/08/01: [API] add OnigCtype.
46 2007/07/27: [spec] add USE_CASE_FOLD_IS_APPLIED_INSIDE_NEGATIVE_CCLASS.
52 2007/07/13: [bug] add check into onig_reduce_nested_quantifier().
63 2007/06/11: [impl] add node type bit.
73 2007/06/04: [impl] add #ifndef vsnprintf into regint.h.
74 2007/05/31: [dist] add configure option '--enable-crnl-as-line-terminator'.
75 2007/05/30: [dist] add sample/crnl.c.
84 2007/04/20: [spec] add config USE_MATCH_RANGE_IS_COMPLETE_RANGE.
95 2007/04/03: [spec] add new notation (?'name'), \k'name', \g'name'.
97 2007/03/26: [impl] add 'void' to function declarations.
101 2007/03/06: [bug] add #include <malloc.h> for bcc32.
112 2006/12/28: [impl] add print_enc_string() for ONIG_DEBUG mode.
119 add ADD_PAD_TO_SHORT_BYTE_STRING.
124 2006/12/05: [bug] should add unfold-1 codes from folded code into
127 2006/12/05: [new] add flag ONIGENC_CASE_FOLD_TURKISH_AZERI and
139 2006/11/28: [impl] remove Fold[123]Table and add FoldTable.
146 2006/11/22: [dist] add index_ja.html.
150 2006/11/20: [new] add Hiragana/Katakana properties into Shift_JIS.
154 2006/11/17: [new] add Hiragana/Katakana properties into EUC-JP.
164 add new character encoding CP1251.
176 add { 0xa3, 0xb3 } to CaseFoldMap[] for KOI8-R.
179 add USE_FIND_LONGEST_SEARCH_ALL_OF_RANGE.
182 2006/10/30: [impl] add NSTR_DONT_GET_OPTINFO flag.
184 add THREAD_SYSTEM_INIT and THREAD_SYSTEM_END.
196 2006/10/25: [impl] add DISABLE_CASE_FOLD_MULTI_CHAR().
209 add [:word:] POSIX bracket.
221 2006/10/18: [dev] add too/unicode_fc.rb, unicode_pc.rb.
226 2006/10/18: [dev] add tool/19.
228 2006/10/17: [dist] add enc/unicode.c to target 19 of win32/Makefile.
243 add CaseFoldExpand_12[], CaseFoldExpand_13[].
246 2006/10/16: [impl] add msa.state_check_buff_size initialization
267 2006/10/06: [dist] add test entrys to sample/encode.c.
270 add expand_case_fold_string().
272 2006/10/05: [spec] add apply_all_case_fold() and get_case_fold_codes_by_str()
292 add enc member into OnigErrorInfo.
294 2006/09/21: [new] add Unicode Properties. (enc/unicode.c)
296 2006/09/21: [impl] add USE_UNICODE_PROPERTIES into regenc.h.
299 add BIT_CTYPE_XXXX bit flags to regenc.h.
308 2006/09/13: [impl] add ONIGENC_CTYPE_ENC_EXT flag.
311 2006/09/13: [API] add property_name_to_ctype member to OnigEncodingType.
312 2006/09/12: [spec][ruby] add ONIG_SYN_OP2_ESC_P_BRACE_CHAR_PROPERTY and
328 add configure option --enable-combination-explosion-check
348 2006/08/21: [impl] add STATE_CHECK_BUFF_MALLOC_THRESHOLD_SIZE.
358 2006/08/17: [new] add config USE_COMBINATION_EXPLOSION_CHECK.
360 [API] add num_comb_exp_check member in regex_t.
402 add back reference with nest level.
412 add ANCHOR_BEGIN_POSITION flag in setup_tree().
422 2006/05/22: [impl] add position string argument to STACK_BASE_CHECK().
424 add STK_NULL_CHECK_END to IS_TO_VOID_TARGET().
437 add config USE_RECOMPILE_API.
461 2006/03/22: [impl] add both of ONIG_OPTION_DONT_CAPTURE_GROUP
463 2006/03/22: [spec] add error code ONIGERR_INVALID_COMBINATION_OF_OPTIONS.
466 2006/03/22: [new] add API onig_noname_group_capture_is_active().
468 add typedef OnigRegexType regex_t
478 2006/02/03: [ruby] add -m 0644 option to install command in "make 19".
495 change configure.in and add Makefile.am, sample/Makefile.am.
496 add AUTHORS file.
503 2006/01/19: [new] add new config USE_UNICODE_ALL_LINE_TERMINATORS.
529 2005/11/20: [new] add new config USE_CRNL_AS_LINE_TERMINATOR.
538 2005/09/01: [dist] add link to yagrep.
551 add ONIG_OPTION_MAXBIT for escape conflict with
567 2005/08/01: [dist] add mkdir $prefix, mkdir $exec_prefix to make install.
574 add Oniguruma configuration check program.
591 2005/06/30: [dist] add GB 18030 test to sample/encode.c.
594 add new character encoding ONIG_ENCODING_GB18030.
611 2005/06/15: [impl] add divide_ambig_string_node_sub().
612 2005/06/15: [dist] add a test to sample/encode.c.
613 2005/06/10: [new] add ONIG_SYNTAX_PERL_NG. (Perl + named group)
618 2005/05/31: [dist] add doc/FAQ and doc/FAQ.ja.
632 add #ifdef USE_VARIABLE_META_CHARS to goto label.
650 2005/03/23: [new] add ONIG_SYNTAX_ASIS.
651 2005/03/23: [new] add ONIG_SYN_OP2_INEFFECTIVE_ESCAPE.
664 add ONIG_ESCAPE_UCHAR_COLLISION.
678 add onig_region_set().
693 2005/02/09: [spec] add RE_OPTION_FIND_NOT_EMPTY etc.. to oniggnu.h.
701 2005/02/01: [bug] add key_free() call to st_free_table().
702 2005/02/01: [new] add onig_get_default_ambig_flag() and
712 add extern "C" { } directive to oniguruma.h, oniggnu.h
725 add strdup_with_null(), rename onig_strdup() to k_strdup().
728 add HAVE_SYS_TYPES_H to config.h.in.
751 add onig_renumber_name_table().
756 2004/12/17: [dist] add INSTALL-RUBY to archive.
761 2004/12/13: [impl] add HAVE_PROTOTYPES and HAVE_STDARG_PROTOTYPES definition
771 2004/12/01: [dist] add make targets 19 and 19up to win32/Makefile.
782 2004/11/30: [inst] add "cp -p st.[ch] st.[ch].ruby_orig" to "make 19".
788 2004/11/30: [impl] add THREAD_ATOMIC_XXX to FreeNodeList access in regparse.c
789 2004/11/29: [impl] add USE_MULTI_THREAD_SYSTEM.
790 2004/11/29: [memo] add hash.c.patch to CVS.
792 2004/11/29: [dist] add -s option (silent mode) to test.rb.
795 2004/11/29: [inst] add make target "19up".
801 2004/11/26: [impl] add onig_free_shared_cclass_table().
803 2004/11/26: [impl] add opcode OP_CCLASS_NODE.
805 2004/11/26: [impl] add type PointerType in regint.h.
812 2004/11/25: [dist] add hash.c.patch for Ruby 1.9 hash.c change.
814 2004/11/22: [impl] add ONIGENC_CTYPE_MOD_NOT.
826 2004/11/18: [impl] add onig_node_new_cclass_by_codepoint_range().
831 2004/11/16: [impl] add key2 member to st_table_entry in st.[ch].
833 2004/11/16: [impl] add get_type_cc_node method to OnigEncodingType.
834 2004/11/15: [impl] add st.h and st.c from Ruby 1.9.
837 add flags FLAG_CCLASS_NOT and FLAG_CCLASS_SHARE.
838 2004/11/12: [impl] add onig_is_in_code_range_array() to enc/unicode.c.
868 2004/10/30: [new] add hexadecimal digit char type. (\h, \H)
889 2004/09/17: [dist] add COPYING to program source files.
895 add string range check in match_at() and onig_search().
916 2004/08/24: [spec] add ONIG_SYN_FIXED_INTERVAL_IS_GREEDY_ONLY.
950 2004/07/01: [new] add onig_get_syntax_{op,op2,behavior,options}.
959 add onig_number_of_captures().
974 add onig_number_of_capture_histories().
977 add onigenc_always_false_is_allowed_reverse_match().
988 add IN_VAR_REPEAT flag in setup_tree().
1005 2004/06/10: [dist] add README.ja.
1006 2004/06/10: [new] add onig_copy_encoding().
1007 2004/06/10: [API] add encoding argument to onig_set_meta_char().
1008 add meta_char_table member to OnigEncodingType.
1009 2004/06/08: [dist] add doc/API.ja.
1010 2004/06/07: [API] add num_of_elements member to OnigCompileInfo.
1027 add OP_REPEAT_INC_SG and OP_REPEAT_INC_NG_SG.
1031 2004/05/24: [impl] add enc/unicode.c.
1036 add onig_exec_trap() and CHECK_INTERRUPT_IN_MATCH_AT.
1037 2004/05/21: [impl] add regex status check to onig_match().
1038 2004/05/21: [new] add onig_get_capture_tree() and
1045 add calling of CHECK_INTERRUPT into match_at().
1069 2004/05/14: [impl] add regext.c.
1072 2004/05/12: [impl] add divide_ambig_string_node().
1079 2004/04/26: [new] add onig_get_match_stack_limit_size() and
1081 2004/04/26: [bug] add error check to re.c.181.patch and re.c.168.patch.
1087 2004/04/20: [new] add onig_copyright().
1088 2004/04/20: [impl] add regversion.c.
1089 2004/04/15: [new] add onig_get_ambig_flag().
1095 2004/04/12: [impl] add ambig_flag to regex_t.
1098 2004/04/08: [impl] add regsyntax.c.
1100 2004/04/05: [impl] add ONIGENC_CTYPE_NEWLINE.
1112 2004/03/16: [impl] add property name to error message of
1115 add syntax op. ONIG_SYN_OP2_CHAR_PROPERTY_PREFIX_IS.
1116 2004/03/15: [dist] add sample/syntax.c.
1118 add syntax op. ONIG_SYN_OP2_ESC_P_BRACE_CIRCUMFLEX_NOT.
1132 add MANIFEST-RUBY.
1147 add :nodoc: to onig_stat_print() for RDoc.
1182 add USE_INFINITE_REPEAT_MONOMANIAC_MEM_STATUS_CHECK.
1183 add OP_NULL_CHECK_END_MEMST, OP_NULL_CHECK_END_MEMST_PUSH.
1184 add stack type STK_NULL_CHECK_END.
1185 2004/02/13: [impl] add OnigEncodingEUC_CN to enc/euc_kr.c.
1197 2004/02/09: [new] add onig_set_syntax_op(), onig_set_syntax_op2(),
1199 2004/02/06: [dist] add a new target 'site' to Makefile.in.
1200 2004/02/06: [dist] add index.html.
1212 2004/01/30: [dist] add oniggnu.h.
1225 2004/01/23: [dist] add enc/isotable.c.
1230 2004/01/22: [impl] add defined(__x86_64) || defined(__x86_64__)
1236 2004/01/20: [spec] add \p{...}, \P{...} in char class.
1241 2004/01/19: [dist] update re.c.168.patch. svn add re.c.181.patch.
1243 2004/01/16: [dist] add onigcomp200.h. (for old API compatibility)
1270 2003/12/19: [impl] add ctype_support_level and ctype_add_codes() member to
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.
1279 2003/12/17: [impl] add enc_init() in regenc.c.
1284 2003/12/16: [dist] add sample/encode.c
1300 2003/12/11: [impl] add enc->wc_is_ctype() and RegAsciiCtypeTable[256].
1304 2003/12/08: [impl] add USE_POSIX_REGION_OPTION to regint.h.
1305 2003/12/08: [impl] add IS_ENC_WORD() to regenc.h.
1309 2003/12/04: [spec] add (REG_SYN_OP_ESC_W_WORD | REG_SYN_OP_ESC_B_WORD_BOUND |
1315 2003/12/03: [new] add regex_get_default_encoding() and
1325 2003/12/01: [impl] add regex_continuous_sbmb() to regenc.c.
1326 2003/12/01: [dist] add regenc.h and regenc.c.
1341 2003/11/12: [spec] add definition of REG_INEFFECTIVE_META_CHAR.
1342 2003/11/11: [dist] add a sample program sample/sql.c.
1343 2003/11/11: [new] add variable meta character.
1345 2003/11/11: [spec] add syntax op. REG_SYN_OP_VARIABLE_META_CHARS.
1351 2003/11/05: [spec] add syntax behavior REG_SYN_WARN_REDUNDANT_NESTED_REPEAT.
1354 2003/11/04: [new] add regex_set_warn_func() and regex_set_verb_warn_func().
1355 2003/10/30: [new] add regex_name_to_backref_number().
1357 2003/10/30: [spec] add name_end and reg argument to callback function of
1359 2003/10/29: [spec] add syntax behavior REG_SYN_ALLOW_MULTIPLEX_DEFINITION_NAME.
1360 add error code REGERR_MULTIPLEX_DEFINED_NAME.
1401 add REG_SYN_OP_ESC_CAPITAL_G_BEGIN_ANCHOR.
1434 2003/08/19: [dist] add doc/RE.ja. (Japanese)
1435 2003/08/19: [new] add regex_copy_syntax().
1446 add regex_wc2mblen().
1463 2003/08/07: [dist] add sample/listcap.c.
1467 2003/07/29: [new] add regex_get_encoding(), regex_get_options() and
1472 add REG_SYN_CAPTURE_ONLY_NAMED_GROUP.
1475 add REG_OPTION_CAPTURE_GROUP.
1477 2003/07/17: [spec] add REGERR_EMPTY_GROUP_NAME.
1484 2003/07/14: [bug] add fetch_name() for USE_NAMED_SUBEXP off case.
1485 2003/07/14: [API] add regex_number_of_names().
1491 add IS_DYNAMIC_OPTION() to regint.h.
1494 add opcode OP_BACKREFN_IC and OP_BACKREF_MULTI_IC.
1496 2003/07/07: [impl] add opcode OP_ANYCHAR_ML, OP_ANYCHAR_ML_STAR and
1503 2003/07/04: [new] add REG_OPTION_CAPTURE_ONLY_NAMED_GROUP. (thanks .NET)
1510 2003/07/03: [spec] add REG_SYN_OP_ESC_CONTROL_CHAR flag.
1515 2003/07/01: [impl] add config flag USE_VARIABLE_SYNTAX.
1517 2003/07/01: [spec] add syntax behavior REG_SYN_DIFFERENT_LEN_ALT_LOOK_BEHIND.
1520 2003/06/26: [spec] add option REG_OPTION_NEGATE_SINGLELINE.
1523 2003/06/26: [impl] add options member to RegStntaxType.
1529 2003/06/25: [impl] add REG_SYN_OP2_ESC_CAPITAL_C_BAR_CONTROL and
1531 2003/06/25: [impl] add REG_SYN_OP_ESC_OCTAL3 and REG_SYN_OP_ESC_X_HEX2.
1532 2003/06/24: [impl] add REG_SYN_OP2_ESC_V_VTAB. (\v is VTAB)
1535 2003/06/24: [impl] add REG_SYN_OP2_OPTION_PERL and REG_SYN_OP2_OPTION_RUBY.
1544 2003/06/18: [impl] add REG_SYN_OP2_POSSESSIVE_INTERVAL. a{n,m}+
1545 2003/06/18: [new] add REG_SYNTAX_JAVA.
1546 2003/06/18: [spec] add REG_SYN_OP_QUOTE.
1547 2003/06/18: [spec] add op2 member to RegSyntaxType.
1554 2003/06/13: [dist] add sample/names.c
1557 2003/06/12: [new] add REG_SYNTAX_PERL.
1558 2003/06/12: [spec] add syntax behavior REG_SYN_WARN_FOR_CC_OP_NOT_ESCAPEED.
1575 add OP_POP opcode.
1584 (add char_exist_check() in regparse.c)
1588 2003/05/26: [impl] add num_call member to regex_t.
1589 2003/05/26: [impl] add repeat_range member to regex_t.
1605 2003/05/16: [new] add --with-statistics option to configure.
1607 2003/05/16: [new] add regex_version().
1615 2003/05/14: [impl] add string.h check in AC_CHECK_HEADERS().
1617 2003/05/13: [impl] add regex_snprintf_with_pattern().
1618 2003/05/13: [spec] add warning for char class meta character without escape
1622 2003/05/12: [dist] add regular expression document (doc/RE).
1639 2003/03/17: [spec] add err_arg argument to regex_new() and regex_recompile().
1649 2003/03/11: [inst] add regparse.[ch] in win32/Makefile.
1656 add comp_options member to POSIX API regex_t.
1667 add is_refered member to QualifierNode.
1670 2003/03/07: [new] add regex_foreach_names().
1671 2003/03/06: [impl] add member reg->stack_pop_level.
1672 2003/03/06: [impl] add operator OP_MEMORY_START and member reg->backtrack_mem.
1675 add OP_MEMORY_END_PUSH and OP_MEMORY_END_PUSH_REC.
1678 2003/03/06: [tune] add tiny_pop check in STACK_POP.
1684 2003/03/05: [impl] add EFFECT_MEMORY node reference count check
1686 2003/03/05: [impl] add min-len, max-len, char-len cache in EffectNode.
1691 2003/03/04: [impl] add CALL-node info in optimize_node_left().
1693 add subexp_inf_recursive_check_trav().
1704 2003/03/01: [new] add reg_name_to_group_numbers() to POSIX API.
1711 2003/02/28: [spec] add match stack limit check. (MATCH_STACK_LIMIT_SIZE)
1713 2003/02/28: [impl] add opcode OP_MEMORY_END_PUSH for callable subexp.
1714 2003/02/28: [impl] add opcode OP_CALL, OP_RETURN.
1715 add stack type STK_CALL_FRAME, STK_RETURN, STK_MEM_END.
1716 2003/02/26: [spec] add new syntax behavior REG_SYN_STRICT_CHECK_BACKREF_NUMBER.
1722 2003/02/26: [impl] add -win option to testconv.rb.
1724 add OP_BACKREF_MULTI.
1736 2003/02/21: [dist] add sample/posix.c
1760 2003/02/10: [dist] add HISTORY.
1762 2003/02/08: [tune] add STACK_BASE_CHECK().
1763 2003/02/08: [tune] add STACK_PUSH_ENSURED().
1779 2003/02/06: [impl] add HAVE_PROTOTYPE, HAVE_STDARG_PROTOTYPES in
1782 add USE_BETTER_COMPATIBILITY_FOR_ORIGINAL_REGEX in
1786 2003/02/05: [spec] add POSIX API error REG_EONIG_THREAD to onigposix.h.
1787 2003/02/05: [dist] add .cvsignore file.
1793 2003/02/04: [dist] add API document file doc/API.
1797 2003/02/04: [bug] add REGERR_OVER_THREAD_PASS_LIMIT_COUNT
1801 2003/02/03: [impl] add optimization type REG_OPTIMIZE_EXACT_BM_NOT_REV.
1803 2003/02/03: [impl] add exact_allow_reverse_match member in regex_t.
1814 2003/01/30: [impl] add -DNOT_RUBY to Makefile.in.
1819 2003/01/29: [impl] add SJIS, UTF-8 test_sb() test.
1820 2003/01/29: [dist] add INSTALL-RUBY file.
1822 2003/01/24: [inst] add rback target to Makefile.in.
1824 2003/01/23: [impl] add encoding arg to scan_xxxx_number().
1828 [new] add search time option REG_OPTION_POSIX_REGION.
1836 2003/01/20: [impl] add UTF-8 check to test.rb. (thanks UENO Katsuhiro)
1838 2003/01/17: [dist] add sample/simple.c.
1839 2003/01/17: [inst] add configure option --with-rubydir.
1844 2003/01/16: [impl] add region member to POSIX regex_t struct.
1846 2003/01/15: [dist] add testc.c to distribution file.
1853 2003/01/11: [dist] add win32 directory. (config.h, Makefile, testc.c)
1854 2003/01/10: [inst] add onigposix.h to install target. (Makefile.in)
1869 2003/01/08: [inst] add test program converter (test.rb -> testc.c).
1871 2003/01/07: [inst] add new test script (test.rb).
1873 2002/12/28: [inst] add rtest target to Makefile.in.
1875 add "raw" flag arg to concat_opt_exact_info_str().
1877 2002/12/25: [impl] add threshold_len check in regex_search().
1880 add start member in MatchArg. (regexec.c)
1884 2002/12/11: [impl] add regerror.c
1895 2002/04/24: [new] add searching time option: REG_OPTION_NOTBOL/NOTEOL.
1896 add searching time option argument to regex_search() and
1911 2002/04/01: [dist] add COPYING.
1916 2002/03/30: [new] add \x{hexadecimal-wide-char}. (thanks matz)
1918 2002/03/27: [impl] add THREAD_ATOMIC to regex_clone(), regex_init(), regex_end().
1925 2002/03/23: [new] add a new option REG_OPTION_NOT_EMPTY.
1934 2002/03/19: [new] add re_mbctab[] for Ruby extension library compatibility.
1936 2002/03/19: [new] add REG_IS_PATTERN_ERROR(ecode) in regex.h
1961 2002/03/09: [inst] add two targets to Makefile.in (166 and 172).
1965 2002/03/08: [impl] add a new opcode OP_PUSH_IF_PEEK_NEXT.
1966 2002/03/08: [impl] add a new opcode OP_ANYCHAR_STAR_PEEK_NEXT.
1969 2002/03/07: [inst] add configure.in, config.h.in, Makefile.in.
1975 2002/03/06: [new] add a symbol REG_TRANSTABLE_USE_DEFAULT in regex.h.
1981 2002/03/05: [new] add RegexMatch() API. rename regexMatch() to matchAt().
1990 2002/03/02: [impl] add new opcode OP_FINISH and new stack type
1992 2002/03/02: [impl] add new opcode OP_EXACT1_IC, OP_EXACTN_IC
1995 2002/03/02: [impl] add OpTime info to statistical data.
2030 <CVS: add tag>
2038 > automake --foreign --add-missing