]> granicus.if.org Git - onig/log
onig
6 years agorefactoring
K.Kosako [Tue, 21 Nov 2017 05:35:29 +0000 (14:35 +0900)]
refactoring

6 years agorefactoring
K.Kosako [Tue, 21 Nov 2017 04:32:22 +0000 (13:32 +0900)]
refactoring

6 years agorefactoring
K.Kosako [Tue, 21 Nov 2017 04:25:37 +0000 (13:25 +0900)]
refactoring

6 years agorefactoring
K.Kosako [Tue, 21 Nov 2017 04:19:18 +0000 (13:19 +0900)]
refactoring

6 years agoadd ONIG_SYN_OP2_QMARK_PERL_SUBEXP_CALL into OnigSyntaxPerl_NG
K.Kosako [Mon, 13 Nov 2017 08:45:26 +0000 (17:45 +0900)]
add ONIG_SYN_OP2_QMARK_PERL_SUBEXP_CALL into OnigSyntaxPerl_NG

6 years agoimplement subexp calls (?R), (?&name), (?-n), (?+n) for Perl syntax
K.Kosako [Mon, 13 Nov 2017 08:44:22 +0000 (17:44 +0900)]
implement subexp calls (?R), (?&name), (?-n), (?+n) for Perl syntax

7 years agouse string pool of gperf for Unicode Property lookup function
K.Kosako [Mon, 25 Sep 2017 07:43:50 +0000 (16:43 +0900)]
use string pool of gperf for Unicode Property lookup function

7 years agofix #70 : Matching the end of a string followed by an empty greedy regex and a word...
K.Kosako [Sat, 16 Sep 2017 12:47:52 +0000 (21:47 +0900)]
fix #70 : Matching the end of a string followed by an empty greedy regex and a word boundary (.*\b) fails

7 years agoadd test cases
K.Kosako [Sat, 16 Sep 2017 12:46:59 +0000 (21:46 +0900)]
add test cases

7 years agochange gperf wordlist type from int to short int
K.Kosako [Fri, 15 Sep 2017 09:38:36 +0000 (18:38 +0900)]
change gperf wordlist type from int to short int

7 years agoremove a stack type STK_POS
K.Kosako [Wed, 13 Sep 2017 08:25:10 +0000 (17:25 +0900)]
remove a stack type STK_POS

7 years agoadd an argument into STACK_EXEC_TO_VOID()
K.Kosako [Wed, 13 Sep 2017 08:20:35 +0000 (17:20 +0900)]
add an argument into STACK_EXEC_TO_VOID()

7 years agorefactoring
K.Kosako [Wed, 13 Sep 2017 08:17:16 +0000 (17:17 +0900)]
refactoring

7 years agorefactoring
K.Kosako [Wed, 13 Sep 2017 08:12:06 +0000 (17:12 +0900)]
refactoring

7 years agorefactoring
K.Kosako [Wed, 13 Sep 2017 08:00:46 +0000 (17:00 +0900)]
refactoring

7 years agoreduce code size of match_at()
K.Kosako [Tue, 12 Sep 2017 02:32:18 +0000 (11:32 +0900)]
reduce code size of match_at()

7 years agoupdate Copyright year of onigposix.h
K.Kosako [Fri, 8 Sep 2017 04:40:31 +0000 (13:40 +0900)]
update Copyright year of onigposix.h

7 years agofix #69 : add a declaration of onig_end()
K.Kosako [Fri, 8 Sep 2017 04:37:10 +0000 (13:37 +0900)]
fix #69 : add a declaration of onig_end()

7 years agoadd *.log into .gitignore
K.Kosako [Thu, 7 Sep 2017 13:29:24 +0000 (22:29 +0900)]
add *.log into .gitignore

7 years agofix #68 : Compilation failure in out-of-source build
K.Kosako [Thu, 7 Sep 2017 13:25:05 +0000 (22:25 +0900)]
fix #68 : Compilation failure in out-of-source build

7 years agoadd \uHHHH description into doc/RE
K.Kosako [Sun, 3 Sep 2017 01:06:08 +0000 (10:06 +0900)]
add \uHHHH description into doc/RE

7 years agoadd test cases for \u and \x
K.Kosako [Sun, 3 Sep 2017 00:58:18 +0000 (09:58 +0900)]
add test cases for \u and \x

7 years agochange error return code of scan_unsigned_hexadecimal_number()
K.Kosako [Sun, 3 Sep 2017 00:57:38 +0000 (09:57 +0900)]
change error return code of scan_unsigned_hexadecimal_number()

7 years agocheck minlen in scan_unsigned_hexadecimal_number()
K.Kosako [Sun, 3 Sep 2017 00:46:40 +0000 (09:46 +0900)]
check minlen in scan_unsigned_hexadecimal_number()

