summaryrefslogtreecommitdiff
path: root/modules/mkdtemp
Commit message (Expand)AuthorAgeFilesLines
* getrandom: Rename LIB_GETRANDOM to GETRANDOM_LIB.Bruno Haible2023-01-071-1/+1
* clock_time: Rename LIB_CLOCK_GETTIME to CLOCK_TIME_LIB.Bruno Haible2023-01-071-1/+1
* Use the GL_CFLAG_GNULIB_WARNINGS for most AC_LIBOBJ compilation units.Bruno Haible2022-01-091-3/+6
* Update link dependencies in modules after 2020-09-09 change.Bruno Haible2020-11-161-0/+1
* tempname et al.: Fix link errors on MSVC (regression from 2020-05-31).Bruno Haible2020-06-271-0/+3
* Bruno Haible has stepped down as maintainer.Paul Eggert2014-07-051-2/+1
* mkdtemp: Move AC_LIBOBJ invocations to module description.Bruno Haible2011-06-161-0/+4
* mkdtemp: Use gnulib naming conventions.Bruno Haible2011-05-211-1/+1
* Avoid unnecessary compilation units, through conditional dependencies.Bruno Haible2011-05-031-2/+2
* Relicense mkdtemp under LGPLv2+.Bruno Haible2009-09-021-1/+1
* mkdtemp.h is replaced with <stdlib.h>.Bruno Haible2007-02-181-2/+3
* * modules/tmpdir (Depends-on): Add sys_stat.Eric Blake2006-11-011-1/+1
* gnulib-tool now synthesizes the EXTRA_DIST line.Bruno Haible2006-10-131-1/+0
* Distribute all lib/* source files through EXTRA_DIST.Bruno Haible2006-10-121-1/+1
* mkdtemp can now use the full <inttypes.h>.Bruno Haible2006-09-111-4/+1
* Include <unistd.h> unconditionally.Bruno Haible2006-04-241-0/+1
* Add a license tag to every module.Bruno Haible2004-09-221-0/+3
* mkdtemp() function: create a private temporary directory.Bruno Haible2003-02-171-0/+26