| Commit message (Expand) | Author | Age | Files | Lines |
* | fix problem where first item in the hashtable could be re... | Arthur de Jong | 2008-04-23 | 1 | -1/+1 |
* | allocate room for key string just after entry to save on ... | Arthur de Jong | 2008-04-21 | 1 | -72/+12 |
* | fix wrapping and indenting of comments | Arthur de Jong | 2008-04-19 | 1 | -19/+18 |
* | implement new dict module that uses a hashtable which is ... | Arthur de Jong | 2008-04-19 | 1 | -92/+252 |
* | change dict_values_first() and dict_values_next() into di... | Arthur de Jong | 2008-04-17 | 1 | -4/+8 |
* | simple check for validity of key value in dict_put() | Arthur de Jong | 2007-12-01 | 1 | -0/+2 |
* | fix a serious bug in dict_values_next() that would return... | Arthur de Jong | 2007-07-23 | 1 | -3/+11 |
* | add support for removing entries from a DICT by setting t... | Arthur de Jong | 2007-07-23 | 1 | -4/+6 |
* | fix casts of types where needed | Arthur de Jong | 2007-06-12 | 1 | -0/+1 |
* | move dict into the common directory | Arthur de Jong | 2007-06-11 | 1 | -0/+151 |