aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make/nonints.h
Commit message (Expand)AuthorAgeFilesLines
* Move the remaining two prototypes from nonints.h to make.h andHartmut Brandt2005-05-101-50/+0
* Move Cmd_Exec() from main.c to job.c and fix its prototype. ThisHartmut Brandt2005-05-101-1/+0
* Implement a pseudo-target .WARN that allows toggeling the warning flagsHartmut Brandt2005-04-291-1/+1
* Introduce Buf_StripNewLines() and use it where appropriate.Hartmut Brandt2005-02-071-2/+4
* Some more easy constification.Hartmut Brandt2005-02-041-1/+1
* Clean up include files and file including. Split nonints.h into piecesHartmut Brandt2005-02-011-96/+3
* Fix quoting of the MAKEFLAGS environment variable by only quoting spacesHartmut Brandt2005-01-261-1/+3
* Remove all the cleanup functions. There is no reason to free memoryHartmut Brandt2004-12-171-6/+0
* Instead of dynamically allocating list heads allocated them staticallyHartmut Brandt2004-12-161-2/+2
* Consify the arguments to str_concat. Remove the STR_DOFREE flag for thatHartmut Brandt2004-12-081-1/+1
* Typedefs of pointers to structs are evil. Make Lst and LstNode typedef ofHartmut Brandt2004-12-071-6/+6
* Fix breakage introduced on 64-bit platforms with my last commit. NeedHartmut Brandt2004-12-031-1/+1
* Put variable assignments on .MAKEFLAGS and .MFLAGS targets intoHartmut Brandt2004-08-121-1/+1
* Put variable assignments from the command line into the MAKEFLAGSHartmut Brandt2004-08-031-0/+1
* Implement POSIX's '+' flag for command lines. This flag causes a lineHartmut Brandt2004-07-291-0/+1
* Reworked the fix to print the useful line number on error inRuslan Ermilov2004-03-101-2/+2
* Split var.c into var.c and var_modify.c and move all the modification funcsJuli Mallett2002-10-281-4/+3
* Remove efree(), it isn't used consistently enough to even pretend that itJuli Mallett2002-10-231-3/+0
* Make the DEBUGF() macro portable by (ugh) adding a Debug() function, whichJuli Mallett2002-09-181-0/+1
* #define<space> -> #define<tab>Juli Mallett2002-09-171-1/+1
* Remove local prototypes for main().Juli Mallett2002-08-191-1/+0
* The error functions take constant pointers to strings for their format.Juli Mallett2002-06-121-4/+4
* str_concat() doesn't really take const arguments.Juli Mallett2002-05-221-1/+1
* Fix copyrights, and undo SCS ID damage.David E. O'Brien2002-04-131-1/+1
* De'register.David E. O'Brien2002-04-131-1/+1
* remove __PWarner Losh2002-03-221-85/+85
* There's also no point in #typedef'ing void/char pointers. Accordingly,Will Andrews2000-12-021-3/+3
* $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-1/+4
* 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/+1
* Merge in NetBSD's changes to make(1). Changes include:Steve Price1996-10-061-2/+6
* Bring in a number of changes from NetBSD's make, fixing quite a fewJordan K. Hubbard1995-01-231-10/+18
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+132