]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.bin/make
This commit was generated by cvs2svn to compensate for changes in r159952,
[FreeBSD/FreeBSD.git] / usr.bin / make /
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...
2005-05-10 hartiMove the declaration of VAR_CMD and VAR_GLOBAL from...
2005-05-10 hartiClean up comments. No code changes.
2005-05-10 hartiMerge var_modify.c into var.c and move types and functi...
2005-05-10 tjrThis commit was generated by cvs2svn to compensate...
2005-05-10 hartiMove some debugging code from targ.c to var.c where...
2005-05-10 hartiMake make a little bit more POSIXish with regard to...
2005-05-09 hartiSplit Var_Subst() into two functions: Var_SubstOnly...
2005-05-06 hartiIntroduce a new pseudo-target .EXPORTVAR which allows...
2005-05-04 umeThis commit was generated by cvs2svn to compensate...
2005-05-03 mlaierThis commit was generated by cvs2svn to compensate...
2005-04-29 hartiRename the directive_hash.[ch] files to hash_tables...
2005-04-29 hartiImplement a pseudo-target .WARN that allows toggeling...
2005-04-29 hartiThis commit was generated by cvs2svn to compensate...
2005-04-28 hartiIntroduce a flag to enable extended warnings (-x) and...
2005-04-28 hartiUse a minimal perfect hash for the special sources...
2005-04-28 hartiFix the $$FreeBSD$$ that should be written verbatim...
2005-04-28 hartiMove the hash function for directives into its own...
2005-04-26 hartiThis commit was generated by cvs2svn to compensate...
2005-04-25 darrenrThis commit was generated by cvs2svn to compensate...
2005-04-25 darrenrThis commit was generated by cvs2svn to compensate...
2005-04-24 mpThis commit was generated by cvs2svn to compensate...
next