]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.bin/make
MFC refactored code to copy entry from one archive to another.
[FreeBSD/FreeBSD.git] / usr.bin / make /
2007-04-14 willMFC: r1.125: Fix -j with Makefiles specified via stdin.
2007-03-10 yarMFC rev. 1.100:
2007-01-07 maximMFC rev. 1.101: grammar.
2006-10-16 ruMFC: 1.46: Don't go beyond the provided string when...
2006-01-22 yarMFC manpage fixes related to make.conf(5) and, in make.1,
2005-11-16 ruMFC: 1.110: Fix .include <> to match documented behavior.
2005-08-18 keramidaMFC spelling fixes of several manpages.
2005-07-20 hartiMFC to RELENG_6.
2005-07-11 samThis commit was generated by cvs2svn to compensate...
2005-07-11 samThis commit was generated by cvs2svn to compensate...
2005-07-07 obrienThis commit was generated by cvs2svn to compensate...
2005-07-06 samThis commit was generated by cvs2svn to compensate...
2005-06-17 desThis commit was generated by cvs2svn to compensate...
2005-06-17 desThis commit was generated by cvs2svn to compensate...
2005-06-17 desThis commit was generated by cvs2svn to compensate...
2005-06-17 desThis commit was generated by cvs2svn to compensate...
2005-06-17 desThis commit was generated by cvs2svn to compensate...
2005-06-14 ruMarkup and wording fixes.
2005-06-14 gshapiroThis commit was generated by cvs2svn to compensate...
2005-06-13 samThis commit was generated by cvs2svn to compensate...
2005-06-13 samThis commit was generated by cvs2svn to compensate...
2005-06-09 samThis commit was generated by cvs2svn to compensate...
2005-06-07 gshapiroThis commit was generated by cvs2svn to compensate...
2005-06-07 brooksThis commit was generated by cvs2svn to compensate...
2005-06-05 samThis commit was generated by cvs2svn to compensate...
2005-06-05 samThis commit was generated by cvs2svn to compensate...
2005-06-05 desThis commit was generated by cvs2svn to compensate...
2005-06-05 desThis commit was generated by cvs2svn to compensate...
2005-06-03 kanThis commit was generated by cvs2svn to compensate...
2005-06-03 kanThis commit was generated by cvs2svn to compensate...
2005-06-03 kanThis commit was generated by cvs2svn to compensate...
2005-06-03 kanThis commit was generated by cvs2svn to compensate...
2005-05-29 samThis commit was generated by cvs2svn to compensate...
2005-05-29 samThis commit was generated by cvs2svn to compensate...
2005-05-29 samThis commit was generated by cvs2svn to compensate...
2005-05-25 hartiUnder certain conditions the condition parser would...
2005-05-25 hartiThis commit was generated by cvs2svn to compensate...
2005-05-25 hartiThis commit was generated by cvs2svn to compensate...
2005-05-25 hartiDocument why there is a dependency of certain object...
2005-05-24 hartiThe caller of Var_Value() should not change the variabl...
2005-05-24 hartiGet rid of the third argument to Var_Value() the pointe...
2005-05-24 hartiMake shell.o dependend on the Makefile just in case...
2005-05-24 hartiBump the warning level to 6.
2005-05-24 hartiFix a 64-bit warning by casting an int64_t to intmax_t...
2005-05-24 hartiFactor out ProcExec() into its own file and rename...
2005-05-24 hartiFactor out all the .SHELL parsing related stuff into...
2005-05-24 hartiUse the name of the default shell instead of a numeric...
2005-05-24 hartiAnother shell attribute 'unsetenv' that will cause...
2005-05-24 hartiDescribe the meta and builtins attributes for the ...
2005-05-24 hartiDescribe the -x option and the .WARN pseudo-target.
2005-05-24 hartiBefore doing any parsing parse the builtin shell specif...
2005-05-24 hartiAllow the .SHELL target to specify the list of shell...
2005-05-23 hartiMake the ArgArray_Init() function visible to the rest...
2005-05-23 hartiThis commit was generated by cvs2svn to compensate...
2005-05-23 hartiThis commit was generated by cvs2svn to compensate...
2005-05-23 hartiThis commit was generated by cvs2svn to compensate...
2005-05-23 ruThis commit was generated by cvs2svn to compensate...
2005-05-18 hartiGet rid of global variables for argument vectors produc...
2005-05-18 hartiGet rid of the ReturnStatus obscuration that was anyway...
2005-05-17 mikehThis commit was generated by cvs2svn to compensate...
2005-05-16 ruThis commit was generated by cvs2svn to compensate...
2005-05-16 obrienThis commit was generated by cvs2svn to compensate...
2005-05-13 hartiUse the print_flags function to print the OP_ flags...
2005-05-13 hartiMove the Boolean and ReturnStatus stuff from sprite...
2005-05-13 hartiMake Shell_Init() static - it's only used here.
2005-05-12 jmallettInclude <err.h>. On my system CVS Make(1) has an impli...
2005-05-12 hartiStill too early to bump WARNS - there are still warning...
2005-05-12 hartiMake sure machine is initialize before use. Also make...
2005-05-12 hartiGet rid of the warning about vfork() clobbering variables.
2005-05-12 hartiDo mktemp() by hand to get rid of the mktemp() warning...
2005-05-12 hartiUse a variable initialized to a string instead of the...
2005-05-12 hartiMove code in CondToken() and get rid of a goto.
2005-05-12 hartiRemove a useless else and un-indent the following code.
2005-05-12 hartiRevert the previous accidential commit.
2005-05-12 hartiCleanup SuffFindArchDeps() to get rid of two const...
2005-05-12 hartiThe first element of the vector built by brk_string...
2005-05-12 hartiCleanup. Move initialisation of file and program global...
2005-05-12 hartiReplace a lot of Var_Set(..., VAR_GLOBAL) by Var_SetGlo...
2005-05-12 hartiCleanup main(). Move catching SIGCHLD into job.c. Move...
2005-05-12 hartiReshuffle functions to get rid of prototypes.
2005-05-12 hartiCompat_RunCommand is used only in job.c so make it...
2005-05-12 hartiMove variable printing from main.c to var.c
2005-05-12 hartiFix the fix for bin/72510 applied in job.c:1.70. Actual...
2005-05-12 hartiMove some global variables to the correct files.
2005-05-12 hartiUntwist the convoluted if() expressions in JobFinish...
2005-05-12 hartiMove some comments around to where they belong and...
2005-05-12 hartiConvert Compat_RunCommand() to use ProcWait(). This...
2005-05-12 hartiMake a function ProcWait() that waits for the given...
2005-05-12 hartiOverhaul the fork(), exec() code. Put all the common...
2005-05-10 hartiMove the definitions of the OP_* constants from make...
2005-05-10 hartiPath_Expand() expects its first argument to be writeabl...
2005-05-10 hartiMove declarations of variables belonging to the variabl...
2005-05-10 hartiStyle: remove spaces before tabs.
2005-05-10 hartiMove the remaining two prototypes from nonints.h to...
2005-05-10 hartiMake shellPath and shellName static - they're used...
2005-05-10 hartiMake the three versions of fork() more uniform.
2005-05-10 hartiMove the defines for TMPPAT and KQUEUE from the public...
2005-05-10 hartiMerge compat.c into job.c. There is a lot in common...
2005-05-10 hartiMove Cmd_Exec() from main.c to job.c and fix its protot...
2005-05-10 hartiVar_SubstOnly() is only used to subsitute a variable...
next