| Age | Commit message (Expand) | Author |
| 2015-06-16 | Remove old fmake. It wasn't built by default for some time. Users that | Warner Losh |
| 2009-01-20 | Remove inlining of functions that are used mostly in different object files. | Roman Divacky |
| 2008-12-29 | Consistently use Var_SetGlobal(). | David E. O'Brien |
| 2005-05-24 | Get rid of the third argument to Var_Value() the pointer it pointed | Hartmut Brandt |
| 2005-05-13 | Use the print_flags function to print the OP_ flags of a target. | Hartmut Brandt |
| 2005-05-12 | Cleanup SuffFindArchDeps() to get rid of two const-warnings. | Hartmut Brandt |
| 2005-05-09 | Split Var_Subst() into two functions: Var_SubstOnly() which substitutes | Hartmut Brandt |
| 2005-03-23 | Make paths an explicite datatype instead of using the generic Lst. | Hartmut Brandt |
| 2005-03-22 | Simplify buffer access by using Buf_Data() and Buf_Peel() where | Hartmut Brandt |
| 2005-03-21 | Replace calls to Lst_Find with either appropriate LST_FOREACH macros | Hartmut Brandt |
| 2005-03-18 | Fix a bug in matching suffixes. Under certain circumstances the code | Hartmut Brandt |
| 2005-03-14 | Get rid of another Lst_ForEach in favour of LST_FOREACH. Get rid | Hartmut Brandt |
| 2005-03-14 | Move the creation of a Src structure into its own function. | Hartmut Brandt |
| 2005-03-14 | Convert a couple of other uses of Lst_ForEach to LST_FOREACH and | Hartmut Brandt |
| 2005-03-11 | Simplify the print routines by using LST_FOREACH instead of Lst_ForEach | Hartmut Brandt |
| 2005-03-11 | Remove the leading underscore from structure tags. All identifiers | Hartmut Brandt |
| 2005-03-11 | Style: Fix indentation. | Hartmut Brandt |
| 2005-03-10 | Reorganize Suff_EndTransform to be called only for nodes for | Hartmut Brandt |
| 2005-03-10 | Style: fix function style before working on it (mainly intendation). | Hartmut Brandt |
| 2005-03-09 | Split SuffExpandChildren into three functions: one that skips | Hartmut Brandt |
| 2005-03-09 | Var_Subst() cannot return NULL so there is no reason to check | Hartmut Brandt |
| 2005-03-08 | Style: fix indentation of SuffExpandChildren before working on it. | Hartmut Brandt |
| 2005-03-01 | Make sure the length variable is initialized to 0 before passing | Hartmut Brandt |
| 2005-02-25 | Change the return value of Var_Subst to return a Buffer instead | Hartmut Brandt |
| 2005-02-04 | Move PrintAddr() from util.c into suff.c - the only file where it is | Hartmut Brandt |
| 2005-02-04 | General whitespace cleanup: remove mixes of tabs and spaces, remove | Hartmut Brandt |
| 2005-02-04 | Some more easy constification. | Hartmut Brandt |
| 2005-02-01 | Clean up include files and file including. Split nonints.h into pieces | Hartmut Brandt |
| 2004-12-17 | Remove all the cleanup functions. There is no reason to free memory | Hartmut Brandt |
| 2004-12-16 | Instead of dynamically allocating list heads allocated them statically | Hartmut Brandt |
| 2004-12-08 | Don't free the second list in Lst_Concat for LST_CONCLINK; free it | Hartmut Brandt |
| 2004-12-08 | Get rid of the sequential access feature of the lists. This was used | Hartmut Brandt |
| 2004-12-08 | Constify the arguments to the list compare function. This temporarily | Hartmut Brandt |
| 2004-12-07 | Typedefs of pointers to structs are evil. Make Lst and LstNode typedef of | Hartmut Brandt |
| 2004-12-07 | Make needs no circular lists so remove them from the list code. | Hartmut Brandt |
| 2004-12-03 | Fix breakage introduced on 64-bit platforms with my last commit. Need | Hartmut Brandt |
| 2004-12-01 | Style: remove a lot of unnecessary casts, add some and spell the null | Hartmut Brandt |
| 2004-11-30 | Stylification: missing spaces, extra space after function names, casts | Hartmut Brandt |
| 2004-04-12 | The .DEFAULT target with no commands caused a null pointer dereference. | Ruslan Ermilov |
| 2002-12-30 | Fix typos, mostly s/ an / a / where appropriate and a few s/an/and/ | Jens Schweikhardt |
| 2002-10-23 | Remove efree(), it isn't used consistently enough to even pretend that it | Juli Mallett |
| 2002-10-09 | Convert make(1) to use ANSI style function declarations. Variable | Juli Mallett |
| 2002-09-28 | Make make(1) WARNS=6 clean except for const issues. This mostly involves | Juli Mallett |
| 2002-09-28 | Add empty default cases where they should be, remove non-local execution stuff | Juli Mallett |
| 2002-09-18 | Make the DEBUGF() macro portable by (ugh) adding a Debug() function, which | Juli Mallett |
| 2002-09-17 | Move common use of if (DEBUG(FOO)) printf... to DEBUGF(FOO, ...), using | Juli Mallett |
| 2002-09-17 | #define<space> -> #define<tab> | Juli Mallett |
| 2002-04-13 | Update SCM ID method. | David E. O'Brien |
| 2002-04-13 | De'register. | David E. O'Brien |
| 2002-03-22 | remove __P | Warner Losh |