openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
T
Tcl/Java
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
about 5 hours
ago. based on code collected
about 6 hours
ago.
Aug 02, 2024 — Aug 02, 2025
Showing page 1 of 39
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
* tests/tcl/regexp.test: Add test case for escaped - character in regexp command. [Bug 2012389]
mdejong
More...
over 15 years ago
* src/jacl/tcl/lang/Regex.java (replaceAll): Fixup regsub -all logic so 5 more tests pass. The replaceAll() logic is broken because it depends on matching substrings instead of using an index into the larger string and Java's regexp library uses this to calculate line starts in multiline mode.
mdejong
More...
over 15 years ago
Incorporate fix/tests from Tcl head on 2010-02-11, aka was Tcl [Bug 2826551, Patch 2948425].
mdejong
More...
over 15 years ago
Patch 2946118
mdejong
More...
over 15 years ago
* src/jacl/tcl/lang/Regex.java (match, _match, replaceFirst, replaceAll): Rewrite -start offset logic to correctly deal with odd edge cases. * tests/tcl/regexp.test: Add additional test cases that cover -start index edge cases.
mdejong
More...
almost 16 years ago
* src/jacl/tcl/lang/RegexpCmd.java (cmdProc): * src/jacl/tcl/lang/RegsubCmd.java (cmdProc): Rewrite argument processing logic to avoid using IndexOutOfBoundsException to deal with an incorrect number of arguments.
mdejong
More...
almost 16 years ago
* src/jacl/tcl/lang/Regex.java (replaceFirst, replaceAll): Fix regsub -all crash because offset was not getting advanced by 1 on a match of length zero. Fixup -start argument support with and without -all in the case where the offset was larger than the length of the string. * tests/tcl/regexp.test: Add additional test cases. Enable regsub test cases that were getting caught in an infinite loop.
mdejong
More...
almost 16 years ago
* src/jacl/tcl/lang/RegexpCmd.java (cmdProc): Fixup failing tests related to optional subgroups. * src/jacl/tcl/lang/RegsubCmd.java (cmdProc): Minor paren fix, no function changes.
mdejong
More...
almost 16 years ago
* src/jacl/tcl/lang/RegexpCmd.java (cmdProc): Rework logic related to match result groups. * tests/tcl/regexp.test: Add missing test cases for non-capturing groups and -inline results.
mdejong
More...
almost 16 years ago
* src/jacl/tcl/lang/Regex.java (replaceFirst, replaceAll): Fixup use of MULTILINE flag. * src/jacl/tcl/lang/RegexpCmd.java (cmdProc): Fixup support for -linestop and -lineanchor arguments to regexp. * src/jacl/tcl/lang/RegsubCmd.java (cmdProc): Fixup support for -linestop and -lineanchor arguments to regsub. * tests/tcl/regexp.test: Add missing test cases for -linestop and -lineanchor arguments.
mdejong
More...
almost 16 years ago
* src/jacl/tcl/lang/RegexpCmd.java (cmdProc): Fixup support for empty string as string argument.
mdejong
More...
almost 16 years ago
* src/jacl/tcl/lang/Regex.java (replaceFirst, replaceAll): Fixup support for the empty string as the string argument to regsub by removing the MULTILINE flag when an empty string is detected. * src/jacl/tcl/lang/RegsubCmd.java (cmdProc): Remove comments. * tests/tcl/regexp.test: Add additional test cases for regsub edge cases involving the empty string.
mdejong
More...
almost 16 years ago
* src/jacl/tcl/lang/Regex.java (parseSubSpec): Rewrite parseSubSpec to simplify and properly support Tcl escape chars and to escape Java regexp characters. * tests/tcl/regexp.test: Add simplified escape processing tests for regsub.
mdejong
More...
almost 16 years ago
* src/jacl/tcl/lang/Regex.java (replaceFirst, parseSubSpec): Fixup comments, make logic more readable. Remove code block that replaced \ with \\ in replaceFirst. * src/jacl/tcl/lang/RegsubCmd.java (cmdProc): Add comments, rewrite block logic. * tests/tcl/regexp.test: Added simple regsub tests.
mdejong
More...
almost 16 years ago
fix date in ChangeLog
mdejong
More...
almost 16 years ago
Checkin reworked Java regexp module.
mdejong
More...
almost 16 years ago
Revert HEAD changes back to tcljava-14-branchpoint
mdejong
More...
almost 16 years ago
tag tcljava-15-reformatting-checkpoint-2009-09-16
mdejong
More...
almost 16 years ago
mark tcljava-15-reformatting-checkpoint
mdejong
More...
almost 16 years ago
fixed bug: list command incorrectly converts strings beginning with \0
rszulgo
More...
almost 16 years ago
fixed some bugs.
rszulgo
More...
almost 16 years ago
fixed some bugs with getting substrings when offset was pre-set. Additional comments were written.
rszulgo
More...
almost 16 years ago
regExpMatch method uses new Regex API, now.
rszulgo
More...
almost 16 years ago
lsearch -regexp uses new Regex API
rszulgo
More...
almost 16 years ago
Added methods for matching pattern and other addidtional
rszulgo
More...
almost 16 years ago
Regex cmd uses new Regex API and all switches from Tcl8.4 regex cmd were implemented.
rszulgo
More...
almost 16 years ago
Regsub uses new Regex API and regsub -all, -expanded, -line, -linestop, -lineanchor, -nocase, -start, switches implemented.
rszulgo
More...
almost 16 years ago
new Regexp API
rszulgo
More...
almost 16 years ago
another one java 1.4 compilance issue fixed
rszulgo
More...
about 16 years ago
isWideIntType() method
rszulgo
More...
about 16 years ago
←
1
2
3
4
5
6
7
8
9
…
38
39
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree