]> git.saurik.com Git - bison.git/commit
* lib/tempname.c, lib/mkstemp.c, m4/mkstemp.m4: New, stolen from
authorAkim Demaille <akim@epita.fr>
Mon, 25 Feb 2002 13:44:43 +0000 (13:44 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 25 Feb 2002 13:44:43 +0000 (13:44 +0000)
commit381fb12e1e6c2f028685d102386bc32725d14f48
treeab5828104b0852358f37389ce5027b5565929405
parent10b6b2be55cd0d475ef74835efc2da05e4e09b90
* lib/tempname.c, lib/mkstemp.c, m4/mkstemp.m4: New, stolen from
Fileutils 4.1.5.
* configure.in: Invoke UTILS_FUNC_MKSTEMP.
* src/output.c (output_skeleton): Use mkstemp to create a real
temporary file.
Move the filling of `skeleton' and its muscle to...
(prepare): here.
(output): Move the definition of the prologue muscle to...
(prepare): here.
* src/system.h (DEFAULT_TMPDIR): New.
ChangeLog
configure.in
lib/mkstemp.c [new file with mode: 0644]
lib/tempname.c [new file with mode: 0644]
m4/Makefile.am
m4/mkstemp.m4 [new file with mode: 0644]
src/output.c
src/system.h