Up to [cvs.NetBSD.org] / src / tests / lib / libcurses / check_files
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.4 / (download) - annotate - [select for diffs], Wed Oct 19 06:10:43 2022 UTC (3 months, 2 weeks ago) by blymn
Branch: MAIN
CVS Tags: netbsd-10-base,
netbsd-10,
HEAD
Changes since 1.3: +1 -1
lines
Diff to previous 1.3 (colored)
Updates to account for changes resulting from fixes to libcurses.
Revision 1.3 / (download) - annotate - [select for diffs], Tue Apr 12 07:04:19 2022 UTC (9 months, 3 weeks ago) by blymn
Branch: MAIN
Changes since 1.2: +1 -1
lines
Diff to previous 1.2 (colored)
Update to account for default colour change in libcurses.
Revision 1.2 / (download) - annotate - [select for diffs], Tue Jan 25 03:23:05 2022 UTC (12 months, 1 week ago) by blymn
Branch: MAIN
Changes since 1.1: +1 -1
lines
Diff to previous 1.1 (colored)
Update of tests to account for output changes associated with wide char fixes. Also, default all tests to using UTF8 instead of doing a special dance for the wide character tests and fix debug_test to force set the locale to UTF8 so tests under debug don't throw spurious mismatches when a wide character test is run.
Revision 1.1 / (download) - annotate - [select for diffs], Sat Oct 24 04:46:16 2020 UTC (2 years, 3 months ago) by blymn
Branch: MAIN
CVS Tags: cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x
Merge in code from Google Summer of Code project which dramatically increases the number of tests performed. Thanks to Naman Jain <jnaman806@gmail.com> for his excellent work on this GSoC project.