mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 20:33:03 +00:00
* 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.
This commit is contained in:
13
ChangeLog
13
ChangeLog
@@ -1,3 +1,16 @@
|
||||
2002-02-25 Akim Demaille <akim@epita.fr>
|
||||
|
||||
* 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.
|
||||
|
||||
2002-02-14 Paul Eggert <eggert@twinsun.com>
|
||||
|
||||
Remove the support for C++ namespace cleanliness; it was
|
||||
|
||||
Reference in New Issue
Block a user