summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/buf.c
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixes for usr.bin/uqs2011-12-301-1/+1
* Remove inlining of functions that are used mostly in different object files.rdivacky2009-01-201-3/+3
* Move the Boolean and ReturnStatus stuff from sprite.h to util.h andharti2005-05-131-1/+0
* Move the MAX macro to a util.h so it becomes usable in other modules.harti2005-03-311-4/+0
* Two new functions: Buf_Data() returns a reference to the data inharti2005-03-221-0/+23
* Create a new function Buf_Peel that returns the string from insideharti2005-03-081-0/+19
* Introduce Buf_StripNewLines() and use it where appropriate.harti2005-02-071-0/+30
* Invent a Buf_AppendRange function that appends a non-NUL-terminated stringharti2005-02-071-0/+9
* Invent a Buf_Append function to append a NUL-terminated stringharti2005-02-071-0/+10
* Rewrite of the buf code:harti2005-02-041-156/+88
* None of the users of Buf_Discard used it to get rid of only a part ofharti2005-02-041-25/+10
* Remove a couple of unused buffer functions.harti2005-02-021-154/+0
* Convert several typedefs from beeing pointers to structs to be the structsharti2005-02-021-13/+13
* Clean up include files and file including. Split nonints.h into piecesharti2005-02-011-3/+6
* Remove an extra space.harti2004-12-031-1/+1
* Put macro arguments in paranthesis.harti2004-12-031-1/+1
* Make sizes to be of type size_t and correct function arguments thatharti2004-12-031-16/+16
* Style: fix indentation, protect macro with do { } while (0).harti2004-12-031-129/+128
* Style: remove a lot of unnecessary casts, add some and spell the nullharti2004-12-011-14/+15
* Stylification: missing spaces, extra space after function names, castsharti2004-11-301-39/+40
* Convert make(1) to use ANSI style function declarations. Variablejmallett2002-10-091-37/+13
* #define<space> -> #define<tab>jmallett2002-09-171-5/+5
* Avoid classy use of a variable one time with a constant value.jmallett2002-06-131-2/+1
* Fix copyrights, and undo SCS ID damage.obrien2002-04-131-1/+2
* Update SCM ID method.obrien2002-04-131-3/+1
* De'register.obrien2002-04-131-9/+9
* Use __RCSID()wsanchez2000-07-091-6/+4
* Unduplicate IDs from comments, do $Id -> $FreeBSD$ (submitted-by: bde)hoek1999-09-111-3/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Merge style- and trivial- only changes from OpenBSD (dated 1999/07/29-19:55+1).hoek1999-08-171-3/+8
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* O' to be bitten by CVS. Cleanup after importsteve1996-10-081-0/+2
* Merge in NetBSD's changes to make(1). Changes include:steve1996-10-061-1/+1
* Fix for PR# 1095, make's continuation line handling buggysteve1996-09-221-0/+25
* Remove trailing whitespace.rgrimes1995-05-301-4/+4
* Bring in a number of changes from NetBSD's make, fixing quite a fewjkh1995-01-231-4/+4
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+436
OpenPOWER on IntegriCloud