summaryrefslogtreecommitdiff
path: root/usr.bin/make/generate.c
AgeCommit message (Expand)Author
2016-10-14Implement the ${<D} and ${<F} variables, as documented in the manual.Martin Natano
2015-04-18Convert many atoi() calls to strtonum(), adding range checks and failureTheo de Raadt
2014-05-18a bit more reallocarray (and kill ecalloc, which isn't used)Marc Espie
2013-04-23remove TIMESTAMP abstraction layer, prodded by theo.Marc Espie
2012-10-09- SPECIAL_DEPRECATED -> SPECIAL_NOTHINGMarc Espie
2012-04-11make has had heuristics to avoid parallel make recursion.Marc Espie
2010-07-19Correct $OpenBSD$ stuffMarc Espie
2010-07-19two small changes:Marc Espie
2007-09-17kill extra spaces at end of lineMarc Espie
2007-09-16scaffolding to recognize special targets/sources using ohash functions.Marc Espie
2007-09-03use calloc() for the sake of regularity, prompted by deraadt@Marc Espie
2007-07-08A set of big related changes. okay millert@, tested further by kettenis@Marc Espie
2006-01-20use stdint.h where appropriate. okay millert@Marc Espie
2002-06-11This is the first step in sanitizing the conditional parser.Marc Espie
2001-05-23Mostly clean-up:Marc Espie
2001-05-03Synch with my current work.Marc Espie
2001-03-02Use the ohash_* that's now in libc.Marc Espie
2000-06-23This is the speed-up patch, which doubles make speed (almost).Marc Espie