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
/
suff.c
Age
Commit message (
Expand
)
Author
2020-09-26
make(1): clean up API for finding and creating GNodes
rillig
2020-09-25
make(1): declare strings for suff.c constant
rillig
2020-09-25
make(1): in FindSuffByName, return the suffix instead of a list node
rillig
2020-09-25
make(1): migrate suff.c from Lst_ForEachUntil to Lst_ForEach
rillig
2020-09-25
make(1): convert int to size_t for string lengths
rillig
2020-09-25
make(1): don't use reserved names in type names
rillig
2020-09-25
make(1): replace Lst_Find with FindSuffByName
rillig
2020-09-25
make(1): add tags to some of the unnamed structs
rillig
2020-09-24
make(1): remove redundant function prototypes in suff.c
rillig
2020-09-24
make(1): rename Lst_ForEach to Lst_ForEachUntil
rillig
2020-09-22
make(1): prepare Var_Subst for proper error handling
rillig
2020-09-22
make(1): use fine-grained type names for lists and their nodes
rillig
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): remove #endif comments for very short blocks
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 API for Targ_PrintCmd
rillig
2020-09-12
make(1): fix prototype of Suff_EndTransform
rillig
2020-09-12
make(1): move PrintAddr to where it belongs
rillig
2020-09-12
make(1): fix inconsistent code indentation
rillig
2020-09-11
make(1): rename GNodeSuff.gn to gnp
rillig
2020-09-11
make(1): replace *a->b with a->b[0]
rillig
2020-09-08
make(1): fix off-by-one error in SuffExpandChildren
rillig
2020-09-07
make(1): migrate SuffExpandChildren to Var_ParsePP
rillig
2020-09-05
make(1): remove trailing whitespace in -dg1 debug output
rillig
2020-08-31
make(1): fix compilation for -DNDEBUG and -O3
rillig
2020-08-31
make(1): fix unbalanced Lst_Open/Lst_Close in SuffFindCmds
rillig
2020-08-30
make(1): add debug macros to suff.c
rillig
2020-08-30
make(1): rename GNode.iParents to implicitParents
rillig
2020-08-30
make(1): rename Lst_Datum to LstNode_Datum
rillig
2020-08-30
make(1): rename Lst_Memeber to Lst_FindDatum
rillig
2020-08-29
make(1): trust that Var_Parse never returns NULL
rillig
2020-08-29
make(1): trust that Var_Subst never returns NULL
rillig
2020-08-29
make(1): clean up comments in suff.c, small refactorings
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): rename LstNode functions to match their type
rillig
2020-08-29
make(1): rename Lst_FindB back to Lst_Find
rillig
2020-08-29
make(1): migrate remaining Lst_Find to Lst_FindB
rillig
2020-08-28
make(1): rename SuffixCmpData to SuffSuffIsSuffixArgs
rillig
2020-08-28
make(1): clean up suffix handling
rillig
2020-08-28
make(1): fix assertion failure in suffix handling
rillig
2020-08-28
make(1): remove trailing 'S' from names of Lst functions
rillig
2020-08-28
make(1): migrate Lst_Find to Lst_FindS
rillig
2020-08-28
make(1): migrate Lst_First to Lst_FirstS
rillig
2020-08-28
make(1): print suffix flags in the standard way
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_Succ to Lst_SuccS
rillig
[prev]
[next]