7 years agoadd minlen argument into scan_unsigned_hexadecimal_number()
K.Kosako [Sun, 3 Sep 2017 00:43:17 +0000 (09:43 +0900)]
add minlen argument into scan_unsigned_hexadecimal_number()

7 years agoenable ONIG_SYN_OP2_ESC_U_HEX4 (\uXXXX)
K.Kosako [Sun, 3 Sep 2017 00:29:02 +0000 (09:29 +0900)]
enable ONIG_SYN_OP2_ESC_U_HEX4 (\uXXXX)

7 years agosetup 6.6.1 v6.6.1
K.Kosako [Wed, 30 Aug 2017 01:51:03 +0000 (10:51 +0900)]
setup 6.6.1

7 years agoupdate HISTORY
K.Kosako [Wed, 30 Aug 2017 01:44:58 +0000 (10:44 +0900)]
update HISTORY

7 years agoadd description about 6.6.1
K.Kosako [Tue, 29 Aug 2017 06:48:25 +0000 (15:48 +0900)]
add description about 6.6.1

7 years agoupdate HISTORY
K.Kosako [Tue, 29 Aug 2017 06:47:57 +0000 (15:47 +0900)]
update HISTORY

7 years agoadd test cases for look behind
K.Kosako [Tue, 29 Aug 2017 05:49:49 +0000 (14:49 +0900)]
add test cases for look behind

7 years agofix definition of \X
K.Kosako [Tue, 29 Aug 2017 05:28:50 +0000 (14:28 +0900)]
fix definition of \X

7 years agoadd a test case for \X
K.Kosako [Tue, 29 Aug 2017 05:22:24 +0000 (14:22 +0900)]
add a test case for \X

7 years agofix definition of \X to (?>\O(?:\Y\O)*)
K.Kosako [Tue, 29 Aug 2017 05:21:52 +0000 (14:21 +0900)]
fix definition of \X to (?>\O(?:\Y\O)*)

7 years agofix initialize ns[1] to NULL
K.Kosako [Tue, 29 Aug 2017 05:12:17 +0000 (14:12 +0900)]
fix initialize ns[1] to NULL

7 years agodefine enum EnclosureType
K.Kosako [Tue, 29 Aug 2017 04:59:16 +0000 (13:59 +0900)]
define enum EnclosureType

7 years agoadd a test case
K.Kosako [Tue, 29 Aug 2017 04:48:00 +0000 (13:48 +0900)]
add a test case

7 years agochange ENCLOSURE_XXX values
K.Kosako [Tue, 29 Aug 2017 04:47:44 +0000 (13:47 +0900)]
change ENCLOSURE_XXX values

7 years agoupdate HISTORY v6.6.0
K.Kosako [Mon, 28 Aug 2017 00:13:32 +0000 (09:13 +0900)]
update HISTORY

7 years agofix #67 : can't compile with Visual Studio 2005
K.Kosako [Sat, 26 Aug 2017 11:48:10 +0000 (20:48 +0900)]
fix #67 : can't compile with Visual Studio 2005

7 years agosetup 6.6.0
K.Kosako [Fri, 25 Aug 2017 05:24:32 +0000 (14:24 +0900)]
setup 6.6.0

7 years agoupdate README
K.Kosako [Fri, 25 Aug 2017 05:19:20 +0000 (14:19 +0900)]
update README

7 years agoREADME rivival
K.Kosako [Fri, 25 Aug 2017 05:18:04 +0000 (14:18 +0900)]
README rivival

7 years agoupdate for changed file name
K.Kosako [Fri, 25 Aug 2017 05:15:14 +0000 (14:15 +0900)]
update for changed file name

7 years agorename README.ja to README_japanese
K.Kosako [Fri, 25 Aug 2017 05:01:56 +0000 (14:01 +0900)]
rename README.ja to README_japanese

7 years agoremove README
K.Kosako [Fri, 25 Aug 2017 04:57:52 +0000 (13:57 +0900)]
remove README

7 years agoupdate README.ja
K.Kosako [Fri, 25 Aug 2017 04:56:57 +0000 (13:56 +0900)]
update README.ja

7 years agoreduce object size (struct ByUnfoldKey)
K.Kosako [Thu, 24 Aug 2017 07:29:57 +0000 (16:29 +0900)]
reduce object size (struct ByUnfoldKey)

7 years agoupdate README.md
K.Kosako [Thu, 24 Aug 2017 06:29:51 +0000 (15:29 +0900)]
update README.md

7 years agofix some descriptions
K.Kosako [Thu, 24 Aug 2017 02:18:48 +0000 (11:18 +0900)]
fix some descriptions

7 years agorename Absent-clear to Range-clear
K.Kosako [Thu, 24 Aug 2017 02:13:40 +0000 (11:13 +0900)]
rename Absent-clear to Range-clear

