log modules/dict.tp @ 349:60292f131de9

age author description
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
Sun, 30 Mar 2014 18:17:56 -0700 Michael Pavone Added get:else method to linear dict
Wed, 28 Aug 2013 01:05:29 -0700 Mike Pavone Add map method to linear dict
Mon, 26 Aug 2013 19:50:17 -0700 Mike Pavone Add contains? method to linear dictionary
Sat, 10 Aug 2013 22:26:26 -0700 Mike Pavone Dict improvements
Tue, 24 Jul 2012 01:01:00 -0700 William Morgan Fixed my foreach on dict. Added test for it.
Sun, 22 Jul 2012 15:10:07 -0700 William Morgan added foreach on dict
Sat, 14 Jul 2012 21:23:23 -0700 Mike Pavone Remove debug print calls from dict
Sat, 14 Jul 2012 21:20:30 -0700 Mike Pavone Add lame linear search dictionary