]> granicus.if.org Git - onig/shortlog
onig
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
2016-03-23 kosakoadd -Wno-portability into AM_INIT_AUTOMAKE()
2016-03-23 kosakoadd m4/*.m4
2016-03-23 kosakoremove all m4/ files.
2016-03-23 kosakorename configre.in to configure.ac
2016-01-25 kosakoadd files (compile and test-driver)
2016-01-25 kosakofix auto-generated files.
2016-01-25 kosakoadd files (configure Makefile.in aclocal.m4 m4/)
2015-11-17 kosakofix memory leak (issues #4)
2015-10-24 K.KosakoMerge pull request #3 from Ingramz/patch-1
2015-10-24 Indrek ArdelFix a compilation warning under windows
2015-08-06 K.Kosakofix format of README.md
2015-08-06 K.Kosakofix format of README.md
2015-08-06 K.Kosakofix format of README.md
2015-08-06 K.Kosakofix format of README.md
2015-08-06 K.Kosakofix format of README.md
2015-08-06 K.Kosakoadd README.md
2015-08-05 K.Kosakoadd -Wall into FLAGS.
2015-08-04 K.Kosakochange URL in README.
2015-08-03 K.Kosakoadd sample/CMakeLists.txt
2015-07-31 K.Kosakorename config.h.cmake to config.h.cmake.in
2015-07-31 K.Kosakoadd oniguruma.pc.cmake.in
2015-07-30 K.Kosakoadd cmake files.
next