]> granicus.if.org Git - onig/log
onig
8 years agofix bug of code range process
K.Kosako [Thu, 5 May 2016 10:32:23 +0000 (19:32 +0900)]
fix bug of code range process

8 years agoupdate doc/UNICODE_PROPERTIES
K.Kosako [Wed, 4 May 2016 13:18:43 +0000 (22:18 +0900)]
update doc/UNICODE_PROPERTIES

8 years agoremove unicode_prop.c
K.Kosako [Wed, 4 May 2016 13:11:20 +0000 (22:11 +0900)]
remove unicode_prop.c

8 years agoupdate Unicode data to 8.0.0
K.Kosako [Wed, 4 May 2016 13:04:37 +0000 (22:04 +0900)]
update Unicode data to 8.0.0

8 years agochange Unicode case folding data to 7.0.0
K.Kosako [Tue, 3 May 2016 15:15:33 +0000 (00:15 +0900)]
change Unicode case folding data to 7.0.0

8 years agoadd output of CASEFOLD_VERSION
K.Kosako [Tue, 3 May 2016 15:11:41 +0000 (00:11 +0900)]
add output of CASEFOLD_VERSION

8 years agoremove unicode_prop.c from CMakeLists.txt
K.Kosako [Mon, 2 May 2016 13:53:02 +0000 (22:53 +0900)]
remove unicode_prop.c from CMakeLists.txt

8 years agoadd distribution files
K.Kosako [Mon, 2 May 2016 13:52:02 +0000 (22:52 +0900)]
add distribution files

8 years agochange OnigCodePoint type to unsigned int
K.Kosako [Mon, 2 May 2016 13:50:37 +0000 (22:50 +0900)]
change OnigCodePoint type to unsigned int

8 years agoadd doc/UNICODE_PROPERTIES
kosako [Mon, 2 May 2016 08:57:58 +0000 (17:57 +0900)]
add doc/UNICODE_PROPERTIES

8 years agoadd comment in unicode_property_dtaa.c
kosako [Mon, 2 May 2016 08:31:14 +0000 (17:31 +0900)]
add comment in unicode_property_dtaa.c

8 years agoupdate Unicode Property to 7.0.0
kosako [Mon, 2 May 2016 08:03:03 +0000 (17:03 +0900)]
update Unicode Property to 7.0.0

8 years agoadd *.txt into .gitignore
kosako [Wed, 27 Apr 2016 07:09:33 +0000 (16:09 +0900)]
add *.txt into .gitignore

8 years agosmall change
kosako [Tue, 19 Apr 2016 08:53:40 +0000 (17:53 +0900)]
small change

8 years agoreimplement onig_init()
kosako [Tue, 19 Apr 2016 08:49:58 +0000 (17:49 +0900)]
reimplement onig_init()

8 years agoallow the case that initialization function is not invited. But it is unfavorable.
kosako [Tue, 19 Apr 2016 08:44:15 +0000 (17:44 +0900)]
allow the case that initialization function is not invited. But it is unfavorable.

8 years agoadd error code ONIGERR_FAIL_TO_INITIALIZE
kosako [Tue, 19 Apr 2016 07:05:20 +0000 (16:05 +0900)]
add error code ONIGERR_FAIL_TO_INITIALIZE

8 years agoreimplement by using onig_initialize_encoding()
kosako [Tue, 19 Apr 2016 06:50:28 +0000 (15:50 +0900)]
reimplement by using onig_initialize_encoding()

8 years agoadd onig_initialize_encoding()
kosako [Tue, 19 Apr 2016 06:41:05 +0000 (15:41 +0900)]
add onig_initialize_encoding()

8 years agoadd is_initialized member into OnigEncodingType
kosako [Tue, 19 Apr 2016 06:32:10 +0000 (15:32 +0900)]
add is_initialized member into OnigEncodingType

8 years agoupdate README etc.. for Windows platform
kosako [Mon, 18 Apr 2016 07:04:36 +0000 (16:04 +0900)]
update README etc.. for Windows platform

8 years agoadd make_win64/32.bat
kosako [Mon, 18 Apr 2016 06:53:39 +0000 (15:53 +0900)]
add make_win64/32.bat

8 years agorename win32 directory to windows
kosako [Mon, 18 Apr 2016 06:42:01 +0000 (15:42 +0900)]
rename win32 directory to windows

8 years agoadd config.h.win64
kosako [Mon, 18 Apr 2016 06:39:58 +0000 (15:39 +0900)]
add config.h.win64

