summaryrefslogtreecommitdiff
path: root/usr.bin/yacc
AgeCommit message (Expand)Author
2014-06-04TMPDIR is an extension;Jason McIntyre
2014-05-17remove unused variableCharles Longeau
2014-03-16lint is dead (long live the lint!), so stop using it as a cpp conditionalPhilip Guenther
2014-03-13collapse variable declarationsTed Unangst
2014-03-13last bits of indentation and styleTed Unangst
2014-03-13indentation styleTed Unangst
2014-03-13indent, add a touch of styleTed Unangst
2014-03-08reindentTed Unangst
2014-03-08reindentTed Unangst
2014-03-07a few other tweaks it's easier to see in the light of dayTed Unangst
2014-03-07drag this code into modern style. ok zhukTed Unangst
2014-02-21drop support for pre-standard C, it's time to move on. ok deraadtTed Unangst
2014-02-14clean up macro usage in the HISTORY section;Ingo Schwarze
2014-01-28bit more info for the toplas article;Jason McIntyre
2014-01-20Obvious .Xr fixes, found while testing mandocdb(8).Ingo Schwarze
2014-01-13Callers of get_state() and sole_reduction() always store the resultTodd C. Miller
2014-01-10Use strtoul() to do octal and hex character conversion instead ofTodd C. Miller
2014-01-10revert previous; height is never changed, but top is changed.Stuart Henderson
2014-01-09Remove useless variable "height" in function traverse(). It isTodd C. Miller
2014-01-08We still need to cast the resulting pointer in NEW and NEW2 as itTodd C. Miller
2014-01-08Add casts to unsigned char for ctype functions and other placesTodd C. Miller
2014-01-08Use calloc() instead of malloc() + memset. Based on a diff fromTodd 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
2013-10-30Make yystacksize unsigned to avoid a warning about sign comparisionTodd C. Miller
2013-08-15add the lalr paper;Jason McIntyre
2012-05-30Replace a loop with a memset, from Michael W Bombardieri. White hereNicholas Marriott
2012-04-15* Use NULL instead of 0 for pointersCharles Longeau
2012-04-10remove unused variable.Charles Longeau
2012-03-03Replace some loops with calloc/memset. From Michael W Bombardieri.Nicholas Marriott
2011-09-22Make use of the filename argument to open_error(), pointed out byNicholas Marriott
2011-04-03Trim some very long unused debugging functions, from Michael WNicholas Marriott
2011-04-01Add calls to some existing but previously unused free functions. AlsoNicholas Marriott
2010-10-18remove references to now removed usd/psd/smm docs;Jason McIntyre
2010-10-17Stop installing me(1) and ms(1) source code.Ingo Schwarze
2010-09-03add an EXIT STATUS section for /usr/bin;Jason McIntyre
2010-07-21more HISTORY; from daniel dickmanJason McIntyre
2010-07-20daniel dickman has folded the relevant bits of the files being removedJason McIntyre
2010-07-14Zero the pitem array so checking items after those used works asNicholas Marriott
2009-10-28rcsid[] and sccsid[] and copyright[] are essentially unmaintained (andTheo de Raadt
2009-06-12remove the directory portion of yyfix's pathname from usage's output.Igor Sobrado
2009-05-01remove unused functionCharles Longeau
2009-02-10STANDARDS:Jason McIntyre
2009-02-08bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a fewJason McIntyre
2008-07-08Fix an venerable bug: if we're reducing a rule that has an emptyOtto Moerbeek
2008-05-17documentation tweaks.Igor Sobrado
2007-09-03move back to using malloc() instead of calloc(), because the yaccTheo de Raadt
2007-09-02use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsgTheo de Raadt
2007-05-31convert to new .Dd format;Jason McIntyre
2007-05-30- use a consistent text for STANDARDSJason McIntyre