Age | Commit message (Expand) | Author |
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 |
2007-09-16 | first step towards sanity: take the functions common to parallel/not parallel | Marc Espie |
2007-09-16 | scaffolding to recognize special targets/sources using ohash functions. | Marc Espie |
2007-09-16 | cut up dir.c into dir.c/direxpand.c as there is very little interface between | Marc Espie |
2007-09-16 | more dead code: we always define LIBRARIES and INCLUDES | Marc Espie |
2007-09-16 | remove dead code: #define RECHECK is always on | Marc Espie |
2007-09-16 | use off_t instead of u_int64_t for file offsets, matching what the | Damien Miller |
2007-09-15 | $OpenBSD$ | Ray Lai |
2007-09-15 | Lost the last $ in $OpenBSD$. | Ray Lai |
2007-09-15 | $OpenBSD$ | Ray Lai |
2007-09-15 | cleanup some files generated in obj | Otto Moerbeek |
2007-09-15 | more files we do not need anymore | Otto Moerbeek |
2007-09-15 | fix man installation path | Otto Moerbeek |
2007-09-15 | remove files we do not need anymore since we moved to fixed Makefiles | Otto Moerbeek |
2007-09-15 | "un"configure, to make it possible to build in obj dir. No need to run | Otto Moerbeek |
2007-09-15 | Import ragge's version of PCC into our tree, so we can hack on it more | Otto Moerbeek |
2007-09-14 | remove some warnings: | Charles Longeau |
2007-09-13 | Fix missing free statement due to extraneous semicolon spotted by a | Chad Loder |
2007-09-13 | Use a sig_atomic_t instead of an int when setting it from a signal handler | Chad Loder |
2007-09-13 | Plug mem leak. From Igor Zinovik; ok millert@ | Otto Moerbeek |
2007-09-13 | Added annotate support for local and remote repositories. Behaves like | Tobias Stoeckmann |
2007-09-13 | fix incorrect test when setting syslog facility; from Jan Pechanec | Damien Miller |
2007-09-12 | use xmalloc() and xfree(); ok markus@ pvalchev@ | Kevin Steves |
2007-09-11 | remove #if defined block not needed; ok markus@ dtucker@ | Kevin Steves |
2007-09-11 | Avoid setting a global pointer variable from signal handlers | Chad Loder |
2007-09-11 | Use sig_atomic_t where required. OK moritz, deraadt | Chad Loder |
2007-09-11 | u_quad_t -> u_int64_t and %qu -> %llu, from brad | Henning Brauer |