1
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected 1 day ago.
Jun 13, 2025 — Jun 13, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Better support for TreeSet/TreeMap. More... over 17 years ago
Add automatically-generated Version.java to .gitignore. More... over 17 years ago
Add TreeMap and better support TreeSet to net.cscott.jutil.Factories. More... over 17 years ago
Be more careful in ant 'clean' rule. More... over 17 years ago
Release JUtil 1.4. More... over 17 years ago
Update build and upload scripts for git. More... over 17 years ago
Migrate to git: rename .cvsignore -> .gitignore. More... over 17 years ago
Add more assertions that the HashMap is being maintained properly (actually, more exactly, assert that the objects involved haven't changed their hashcode). More... about 19 years ago
Add better assertions. More... about 19 years ago
Compile with debug information. More... about 19 years ago
Ensure that JUtil binary is compatible with JDK1.5. More... over 19 years ago
Add commas in the appropriate places in AbstractMultiMap.toString(). More... over 19 years ago
Use additional {@link} tags for method references. More... over 19 years ago
Bulk update javadoc tags: <code>ClassName</code> -> {@link ClassName}. More... over 19 years ago
Hide my email address from the internet (exposes via javadoc's "constant field values" list). More... over 19 years ago
Add 'dist' target & a script to upload new versions to the website. More... over 19 years ago
Added license terms to repository (inadvertently removed when we changed build infrastructures). More... over 19 years ago
Work around a bug in the JDK1.5/1.6 compiler which prevents us from doing a clean build. More... over 19 years ago
PersistentSet now implements Iterable. More... over 19 years ago
Loosen type: allow Collection instead of Set in constructors for BitSetFactory. More... over 19 years ago
Added information about user-visible changes in the last commit to the NEWS file. More... over 19 years ago
Made the CollectionWrapper/SetWrapper/ListWrapper classes abstract, and used a virtual 'wrapped()' method to allow narrowing the type of the wrapper in subclasses (and thus avoid wasting space with duplicate references to the same object with successively narrower types). More... over 19 years ago
Add UnmodifiableIterator.proxy() method to generate an UnmodifiableIterator from a normal Iterator. More... over 19 years ago
Add JAR targets. More... over 19 years ago
Convert build from autoconf to Eclipse/Ant. More... over 19 years ago
Remove eclipse warnings (mostly unused imports). More... over 19 years ago
Add factories to create EnumSet and EnumMaps. More... over 19 years ago
Add target to package all source in a jar, in the format which Eclipse prefers. More... over 19 years ago
Fix javadoc errors. More... over 19 years ago
Update to automake-1.9. More... over 19 years ago