log gui/util/string.c @ 34102:dd8320c2a2cb

age author description
2011-09-06 ib Add doxygen comments to string.c.
2011-07-11 ib Compare encodings case insensitively.
2011-07-07 ib Remove macros guiSetFilename() and guiSetDF() from interface.h.
2011-07-07 ib Move string functions from interface.c to string.c.
2011-03-31 ib Allow number sign as comment character.
2011-03-30 ib Improve handling of the comment character.
2011-03-29 ib Move strlower() into auxiliary string function file.
2011-03-29 ib Simplify trim().
2011-03-28 ib Simplify strswap().
2011-03-28 ib Move auxiliary string functions into separate file.