summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/extern.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correct $OpenBSD$ stuffespie2010-07-191-2/+1
* two small changes:espie2010-07-191-1/+1
* rewrite of the basic suffix/target parsing: use hash for suffixes.espie2007-09-171-1/+1
* make usePipes the default, zap undocumented -P.espie2007-09-171-5/+1
* Remove the advertising clause in the UCB license which Berkeleymillert2003-06-031-6/+2
* Mostly clean-up:espie2001-05-231-147/+23
* Synch with my current work.espie2001-05-031-101/+124
* Change the time stamp interface to use an abstract datatype.espie2000-11-241-2/+2
* Take advantage of VarModifiers_Apply, which can parse a variable specespie2000-11-241-2/+3
* Fix Arch_MemMTime (previous change I did was bogus)espie2000-10-131-2/+2
* Introduce a few macros to handle timestamps in an abstract way.espie2000-09-141-2/+2
* Use the new hash scheme to store the target nodes.espie2000-09-141-3/+3
* Two new functions:espie2000-09-141-1/+3
* Some systematic clean-up.espie2000-09-141-97/+97
* Handle MAKEFLAGS variation mandated by POSIX.espie2000-07-181-1/+2
* Constify a few functions, propagated from VarModify.espie2000-07-171-5/+5
* This patch replaces str_concat with a slightly unobfuscated version.espie2000-06-231-2/+2
* This patch separates local contexts from global contexts for good.espie2000-06-231-9/+10
* Once those special variable are taken care of, other Var functions can takeespie2000-06-231-12/+13
* Start of variable fixes and speed-ups.espie2000-06-231-1/+5
* A few assorted changes, to remove more dynamic lists.espie2000-06-171-3/+3
* Clean-up patch: use `void *' instead of old-fashioned ClientData/Address.espie2000-06-101-4/+4
* Thus, Lst_ForEach no longer needs returning a status.espie2000-06-101-6/+6
* Don't free Makefile filenames when the file is finished reading, butespie2000-04-171-1/+2
* Bug-fix: make should behave sensibly when presented with negative times...espie2000-02-021-3/+3
* Finish changing all Var_Parse arguments to size_t. Thanks to millert@espie2000-01-081-2/+2
* Var_Subst is actually two distinct functions folded into one:espie1999-12-161-2/+3
* for.c becomes sane.espie1999-12-161-3/+5
* Split some allocation/error handling functions out of main.cespie1999-12-091-9/+3
* main prototype properly in main.c, remove dup.espie1999-12-061-2/+1
* Extra parameter no longer needed, ditch.espie1999-12-061-2/+2
* - introduce interval_dup in str.cespie1999-12-061-1/+2
* extern.h is a better name than nonints.hespie1999-11-111-1/+1
* Communicate line numbers between parse.c and for.c.espie1999-11-111-2/+3
* Kill Str_FindSubString, it's strstr.espie1999-11-111-2/+1
* Move all prototypes to nonints.h. Comment no longer reflects reality.espie1999-11-111-1/+9
* Modifications from netbsd:espie1998-12-051-4/+7
* Sync with NetBSD:millert1996-11-301-5/+6
* Sync up with NetBSD:briggs1996-09-021-2/+4
* rcsidderaadt1996-06-261-0/+1
* sync to netbsd 960418deraadt1996-04-211-2/+3
* from christos@netbsd:deraadt1995-12-141-1/+2
* initial import of NetBSD treederaadt1995-10-181-0/+142