]> granicus.if.org Git - onig/history - src
disable USE_TRY_IN_MATCH_LIMIT
[onig] / src /
2018-01-25 K.Kosakodisable USE_TRY_IN_MATCH_LIMIT
2018-01-25 K.Kosakodefine ONIGURUMA_EXPORT if EXPORT is defined in regint.h
2018-01-25 K.Kosakorefactoring
2018-01-25 K.Kosakoupdate output of year
2018-01-25 K.Kosakoremove STATE_CHECK_MARK
2018-01-25 K.Kosakoimplement onig_set/get_try_in_match_limit() in disabled...
2018-01-25 K.Kosakorefactoring
2018-01-24 K.Kosakorefactoring
2018-01-24 K.Kosakoadd try in match limit
2018-01-24 K.Kosakorename EXPORT to ONIGURUMA_EXPORT (#76)
2018-01-15 K.Kosakofix path delimiter in Makefile.windows
2018-01-15 K.KosakoMerge pull request #75 from rust-onig/out-of-tree-windo...
2018-01-12 K.Kosakosmall fix for FinishCode position
2018-01-12 K.Kosakomove MatchArg from regint.h to regexec.c
2018-01-12 K.Kosakofix set s to uninitialized value by pop in ONIG_DEBUG_MATCH
2018-01-12 K.Kosakoadd p_string() into regcomp.c for ONIG_DEBUG_PARSE
2018-01-12 K.Kosakomove OpInfoType from regint.h to regexec.c
2018-01-12 K.Kosakomove onig_print_compiled_byte_code_list() from regcomp...
2018-01-12 K.Kosakofix missing OnigOpInfo values for OP_EXTENDED_GRAPHEME_...
2018-01-12 K.Kosakorefactoring
2018-01-11 K.Kosakorefactoring
2018-01-10 K.Kosakorefactoring
2017-12-25 K.Kosakoremove unused OP_STATE_CHECK_XXX opcodes
2017-12-25 K.Kosakoremove USE_COMBINATION_EXPLOSION_CHECK codes
2017-12-13 K.Kosakorefactoring
2017-12-13 K.Kosakorefactoring
2017-12-13 K.Kosakocheck return value of concat_opt_exact()
2017-12-13 K.Kosakorefactoring
2017-12-12 K.Kosakoadd HAVE_LIMITS_H check for cmake
2017-12-11 K.Kosakorefactoring
2017-12-11 K.Kosakorefactoring
2017-12-11 K.Kosakorefactoring
2017-12-11 K.Kosakorefactoring
2017-12-11 K.Kosakorefactoring
2017-12-08 K.Kosakosetup 6.7.0 v6.7.0
2017-12-08 K.Kosakodisable \N and \O on ONIG_SYNTAX_RUBY
2017-12-08 K.Kosakoadd ONIG_SYNTAX_ONIGURUMA
2017-12-08 K.Kosakoremove tabs
2017-12-07 K.Kosakoremove many warnings of pointer to integer cast on...
2017-12-06 K.Kosakoinclude stddef.h
2017-12-06 K.Kosakochange argument of cl from -o to /Fe:
2017-12-06 K.Kosakoremove a warning on 64-bit Windows
2017-12-06 K.Kosakoremove warnings by using uintptr_t on 64-bit Windows
2017-12-06 K.Kosakodefine uintptr_t
2017-12-06 K.Kosakoinclude stdint.h
2017-12-06 K.Kosakoremove many warnings for 64-bit Windows
2017-12-05 K.Kosakorefactoring
2017-12-05 K.Kosakorefactoring
2017-12-05 K.Kosakomove stack val id member to stack id member
2017-12-05 K.Kosakoremove stack call_frame num member
2017-12-05 K.Kosakomove stack empty_check num member to stack id member
2017-12-05 K.Kosakomove stack repeat num member to stack id member
2017-12-05 K.Kosakomove stack mem num member to stack id member
2017-12-04 K.Kosakorefactoring
2017-12-04 K.Kosakorefactoring
2017-11-30 K.Kosakoadd copyright notice into unicode_egcb_data.c
2017-11-29 K.Kosakoescape compiler warnings in Clang (static in inline)
2017-11-21 K.Kosakorefactoring
2017-11-21 K.Kosakorefactoring
2017-11-21 K.Kosakorefactoring
2017-11-21 K.Kosakorefactoring
2017-11-21 K.Kosakorefactoring
2017-11-21 K.Kosakorefactoring
2017-11-21 K.Kosakorefactoring
2017-11-13 K.Kosakoadd ONIG_SYN_OP2_QMARK_PERL_SUBEXP_CALL into OnigSyntax...
2017-11-13 K.Kosakoimplement subexp calls (?R), (?&name), (?-n), (?+n...
2017-09-25 K.Kosakouse string pool of gperf for Unicode Property lookup...
2017-09-16 K.Kosakofix #70 : Matching the end of a string followed by...
2017-09-15 K.Kosakochange gperf wordlist type from int to short int
2017-09-13 K.Kosakoremove a stack type STK_POS
2017-09-13 K.Kosakoadd an argument into STACK_EXEC_TO_VOID()
2017-09-13 K.Kosakorefactoring
2017-09-13 K.Kosakorefactoring
2017-09-13 K.Kosakorefactoring
2017-09-12 K.Kosakoreduce code size of match_at()
2017-09-08 K.Kosakoupdate Copyright year of onigposix.h
2017-09-08 K.Kosakofix #69 : add a declaration of onig_end()
2017-09-03 K.Kosakochange error return code of scan_unsigned_hexadecimal_n...
2017-09-03 K.Kosakocheck minlen in scan_unsigned_hexadecimal_number()
2017-09-03 K.Kosakoadd minlen argument into scan_unsigned_hexadecimal_number()
2017-09-03 K.Kosakoenable ONIG_SYN_OP2_ESC_U_HEX4 (\uXXXX)
2017-08-30 K.Kosakosetup 6.6.1 v6.6.1
2017-08-29 K.Kosakofix definition of \X to (?>\O(?:\Y\O)*)
2017-08-29 K.Kosakofix initialize ns[1] to NULL
2017-08-29 K.Kosakodefine enum EnclosureType
2017-08-29 K.Kosakochange ENCLOSURE_XXX values
2017-08-26 K.Kosakofix #67 : can't compile with Visual Studio 2005
2017-08-25 K.Kosakosetup 6.6.0
2017-08-24 K.Kosakoreduce object size (struct ByUnfoldKey)
2017-08-24 K.Kosakorename Absent-clear to Range-clear
2017-08-23 K.Kosakofix: alternative in Absent clear operator must be super-alt
2017-08-22 K.Kosakoremove properties of GraphemeBreakProperty.txt
2017-08-22 K.Kosakorefactoring
2017-08-22 K.Kosakorefactoring
2017-08-22 K.Kosakorefactoring
2017-08-22 K.Kosakorefactoring
2017-08-22 K.Kosakorefactoring
2017-08-22 K.Kosakorefactoring
2017-08-22 K.Kosakorefactoring
2017-08-22 K.Kosakorefactoring
next