summaryrefslogtreecommitdiff
path: root/src/compression.c
Commit message (Expand)AuthorAge
* Move some more declarations out of manconfig.hColin Watson2022-01-16
* Move appendstr out of manconfig.hColin Watson2022-01-16
* Move comp_info and comp_file out of manconfig.hColin Watson2022-01-16
* Rename program preprocessor symbols to PROG_*Colin Watson2022-01-16
* Assert that some xasprintf calls return non-NULLColin Watson2022-01-02
* Introduce pre-commitColin Watson2022-01-01
* Remove ability to undefine COMP_SRCColin Watson2019-09-01
* Remove several unused macrosColin Watson2019-08-25
* Use (void *) 0 as a variadic sentinelColin Watson2018-12-24
* * docs/HACKING: Mention that xasprintf may be more readable thanColin Watson2013-06-27
* * src/compression.c: Remove unnecessary inclusion of security.h.Colin Watson2010-09-26
* 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
* many fixes to allow VPATH builds, including a separate Makefile.am for each m...Colin Watson2007-10-13
* The strappend function is in the namespace reserved by C99Colin Watson2007-10-08
* * lib/pipeline.h (struct command): Add support for commands thatColin Watson2007-08-28
* * src/compression.c (comp_file): Free compfile if returning NULL.Colin Watson2007-08-27
* * lib/debug.c: New file for debugging functions.Colin Watson2007-02-12
* * configure.ac (AM_GNU_GETTEXT_VERSION): Upgrade to gettext 0.15.Colin Watson2006-12-26
* * docs/COPYING, docs/COPYING.LIB: Update from www.gnu.org to pick upColin Watson2005-07-31
* * src/compression.c (decompress): Invalidate file_fd after closingColin Watson2004-11-07
* Roll out the new pipeline library in most programs.Colin Watson2004-03-09
* * src/compression.c (comp_info): If the new want_stem argument isColin Watson2004-03-08
* * src/compression.c (decompress): Error out if decompression programColin Watson2004-03-08
* * src/compression.c (decompress): Don't free command until afterColin Watson2003-07-30
* Apply proper copyright and licence notices to all source files. There areColin Watson2002-10-23
* If a decompression command fails, try to recover rather than just exit()ingColin Watson2002-09-16
* Pass through much of the code adding 'const' where appropriate. This shouldColin Watson2002-04-28
* Bits and pieces from Debian release 2.3.20-10.Colin Watson2001-11-21
* lexgrog: Deal with '-' and compressed files.Colin Watson2001-09-05
* Compile with -Wall by default. Some fixes as a result of this.Colin Watson2001-08-19
* Add shell escaping. ENABLE_HTML cleanups. Warn if setlocale() fails.Colin Watson2001-08-19
* Replace tempnam()-based temporary file creation with code based onColin Watson2001-08-01
* Add SECTIONS directive in configuration file. Other tweaks.Colin Watson2001-06-18
* No longer offer the option to #define debug.Colin Watson2001-05-28
* Massive global style cleanup in src/*, and a couple of small documentationColin Watson2001-05-28
* Sync to Debian release 2.3.17-3.1. Fixes a format string vulnerability.Colin Watson2001-04-26
* Initial revisionColin Watson2001-04-26