index
:
netbsd
lockcount-9.3
lockdoc-10.99.5
lockdoc-10.99.5-vfs
lockdoc-9.3
lockdoc-9.3-vfs
trunk
NetBSD fork for lockdoc analysis
merlin@scholz.ruhr
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
make
/
parse.c
Age
Commit message (
Expand
)
Author
2009-11-19
Add .unexport - the exact opposite of .export
sjg
2009-11-06
Report lines that ought to contain a ':' operator but start with a '.'
dsl
2009-10-07
The parser used to break dependency lines at ';' without regard
sjg
2009-01-23
Change 'ClientData' to 'void *' so that relevant parameters can
dsl
2009-01-16
Parse_Error() really doesn't need to cruft up a dummy structure for curFile.
dsl
2009-01-11
Instead of stashing the body of every iteration of a .for loop, pass
dsl
2009-01-08
Fix PR bin/1443 properly!
dsl
2009-01-04
Count () and {} when looking to the '=' that terminates the variable being
dsl
2008-12-13
Use NULL instead of -1 cast to the relavant type (usually via NIL).
dsl
2008-11-29
Split For_Eval() into two functions.
dsl
2008-11-12
intFile.fd should be initialised to -1, not 0.
apb
2008-11-12
avoid using c99 struct named initializers because this is a host tool and
christos
2008-10-29
If Parse_Error is called after curFile is invalid, set it to a dummy
sjg
2008-10-06
Don't use emalloc and friends directly, but call them consistently
joerg
2008-06-03
PR/38840: Pierre Pronchery: make crashes while parsing long lines in Makefiles
christos
2008-02-15
back all changes out until I fix it properly.
christos
2008-02-14
- use pid_t/size_t as appropriate instead of int.
christos
2008-01-03
When we extend the buffer used to read makefiles (in order to read lines
dsl
2007-10-22
Allow .PATH<suffix> to be used for .include "".
sjg
2007-10-13
strlen returns size_t
christos
2007-10-13
When processing .include "../../foo.mk" lexically process the leading ../
dsl
2007-10-12
If we are going to save the names of all opened makefiles, do so when files
dsl
2007-10-12
static a const string.
christos
2007-10-08
Use .MAKE.MAKEFILES to track all the makefiles that have been read
sjg
2007-10-05
Add the ability to .export variables to the environment.
sjg
2007-10-01
Add the ability to tweak the token output before targets in job mode.
sjg
2007-05-23
Delete some comments that refer to long-extinct code.
dsl
2007-02-24
Don't increment 'cp' twice when looking for commands following ';' on a
dsl
2007-02-04
Add code to ensure that .if/.endif are correctly nested with .for/.endfor
dsl
2007-01-24
Check of open conditionals before we trash 'curFile' - so we can actually
dsl
2007-01-18
Don't delete '\' from before '#' in shell command lines.
dsl
2007-01-15
Avoid coredumping. Found by accidentally running make instead of gmake
christos
2007-01-02
Don't delete whitespace before a "\\\n" sequence. Somewhere I'd misread
dsl
2007-01-01
Rework the code that separates the makefile into lines.
dsl
2006-12-18
From Anon Ymous:
christos
2006-12-16
Use open/read/close instead of stdio for makefiles.
dsl
2006-12-07
Revert part of a recent commit.
dsl
2006-12-07
Put the big block of code that was common to ParseDoInclude() and
dsl
2006-12-04
There really is no point calling estrdup() to get a copy of the makefile name
dsl
2006-12-03
Unknot this code slightly by avoiding 'break/return; else' and by putting
dsl
2006-11-17
A rather large rototil in the way the parallel make code schedules jobs.
dsl
2006-10-27
Since 'ClientData' is 'void *', nuke almost all the (ClientData) casts.
dsl
2006-10-15
Add some more explanitory comments.
dsl
2006-10-15
Change a 'while' loop to a 'for' loop so we can add 'free(line)' into the
dsl
2006-10-15
Output all debug trace output through 'debug_file' defaulting to 'stdout'.
dsl
2006-08-26
More programs using efun.
christos
2006-03-31
Add some coverity allocation comments, and change the way the allocator
christos
2006-03-31
There is no need to count jobs and job tokens.
dsl
2006-03-31
Coverity CID 544: Fix memory leak.
christos
2006-03-28
- Change where variable substitution is done when processing traditional
ginsbach
[next]