Age | Commit message (Expand) | Author |
2007-11-10 | Pull from master repo: | Stefan Kempf |
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-10 | Pull from master repo: | Stefan Kempf |
2007-11-09 | Allow -c in conjunction with -d (and -u). | Matthias Kilian |
2007-11-09 | Parse CVSROOT/config and set umask on server-side, too. | Tobias Stoeckmann |
2007-11-09 | Fix for a rather unintuitive behaviour, this way it can be reproduced: | Tobias Stoeckmann |
2007-11-09 | An umask is octet not decimal. This means we cannot use strtonum() to | Tobias Stoeckmann |
2007-11-08 | Stick at GNU cvs output format of docdate. | Tobias Stoeckmann |
2007-11-08 | Return latest revision of default branch when HEAD is requested and no | Tobias Stoeckmann |
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-06 | prevent segv on wrong sort name; Mark Lumsden. | Otto Moerbeek |
2007-11-05 | Pull from master repo: | Stefan Kempf |
2007-11-05 | relate fields to stat(2). | Marc Espie |
2007-11-05 | adjust an awkward piece of grammar; | Jason McIntyre |
2007-11-05 | agressively -> aggressively; | Jason McIntyre |
2007-11-04 | Update from master repo: | Anders Magnusson |
2007-11-04 | Update from master repo: | Anders Magnusson |
2007-11-04 | iUpdate from master repo: | Anders Magnusson |
2007-11-04 | Also show warning message for -U and -p in message area; noted by Mark | Otto Moerbeek |
2007-11-04 | Update from master repo: | Anders Magnusson |
2007-11-04 | Get rid of the very annoying warning message + delay when a command | Otto Moerbeek |
2007-11-04 | prevent gcc from complaining | Marc Espie |
2007-11-03 | fix fp div by zero in a target dependent way; problem reported by | Otto Moerbeek |
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 | main build can only happen after configure has run. | Marc Espie |
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-03 | Print out names of register pairs correctly. ok otto@ | Stefan Kempf |
2007-11-03 | avoid errno trashing in signal handler; ok dtucker | Theo de Raadt |
2007-11-03 | Use xstrdup/xfree when saving pwname and pwdir; ok deraadt@ | Darren Tucker |
2007-11-03 | bz #1377: getpwuid results were being clobbered by another getpw* call | Theo de Raadt |
2007-11-03 | fix memory leak in process_cmdline(), patch from Jan.Pechanec AT Sun.COM; | Damien Miller |
2007-11-02 | Fix wait() usage and convert to waitpid(). Convert manual status | Todd C. Miller |
2007-11-02 | sort arguments; | Jason McIntyre |
2007-11-02 | update to sudo 1.6.9p8 | Todd C. Miller |
2007-11-02 | Work done at p2k7. | Marc Espie |
2007-11-01 | make check on -s and interactive s consistent; from Tilo Stritzky | Otto Moerbeek |