source: trunk/abcl/src/org/armedbear/lisp/HashTable.java

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @13440   13 years ehuelsmann Rename writeToString() to printObject() since that's what it's being …
(edit) @13336   13 years Mark Evenson Create form of SYSTEM:ZIP that uses a hashtable to map files to …
(edit) @12971   14 years ehuelsmann Small performance improvement for non-EQ hash tables; don't use …
(edit) @12970   14 years ehuelsmann Remove Remove now obsolete hash table specializations; in order to be …
(edit) @12969   14 years ehuelsmann Implement nearly lock-free hash reader functionality, by looking …
(edit) @12968   14 years ehuelsmann Factor out getEntry from get() and put(). Also, declare the 'buckets' …
(edit) @12967   14 years ehuelsmann Convert HashTable? synchronized access to read/write locked access …
(edit) @12966   14 years ehuelsmann Repair HashTable?.java, broken due to faulty conflict resolution.
(edit) @12965   14 years ehuelsmann Reduce our number of hash table implementations to 1 (from 4) by …
(edit) @12962   14 years ehuelsmann Remove unused constructors.
(edit) @12431   14 years Mark Evenson Replace FastStringBuffer? with java.lang.StringBuilder?. Phil Hudson …
(edit) @12288   14 years vvoutilainen Don't extend Lisp in LispObject, static import Lisp wherever …
(edit) @12254   15 years ehuelsmann Remove 'throws ConditionThrowable?' method annotations: it's an …
(edit) @11711   15 years ehuelsmann Switch our internals over to the new variadic list() function.
(edit) @11698   15 years astalla reverted wrong commit.
(edit) @11697   15 years astalla Serialization support for some lisp objects.
(edit) @11488   15 years ehuelsmann Add @Override annotations. Patch by: Douglas Miles
(copy) @11457   15 years ehuelsmann Create separate project directories for ABCL and J.
copied from trunk/j/src/org/armedbear/lisp/HashTable.java:
(edit) @11391   15 years vvoutilainen ABCL license is GPL + Classpath exception. This was intended by Peter …
Note: See TracRevisionLog for help on using the revision log.