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_2_7_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] PSD.doc/        
[DIR] lst.lib/        
[DIR] ohash/        
[TXT] Makefile  1.13   24 years  espie   Rearrange Lst_Find interface to conform better with other functions.
[TXT] arch.c  1.26   24 years  espie   Remove idiotic, braindead casts T* -> void* They serve no purpose, except hiding...
[TXT] buf.c  1.12   24 years  espie   Allocate buffers as static data structures. This cuts down quite a lot of malloc...
[TXT] buf.h  1.11   24 years  espie   Allocate buffers as static data structures. This cuts down quite a lot of malloc...
[TXT] compat.c  1.24   24 years  espie   Record location in target node as well. Indicate what went wrong for commands li...
[TXT] cond.c  1.16   24 years  espie   Annotate CondStack with filenames/line numbers. Give a trace of dangling .if in ...
[TXT] dir.c  1.17   24 years  espie   Remove idiotic, braindead casts T* -> void* They serve no purpose, except hiding...
[TXT] dir.h  1.5   24 years  espie   Bug-fix: make should behave sensibly when presented with negative times... - le...
[TXT] error.c  1.2   24 years  millert   Silence gcc -Wall on alpha in enomem() printf via cast to u_long.
[TXT] error.h  1.1   24 years  espie   Split some allocation/error handling functions out of main.c
[TXT] extern.h  1.20   24 years  espie   Don't free Makefile filenames when the file is finished reading, but keep them f...
[TXT] for.c  1.15   24 years  espie   Remove idiotic, braindead casts T* -> void* They serve no purpose, except hiding...
[TXT] job.c  1.25   24 years  espie   Remove idiotic, braindead casts T* -> void* They serve no purpose, except hiding...
[TXT] job.h  1.6   24 years  espie   NIL, NILGNODE, etc, are only glorified NULL. Get rid of them. Get rid of list.h...
[TXT] lst.h  1.11   24 years  espie   Rearrange Lst_Find interface to conform better with other functions.
[TXT] main.c  1.30   24 years  espie   Junk CDPATH from the environment.
[TXT] make.1  1.31   24 years  aaron   Trailing whitespace begone!
[TXT] make.c  1.14   24 years  espie   Remove idiotic, braindead casts T* -> void* They serve no purpose, except hiding...
[TXT] make.h  1.18   24 years  espie   Record location in target node as well. Indicate what went wrong for commands li...
[TXT] parse.c  1.39   24 years  espie   Record location in target node as well. Indicate what went wrong for commands li...
[TXT] pathnames.h  1.7   25 years  espie   Modifications from netbsd: - don't interfere with MACHINE/MACHINE_ARCH defines f...
[TXT] str.c  1.11   24 years  espie   Introduce `common usage' buf patterns and use them.
[TXT] suff.c  1.25   24 years  espie   Remove idiotic, braindead casts T* -> void* They serve no purpose, except hiding...
[TXT] targ.c  1.16   24 years  espie   Initialize lineno and fname, see parse.c.
[TXT] var.c  1.30   24 years  espie   Remove idiotic, braindead casts T* -> void* They serve no purpose, except hiding...
[TXT] Makefile.boot (in the Attic) [Hide]  1.6   25 years  espie   Modifications from netbsd: - don't interfere with MACHINE/MACHINE_ARCH defines f...
[TXT] bit.h (in the Attic) [Hide]  1.5   25 years  espie   Modifications from netbsd: - don't interfere with MACHINE/MACHINE_ARCH defines f...
[TXT] config.h (in the Attic) [Hide]  1.9   25 years  espie   Modifications from netbsd: - don't interfere with MACHINE/MACHINE_ARCH defines f...
[TXT] hash.c (in the Attic) [Hide]  1.5   24 years  espie   NIL, NILGNODE, etc, are only glorified NULL. Get rid of them. Get rid of list.h...
[TXT] hash.h (in the Attic) [Hide]  1.5   24 years  espie   Remove idiotic, braindead casts T* -> void* They serve no purpose, except hiding...
[TXT] sprite.h (in the Attic) [Hide]  1.7   24 years  espie   Remove idiotic, braindead casts T* -> void* They serve no purpose, except hiding...
[TXT] util.c (in the Attic) [Hide]  1.11   24 years  espie   Kill Str_FindSubString, it's strstr.