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
/
trace.c
Age
Commit message (
Expand
)
Author
2023-03-28
make: declare all common symbols in headers, unexport others
rillig
2022-03-26
make: prefer 'long long' over 'long' on 32-bit C99 platforms
rillig
2022-02-05
make: improve C90 support
rillig
2021-12-15
make: format comments according to /usr/share/misc/style
rillig
2021-09-21
make: reduce relocations, thereby reducing .text size
rillig
2021-02-05
make: in the Var_ functions, move the scope to the front
rillig
2021-02-04
make: rename some VAR constants to SCOPE
rillig
2021-01-19
make(1): remove do-not-format markers from comments
rillig
2020-12-20
make(1): change return type of Var_Value to FStr
rillig
2020-12-12
make(1): move Job.xtraced to ShellWriter
rillig
2020-12-10
make(1): unpack struct JobFlags
rillig
2020-12-10
make(1): split JobFlags into separate fields
rillig
2020-10-31
make(1): document possible undefined behavior in trace.c with .CURDIR
rillig
2020-10-30
make(1): change char * to void * in Var_Value
rillig
2020-10-05
make(1): revert previous commit
rillig
2020-10-05
make(1): fix double-free bug in -DCLEANUP mode (since 2020-10-02)
rillig
2020-10-03
make(1): clean up #include sections
rillig
2020-09-13
make(1): clean up RCSID blocks
rillig
2020-08-03
make(1): no declaration-after-statement anymore
rillig
2020-08-01
make(1): avoid calls to free(3) in the common case of a NULL pointer
rillig
2020-08-01
make(1): let Var_Value return a const char *
rillig
2020-07-03
make(1): remove trailing whitespace
rillig
2008-12-28
prepare for time_t 64
christos
2008-04-28
Remove clause 3 and 4 from TNF licenses
martin
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
2006-01-04
Expunge last references to jobTokensFree
dsl
2004-05-07
Simplify build, no functional changes.
ross
2002-06-15
Remove !__STDC__ stuff, de-__P(), ANSIfy, and de-register.
wiz
2002-01-27
Fix major bug in make(1) ... due to shadowing of the dotLast path used for
reinoud
2001-01-23
<sys/time.h>, rather than <time.h>. The former is actually the documented
cgd
2000-12-30
Include token counts in trace output.
sommerfeld
2000-12-29
Quick and dirty trace mechanism to make it easier to look at how different
sommerfeld