Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-07-11 | Fixing a warning in ezxml. | Patrick Reynolds | 1 | -1/+3 | |
Assignment as used in the prefix ++ results in undefined behavior when the variable is used in a function call later in the while loop condition. Most of the time this works, but the behavior is technically undefined. | |||||
2010-06-11 | Switching build system again | Lars-Dominik Braun | 2 | -11/+0 | |
Now it's plain make. | |||||
2009-09-08 | C99 conformance | Lars-Dominik Braun | 1 | -0/+2 | |
2009-08-04 | Use "static" keyword for functions | Lars-Dominik Braun | 2 | -126/+90 | |
2009-07-11 | ezxml: Slightly modified version of ezxml added | Lars-Dominik Braun | 5 | -0/+871 | |
ezxml is a light xml parser, homepage: http://ezxml.sourceforge.net/ Removed xml write and modify functions, added cmake build system |