summaryrefslogtreecommitdiffstats
path: root/src/str.c
Commit message (Collapse)AuthorAgeFilesLines
* Don't use IGNORE() and IGNORE_R() macrosMartin Nagy2009-08-041-14/+24
| | | | | We didn't use them at too many places, so using the code directly will make it easier to read.
* Fix a nasty va_list bug.Martin Nagy2009-04-241-2/+7
| | | | | We were using the same va_list twice, which caused a nasty segfault inside the C library.
* Prepare the tree for conversion to autoconf.Martin Nagy2009-03-301-0/+591
All source files are now moved to src/ and the old Makefile is removed.