Age | Commit message (Expand) | Author |
2024-08-18 | whitespaces | Theo de Raadt |
2024-05-21 | remove prototypes with no matching function and externs with no var | Jonathan Gray |
2022-12-26 | spelling fixes; from paul tagliamonte | Jason McIntyre |
2022-12-04 | userspace: remove vestigial '?' cases from top-level getopt(3) loops | Scott Soule Cheloha |
2022-07-04 | somehow, when I created this file, I copied the licence of the other files | Marc Espie |
2022-06-14 | m4: use ASCII quotes `...' in man page example | Christian Weisgerber |
2022-06-14 | my email should be @openbsd.org everywhere, and nothing else | Marc Espie |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2021-03-08 | Add some references, most of these were removed when we stopped building | Jonathan Gray |
2019-06-28 | mkstemp() returns -1 on failure | Theo de Raadt |
2017-11-11 | replace sloppy parsing of numeric values with strtonum (incr, decr, divert) | Marc Espie |
2017-10-23 | ifelse is special, fix argv parsing to avoid segfault | Marc Espie |
2017-08-21 | Use waitpid()/EINTR idiom for the specific pid, rather than generic wait(), | Theo de Raadt |
2017-07-09 | have bsd.prog.mk/bsd.lib.mk generate .y -> .c/.h rules without intermediate | Marc Espie |
2017-07-04 | generate the parser directly instead of fucking around | Marc Espie |
2017-06-17 | Don't need to link with -ll or -ly. | Brian Callahan |
2017-06-15 | Add -E flag (make warnings fatal), following the behavior of GNU m4 1.4.9+ | Brian Callahan |
2015-12-07 | Yet another missed ferror call | Marc Espie |
2015-11-03 | There really is no double standard. Treat m4 just like openssl, by | Theo de Raadt |
2015-11-01 | pledge m4. tested by me. | Marc Espie |
2015-09-14 | Avoid .Ns right after .Pf, it's pointless. | Ingo Schwarze |
2015-04-29 | Add missing #include <stdint.h> for SIZE_MAX | Todd C. Miller |
2015-04-25 | add check for overflow while doubling (very unlikely in practice, but still | Marc Espie |
2015-03-14 | Use xstrdup(), from Michael W. Bombardieri | Todd C. Miller |
2015-02-05 | Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@ | Todd C. Miller |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-12-21 | fix test-redef2: | Marc Espie |
2014-07-11 | better error handling in mkstemp/unlink/fdopen logic. | Marc Espie |
2014-07-10 | annotate regexp error messages with source string. | Marc Espie |
2014-05-12 | adjust to ohash being in libutil now, and to the interface changes. | Marc Espie |
2014-04-28 | check for integer overflows in custom allocs, okay jca@ | Marc Espie |
2014-04-14 | update STANDARDS somewhat, and some macro simplification; | Jason McIntyre |
2014-01-12 | expand the "eval" description a little; from wiz@netbsd | Jason McIntyre |
2013-11-20 | repair signed char vs isdigit | Theo de Raadt |
2013-11-14 | cleanup up a nest of if/if/else | Theo de Raadt |
2013-07-16 | use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@ | Ingo Schwarze |
2012-04-12 | new m4 -g stuff: | Marc Espie |
2011-11-06 | improve gm4 compatibility, from Robert Young, thanks ! | Marc Espie |
2011-09-27 | zap dead stuff | Marc Espie |
2011-03-24 | fix translit() behavior to not be recursive. Fixes autoconf 2.65, matches | Marc Espie |
2010-10-21 | more EXIT STATUS bits; from Daniel Dickman | Jason McIntyre |
2010-09-19 | more wacky macro fixing; | Jason McIntyre |
2010-09-07 | Remove stray spaces. No code change. | Marco Peereboom |
2010-03-25 | conform to gnum4 AND traditional m4 (solaris) behavior, namely, | Marc Espie |
2010-03-22 | add more gnum4 support: regexps do weird things with empty patterns (this | Marc Espie |
2009-10-14 | whitespace; from deraadt@ | Stuart Henderson |
2009-10-14 | Support the -P option from gnu m4, which prefixes builtins with the | Stuart Henderson |
2009-06-26 | undefine() leaves the hash entry for the macro (for use by builtin()) and | Philip Guenthe |
2009-02-08 | bump the posix reference in STANDARDS to IEEE Std 1003.1-2008, with a few | Jason McIntyre |
2008-08-22 | kill trailing whitespace; | Jason McIntyre |