Age | Commit message (Collapse) | Author | Files | Lines |
|
Removed useless AUTHORS, COPYING and README files. Move manpage to
contrib (it's not exactly source code).
|
|
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.
|
|
|
|
|
|
ezxml is a light xml parser, homepage: http://ezxml.sourceforge.net/
Removed xml write and modify functions, added cmake build system
|