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_6_6


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] PSD.doc/        
[DIR] lst.lib/        
[DIR] ohash/        
[TXT] Makefile  1.62   6 years  espie   depend is dead
[TXT] arch.c  1.89   6 years  espie   GC old cruft. noticed and patch Michael W. Bombardieri
[TXT] arch.h  1.8   11 years  espie   remove TIMESTAMP abstraction layer, prodded by theo. while there, clean up inclu...
[TXT] buf.c  1.27   9 years  millert   Add missing #include <stdint.h> for SIZE_MAX
[TXT] buf.h  1.22   11 years  espie   say goodbye to killing trailing spaces. this was yet another weirdness in our ma...
[TXT] cmd_exec.c  1.10   8 years  chl   remove unused variable ok espie@
[TXT] cmd_exec.h  1.4   13 years  espie   Correct $OpenBSD$ stuff
[TXT] compat.c  1.86   7 years  espie   small obvious cleanups: - remove a lot of unnecessary casts - zap extra param th...
[TXT] compat.h  1.3   13 years  espie   Correct $OpenBSD$ stuff
[TXT] cond.c  1.53   6 years  zhuk   More NUL (not NULL) checks. With support from guenther@ and millert@; final oka...
[TXT] cond.h  1.5   13 years  espie   Correct $OpenBSD$ stuff
[TXT] cond_int.h  1.6   13 years  espie   Correct $OpenBSD$ stuff
[TXT] defines.h  1.15   8 years  espie   make sure we use stdbool.h Mostly diff by Daniel Dickman, who told me to commit ...
[TXT] dir.c  1.68   7 years  espie   small obvious cleanups: - remove a lot of unnecessary casts - zap extra param th...
[TXT] dir.h  1.29   11 years  espie   remove TIMESTAMP abstraction layer, prodded by theo. while there, clean up inclu...
[TXT] direxpand.c  1.8   7 years  espie   small obvious cleanups: - remove a lot of unnecessary casts - zap extra param th...
[TXT] direxpand.h  1.2   13 years  espie   two small changes: - allow variables in SysV modifiers, as requested by matthieu...
[TXT] dump.c  1.9   7 years  espie   small obvious cleanups: - remove a lot of unnecessary casts - zap extra param th...
[TXT] dump.h  1.3   9 years  espie   a wee little bit more cleanup (more const and remove noise from CDIAGFLAGS... -p...
[TXT] engine.c  1.56   5 years  espie   fix very stupid bug.
[TXT] engine.h  1.13   11 years  espie   document engine interface, remove internal function from visible interface
[TXT] error.c  1.25   8 years  guenther   Mark all the error printing functions as printf-like; fix two format mismatches ...
[TXT] error.h  1.13   8 years  guenther   Mark all the error printing functions as printf-like; fix two format mismatches ...
[TXT] extern.h  1.43   13 years  espie   Correct $OpenBSD$ stuff
[TXT] for.c  1.47   6 years  millert   Fix a case where we could go off the end of the buffer. Crash found by Sergey Br...
[TXT] for.h  1.5   13 years  espie   Correct $OpenBSD$ stuff
[TXT] garray.h  1.9   10 years  espie   a bit more reallocarray (and kill ecalloc, which isn't used) okay chl@
[TXT] generate.c  1.18   7 years  natano   Implement the ${<D} and ${<F} variables, as documented in the manual. They are e...
[TXT] gnode.h  1.29   6 years  espie   better display of cycles in -j mode. lots of tests by krw@ review and comments b...
[TXT] init.c  1.7   11 years  espie   more changes, discussed and tested by various people. - put back some job contro...
[TXT] init.h  1.3   13 years  espie   Correct $OpenBSD$ stuff
[TXT] job.c  1.140   6 years  espie   somehow, I lost that static. From Michal W. Bombardieri, thx
[TXT] job.h  1.31   11 years  espie   a few more comments
[TXT] location.h  1.1   12 years  espie   minor cleanup: error messages include lineno and fileno together, so recognize t...
[TXT] lowparse.c  1.35   7 years  espie   small obvious cleanups: - remove a lot of unnecessary casts - zap extra param th...
[TXT] lowparse.h  1.11   11 years  espie   more changes, discussed and tested by various people. - put back some job contro...
[TXT] lst.h  1.31   8 years  espie   gc lst_ForEachNodeWhile, which isn't actually in use anywhere
[TXT] lst_t.h  1.3   13 years  espie   Correct $OpenBSD$ stuff
[TXT] main.c  1.123   5 years  espie   fix thinko from tb@'s commit. okay tb@
[TXT] main.h  1.5   13 years  espie   Correct $OpenBSD$ stuff
[TXT] make.1  1.129   4 years  espie   GC some old stuff okay millert@
[TXT] make.c  1.73   6 years  espie   zap trailing spaces from the previous commits and also other trailing spaces
[TXT] make.h  1.38   13 years  espie   Correct $OpenBSD$ stuff
[TXT] memory.c  1.11   10 years  espie   a bit more reallocarray (and kill ecalloc, which isn't used) okay chl@
[TXT] memory.h  1.10   6 years  espie   GC old cruft. noticed and patch Michael W. Bombardieri
[TXT] node_int.h  1.4   11 years  espie   - SPECIAL_DEPRECATED -> SPECIAL_NOTHING - nodes for .POSIX and .SCCS_GET (which ...
[TXT] parse.c  1.121   5 years  jsg   fix indentation ok krw@ millert@
[TXT] parse.h  1.7   8 years  espie   fix duplicate targets in target list for good: split previous groupling fix in t...
[TXT] parsevar.c  1.16   7 years  espie   add !!= feedback and okay millert@
[TXT] parsevar.h  1.5   13 years  espie   Correct $OpenBSD$ stuff
[TXT] pathnames.h  1.13   4 years  espie   GC some old stuff okay millert@
[TXT] regress.c  1.8   8 years  daniel   exit needs stdlib, switch to "return 0" to fix. ok espie
[TXT] stats.c  1.11   10 years  espie   pure reindent
[TXT] stats.h  1.6   13 years  espie   Correct $OpenBSD$ stuff
[TXT] str.c  1.32   5 years  espie   document brk_string slightly better remove the comment about .MAKE, since that's...
[TXT] str.h  1.2   13 years  espie   Correct $OpenBSD$ stuff
[TXT] suff.c  1.95   5 years  espie   commit again the cleanup part that didn't break anything and was ok'd millert@
[TXT] suff.h  1.10   11 years  espie   ... and zap redundant declaration.
[TXT] symtable.h  1.4   13 years  espie   Correct $OpenBSD$ stuff
[TXT] targ.c  1.78   6 years  espie   better display of cycles in -j mode. lots of tests by krw@ review and comments b...
[TXT] targ.h  1.13   11 years  espie   remove TIMESTAMP abstraction layer, prodded by theo. while there, clean up inclu...
[TXT] targequiv.c  1.8   7 years  espie   small obvious cleanups: - remove a lot of unnecessary casts - zap extra param th...
[TXT] targequiv.h  1.2   13 years  espie   Correct $OpenBSD$ stuff
[TXT] timestamp.c  1.10   11 years  espie   as checked through thorough tests, youngest->mtime == ctime, so ditch the extra ...
[TXT] timestamp.h  1.10   11 years  espie   as checked through thorough tests, youngest->mtime == ctime, so ditch the extra ...
[TXT] var.c  1.101   7 years  espie   add !!= feedback and okay millert@
[TXT] var.h  1.19   7 years  espie   add !!= feedback and okay millert@
[TXT] var_int.h  1.2   13 years  espie   Correct $OpenBSD$ stuff
[TXT] varmodifiers.c  1.47   6 years  bluhm   Also check for NUL termination at the first character of tstr in the error path ...
[TXT] varmodifiers.h  1.12   13 years  espie   Correct $OpenBSD$ stuff
[TXT] varname.c  1.6   11 years  espie   - make wrong variable specs (unterminated) parse errors. - add info to be able t...
[TXT] varname.h  1.4   13 years  espie   two small changes: - allow variables in SysV modifiers, as requested by matthieu...
[TXT] config.h (in the Attic) [Hide]  1.20   9 years  espie   enable the sinclude/-include feature support I wrote long ago. Other systems now...