summaryrefslogtreecommitdiff
path: root/usr.bin/make/buf.c
AgeCommit message (Expand)Author
2015-06-16Remove old fmake. It wasn't built by default for some time. Users thatWarner Losh
2011-12-30Spelling fixes for usr.bin/Ulrich Spörlein
2009-01-20Remove inlining of functions that are used mostly in different object files.Roman Divacky
2005-05-13Move the Boolean and ReturnStatus stuff from sprite.h to util.h andHartmut Brandt
2005-03-31Move the MAX macro to a util.h so it becomes usable in other modules.Hartmut Brandt
2005-03-22Two new functions: Buf_Data() returns a reference to the data inHartmut Brandt
2005-03-08Create a new function Buf_Peel that returns the string from insideHartmut Brandt
2005-02-07Introduce Buf_StripNewLines() and use it where appropriate.Hartmut Brandt
2005-02-07Invent a Buf_AppendRange function that appends a non-NUL-terminated stringHartmut Brandt
2005-02-07Invent a Buf_Append function to append a NUL-terminated stringHartmut Brandt
2005-02-04Rewrite of the buf code:Hartmut Brandt
2005-02-04None of the users of Buf_Discard used it to get rid of only a part ofHartmut Brandt
2005-02-02Remove a couple of unused buffer functions.Hartmut Brandt
2005-02-02Convert several typedefs from beeing pointers to structs to be the structsHartmut Brandt
2005-02-01Clean up include files and file including. Split nonints.h into piecesHartmut Brandt
2004-12-03Remove an extra space.Hartmut Brandt
2004-12-03Put macro arguments in paranthesis.Hartmut Brandt
2004-12-03Make sizes to be of type size_t and correct function arguments thatHartmut Brandt
2004-12-03Style: fix indentation, protect macro with do { } while (0).Hartmut Brandt
2004-12-01Style: remove a lot of unnecessary casts, add some and spell the nullHartmut Brandt
2004-11-30Stylification: missing spaces, extra space after function names, castsHartmut Brandt
2002-10-09Convert make(1) to use ANSI style function declarations. VariableJuli Mallett
2002-09-17#define<space> -> #define<tab>Juli Mallett
2002-06-13Avoid classy use of a variable one time with a constant value.Juli Mallett
2002-04-13Fix copyrights, and undo SCS ID damage.David E. O'Brien
2002-04-13Update SCM ID method.David E. O'Brien
2002-04-13De'register.David E. O'Brien
2000-07-09Use __RCSID()Wilfredo Sanchez
1999-09-11Unduplicate IDs from comments, do $Id -> $FreeBSD$ (submitted-by: bde)Tim Vanderhoek
1999-08-28$Id$ -> $FreeBSD$Peter Wemm
1999-08-17Merge style- and trivial- only changes from OpenBSD (dated 1999/07/29-19:55+1).Tim Vanderhoek
1997-02-22Revert $FreeBSD$ to $Id$Peter Wemm
1997-01-14Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard
1996-10-08O' to be bitten by CVS. Cleanup after importSteve Price
1996-10-06Merge in NetBSD's changes to make(1). Changes include:Steve Price
1996-09-22Fix for PR# 1095, make's continuation line handling buggySteve Price
1995-05-30Remove trailing whitespace.Rodney W. Grimes
1995-01-23Bring in a number of changes from NetBSD's make, fixing quite a fewJordan K. Hubbard
1994-05-27BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes