| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge compat.c into job.c. There is a lot in common between these | Hartmut Brandt | 2005-05-10 | 1 | -765/+0 |
| * | Split Var_Subst() into two functions: Var_SubstOnly() which substitutes | Hartmut Brandt | 2005-05-09 | 1 | -1/+1 |
| * | Replace Lst_ForEach by LST_FOREACH. | Hartmut Brandt | 2005-03-16 | 1 | -7/+3 |
| * | Use the Buf_Peel function to get to the string contained into a | Hartmut Brandt | 2005-03-08 | 1 | -5/+1 |
| * | Remove useless local prototypes. | Hartmut Brandt | 2005-03-08 | 1 | -4/+0 |
| * | Style: fix indentation. | Hartmut Brandt | 2005-03-08 | 1 | -479/+489 |
| * | Change the return value of Var_Subst to return a Buffer instead | Hartmut Brandt | 2005-02-25 | 1 | -1/+6 |
| * | Replace the calls to Lst_ForEach with the new LST_FOREACH macro and | Hartmut Brandt | 2005-02-24 | 1 | -8/+22 |
| * | Fix spacing by converting mixes of space and tab to tab. Also add a number | Hartmut Brandt | 2005-02-10 | 1 | -13/+13 |
| * | Use _exit() instead of exit() when the exec() after a vfork() fails. | Hartmut Brandt | 2005-02-04 | 1 | -1/+1 |
| * | General whitespace cleanup: remove mixes of tabs and spaces, remove | Hartmut Brandt | 2005-02-04 | 1 | -3/+3 |
| * | Minor cleanup: make brk_string to return argc only if the pointer to it | Hartmut Brandt | 2005-02-04 | 1 | -14/+4 |
| * | Style: remove a space between a function name and the opening | Hartmut Brandt | 2005-02-04 | 1 | -1/+1 |
| * | Some more easy constification. | Hartmut Brandt | 2005-02-04 | 1 | -4/+5 |
| * | Clean up include files and file including. Split nonints.h into pieces | Hartmut Brandt | 2005-02-01 | 1 | -14/+23 |
| * | Instead of dynamically allocating list heads allocated them statically | Hartmut Brandt | 2004-12-16 | 1 | -10/+10 |
| * | Typedefs of pointers to structs are evil. Make Lst and LstNode typedef of | Hartmut Brandt | 2004-12-07 | 1 | -2/+2 |
| * | Style: remove a lot of unnecessary casts, add some and spell the null | Hartmut Brandt | 2004-12-01 | 1 | -13/+13 |
| * | Stylification: missing spaces, extra space after function names, casts | Hartmut Brandt | 2004-11-30 | 1 | -59/+60 |
| * | Fix a (very) long standing bug in make (this has been there probably | Hartmut Brandt | 2004-11-12 | 1 | -15/+42 |
| * | Expand the scope of the .SHELL specification to also cover | Ruslan Ermilov | 2004-10-23 | 1 | -2/+5 |
| * | Implement POSIX's '+' flag for command lines. This flag causes a line | Hartmut Brandt | 2004-07-29 | 1 | -24/+43 |
| * | Make the -q option DTRT in the compat mode. | Ruslan Ermilov | 2003-10-03 | 1 | -1/+1 |
| * | Remove efree(), it isn't used consistently enough to even pretend that it | Juli Mallett | 2002-10-23 | 1 | -4/+4 |
| * | Convert make(1) to use ANSI style function declarations. Variable | Juli Mallett | 2002-10-09 | 1 | -14/+8 |
| * | Make make(1) WARNS=6 clean except for const issues. This mostly involves | Juli Mallett | 2002-09-28 | 1 | -5/+5 |
| * | Add empty default cases where they should be, remove non-local execution stuff | Juli Mallett | 2002-09-28 | 1 | -13/+5 |
| * | Make the DEBUGF() macro portable by (ugh) adding a Debug() function, which | Juli Mallett | 2002-09-18 | 1 | -4/+4 |
| * | Move common use of if (DEBUG(FOO)) printf... to DEBUGF(FOO, ...), using | Juli Mallett | 2002-09-17 | 1 | -11/+5 |
| * | String lengths and sizeof()s are size_t not int. Mark an unused parameter | Juli Mallett | 2002-06-12 | 1 | -0/+1 |
| * | Back out the ``run shell from $PATH'' change; this was an overkill | Ruslan Ermilov | 2002-05-24 | 1 | -11/+3 |
| * | Do not run shell from /bin, run it from $PATH. | Ruslan Ermilov | 2002-05-22 | 1 | -3/+11 |
| * | Fix copyrights, and undo SCS ID damage. | David E. O'Brien | 2002-04-13 | 1 | -1/+2 |
| * | Update SCM ID method. | David E. O'Brien | 2002-04-13 | 1 | -3/+1 |
| * | De'register. | David E. O'Brien | 2002-04-13 | 1 | -1/+1 |
| * | remove __P | Warner Losh | 2002-03-22 | 1 | -3/+3 |
| * | Use STD{ERR,IN,OUT}_FILENO instead of their numeric values. The | Sheldon Hearn | 2001-07-26 | 1 | -4/+5 |
| * | There's also no point in #typedef'ing void/char pointers. Accordingly, | Will Andrews | 2000-12-02 | 1 | -14/+14 |
| * | There's no reason to use fancy forms of NULL. Replace all instances | Will Andrews | 2000-12-02 | 1 | -7/+7 |
| * | Use __RCSID() | Wilfredo Sanchez | 2000-07-09 | 1 | -6/+4 |
| * | Add loud debugging facility (-dl option) which allows programmers/developers | Will Andrews | 2000-05-14 | 1 | -1/+1 |
| * | #include <errno.h> where needed. Kill extern int errno;. | Warner Losh | 2000-04-14 | 1 | -1/+0 |
| * | Unduplicate IDs from comments, do $Id -> $FreeBSD$ (submitted-by: bde) | Tim Vanderhoek | 1999-09-11 | 1 | -2/+0 |
| * | $Id$ -> $FreeBSD$ | Peter Wemm | 1999-08-28 | 1 | -2/+2 |
| * | Merge style- and trivial- only changes from OpenBSD (dated 1999/07/29-19:55+1). | Tim Vanderhoek | 1999-08-17 | 1 | -9/+14 |
| * | When printing an error message after command execution fails, don't assume | Tim Vanderhoek | 1999-07-31 | 1 | -2/+4 |
| * | Fix spurious `free()' when -d g2 is enabled. | Joseph Koshy | 1998-09-09 | 1 | -3/+12 |
| * | When exiting on SIGINT, exit with signal status | Martin Cracauer | 1998-08-24 | 1 | -2/+5 |
| * | Fix broken (at least on alpha, but probably on i386 too) code which | John Birrell | 1998-05-13 | 1 | -4/+4 |
| * | Some commands are shell builtins. Execute the builtins by the shell | Wolfram Schneider | 1998-05-12 | 1 | -1/+50 |