Age | Commit message (Expand) | Author |
2014-06-04 | TMPDIR is an extension; | Jason McIntyre |
2014-05-17 | remove unused variable | Charles Longeau |
2014-03-16 | lint is dead (long live the lint!), so stop using it as a cpp conditional | Philip Guenther |
2014-03-13 | collapse variable declarations | Ted Unangst |
2014-03-13 | last bits of indentation and style | Ted Unangst |
2014-03-13 | indentation style | Ted Unangst |
2014-03-13 | indent, add a touch of style | Ted Unangst |
2014-03-08 | reindent | Ted Unangst |
2014-03-08 | reindent | Ted Unangst |
2014-03-07 | a few other tweaks it's easier to see in the light of day | Ted Unangst |
2014-03-07 | drag this code into modern style. ok zhuk | Ted Unangst |
2014-02-21 | drop support for pre-standard C, it's time to move on. ok deraadt | Ted Unangst |
2014-02-14 | clean up macro usage in the HISTORY section; | Ingo Schwarze |
2014-01-28 | bit more info for the toplas article; | Jason McIntyre |
2014-01-20 | Obvious .Xr fixes, found while testing mandocdb(8). | Ingo Schwarze |
2014-01-13 | Callers of get_state() and sole_reduction() always store the result | Todd C. Miller |
2014-01-10 | Use strtoul() to do octal and hex character conversion instead of | Todd C. Miller |
2014-01-10 | revert previous; height is never changed, but top is changed. | Stuart Henderson |
2014-01-09 | Remove useless variable "height" in function traverse(). It is | Todd C. Miller |
2014-01-08 | We still need to cast the resulting pointer in NEW and NEW2 as it | Todd C. Miller |
2014-01-08 | Add casts to unsigned char for ctype functions and other places | Todd C. Miller |
2014-01-08 | Use calloc() instead of malloc() + memset. Based on a diff from | Todd C. Miller |
2014-01-08 | Make allocate() take size_t and return void *. This lets us drop | Todd C. Miller |
2014-01-08 | Remove CALLOC, MALLOC, FREE and REALLOC macros and just call calloc(), | Todd C. Miller |
2013-10-30 | Make yystacksize unsigned to avoid a warning about sign comparision | Todd C. Miller |
2013-08-15 | add the lalr paper; | Jason McIntyre |
2012-05-30 | Replace a loop with a memset, from Michael W Bombardieri. White here | Nicholas Marriott |
2012-04-15 | * Use NULL instead of 0 for pointers | Charles Longeau |
2012-04-10 | remove unused variable. | Charles Longeau |
2012-03-03 | Replace some loops with calloc/memset. From Michael W Bombardieri. | Nicholas Marriott |
2011-09-22 | Make use of the filename argument to open_error(), pointed out by | Nicholas Marriott |
2011-04-03 | Trim some very long unused debugging functions, from Michael W | Nicholas Marriott |
2011-04-01 | Add calls to some existing but previously unused free functions. Also | Nicholas Marriott |
2010-10-18 | remove references to now removed usd/psd/smm docs; | Jason McIntyre |
2010-10-17 | Stop installing me(1) and ms(1) source code. | Ingo Schwarze |
2010-09-03 | add an EXIT STATUS section for /usr/bin; | Jason McIntyre |
2010-07-21 | more HISTORY; from daniel dickman | Jason McIntyre |
2010-07-20 | daniel dickman has folded the relevant bits of the files being removed | Jason McIntyre |
2010-07-14 | Zero the pitem array so checking items after those used works as | Nicholas Marriott |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-06-12 | remove the directory portion of yyfix's pathname from usage's output. | Igor Sobrado |
2009-05-01 | remove unused function | Charles Longeau |
2009-02-10 | STANDARDS: | Jason McIntyre |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre |
2008-07-08 | Fix an venerable bug: if we're reducing a rule that has an empty | Otto Moerbeek |
2008-05-17 | documentation tweaks. | Igor Sobrado |
2007-09-03 | move back to using malloc() instead of calloc(), because the yacc | Theo de Raadt |
2007-09-02 | use calloc() to avoid malloc(n * m) overflows; checked by djm canacar jsg | Theo de Raadt |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-05-30 | - use a consistent text for STANDARDS | Jason McIntyre |