Age | Commit message (Expand) | Author |
2016-10-02 | Avoid two printf("%s", NULL) with 'make -d v'. | Theo Buehler |
2015-11-15 | unifdef MAKE_BOOTSTRAP now that Makefile.boot is gone. | Daniel Dickman |
2015-08-20 | Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope | Theo de Raadt |
2015-01-23 | a wee little bit more cleanup (more const and remove noise from CDIAGFLAGS... | Marc Espie |
2015-01-23 | remove a bunch of dangerous casts (useless casts from void * to something | Marc Espie |
2014-09-21 | plug a small memory leak, fairly infrequent. | Marc Espie |
2014-05-18 | a bit more reallocarray (and kill ecalloc, which isn't used) | Marc Espie |
2014-05-12 | adjust to ohash being in libutil now, and to the interface changes. | Marc Espie |
2014-04-22 | effectively use emult_realloc, okay guenther@ | Marc Espie |
2013-11-22 | wrappers for is*/to* that make damn sure their arguments are | Marc Espie |
2013-11-12 | Do not use a char as index, unless first making it unsigned. | Theo de Raadt |
2012-10-18 | numerous error message fixes: | Marc Espie |
2012-10-12 | fix infinite loops on regexps that match the empty word, which is | Marc Espie |
2012-09-21 | major overhaul of the way make handle jobs, inspired by dpb: | Marc Espie |
2011-08-16 | recommit, now that release is done (handle sysv if bsd is incorrect, may | Marc Espie |
2011-07-30 | deemed unsafe by theo, will wait after 5.0 | Marc Espie |
2011-07-29 | systemV trumps our modifiers. | Marc Espie |
2010-07-19 | Correct $OpenBSD$ stuff | Marc Espie |
2010-07-19 | two small changes: | Marc Espie |
2007-11-03 | fix some lint FALLTHROUGH | Theo de Raadt |
2007-09-17 | zap more spaces at end of line | Marc Espie |
2007-09-17 | kill extra spaces at end of line | Marc Espie |
2007-09-16 | reindent varmodifiers.c, no binary change | Marc Espie |
2007-09-16 | remove warnings | Marc Espie |
2007-09-16 | remove dead code: #define RECHECK is always on | Marc Espie |
2007-07-30 | everywhere except in Var_Parse, we always add/append variables to the | Marc Espie |
2007-07-24 | simplify computations in the var module: instead of advancing a char * | Marc Espie |
2007-07-24 | move the code that grabs a value in Var_Parse in its own function, | Marc Espie |
2007-07-24 | change Var_ParseSkip API to increment the position instead of returning a | Marc Espie |
2007-07-20 | big clean-up patch: | Marc Espie |
2005-07-15 | fixes 4286. | Marc Espie |
2004-04-07 | ISO function declarations, trim a few comments, rename a few variables to | Marc Espie |
2003-10-07 | - check if result is valid before using it. | Federico G. Schwindt |
2003-06-03 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2001-09-07 | Repair regular expression substitution. | Marc Espie |
2001-05-23 | Mostly clean-up: | Marc Espie |
2001-05-07 | some complex situations need those functions to be reentrant, hence no | Marc Espie |
2001-05-03 | Synch with my current work. | Marc Espie |
2000-09-14 | Clean-up, systematic use of UNUSED, white space... | Marc Espie |
2000-09-14 | Two new functions: | Marc Espie |
2000-07-24 | Oops. | Marc Espie |
2000-07-17 | FALLTHRU -> FALLTHROUGH, requested by miod@ and style(9) | Marc Espie |
2000-07-17 | - let VarModifiers_Apply accept NULL string gracefully, | Marc Espie |
2000-07-17 | Major unobfuscation: split var modifiers handling to a separate file. | Marc Espie |