0
I Use This!
Inactive

Commits : Listings

Analyzed about 1 hour ago. based on code collected about 1 hour ago.
Aug 07, 2024 — Aug 07, 2025
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... about 22 years ago
adding more usages of 'final'. More... about 22 years ago
Changing core classes and most parameters to be 'final', added test suite for Transformer. More... about 22 years ago
Modifying package statement to reflect data directory changes. More... about 22 years ago
Directory restructuring (I think). More... about 22 years ago
moved to the data dir More... about 22 years ago
new More... about 22 years ago
housekeeping More... about 22 years ago
moved from one directory up More... about 22 years ago
fixing package statement. More... about 22 years ago
modified TruthTest entry. More... about 22 years ago
accidentally added. More... about 22 years ago
Moving semantics/Truth* files under lang, updating Makefile and affected files. More... about 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... about 22 years ago
Removing unneeded import. More... about 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... about 22 years ago
Moving Dumper.java to the new modules directory. Minor tweaks to Arrays.java. More... about 22 years ago
Adding wrapper around Collections.sort to change argument order and return a new List. More... about 22 years ago
first pass at Dumper class More... about 22 years ago
added chop and chomp More... about 22 years ago
initial commit of basic ant build.xml file -- almost straight from the ant documentation More... about 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... over 22 years ago
changes and additions from hts20030331. Control moved to new package perlforjava.control and renamed to Looper. LooperTest created. split cleaned up . . . More... over 22 years ago
moved to perlforjava.control and renamed to Looper More... over 22 years ago
added full package name for Arrays.asList and added return statement for split More... over 22 years ago
Playing with the new java.util.regex package. More... over 22 years ago
Added new file for testing Strings methods, modified ArraysTest to account for the new Strings class. More... over 22 years ago