]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.bin/make
Make the ArgArray_Init() function visible to the rest of make.
[FreeBSD/FreeBSD.git] / usr.bin / make /
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...
2005-04-24 kientzleThis commit was generated by cvs2svn to compensate...
2005-04-13 hartiSplit VarFind() into a series of functions tailored...
2005-04-11 hartiParse_Init() is gone so remove comments that mention it.
2005-04-11 hartiRemove an unneccesary forward declaration for MainParse...
2005-04-11 hartiRemove the call to Parse_Init() - there is no need...
2005-04-11 hartiRework the directive parsing code. Instead of using...
2005-04-08 hartiMove the code for parsing .for and .if statements to...
2005-04-07 hartiWhen Parse_Error is called after the top-level Makefile...
2005-04-07 hartiHandle popping of the input stack in ParseReadLine...
2005-04-07 hartiMostly stylistic changes: remove the noPLen field from...
2005-04-05 hartiThere is not much sense in having an else after Punt...
2005-04-05 hartiPut parantheses into 'if (foo && bar & flag)'. While...
2005-04-05 hartiRemove lots if irritating parantheses and fix two comments.
2005-04-05 hartiRemove the definition for STATIC and just use static.
2005-04-05 hartiRemove unneccessary local prototypes.
2005-04-05 hartiThe static tfile is used only in one single function...
2005-04-05 hartiThe tfile field of struct Job isn't used anymore since...
2005-04-01 hartiUse a type-safe intrusive list to put jobs on the jobs...
2005-04-01 hartiRemove a forward declaration that isn't needed anymore.
2005-04-01 hartiBoth struct Job and struct Shell are only used inside...
2005-04-01 hartiStyle: fix indentation.
2005-04-01 hartiStyle: fix indentation.
2005-04-01 hartiStyle: indentation.
2005-04-01 hartiStyle: Indentation.
2005-04-01 hartiStyle: fix indentation.
2005-04-01 hartiStyle: fix indentation.
2005-04-01 hartiStyle: fix indentation.
2005-04-01 hartiStyle: fix indentation.
2005-03-31 hartiDocument the new -A flag for ignoring archive errors.
2005-03-31 hartiAlmost complete rewrite of the archive code (except...
2005-03-31 hartiMove the MAX macro to a util.h so it becomes usable...
next