Age | Commit message (Expand) | Author |
2021-03-08 | Add some references, most of these were removed when we stopped building | Jonathan Gray |
2021-02-03 | remove ancient malloc ? realloc dance. always use realloc. | Theo de Raadt |
2020-12-19 | rename filenames ending in a period | Daniel Dickman |
2020-09-03 | Switch use of '\0' to NULL | Theo Buehler |
2020-05-24 | annotate I/O errors with the corresponding message | Marc Espie |
2020-05-24 | done() is no longer needed | Marc Espie |
2020-05-23 | those tempfiles no longer have names | Marc Espie |
2020-05-23 | use rewind on tempfiles, so that we don't need to name them | Marc Espie |
2020-05-22 | extract the identical code that creates temp files into its own function | Marc Espie |
2020-05-21 | separate cleanup from exit/signal logic | Marc Espie |
2020-05-21 | test FILE* against NULL and not 0 | Marc Espie |
2017-05-25 | fix a variety of warnings. from Brian Callahan | Ted Unangst |
2016-09-21 | Fix bad indentation. One already existed in 1.20, one introduced in 1.21; | Otto Moerbeek |
2016-07-27 | it should not be necessary for yacc to use TMPDIR, /tmp is good enough. | Ted Unangst |
2016-03-22 | merge three obviously redundant adjacent if statements | mmcc |
2015-12-31 | Declare yyparse() so the generated code is safe with | Philip Guenther |
2015-12-30 | Back out of 1.36 and 1.37, which made simplifications to allocation | mmcc |
2015-12-30 | put back casts for realloc because c++ needs them. reported by naddy | Ted Unangst |
2015-12-28 | realloc and free's behavior when passed NULL is defined by C89, so we | mmcc |
2015-12-11 | Remove NULL-checks before free(). | mmcc |
2015-10-10 | fairly obvious pledges. | Theo de Raadt |
2015-09-09 | The .Nd macro is intended to provide "a one line description", so avoid | Ingo Schwarze |
2014-12-05 | Rework the number handling to avoid an integer overflow/crash | Jonathan Gray |
2014-12-02 | Remove dead stores found by llvm checker and mark functions that | Todd C. Miller |
2014-12-02 | Fix lowzero running out of bounds in pack_vector(). Problem seen by | Otto Moerbeek |
2014-11-15 | Reduce instances of `` '' in manuals. | Anthony J. Bentley |
2014-10-09 | use reallocarray(). Leave the malloc/realloc cases in the skeleton | Theo de Raadt |
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 |