| Commit message (Expand) | Author | Age | Files | Lines |
* | Under certain conditions the condition parser would go one past end of | harti | 2005-05-25 | 1 | -1/+1 |
* | Get rid of the third argument to Var_Value() the pointer it pointed | harti | 2005-05-24 | 1 | -3/+1 |
* | Move the Boolean and ReturnStatus stuff from sprite.h to util.h and | harti | 2005-05-13 | 1 | -1/+0 |
* | Use a variable initialized to a string instead of the string directly | harti | 2005-05-12 | 1 | -6/+7 |
* | Move code in CondToken() and get rid of a goto. | harti | 2005-05-12 | 1 | -12/+11 |
* | Remove a useless else and un-indent the following code. | harti | 2005-05-12 | 1 | -377/+378 |
* | Implement a pseudo-target .WARN that allows toggeling the warning flags | harti | 2005-04-29 | 1 | -2/+2 |
* | Introduce a flag to enable extended warnings (-x) and make them off | harti | 2005-04-28 | 1 | -4/+7 |
* | Rework the directive parsing code. Instead of using a lot of strcmp()s | harti | 2005-04-11 | 1 | -163/+155 |
* | Style: fix indentation. | harti | 2005-04-01 | 1 | -886/+875 |
* | Make the structure for handling the input stack local to the parse | harti | 2005-03-30 | 1 | -3/+1 |
* | Make paths an explicite datatype instead of using the generic Lst. | harti | 2005-03-23 | 1 | -1/+1 |
* | Simplify buffer access by using Buf_Data() and Buf_Peel() where | harti | 2005-03-22 | 1 | -4/+1 |
* | Replace Lst_Find calls with LST_FOREACH loops. This helps in | harti | 2005-03-18 | 1 | -25/+7 |
* | Make sure the length variable is initialized to 0 before passing | harti | 2005-03-01 | 1 | -8/+9 |
* | Invent a Buf_Append function to append a NUL-terminated string | harti | 2005-02-07 | 1 | -5/+3 |
* | Style: line up with tabulators. | harti | 2005-02-04 | 1 | -6/+6 |
* | Use a typedef for the conditional handler function so that declaring | harti | 2005-02-04 | 1 | -7/+9 |
* | Constify an argument to a function. | harti | 2005-02-03 | 1 | -3/+3 |
* | Convert several typedefs from beeing pointers to structs to be the structs | harti | 2005-02-02 | 1 | -3/+4 |
* | Clean up include files and file including. Split nonints.h into pieces | harti | 2005-02-01 | 1 | -7/+16 |
* | Instead of dynamically allocating list heads allocated them statically | harti | 2004-12-16 | 1 | -2/+2 |
* | Constify the arguments to the list compare function. This temporarily | harti | 2004-12-08 | 1 | -3/+2 |
* | Fix breakage introduced on 64-bit platforms with my last commit. Need | harti | 2004-12-03 | 1 | -7/+7 |
* | Style: remove a lot of unnecessary casts, add some and spell the null | harti | 2004-12-01 | 1 | -8/+10 |
* | Stylification: missing spaces, extra space after function names, casts | harti | 2004-11-30 | 1 | -57/+57 |
* | Improve make's diagnostic of mistmatched .if-.endif. This patch is | harti | 2004-07-20 | 1 | -2/+21 |
* | Keep up with minor changes to NetBSD. Consider a variable empty when | imp | 2003-09-07 | 1 | -1/+1 |
* | Fixed broken arithmetic expression parser. | ru | 2003-07-04 | 1 | -5/+2 |
* | Remove efree(), it isn't used consistently enough to even pretend that it | jmallett | 2002-10-23 | 1 | -1/+1 |
* | Convert make(1) to use ANSI style function declarations. Variable | jmallett | 2002-10-09 | 1 | -37/+16 |
* | Add empty default cases where they should be, remove non-local execution stuff | jmallett | 2002-09-28 | 1 | -0/+2 |
* | Make the DEBUGF() macro portable by (ugh) adding a Debug() function, which | jmallett | 2002-09-18 | 1 | -4/+4 |
* | Move common use of if (DEBUG(FOO)) printf... to DEBUGF(FOO, ...), using | jmallett | 2002-09-17 | 1 | -8/+4 |
* | Diff reduction for great justice against NetBSD, cast to unsigned char when | jmallett | 2002-06-20 | 1 | -1/+1 |
* | Fix copyrights, and undo SCS ID damage. | obrien | 2002-04-13 | 1 | -1/+2 |
* | Update SCM ID method. | obrien | 2002-04-13 | 1 | -3/+1 |
* | De'register. | obrien | 2002-04-13 | 1 | -4/+4 |
* | remove __P | imp | 2002-03-22 | 1 | -15/+15 |
* | There's also no point in #typedef'ing void/char pointers. Accordingly, | will | 2000-12-02 | 1 | -4/+4 |
* | There's no reason to use fancy forms of NULL. Replace all instances | will | 2000-12-02 | 1 | -2/+2 |
* | Use __RCSID() | wsanchez | 2000-07-09 | 1 | -6/+4 |
* | Unduplicate IDs from comments, do $Id -> $FreeBSD$ (submitted-by: bde) | hoek | 1999-09-11 | 1 | -3/+1 |
* | $Id$ -> $FreeBSD$ | peter | 1999-08-28 | 1 | -1/+1 |
* | Merge style- and trivial- only changes from OpenBSD (dated 1999/07/29-19:55+1). | hoek | 1999-08-17 | 1 | -3/+7 |
* | Bugfix to last commit: Correctly intuit when an lhs is a string vs. number. | hoek | 1999-08-12 | 1 | -2/+3 |
* | Handle ".if ${T} > 1 || ${T} < 3" and friends correctly. | hoek | 1999-05-25 | 1 | -13/+14 |
* | Revert $FreeBSD$ to $Id$ | peter | 1997-02-22 | 1 | -1/+1 |
* | Make the long-awaited change from $Id$ to $FreeBSD$ | jkh | 1997-01-14 | 1 | -1/+1 |
* | O' to be bitten by CVS. Cleanup after import | steve | 1996-10-08 | 1 | -0/+2 |