bug 2450: Allow build of RELEASE 3.2 from master's bmake
[dragonfly.git] / usr.bin / make / main.c
2012-11-15 John Marinobug 2450: Allow build of RELEASE 3.2 from master's...
2011-11-26 John MarinoInitial import of binutils 2.22 on the new vendor branch
2007-01-19 Matthew DillonRename /usr/src/sys/machine to /usr/src/sys/platform...
2006-11-07 Matthew DillonMajor kernel build infrastructure changes, part 2/2...
2006-08-25 Sascha WildnerRemove more DEC Alpha support.
2005-09-24 Max OkumotoRemove Var_Exists() and just use Var_Value() and compare
2005-09-17 Max OkumotoChange shell.c API to reduce usage of global commandShell.
2005-08-18 Max OkumotoCheck result of setenv(putenv) function.
2005-08-03 Max OkumotoMake debug definition match forward declaration.
2005-07-29 Max OkumotoUse standard bool instead of our own Boolean type.
2005-07-19 Max OkumotoCleanup the signal handling. A lot of unnecessary...
2005-07-13 Max OkumotoAdd better comments and renamed functions to match...
2005-07-13 Max OkumotoMove mkfifio(), and FILENO() into util.c
2005-07-13 Max OkumotoGroup curdir and objdir code.
2005-07-02 Max OkumotoUse LST_FOREACH() macro instead of for-loop
2005-07-02 Max OkumotoAvoid comments using the word "variable", since it...
2005-07-02 Max OkumotoMove code out of InitVariables() back into main(), to
2005-07-02 Max OkumotoMoved exit status code into subroutine Make_Run()
2005-06-22 Max OkumotoRenamed struct MakeFlags to struct CLI.
2005-06-22 Max OkumotoSplit Dir_Init() into two functions.
2005-06-22 Max OkumotoMove sections of init code that do not take any input...
2005-06-22 Max OkumotoCleanup Dir_Init*() functions.
2005-06-22 Max OkumotoRemove extra semi colin and a few remove redundent...
2005-06-22 Max OkumotoSome cleanup
2005-06-21 Max OkumotoUse strsep() instead of custom loop.
2005-06-21 Max OkumotoMove compatMake test up.
2005-06-21 Max Okumotocleanup ReadInputFiles()
2005-06-21 Max OkumotoMove code from main into subroutine.
2005-06-21 Max Okumotocleanup built_stuff()
2005-06-19 Max Okumotocleanup exit status handling
2005-06-19 Max OkumotoRename noBuiltins to builtins and invert logic.
2005-06-19 Max OkumotoAdd better comments for main()
2005-06-19 Max Okumotoo cleanup usage of outOfDate variable.
2005-06-18 Max OkumotoPass DEFSHELLNAME into Shell_Init(), and remove the...
2005-06-17 Max OkumotoAdd a few highlevel comments in main, describing what...
2005-06-17 Max OkumotoBetter comment for chdir_verify_path()
2005-06-17 Max OkumotoRemove extra white space.
2005-06-17 Max OkumotoRemove spaces infront of tabs.
2005-05-23 Max OkumotoMove parseIncPath and sysIncPath out of global scope
2005-05-23 Max OkumotoMove the create list variable out of global scope and...
2005-05-23 Max Okumotoo Remove out of date comment about Compat_Init()
2005-05-23 Max OkumotoPass queryFlag as a function paramter instead of a...
2005-05-19 Max Okumoto2nd Try. The correct version.
2005-05-19 Max OkumotoRevert patch on 2005/05/19 17:53:58 it was the wrong...
2005-05-19 Max OkumotoMove shell code out of job.c into shell.[ch]
2005-05-19 Max OkumotoMove RLIMIT_NOFILE code into Proc_Init()
2005-05-19 Max OkumotoSmall cleanups
2005-05-19 Max OkumotoMove make global variables setup into a sepearate function.
2005-05-19 Max OkumotoGroup code that sets global variables (make MACROs)
2005-05-19 Max OkumotoMove code that reads in the input files into sepearte...
2005-05-19 Max OkumotoMove a few global variables into a struct and pass...
2005-05-19 Max OkumotoCleanup search for default Makefile, by adding comments and
2005-05-16 Max Okumoto o Move code to determine objdir into determine_o...
2005-05-16 Max OkumotoClean up objdir determination code. Create a local...
2005-05-16 Max OkumotoClean up chdir_verify_path() and add comments.
2005-05-16 Max OkumotoConstify the result of Var_Value().
2005-05-16 Max Okumotopatch-7.278
2005-05-14 Max OkumotoFreeBSD-Date: 2005/05/12 15:16:44
2005-05-05 Max OkumotoCleanup globals in str.c
2005-05-05 Max OkumotoMove #define of DEFMAXJOBS from config.h to main.c
2005-04-29 Max OkumotoFreeBSD-Date: 2005/04/29 15:37:44
2005-04-29 Max OkumotoFreeBSD-Date: 2005/04/28 16:37:25
2005-04-28 Max OkumotoClean up main.c
2005-04-28 Max OkumotoReduce the use of global variables by creating Var_SetG...
2005-04-28 Max OkumotoCleanup main()
2005-04-28 Max OkumotoRemove prototype for usage(), and move the definition...
2005-04-28 Max OkumotoMove printing of variables into var.c
2005-04-28 Max OkumotoMove some variables into the correct files.
2005-04-24 Max OkumotoCopy string into temp variable to quiet warning.
2005-04-22 Max OkumotoMove prototype for Main_ParseArgLine() into make.h...
2005-04-22 Max OkumotoChange .EXPORT: to .EXPORTVAR: earlier versions of...
2005-04-21 Max OkumotoMerge compat.[ch] into job.[ch]
2005-04-21 Max OkumotoMove Cmd_Exec() from main.c to job.c
2005-04-21 Max OkumotoHandle double dash '--' in command line.
2005-04-16 Max Okumotopatch-7.184
2005-04-15 Max OkumotoCreate VAR_ENV context, and fill it with everything...
2005-04-15 Max Okumotoadd .EXPORT: special tag and add ST_EXPORT variable.
2005-04-15 Max OkumotoFreeBSD-Date: 2005/04/11 08:20:09
2005-04-12 Max OkumotoRemoved un-nessisary comment. We can get a zero length...
2005-04-07 Max OkumotoMake should set optreset to one before it calls getopt...
2005-04-07 Max OkumotoFreeBSD-Date: 2005/04/01 10:53:43
2005-04-07 Max OkumotoFreeBSD-Date: 2005/03/31 11:35:56
2005-04-05 Joerg SonnenbergerSince optind=0 has a special meaning for GNU getopt...
2005-03-31 Max OkumotoFreeBSD-Date: 2005/03/23 12:56:15
2005-03-19 Max Okumotopatch-7.151
2005-03-18 Max OkumotoFreeBSD-Date: 2005/03/18 15:23:49
2005-03-18 Max OkumotoFix dangling ref to auto variable.
2005-03-17 Max OkumotoRemove pc98 support as a gift to Sascha Wildner :-)
2005-03-12 Max OkumotoRemove leading underscores from the pathname defines...
2005-03-12 Max Okumotocompat.c:
2005-03-03 Max OkumotoReduce diffs between FreeBSD
2005-02-28 Max OkumotoThe rest of the modifications that Harti made to patch...
2005-02-16 Max OkumotoAdd better comments.
2005-02-15 Max OkumotoMake sure the $FreeBSD$ tags are correct.
2005-02-04 Max Okumoto- In main.c use NULL instead of 0
2005-02-03 Max OkumotoRemove duplicate #include of <sys/sysctl.h>
2005-02-01 Max Okumoto- Fix some duplicate commenting for struct Job, struct...
2005-01-31 Max OkumotoFixes in main.c
2005-01-31 Max Okumoto- Convert negative logic, so code is easyer to read.
2005-01-27 Max Okumoto- Add Buf_StripNewlines().
next