William Pitcock
0a5cb4c4ec
everything: update copyright to note multiple authors
2012-07-25 21:09:31 -05:00
William Pitcock
1db1281593
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.
2012-07-25 17:51:40 -05:00
William Pitcock
1975a2981e
everything: more friendly warranty disclaimer
2012-07-20 14:29:58 -05:00
Michał Górny
3099663a4c
bzero() is deprecated, use memset().
2012-05-07 10:26:44 +02:00
William Pitcock
1da21bd3b4
argvsplit: proper namespacing
2012-05-06 22:21:11 -05:00
William Pitcock
83e7e2e733
argvsplit: add argv_free().
2012-05-06 21:09:40 -05:00
William Pitcock
5460704d12
argvsplit: slightly change strategy for splitting arguments
2012-05-05 17:44:24 +00:00
William Pitcock
c74b749c65
Add code for spliting strings into argc/argv using shell quoting rules.
2012-05-03 18:59:14 +00:00