aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make/str.c
Commit message (Expand)AuthorAgeFilesLines
* Remove old fmake. It wasn't built by default for some time. Users thatWarner Losh2015-06-161-559/+0
* Spelling fixes for usr.bin/Ulrich Spörlein2011-12-301-2/+2
* Remove extraneous ;Ed Maste2010-07-121-1/+1
* Remove unnecessary includes.Xin LI2009-12-111-2/+0
* Don't go beyond the provided string when parsing the `\' character.Ruslan Ermilov2006-10-091-2/+4
* Make the ArgArray_Init() function visible to the rest of make.Hartmut Brandt2005-05-231-1/+1
* Get rid of global variables for argument vectors produced by brk_string()Hartmut Brandt2005-05-181-135/+176
* The first element of the vector built by brk_string() is neverHartmut Brandt2005-05-121-8/+8
* Style: fix indentation.Hartmut Brandt2005-04-011-63/+51
* Constify the input argument to brk_string.Hartmut Brandt2005-03-071-2/+4
* Invent a Buf_AppendRange function that appends a non-NUL-terminated stringHartmut Brandt2005-02-071-1/+1
* Invent a Buf_Append function to append a NUL-terminated stringHartmut Brandt2005-02-071-1/+1
* Minor cleanup: make brk_string to return argc only if the pointer to itHartmut Brandt2005-02-041-1/+2
* Convert several typedefs from beeing pointers to structs to be the structsHartmut Brandt2005-02-021-1/+2
* Clean up include files and file including. Split nonints.h into piecesHartmut Brandt2005-02-011-1/+8
* Fix quoting of the MAKEFLAGS environment variable by only quoting spacesHartmut Brandt2005-01-261-0/+99
* Remove all the cleanup functions. There is no reason to free memoryHartmut Brandt2004-12-171-18/+0
* Constify some calls of Buf_AddBytes.Hartmut Brandt2004-12-081-3/+3
* Consify the arguments to str_concat. Remove the STR_DOFREE flag for thatHartmut Brandt2004-12-081-8/+2
* Style: remove a lot of unnecessary casts, add some and spell the nullHartmut Brandt2004-12-011-6/+6
* Stylification: missing spaces, extra space after function names, castsHartmut Brandt2004-11-301-23/+24
* Fixed a bug that previous revision has introduced -- we missedRuslan Ermilov2004-01-251-3/+5
* Fixed broken logic when parsing double quotes.Ruslan Ermilov2004-01-221-14/+5
* Split var.c into var.c and var_modify.c and move all the modification funcsJuli Mallett2002-10-281-46/+9
* Remove efree(), it isn't used consistently enough to even pretend that itJuli Mallett2002-10-231-2/+2
* Convert make(1) to use ANSI style function declarations. VariableJuli Mallett2002-10-091-24/+10
* Add empty default cases where they should be, remove non-local execution stuffJuli Mallett2002-09-281-0/+4
* str_concat() doesn't really take const arguments.Juli Mallett2002-05-221-3/+3
* Replace the evil that is __DECONST() with (void *). This is one of the leastJuli Mallett2002-05-221-2/+2
* Fix make(1) behaviour regarding SysV-style substitution when given a nilJuli Mallett2002-05-051-0/+6
* Back out rev 1.17, it breaks dependencies.David E. O'Brien2002-04-141-15/+11
* Revision 1.17 seems to break a subsequent buildworld (i.e. with the newDavid E. O'Brien2002-04-131-2/+5
* Update SCM ID method.David E. O'Brien2002-04-131-3/+1
* Make str_concat handle NULL arguments properly (a-la how ODE-2.3.6 make does).David E. O'Brien2002-04-131-12/+13
* De'register.David E. O'Brien2002-04-131-9/+9
* Constify str_concat()David E. O'Brien2002-04-131-3/+3
* There's also no point in #typedef'ing void/char pointers. Accordingly,Will Andrews2000-12-021-1/+1
* Use __RCSID()Wilfredo Sanchez2000-07-091-6/+4
* Unduplicate IDs from comments, do $Id -> $FreeBSD$ (submitted-by: bde)Tim Vanderhoek1999-09-111-2/+0
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-2/+2
* 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-3/+4
* Merge in NetBSD's changes to make(1). Changes include:Steve Price1996-10-061-5/+4
* NetBSD fixes: declare more prototypes, move .OPTIONAL in alphabetAndrey A. Chernov1995-06-181-3/+6
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-11/+11
* Bring in a number of changes from NetBSD's make, fixing quite a fewJordan K. Hubbard1995-01-231-20/+67
* Fix a problem with passing quoted strings down to commands.Sean Eric Fagan1994-08-241-3/+6
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+439