summaryrefslogtreecommitdiff
path: root/lib/tempfile.c
Commit message (Expand)AuthorAge
* Define an access(2) wrapper with clearer semanticsColin Watson2018-06-08
* * docs/HACKING: Mention that xasprintf may be more readable thanColin Watson2013-06-27
* Remove the need for our patched version of xstrdup.Colin Watson2011-03-20
* * configure.ac: Add -Wredundant-decls to CFLAGS.Colin Watson2009-07-14
* * lib/pipeline.c (pipeline_start): Check the return value of nice.Colin Watson2009-05-30
* 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
* * include/manconfig.h.in (create_tempfile): Remove.Colin Watson2007-08-28
* * docs/COPYING, docs/COPYING.LIB: Update from www.gnu.org to pick upColin Watson2005-07-31
* Add -Wpointer-arith and -Wstrict-prototypes for gcc, and update all codeColin Watson2003-05-01
* Remove all assumptions that string literals have type 'char *' rather thanColin Watson2003-05-01
* * lib/mkdtemp.c: Define __GT_DIR if necessary.Colin Watson2003-03-10
* Apply proper copyright and licence notices to all source files. There areColin Watson2002-10-23
* Rename package from man_db to man-db, as the underscore was awkward.Colin Watson2002-04-03
* Include other manpage.example formats in the tarball.Colin Watson2001-09-06
* Use a temporary directory for HTML output.Colin Watson2001-09-01
* Make temporary files mode 0644, not mode 0600.Colin Watson2001-08-06
* Replace tempnam()-based temporary file creation with code based onColin Watson2001-08-01