7 years agoadd test cases for Absent clear
K.Kosako [Wed, 23 Aug 2017 05:27:07 +0000 (14:27 +0900)]
add test cases for Absent clear

7 years agofix: alternative in Absent clear operator must be super-alt
K.Kosako [Wed, 23 Aug 2017 05:26:39 +0000 (14:26 +0900)]
fix: alternative in Absent clear operator must be super-alt

7 years agoupdate HISTORY
K.Kosako [Tue, 22 Aug 2017 04:38:36 +0000 (13:38 +0900)]
update HISTORY

7 years agoremove test cases for Grapheme_Cluster_Break_ properties
K.Kosako [Tue, 22 Aug 2017 01:03:51 +0000 (10:03 +0900)]
remove test cases for Grapheme_Cluster_Break_ properties

7 years agoremove properties of GraphemeBreakProperty.txt
K.Kosako [Tue, 22 Aug 2017 01:03:05 +0000 (10:03 +0900)]
remove properties of GraphemeBreakProperty.txt

7 years agorefactoring
K.Kosako [Tue, 22 Aug 2017 00:23:23 +0000 (09:23 +0900)]
refactoring

7 years agorefactoring
K.Kosako [Tue, 22 Aug 2017 00:20:19 +0000 (09:20 +0900)]
refactoring

7 years agorefactoring
K.Kosako [Tue, 22 Aug 2017 00:17:15 +0000 (09:17 +0900)]
refactoring

7 years agorefactoring
K.Kosako [Tue, 22 Aug 2017 00:14:24 +0000 (09:14 +0900)]
refactoring

7 years agorefactoring
K.Kosako [Tue, 22 Aug 2017 00:10:57 +0000 (09:10 +0900)]
refactoring

7 years agorefactoring
K.Kosako [Tue, 22 Aug 2017 00:07:52 +0000 (09:07 +0900)]
refactoring

7 years agorefactoring
K.Kosako [Tue, 22 Aug 2017 00:03:26 +0000 (09:03 +0900)]
refactoring

7 years agorefactoring
K.Kosako [Tue, 22 Aug 2017 00:00:13 +0000 (09:00 +0900)]
refactoring

7 years agoadd Copyright
K.Kosako [Mon, 21 Aug 2017 23:49:51 +0000 (08:49 +0900)]
add Copyright

7 years agoadd unicode_egcb_data.c, make_unicode_egcb.sh and make_unicode_egcb_data.py into...
K.Kosako [Mon, 21 Aug 2017 08:24:09 +0000 (17:24 +0900)]
add unicode_egcb_data.c, make_unicode_egcb.sh and make_unicode_egcb_data.py into distribution files

7 years agoadd test cases for \X, \y and \Y
K.Kosako [Mon, 21 Aug 2017 07:30:15 +0000 (16:30 +0900)]
add test cases for \X, \y and \Y

7 years agofix to assign error code in make_absent_tree()
K.Kosako [Mon, 21 Aug 2017 07:23:31 +0000 (16:23 +0900)]
fix to assign error code in make_absent_tree()

7 years agofix to assign error code in make_absent_tree_for_simple_one_char_repeat()
K.Kosako [Mon, 21 Aug 2017 07:21:33 +0000 (16:21 +0900)]
fix to assign error code in make_absent_tree_for_simple_one_char_repeat()

7 years agofix to assign error code in make_absent_clear()
K.Kosako [Mon, 21 Aug 2017 07:20:04 +0000 (16:20 +0900)]
fix to assign error code in make_absent_clear()

7 years agofix to assign error code in make_absent_tail()
K.Kosako [Mon, 21 Aug 2017 07:18:35 +0000 (16:18 +0900)]
fix to assign error code in make_absent_tail()

7 years agofix to assign error code into make_absent_engine()
K.Kosako [Mon, 21 Aug 2017 07:16:56 +0000 (16:16 +0900)]
fix to assign error code into make_absent_engine()

7 years agoadd descriptions for \X
K.Kosako [Mon, 21 Aug 2017 06:56:20 +0000 (15:56 +0900)]
add descriptions for \X

7 years agoadd description about \X
K.Kosako [Mon, 21 Aug 2017 06:31:45 +0000 (15:31 +0900)]
add description about \X

7 years agoadd descriptions about \X
K.Kosako [Mon, 21 Aug 2017 06:31:25 +0000 (15:31 +0900)]
add descriptions about \X

7 years agoadd test cases for \X
K.Kosako [Mon, 21 Aug 2017 06:19:15 +0000 (15:19 +0900)]
add test cases for \X

7 years agoimplement \X
K.Kosako [Mon, 21 Aug 2017 06:18:58 +0000 (15:18 +0900)]
implement \X

