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


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] PSD.doc/        
[DIR] lst.lib/        
[DIR] ohash/        
[TXT] Makefile  1.65   8 months  espie   GC old code that was originally implemented to facilitate adoption by other BSDs...
[TXT] arch.c  1.94   8 months  espie   GC old code that was originally implemented to facilitate adoption by other BSDs...
[TXT] arch.h  1.8   11 years  espie   remove TIMESTAMP abstraction layer, prodded by theo. while there, clean up inclu...
[TXT] buf.c  1.30   8 months  espie   GC old code that was originally implemented to facilitate adoption by other BSDs...
[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.13   8 months  espie   GC old code that was originally implemented to facilitate adoption by other BSDs...
[TXT] cmd_exec.h  1.5   8 months  espie   reuse the code to exec command for VAR != cmd *and* normal target processing ok...
[TXT] compat.c  1.94   8 months  espie   GC old code that was originally implemented to facilitate adoption by other BSDs...
[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.55   8 months  espie   GC old code that was originally implemented to facilitate adoption by other BSDs...
[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.16   8 months  jsg   unifdef HAS_INLINES inline is part of gnu89 and c99 ok kn@ espie@
[TXT] dir.c  1.69   8 months  espie   GC old code that was originally implemented to facilitate adoption by other BSDs...
[TXT] dir.h  1.29   11 years  espie   remove TIMESTAMP abstraction layer, prodded by theo. while there, clean up inclu...
[TXT] direxpand.c  1.9   8 months  espie   GC old code that was originally implemented to facilitate adoption by other BSDs...
[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.74   4 weeks  cheloha   make(1): inline set_times() into Job_Touch() set_times() has one caller: Job_To...
[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.4   8 months  espie   GC old code that was originally implemented to facilitate adoption by other BSDs...
[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.26   8 months  espie   GC old code that was originally implemented to facilitate adoption by other BSDs...
[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.4   2 weeks  jsg   correct indentation; no functional change ok tb@
[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.48   8 months  espie   GC old code that was originally implemented to facilitate adoption by other BSDs...
[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.10   8 months  espie   GC old code that was originally implemented to facilitate adoption by other BSDs...
[TXT] init.h  1.3   13 years  espie   Correct $OpenBSD$ stuff
[TXT] job.c  1.165   8 months  espie   GC old code that was originally implemented to facilitate adoption by other BSDs...
[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.36   8 months  espie   GC old code that was originally implemented to facilitate adoption by other BSDs...
[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.34   8 months  jsg   unifdef HAS_INLINES inline is part of gnu89 and c99 ok kn@ espie@
[TXT] lst_t.h  1.3   13 years  espie   Correct $OpenBSD$ stuff
[TXT] main.c  1.132   8 months  espie   GC old code that was originally implemented to facilitate adoption by other BSDs...
[TXT] main.h  1.7   11 months  espie   Due to the way make is designed, not being able to read a makefile is basically ...
[TXT] make.1  1.141   8 months  espie   document .VARIABLES
[TXT] make.c  1.84   8 months  espie   GC old code that was originally implemented to facilitate adoption by other BSDs...
[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   9 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.136   8 months  espie   GC old code that was originally implemented to facilitate adoption by other BSDs...
[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.17   8 months  espie   GC old code that was originally implemented to facilitate adoption by other BSDs...
[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.12   8 months  espie   GC old code that was originally implemented to facilitate adoption by other BSDs...
[TXT] stats.h  1.6   13 years  espie   Correct $OpenBSD$ stuff
[TXT] str.c  1.33   8 months  espie   GC old code that was originally implemented to facilitate adoption by other BSDs...
[TXT] str.h  1.2   13 years  espie   Correct $OpenBSD$ stuff
[TXT] suff.c  1.103   8 months  espie   GC old code that was originally implemented to facilitate adoption by other BSDs...
[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.86   8 months  espie   GC old code that was originally implemented to facilitate adoption by other BSDs...
[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.10   8 months  espie   GC old code that was originally implemented to facilitate adoption by other BSDs...
[TXT] targequiv.h  1.2   13 years  espie   Correct $OpenBSD$ stuff
[TXT] timestamp.c  1.12   4 weeks  cheloha   make(1): inline set_times() into Job_Touch() set_times() has one caller: Job_To...
[TXT] timestamp.h  1.12   4 weeks  cheloha   make(1): inline set_times() into Job_Touch() set_times() has one caller: Job_To...
[TXT] var.c  1.106   8 months  espie   GC old code that was originally implemented to facilitate adoption by other BSDs...
[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.49   8 months  espie   GC old code that was originally implemented to facilitate adoption by other BSDs...
[TXT] varmodifiers.h  1.12   13 years  espie   Correct $OpenBSD$ stuff
[TXT] varname.c  1.7   8 months  espie   GC old code that was originally implemented to facilitate adoption by other BSDs...
[TXT] varname.h  1.4   13 years  espie   two small changes: - allow variables in SysV modifiers, as requested by matthieu...
[TXT] Makefile.boot (in the Attic) [Hide]  1.11   10 years  deraadt   this Makefile does not really help anyone bring up make ok espie
[TXT] bit.h (in the Attic) [Hide]  1.8   23 years  espie   old file
[TXT] config.h (in the Attic) [Hide]  1.22   8 months  espie   GC old code that was originally implemented to facilitate adoption by other BSDs...
[TXT] hash.c (in the Attic) [Hide]  1.7   23 years  espie   This kills the last old hashing table, in arch.c Slight optimizations: instead ...
[TXT] hash.h (in the Attic) [Hide]  1.7   23 years  espie   This kills the last old hashing table, in arch.c Slight optimizations: instead ...
[TXT] list.h (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] nonints.h (in the Attic) [Hide]  1.11   24 years  espie   Somehow I didn't delete that file...
[TXT] sprite.h (in the Attic) [Hide]  1.11   22 years  espie   Mostly clean-up: - cut up those huge include files into separate interfaces for ...
[TXT] timestamp_t.h (in the Attic) [Hide]  1.5   11 years  espie   remove TIMESTAMP abstraction layer, prodded by theo. while there, clean up inclu...
[TXT] util.c (in the Attic) [Hide]  1.27   10 years  deraadt   in truth, noone uses these backwards compat stubs to compile make on other syste...