| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 2 | -5/+7 |
* | fix typo | Arthur de Jong | 2007-07-15 | 1 | -1/+1 |
* | fix bug with buffer magic in writing code | Arthur de Jong | 2007-07-15 | 1 | -11/+18 |
* | add const and add FIXME about a to-be-fixed race condition | Arthur de Jong | 2007-07-13 | 1 | -1/+5 |
* | support building outside the source directory | Arthur de Jong | 2007-06-17 | 1 | -0/+2 |
* | 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 | 3 | -1/+225 |
* | compile tio module with -fPIC because it is used in the N... | Arthur de Jong | 2007-06-10 | 1 | -0/+1 |
* | remove some trailing spaces | Arthur de Jong | 2007-06-09 | 1 | -1/+1 |
* | implement our own stdio-like library that handles IO with... | Arthur de Jong | 2007-06-09 | 3 | -0/+451 |