8 years agomove Win32 files into src directory
kosako [Mon, 18 Apr 2016 06:38:46 +0000 (15:38 +0900)]
move Win32 files into src directory

8 years agoadd sample/.gitignore
kosako [Mon, 18 Apr 2016 06:34:25 +0000 (15:34 +0900)]
add sample/.gitignore

8 years agoadd initialize function call into win32/testc.c
kosako [Mon, 18 Apr 2016 06:20:47 +0000 (15:20 +0900)]
add initialize function call into win32/testc.c

8 years agofix bug of uninitialized regex_t value on error
kosako [Mon, 18 Apr 2016 06:15:36 +0000 (15:15 +0900)]
fix bug of uninitialized regex_t value on error

8 years agoremove unicode_fold_data.obj from win32/Makefile
kosako [Mon, 18 Apr 2016 05:37:02 +0000 (14:37 +0900)]
remove unicode_fold_data.obj from win32/Makefile

8 years agofix win32/Makefile
kosako [Mon, 18 Apr 2016 05:33:09 +0000 (14:33 +0900)]
fix win32/Makefile

8 years agoadd source files into win32/Makefile
kosako [Mon, 18 Apr 2016 05:30:18 +0000 (14:30 +0900)]
add source files into win32/Makefile

8 years agodefine xstrncy() for strncpy_s()
kosako [Mon, 18 Apr 2016 05:21:08 +0000 (14:21 +0900)]
define xstrncy() for strncpy_s()

8 years agoremove xstrncat and define xstrcat
kosako [Mon, 18 Apr 2016 05:14:33 +0000 (14:14 +0900)]
remove xstrncat and define xstrcat

8 years agoadd xstncat() for strcat_s()
kosako [Mon, 18 Apr 2016 05:04:36 +0000 (14:04 +0900)]
add xstncat() for strcat_s()

8 years agouse _vsnprintf_s() instead of _vsnprintf() for Windows
kosako [Mon, 18 Apr 2016 04:55:53 +0000 (13:55 +0900)]
use _vsnprintf_s() instead of _vsnprintf() for Windows

8 years agodefine xsnprintf() macro for Windows platform
kosako [Mon, 18 Apr 2016 04:44:27 +0000 (13:44 +0900)]
define xsnprintf() macro for Windows platform

8 years agominor changes
kosako [Mon, 18 Apr 2016 01:57:32 +0000 (10:57 +0900)]
minor changes

8 years agofix FOLDS_FOLD_ADDR_BUK() for remove warning.
kosako [Mon, 18 Apr 2016 01:57:17 +0000 (10:57 +0900)]
fix FOLDS_FOLD_ADDR_BUK() for remove warning.

8 years agoadd source files for cmake
K.Kosako [Sun, 17 Apr 2016 09:10:36 +0000 (18:10 +0900)]
add source files for cmake

8 years agoadd source files to distribution
K.Kosako [Sun, 17 Apr 2016 09:09:04 +0000 (18:09 +0900)]
add source files to distribution

8 years agoreimplement Unicode case folding
K.Kosako [Sat, 16 Apr 2016 14:46:57 +0000 (23:46 +0900)]
reimplement Unicode case folding

8 years agoadd some entries into src/.gitignore
K.Kosako [Sat, 16 Apr 2016 14:38:06 +0000 (23:38 +0900)]
add some entries into src/.gitignore

8 years agominor change
kosako [Wed, 13 Apr 2016 06:06:46 +0000 (15:06 +0900)]
minor change

8 years agoremove redundant code
kosako [Wed, 13 Apr 2016 04:38:23 +0000 (13:38 +0900)]
remove redundant code

8 years agofix indent
kosako [Wed, 13 Apr 2016 02:22:47 +0000 (11:22 +0900)]
fix indent

8 years agofix indent
kosako [Mon, 11 Apr 2016 08:19:18 +0000 (17:19 +0900)]
fix indent

8 years agofix indent
kosako [Mon, 11 Apr 2016 06:28:27 +0000 (15:28 +0900)]
fix indent

8 years agoupdate LTVERSION = 3.0.0
kosako [Mon, 11 Apr 2016 01:32:32 +0000 (10:32 +0900)]
update LTVERSION = 3.0.0

8 years agoadd source files in win32/Makefile
kosako [Fri, 8 Apr 2016 07:16:44 +0000 (16:16 +0900)]
add source files in win32/Makefile

8 years agoadd source files entry into CMakeLists.txt
kosako [Fri, 8 Apr 2016 06:30:21 +0000 (15:30 +0900)]
add source files entry into CMakeLists.txt

