summaryrefslogtreecommitdiff
path: root/rpmio/argv.c
AgeCommit message (Expand)AuthorFilesLines
2011-05-28Eliminate dead NULL-assignments on argvFree() and argiFree()Panu Matilainen1-8/+7
2010-10-05Tolerate NULL args in argvSplitString()Panu Matilainen1-1/+5
2010-03-15Add an enhanced argvSplitString() function for splitting strings to argv'sPanu Matilainen1-3/+11
2010-01-05Include <stdlib.h> as necessary instead of system.hPanu Matilainen1-0/+1
2009-06-23Check arg in argvJoin() before dereferencingJindrich Novy1-1/+1
2008-04-28Remove alloca() from argv.cJindrich Novy1-1/+2
2008-04-18Add argvJoin() for combining an argv array into a stringPanu Matilainen1-0/+12
2008-04-14Add argvAddNum() for adding integers to ARGV_t arraysPanu Matilainen1-0/+11
2008-04-14Add argvNew() to create an empty argv arrayPanu Matilainen1-0/+6
2008-04-07argvPrint() doesn't modify argv, make it constPanu Matilainen1-2/+2
2008-04-07Add ARGI_const_t, use where appropriatePanu Matilainen1-2/+2
2008-04-07ARGV_t const pendantryPanu Matilainen1-4/+4
2008-04-07Remove ARGstr_t typedef, it serves no purposePanu Matilainen1-4/+4
2007-12-08Switch to <rpm/foo.h> style for public headersPanu Matilainen1-1/+1
2007-11-23Use #include <x.h> syntax to include public headers.Ralf Corsépius1-1/+1
2007-10-28Include "argv.h" instead of <argv.h>.Ralf Corsépius1-1/+1
2007-09-20Move _free() into system.h for nowPanu Matilainen1-12/+0
2007-09-11Remove splint tags.Ralf Corsépius1-19/+6
2007-07-10Remove const type-qualifiers from function return types everywhere.Panu Matilainen1-2/+2
2002-12-24Rescusitate doxygen file manifest.jbj1-0/+207