Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/common/dict.c
Commit message (Expand)AuthorAgeFilesLines
* miscellaneous portability improvementsArthur de Jong2008-06-061-1/+3
* fix problem where first item in the hashtable could be re...Arthur de Jong2008-04-231-1/+1
* allocate room for key string just after entry to save on ...Arthur de Jong2008-04-211-72/+12
* fix wrapping and indenting of commentsArthur de Jong2008-04-191-19/+18
* implement new dict module that uses a hashtable which is ...Arthur de Jong2008-04-191-92/+252
* change dict_values_first() and dict_values_next() into di...Arthur de Jong2008-04-171-4/+8
* simple check for validity of key value in dict_put()Arthur de Jong2007-12-011-0/+2
* fix a serious bug in dict_values_next() that would return...Arthur de Jong2007-07-231-3/+11
* add support for removing entries from a DICT by setting t...Arthur de Jong2007-07-231-4/+6
* fix casts of types where neededArthur de Jong2007-06-121-0/+1
* move dict into the common directoryArthur de Jong2007-06-111-0/+151