8 years agoadd entry into .gitignore
kosako [Fri, 8 Apr 2016 06:29:18 +0000 (15:29 +0900)]
add entry into .gitignore

8 years agoupdate from master branch
kosako [Fri, 8 Apr 2016 05:07:55 +0000 (14:07 +0900)]
update from master branch

8 years agoreduce encodings for onig_init()
kosako [Fri, 8 Apr 2016 01:19:20 +0000 (10:19 +0900)]
reduce encodings for onig_init()

8 years agoremove NameCtypeTable in unicode.c
kosako [Thu, 7 Apr 2016 09:36:30 +0000 (18:36 +0900)]
remove NameCtypeTable in unicode.c

8 years agoreduce unicode initialize function
kosako [Thu, 7 Apr 2016 08:08:41 +0000 (17:08 +0900)]
reduce unicode initialize function

8 years agoadd property name test
kosako [Thu, 7 Apr 2016 08:07:39 +0000 (17:07 +0900)]
add property name test

8 years agoremove initialize functions from EUC_JP and Shift_JIS by using gperf
kosako [Thu, 7 Apr 2016 04:53:07 +0000 (13:53 +0900)]
remove initialize functions from EUC_JP and Shift_JIS by using gperf

8 years agoaddd test case into encode.c
kosako [Thu, 7 Apr 2016 04:39:54 +0000 (13:39 +0900)]
addd test case into encode.c

8 years agoadd ERROR ONIGERR_LIBRARY_IS_NOT_INITIALIZED
kosako [Wed, 6 Apr 2016 00:27:18 +0000 (09:27 +0900)]
add ERROR ONIGERR_LIBRARY_IS_NOT_INITIALIZED

8 years agoadd calling onig_end() and reg_set_encoding()
kosako [Wed, 6 Apr 2016 00:26:39 +0000 (09:26 +0900)]
add calling onig_end() and reg_set_encoding()

8 years agoupdate document
kosako [Wed, 6 Apr 2016 00:10:37 +0000 (09:10 +0900)]
update document

8 years agoremove all THREAD_ macro
kosako [Tue, 5 Apr 2016 09:01:47 +0000 (18:01 +0900)]
remove all THREAD_ macro

8 years agoremove onig_init() from regcomp.c and create onig_init.c
kosako [Tue, 5 Apr 2016 08:55:51 +0000 (17:55 +0900)]
remove onig_init() from regcomp.c and create onig_init.c

8 years agodon't call onig_init() from onig_new()
kosako [Tue, 5 Apr 2016 08:49:31 +0000 (17:49 +0900)]
don't call onig_init() from onig_new()

8 years agoadd unicode initialize function
kosako [Tue, 5 Apr 2016 08:10:45 +0000 (17:10 +0900)]
add unicode initialize function

8 years agominor change
kosako [Tue, 5 Apr 2016 07:43:40 +0000 (16:43 +0900)]
minor change

8 years agoadd init member into OnigEncoding
kosako [Tue, 5 Apr 2016 06:54:40 +0000 (15:54 +0900)]
add init member into OnigEncoding

8 years agoremove THREAD_SYSTEM_ macro
kosako [Fri, 1 Apr 2016 09:20:02 +0000 (18:20 +0900)]
remove THREAD_SYSTEM_ macro

8 years agodon't guard onig_init() and onig_end() by THREAD_ATOMIC_
kosako [Thu, 31 Mar 2016 08:54:57 +0000 (17:54 +0900)]
don't guard onig_init() and onig_end() by THREAD_ATOMIC_

8 years agodon't call statistics functions from onig_init() and onig_end()
kosako [Thu, 31 Mar 2016 08:43:38 +0000 (17:43 +0900)]
don't call statistics functions from onig_init() and onig_end()

8 years agoremove code of USE_SHARED_CCLASS_TABLE
kosako [Wed, 30 Mar 2016 08:55:33 +0000 (17:55 +0900)]
remove code of USE_SHARED_CCLASS_TABLE

8 years agofix indent
kosako [Wed, 30 Mar 2016 08:41:52 +0000 (17:41 +0900)]
fix indent

8 years agoremove onig_chain_reduce() and onig_chain_link_add()
kosako [Tue, 29 Mar 2016 08:28:34 +0000 (17:28 +0900)]
remove onig_chain_reduce() and onig_chain_link_add()

8 years agoremove THREAD_ATOMIC_ in onig_transfer()
kosako [Tue, 29 Mar 2016 08:25:00 +0000 (17:25 +0900)]
remove THREAD_ATOMIC_ in onig_transfer()