7 years agoadd make_unicode_egcb.sh
K.Kosako [Mon, 21 Aug 2017 05:27:11 +0000 (14:27 +0900)]
add make_unicode_egcb.sh

7 years agoadd a description about \y and \Y
K.Kosako [Mon, 21 Aug 2017 05:20:12 +0000 (14:20 +0900)]
add a description about \y and \Y

7 years agoadd test cases for \y and \Y into UTF-16BE
K.Kosako [Mon, 21 Aug 2017 05:16:43 +0000 (14:16 +0900)]
add test cases for \y and \Y into UTF-16BE

7 years agoadd descriptions about \y and \Y
K.Kosako [Mon, 21 Aug 2017 04:58:37 +0000 (13:58 +0900)]
add descriptions about \y and \Y

7 years agoadd test cases for \y and \Y
K.Kosako [Mon, 21 Aug 2017 04:52:14 +0000 (13:52 +0900)]
add test cases for \y and \Y

7 years agoadd test cases for \y and \Y
K.Kosako [Mon, 21 Aug 2017 04:47:04 +0000 (13:47 +0900)]
add test cases for \y and \Y

7 years agoimplement \y and \Y
K.Kosako [Mon, 21 Aug 2017 04:46:39 +0000 (13:46 +0900)]
implement \y and \Y

7 years agorefactoring
K.Kosako [Mon, 21 Aug 2017 02:20:05 +0000 (11:20 +0900)]
refactoring

7 years agoadd OP_EXTENDED_GRAPHEME_CLUSTER_BOUND and OP_NO_EXTENDED_GRAPHEME_CLUSTER_BOUND
K.Kosako [Mon, 21 Aug 2017 01:49:49 +0000 (10:49 +0900)]
add OP_EXTENDED_GRAPHEME_CLUSTER_BOUND and OP_NO_EXTENDED_GRAPHEME_CLUSTER_BOUND

7 years agoadd const modifier to function
K.Kosako [Mon, 21 Aug 2017 01:48:20 +0000 (10:48 +0900)]
add const modifier to function

7 years agodefine onigenc_egcb_is_break_position()
K.Kosako [Mon, 21 Aug 2017 01:30:24 +0000 (10:30 +0900)]
define onigenc_egcb_is_break_position()

7 years agoadd make_unicode_egcb_data.py
K.Kosako [Mon, 21 Aug 2017 01:29:02 +0000 (10:29 +0900)]
add make_unicode_egcb_data.py

7 years agoadd ONIG_SYN_OP2_ESC_X_Y_GRAPHEME_CLUSTER
K.Kosako [Sun, 20 Aug 2017 11:52:05 +0000 (20:52 +0900)]
add ONIG_SYN_OP2_ESC_X_Y_GRAPHEME_CLUSTER

7 years agofix regex pattern for version info
K.Kosako [Fri, 18 Aug 2017 05:35:49 +0000 (14:35 +0900)]
fix regex pattern for version info

7 years agosmall changes to README.md
K.Kosako [Fri, 18 Aug 2017 05:31:09 +0000 (14:31 +0900)]
small changes to README.md

7 years agoupdate new feature descriptions
K.Kosako [Thu, 17 Aug 2017 02:16:48 +0000 (11:16 +0900)]
update new feature descriptions

7 years agochange numbers from index to ctype number in doc/UNICODE_PROPERTIES
K.Kosako [Thu, 17 Aug 2017 02:08:38 +0000 (11:08 +0900)]
change numbers from index to ctype number in doc/UNICODE_PROPERTIES

7 years agofix sort position of Unicode property names
K.Kosako [Thu, 17 Aug 2017 01:58:46 +0000 (10:58 +0900)]
fix sort position of Unicode property names

7 years agoadd test cases for Grapheme_Cluster_Break_XXX and Block
K.Kosako [Thu, 17 Aug 2017 01:45:25 +0000 (10:45 +0900)]
add test cases for Grapheme_Cluster_Break_XXX and Block

7 years agofix invalid index(ctype) value assigned to Unicode Block properties
K.Kosako [Thu, 17 Aug 2017 01:44:30 +0000 (10:44 +0900)]
fix invalid index(ctype) value assigned to Unicode Block properties

7 years agoadd properties of GraphemeBreakProperty.txt
K.Kosako [Thu, 17 Aug 2017 00:59:25 +0000 (09:59 +0900)]
add properties of GraphemeBreakProperty.txt

7 years agochange indent size from 4 to 2
K.Kosako [Wed, 16 Aug 2017 07:31:45 +0000 (16:31 +0900)]
change indent size from 4 to 2

7 years agorefactoring
K.Kosako [Wed, 16 Aug 2017 07:15:33 +0000 (16:15 +0900)]
refactoring