Add better comments and renamed functions to match rest of the code
[dragonfly.git] / usr.bin / make / main.c
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-12 Simon SchubertMerge from vendor branch OPENSSH:
2005-07-11 Simon SchubertMerge from vendor branch OPENSSH:
2005-07-08 Joerg SonnenbergerMerge from vendor branch OPENPAM:
2005-07-07 Simon SchubertMerge from vendor branch OPENSSL:
2005-07-06 Joerg SonnenbergerMerge from vendor branch FILE:
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-29 Simon SchubertMerge from vendor branch BZIP:
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 Joerg SonnenbergerMerge from vendor branch GCC:
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-06-13 Simon SchubertMerge from vendor branch CVS:
2005-06-06 Gregory Neil ShapiroMerge from vendor branch SENDMAIL:
2005-06-05 Simon SchubertMerge from vendor branch GCC:
2005-06-01 Joerg SonnenbergerMerge from vendor branch FILE:
2005-05-24 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-24 Joerg SonnenbergerMerge from vendor branch GCC:
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-11 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-05 Max OkumotoCleanup globals in str.c
2005-05-05 Max OkumotoMove #define of DEFMAXJOBS from config.h to main.c
2005-05-03 Joerg SonnenbergerMerge from vendor branch LIBARCHIVE:
2005-05-03 Joerg SonnenbergerMerge from vendor branch BSDTAR:
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-21 Jeroen Ruigrok/asmodaiMerge from vendor branch GPERF:
2005-04-21 Jeroen Ruigrok/asmodaiMerge from vendor branch CVS:
2005-04-19 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-19 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-18 Joerg SonnenbergerMerge from vendor branch NTPD:
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-14 Joerg SonnenbergerMerge from vendor branch NTPD:
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-29 David RhodusMerge from vendor branch HEIMDAL:
2005-03-28 David RhodusMerge from vendor branch HEIMDAL:
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.
next