1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 02, 2025 — Aug 02, 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... over 19 years ago
Add better assertions. More... over 19 years ago
Compile with debug information. More... over 19 years ago
Ensure that JUtil binary is compatible with JDK1.5. More... almost 20 years ago
Add commas in the appropriate places in AbstractMultiMap.toString(). More... almost 20 years ago
Use additional {@link} tags for method references. More... almost 20 years ago
Bulk update javadoc tags: <code>ClassName</code> -> {@link ClassName}. More... almost 20 years ago
Hide my email address from the internet (exposes via javadoc's "constant field values" list). More... almost 20 years ago
Add 'dist' target & a script to upload new versions to the website. More... almost 20 years ago
Added license terms to repository (inadvertently removed when we changed build infrastructures). More... almost 20 years ago
Work around a bug in the JDK1.5/1.6 compiler which prevents us from doing a clean build. More... almost 20 years ago
PersistentSet now implements Iterable. More... almost 20 years ago
Loosen type: allow Collection instead of Set in constructors for BitSetFactory. More... almost 20 years ago
Added information about user-visible changes in the last commit to the NEWS file. More... almost 20 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... almost 20 years ago
Add UnmodifiableIterator.proxy() method to generate an UnmodifiableIterator from a normal Iterator. More... almost 20 years ago
Add JAR targets. More... almost 20 years ago
Convert build from autoconf to Eclipse/Ant. More... almost 20 years ago
Remove eclipse warnings (mostly unused imports). More... almost 20 years ago
Add factories to create EnumSet and EnumMaps. More... almost 20 years ago
Add target to package all source in a jar, in the format which Eclipse prefers. More... almost 20 years ago
Fix javadoc errors. More... almost 20 years ago
Update to automake-1.9. More... almost 20 years ago