]> granicus.if.org Git - onig/log
onig
8 years agoadd onig_scan() (NEW API)
K.Kosako [Wed, 17 Aug 2016 20:23:35 +0000 (05:23 +0900)]
add onig_scan() (NEW API)

8 years agoadd a test case (find longest option)
K.Kosako [Tue, 16 Aug 2016 06:07:14 +0000 (15:07 +0900)]
add a test case (find longest option)

8 years agoreimplement match stack allocation for case too many repeat and too many captures...
K.Kosako [Tue, 16 Aug 2016 06:05:42 +0000 (15:05 +0900)]
reimplement match stack allocation for case too many repeat and too many captures in regexp

8 years agoadd test /(\2)(\1)/ into bug_fix.c
K.Kosako [Tue, 16 Aug 2016 05:58:06 +0000 (14:58 +0900)]
add test /(\2)(\1)/ into bug_fix.c

8 years agonumber of captures <= 32767 for bytecode representation
K.Kosako [Mon, 15 Aug 2016 07:34:42 +0000 (16:34 +0900)]
number of captures <= 32767 for bytecode representation

8 years agooutput warning if onig_initialize() is not called explicitly
K.Kosako [Sat, 13 Aug 2016 14:28:01 +0000 (23:28 +0900)]
output warning if onig_initialize() is not called explicitly

8 years agoadd onig_warning()
K.Kosako [Sat, 13 Aug 2016 14:26:37 +0000 (23:26 +0900)]
add onig_warning()

8 years agofix indent
kosako [Fri, 5 Aug 2016 06:02:28 +0000 (15:02 +0900)]
fix indent

8 years agoadd sample/bug_fix.c
kosako [Thu, 28 Jul 2016 09:22:46 +0000 (18:22 +0900)]
add sample/bug_fix.c

8 years agodon't use int_map_backward for thread-safe
K.Kosako [Sun, 17 Jul 2016 07:59:48 +0000 (16:59 +0900)]
don't use int_map_backward for thread-safe

8 years agofix case of enclosed option in look-behind
kosako [Mon, 4 Jul 2016 09:07:46 +0000 (18:07 +0900)]
fix case of enclosed option in look-behind

8 years agofix address output format
kosako [Mon, 4 Jul 2016 08:54:04 +0000 (17:54 +0900)]
fix address output format

8 years agofix ignore case in look-behind
kosako [Mon, 4 Jul 2016 08:39:42 +0000 (17:39 +0900)]
fix ignore case in look-behind

8 years agooutput elements of look-behind node in print_indent_tree()
kosako [Mon, 4 Jul 2016 08:30:55 +0000 (17:30 +0900)]
output elements of look-behind node in print_indent_tree()

8 years agoadd description of ranges argument
kosako [Mon, 23 May 2016 05:54:16 +0000 (14:54 +0900)]
add description of ranges argument

8 years agofix memory leak in onig_unicode_define_user_property()
kosako [Mon, 23 May 2016 05:52:03 +0000 (14:52 +0900)]
fix memory leak in onig_unicode_define_user_property()

8 years agoMerge pull request #10 from nmaya/declare_top
K.Kosako [Fri, 20 May 2016 15:22:04 +0000 (00:22 +0900)]
Merge pull request #10 from nmaya/declare_top

declare variables at the top of scope

8 years agodeclare variables at the top of scope
maya [Fri, 20 May 2016 03:31:32 +0000 (12:31 +0900)]
declare variables at the top of scope

8 years agoversion 6.0.0 (merge from develop) v6.0.0
kosako [Mon, 9 May 2016 00:30:51 +0000 (09:30 +0900)]
version 6.0.0 (merge from develop)

8 years agosmall change
kosako [Fri, 6 May 2016 08:06:55 +0000 (17:06 +0900)]
small change

8 years agoupdate for release 6.0.0
kosako [Fri, 6 May 2016 07:52:59 +0000 (16:52 +0900)]
update for release 6.0.0

8 years agoadd onig_unicode_define_property() into doc/API
kosako [Fri, 6 May 2016 07:20:56 +0000 (16:20 +0900)]
add onig_unicode_define_property() into doc/API

8 years agominior changes
kosako [Fri, 6 May 2016 06:00:09 +0000 (15:00 +0900)]
minior changes

8 years agocheck character range in onig_unicode_define_user_property()
kosako [Fri, 6 May 2016 05:59:44 +0000 (14:59 +0900)]
check character range in onig_unicode_define_user_property()

8 years agoadd *.obj into .gitignore
kosako [Fri, 6 May 2016 05:28:38 +0000 (14:28 +0900)]
add *.obj into .gitignore

8 years agofix destinations of install_doc()
kosako [Fri, 6 May 2016 05:22:55 +0000 (14:22 +0900)]
fix destinations of install_doc()

8 years agoset up 6.0.0
kosako [Fri, 6 May 2016 02:00:19 +0000 (11:00 +0900)]
set up 6.0.0

8 years agochange OnigCodePoint type to unsigned int for Windows
kosako [Fri, 6 May 2016 01:20:59 +0000 (10:20 +0900)]
change OnigCodePoint type to unsigned int for Windows

8 years agoremove declarations of onig_recompile
K.Kosako [Thu, 5 May 2016 12:13:51 +0000 (21:13 +0900)]
remove declarations of onig_recompile

8 years agofix bug of code range process
K.Kosako [Thu, 5 May 2016 10:52:50 +0000 (19:52 +0900)]
fix bug of code range process

8 years agoadd user_property.c
K.Kosako [Thu, 5 May 2016 10:35:30 +0000 (19:35 +0900)]
add user_property.c

8 years agoadd NEW API: onig_unicode_define_user_property()
K.Kosako [Thu, 5 May 2016 10:33:55 +0000 (19:33 +0900)]
add NEW API: onig_unicode_define_user_property()

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 agoupdate README for autoreconf
kosako [Wed, 6 Apr 2016 01:02:07 +0000 (10:02 +0900)]
update README for autoreconf

8 years agoadd entry into .gitignore
kosako [Wed, 6 Apr 2016 01:01:38 +0000 (10:01 +0900)]
add entry into .gitignore

8 years agoremove some auto-generated files
kosako [Wed, 6 Apr 2016 00:47:08 +0000 (09:47 +0900)]
remove some auto-generated files

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