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
2010-12-25
erm. fix previous...
dholland
2010-12-25
Maybe fix a problem that appeared on loonix.
dholland
2010-12-25
Uses stat; needs sys/stat.h. No idea what's pulling it in implicitly on
dholland
2010-12-25
Begin cleanup of the make parser: separate out the logic for reading files
dholland
2010-12-13
typo in comment
dholland
2010-12-13
Tables used by parser logic should be const.
dholland
2010-12-13
Remove stray extern definition that's already in jobs.h.
dholland
2010-12-13
Cosmetic: declare types before variables, group variables by role,
dholland
2010-09-13
Add meta.c which implements "meta" mode for make.
sjg
2010-05-24
Don't missinterpret targets that start with .info
sjg
2010-04-29
fflush stdout, before writing to stderr.
sjg
2010-04-08
Process .ERROR the same as .BEGIN, .END etc
sjg
2010-04-07
Add:
sjg
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
[next]