summaryrefslogtreecommitdiff
path: root/usr.bin/make/trace.c
AgeCommit message (Expand)Author
2023-03-28make: declare all common symbols in headers, unexport othersrillig
2022-03-26make: prefer 'long long' over 'long' on 32-bit C99 platformsrillig
2022-02-05make: improve C90 supportrillig
2021-12-15make: format comments according to /usr/share/misc/stylerillig
2021-09-21make: reduce relocations, thereby reducing .text sizerillig
2021-02-05make: in the Var_ functions, move the scope to the frontrillig
2021-02-04make: rename some VAR constants to SCOPErillig
2021-01-19make(1): remove do-not-format markers from commentsrillig
2020-12-20make(1): change return type of Var_Value to FStrrillig
2020-12-12make(1): move Job.xtraced to ShellWriterrillig
2020-12-10make(1): unpack struct JobFlagsrillig
2020-12-10make(1): split JobFlags into separate fieldsrillig
2020-10-31make(1): document possible undefined behavior in trace.c with .CURDIRrillig
2020-10-30make(1): change char * to void * in Var_Valuerillig
2020-10-05make(1): revert previous commitrillig
2020-10-05make(1): fix double-free bug in -DCLEANUP mode (since 2020-10-02)rillig
2020-10-03make(1): clean up #include sectionsrillig
2020-09-13make(1): clean up RCSID blocksrillig
2020-08-03make(1): no declaration-after-statement anymorerillig
2020-08-01make(1): avoid calls to free(3) in the common case of a NULL pointerrillig
2020-08-01make(1): let Var_Value return a const char *rillig
2020-07-03make(1): remove trailing whitespacerillig
2008-12-28prepare for time_t 64christos
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-02-15back 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-04Expunge last references to jobTokensFreedsl
2004-05-07Simplify build, no functional changes.ross
2002-06-15Remove !__STDC__ stuff, de-__P(), ANSIfy, and de-register.wiz
2002-01-27Fix major bug in make(1) ... due to shadowing of the dotLast path used forreinoud
2001-01-23<sys/time.h>, rather than <time.h>. The former is actually the documentedcgd
2000-12-30Include token counts in trace output.sommerfeld
2000-12-29Quick and dirty trace mechanism to make it easier to look at how differentsommerfeld