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_4_3


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] PSD.doc/        
[DIR] lst.lib/        
[DIR] ohash/        
[TXT] Makefile  1.49   16 years  espie   new function: lstRequeue, to be used by the job handler
[TXT] arch.c  1.75   16 years  espie   simplify dynamic variable handling a great deal: first remove all usage of Varq_...
[TXT] arch.h  1.4   16 years  espie   reindent garray.h, add new function, to be used later
[TXT] buf.c  1.21   16 years  espie   reindent (no binary change)
[TXT] buf.h  1.17   16 years  espie   kill extra spaces at end of line
[TXT] cmd_exec.c  1.6   16 years  espie   reindent (no binary change)
[TXT] cmd_exec.h  1.2   16 years  espie   kill extra spaces at end of line
[TXT] compat.c  1.69   16 years  espie   A few changes: - expand commands earlier, so that we can eventually scan them to...
[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.39   16 years  espie   reindent cond.c
[TXT] cond.h  1.3   16 years  espie   A set of big related changes. okay millert@, tested further by kettenis@ and mat...
[TXT] cond_int.h  1.4   16 years  espie   A set of big related changes. okay millert@, tested further by kettenis@ and mat...
[TXT] defines.h  1.6   16 years  espie   debug scaffolding: allows the insertion of a random delay before firing up jobs ...
[TXT] dir.c  1.55   16 years  espie   reorg the directory code a bit. Instead of readDir, explicitly create PathEntry...
[TXT] dir.h  1.23   16 years  espie   zap more spaces at end of line
[TXT] direxpand.c  1.4   16 years  espie   reindent
[TXT] direxpand.h  1.1   16 years  espie   cut up dir.c into dir.c/direxpand.c as there is very little interface between tw...
[TXT] engine.c  1.19   16 years  espie   A few changes: - expand commands earlier, so that we can eventually scan them to...
[TXT] engine.h  1.5   16 years  espie   A few changes: - expand commands earlier, so that we can eventually scan them to...
[TXT] error.c  1.16   16 years  espie   better error reporting/job handling error: - systematically reorder jobs based o...
[TXT] error.h  1.8   16 years  espie   fix an obnoxious bug: in parallel mode, dieing in the job controller is not the ...
[TXT] extern.h  1.41   16 years  espie   rewrite of the basic suffix/target parsing: use hash for suffixes. Store specia...
[TXT] for.c  1.39   16 years  espie   kill extra spaces at end of line
[TXT] for.h  1.3   16 years  espie   kill extra spaces at end of line
[TXT] garray.h  1.4   16 years  espie   I was sure I had committed this already, grrrr. Anyways, switch to a growable ar...
[TXT] generate.c  1.10   16 years  espie   kill extra spaces at end of line
[TXT] gnode.h  1.13   16 years  espie   A few changes: - expand commands earlier, so that we can eventually scan them to...
[TXT] init.c  1.4   16 years  espie   rewrite of the basic suffix/target parsing: use hash for suffixes. Store specia...
[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.112   16 years  espie   A few changes: - expand commands earlier, so that we can eventually scan them to...
[TXT] job.h  1.22   16 years  espie   better error reporting/job handling error: - systematically reorder jobs based o...
[TXT] lowparse.c  1.22   16 years  espie   rename functions and data structures for clarity
[TXT] lowparse.h  1.5   16 years  espie   kill extra spaces at end of line
[TXT] lst.h  1.27   16 years  espie   better error reporting/job handling error: - systematically reorder jobs based o...
[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.91   16 years  espie   fix stupid typo in grouping, make PWD work correctly again. Found out by Christi...
[TXT] main.h  1.3   16 years  espie   rewrite of the basic suffix/target parsing: use hash for suffixes. Store specia...
[TXT] make.1  1.79   16 years  jmc   tweak previous;
[TXT] make.c  1.57   16 years  espie   better error reporting/job handling error: - systematically reorder jobs based o...
[TXT] make.h  1.36   16 years  espie   I was sure I had committed this already, grrrr. Anyways, switch to a growable ar...
[TXT] memory.c  1.5   16 years  espie   A few changes: - expand commands earlier, so that we can eventually scan them to...
[TXT] memory.h  1.4   16 years  espie   A few changes: - expand commands earlier, so that we can eventually scan them to...
[TXT] node_int.h  1.1   16 years  espie   scaffolding to recognize special targets/sources using ohash functions.
[TXT] parse.c  1.95   16 years  espie   put parsing of operator (:, ::, !) into its own function
[TXT] parse.h  1.3   16 years  espie   parseIncPath -> userIncludePath and assorted renames
[TXT] parsevar.c  1.12   16 years  espie   Parse_DoVar -> Parse_As_Var_Assignment
[TXT] parsevar.h  1.3   16 years  espie   Parse_DoVar -> Parse_As_Var_Assignment
[TXT] pathnames.h  1.10   20 years  millert   Remove the advertising clause in the UCB license which Berkeley rescinded 22 Jul...
[TXT] regress.c  1.5   20 years  espie   ISO function declarations, trim a few comments, rename a few variables to more e...
[TXT] stats.c  1.8   20 years  espie   constify char *. Add lookup functions for suffixes and transforms, and stat them...
[TXT] stats.h  1.4   20 years  espie   constify char *. Add lookup functions for suffixes and transforms, and stat them...
[TXT] str.c  1.25   16 years  espie   zap more spaces at end of line
[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.77   16 years  espie   more parallel make fixes. Preparations to fix the engine: - new function has_be...
[TXT] suff.h  1.4   16 years  espie   more parallel make fixes. Preparations to fix the engine: - new function has_be...
[TXT] symtable.h  1.2   16 years  espie   simplify dynamic variable handling a great deal: first remove all usage of Varq_...
[TXT] targ.c  1.56   16 years  espie   A few changes: - expand commands earlier, so that we can eventually scan them to...
[TXT] targ.h  1.6   16 years  espie   more parallel make fixes. Preparations to fix the engine: - new function has_be...
[TXT] timestamp.c  1.3   16 years  espie   rename Targ_FmtTime into time_to_string and move it, as it's not related to targ...
[TXT] timestamp.h  1.4   16 years  espie   zap more spaces at end of line
[TXT] var.c  1.83   16 years  espie   simplify dynamic variable handling a great deal: first remove all usage of Varq_...
[TXT] var.h  1.12   16 years  espie   simplify dynamic variable handling a great deal: first remove all usage of Varq_...
[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.25   16 years  deraadt   fix some lint FALLTHROUGH
[TXT] varmodifiers.h  1.10   16 years  espie   kill extra spaces at end of line
[TXT] varname.c  1.3   16 years  espie   indent correctly
[TXT] varname.h  1.3   16 years  espie   kill extra spaces at end of line
[TXT] Makefile.boot (in the Attic) [Hide]  1.8   22 years  espie   Synch
[TXT] config.h (in the Attic) [Hide]  1.16   16 years  espie   more dead code: we always define LIBRARIES and INCLUDES
[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.23   16 years  espie   kill extra spaces at end of line