]> gitweb.factorcode.org Git - factor.git/commit
Squashed commit of the following:
authorJohn Benediktsson <mrjbq7@gmail.com>
Tue, 27 Sep 2011 04:59:26 +0000 (21:59 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 27 Sep 2011 04:59:26 +0000 (21:59 -0700)
commit79c1715b4d6edfa44b5b834703a5e8e95726676c
treee75242d236a3276d3e4c5aab9cb4975421526c6d
parentfe31c534ea2e2b57c54ec6425ddfd8e7c4a695b4
Squashed commit of the following:

commit 7b6b0bdf21bca0856bfefc1859618e6e36b35d25
Author: John Benediktsson <mrjbq7@gmail.com>
Date:   Mon Sep 26 21:09:07 2011 -0700

    hashtables.wrapped: cleanup common prettyprint code.

commit aaed81f93dcfa295bd3dfd8102a5c39511209934
Author: John Benediktsson <mrjbq7@gmail.com>
Date:   Sun Sep 25 15:58:55 2011 -0700

    hashtables.wrapped: cleaner >foo-hashtable.

commit bb0f8379480935d1dcf482170e8e2a4a519d81d3
Author: John Benediktsson <mrjbq7@gmail.com>
Date:   Sun Sep 25 15:39:41 2011 -0700

    hashtables.identity: migrate to use hashtables.wrapped.

commit 2e71b3324f0803c15a55429acddc13f06b4876ae
Author: John Benediktsson <mrjbq7@gmail.com>
Date:   Sun Sep 25 15:39:19 2011 -0700

    hashtables.sequences: wrapped hashtable that uses "sequence=" for key comparison.

commit 040f33b40c424887d596af5c3bd9de0eef9a682e
Author: John Benediktsson <mrjbq7@gmail.com>
Date:   Sun Sep 25 15:39:05 2011 -0700

    hashtables.wrapped: base class for "wrapped hashtables".
basis/hashtables/identity/identity.factor
basis/hashtables/identity/prettyprint/prettyprint.factor
basis/hashtables/sequences/authors.txt [new file with mode: 0644]
basis/hashtables/sequences/prettyprint/prettyprint.factor [new file with mode: 0644]
basis/hashtables/sequences/sequences-tests.factor [new file with mode: 0644]
basis/hashtables/sequences/sequences.factor [new file with mode: 0644]
basis/hashtables/wrapped/authors.txt [new file with mode: 0644]
basis/hashtables/wrapped/wrapped.factor [new file with mode: 0644]