summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* remove attempts at K&R compatibility; such systems are no longer supported by...Colin Watson2007-10-15
* regenerateColin Watson2007-10-15
* drop ansidecl.h and assume ANSIColin Watson2007-10-15
* remove private versions of alloca.c and memcmp.c in favour of gnulibColin Watson2007-10-15
* strstr is sufficiently portable; remove replacement for itColin Watson2007-10-14
* we no longer use strspn directlyColin Watson2007-10-14
* import gnulib strsep moduleColin Watson2007-10-14
* rename.c removedColin Watson2007-10-14
* import gnulib rename moduleColin Watson2007-10-14
* import gnulib canonicalize module; replace remaining realpath calls with cano...Colin Watson2007-10-14
* import gnulib xgetcwd module; replace getcwd_allocated with xgetcwdColin Watson2007-10-14
* import gnulib memcmp moduleColin Watson2007-10-14
* replace remaining uses of putenv with setenv and unsetenvColin Watson2007-10-14
* import gnulib strcspn moduleColin Watson2007-10-14
* import gnulib xstrndup moduleColin Watson2007-10-14
* import gnulib xalloc moduleColin Watson2007-10-14
* remove error.c and error.h, now provided by gnulibColin Watson2007-10-14
* import gnulib getopt moduleColin Watson2007-10-14
* import gnulib glob moduleColin Watson2007-10-14
* import gnulib fnmatch moduleColin Watson2007-10-14
* setenv.h removedColin Watson2007-10-14
* import gnulib setenv moduleColin Watson2007-10-14
* mkdtemp.c, mkstemp.c, tempname.c removedColin Watson2007-10-14
* import gnulib mkdtemp and mkstemp modulesColin Watson2007-10-14
* introduce gnulib; import gnulib error moduleColin Watson2007-10-14
* ensure we use the system fnmatch/getopt/glob if availableColin Watson2007-10-14
* merge from trunkColin Watson2007-10-13
|\
| * * lib/popen.c, m4/man-pclose.m4: Remove; we no longer need popen orColin Watson2007-10-13
* | fix various clean/install/dist problemsColin Watson2007-10-13
* | many fixes to allow VPATH builds, including a separate Makefile.am for each m...Colin Watson2007-10-13
* | include/*.h is generated, so use top_builddir rather than top_srcdirColin Watson2007-10-13
* | autogen.shColin Watson2007-10-13
* | merge apropos and whatis into a single executable as well as a single source ...Colin Watson2007-10-11
* | fix "make dist" to distribute everything it shouldColin Watson2007-10-11
* | initial conversion to automakeColin Watson2007-10-09
|/
* * lib/popen.c (popen), src/descriptions.c (parse_descriptions),Colin Watson2007-10-08
* The strappend function is in the namespace reserved by C99Colin Watson2007-10-08
* * lib/pipeline.c (pipeline_start): Break after execvp, otherwise weColin Watson2007-09-17
* * lib/decompress.c (decompress_open, decompress_fdopen): Don't startColin Watson2007-09-02
* * lib/pipeline.c (pipeline_free): Call pipeline_wait if the pipelineColin Watson2007-08-31
* * lib/pipeline.c (pipeline_pump): Make comment language lessColin Watson2007-08-28
* * include/manconfig.h.in (create_tempfile): Remove.Colin Watson2007-08-28
* * lib/pipeline.c (pipeline_start): Flush all pending stdio output soColin Watson2007-08-28
* * 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
* * lib/pipeline.c (pipeline_wait): Re-raise SIGINT or SIGQUIT if theyColin Watson2007-08-27
* * lib/pipeline.c (pipeline_wait): Return 1 if we fail to close theColin Watson2007-08-27
* Discard stderr from formatting processes when outputting to a pager,Colin Watson2007-08-20
* Truncate apropos/whatis output to the terminal width by defaultColin Watson2007-08-19
* * lib/cleanup.c (do_cleanups): Split out signal-safe processing ...Colin Watson2007-06-18