summaryrefslogtreecommitdiff
path: root/lib/decompress.c
Commit message (Expand)AuthorAge
* * docs/HACKING: Mention that xasprintf may be more readable thanColin Watson2013-06-27
* * lib/pipeline.c (pipeline_new): Default ignore_signals to 0.Colin Watson2010-10-29
* * lib/pipeline.c, lib/pipeline.h: Rename command to pipecmd,Colin Watson2010-10-29
* Make command and pipeline opaque types.Colin Watson2010-10-24
* * lib/decompress.c (decompress_open): Fix sense of directory checkVincent Lefèvre2010-02-13
* Add support for freeing command_function data.Colin Watson2008-09-08
* * lib/pipeline.h (struct pipeline): Add ignore_signals member.Colin Watson2008-01-27
* * lib/decompress.c (decompress_zlib), lib/linelength.cColin Watson2008-01-02
* no need to test HAVE_UNISTD_H any moreColin Watson2007-10-16
* remove attempts at K&R compatibility; such systems are no longer supported by...Colin Watson2007-10-15
* The strappend function is in the namespace reserved by C99Colin Watson2007-10-08
* * lib/decompress.c (decompress_open, decompress_fdopen): Don't startColin Watson2007-09-02
* * lib/decompress.c (decompress_open): Check whether filename is aColin Watson2007-08-28
* * lib/pipeline.h (struct command): Add support for commands thatColin Watson2007-08-28