Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Prepare the tree for conversion to autoconf. | Martin Nagy | 2009-03-30 | 1 | -76/+0 |
| | | | | All source files are now moved to src/ and the old Makefile is removed. | ||||
* | Refactoring related to isc_buffer_t. | Martin Nagy | 2009-03-25 | 1 | -0/+4 |
| | |||||
* | Add write-back support. | Martin Nagy | 2009-03-16 | 1 | -0/+1 |
| | |||||
* | Add functions str_toupper() and str_casecmp_char() | Martin Nagy | 2009-03-16 | 1 | -0/+3 |
| | |||||
* | Add str_clear(). | Martin Nagy | 2009-02-18 | 1 | -0/+1 |
| | | | | Same effect as str_init_char(str, ""). | ||||
* | Add split support. | Martin Nagy | 2009-02-18 | 1 | -1/+10 |
| | | | | Also fix a small isc_mem_put() issue in str_alloc(). | ||||
* | Add two sprintf like functions to str.c, fix a bug | Martin Nagy | 2009-01-14 | 1 | -0/+2 |
| | | | | Bug in str__destroy() caused us to try to free a NULL pointer. | ||||
* | Add a string library. | Martin Nagy | 2008-12-15 | 1 | -0/+56 |