]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.bin/make
Let the generated code include <string.h> instead of <memory.h>.
[FreeBSD/FreeBSD.git] / usr.bin / make /
2005-02-09 hartiUse defines for character constants for open and closin...
2005-02-09 hartiWhile working on constification temporarily disable...
2005-02-09 hartiUntangle VarFind and, while rewriting most of the funct...
2005-02-09 hartiIntroduce VarCreate and VarDestroy functions and used...
2005-02-07 hartiRemove an unneeded check.
2005-02-07 hartiIntroduce a typedef for variable value modifation funct...
2005-02-07 hartiMake the intention of a loop clearer.
2005-02-07 hartiIntroduce Buf_StripNewLines() and use it where appropriate.
2005-02-07 hartiInvent a Buf_AppendRange function that appends a non...
2005-02-07 hartiInvent a Buf_Append function to append a NUL-terminated...
2005-02-04 hartiWhere the returned line length from Buf_GetAll is not...
2005-02-04 hartiRewrite of the buf code:
2005-02-04 hartiNone of the users of Buf_Discard used it to get rid...
2005-02-04 hartiInline the ADDWORD() macro in the two places where...
2005-02-04 hartiUse _exit() instead of exit() when the exec() after...
2005-02-04 hartiMove PrintAddr() from util.c into suff.c - the only...
2005-02-04 hartiGeneral whitespace cleanup: remove mixes of tabs and...
2005-02-04 hartiMinor cleanup: make brk_string to return argc only...
2005-02-04 hartiFurther constification. Use a temporary hack (copying...
2005-02-04 delphijThis commit was generated by cvs2svn to compensate...
2005-02-04 hartiUse an extra variable to assign to instead of missusing...
2005-02-04 hartiReplace space, tab mixes by tabs.
2005-02-04 hartiUse tabs to move to the comments instead of wild mixes...
2005-02-04 hartiStyle: line up with tabulators.
2005-02-04 hartiUse a typedef for the conditional handler function...
2005-02-04 hartiStyle: remove a space between a function name and the...
2005-02-04 hartiSome more easy constification.
2005-02-03 hartiConstify an argument to a function.
2005-02-03 hartiGet rid of a number of unneccessary memory allocations.
2005-02-02 hartiMake enomem static - it's referenced only in util.c.
2005-02-02 hartiRemove a couple of unused buffer functions.
2005-02-02 hartiConvert several typedefs from beeing pointers to struct...
2005-02-01 hartiMove all the remaining list functions into one C-file...
2005-02-01 hartiRemove debugging stuff that crept in in the previous...
2005-02-01 hartiClean up include files and file including. Split nonint...
2005-02-01 desThis commit was generated by cvs2svn to compensate...
2005-01-26 hartiFix quoting of the MAKEFLAGS environment variable by...
2005-01-25 ruThis commit was generated by cvs2svn to compensate...
2005-01-18 ruSort sections.
2005-01-14 ruThis commit was generated by cvs2svn to compensate...
2005-01-14 njlThis commit was generated by cvs2svn to compensate...
2005-01-12 njlThis commit was generated by cvs2svn to compensate...
2005-01-11 ruScheduled mdoc(7) sweep.
2004-12-28 obrienThis commit was generated by cvs2svn to compensate...
2004-12-21 ruNOSHARED -> NO_SHARED
2004-12-20 hartiFix compilation for the USE_KQUEUE case.
2004-12-20 hartimaxJobs is declared extern in job.h so it cannot be...
2004-12-17 hartiRemove all the cleanup functions. There is no reason...
2004-12-16 ruFix a long-standing bug when make(1) is passed the...
2004-12-16 hartiInstead of dynamically allocating list heads allocated...
2004-12-10 hartiRemove a list that was just used to free all variables...
2004-12-10 hartiRemove a list that used to hold all the GNodes just...
2004-12-10 hartiRemove a useless list where just all command lines...
2004-12-09 hartiNobody actually checked the return codes from Lst_Appen...
2004-12-09 hartiIf a path element directory was never opened it is...
2004-12-08 samThis commit was generated by cvs2svn to compensate...
2004-12-08 hartiNow that circular lists are gone remove stuff for them...
2004-12-08 hartiNo caller checks the return code from Lst_Remove, so...
2004-12-08 hartiDon't check the return code from Lst_Remove. There...
2004-12-08 hartiRemove return value from Lst_Concat. None of the caller...
2004-12-08 hartiDon't free the second list in Lst_Concat for LST_CONCLI...
2004-12-08 hartiGet rid of the sequential access feature of the lists...
2004-12-08 hartiConstify the arguments to the list compare function...
2004-12-08 hartiConstify some calls of Buf_AddBytes.
2004-12-08 hartiConsify the arguments to str_concat. Remove the STR_DOF...
2004-12-07 hartiTypedefs of pointers to structs are evil. Make Lst...
2004-12-07 hartiConstification of arguments passed to functions; no...
2004-12-07 hartiMake needs no circular lists so remove them from the...
2004-12-06 hartiSome constification which doesn't require code rewrites.
2004-12-06 robertoThis commit was generated by cvs2svn to compensate...
2004-12-06 hartiStyle: fix indentation.
2004-12-06 hartiRemove an unused macro.
2004-12-06 hartiConstify arguments to Hash_FindEntry and Hash_CreateEntry.
2004-12-06 hartiRemove extra empty lines.
2004-12-06 hartiStyle: fix indentation, prototypes for functions even...
2004-12-03 hartiRemove an extra space.
2004-12-03 hartiFix breakage introduced on 64-bit platforms with my...
2004-12-03 hartiPlug a memory leak.
2004-12-03 hartiPut macro arguments in paranthesis.
2004-12-03 hartiMake sizes to be of type size_t and correct function...
2004-12-03 hartiStyle: fix indentation, protect macro with do { } while...
2004-12-03 hartiDescribe the .SHELL target.
2004-12-03 hartiChange the algorithm that matches the builtin shells...
2004-12-02 marksThis commit was generated by cvs2svn to compensate...
2004-12-02 marksThis commit was generated by cvs2svn to compensate...
2004-12-01 marksThis commit was generated by cvs2svn to compensate...
2004-12-01 hartiRemove a double test for the same ptr != NULL and use...
2004-12-01 hartiStyle: remove a lot of unnecessary casts, add some...
2004-11-30 hartiStylification: missing spaces, extra space after functi...
2004-11-30 hartiConstify the array of predefined shells. It turns out...
2004-11-30 hartiChange a couple of the primitve list functions to be...
2004-11-29 hartiFix a bug that would truncate the full name of an archi...
2004-11-29 hartiUse typedefs for the types of the functions that are...
2004-11-29 hartiMerge the contents of lstInt.h into the public lst...
2004-11-26 hartiRemove unused file.
2004-11-26 hartiStyle: prototypes, un-register and remove some empty...
2004-11-25 hartiInclude sys/sysctl.h on all architectures not only...
2004-11-25 hartiFix a very long-standing error in handling .SHELL targe...
2004-11-24 jmallettGentle code cleanup for the maximum make(1) level foo...
2004-11-22 hartiGet rid of the shell table sentinel. It isn't needed...
next