kc3-lang/pkgconf/argvsplit.c

Branch :


Log

Author Commit Date CI Message
ab48da3f 2012-08-14 11:12:01 Keep the backslash when parsing arguments (fixes #35)
0a5cb4c4 2012-07-25 21:09:31 everything: update copyright to note multiple authors
1db12815 2012-07-25 17:49:54 argvsplit: fix splitting of arguments There used to be a hack here, which was removed which caused other splitting later. This was a vestige of that hack, which is no longer needed with proper fragments.
1975a298 2012-07-20 14:29:58 everything: more friendly warranty disclaimer
3099663a 2012-05-07 10:26:44 bzero() is deprecated, use memset().
1da21bd3 2012-05-06 22:21:11 argvsplit: proper namespacing
83e7e2e7 2012-05-06 21:09:40 argvsplit: add argv_free().
5460704d 2012-05-05 17:44:24 argvsplit: slightly change strategy for splitting arguments
c74b749c 2012-05-03 18:59:14 Add code for spliting strings into argc/argv using shell quoting rules.