summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Expand)Author
2007-11-13move xpg4 notes into STANDARDS; ok ottoJason McIntyre
2007-11-12make TOC greppable;Jason McIntyre
2007-11-11Mention that -cd and -cu are possible, and that it's an extension to POSIX.Matthias Kilian
2007-11-11Max. 80 chars per line in rcs_kwexp_line. Saved a tab by redoingTobias Stoeckmann
2007-11-11Do not (re)expand CVS keywords if it is requested to keep old keywords.Tobias Stoeckmann
2007-11-11CVS/Entries needs at least one line specifying a 'D'irectory. If theTobias Stoeckmann
2007-11-11Added CVS keyword "Locker". Although it is a dummy function, it's alreadyTobias Stoeckmann
2007-11-11If a file has modifications in it (i.e. cvs update on modified files),Tobias Stoeckmann
2007-11-11Apply umask on RCS file modes. The umask can be changed in CVSROOT/configTobias Stoeckmann
2007-11-10Pull from master repo:Stefan Kempf
2007-11-10Pull from master repo:Stefan Kempf
2007-11-10UNMADE -> UNKNOWNMarc Espie
2007-11-10clearer debug codeMarc Espie
2007-11-10rename make -> must_make, made -> built_statusMarc Espie
2007-11-10Pull from master repo:Stefan Kempf
2007-11-09Allow -c in conjunction with -d (and -u).Matthias Kilian
2007-11-09Parse CVSROOT/config and set umask on server-side, too.Tobias Stoeckmann
2007-11-09Fix for a rather unintuitive behaviour, this way it can be reproduced:Tobias Stoeckmann
2007-11-09An umask is octet not decimal. This means we cannot use strtonum() toTobias Stoeckmann
2007-11-08Stick at GNU cvs output format of docdate.Tobias Stoeckmann
2007-11-08Return latest revision of default branch when HEAD is requested and noTobias Stoeckmann
2007-11-06bug-fix: try the empty suffix when we cannot find any transformation, notMarc Espie
2007-11-06simplify the way we deal with implicit rules and handle $<.Marc Espie
2007-11-06get make.c in a more readable state, by extracting code into separateMarc Espie
2007-11-06prevent segv on wrong sort name; Mark Lumsden.Otto Moerbeek
2007-11-05Pull from master repo:Stefan Kempf
2007-11-05relate fields to stat(2).Marc Espie
2007-11-05adjust an awkward piece of grammar;Jason McIntyre
2007-11-05agressively -> aggressively;Jason McIntyre
2007-11-04Update from master repo:Anders Magnusson
2007-11-04Update from master repo:Anders Magnusson
2007-11-04iUpdate from master repo:Anders Magnusson
2007-11-04Also show warning message for -U and -p in message area; noted by MarkOtto Moerbeek
2007-11-04Update from master repo:Anders Magnusson
2007-11-04Get rid of the very annoying warning message + delay when a commandOtto Moerbeek
2007-11-04prevent gcc from complainingMarc Espie
2007-11-03fix fp div by zero in a target dependent way; problem reported byOtto Moerbeek
2007-11-03fix some lint FALLTHROUGHTheo de Raadt
2007-11-03#ifdef stuff that is only used under #ifdef; ok espieTheo de Raadt
2007-11-03remove extraneous space;Jason McIntyre
2007-11-03main build can only happen after configure has run.Marc Espie
2007-11-03simplify: Job_CheckCommands deals with silent and ignerr now, so there'sMarc Espie
2007-11-03zap dead codeMarc Espie
2007-11-03token is a confusing name, rename to bannerMarc Espie
2007-11-03document that .ORDER only means something in parallel modeMarc Espie
2007-11-03do the silent/ignore check in Job_CheckCommands, so that make -j4 -s worksMarc Espie
2007-11-03fix an obnoxious bug: in parallel mode, dieing in the job controller is notMarc Espie
2007-11-03suff.c sets IMPSRC correctly, whereas this is bogus and strips the pathMarc Espie
2007-11-03zap confusing old commentMarc Espie
2007-11-03mark nodes as made when there is no command around the target.Marc Espie