aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make/buf.c
Commit message (Expand)AuthorAgeFilesLines
* Spelling fixes for usr.bin/Ulrich Spörlein2011-12-301-1/+1
* Remove inlining of functions that are used mostly in different object files.Roman Divacky2009-01-201-3/+3
* Move the Boolean and ReturnStatus stuff from sprite.h to util.h andHartmut Brandt2005-05-131-1/+0
* Move the MAX macro to a util.h so it becomes usable in other modules.Hartmut Brandt2005-03-311-4/+0
* Two new functions: Buf_Data() returns a reference to the data inHartmut Brandt2005-03-221-0/+23
* Create a new function Buf_Peel that returns the string from insideHartmut Brandt2005-03-081-0/+19
* Introduce Buf_StripNewLines() and use it where appropriate.Hartmut Brandt2005-02-071-0/+30
* Invent a Buf_AppendRange function that appends a non-NUL-terminated stringHartmut Brandt2005-02-071-0/+9
* Invent a Buf_Append function to append a NUL-terminated stringHartmut Brandt2005-02-071-0/+10
* Rewrite of the buf code:Hartmut Brandt2005-02-041-156/+88
* None of the users of Buf_Discard used it to get rid of only a part ofHartmut Brandt2005-02-041-25/+10
* Remove a couple of unused buffer functions.Hartmut Brandt2005-02-021-154/+0
* Convert several typedefs from beeing pointers to structs to be the structsHartmut Brandt2005-02-021-13/+13
* Clean up include files and file including. Split nonints.h into piecesHartmut Brandt2005-02-011-3/+6
* Remove an extra space.Hartmut Brandt2004-12-031-1/+1
* Put macro arguments in paranthesis.Hartmut Brandt2004-12-031-1/+1
* Make sizes to be of type size_t and correct function arguments thatHartmut Brandt2004-12-031-16/+16
* Style: fix indentation, protect macro with do { } while (0).Hartmut Brandt2004-12-031-129/+128
* Style: remove a lot of unnecessary casts, add some and spell the nullHartmut Brandt2004-12-011-14/+15
* Stylification: missing spaces, extra space after function names, castsHartmut Brandt2004-11-301-39/+40
* Convert make(1) to use ANSI style function declarations. VariableJuli Mallett2002-10-091-37/+13
* #define<space> -> #define<tab>Juli Mallett2002-09-171-5/+5
* Avoid classy use of a variable one time with a constant value.Juli Mallett2002-06-131-2/+1
* Fix copyrights, and undo SCS ID damage.David E. O'Brien2002-04-131-1/+2
* Update SCM ID method.David E. O'Brien2002-04-131-3/+1
* De'register.David E. O'Brien2002-04-131-9/+9
* 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-3/+8
* 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-1/+1
* Fix for PR# 1095, make's continuation line handling buggySteve Price1996-09-221-0/+25
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-4/+4
* Bring in a number of changes from NetBSD's make, fixing quite a fewJordan K. Hubbard1995-01-231-4/+4
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+436