| Commit message (Expand) | Author | Age | Files | Lines |
* | Sync usage() with SYNOPSIS. | ru | 2003-04-15 | 1 | -3/+3 |
* | No need to check to see if we're running a version of FreeBSD 3.0 current or | imp | 2003-04-04 | 1 | -3/+0 |
* | Check the return status of chdir() when using the -C option. | seanc | 2002-12-17 | 1 | -1/+2 |
* | Remove efree(), it isn't used consistently enough to even pretend that it | jmallett | 2002-10-23 | 1 | -2/+2 |
* | Move utilitarian routines to util.c, which isn't the same as the old | jmallett | 2002-10-10 | 1 | -233/+1 |
* | Convert make(1) to use ANSI style function declarations. Variable | jmallett | 2002-10-09 | 1 | -37/+19 |
* | Remove extern declarations from functions and source files where they would | jmallett | 2002-10-09 | 1 | -1/+0 |
* | Remove unused local-locals, where upper-level locals may safely be used. | jmallett | 2002-10-09 | 1 | -8/+8 |
* | Reference the correct local variable in all parts of a for loop, so we | jmallett | 2002-10-08 | 1 | -1/+1 |
* | In lieu of a good way to prevent every possible looping in make(1), stop | jmallett | 2002-10-03 | 1 | -0/+21 |
* | Fix ability to use csh(1) as the make(1) shell. | jmallett | 2002-09-29 | 1 | -1/+3 |
* | Make make(1) WARNS=6 clean except for const issues. This mostly involves | jmallett | 2002-09-28 | 1 | -16/+16 |
* | Make the DEBUGF() macro portable by (ugh) adding a Debug() function, which | jmallett | 2002-09-18 | 1 | -0/+22 |
* | Add a -C ala GNU make(1) for Makefiles which are too lazy to use $(MAKE) and | jmallett | 2002-08-25 | 1 | -2/+5 |
* | main.c:450: warning: `targs' might be used uninitialized in this function | ru | 2002-08-11 | 1 | -1/+1 |
* | Pacify ``make -f /dev/null -V FOO''. | ru | 2002-08-07 | 1 | -34/+32 |
* | Back out jmallett's realpath changes. They break a set of makefiles that | imp | 2002-07-26 | 1 | -0/+28 |
* | Use %p to print a pointer, not %lx and a cast to (unsigned long). Yuck. | jmallett | 2002-06-13 | 1 | -1/+1 |
* | Don't do stupid things to avoid unused parameters, mark them __unused. | jmallett | 2002-06-13 | 1 | -2/+2 |
* | String lengths and sizeof()s are size_t not int. Mark an unused parameter | jmallett | 2002-06-12 | 1 | -1/+1 |
* | The error functions take constant pointers to strings for their format. | jmallett | 2002-06-12 | 1 | -3/+3 |
* | Back out the ``run shell from $PATH'' change; this was an overkill | ru | 2002-05-24 | 1 | -10/+2 |
* | Set the MAKEFILE variable to the value passed to ReadMakefile(), not the full | jmallett | 2002-05-23 | 1 | -2/+5 |
* | Do not run shell from /bin, run it from $PATH. | ru | 2002-05-22 | 1 | -2/+10 |
* | Added the MAKE_VERSION global that could be useful in determining | ru | 2002-05-22 | 1 | -0/+3 |
* | Make ReadMakefile() operate using the realpath(3) name for the file handed to | jmallett | 2002-05-21 | 1 | -3/+7 |
* | Do not reset MAKEFILE when reading ".depend" as this rather | ru | 2002-04-18 | 1 | -1/+6 |
* | Fix a minor lint warning. | obrien | 2002-04-13 | 1 | -0/+2 |
* | Prefer BSDmakefile over makefile and Makefile. | obrien | 2002-04-13 | 1 | -1/+2 |
* | Fix copyrights, and undo SCS ID damage. | obrien | 2002-04-13 | 1 | -2/+4 |
* | Update SCM ID method. | obrien | 2002-04-13 | 1 | -2/+2 |
* | Reorder #include. Cast arg #2 of lseek to an off_t when constant. No need to | charnier | 2002-04-12 | 1 | -10/+4 |
* | o unifdef -D__STDC__ | imp | 2002-03-23 | 1 | -41/+3 |
* | remove __P | imp | 2002-03-22 | 1 | -5/+5 |
* | unifdef -UWANT_ENV_PWD. | ru | 2001-04-25 | 1 | -17/+1 |
* | Make ${.OBJDIR} canonical. | ru | 2001-04-25 | 1 | -10/+2 |
* | MAXPATHLEN includes the trailing NUL. | imp | 2001-03-01 | 1 | -4/+4 |
* | Introduce support for using OpenSSL ASM optimizations. This is done | kris | 2001-02-19 | 1 | -0/+15 |
* | There's also no point in #typedef'ing void/char pointers. Accordingly, | will | 2000-12-02 | 1 | -12/+13 |
* | There's no reason to use fancy forms of NULL. Replace all instances | will | 2000-12-02 | 1 | -5/+5 |
* | Format string paranoia. This should avoid potential buffer overflows from | will | 2000-11-30 | 1 | -1/+1 |
* | *** empty log message *** | peter | 2000-09-25 | 1 | -11/+22 |
* | Allow use of the ${MAKE_SHELL} variable to specify alternate shells for | green | 2000-08-16 | 1 | -0/+13 |
* | Do include <unistd.h> for getopt interface. | imp | 2000-07-28 | 1 | -2/+1 |
* | Fix assembler error messages - there is no \n allowed in __COPYRIGHT macro | ache | 2000-07-09 | 1 | -2/+1 |
* | Use __RCSID() | wsanchez | 2000-07-09 | 1 | -12/+6 |
* | Add loud debugging facility (-dl option) which allows programmers/developers | will | 2000-05-14 | 1 | -0/+3 |
* | Improve backward compatibility. | marcel | 1999-11-23 | 1 | -1/+5 |
* | $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 | -18/+20 |