summaryrefslogtreecommitdiff
path: root/dynstr.h
AgeCommit message (Expand)AuthorFilesLines
2011-03-05Remove moved files.Lars Wirzenius1-187/+0
2010-10-27Further reword the dynstr_memcpy description.Lars Wirzenius1-4/+4
2010-10-26Add dynstr_strup function.Lars Wirzenius1-0/+6
2010-10-26Rename dynstr_cat to dynstr_cat_many and introduce 2-argument dynstr_cat.Lars Wirzenius1-1/+5
2010-10-26Clarify comments based on feedback from Richard Braakman.Lars Wirzenius1-9/+11
2010-10-25Reformat files, add comments, add copyright and license info.Lars Wirzenius1-0/+13
2010-10-25Implement dynstr_fread and dynstr_read.Lars Wirzenius1-5/+3
2010-10-25Implement dynstr_write.Lars Wirzenius1-3/+6
2010-10-25Implement dynstr_cmp.Lars Wirzenius1-0/+5
2010-10-24Implement dynstr_first_byte.Lars Wirzenius1-6/+4
2010-10-22Implement dynstr_cat.Lars Wirzenius1-1/+0
2010-10-22Add test to verify that alloc() calls error handler, when appropriate.Lars Wirzenius1-0/+8
2010-10-20Implement dynstr_new_from_cstring and dynstr_memcpy.Lars Wirzenius1-1/+1
2010-10-20Add dynstr_init so unit tests can reset library.Lars Wirzenius1-0/+5
2010-10-20Initial import.Lars Wirzenius1-0/+146