July 25, 2004
I've cleaned up the list.d I posted earlier and added map.d and array.d to
mintl: http://home.comcast.net/~benhinkle/mintl.zip
As mentioned before, list.d is a linked list, map.d is a sorted associative
array (using a red-black tree) and array.d is a bunch of helper functions
for builtin array types.
Next up is probably a hash table sorted by insertion order. Most likely will
be ready in a week or two. Plus I'm sure I'll be tweaking the existing
stuff.

-Ben