]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - usr.bin/make/suff.c
This commit was generated by cvs2svn to compensate for changes in r151208,
[FreeBSD/FreeBSD.git] / usr.bin / make / suff.c
2005-10-10 wpaulThis commit was generated by cvs2svn to compensate...
2005-10-05 hartiThis commit was generated by cvs2svn to compensate...
2005-10-04 hartiThis commit was generated by cvs2svn to compensate...
2005-10-01 tjrThis commit was generated by cvs2svn to compensate...
2005-09-03 desThis commit was generated by cvs2svn to compensate...
2005-08-26 wollmanThis commit was generated by cvs2svn to compensate...
2005-08-18 dougbThis commit was generated by cvs2svn to compensate...
2005-07-11 samThis commit was generated by cvs2svn to compensate...
2005-07-11 samThis commit was generated by cvs2svn to compensate...
2005-07-07 obrienThis commit was generated by cvs2svn to compensate...
2005-07-06 samThis commit was generated by cvs2svn to compensate...
2005-06-17 desThis commit was generated by cvs2svn to compensate...
2005-06-17 desThis commit was generated by cvs2svn to compensate...
2005-06-17 desThis commit was generated by cvs2svn to compensate...
2005-06-17 desThis commit was generated by cvs2svn to compensate...
2005-06-17 desThis commit was generated by cvs2svn to compensate...
2005-06-14 gshapiroThis commit was generated by cvs2svn to compensate...
2005-06-13 samThis commit was generated by cvs2svn to compensate...
2005-06-13 samThis commit was generated by cvs2svn to compensate...
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 hartiThis commit was generated by cvs2svn to compensate...
2005-05-25 hartiThis commit was generated by cvs2svn to compensate...
2005-05-24 hartiGet rid of the third argument to Var_Value() the pointe...
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-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-12 hartiCleanup SuffFindArchDeps() to get rid of two const...
2005-05-10 tjrThis commit was generated by cvs2svn to compensate...
2005-05-09 hartiSplit Var_Subst() into two functions: Var_SubstOnly...
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 hartiThis commit was generated by cvs2svn to compensate...
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-03-23 hartiMake paths an explicite datatype instead of using the...
2005-03-22 hartiSimplify buffer access by using Buf_Data() and Buf_Peel...
2005-03-21 hartiReplace calls to Lst_Find with either appropriate LST_F...
2005-03-18 hartiFix a bug in matching suffixes. Under certain circumsta...
2005-03-17 dougbThis commit was generated by cvs2svn to compensate...
2005-03-14 hartiGet rid of another Lst_ForEach in favour of LST_FOREACH...
2005-03-14 hartiMove the creation of a Src structure into its own function.
2005-03-14 hartiConvert a couple of other uses of Lst_ForEach to LST_FO...
2005-03-12 obrienThis commit was generated by cvs2svn to compensate...
2005-03-11 hartiSimplify the print routines by using LST_FOREACH instea...
2005-03-11 hartiRemove the leading underscore from structure tags....
2005-03-11 hartiStyle: Fix indentation.
2005-03-10 hartiReorganize Suff_EndTransform to be called only for...
2005-03-10 hartiStyle: fix function style before working on it (mainly...
2005-03-09 hartiSplit SuffExpandChildren into three functions: one...
2005-03-09 hartiVar_Subst() cannot return NULL so there is no reason...
2005-03-08 hartiStyle: fix indentation of SuffExpandChildren before...
2005-03-01 hartiMake sure the length variable is initialized to 0 befor...
2005-02-28 hartiThis commit was generated by cvs2svn to compensate...
2005-02-25 hartiChange the return value of Var_Subst to return a Buffer...
2005-02-25 nectarThis commit was generated by cvs2svn to compensate...
2005-02-24 nectarThis commit was generated by cvs2svn to compensate...
2005-02-20 mikehThis commit was generated by cvs2svn to compensate...
2005-02-14 gshapiroThis commit was generated by cvs2svn to compensate...
2005-02-14 gshapiroThis commit was generated by cvs2svn to compensate...
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 delphijThis commit was generated by cvs2svn to compensate...
2005-02-04 hartiSome more easy constification.
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-25 ruThis commit was generated by cvs2svn to compensate...
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...
2004-12-28 obrienThis commit was generated by cvs2svn to compensate...
2004-12-17 hartiRemove all the cleanup functions. There is no reason...
2004-12-16 hartiInstead of dynamically allocating list heads allocated...
2004-12-08 samThis commit was generated by cvs2svn to compensate...
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-07 hartiTypedefs of pointers to structs are evil. Make Lst...
2004-12-07 hartiMake needs no circular lists so remove them from the...
2004-12-06 robertoThis commit was generated by cvs2svn to compensate...
next