OpenBSD CVS

src/usr.bin/make/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / make

Current tag: OPENBSD_3_1_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] PSD.doc/        
[DIR] lst.lib/        
[DIR] ohash/        
[TXT] Makefile  1.33   22 years  espie   Fixed version... don't see how this could work on i386, since it didn't initiali...
[TXT] arch.c  1.51   22 years  matthieu   use defined(__ELF__) instead of a list of ELF architectures from which sparc64 w...
[TXT] arch.h  1.1   22 years  espie   Mostly clean-up: - cut up those huge include files into separate interfaces for ...
[TXT] buf.c  1.18   22 years  deraadt   -Wall cleanup, mostly useless otherwise
[TXT] buf.h  1.15   22 years  espie   Mostly clean-up: - cut up those huge include files into separate interfaces for ...
[TXT] cmd_exec.c  1.1   22 years  espie   Mostly clean-up: - cut up those huge include files into separate interfaces for ...
[TXT] cmd_exec.h  1.1   22 years  espie   Mostly clean-up: - cut up those huge include files into separate interfaces for ...
[TXT] compat.c  1.46   22 years  millert   Use the volatile specifier to fix warnings about variables being clobbered by lo...
[TXT] compat.h  1.1   22 years  espie   Mostly clean-up: - cut up those huge include files into separate interfaces for ...
[TXT] cond.c  1.26   22 years  espie   Take includes out of lst.h, re-add what's needed to separate files. Removes rema...
[TXT] cond.h  1.1   22 years  espie   Mostly clean-up: - cut up those huge include files into separate interfaces for ...
[TXT] cond_int.h  1.2   22 years  espie   Mostly clean-up: - cut up those huge include files into separate interfaces for ...
[TXT] defines.h  1.2   22 years  millert   We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
[TXT] dir.c  1.37   22 years  espie   Fixed version... don't see how this could work on i386, since it didn't initiali...
[TXT] dir.h  1.15   22 years  espie   Mostly clean-up: - cut up those huge include files into separate interfaces for ...
[TXT] error.c  1.10   22 years  millert   We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
[TXT] error.h  1.7   22 years  mpech   occured->occurred idea from deraadt@ via NetBSD millert@ ok p.s. Next commit w...
[TXT] extern.h  1.38   22 years  espie   Mostly clean-up: - cut up those huge include files into separate interfaces for ...
[TXT] for.c  1.26   22 years  espie   Take includes out of lst.h, re-add what's needed to separate files. Removes rema...
[TXT] for.h  1.1   22 years  espie   Mostly clean-up: - cut up those huge include files into separate interfaces for ...
[TXT] garray.h  1.1   22 years  espie   Replace the most used static lists in make by persistent growable arrays. 5% spe...
[TXT] generate.c  1.4   22 years  espie   Mostly clean-up: - cut up those huge include files into separate interfaces for ...
[TXT] gnode.h  1.4   22 years  deraadt   back out changes that break kernel compiles. good testing jobmk install!
[TXT] init.c  1.1   22 years  espie   Mostly clean-up: - cut up those huge include files into separate interfaces for ...
[TXT] init.h  1.1   22 years  espie   Mostly clean-up: - cut up those huge include files into separate interfaces for ...
[TXT] job.c  1.50   22 years  espie   Kill remote comments, un-expose private code. ok millert@
[TXT] job.h  1.13   22 years  espie   Kill remote comments, un-expose private code. ok millert@
[TXT] lowparse.c  1.16   22 years  espie   Fixed version... don't see how this could work on i386, since it didn't initiali...
[TXT] lowparse.h  1.4   22 years  espie   Mostly clean-up: - cut up those huge include files into separate interfaces for ...
[TXT] lst.h  1.24   22 years  espie   Fixed version... don't see how this could work on i386, since it didn't initiali...
[TXT] lst_t.h  1.1   22 years  espie   Mostly clean-up: - cut up those huge include files into separate interfaces for ...
[TXT] main.c  1.57   22 years  espie   kill #ifdef REMOTE stuff that only obfuscates issues. ok millert@, miod@
[TXT] main.h  1.1   22 years  espie   Mostly clean-up: - cut up those huge include files into separate interfaces for ...
[TXT] make.1  1.44   22 years  deraadt   uname(3); hunter@dg.net.ua
[TXT] make.c  1.32   22 years  deraadt   back out changes that break kernel compiles. good testing jobmk install!
[TXT] make.h  1.32   22 years  espie   Mostly clean-up: - cut up those huge include files into separate interfaces for ...
[TXT] memory.c  1.1   22 years  espie   Mostly clean-up: - cut up those huge include files into separate interfaces for ...
[TXT] memory.h  1.1   22 years  espie   Mostly clean-up: - cut up those huge include files into separate interfaces for ...
[TXT] parse.c  1.66   22 years  espie   Fixed version... don't see how this could work on i386, since it didn't initiali...
[TXT] parse.h  1.1   22 years  espie   Mostly clean-up: - cut up those huge include files into separate interfaces for ...
[TXT] parsevar.c  1.1   22 years  espie   Mostly clean-up: - cut up those huge include files into separate interfaces for ...
[TXT] parsevar.h  1.1   22 years  espie   Mostly clean-up: - cut up those huge include files into separate interfaces for ...
[TXT] pathnames.h  1.9   22 years  espie   Mostly clean-up: - cut up those huge include files into separate interfaces for ...
[TXT] regress.c  1.4   22 years  espie   Mostly clean-up: - cut up those huge include files into separate interfaces for ...
[TXT] stats.c  1.5   22 years  espie   Replace the most used static lists in make by persistent growable arrays. 5% spe...
[TXT] stats.h  1.3   22 years  espie   Replace the most used static lists in make by persistent growable arrays. 5% spe...
[TXT] str.c  1.19   22 years  espie   Mostly clean-up: - cut up those huge include files into separate interfaces for ...
[TXT] str.h  1.1   22 years  espie   Mostly clean-up: - cut up those huge include files into separate interfaces for ...
[TXT] suff.c  1.49   22 years  espie   close PR 2311
[TXT] suff.h  1.1   22 years  espie   Mostly clean-up: - cut up those huge include files into separate interfaces for ...
[TXT] symtable.h  1.1   22 years  espie   Mostly clean-up: - cut up those huge include files into separate interfaces for ...
[TXT] targ.c  1.35   22 years  millert   We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.
[TXT] targ.h  1.1   22 years  espie   Mostly clean-up: - cut up those huge include files into separate interfaces for ...
[TXT] timestamp.c  1.1   22 years  espie   Mostly clean-up: - cut up those huge include files into separate interfaces for ...
[TXT] timestamp.h  1.1   22 years  espie   Mostly clean-up: - cut up those huge include files into separate interfaces for ...
[TXT] var.c  1.55   22 years  espie   Mostly clean-up: - cut up those huge include files into separate interfaces for ...
[TXT] var.h  1.1   22 years  espie   Mostly clean-up: - cut up those huge include files into separate interfaces for ...
[TXT] var_int.h  1.1   22 years  espie   Mostly clean-up: - cut up those huge include files into separate interfaces for ...
[TXT] varmodifiers.c  1.10   22 years  espie   Repair regular expression substitution. Even though the code can share some comm...
[TXT] varmodifiers.h  1.3   22 years  espie   Mostly clean-up: - cut up those huge include files into separate interfaces for ...
[TXT] varname.c  1.1   22 years  espie   Mostly clean-up: - cut up those huge include files into separate interfaces for ...
[TXT] varname.h  1.1   22 years  espie   Mostly clean-up: - cut up those huge include files into separate interfaces for ...
[TXT] Makefile.boot (in the Attic) [Hide]  1.8   22 years  espie   Synch
[TXT] config.h (in the Attic) [Hide]  1.13   22 years  matthieu   use defined(__ELF__) instead of a list of ELF architectures from which sparc64 w...
[TXT] timestamp_t.h (in the Attic) [Hide]  1.1   22 years  espie   Mostly clean-up: - cut up those huge include files into separate interfaces for ...
[TXT] util.c (in the Attic) [Hide]  1.17   22 years  millert   We live in an ANSI C world. Remove lots of gratuitous #ifdef __STDC__ cruft.