0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 6 hours ago.
Aug 02, 2024 — Aug 02, 2025
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] 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. More... over 15 years ago
Incorporate fix/tests from Tcl head on 2010-02-11, aka was Tcl [Bug 2826551, Patch 2948425]. More... over 15 years ago
Patch 2946118 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. 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. 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. 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. 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. 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. More... almost 16 years ago
* src/jacl/tcl/lang/RegexpCmd.java (cmdProc): Fixup support for empty string as string argument. 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. 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. 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. More... almost 16 years ago
fix date in ChangeLog More... almost 16 years ago
Checkin reworked Java regexp module. More... almost 16 years ago
Revert HEAD changes back to tcljava-14-branchpoint More... almost 16 years ago
tag tcljava-15-reformatting-checkpoint-2009-09-16 More... almost 16 years ago
mark tcljava-15-reformatting-checkpoint More... almost 16 years ago
fixed bug: list command incorrectly converts strings beginning with \0 More... almost 16 years ago
fixed some bugs. More... almost 16 years ago
fixed some bugs with getting substrings when offset was pre-set. Additional comments were written. More... almost 16 years ago
regExpMatch method uses new Regex API, now. More... almost 16 years ago
lsearch -regexp uses new Regex API More... almost 16 years ago
Added methods for matching pattern and other addidtional More... almost 16 years ago
Regex cmd uses new Regex API and all switches from Tcl8.4 regex cmd were implemented. More... almost 16 years ago
Regsub uses new Regex API and regsub -all, -expanded, -line, -linestop, -lineanchor, -nocase, -start, switches implemented. More... almost 16 years ago
new Regexp API More... almost 16 years ago
another one java 1.4 compilance issue fixed More... about 16 years ago
isWideIntType() method More... about 16 years ago