summaryrefslogtreecommitdiff
path: root/rpmio/rpmstring.h
AgeCommit message (Expand)AuthorFilesLines
2009-09-22Missing <string.h> includePanu Matilainen1-0/+1
2009-08-31Hum, rename rstrneq() to rstreqn() to avoid confusing neq with "not equal"Panu Matilainen1-1/+1
2009-08-31Add two helper functions for comparing string equalityPanu Matilainen1-0/+23
2008-10-09rstrcasecmp() and rstrncasecmp() are "pure" functionsPanu Matilainen1-0/+2
2008-10-09Mark risalpha() and friends as "const functions"Panu Matilainen1-0/+10
2008-04-17Eliminate splitString() and freeSplitString()Panu Matilainen1-15/+0
2008-04-17Add rstrlcpy() string helper functionPanu Matilainen1-0/+12
2008-04-17Have gcc check for NULL terminated arglist in rstrscatPanu Matilainen1-1/+1
2008-04-17Introduce rstrscat()Jindrich Novy1-1/+9
2008-04-15Introduce rstrcat()Jindrich Novy1-0/+8
2008-04-08Eliminate four copy-paste versions of nibble(), stick to rpmstring.hPanu Matilainen1-0/+16
2008-03-18Add custom asprintf() clone to rpmstringPanu Matilainen1-0/+7
2008-03-18Minimal namespacing for locale-insensitive x*() string functionsPanu Matilainen1-16/+16
2008-01-28More missing system includes for size_t & friendsPanu Matilainen1-0/+2
2007-12-14More size_t type pedantryPanu Matilainen1-1/+1
2007-11-23Add doxygen group for rpmstring, include in librpm + hacking docsPanu Matilainen1-16/+51
2007-11-23Move the xstr*() string variants from rpmio.h to rpmstring.hPanu Matilainen1-0/+39
2007-11-23Move string helpers from lib/misc.h to rpmio/rpmstring.hPanu Matilainen1-0/+23
2007-11-23Move stringbuf into librpmio, rename headerPanu Matilainen1-0/+52