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
/
targ.c
Age
Commit message (
Expand
)
Author
2022-12-06
make: clean up comments
rillig
2022-09-27
make: set WARNS to 6, from the default 5
rillig
2022-04-15
make: add .USEBEFORE to Targ_PrintType
rillig
2022-01-07
make: merge duplicate variables for the main target
rillig
2022-01-07
make: clean up comments, variable names, function names
rillig
2022-01-07
make: rename and inline Targ_Precious
rillig
2021-11-28
make: convert GNodeFlags from enum into bit-fields
rillig
2021-09-12
make: reduce number of relocations in Targ_PrintType
rillig
2021-09-12
make: fix lint warnings for strict bool mode
rillig
2021-09-12
make: fix Targ_PrintType for pre-C99 compilers
rillig
2021-09-12
make: make Targ_PrintType simpler
rillig
2021-04-03
make: use standard %H in strftime instead of %k
rillig
2021-04-03
make: use C99 bool type instead of defining its own
rillig
2021-02-22
make: update constant names in comments
rillig
2021-02-04
make: rename context and ctxt to scope
rillig
2021-02-04
make: rename some VAR constants to SCOPE
rillig
2021-02-03
make: replace Global_AppendExpand with Global_Append
rillig
2021-02-03
make: use shortcut functions Global_SetExpand and Global_AppendExpand
rillig
2021-02-02
make: remove overengineered Enum_ValueToString
rillig
2021-01-10
make(1): make a few more bool expressions more precise
rillig
2020-12-18
make(1): spell nonexistent consistently
rillig
2020-12-18
make(1): use symbolic time for 0 in Make_Recheck
rillig
2020-12-18
make(1): constify Targ_FmtTime
rillig
2020-12-15
make(1): format function definitions consistently
rillig
2020-12-12
make(1): inline Targ_Ignore and Targ_Silent
rillig
2020-12-07
make(1): clean up debug logging
rillig
2020-12-06
make(1): inline macros for debug logging
rillig
2020-12-05
make(1): define constants for enum zero-values
rillig
2020-12-05
make(1): don't concatenate identifiers in Targ_PrintType
rillig
2020-12-05
make(1): indent targ.c with tabs instead of spaces
rillig
2020-12-04
make(1): use consistent variable names for list nodes
rillig
2020-11-29
make(1): reduce memory allocation for target handling
rillig
2020-11-29
make(1): reduce memory allocation for targets
rillig
2020-11-28
make(1): reduce pointer indirection for GNode.implicitParents
rillig
2020-11-28
make(1): reduce pointer indirection for GNode.cohorts
rillig
2020-11-28
make(1): reduce pointer indirection for GNode.order_pred and order_succ
rillig
2020-11-28
make(1): reduce memory allocation for GNode.parents and GNode.children
rillig
2020-11-28
make(1): remove pointer indirection from GNode.commands
rillig
2020-11-23
make(1): use comparisons in boolean expressions
rillig
2020-11-22
make(1): add remark to add a "reasonable way" to format time_t 0
rillig
2020-11-21
make(1): rename GNode.context to vars
rillig
2020-11-21
make(1): add more debug logging for suffix handling
rillig
2020-11-21
make(1): improve comment style in GNode_Free
rillig
2020-11-21
make(1): fix comment for allTargets
rillig
2020-11-16
make(1): clean up code style in targ.c
rillig
2020-11-16
make(1): initialize and free GNode fields in declaration order
rillig
2020-11-16
make(1): rename variables in targ.c
rillig
2020-11-16
make(1): clean up and extend comments in targ.c
rillig
2020-11-16
make(1): make some GNode functions const
rillig
2020-11-16
make(1): in CLEANUP mode, preallocate list of all GNodes
rillig
[next]