aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make/targ.c
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary includes.Xin LI2009-12-111-2/+0
* Improve logging when -dm is specified: if the node is consideredMax Khon2007-04-201-0/+1
* Use the print_flags function to print the OP_ flags of a target.Hartmut Brandt2005-05-131-35/+20
* Move some debugging code from targ.c to var.c where it actually belongs.Hartmut Brandt2005-05-101-5/+1
* Style: fix indentation.Hartmut Brandt2005-04-011-307/+268
* Get rid of a number of Lst_ForEach calls in favour of LST_FOREACHHartmut Brandt2005-03-151-69/+26
* General whitespace cleanup: remove mixes of tabs and spaces, removeHartmut Brandt2005-02-041-2/+2
* Some more easy constification.Hartmut Brandt2005-02-041-2/+2
* Clean up include files and file including. Split nonints.h into piecesHartmut Brandt2005-02-011-6/+13
* Remove all the cleanup functions. There is no reason to free memoryHartmut Brandt2004-12-171-22/+0
* Instead of dynamically allocating list heads allocated them staticallyHartmut Brandt2004-12-161-28/+25
* Remove a list that used to hold all the GNodes just to be ableHartmut Brandt2004-12-101-39/+0
* Get rid of the sequential access feature of the lists. This was usedHartmut Brandt2004-12-081-5/+1
* Typedefs of pointers to structs are evil. Make Lst and LstNode typedef ofHartmut Brandt2004-12-071-6/+6
* Make needs no circular lists so remove them from the list code.Hartmut Brandt2004-12-071-11/+11
* Style: remove a lot of unnecessary casts, add some and spell the nullHartmut Brandt2004-12-011-19/+19
* Stylification: missing spaces, extra space after function names, castsHartmut Brandt2004-11-301-75/+84
* Remove efree(), it isn't used consistently enough to even pretend that itJuli Mallett2002-10-231-1/+1
* Convert make(1) to use ANSI style function declarations. VariableJuli Mallett2002-10-091-44/+20
* Make make(1) WARNS=6 clean except for const issues. This mostly involvesJuli Mallett2002-09-281-3/+3
* Add empty default cases where they should be, remove non-local execution stuffJuli Mallett2002-09-281-0/+2
* When formatting the time for a target, use %H instead of %k, which is mostlyJuli Mallett2002-09-261-1/+1
* Make the DEBUGF() macro portable by (ugh) adding a Debug() function, whichJuli Mallett2002-09-181-2/+2
* Move common use of if (DEBUG(FOO)) printf... to DEBUGF(FOO, ...), usingJuli Mallett2002-09-171-2/+2
* #define<space> -> #define<tab>Juli Mallett2002-09-171-3/+3
* Update SCM ID method.David E. O'Brien2002-04-131-3/+1
* De'register.David E. O'Brien2002-04-131-6/+6
* o unifdef -D__STDC__Warner Losh2002-03-231-5/+0
* remove __PWarner Losh2002-03-221-4/+4
* Preceed/preceeding are not english words. Use precede and preceding.Jeroen Ruigrok van der Werven2001-02-181-1/+1
* There's also no point in #typedef'ing void/char pointers. Accordingly,Will Andrews2000-12-021-24/+24
* There's no reason to use fancy forms of NULL. Replace all instancesWill Andrews2000-12-021-4/+4
* Use __RCSID()Wilfredo Sanchez2000-07-091-6/+4
* Unduplicate IDs from comments, do $Id -> $FreeBSD$ (submitted-by: bde)Tim Vanderhoek1999-09-111-3/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Merge style- and trivial- only changes from OpenBSD (dated 1999/07/29-19:55+1).Tim Vanderhoek1999-08-171-11/+10
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* O' to be bitten by CVS. Cleanup after importSteve Price1996-10-081-0/+2
* Merge in NetBSD's changes to make(1). Changes include:Steve Price1996-10-061-3/+4
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-6/+6
* Bring in a number of changes from NetBSD's make, fixing quite a fewJordan K. Hubbard1995-01-231-25/+97
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+585