Age | Commit message (Expand) | Author |
2007-09-20 | fix chkop size and a typo; from mickey via ragge's repo | Otto Moerbeek |
2007-09-20 | missing prototypes; pullup from ragge's repo | Otto Moerbeek |
2007-09-19 | the missing piece of my commit earlier, cc now calls ccom_<arch> | Todd T. Fries |
2007-09-19 | oops, put back -pipe support | Todd T. Fries |
2007-09-19 | add '-b machine' to cc for multiarch support | Todd T. Fries |
2007-09-19 | my -fpic flags support, pullup from pcc | Todd T. Fries |
2007-09-19 | Allow lines which do not specify any arguments for command (or cvs). | Tobias Stoeckmann |
2007-09-19 | parse global arguments (cvs) and command arguments only once, i.e. first | Tobias Stoeckmann |
2007-09-19 | make it easier to support other archs; remoev some dependencies (also | Otto Moerbeek |
2007-09-19 | Print warning about invalid command in .cvsrc only if -V is in use. | Tobias Stoeckmann |
2007-09-19 | Next to ' ', '\t' is valid between command and arguments. | Tobias Stoeckmann |
2007-09-19 | Weird, but our goal is compatibility: treat '\t' in front of keyword as '#'. | Tobias Stoeckmann |
2007-09-19 | pullup from pcc repo, my start at fixing the vax target | Todd T. Fries |
2007-09-19 | Do not parse quoted strings because GNU cvs won't do so. | Tobias Stoeckmann |
2007-09-19 | Usage of fgetln() instead of fgets() in .cvsrc parsing handles line | Tobias Stoeckmann |
2007-09-18 | gc an unused line | Todd T. Fries |
2007-09-18 | redundant asignment; from Mark Lumsden | Otto Moerbeek |
2007-09-18 | mkext should be a seperate target; from mickey@ | Otto Moerbeek |
2007-09-18 | reindent cond.c | Marc Espie |
2007-09-18 | better comments, sNum -> order. SUFF_EXISTS -> SUFF_ACTIVE | Marc Espie |
2007-09-18 | internal macro should be invisible from outside | Marc Espie |
2007-09-18 | reindent a few lines in parse.c which are missing it. | Marc Espie |
2007-09-18 | make -DCLEANUP compile again | Marc Espie |
2007-09-18 | reindent new part | Marc Espie |
2007-09-18 | missing prototype for static function | Marc Espie |
2007-09-18 | revert maxLocal removal, there's something fishy going on. | Marc Espie |
2007-09-18 | merge fomr ragge's repo: | Otto Moerbeek |
2007-09-18 | some $OpenBSD$s got lost again in the latest merge, noted by Dries | Otto Moerbeek |
2007-09-18 | Don't treat lines in angle brackets <...> as comments in dmesg. | Ray Lai |
2007-09-17 | Print error messages sent by server on stderr. While at it, replaced | Tobias Stoeckmann |
2007-09-17 | merge from ragge's repo: | Otto Moerbeek |
2007-09-17 | small update regarding removal of process highlighting; | Jason McIntyre |
2007-09-17 | avoid printing out special targets in debug mode | Marc Espie |
2007-09-17 | implement the output_muted member of audio_info_t as found in original | Jacob Meuser |
2007-09-17 | always define the svr4namelist. Doesn't hurt, even if we don't use it. | Marc Espie |
2007-09-17 | rewrite of the basic suffix/target parsing: use hash for suffixes. | Marc Espie |
2007-09-17 | reindent | Marc Espie |
2007-09-17 | fix indent | Marc Espie |
2007-09-17 | reorg the directory code a bit. | Marc Espie |
2007-09-17 | minor tweaks | Marc Espie |
2007-09-17 | separate rewrite_times function | Marc Espie |
2007-09-17 | better variable name | Marc Espie |
2007-09-17 | remove C99ism | Marc Espie |
2007-09-17 | make usePipes the default, zap undocumented -P. | Marc Espie |
2007-09-17 | one single printf | Marc Espie |
2007-09-17 | remove prototypes that now live in engine.h, adjust suff.c accordingly | Marc Espie |
2007-09-17 | clean-up Parse_File toplevel: add functions to make it clearer what's going | Marc Espie |
2007-09-17 | put $OpenBSD$ back, noted by Dries Schellekens | Otto Moerbeek |
2007-09-17 | Parse_DoVar -> Parse_As_Var_Assignment | Marc Espie |
2007-09-17 | parseIncPath -> userIncludePath and assorted renames | Marc Espie |