0
I Use This!
Inactive

Commits : Listings

Analyzed about 7 hours ago. based on code collected about 9 hours ago.
Apr 18, 2023 — Apr 18, 2024
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... almost 21 years ago
adding more usages of 'final'. More... almost 21 years ago
Changing core classes and most parameters to be 'final', added test suite for Transformer. More... almost 21 years ago
Modifying package statement to reflect data directory changes. More... almost 21 years ago
Directory restructuring (I think). More... almost 21 years ago
moved to the data dir More... almost 21 years ago
new More... almost 21 years ago
housekeeping More... almost 21 years ago
moved from one directory up More... almost 21 years ago
fixing package statement. More... almost 21 years ago
modified TruthTest entry. More... almost 21 years ago
accidentally added. More... almost 21 years ago
Moving semantics/Truth* files under lang, updating Makefile and affected files. More... almost 21 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... almost 21 years ago
Removing unneeded import. More... almost 21 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... almost 21 years ago
Moving Dumper.java to the new modules directory. Minor tweaks to Arrays.java. More... almost 21 years ago
Adding wrapper around Collections.sort to change argument order and return a new List. More... almost 21 years ago
first pass at Dumper class More... almost 21 years ago
added chop and chomp More... almost 21 years ago
initial commit of basic ant build.xml file -- almost straight from the ant documentation More... almost 21 years ago
Forgot to add the makefile to the tar command. More... almost 21 years ago
tar "subroutine" was tarring .class files not source files. More... almost 21 years ago
Added a simple license and makefile. Added documentation for some methods. More... almost 21 years ago
Removed 'remove' method call in inner loop that was causing problems. More... about 21 years ago
changes and additions from hts20030331. Control moved to new package perlforjava.control and renamed to Looper. LooperTest created. split cleaned up . . . More... about 21 years ago
moved to perlforjava.control and renamed to Looper More... about 21 years ago
added full package name for Arrays.asList and added return statement for split More... about 21 years ago
Playing with the new java.util.regex package. More... about 21 years ago
Added new file for testing Strings methods, modified ArraysTest to account for the new Strings class. More... about 21 years ago