8 years agoremove codes in USE_PARSE_TREE_NODE_RECYCLE
kosako [Tue, 29 Mar 2016 07:46:57 +0000 (16:46 +0900)]
remove codes in USE_PARSE_TREE_NODE_RECYCLE

8 years agorename test/Makefile target name to test
kosako [Tue, 29 Mar 2016 07:36:03 +0000 (16:36 +0900)]
rename test/Makefile target name to test

8 years agoremove THREAD_PASS macro
kosako [Tue, 29 Mar 2016 07:27:09 +0000 (16:27 +0900)]
remove THREAD_PASS macro

8 years agoremove state member of regex
kosako [Mon, 28 Mar 2016 06:24:00 +0000 (15:24 +0900)]
remove state member of regex

8 years agoremove unused macro
kosako [Mon, 28 Mar 2016 06:19:09 +0000 (15:19 +0900)]
remove unused macro

8 years agoremove USE_RECOMPILE_API case
kosako [Mon, 28 Mar 2016 06:05:30 +0000 (15:05 +0900)]
remove USE_RECOMPILE_API case

8 years agoupdate for Win32
kosako [Mon, 28 Mar 2016 05:51:37 +0000 (14:51 +0900)]
update for Win32

8 years agoupdate README etc...
kosako [Mon, 28 Mar 2016 05:39:43 +0000 (14:39 +0900)]
update README etc...

8 years agoupdate for autoreconf
kosako [Fri, 25 Mar 2016 10:02:39 +0000 (19:02 +0900)]
update for autoreconf

8 years agoupdate CMakeLists.txt for changed directories
kosako [Fri, 25 Mar 2016 10:01:12 +0000 (19:01 +0900)]
update CMakeLists.txt for changed directories

8 years agoadd src/config.h.cmake.in in dist
kosako [Fri, 25 Mar 2016 10:00:23 +0000 (19:00 +0900)]
add src/config.h.cmake.in in dist

8 years agoadd AM_LDFLAGS
kosako [Fri, 25 Mar 2016 09:50:30 +0000 (18:50 +0900)]
add AM_LDFLAGS

8 years agodon't compile at toplevel make
kosako [Fri, 25 Mar 2016 09:49:52 +0000 (18:49 +0900)]
don't compile at toplevel make

8 years agoremove unused code.
kosako [Fri, 25 Mar 2016 09:46:15 +0000 (18:46 +0900)]
remove unused code.

8 years agoadd -Wall flag
kosako [Fri, 25 Mar 2016 09:12:08 +0000 (18:12 +0900)]
add -Wall flag

8 years agoadd cmake files for dist
kosako [Fri, 25 Mar 2016 09:11:45 +0000 (18:11 +0900)]
add cmake files for dist

8 years agoadd test directory
kosako [Fri, 25 Mar 2016 08:41:00 +0000 (17:41 +0900)]
add test directory

8 years agomove source files into src/
kosako [Fri, 25 Mar 2016 07:37:57 +0000 (16:37 +0900)]
move source files into src/

8 years agoupdated by autoconf
kosako [Wed, 23 Mar 2016 09:18:46 +0000 (18:18 +0900)]
updated by autoconf

8 years agouse AM_CPPFLAGS instead of INCLUDES
kosako [Wed, 23 Mar 2016 09:11:57 +0000 (18:11 +0900)]
use AM_CPPFLAGS instead of INCLUDES

8 years agoadd -Wno-portability into AM_INIT_AUTOMAKE()
kosako [Wed, 23 Mar 2016 09:06:54 +0000 (18:06 +0900)]
add -Wno-portability into AM_INIT_AUTOMAKE()

8 years agoadd m4/*.m4
kosako [Wed, 23 Mar 2016 09:03:32 +0000 (18:03 +0900)]
add m4/*.m4

8 years agoremove all m4/ files.
kosako [Wed, 23 Mar 2016 08:59:57 +0000 (17:59 +0900)]
remove all m4/ files.

8 years agorename configre.in to configure.ac
kosako [Wed, 23 Mar 2016 08:58:04 +0000 (17:58 +0900)]
rename configre.in to configure.ac

8 years agoadd files (compile and test-driver)
kosako [Mon, 25 Jan 2016 08:11:53 +0000 (17:11 +0900)]
add files (compile and test-driver)

8 years agofix auto-generated files.
kosako [Mon, 25 Jan 2016 08:05:03 +0000 (17:05 +0900)]
fix auto-generated files.