]> granicus.if.org Git - onig/shortlog
onig
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-16 K.Kosakoadd test cases
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-07 K.Kosakoadd *.log into .gitignore
2017-09-07 K.Kosakofix #68 : Compilation failure in out-of-source build
2017-09-03 K.Kosakoadd \uHHHH description into doc/RE
2017-09-03 K.Kosakoadd test cases for \u and \x
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-30 K.Kosakoupdate HISTORY
2017-08-29 K.Kosakoadd description about 6.6.1
2017-08-29 K.Kosakoupdate HISTORY
2017-08-29 K.Kosakoadd test cases for look behind
2017-08-29 K.Kosakofix definition of \X
2017-08-29 K.Kosakoadd a test case for \X
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.Kosakoadd a test case
2017-08-29 K.Kosakochange ENCLOSURE_XXX values
2017-08-28 K.Kosakoupdate HISTORY v6.6.0
2017-08-26 K.Kosakofix #67 : can't compile with Visual Studio 2005
2017-08-25 K.Kosakosetup 6.6.0
2017-08-25 K.Kosakoupdate README
2017-08-25 K.KosakoREADME rivival
2017-08-25 K.Kosakoupdate for changed file name
2017-08-25 K.Kosakorename README.ja to README_japanese
2017-08-25 K.Kosakoremove README
2017-08-25 K.Kosakoupdate README.ja
2017-08-24 K.Kosakoreduce object size (struct ByUnfoldKey)
2017-08-24 K.Kosakoupdate README.md
2017-08-24 K.Kosakofix some descriptions
2017-08-24 K.Kosakorename Absent-clear to Range-clear
2017-08-23 K.Kosakoadd test cases for Absent clear
2017-08-23 K.Kosakofix: alternative in Absent clear operator must be super-alt
2017-08-22 K.Kosakoupdate HISTORY
2017-08-22 K.Kosakoremove test cases for Grapheme_Cluster_Break_ properties
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
2017-08-21 K.Kosakoadd Copyright
2017-08-21 K.Kosakoadd unicode_egcb_data.c, make_unicode_egcb.sh and make_...
2017-08-21 K.Kosakoadd test cases for \X, \y and \Y
2017-08-21 K.Kosakofix to assign error code in make_absent_tree()
2017-08-21 K.Kosakofix to assign error code in make_absent_tree_for_simple...
2017-08-21 K.Kosakofix to assign error code in make_absent_clear()
2017-08-21 K.Kosakofix to assign error code in make_absent_tail()
2017-08-21 K.Kosakofix to assign error code into make_absent_engine()
2017-08-21 K.Kosakoadd descriptions for \X
2017-08-21 K.Kosakoadd description about \X
2017-08-21 K.Kosakoadd descriptions about \X
2017-08-21 K.Kosakoadd test cases for \X
2017-08-21 K.Kosakoimplement \X
2017-08-21 K.Kosakoadd make_unicode_egcb.sh
2017-08-21 K.Kosakoadd a description about \y and \Y
2017-08-21 K.Kosakoadd test cases for \y and \Y into UTF-16BE
2017-08-21 K.Kosakoadd descriptions about \y and \Y
2017-08-21 K.Kosakoadd test cases for \y and \Y
2017-08-21 K.Kosakoadd test cases for \y and \Y
2017-08-21 K.Kosakoimplement \y and \Y
2017-08-21 K.Kosakorefactoring
2017-08-21 K.Kosakoadd OP_EXTENDED_GRAPHEME_CLUSTER_BOUND and OP_NO_EXTEND...
2017-08-21 K.Kosakoadd const modifier to function
2017-08-21 K.Kosakodefine onigenc_egcb_is_break_position()
2017-08-21 K.Kosakoadd make_unicode_egcb_data.py
2017-08-20 K.Kosakoadd ONIG_SYN_OP2_ESC_X_Y_GRAPHEME_CLUSTER
2017-08-18 K.Kosakofix regex pattern for version info
2017-08-18 K.Kosakosmall changes to README.md
2017-08-17 K.Kosakoupdate new feature descriptions
2017-08-17 K.Kosakochange numbers from index to ctype number in doc/UNICOD...
2017-08-17 K.Kosakofix sort position of Unicode property names
2017-08-17 K.Kosakoadd test cases for Grapheme_Cluster_Break_XXX and Block
2017-08-17 K.Kosakofix invalid index(ctype) value assigned to Unicode...
2017-08-17 K.Kosakoadd properties of GraphemeBreakProperty.txt
2017-08-16 K.Kosakochange indent size from 4 to 2
2017-08-16 K.Kosakorefactoring
2017-08-16 K.Kosakorefactoring
2017-08-16 K.Kosakoupdate unicode_property_data.c by gperf 3.0.4
2017-08-16 K.Kosako--enable-crnl-as-line-terminator to be deprecated
next