summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2007-09-16Merge from ragge's tree:Otto Moerbeek
2007-09-16change MANDIR to ${PREFIX}/man. ok otto@Kjell Wooding
2007-09-16sync to ragge's tree to fix #include<file.h> and a declaration parsingOtto Moerbeek
2007-09-16Process (and ignore for now) -pipeOtto Moerbeek
2007-09-16Another mem leak plugged. With help from Igor Zinovi. ok millert@Otto Moerbeek
2007-09-16finish reindenting str.cMarc Espie
2007-09-16remove some totally useless commentsMarc Espie
2007-09-16remove some of the complexity of Str_Matchi by separating code intoMarc Espie
2007-09-16reindentMarc Espie
2007-09-16reindentMarc Espie
2007-09-16remove old debug code nothing usesMarc Espie
2007-09-16reindent compat.cMarc Espie
2007-09-16reindent targ.cMarc Espie
2007-09-16rename dirSearchPath -> defaultPath, and openDirectories -> knownDirectoriesMarc Espie
2007-09-16minor reindent issuesMarc Espie
2007-09-16rename Path to less misleading PathEntry. Get rid of typedef.Marc Espie
2007-09-16rename Targ_FmtTime into time_to_string and move it, as it's not relatedMarc Espie
2007-09-16reindent varmodifiers.c, no binary changeMarc Espie
2007-09-16remove warningsMarc Espie
2007-09-16reuse free_hashMarc Espie
2007-09-16reindent arch.cMarc Espie
2007-09-16kill .SHELL, make doesn't even support it in non-parallel mode.Marc Espie
2007-09-16move free_ohash function so that we can reuse it.Marc Espie
2007-09-16remove cgram.h from CLEANFILES, so make depend; make; make clean; makeOtto Moerbeek
2007-09-16first step towards sanity: take the functions common to parallel/not parallelMarc Espie
2007-09-16scaffolding to recognize special targets/sources using ohash functions.Marc Espie
2007-09-16cut up dir.c into dir.c/direxpand.c as there is very little interface betweenMarc Espie
2007-09-16more dead code: we always define LIBRARIES and INCLUDESMarc Espie
2007-09-16remove dead code: #define RECHECK is always onMarc Espie
2007-09-16use off_t instead of u_int64_t for file offsets, matching what theDamien Miller
2007-09-15$OpenBSD$Ray Lai
2007-09-15Lost the last $ in $OpenBSD$.Ray Lai
2007-09-15$OpenBSD$Ray Lai
2007-09-15cleanup some files generated in objOtto Moerbeek
2007-09-15more files we do not need anymoreOtto Moerbeek
2007-09-15fix man installation pathOtto Moerbeek
2007-09-15remove files we do not need anymore since we moved to fixed MakefilesOtto Moerbeek
2007-09-15"un"configure, to make it possible to build in obj dir. No need to runOtto Moerbeek
2007-09-15Import ragge's version of PCC into our tree, so we can hack on it moreOtto Moerbeek
2007-09-14remove some warnings:Charles Longeau
2007-09-13Fix missing free statement due to extraneous semicolon spotted by aChad Loder
2007-09-13Use a sig_atomic_t instead of an int when setting it from a signal handlerChad Loder
2007-09-13Plug mem leak. From Igor Zinovik; ok millert@Otto Moerbeek
2007-09-13Added annotate support for local and remote repositories. Behaves likeTobias Stoeckmann
2007-09-13fix incorrect test when setting syslog facility; from Jan PechanecDamien Miller
2007-09-12use xmalloc() and xfree(); ok markus@ pvalchev@Kevin Steves
2007-09-11remove #if defined block not needed; ok markus@ dtucker@Kevin Steves
2007-09-11Avoid setting a global pointer variable from signal handlersChad Loder
2007-09-11Use sig_atomic_t where required. OK moritz, deraadtChad Loder
2007-09-11u_quad_t -> u_int64_t and %qu -> %llu, from bradHenning Brauer