2nd Try. The correct version.
[dragonfly.git] / usr.bin / make / parse.c
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 a few global variables into a struct and pass...
2005-05-14 Max OkumotoFreeBSD-Date: 2005/05/12 15:16:44
2005-05-11 Joerg SonnenbergerMerge from vendor branch GCC:
2005-05-07 Simon SchubertFix compilation with gcc40: *_hash() take (unsigned...
2005-05-05 Max OkumotoCleanup globals in str.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 16:15:28
2005-04-29 Max OkumotoFreeBSD-Date: 2005/04/29 15:37:44
2005-04-29 Max OkumotoFreeBSD-Date: 2005/04/28 13:05:43
2005-04-28 Max OkumotoMove comments to the proper section, and removed some...
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 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 OkumotoAdd back .makenv compat until everyone's source tree...
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-15 Max OkumotoInline stripvarname() since it will be removed in the...
2005-04-14 Joerg SonnenbergerMerge from vendor branch NTPD:
2005-04-09 Max OkumotoFreeBSD-Date: 2005/04/08 10:03:40
2005-04-09 Max OkumotoFreeBSD-Date: 2005/04/07 15:39:38
2005-04-09 Max OkumotoFreeBSD-Date: 2005/04/07 12:29:39
2005-04-01 Max OkumotoDate: 2005/03/30 15:18:58
2005-04-01 Max OkumotoFreeBSD-Date: 2005/03/23 16:28:57
2005-04-01 Max OkumotoThe previous patch had conflicts with our version....
2005-03-31 Max OkumotoFreeBSD-Date: 2005/03/23 16:14:41
2005-03-31 Max OkumotoReduce white space diffs between FreeBSD.
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 OkumotoReindent stripvarname() to use 8 space tabs.
2005-03-19 Max Okumotopatch-7.151
2005-03-19 Max Okumotopatch-7.150
2005-03-19 Max Okumotopatch-7.148
2005-03-16 Max OkumotoFreeBSD-Date: 2005/03/16 08:04:45
2005-03-15 Max OkumotoFreeBSD-Date: 2005/03/15 14:25:24
2005-03-12 Eirik NygaardMerge from vendor branch NCURSES:
2005-03-12 Max OkumotoCall ParseFinishLine() also for the last line in a...
2005-03-12 Max OkumotoReorganize Suff_EndTransform to be called only for...
2005-03-08 Simon SchubertMerge from vendor branch CVS:
2005-03-03 Max Okumotoparse.c:
2005-03-02 Max OkumotoUse the LST_FOREACH macro instead of the Lst_ForEach...
2005-03-02 Eirik NygaardMerge from vendor branch NCURSES:
2005-03-02 Joerg SonnenbergerMerge from vendor branch GCC:
2005-02-28 Max OkumotoThe rest of the modifications that Harti made to patch...
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-07 Max OkumotoMore white space diff reduction with FreeBSD.
2005-02-04 Max OkumotoBack out constify of Parse_File(). It is assigned...
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-27 Max Okumoto- Add Buf_StripNewlines().
2005-01-26 Joerg SonnenbergerFix the quoting of MAKEFLAGS as noted in rev. 1.47.
2005-01-24 Max OkumotoReverting all of today's changes.
2005-01-24 Max Okumoto- Removed unnessisary append of '\0' to Buffer object...
2005-01-16 Eirik NygaardMerge from vendor branch HEIMDAL:
2005-01-11 Max Okumoto- Pass NULL as 2nd param to Buf_GetAll(buf, &len),...
2005-01-10 Max Okumoto- Replace Buf_Discard(buf, size) with Buf_Clear(buf...
2005-01-09 Max Okumoto- Constify more functions.
2005-01-09 Max Okumoto- Cleanup white space. style(9)
2005-01-08 Max OkumotoConstify more functions.
2005-01-08 Max OkumotoConstify more functions.
2005-01-06 Max OkumotoHiding pointer in typedefs is evil. 'Buffer *' -> ...
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 Remove a useless list where just all command lines...
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-09 Max OkumotoUse typedefs for the types of the functions that are...
2004-12-01 Joerg Sonnenbergercompat.c:1.38->1.39
2004-12-01 Joerg Sonnenbergercond.c:1.27->1.28
2004-12-01 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-12-01 Joerg SonnenbergerMerge from vendor branch NTPD:
2004-11-30 Joerg Sonnenbergerparse.c: 1.53->1.54
2004-11-30 Joerg Sonnenbergerjob.h: 1.20->1.21
2004-11-24 Matthew Dillono Fix proto type
2004-11-24 Matthew Dillono Pacify ``make -f /dev/null -V FOO''.
2004-11-24 Matthew Dillono Print a warning when we are given two scripts for...
2004-11-14 Joerg SonnenbergerMerge from vendor branch GDB:
next