Up to [cvs.NetBSD.org] / src / usr.bin / make / unit-tests
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.7 / (download) - annotate - [select for diffs], Wed Feb 9 21:09:24 2022 UTC (11 months, 3 weeks ago) by rillig
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
HEAD
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
make: fix mistakes, spelling and typos in comments and manual page No binary change for -DNDEBUG.
Revision 1.6 / (download) - annotate - [select for diffs], Sat Jan 8 23:52:26 2022 UTC (12 months, 4 weeks ago) by rillig
Branch: MAIN
Changes since 1.5: +9 -1
lines
Diff to previous 1.5 (colored)
make: add details about .for loop variables to stack traces The stack traces are enabled with the debug logging option '-dp'.
Revision 1.5 / (download) - annotate - [select for diffs], Sat Jan 8 23:41:43 2022 UTC (12 months, 4 weeks ago) by rillig
Branch: MAIN
Changes since 1.4: +7 -6
lines
Diff to previous 1.4 (colored)
make: fix stack traces in -dp mode (since 2021-01-26) Previously, the stack traces omitted some lines that seemed to be redundant. As a result, the stack traces contained confusing line numbers.
Revision 1.4 / (download) - annotate - [select for diffs], Sat Jan 8 22:24:20 2022 UTC (12 months, 4 weeks ago) by rillig
Branch: MAIN
Changes since 1.3: +4 -3
lines
Diff to previous 1.3 (colored)
make: fix line number in debug log after returning from a file The parser returns to the next line, not to the current line.
Revision 1.3 / (download) - annotate - [select for diffs], Sat Jan 8 22:13:43 2022 UTC (12 months, 4 weeks ago) by rillig
Branch: MAIN
Changes since 1.2: +5 -2
lines
Diff to previous 1.2 (colored)
tests/make: test line numbers in debug output for parsing files
Revision 1.2 / (download) - annotate - [select for diffs], Sun Jan 2 03:23:55 2022 UTC (13 months ago) by rillig
Branch: MAIN
Changes since 1.1: +18 -3
lines
Diff to previous 1.1 (colored)
tests/make: demonstrate bugs in PrintStackTrace
Revision 1.1 / (download) - annotate - [select for diffs], Sat Sep 5 06:20:51 2020 UTC (2 years, 5 months ago) by rillig
Branch: MAIN
CVS Tags: cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
make(1): add tests for each debug option