summaryrefslogtreecommitdiffstats
path: root/str.h
Commit message (Collapse)AuthorAgeFilesLines
* Prepare the tree for conversion to autoconf.Martin Nagy2009-03-301-76/+0
| | | | All source files are now moved to src/ and the old Makefile is removed.
* Refactoring related to isc_buffer_t.Martin Nagy2009-03-251-0/+4
|
* Add write-back support.Martin Nagy2009-03-161-0/+1
|
* Add functions str_toupper() and str_casecmp_char()Martin Nagy2009-03-161-0/+3
|
* Add str_clear().Martin Nagy2009-02-181-0/+1
| | | | Same effect as str_init_char(str, "").
* Add split support.Martin Nagy2009-02-181-1/+10
| | | | Also fix a small isc_mem_put() issue in str_alloc().
* Add two sprintf like functions to str.c, fix a bugMartin Nagy2009-01-141-0/+2
| | | | Bug in str__destroy() caused us to try to free a NULL pointer.
* Add a string library.Martin Nagy2008-12-151-0/+56