log modules/dict.tp @ 377:93c28eee141e default tip

age author description
Mon, 13 Apr 2015 22:41:00 -0700 Michael Pavone Rename (dict hash) size to (dict hash) length and make it actually work
Fri, 10 Apr 2015 01:19:10 -0700 Michael Pavone Make map actually work right on hashmaps
Wed, 08 Apr 2015 19:29:22 -0700 Michael Pavone Add map to dict hash
Sat, 28 Mar 2015 13:26:03 -0700 Michael Pavone Use a smarter algorithm for calculating module init order and break some circular module dependencies in the standard library
Sat, 19 Jul 2014 19:59:51 -0700 Michael Pavone Support for encoding objects, dictionaries, lists and arrays to JSON in json module
Sat, 31 May 2014 21:27:03 -0700 Michael Pavone Fix infinite loop in hash dict
Wed, 09 Apr 2014 22:55:10 -0700 Michael Pavone Added hash dictionary to dict module