Age | Commit message (Expand) | Author |
2007-11-13 | move xpg4 notes into STANDARDS; ok otto | Jason McIntyre |
2007-11-12 | make TOC greppable; | Jason McIntyre |
2007-11-11 | Mention that -cd and -cu are possible, and that it's an extension to POSIX. | Matthias Kilian |
2007-11-11 | Max. 80 chars per line in rcs_kwexp_line. Saved a tab by redoing | Tobias Stoeckmann |
2007-11-11 | Do not (re)expand CVS keywords if it is requested to keep old keywords. | Tobias Stoeckmann |
2007-11-11 | CVS/Entries needs at least one line specifying a 'D'irectory. If the | Tobias Stoeckmann |
2007-11-11 | Added CVS keyword "Locker". Although it is a dummy function, it's already | Tobias Stoeckmann |
2007-11-11 | If a file has modifications in it (i.e. cvs update on modified files), | Tobias Stoeckmann |
2007-11-11 | Apply umask on RCS file modes. The umask can be changed in CVSROOT/config | Tobias Stoeckmann |
2007-11-10 | Pull from master repo: | Stefan Kempf |
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 |