diff MODULES.html.sh @ 7575:483757159eb6

* MODULES.html.sh: Document tempname. * modules/mkstemp (Depends-on): Add tempname, and drop transitive dependencies. (Files): Move lib/tempname.c... * modules/tempname: ...to this new module. * m4/mkstemp.m4 (gl_FUNC_MKSTEMP): Remove tempname checks. (gl_PREREQ_TEMPNAME): Move... * m4/tempname.m4: ...to this new file. * lib/mkstemp.c (includes) [!_LIBC]: Use tempname.h. * modules/sys_stat (Depends-on): Add stat-macros. * lib/stat_.h (includes): Pick up stat macros. * m4/sys_stat_h.m4 (gl_HEADER_SYS_STAT_H): Replace <sys/stat.h> if stat macros are broken. * lib/tempname.c (includes): No need to include "stat-macros.h". (__gen_tempname) [!_LIBC]: Expose as gen_tempname. (direxists, __path_search) [!_LIBC]: Don't compile these in gnulib; the tmpdir module covers that. * lib/tempname.h: New file.
author Eric Blake <ebb9@byu.net>
date Fri, 27 Oct 2006 13:51:23 +0000
parents a2d76523d6bc
children 0cac6db530a1
line wrap: on
line diff
--- a/MODULES.html.sh	Thu Oct 26 16:20:28 2006 +0000
+++ b/MODULES.html.sh	Fri Oct 27 13:51:23 2006 +0000
@@ -1848,11 +1848,12 @@
   func_module inet_ntop
   func_module inet_pton
   func_module mkdir
+  func_module mkdtemp
   func_module mkstemp
-  func_module mkdtemp
   func_module poll
   func_module readlink
   func_module lstat
+  func_module tempname
   func_module time_r
   func_module timespec
   func_module nanosleep