Commit Graph

14 Commits

Author SHA1 Message Date
Panu Matilainen 2c0f7b54ad Add argvJoin() for combining an argv array into a string 2008-04-18 14:59:03 +03:00
Panu Matilainen 900cbb7d79 Add argvAddNum() for adding integers to ARGV_t arrays 2008-04-14 16:21:40 +03:00
Panu Matilainen 08375fa2bc Add argvNew() to create an empty argv array
- yes it's silly ;)
2008-04-14 15:58:10 +03:00
Panu Matilainen a70823b998 argvPrint() doesn't modify argv, make it const 2008-04-07 12:35:37 +03:00
Panu Matilainen 4e0ab74d8d Add ARGI_const_t, use where appropriate 2008-04-07 12:34:07 +03:00
Panu Matilainen c29adcee80 ARGV_t const pendantry
- const on typedef'ed ARGV_t doesn't mean a thing, add a new,
  (exec* compatible) ARGV_const_t and use where appropriate consistently in
  argv.h, rpmcli.h etc
- popt's argv const is the wrong way around for exec() family, add explicit
  ARGV_t casts on popGetArgs() uses where needed
- compiler silence, aaahh...
2008-04-07 12:19:58 +03:00
Panu Matilainen d728ec28dc Remove ARGstr_t typedef, it serves no purpose
- argv strings are just regular strings, the structure is what's special
2008-04-07 12:19:41 +03:00
Panu Matilainen a5533d9604 Remove bogus const from ARGV_t 2008-04-07 12:19:33 +03:00
Panu Matilainen e39b131750 More missing system includes for size_t & friends 2008-01-28 13:43:32 +02:00
Panu Matilainen 95953fe610 rpmurl and argv doxygen groupings 2007-11-30 22:13:15 +02:00
Ralf Corsépius d6ffa9891f 'Adjust extern C {} blocks.' 2007-10-08 10:05:06 +02:00
Ralf Corsépius f982bbaa79 Remove splint tags. 2007-09-11 16:48:54 +02:00
Panu Matilainen 049674696d Remove const type-qualifiers from function return types everywhere.
They're meaningless in C and cause tonne of build warnings.
2007-07-10 12:15:43 +03:00
jbj 268376a208 Rescusitate doxygen file manifest.
CVS patchset: 5968
CVS date: 2002/12/24 17:06:35
2002-12-24 17:06:35 +00:00