0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 5 hours ago.
Jan 17, 2025 — Jan 17, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adding DumperTest, making sure TransformerTest works. Minor tweaks to Block and LooperTest. More... over 22 years ago
adding more usages of 'final'. More... over 22 years ago
Changing core classes and most parameters to be 'final', added test suite for Transformer. More... over 22 years ago
Modifying package statement to reflect data directory changes. More... over 22 years ago
Directory restructuring (I think). More... over 22 years ago
moved to the data dir More... over 22 years ago
new More... over 22 years ago
housekeeping More... over 22 years ago
moved from one directory up More... over 22 years ago
fixing package statement. More... over 22 years ago
modified TruthTest entry. More... over 22 years ago
accidentally added. More... over 22 years ago
Moving semantics/Truth* files under lang, updating Makefile and affected files. More... over 22 years ago
Moved Block.java and Context.java out of functions and into lang. Block at least was used outside of functions, and Context likely will also. Updated Makefile, core files and test suites to reflect changes. More... over 22 years ago
Removing unneeded import. More... over 22 years ago
Split making and testing in Makefile. Fixed bug in Strings.split where leading whitespace remained when pattern was undefined or empty. Updated Strings test suite accordingly. More... over 22 years ago
Moving Dumper.java to the new modules directory. Minor tweaks to Arrays.java. More... over 22 years ago
Adding wrapper around Collections.sort to change argument order and return a new List. More... over 22 years ago
first pass at Dumper class More... over 22 years ago
added chop and chomp More... over 22 years ago
initial commit of basic ant build.xml file -- almost straight from the ant documentation More... over 22 years ago
Forgot to add the makefile to the tar command. More... over 22 years ago
tar "subroutine" was tarring .class files not source files. More... over 22 years ago
Added a simple license and makefile. Added documentation for some methods. More... over 22 years ago
Removed 'remove' method call in inner loop that was causing problems. More... almost 23 years ago
changes and additions from hts20030331. Control moved to new package perlforjava.control and renamed to Looper. LooperTest created. split cleaned up . . . More... almost 23 years ago
moved to perlforjava.control and renamed to Looper More... almost 23 years ago
added full package name for Arrays.asList and added return statement for split More... almost 23 years ago
Playing with the new java.util.regex package. More... almost 23 years ago
Added new file for testing Strings methods, modified ArraysTest to account for the new Strings class. More... almost 23 years ago