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_9_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] PSD.doc/        
[DIR] lst.lib/        
[DIR] ohash/        
[TXT] Makefile  1.64   4 years  espie   make the choice of engine explicit simplify the running of .BEGIN/.END so that ...
[TXT] arch.c  1.91   4 years  espie   introduce a "Buf_Reinit" function for handling static buffers that can be reused...
[TXT] arch.h  1.8   11 years  espie   remove TIMESTAMP abstraction layer, prodded by theo. while there, clean up inclu...
[TXT] buf.c  1.29   4 years  espie   introduce a "Buf_Reinit" function for handling static buffers that can be reused...
[TXT] buf.h  1.24   4 years  espie   introduce a "Buf_Reinit" function for handling static buffers that can be reused...
[TXT] cmd_exec.c  1.11   4 years  espie   turns out there WAS something fishy in signal handling in the "generic" reaper. ...
[TXT] cmd_exec.h  1.4   13 years  espie   Correct $OpenBSD$ stuff
[TXT] compat.c  1.93   4 years  espie   remove OP_* for deprecated keywords (document that :: still uses OP_INVISIBLE) ...
[TXT] compat.h  1.5   4 years  espie   make the choice of engine explicit simplify the running of .BEGIN/.END so that ...
[TXT] cond.c  1.54   4 years  espie   rename a few variable/functions to have better names. adjust comments to be more...
[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.12   4 years  espie   remove OP_* for deprecated keywords (document that :: still uses OP_INVISIBLE) ...
[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.69   4 years  espie   remove OP_* for deprecated keywords (document that :: still uses OP_INVISIBLE) ...
[TXT] engine.h  1.17   4 years  espie   introduce a JOB_KEEPERROR flag so that the logic for moving jobs to availableJob...
[TXT] enginechoice.c  1.3   3 years  espie   better if I commit the version which actually includes the header ;)
[TXT] enginechoice.h  1.2   3 years  espie   somehow I forgot to add copyright and to include the right prototypes. No actual...
[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] expandchildren.c  1.2   4 years  espie   remove OP_* for deprecated keywords (document that :: still uses OP_INVISIBLE) ...
[TXT] expandchildren.h  1.1   4 years  espie   move a large chunk of suff.c into its own file (independent functions which are ...
[TXT] extern.h  1.44   4 years  espie   simplify the way we account for different jobs: - have a simple variable "sequen...
[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.10   4 years  espie   - give a specific value to OP_ERROR that doesn't occur in nature - define OP_ZER...
[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.39   4 years  espie   remove OP_* for deprecated keywords (document that :: still uses OP_INVISIBLE) ...
[TXT] init.c  1.8   4 years  espie   turns out there WAS something fishy in signal handling in the "generic" reaper. ...
[TXT] init.h  1.3   13 years  espie   Correct $OpenBSD$ stuff
[TXT] job.c  1.162   3 years  espie   kill dead line okay millert@
[TXT] job.h  1.38   3 years  espie   Init_Sigset() isn't a prototype without the void! obvious warning fix
[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.33   3 years  espie   warn about proper usage of Lst_Destroy. as noticed by jsg@
[TXT] lst_t.h  1.3   13 years  espie   Correct $OpenBSD$ stuff
[TXT] main.c  1.127   4 years  espie   make the choice of engine explicit simplify the running of .BEGIN/.END so that ...
[TXT] main.h  1.6   4 years  espie   simplify the way we account for different jobs: - have a simple variable "sequen...
[TXT] make.1  1.133   3 years  jsg   use a journal reference instead of cstr when possible
[TXT] make.c  1.82   4 years  espie   remove OP_* for deprecated keywords (document that :: still uses OP_INVISIBLE) ...
[TXT] make.h  1.40   4 years  espie   make the choice of engine explicit simplify the running of .BEGIN/.END so that ...
[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.134   3 years  espie   put back Lst_Destroy(paths) where it belongs noticed by jsg@
[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   4 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.102   4 years  espie   make the choice of engine explicit simplify the running of .BEGIN/.END so that ...
[TXT] suff.h  1.12   4 years  espie   move a large chunk of suff.c into its own file (independent functions which are ...
[TXT] symtable.h  1.5   4 years  espie   yet another mostly cosmetic diff - rename context into localvars, which is more ...
[TXT] targ.c  1.85   4 years  espie   remove OP_* for deprecated keywords (document that :: still uses OP_INVISIBLE) ...
[TXT] targ.h  1.15   4 years  espie   make the choice of engine explicit simplify the running of .BEGIN/.END so that ...
[TXT] targequiv.c  1.9   4 years  espie   rename a few variable/functions to have better names. adjust comments to be more...
[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.103   4 years  espie   we also have "VAR_*" constants in parsevar with totally different meanings. Rena...
[TXT] var.h  1.20   4 years  espie   yet another mostly cosmetic diff - rename context into localvars, which is more ...
[TXT] var_int.h  1.2   13 years  espie   Correct $OpenBSD$ stuff
[TXT] varmodifiers.c  1.48   3 years  tb   Fix :S with anchors and replacement gnezdo noticed that :S/old_string/new_strin...
[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...