summaryrefslogtreecommitdiff
path: root/rpmio/rpmstring.c
AgeCommit message (Expand)AuthorFilesLines
2008-09-25Use safer xrealloc() instead of realloc()Jindrich Novy1-1/+1
2008-04-17Eliminate splitString() and freeSplitString()Panu Matilainen1-43/+0
2008-04-17Add rstrlcpy() string helper functionPanu Matilainen1-0/+28
2008-04-17Introduce rstrscat()Jindrich Novy1-1/+50
2008-04-15Introduce rstrcat()Jindrich Novy1-0/+32
2008-03-18Erm, off-by-one in rasprintf()Panu Matilainen1-1/+1
2008-03-18Add custom asprintf() clone to rpmstringPanu Matilainen1-0/+31
2008-03-18Minimal namespacing for locale-insensitive x*() string functionsPanu Matilainen1-7/+7
2008-03-18More xstr[n]casecmp to rpmstring along the other string-stuff...Panu Matilainen1-0/+41
2007-12-14More size_t type pedantryPanu Matilainen1-1/+1
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-1/+1
2007-11-23Move the xstr*() string variants from rpmio.h to rpmstring.hPanu Matilainen1-7/+0
2007-11-23Move string helpers from lib/misc.h to rpmio/rpmstring.hPanu Matilainen1-0/+51
2007-11-23Move stringbuf into librpmio, rename headerPanu Matilainen1-0/+93