summaryrefslogtreecommitdiffstats
path: root/src/str.c
Commit message (Collapse)AuthorAgeFilesLines
* Change license: GPLv2 or laterMartin Nagy2009-08-041-2/+3
| | | | | Allow publishing the code under GPL version 2 or later. Before that, we only allowed to use version 2.
* 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.