bison/lib mkstemp.c readpipe.c tempname.c
Paul Eggert <[email protected]>
| Newsgroups | gmane.comp.parsers.bison.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvsroot/bison Module name: bison Changes by: Paul Eggert <[email protected]> 02/10/20 02:35:12 Removed files: lib : mkstemp.c readpipe.c tempname.c Log message: Do not create a temporary file, as that involves security and cleanup headaches. Instead, use a pair of pipes. Derived from a suggestion by Florian Krohm.