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
2020-09-13
make(1): prepare Var_Parse for proper error handling and reporting
rillig
2020-09-13
make(1): clean up RCSID blocks
rillig
2020-09-13
make(1): clean up API for evaluating conditions
rillig
2020-09-13
make(1): clean up comments for ParseErrorInternal and ParseMessage
rillig
2020-09-13
make(1): fix comment for ParseVErrorInternal
rillig
2020-09-13
make(1): reduce complexity of PrintLocation
rillig
2020-09-13
make(1): inline strchr call in IsInclude
rillig
2020-09-13
make(1): clean up the documentation for Parse_File
rillig
2020-09-13
make(1): remove redundant VARARGS comments
rillig
2020-09-12
make(1): reword variable invocation to variable expression
rillig
2020-09-12
make(1): rename Var_ParsePP back to Var_Parse
rillig
2020-09-12
make(1): fix prototype of Suff_EndTransform
rillig
2020-09-12
make(1): fix inconsistent code indentation
rillig
2020-09-12
make(1): split ParseVErrorInternal into 2 functions
rillig
2020-09-11
make(1): add wrappers around ctype.h functions
rillig
2020-09-08
make(1): fix off-by-one error in SuffExpandChildren
rillig
2020-09-07
make(1): with -dp, print name of the function instead of its address
rillig
2020-09-07
make(1): migrate Var_Parse to Var_ParsePP in ParseDoDependency
rillig
2020-09-06
make(1): add const for Parse_IsVar
rillig
2020-09-05
make(1): replay the changes from v1.283
rillig
2020-09-05
make(1): clean up comments about parsing
rillig
2020-09-05
make(1): fix comments about setting .PARSEDIR and .PARSEFILE
rillig
2020-09-05
make(1): make GetActuallyIncludingFile faster
rillig
2020-09-05
make(1): fix .INCLUDEDFROMDIR/.INCLUDEDFROMFILE
rillig
2020-09-05
make(1): fix local variable type in ParseIsEscaped
rillig
2020-09-05
make(1): fix return type of ParseIsEscaped
rillig
2020-09-05
make(1): remove redundant prototype for ParseMark
rillig
2020-09-05
make(1): remove redundant prototypes for local functions from parse.c
rillig
2020-09-04
make(1): use a stack instead of a list for the nested include path
rillig
2020-09-01
make(1): clean up documentation in buf.h, and redundant include files
rillig
2020-08-30
make(1): rename Lst_Datum to LstNode_Datum
rillig
2020-08-29
make(1): trust that Var_Parse never returns NULL
rillig
2020-08-29
make(1): remove ReturnStatus, SUCCESS and FAILURE
rillig
2020-08-29
make(1): add bmake_strsedup for duplicating a substring
rillig
2020-08-29
make(1): merge duplicate code for bmake_strldup
rillig
2020-08-29
make(1): allow for strict type checking for Boolean
rillig
2020-08-28
make(1): remove trailing 'S' from names of Lst functions
rillig
2020-08-27
make(1): migrate Lst_IsEmpty to Lst_IsEmptyS
rillig
2020-08-27
make(1): migrate Lst_Last to Lst_LastS
rillig
2020-08-27
make(1): migrate Lst_ForEach to Lst_ForEachS
rillig
2020-08-27
make(1): convert Arch_ParseArchive from ReturnStatus to Boolean
rillig
2020-08-26
make(1): add stricter variants for remaining Lst functions
rillig
2020-08-25
make(1): fix obvious bugs in -DCLEANUP mode
rillig
2020-08-22
make(1): make moving and copying lists simpler
rillig
2020-08-22
make(1): clean up headers
rillig
2020-08-22
make(1): fix undefined behavior when assigning to variable ""
rillig
2020-08-22
make(1): fix indentation
rillig
2020-08-22
make(1): replace Lst_Datum with non-null guaranteeing Lst_DatumS
rillig
2020-08-22
make(1): convert Lst_Enqueue and Lst_Dequeue to nonnull variants
rillig
2020-08-22
make(1): replace two instances of Lst_AtFront with Lst_Prepend
rillig
[prev]
[next]