6
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
Mar 26, 2023 — Mar 26, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
fixed bug #130: re-enable scanning interactively or from a network stream
Steve Rowe
as steve_rowe
More... over 9 years ago
Add 1.6.1 section; include an entry for fixing bug #129; add the release date for 1.6.0
Steve Rowe
as steve_rowe
More... over 9 years ago
this file shouldn't be version controlled
Steve Rowe
as steve_rowe
More... over 9 years ago
fix bug#129: In caseless mode, NFA.insertLetterNFA() failed to insert transitions for other cased versions of the original character
Steve Rowe
as steve_rowe
More... over 9 years ago
added missing version on the testsuite maven plugin
Steve Rowe
as steve_rowe
More... over 9 years ago
typo More... almost 10 years ago
merge doc updates from release_1_6_0 More... almost 10 years ago
inputStreamCtor option should default to false
Steve Rowe
as steve_rowe
More... almost 10 years ago
JFlex <version>s -> 1.7.0-SNAPSHOT; SCM URLs -> /trunk; and bootstrap JFlex version -> 1.6.0 More... almost 10 years ago
JFlex <version>s -> 1.6.0 and SCM URLs -> /tags/release_1_6_0 More... almost 10 years ago
Added support for Unicode 7.0.
Steve Rowe
as steve_rowe
More... almost 10 years ago
Removed the "switch" and "table" generation options. The "pack" option is still allowed, but is ignored, since this is the only generation method.
Steve Rowe
as steve_rowe
More... almost 10 years ago
New \u{...} escape sequence allows code points (and whitespace-separated sequences of code points) to be specified as 1-6 hexadecimal digit values.
Steve Rowe
as steve_rowe
More... almost 10 years ago
Add missing 'Not a Character' property for Unicode 3.0
Steve Rowe
as steve_rowe
More... almost 10 years ago
Remove note about longest match rule being evaluated in code points (it's neither true nor relevant)
Steve Rowe
as steve_rowe
More... almost 10 years ago
- Changelog: fix version for next release: 1.5.2-SNAPSHOT->1.6
Steve Rowe
as steve_rowe
More... almost 10 years ago
Remove out-of-place backslash
Steve Rowe
as steve_rowe
More... almost 10 years ago
- Converted all remaining applicable testsuite test cases to handle supplementary characters: v5.1-only alias tests under src/test/cases/unicode-blocks/, unicode-general-category/, and unicode-scripts/.
Steve Rowe
as steve_rowe
More... almost 10 years ago
- Converted all versions (except non-applicable v1.X and v2.X) of the remaining testsuite test cases to handle supplementary characters, except for a few v5.1-only alias tests under src/test/cases/unicode-blocks/, unicode-general-category/, and unicode-scripts/.
Steve Rowe
as steve_rowe
More... almost 10 years ago
Converted all v6.0, v6.1, and v6.2 unicode-* testsuite test cases to handle supplementary characters; fixed output for all other testcases so that debug matches are printable - all test cases pass
Steve Rowe
as steve_rowe
More... almost 10 years ago
Fix backslash escaped code point handling
Steve Rowe
as steve_rowe
More... almost 10 years ago
Use Character.offsetByCodePoints() instead of custom loop to convert code point length to buffer offset
Steve Rowe
as steve_rowe
More... almost 10 years ago
- Converted the Unicode 6.3 versions of the remaining unicode-* testsuite test cases to handle supplementary characters.
Steve Rowe
as steve_rowe
More... almost 10 years ago
- When doing lookahead, interpret lengths in the fixed length base and fixed length lookahead cases as length in code points, not in chars.
Steve Rowe
as steve_rowe
More... almost 10 years ago
Converted the Unicode 6.3 versions of the most of the rest of the unicode-* testsuite test case to handle supplementary characters.
Steve Rowe
as steve_rowe
More... almost 10 years ago
Converted the Unicode 6.3 versions of the unicode-compatibility-properties testsuite test case to handle supplementary characters.
Steve Rowe
as steve_rowe
More... almost 10 years ago
More supplementary character handling fixes.
Steve Rowe
as steve_rowe
More... almost 10 years ago
Fix bug in Emitter.emitCharMapInitFunction() when an element of the packed char map has a count greater than 0xFFFF, in which case, the packed char map will have ceil(count/0xFFFF) (partial-count,value) pairs for the element, partial-count <= 0xFFFF, rather just one count/value pair.
Steve Rowe
as steve_rowe
More... almost 10 years ago
Checkpoint supplementary character handling.
Steve Rowe
as steve_rowe
More... almost 10 years ago
typo
rds
as decamps
More... almost 10 years ago