aboutsummaryrefslogtreecommitdiff
path: root/usr.bin/make/str.c
Commit message (Expand)AuthorAgeFilesLines
* 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