Age | Commit message (Expand) | Author |
2007-11-17 | read only .depend if !make(depend) | Marc Espie |
2007-11-10 | UNMADE -> UNKNOWN | Marc Espie |
2007-11-10 | clearer debug code | Marc Espie |
2007-11-10 | rename make -> must_make, made -> built_status | Marc Espie |
2007-11-06 | bug-fix: try the empty suffix when we cannot find any transformation, not | Marc Espie |
2007-11-06 | simplify the way we deal with implicit rules and handle $<. | Marc Espie |
2007-11-06 | get make.c in a more readable state, by extracting code into separate | Marc Espie |
2007-11-04 | prevent gcc from complaining | Marc Espie |
2007-11-03 | fix some lint FALLTHROUGH | Theo de Raadt |
2007-11-03 | #ifdef stuff that is only used under #ifdef; ok espie | Theo de Raadt |
2007-11-03 | remove extraneous space; | Jason McIntyre |
2007-11-03 | simplify: Job_CheckCommands deals with silent and ignerr now, so there's | Marc Espie |
2007-11-03 | zap dead code | Marc Espie |
2007-11-03 | token is a confusing name, rename to banner | Marc Espie |
2007-11-03 | document that .ORDER only means something in parallel mode | Marc Espie |
2007-11-03 | do the silent/ignore check in Job_CheckCommands, so that make -j4 -s works | Marc Espie |
2007-11-03 | fix an obnoxious bug: in parallel mode, dieing in the job controller is not | Marc Espie |
2007-11-03 | suff.c sets IMPSRC correctly, whereas this is bogus and strips the path | Marc Espie |
2007-11-03 | zap confusing old comment | Marc Espie |
2007-11-03 | mark nodes as made when there is no command around the target. | Marc Espie |
2007-11-02 | sort arguments; | Jason McIntyre |
2007-11-02 | Work done at p2k7. | Marc Espie |
2007-10-27 | fix indentation | Marc Espie |
2007-10-24 | fix logic of command line/ MAKEFLAGS parsing. | Marc Espie |
2007-10-23 | Fix CLEANFILES | Miod Vallat |
2007-10-14 | allows node to be run twice, by not destroying the cmdnode contents. | Marc Espie |
2007-10-09 | factor out identical code | Marc Espie |
2007-10-09 | cut up JobStart, prepare the job to be run in a separate function | Marc Espie |
2007-10-09 | don't bother returning anything from JobStart, we don't look at it anyways | Marc Espie |
2007-10-09 | minor refactor: introduce function start_queued_job, to make it more apparent | Marc Espie |
2007-10-09 | rename jobs to more descriptive runningJobs (and easier to grep) | Marc Espie |
2007-10-09 | just-in-time signal handling: do not setup the handlers until we need them. | Marc Espie |
2007-10-09 | rename functions for clarity. | Marc Espie |
2007-10-06 | replace realloc/memset/pointer-arithmetic with recalloc; ok millert@ ray@ espie@ | Constantine A. Murenin |
2007-09-29 | simple refactoring: replace convoluted code with simple equivalent test | Marc Espie |
2007-09-29 | use constant FD_CLOEXEC, more readable than 1. | Marc Espie |
2007-09-29 | remove comment that no longer apply. | Marc Espie |
2007-09-23 | don't even attempt to reuse the same temp file name. | Marc Espie |
2007-09-23 | now, JOB_FIRST is always set, so kill more conditional code. | Marc Espie |
2007-09-23 | last parameter to JobStart is always NULL, so nuke it. | Marc Espie |
2007-09-23 | compatMake is never true in there, so kill dead code. | Marc Espie |
2007-09-23 | zap keywords we don't have. remove exercise that says we don't have $$V, | Marc Espie |
2007-09-23 | put parsing of operator (:, ::, !) into its own function | Marc Espie |
2007-09-23 | replace if (DEBUG(job)) { fprintf(stdout,...); fflush(stdout); } | Marc Espie |
2007-09-23 | kill local/jobs distinction. Correctly this time... | Marc Espie |
2007-09-23 | more specific error messages if dup2 fails | Marc Espie |
2007-09-23 | zap sunos bug work-around | Marc Espie |
2007-09-22 | rename functions and data structures for clarity | Marc Espie |
2007-09-22 | reindent | Marc Espie |
2007-09-18 | reindent cond.c | Marc Espie |