de-nop part introduced in the last commit.
[dragonfly.git] / usr.bin / make / suff.c
2005-07-15 Max OkumotoRemoved unused RANLIBMAG symbol since harti cleaned...
2005-07-14 Joerg SonnenbergerMerge from vendor branch OPENSSH:
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-06-29 Simon SchubertMerge from vendor branch BZIP:
2005-06-19 Joerg SonnenbergerMerge from vendor branch GCC:
2005-06-17 Max OkumotoRemove spaces infront of tabs.
2005-06-16 Max OkumotoSome more style(9) stuff and took some comment from...
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-20 Max OkumotoCleanup str_concat() there is no need for special flags...
2005-05-20 Max OkumotoRemove string array called 'copy' and just use the...
2005-05-16 Max Okumotopatch-7.278
2005-05-15 Max OkumotoFreeBSD-Date: 2005/05/13 14:47:40
2005-05-15 Max OkumotoMove print_flags() back into utils. Since harti decide...
2005-05-11 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-05 Max OkumotoCleanup globals in str.c
2005-05-05 Max OkumotoMinor cleanup.
2005-05-03 Joerg SonnenbergerMerge from vendor branch LIBARCHIVE:
2005-05-03 Joerg SonnenbergerMerge from vendor branch BSDTAR:
2005-04-28 Max OkumotoCleanup suff.c:SuffFindArchiveDeps() this removes two...
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-14 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-03-31 Max OkumotoFreeBSD-Date: 2005/03/23 12:56:15
2005-03-31 Max OkumotoFreeBSD-Date: 2005/03/21 11:44:57
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 OkumotoPatch originally from Matt, then modified by harti.
2005-03-15 Max OkumotoGet rid of another Lst_ForEach in favour of LST_FOREACH...
2005-03-15 Max OkumotoMove the creation of a Src structure into its own function.
2005-03-14 Max OkumotoConvert a couple of other uses of Lst_ForEach to LST_FO...
2005-03-12 Eirik NygaardMerge from vendor branch NCURSES:
2005-03-12 Max OkumotoSimplify the print routines by using LST_FOREACH instea...
2005-03-12 Max OkumotoRemove the leading underscore from structure tags....
2005-03-12 Max OkumotoStyle: Fix indentation.
2005-03-12 Max OkumotoConstify Var_Dump and simplify it by inlining VarPrintVar.
2005-03-12 Max OkumotoReorganize Suff_EndTransform to be called only for...
2005-03-12 Max OkumotoThe previous commit should have had the following comment.
2005-03-12 Max OkumotoVar_Subst() cannot return NULL so there is no reason...
2005-03-12 Max OkumotoStyle: fix indentation of SuffExpandChildren before...
2005-03-12 Max OkumotoStyle: fix indentation of SuffExpandChildren before...
2005-03-08 Simon SchubertMerge from vendor branch CVS:
2005-03-02 Eirik NygaardMerge from vendor branch NCURSES:
2005-03-02 Joerg SonnenbergerMerge from vendor branch GCC:
2005-02-28 Max OkumotoMerge in some changes that Harti made to patch 7.49
2005-02-25 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-02-18 Max OkumotoMake sure that length variable is set to zero before...
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-01 Max Okumoto- Fix some duplicate commenting for struct Job, struct...
2005-01-31 Max Okumoto- Convert negative logic, so code is easyer to read.
2005-01-22 Max Okumoto- put #ifdef around PrintAddr() proto type.
2005-01-22 Max Okumoto- Move PrintAddr() into only file that uses it.
2005-01-16 Eirik NygaardMerge from vendor branch HEIMDAL:
2005-01-09 Max Okumoto- Cleanup white space. style(9)
2005-01-08 Max OkumotoConstifying functions.
2005-01-06 Max OkumotoClean up include header mess. Split nonints into separa...
2005-01-05 Max OkumotoRemove cleanup functions. There is no reason to free...
2005-01-04 Joerg SonnenbergerMerge from vendor branch DHCP:
2004-12-20 Joerg SonnenbergerMerge from vendor branch GCC:
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch CVS:
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch BINUTILS:
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch FILE:
2004-12-18 Jeroen Ruigrok/asmodaiMerge from vendor branch OPENSSL:
2004-12-17 Max OkumotoReduce white space diffs between FreeBSD.
2004-12-17 Max OkumotoInstead of dynamically allocating list heads allocated...
2004-12-17 Max Okumotoo Don't free the second list in Lst_Concat for LST_CONC...
2004-12-17 Max OkumotoGet rid of the sequential access feature of the lists...
2004-12-17 Max OkumotoConstify the arguments to the list compare function...
2004-12-17 Max OkumotoTypedefs of pointers to structs are evil. Make Lst...
2004-12-16 Max OkumotoMake needs no circular lists so remove them from the...
2004-12-16 Max OkumotoUse size_t to fix 64-bit platforms
2004-12-16 Max OkumotoStyle: remove a lot of unnecessary casts, add some...
2004-12-14 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-12-10 Max OkumotoStylification: missing spaces, extra space after functi...
2004-12-01 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-12-01 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-11-24 Matthew Dillono Fix proto type
2004-11-24 Matthew Dillono Pacify ``make -f /dev/null -V FOO''.
2004-11-14 Joerg SonnenbergerMerge from vendor branch GDB:
2004-11-13 Matthew DillonSpelling corrections.
2004-11-12 Matthew DillonConvert make(1) to use ANSI style function declarations...
2004-11-12 Matthew DillonMake the DEBUGF() macro portable by (ugh) adding a...
2004-11-12 Matthew DillonDo some deregisterization.
2004-11-12 Matthew Dillonefree()->free(). remove #define efree (which was defin...
2004-11-12 Matthew DillonRemove various forms of NULL, and cleanup types. This...
2004-11-10 Joerg SonnenbergerMerge from vendor branch LIBARCHIVE:
next