summaryrefslogtreecommitdiff
path: root/usr.bin/yacc/defs.h
AgeCommit message (Expand)Author
2014-01-10Use strtoul() to do octal and hex character conversion instead ofTodd C. Miller
2014-01-08We still need to cast the resulting pointer in NEW and NEW2 as itTodd C. Miller
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
2011-04-01Add calls to some existing but previously unused free functions. AlsoNicholas Marriott
2005-06-08add open_write_error() to bail on fopen(3) failing to open for write, gainsPeter Valchev
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2002-02-16Part one of userland __P removal. Done with a simple regexp with some minor ...Todd C. Miller
2001-12-10bogus __deadTheo de Raadt
2001-07-16-Wall cleanup; ok deraadtPeter Valchev
1999-08-04o Use __prognameTodd C. Miller
1996-04-21sync to netbsd 960418Theo de Raadt
1996-03-31Fix 960317 NetBSD merge error. Merge caused local OpenBSD mod lossage.etheisen
1996-03-27From NetBSD: merge of 960317Niklas Hallqvist
1996-02-04Yacc now understands %expect keyword. This should help prevent yacc frometheisen
1995-10-18initial import of NetBSD treeTheo de Raadt