The NetBSD Project

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: [cvs.netbsd.org] / src / usr.bin / make


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] Attic/  [Don't hide]        
[DIR] PSD.doc/        
[DIR] lst.lib/        
[DIR] unit-tests/        
[TXT] Makefile  1.55   5 months  christos   - remove gcc-4.5 warnings - simplify job printing code - document non-literal fo...
[TXT] Makefile.boot  1.20   10 months  dholland   Catch up to Makefile rev 1.40 (from 2006): add lstPrev.o. Closes PR 43466.
[TXT] arch.c  1.62   14 months  christos   fix typo (thanks simon)
[TXT] buf.c  1.24   3 years  dsl   Change 'Buffer' so that it is the actual struct, not a pointer to it. Saves havi...
[TXT] buf.h  1.16   3 years  dsl   __predict_false() isn't defined if we aren't netbsd, stub out.
[TXT] compat.c  1.84   4 months  joerg   Use __dead consistently. If it doesn't exist, define it away.
[TXT] cond.c  1.62   10 months  sjg   CondDoExists: Avoid use after free()
[TXT] config.h  1.20   4 years  apb   Make it easier for the build environment (such as a configure script) to overrid...
[TXT] dir.c  1.63   11 months  sjg   Treat some/dir/ the same as some/dir/.
[TXT] dir.h  1.14   3 years  dsl   Change 'ClientData' to 'void *' so that relevant parameters can be made 'const v...
[TXT] for.c  1.48   13 months  dholland   Begin cleanup of the make parser: separate out the logic for reading files from ...
[TXT] hash.c  1.19   3 years  dsl   Don't cast 'time_t' to 'void *' and back it will lose precision.
[TXT] hash.h  1.10   3 years  dsl   Don't cast 'time_t' to 'void *' and back it will lose precision.
[TXT] job.c  1.160   4 months  joerg   Use __dead consistently. If it doesn't exist, define it away.
[TXT] job.h  1.40   16 months  sjg   Add meta.c which implements "meta" mode for make. In this mode, a .meta file is ...
[TXT] lst.h  1.18   3 years  dsl   Sprinkle some const. In particular for Lst_Find() and Lst_FindFrom(). Remove som...
[TXT] main.c  1.198   4 months  joerg   Use __dead consistently. If it doesn't exist, define it away.
[TXT] make.1  1.200   5 days  sjg   Fix description of 'silent' in .MAKE.MODE Also document 'env' in that context.
[TXT] make.c  1.84   4 months  joerg   Use __dead consistently. If it doesn't exist, define it away.
[TXT] make.h  1.87   4 months  joerg   Use __dead consistently. If it doesn't exist, define it away.
[TXT] make_malloc.c  1.6   13 months  dholland   Many C libraries don't set errno when malloc fails, so always use strerror(ENOME...
[TXT] make_malloc.h  1.4   3 years  dsl   Fixes to includes of make_malloc.h to that it actually builds when USE_EMALLOC i...
[TXT] meta.c  1.24   4 months  christos   PR/45383: Henning Petersen: Swapped lseek args
[TXT] meta.h  1.2   10 months  sjg   Add NetBSD tags
[TXT] nonints.h  1.63   4 months  joerg   Use __dead consistently. If it doesn't exist, define it away.
[TXT] parse.c  1.180   3 months  christos   add debugging for parsedir and parsefile
[TXT] pathnames.h  1.17   2 years  apb   Honour the TMPDIR environment variable instead of always using /tmp as a place t...
[TXT] sprite.h  1.11   3 years  dsl   Change 'ClientData' to 'void *' so that relevant parameters can be made 'const v...
[TXT] str.c  1.33   2 years  sno   replace c++ style comment by a c-style one
[TXT] strlist.c  1.4   3 years  dsl   Move the bmake_malloc() functions into their own .c and .h files. Include instea...
[TXT] strlist.h  1.3   3 years  dsl   Allocate string vector in chunks, instead of calling realloc() every time someth...
[TXT] suff.c  1.69   4 months  sjg   Make sure .PHONY targets get .TARGET set. This wasn't happening when a dependenc...
[TXT] targ.c  1.56   14 months  christos   Instead of keeping around the mtime of the youngest child, keep a pointer to it,...
[TXT] trace.c  1.11   3 years  christos   prepare for time_t 64
[TXT] trace.h  1.3   3 years  martin   Remove clause 3 and 4 from TNF licenses
[TXT] util.c  1.51   10 months  mbalmer   Declare variable only once. Fixes PR 44795.
[TXT] var.c  1.167   8 months  sjg   ApplyModifiers: if we parse a variable in the modifier list, do not consider it ...


CVSweb <webmaster@jp.NetBSD.org>