Age | Commit message (Expand) | Author |
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 |
2007-09-17 | more blank space removal | Marc Espie |
2007-09-17 | byebye shellspecs | Marc Espie |
2007-09-17 | we have valid err/echo flags | Marc Espie |
2007-09-17 | we have echoctl and errctl | Marc Espie |
2007-09-17 | hardcode some more shell | Marc Espie |
2007-09-17 | start hardcoding the shell. we always run with sh anyways. | Marc Espie |
2007-09-17 | make DBPRINTF into a real function with variable number of arguments | Marc Espie |
2007-09-17 | reindent garray.h, add new function, to be used later | Marc Espie |
2007-09-17 | Imported atomicio interface. | Tobias Stoeckmann |
2007-09-17 | fix the arch code mostly. | Marc Espie |
2007-09-17 | allow build on 64-bit archs | Otto Moerbeek |
2007-09-17 | forgot one space | Marc Espie |
2007-09-17 | more zap spaces | Marc Espie |
2007-09-17 | zap more spaces at end of line | Marc Espie |
2007-09-17 | partial reindent | Marc Espie |
2007-09-17 | kill extra spaces at end of line | Marc Espie |
2007-09-17 | reindent | Marc Espie |
2007-09-17 | reindent, zap useless comments | Marc Espie |
2007-09-17 | kill += 1, -= 1 -> ++, -- | Marc Espie |
2007-09-17 | checked malloc/calloc calls. from ragge's repo, originally from Stefan | Otto Moerbeek |
2007-09-17 | rm unused -Dos_${TARGOS} | Todd T. Fries |
2007-09-16 | I can't think of any good reason to inline this. | Kjell Wooding |
2007-09-16 | Merge from ragge's tree: | Otto Moerbeek |
2007-09-16 | change MANDIR to ${PREFIX}/man. ok otto@ | Kjell Wooding |
2007-09-16 | sync to ragge's tree to fix #include<file.h> and a declaration parsing | Otto Moerbeek |
2007-09-16 | Process (and ignore for now) -pipe | Otto Moerbeek |
2007-09-16 | Another mem leak plugged. With help from Igor Zinovi. ok millert@ | Otto Moerbeek |
2007-09-16 | finish reindenting str.c | Marc Espie |
2007-09-16 | remove some totally useless comments | Marc Espie |
2007-09-16 | remove some of the complexity of Str_Matchi by separating code into | Marc Espie |
2007-09-16 | reindent | Marc Espie |
2007-09-16 | reindent | Marc Espie |
2007-09-16 | remove old debug code nothing uses | Marc Espie |
2007-09-16 | reindent compat.c | Marc Espie |
2007-09-16 | reindent targ.c | Marc Espie |
2007-09-16 | rename dirSearchPath -> defaultPath, and openDirectories -> knownDirectories | Marc Espie |
2007-09-16 | minor reindent issues | Marc Espie |
2007-09-16 | rename Path to less misleading PathEntry. Get rid of typedef. | Marc Espie |
2007-09-16 | rename Targ_FmtTime into time_to_string and move it, as it's not related | Marc Espie |
2007-09-16 | reindent varmodifiers.c, no binary change | Marc Espie |
2007-09-16 | remove warnings | Marc Espie |
2007-09-16 | reuse free_hash | Marc Espie |
2007-09-16 | reindent arch.c | Marc Espie |
2007-09-16 | kill .SHELL, make doesn't even support it in non-parallel mode. | Marc Espie |
2007-09-16 | move free_ohash function so that we can reuse it. | Marc Espie |
2007-09-16 | remove cgram.h from CLEANFILES, so make depend; make; make clean; make | Otto Moerbeek |