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