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], Tue Apr 12 07:04:19 2022 UTC (9 months, 3 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)
Update to account for default colour change in libcurses.
Revision 1.3 / (download) - annotate - [select for diffs], Tue Sep 7 01:29:13 2021 UTC (16 months, 3 weeks ago) by rin
Branch: MAIN
Changes since 1.2: +1 -1
lines
Diff to previous 1.2 (colored)
PR lib/56388 Regen addstr2.chk after fix for the line-hash bug in libcurses. Now, all t_curses tests successfully pass on all platforms I have tried. Thanks blymn@ for kind advice!
Revision 1.2 / (download) - annotate - [select for diffs], Tue Jun 22 07:49:58 2021 UTC (19 months, 1 week ago) by blymn
Branch: MAIN
Changes since 1.1: +1 -1
lines
Diff to previous 1.1 (colored)
Update the check files to account for fixes to addstr.c
Revision 1.1.2.2 / (download) - annotate - [select for diffs], Sun Jun 6 20:30:54 2021 UTC (19 months, 3 weeks ago) by cjep
Branch: cjep_sun2x
Changes since 1.1.2.1: +1 -0
lines
Diff to previous 1.1.2.1 (colored) to branchpoint 1.1 (colored) next main 1.2 (colored)
sync with head
Revision 1.1.2.1, Sun Jun 6 04:57:58 2021 UTC (19 months, 4 weeks ago) by cjep
Branch: cjep_sun2x
Changes since 1.1: +0 -1
lines
FILE REMOVED
file addstr2.chk was added on branch cjep_sun2x on 2021-06-06 20:30:54 +0000
Revision 1.1 / (download) - annotate - [select for diffs], Sun Jun 6 04:57:58 2021 UTC (19 months, 4 weeks ago) by blymn
Branch: MAIN
CVS Tags: cjep_sun2x-base1
Branch point for: cjep_sun2x
New tests and updates for corrected behaviour due to fix for PR56224 * Added extra testing to the addstr test to demonstrate bug described in PR#56224 and validate case when scrolling enabled still works. * Fixed slk test, the slk_init output changed due to corrected wrapping, slk_restore no longer returns ERR probably due to addwchar no longer returning ERR when an implicit scroll was attempted when scrolling disabled. Commented out the slk_wset test, this is now returning ERR instead of misbehaving, needs investigation.