Lines Matching refs:to

33 2008/02/19: [API]  rename onig_alloc_init() to onig_reg_init(),
35 2008/01/31: [impl] move UTF16_IS_SURROGATE_XXX() to regenc.h.
49 2007/09/07: [API] rename enc_len() to onig_enc_len() in oniguruma.h.
52 2007/09/03: [impl] change error message to "invaid code point value"
110 to 0x4000. [ruby-core:10883]
116 2007/03/26: [impl] add 'void' to function declarations.
136 . to USE_PAD_TO_SHORT_BYTE_CHAR.
155 2006/11/28: [spec] rename ONIGENC_CASE_FOLD_MULTI_CHAR to
159 2006/11/27: [impl] change tool/unicode_fc.rb to see CaseFolding.txt.
160 2006/11/24: [bug] should call callback for to[j] <-> to[k] in
172 2006/11/17: [impl] move property list functions to regenc.c.
191 2006/11/07: [impl] apply_all_case_fold() doesn't need to return all
195 add { 0xa3, 0xb3 } to CaseFoldMap[] for KOI8-R.
196 2006/11/06: [spec] change ONIG_OPTION_FIND_LONGEST to search all of
213 change STATE_CHECK_BUFF_MAX_SIZE from 0x8000000 to 0x8000.
222 don't expand and set ambig flag to the string node.
239 2006/10/18: [API] move OnigMetaCharTableType to OnigSyntaxType.
247 2006/10/17: [dist] add enc/unicode.c to target 19 of win32/Makefile.
249 2006/10/17: [API] rename ONIGENC_CASE_FOLD_NONE to ONIGENC_CASE_FOLD_MIN.
251 2006/10/17: [dist] update LTVERSION to "2:0:0".
274 2006/10/10: [API] rename onig_set_default_ambig_flag() to
276 onig_get_default_ambig_flag() to
278 onig_get_ambig_flag() to onig_get_case_fold_flag().
279 2006/10/10: [API] rename ambig_flag to case_fold_flag.
280 2006/10/10: [API] rename OnigAmbigType to OnigCaseFoldType.
281 2006/10/10: [impl] rename ONIGENC_IS_CODE_SB_WORD() to IS_CODE_SB_WORD()
282 and move to regint.h.
286 2006/10/06: [dist] add test entrys to sample/encode.c.
290 2006/10/05: [spec] rename OnigCompAmbigCodeItem to OnigCaseFoldCodeItem.
292 to OnigEncodingType.
295 2006/10/03: [impl] rename mbc_to_normalize() to mbc_case_fold().
297 to ONIGENC_CASE_FOLD_XXX.
299 to ONIGENC_CASE_FOLD_MULTI_CHAR.
309 2006/09/21: [impl] convert to ascii for parameter string in
317 2006/09/20: [impl] change ONIGENC_CTYPE_XXXX to sequencial values.
318 add BIT_CTYPE_XXXX bit flags to regenc.h.
320 2006/09/19: [memo] move from CVS to Subversion (1.3.2).
330 2006/09/13: [API] add property_name_to_ctype member to OnigEncodingType.
332 ONIG_SYN_OP2_ESC_P_BRACE_CIRCUMFLEX_NOT to OnigSyntaxRuby.
366 2006/08/21: [impl] set repeat_range[].upper to 0x7fffffff as infinite.
380 [dist] change LTVERSION value to "1:0:0" in configure.in.
423 2006/07/11: [impl] change long to unsigned long for ONIG_OPTION_XXX
433 fix cast from char* to const char*
435 fix cast from char* to const char*
441 2006/05/22: [impl] add position string argument to STACK_BASE_CHECK().
443 add STK_NULL_CHECK_END to IS_TO_VOID_TARGET().
486 2006/03/01: [spec] rename regex object type from regex_t to OnigRegexType.
490 to 10000. (for docdiff program)
497 2006/02/03: [ruby] add -m 0644 option to install command in "make 19".
498 2006/02/03: [impl] rename ANCHOR_ANYCHAR_STAR_PL to ANCHOR_ANYCHAR_STAR_ML.
499 change from IS_POSIXLINE() to IS_MULTILINE()
524 2005/12/29: [dist] change pmatch array size to 25 in testconv.rb.
555 and node_new_cclass_by_codepoint_range() scope to static.
556 2005/09/05: [dist] remove link to MultiFind.
557 2005/09/01: [dist] add link to yagrep.
586 2005/08/01: [dist] add mkdir $prefix, mkdir $exec_prefix to make install.
610 2005/06/30: [dist] add GB 18030 test to sample/encode.c.
618 2005/06/30: [bug] invalid conversion from code point to mbc in
631 2005/06/15: [dist] add a test to sample/encode.c.
651 add #ifdef USE_VARIABLE_META_CHARS to goto label.
654 to onig_rb_warn() and onig_rb_warning().
662 many const-ification to many *.[ch] files.
671 2005/03/09: [spec] rename MBCTYPE_XXX to RE_MBCTYPE_XXX. (GNU API)
684 rename UChar to OnigUChar in oniguruma.h.
698 2005/02/19: [API] change onig_region_init() to extern.
704 change UChar* to const UChar* in oniguruma.h,
706 2005/02/13: [impl] change UChar* to const UChar* in oniguruma.h and
712 2005/02/09: [spec] add RE_OPTION_FIND_NOT_EMPTY etc.. to oniggnu.h.
720 2005/02/01: [bug] add key_free() call to st_free_table().
729 Oniguruma 3.5.4 was merged to Ruby 1.9.0.
731 add extern "C" { } directive to oniguruma.h, oniggnu.h
744 add strdup_with_null(), rename onig_strdup() to k_strdup().
747 add HAVE_SYS_TYPES_H to config.h.in.
775 2004/12/17: [dist] add INSTALL-RUBY to archive.
779 char > 127 should be casted to unsigned char. (utf8.c)
781 to oniguruma.h in the case __cplusplus.
790 2004/12/01: [dist] add make targets 19 and 19up to win32/Makefile.
801 2004/11/30: [inst] add "cp -p st.[ch] st.[ch].ruby_orig" to "make 19".
806 2004/11/30: [impl] change THREAD_PASS_LIMIT_COUNT value from 10 to 8.
807 2004/11/30: [impl] add THREAD_ATOMIC_XXX to FreeNodeList access in regparse.c
809 2004/11/29: [memo] add hash.c.patch to CVS.
810 2004/11/29: [dist] change mail address to 'sndgk393 AT ...'
811 2004/11/29: [dist] add -s option (silent mode) to test.rb.
813 from 20 to 8.
821 2004/11/26: [impl] move definition USE_UNICODE_FULL_RANGE_CTYPE to regenc.h.
823 2004/11/26: [impl] move definition of CClassNode to regint.h.
826 2004/11/25: [impl] rename onig_node_new_cclass_by_codepoint_range to
830 to regparse.c.
850 2004/11/16: [impl] add key2 member to st_table_entry in st.[ch].
852 2004/11/16: [impl] add get_type_cc_node method to OnigEncodingType.
855 2004/11/12: [impl] change menber 'not' of CClassNode to 'flags'.
857 2004/11/12: [impl] add onig_is_in_code_range_array() to enc/unicode.c.
862 change installed file mode to 0644.
876 2004/11/05: [spec] rename ONIGERR_END_PATTERN_AT_BACKSLASH to
882 Oniguruma 3.4.0 was merged to Ruby 1.9.0.
908 2004/09/17: [dist] add COPYING to program source files.
948 (forgotten to merge from 2.X)
956 to CVS 1.11.17.
1008 2004/06/16: [impl] change select_opt_exact_info() to use ByteValTable[].
1012 from short int to int type for the very long string match.
1017 set pmatch to NULL if nmatch is 0 in regexec(). (POSIX API)
1026 2004/06/10: [API] add encoding argument to onig_set_meta_char().
1027 add meta_char_table member to OnigEncodingType.
1029 2004/06/07: [API] add num_of_elements member to OnigCompileInfo.
1031 Oniguruma 3.1.0 was merged to Ruby 1.9.0.
1032 2004/05/26: [impl] rename NST_SIMPLE_REPEAT to NST_STOP_BT_SIMPLE_REPEAT.
1033 2004/05/26: [impl] doesn't need to check that target's simple repeat-ness
1049 2004/05/24: [impl] divide enc/utf16.c to utf16_be.c and utf16_le.c.
1056 2004/05/21: [impl] add regex status check to onig_match().
1076 to "UTF-16BE" and "UTF-16LE".
1077 2004/05/17: [impl] move ismbchar() and mbclen() from oniguruma.h to oniggnu.h.
1078 2004/05/17: [impl] rename onigenc_single_byte_is_allowed_reverse_match() to
1086 (* need to edit parse.y:
1096 Oniguruma 2.2.8 was merged to Ruby 1.9.0.
1100 2004/04/26: [bug] add error check to re.c.181.patch and re.c.168.patch.
1102 2004/04/22: [spec] allow the range from single byte char to multibyte char in
1114 2004/04/12: [impl] add ambig_flag to regex_t.
1115 2004/04/09: [impl] move onig_set_meta_char() to regsyntax.c.
1121 Oniguruma 2.2.6 was merged to Ruby 1.9.0.
1131 2004/03/16: [impl] add property name to error message of
1138 2004/03/15: [spec] rename ONIG_SYN_OP2_ESC_P_CHAR_PROPERTY to
1140 2004/03/10: [impl] move ONIGERR_XXX from regenc.h to oniguruma.h,
1141 rename ONIGERR_XXX to ONIGENCERR_XXX in regenc.h.
1143 replace defined(__CYGWIN__) to defined(__GNUC__).
1145 need to separate initialization for bcc32.
1147 Oniguruma 2.2.4 was merged to Ruby 1.9.0.
1149 from unsigned int to OnigCodePoint.
1166 add :nodoc: to onig_stat_print() for RDoc.
1204 2004/02/13: [impl] add OnigEncodingEUC_CN to enc/euc_kr.c.
1218 2004/02/06: [dist] add a new target 'site' to Makefile.in.
1238 2004/01/27: [dist] rename enc/isotable.c to enc/mktable.c.
1250 to unaligned word access condition. (AMD64 ?)
1251 2004/01/21: [dist] rename enc/eucjp.c to enc/euc_jp.c.
1259 2004/01/19: [dist] rename onigcomp200.h to onigcmpt200.h.
1266 2004/01/15: [impl] rename ENC_IS_MBC_E_WORD() to ENC_IS_MBC_WORD().
1267 rename ENC_CTYPE_SUPPORT_LEVEL_SB_ONLY to
1269 2004/01/14: [impl] rename UNALIGNED_WORD_ACCESS to
1271 2004/01/14: [impl] change MATCH_STACK_LIMIT_SIZE value from 200000 to 500000.
1280 2003/12/24: [spec] ignore case option is effective to numbered char.
1289 2003/12/19: [impl] add ctype_support_level and ctype_add_codes() member to
1300 2003/12/16: [impl] change CodePoint from unsigned int to unsigned long.
1305 2003/12/15: [impl] rename IS_ENC_XXXX to ENC_IS_XXXX.
1306 2003/12/15: [impl] rename RegDefaultCharEncoding to EncDefaultCharEncoding.
1309 change local var. type char* to UChar*.
1313 regex_get_right_adjust_char_head() to enc_xxxxxx().
1314 2003/12/15: [impl] rename function prefixes in regenc.h from regex_ to enc_.
1316 2003/12/12: [impl] rename mb -> mbc, mblen() to enc_len().
1317 2003/12/12: [impl] rename WCINT to CodePoint.
1323 2003/12/08: [impl] add USE_POSIX_REGION_OPTION to regint.h.
1324 2003/12/08: [impl] add IS_ENC_WORD() to regenc.h.
1325 2003/12/05: [impl] rename IS_CODE_XXXX() to IS_ENC_XXXX().
1327 2003/12/04: [spec] rename REG_SYN_OP_BACK_REF to REG_SYN_OP_DECIMAL_BACKREF.
1330 to RegSyntaxGrep.
1333 regex_set_default_encoding() from oniguruma.h to regenc.h.
1341 from oniguruma.h to regenc.h. (obsoleted API)
1343 AmbiguityTable to regenc.c.
1344 2003/12/01: [impl] add regex_continuous_sbmb() to regenc.c.
1365 2003/11/11: [spec] rename REG_SYN_OP_ESC_CAPITAL_Q_QUOTE to
1367 REG_SYN_OP_QMARK_GROUP_EFFECT to
1371 2003/11/05: [spec] rename REG_SYN_WARN_FOR_CC_OP_NOT_ESCAPED to
1376 2003/10/30: [spec] add name_end and reg argument to callback function of
1396 2003/09/12: [spec] rename REG_SYN_ALLOW_RANGE_OP_IN_CC to
1398 REG_SYN_ESCAPE_IN_CC to REG_SYN_BACKSLASH_ESCAPE_IN_CC.
1399 2003/09/11: [bug] change to IS_SYNTAX_OP2 at REG_SYN_OP2_ESC_GNU_BUF_ANCHOR.
1400 2003/09/09: [spec] rename REG_SYN_OP2_ESC_M_BAR_META to
1402 REG_SYN_OP_ESC_Q_QUOTE to REG_SYN_OP_ESC_CAPITAL_Q_QUOTE,
1403 REG_SYN_OP_ESC_SUBEXP to REG_SYN_OP_ESC_LPAREN_SUBEXP,
1404 REG_SYN_OP_ESC_BUF_ANCHOR to REG_SYN_OP_ESC_AZ_BUF_ANCHOR,
1405 REG_SYN_OP_ESC_GNU_BUF_ANCHOR to
1407 REG_SYN_OP_ESC_CONTROL_CHAR to REG_SYN_OP_ESC_CONTROL_CHARS,
1408 REG_SYN_OP_ESC_WORD to REG_SYN_OP_ESC_W_WORD,
1409 REG_SYN_OP_ESC_WORD_BEGIN_END to
1411 REG_SYN_OP_ESC_WORD_BOUND to REG_SYN_OP_ESC_B_WORD_BOUND,
1412 REG_SYN_OP_ESC_WHITE_SPACE to REG_SYN_OP_ESC_S_WHITE_SPACE,
1413 REG_SYN_OP_ESC_DIGIT to REG_SYN_OP_ESC_D_DIGIT,
1414 REG_SYN_OP_CC to REG_SYN_OP_BRACKET_CC,
1415 REG_SYN_OP2_CCLASS_SET to REG_SYN_OP2_CCLASS_SET_OP,
1416 REG_SYN_CONTEXT_INDEP_OPS to
1418 REG_SYN_CONTEXT_INVALID_REPEAT_OPS to
1421 2003/09/08: [spec] rename REG_SYN_OP_ANYCHAR to REG_SYN_OP_DOT_ANYCHAR,
1422 REG_SYN_OP_0INF to REG_SYN_OP_ASTERISK_ZERO_INF,
1423 REG_SYN_OP_ESC_0INF to REG_SYN_OP_ESC_ASTERISK_ZERO_INF,
1424 REG_SYN_OP_1INF to REG_SYN_OP_PLUS_ONE_INF,
1425 REG_SYN_OP_ESC_1INF to REG_SYN_OP_ESC_PLUS_ONE_INF,
1426 REG_SYN_OP_0INF to REG_SYN_OP_QMARK_ZERO_ONE,
1427 REG_SYN_OP_ESC_0INF to REG_SYN_OP_ESC_QMARK_ZERO_ONE,
1428 REG_SYN_OP_INTERVAL to REG_SYN_OP_BRACE_INTERVAL,
1429 REG_SYN_OP_ESC_INTERVAL to REG_SYN_OP_ESC_BRACE_INTERVAL,
1430 REG_SYN_OP_SUBEXP to REG_SYN_OP_LPAREN_SUBEXP,
1431 REG_SYN_OP_ALT to REG_SYN_OP_VBAR_ALT,
1432 REG_SYN_OP_ESC_ALT to REG_SYN_OP_ESC_VBAR_ALT,
1433 REG_SYN_OP_NON_GREEDY to REG_SYN_OP_QMARK_NON_GREEDY,
1434 REG_SYN_OP_SUBEXP_EFFECT to REG_SYN_OP_QMARK_GROUP_EFFECT,
1435 REG_SYN_OP2_POSSESSIVE_{REPEAT,INTERVAL} to
1437 REG_SYN_OP2_SUBEXP_CALL to REG_SYN_OP2_ESC_G_SUBEXP_CALL,
1438 REG_SYN_OP2_NAMED_GROUP to REG_SYN_OP2_QMARK_LT_NAMED_GROUP
1443 2003/09/02: [impl] include <stdio.h> is forgotten to erase in regcomp.c.
1452 2003/08/19: [impl] rename 'list of captures' to 'capture history'.
1455 2003/08/19: [spec] rename REG_SYN_OP2_ATMARK_LIST_OF_CAPTURES to
1459 2003/08/18: [impl] (thanks nobu) change error output to stdout in testconv.rb.
1466 should not set fetched to 1 in TK_RAW_BYTE case.
1489 change group(...) to shy-group(?:...) if named group is
1492 2003/07/24: [spec] rename REG_OPTION_CAPTURE_ONLY_NAMED_GROUP to
1495 2003/07/17: [spec] rename REG_SYN_OP2_NAMED_SUBEXP to REG_SYN_OP2_NAMED_GROUP.
1498 to REGERR_INVALID_CHAR_IN_GROUP_NAME.
1499 2003/07/17: [spec] restrict usable chars of group name to alphabet, digit,
1502 2003/07/14: [impl] rename USE_NAMED_SUBEXP to USE_NAMED_GROUP.
1510 add IS_DYNAMIC_OPTION() to regint.h.
1514 set option status to effect memory in optimize_node_left().
1518 2003/07/07: [spec] rename REG_SYN_OP_QUOTE to REG_SYN_OP_ESC_Q_QUOTE.
1542 2003/06/26: [impl] add options member to RegStntaxType.
1560 2003/06/19: [inst] rename regex.h to oniguruma.h.
1566 2003/06/18: [spec] add op2 member to RegSyntaxType.
1567 rename some REG_SYN_OP_XXX to REG_SYN_OP2.
1580 2003/06/11: [spec] change AND operator in char-class from &&[..] to &&.
1600 2003/05/27: [spec] change CCEND_ESC_WARN() from VERB_WARNING() to WARNING().
1607 2003/05/26: [impl] add num_call member to regex_t.
1608 2003/05/26: [impl] add repeat_range member to regex_t.
1610 2003/05/26: [bug] change print_names() to external regex_print_names().
1612 2003/05/26: [spec] change CCEND_ESC_WARN() from WARNING() to VERB_WARNING().
1623 2003/05/19: [spec] rename regex_foreach_names() to regex_foreach_name().
1624 2003/05/16: [new] add --with-statistics option to configure.
1625 2003/05/16: [bug] move RegOpInfo[] definition to regint.h.
1644 2003/05/12: [memo] shifted to Subversion(version 0.21.0) from CVS.
1654 2003/03/18: [spec] replace REGERR_END_PATTERN_AT_GROUP_{COMMENT|OPTION} to
1657 2003/03/17: [bug] mistake(high -> to) in add_wc_range_to_buf().
1658 2003/03/17: [spec] add err_arg argument to regex_new() and regex_recompile().
1671 2003/03/10: [impl] divide regcomp.c to regcomp.c, regparse.c and regparse.h.
1675 add comp_options member to POSIX API regex_t.
1682 2003/03/10: [spec] forbid to use '\' in group name.
1686 add is_refered member to QualifierNode.
1695 2003/03/06: [impl] rename OP_MEMORY_END_PUSH to OP_MEMORY_END_MARK.
1706 2003/03/05: [spec] allow to call in look behind. ex. /(?<=(?*a))/
1709 2003/03/05: [impl] rename USE_ONIGURUMA_EXTENSION to USE_SBMB_CLASS.
1714 to REG_SYN_STRICT_CHECK_BACKREF
1723 2003/03/01: [new] add reg_name_to_group_numbers() to POSIX API.
1726 2003/03/01: [spec] rename regex_name_to_backrefs() to
1741 2003/02/26: [impl] add -win option to testconv.rb.
1742 2003/02/25: [spec] allow to assign same name to different group.
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.
1772 2003/02/10: [inst] change backup file suffix name from '.orig' to '.ruby_orig'.
1777 2003/02/10: [impl] lift up head_exact value from child qualifier node to parent.
1784 2003/02/07: [inst] change backup file suffix name from '.orig' to '.ruby_orig'.
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.
1805 2003/02/05: [spec] add POSIX API error REG_EONIG_THREAD to onigposix.h.
1817 to regerror.c regposix.c.
1829 2003/01/31: [impl] convert to lower-case char at string compile time.
1831 2003/01/31: [impl] rename TTRANS() to TOLOWER().
1833 2003/01/30: [impl] add -DNOT_RUBY to Makefile.in.
1837 to ignore case opcode.
1841 2003/01/24: [inst] add rback target to Makefile.in.
1843 2003/01/23: [impl] add encoding arg to scan_xxxx_number().
1844 2003/01/23: [impl] rename WCInt to WCINT.
1855 2003/01/20: [impl] add UTF-8 check to test.rb. (thanks UENO Katsuhiro)
1856 2003/01/18: [impl] change REGION_NOTPOS to REG_REGION_NOTPOS in regex.h.
1863 2003/01/16: [impl] add region member to POSIX regex_t struct.
1864 2003/01/16: [inst] rename library file from 'libregex.a' to 'libonig.a'.
1865 2003/01/15: [dist] add testc.c to distribution file.
1867 2003/01/15: [bug] change '/' to \' in win32/Makefile.
1873 2003/01/10: [inst] add onigposix.h to install target. (Makefile.in)
1889 2003/01/08: [bug] move GET_WCINT() from regcomp.c to regint.h.
1892 2002/12/28: [inst] add rtest target to Makefile.in.
1894 add "raw" flag arg to concat_opt_exact_info_str().
1911 2002/11/29: [bug] change encoding to RegDefaultCharEncoding
1912 in re_recompile_pattern(). (adapt to re.c)
1915 add searching time option argument to regex_search() and
1919 2002/04/09: [impl] move IS_MULTILINE() to outside of loop in OP_ANYCHAR_STAR.
1937 2002/03/27: [impl] add THREAD_ATOMIC to regex_clone(), regex_init(), regex_end().
1941 2002/03/25: [dist] description of the license condition is added to README.
1961 2002/03/18: [bug] ab{2}{3} was interpreded to (?:a(?:b{2})){3}
1973 to underline_separation. (includes API)
1976 2002/03/11: [bug] it is wrong that four numbers to continue as
1980 2002/03/09: [inst] add two targets to Makefile.in (166 and 172).
1995 2002/03/06: [impl] rename RegDefaultCharCode to RegDefaultCharEncoding.
2000 2002/03/05: [new] add RegexMatch() API. rename regexMatch() to matchAt().
2014 2002/03/02: [impl] add OpTime info to statistical data.