summaryrefslogtreecommitdiffstats
path: root/usr.bin/make/arch.c
Commit message (Expand)AuthorAgeFilesLines
* Get rid of the third argument to Var_Value() the pointer it pointedharti2005-05-241-10/+4
* Fix a 64-bit warning by casting an int64_t to intmax_t and printing itharti2005-05-241-1/+2
* Get rid of the ReturnStatus obscuration that was anyway used onlyharti2005-05-181-14/+14
* Move the definitions of the OP_* constants from make.h into GNode.hharti2005-05-101-0/+1
* Split Var_Subst() into two functions: Var_SubstOnly() which substitutesharti2005-05-091-2/+2
* Almost complete rewrite of the archive code (except for the Makefile parsingharti2005-03-311-427/+490
* Make paths an explicite datatype instead of using the generic Lst.harti2005-03-231-3/+3
* Remove the last two instances of Lst_Find() calls.harti2005-03-221-23/+4
* Simplify buffer access by using Buf_Data() and Buf_Peel() whereharti2005-03-221-6/+2
* Ups. Revert the last commits. These have been committed by accident.harti2005-03-151-452/+430
* modifier_M: instead of going through the string twice to compute theharti2005-03-151-430/+452
* Style: remove unneeded parantheses in conditionals.harti2005-03-031-8/+8
* Fix parsing of archives: in System V archive format the member namesharti2005-03-031-2/+4
* Make sure the length variable is initialized to 0 before passingharti2005-03-011-2/+2
* Change the return value of Var_Subst to return a Buffer insteadharti2005-02-251-8/+18
* Fix the indendation of some multi-line comments.harti2005-02-231-22/+22
* Style: fix indendation to be 8 and use tabulators. Fix lines longer thanharti2005-02-211-693/+717
* Fix a bug in handling archive members: when a member was not foundharti2005-02-211-15/+11
* Fix spacing by converting mixes of space and tab to tab. Also add a numberharti2005-02-101-4/+4
* General whitespace cleanup: remove mixes of tabs and spaces, removeharti2005-02-041-65/+64
* Replace space, tab mixes by tabs.harti2005-02-041-5/+5
* Some more easy constification.harti2005-02-041-5/+7
* Clean up include files and file including. Split nonints.h into piecesharti2005-02-011-16/+23
* Remove all the cleanup functions. There is no reason to free memoryharti2004-12-171-55/+0
* Instead of dynamically allocating list heads allocated them staticallyharti2004-12-161-16/+12
* Get rid of the sequential access feature of the lists. This was usedharti2004-12-081-8/+1
* Constify the arguments to the list compare function. This temporarilyharti2004-12-081-3/+3
* Typedefs of pointers to structs are evil. Make Lst and LstNode typedef ofharti2004-12-071-6/+6
* Make needs no circular lists so remove them from the list code.harti2004-12-071-2/+2
* Fix breakage introduced on 64-bit platforms with my last commit. Needharti2004-12-031-3/+3
* Style: remove a lot of unnecessary casts, add some and spell the nullharti2004-12-011-18/+19
* Stylification: missing spaces, extra space after function names, castsharti2004-11-301-125/+121
* Fix a bug that would truncate the full name of an archive member ifharti2004-11-291-2/+5
* Remove efree(), it isn't used consistently enough to even pretend that itjmallett2002-10-231-6/+6
* Convert make(1) to use ANSI style function declarations. Variablejmallett2002-10-091-48/+28
* Make the DEBUGF() macro portable by (ugh) adding a Debug() function, whichjmallett2002-09-181-7/+7
* Move common use of if (DEBUG(FOO)) printf... to DEBUGF(FOO, ...), usingjmallett2002-09-171-20/+15
* #define<space> -> #define<tab>jmallett2002-09-171-4/+4
* Use %zu to print size_t.jmallett2002-07-151-2/+2
* Expand a buffer to reduce diffs to NetBSD.jmallett2002-06-201-2/+2
* Diff reduction for great justice against NetBSD, cast to unsigned char whenjmallett2002-06-201-3/+3
* String lengths and sizeof()s are size_t not int. Mark an unused parameterjmallett2002-06-121-2/+2
* Update SCM ID method.obrien2002-04-131-3/+1
* De'register.obrien2002-04-131-1/+1
* remove __Pimp2002-03-221-5/+5
* MAXPATHLEN includes the trailing NUL.imp2001-03-011-2/+2
* Fix a bug introduced in rev. 1.17: initialize variables before use, not after.des2000-12-161-1/+1
* There's also no point in #typedef'ing void/char pointers. Accordingly,will2000-12-021-15/+15
* There's no reason to use fancy forms of NULL. Replace all instanceswill2000-12-021-5/+5
* Format string paranoia. This should avoid potential buffer overflows fromwill2000-11-301-9/+25
OpenPOWER on IntegriCloud