]> granicus.if.org Git - onig/shortlog
onig
2016-05-06 kosakofix destinations of install_doc()
2016-05-06 kosakoset up 6.0.0
2016-05-06 kosakochange OnigCodePoint type to unsigned int for Windows
2016-05-05 K.Kosakoremove declarations of onig_recompile
2016-05-05 K.Kosakoadd user_property.c
2016-05-05 K.Kosakoadd NEW API: onig_unicode_define_user_property()
2016-05-05 K.Kosakofix bug of code range process
2016-05-04 K.Kosakoupdate doc/UNICODE_PROPERTIES
2016-05-04 K.Kosakoremove unicode_prop.c
2016-05-04 K.Kosakoupdate Unicode data to 8.0.0
2016-05-03 K.Kosakochange Unicode case folding data to 7.0.0
2016-05-03 K.Kosakoadd output of CASEFOLD_VERSION
2016-05-02 K.Kosakoremove unicode_prop.c from CMakeLists.txt
2016-05-02 K.Kosakoadd distribution files
2016-05-02 K.Kosakochange OnigCodePoint type to unsigned int
2016-05-02 kosakoadd doc/UNICODE_PROPERTIES
2016-05-02 kosakoadd comment in unicode_property_dtaa.c
2016-05-02 kosakoupdate Unicode Property to 7.0.0
2016-04-27 kosakoadd *.txt into .gitignore
2016-04-19 kosakosmall change
2016-04-19 kosakoreimplement onig_init()
2016-04-19 kosakoallow the case that initialization function is not...
2016-04-19 kosakoadd error code ONIGERR_FAIL_TO_INITIALIZE
2016-04-19 kosakoreimplement by using onig_initialize_encoding()
2016-04-19 kosakoadd onig_initialize_encoding()
2016-04-19 kosakoadd is_initialized member into OnigEncodingType
2016-04-18 kosakoupdate README etc.. for Windows platform
2016-04-18 kosakoadd make_win64/32.bat
2016-04-18 kosakorename win32 directory to windows
2016-04-18 kosakoadd config.h.win64
2016-04-18 kosakomove Win32 files into src directory
2016-04-18 kosakoadd sample/.gitignore
2016-04-18 kosakoadd initialize function call into win32/testc.c
2016-04-18 kosakofix bug of uninitialized regex_t value on error
2016-04-18 kosakoremove unicode_fold_data.obj from win32/Makefile
2016-04-18 kosakofix win32/Makefile
2016-04-18 kosakoadd source files into win32/Makefile
2016-04-18 kosakodefine xstrncy() for strncpy_s()
2016-04-18 kosakoremove xstrncat and define xstrcat
2016-04-18 kosakoadd xstncat() for strcat_s()
2016-04-18 kosakouse _vsnprintf_s() instead of _vsnprintf() for Windows
2016-04-18 kosakodefine xsnprintf() macro for Windows platform
2016-04-18 kosakominor changes
2016-04-18 kosakofix FOLDS_FOLD_ADDR_BUK() for remove warning.
2016-04-17 K.Kosakoadd source files for cmake
2016-04-17 K.Kosakoadd source files to distribution
2016-04-16 K.Kosakoreimplement Unicode case folding
2016-04-16 K.Kosakoadd some entries into src/.gitignore
2016-04-13 kosakominor change
2016-04-13 kosakoremove redundant code
2016-04-13 kosakofix indent
2016-04-11 kosakofix indent
2016-04-11 kosakofix indent
2016-04-11 kosakoupdate LTVERSION = 3.0.0
2016-04-08 kosakoadd source files in win32/Makefile
2016-04-08 kosakoadd source files entry into CMakeLists.txt
2016-04-08 kosakoadd entry into .gitignore
2016-04-08 kosakoupdate from master branch
2016-04-08 kosakoreduce encodings for onig_init()
2016-04-07 kosakoremove NameCtypeTable in unicode.c
2016-04-07 kosakoreduce unicode initialize function
2016-04-07 kosakoadd property name test
2016-04-07 kosakoremove initialize functions from EUC_JP and Shift_JIS...
2016-04-07 kosakoaddd test case into encode.c
2016-04-06 kosakoadd ERROR ONIGERR_LIBRARY_IS_NOT_INITIALIZED
2016-04-06 kosakoadd calling onig_end() and reg_set_encoding()
2016-04-06 kosakoupdate document
2016-04-05 kosakoremove all THREAD_ macro
2016-04-05 kosakoremove onig_init() from regcomp.c and create onig_init.c
2016-04-05 kosakodon't call onig_init() from onig_new()
2016-04-05 kosakoadd unicode initialize function
2016-04-05 kosakominor change
2016-04-05 kosakoadd init member into OnigEncoding
2016-04-01 kosakoremove THREAD_SYSTEM_ macro
2016-03-31 kosakodon't guard onig_init() and onig_end() by THREAD_ATOMIC_
2016-03-31 kosakodon't call statistics functions from onig_init() and...
2016-03-30 kosakoremove code of USE_SHARED_CCLASS_TABLE
2016-03-30 kosakofix indent
2016-03-29 kosakoremove onig_chain_reduce() and onig_chain_link_add()
2016-03-29 kosakoremove THREAD_ATOMIC_ in onig_transfer()
2016-03-29 kosakoremove codes in USE_PARSE_TREE_NODE_RECYCLE
2016-03-29 kosakorename test/Makefile target name to test
2016-03-29 kosakoremove THREAD_PASS macro
2016-03-28 kosakoremove state member of regex
2016-03-28 kosakoremove unused macro
2016-03-28 kosakoremove USE_RECOMPILE_API case
2016-03-28 kosakoupdate for Win32
2016-03-28 kosakoupdate README etc...
2016-03-25 kosakoupdate for autoreconf
2016-03-25 kosakoupdate CMakeLists.txt for changed directories
2016-03-25 kosakoadd src/config.h.cmake.in in dist
2016-03-25 kosakoadd AM_LDFLAGS
2016-03-25 kosakodon't compile at toplevel make
2016-03-25 kosakoremove unused code.
2016-03-25 kosakoadd -Wall flag
2016-03-25 kosakoadd cmake files for dist
2016-03-25 kosakoadd test directory
2016-03-25 kosakomove source files into src/
2016-03-23 kosakoupdated by autoconf
2016-03-23 kosakouse AM_CPPFLAGS instead of INCLUDES
next