aboutsummaryrefslogtreecommitdiff
path: root/src/regex.cpp (follow)
AgeCommit message (Collapse)Author
2010-05-26Fixed most of the compilation warnings, and a valgrind warning in the fstring'sMike Buland
remove function. memcpy can't do overlapping memory, changed it to use memmove.
2010-02-13Added and updated the license info in all the source files, they still saidMike Buland
copyright 2007-2008.
2010-01-07Added a new class, RegEx, it does extended regular expressions for now, more toMike Buland
come.