summaryrefslogtreecommitdiff
path: root/usr.bin/yacc/main.c
AgeCommit message (Expand)Author
2020-05-24done() is no longer neededMarc Espie
2020-05-23use rewind on tempfiles, so that we don't need to name themMarc Espie
2020-05-22extract the identical code that creates temp files into its own functionMarc Espie
2020-05-21separate cleanup from exit/signal logicMarc Espie
2020-05-21test FILE* against NULL and not 0Marc Espie
2017-05-25fix a variety of warnings. from Brian CallahanTed Unangst
2016-07-27it should not be necessary for yacc to use TMPDIR, /tmp is good enough.Ted Unangst
2015-10-10fairly obvious pledges.Theo de Raadt
2014-03-13indent, add a touch of styleTed Unangst
2014-01-08Make allocate() take size_t and return void *. This lets us dropTodd C. Miller
2014-01-08Remove CALLOC, MALLOC, FREE and REALLOC macros and just call calloc(),Todd C. Miller
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-05-01remove unused functionCharles Longeau
2008-05-17documentation tweaks.Igor Sobrado
2005-06-08add open_write_error() to bail on fopen(3) failing to open for write, gainsPeter Valchev
2005-04-04convert to getopt(); ok millert@, otto@Robert Nagy
2003-06-19ansify; ok miodPeter Valchev
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-04-16strcpy() removal; based on a patch from henning@ but simplifiedTodd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-11-19kill more registersMike Pechkin
2001-11-07fix signal raceTheo de Raadt
2001-07-16-Wall cleanup; ok deraadtPeter Valchev
2001-01-19mark remaining signal races which are difficult to fix, and fix a few partiallyTheo de Raadt
1999-08-04o Use __prognameTodd C. Miller
1998-05-28buf problem with TMPDIR; karls@inet.noTheo de Raadt
1997-11-05handle c++ and other languages; buffer underrun; netbsd pr#4392;Theo de Raadt
1997-04-04when mktemp() is hard to fix, use 10 XTheo de Raadt
1997-01-14Use <fcntl.h>, not <sys/file.h>. Approved by Bob Corbett.Thorsten Lockert
1996-06-26rcsidTheo de Raadt
1996-06-25mktemp open+fdopenTheo de Raadt
1996-04-21sync to netbsd 960418Theo de Raadt
1995-12-22Imported from Cygnus byacc, David 'Zoo' Zuhn: add support for a -oNiklas Hallqvist
1995-10-18initial import of NetBSD treeTheo de Raadt