Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-04-14 | Fixing memory issues in ini and collection | Dmitri Pal | 1 | -6/+9 | |
The read_line() function used an internal buffer allocated on stack as temporary storage for a line read from file, then returned it. read_line() now gets a buffer from the caller. Fixed memory leaks in INI and Collection found by valgrind. | |||||
2009-04-06 | Clean up a lot of warnings in Collection and INI parser | Stephen Gallagher | 1 | -4/+1 | |
2009-04-06 | First commit of basic collection API. | Dmitri Pal | 1 | -0/+712 | |