CVS log for src/tests/lib/libcurses/check_files/addstr3.chk
Up to [cvs.NetBSD.org] / src / tests / lib / libcurses / check_files
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.4.2.1: download - view: text, markup, annotated - select for diffs
Tue Oct 10 13:17:46 2023 UTC (13 months, 3 weeks ago) by martin
Branches: netbsd-10
CVS tags: netbsd-10-0-RELEASE,
netbsd-10-0-RC6,
netbsd-10-0-RC5,
netbsd-10-0-RC4,
netbsd-10-0-RC3,
netbsd-10-0-RC2,
netbsd-10-0-RC1
Diff to: previous 1.4: preferred, colored; next MAIN 1.5: preferred, colored
Changes since revision 1.4: +1 -1
lines
Pull up following revision(s) (requested by kim in ticket #402):
tests/lib/libcurses/check_files/waddstr2.chk: revision 1.2
tests/lib/libcurses/check_files/addstr3.chk: revision 1.5
lib/libcurses/addbytes.c: revision 1.69
lib/libcurses/tty.c: revision 1.50
Fix for install/56467
Set x to 0 before calling scroll based on a proposed fix by RVP (thanks!)
Update check files affected by a fix to addbyte.c in libcurses.
Correct the fd closed check so we actually check the outfd as per
the comment. Thanks for jdc%netbsd.org@localhost for catching this one.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Oct 5 06:15:58 2023 UTC (14 months ago) by blymn
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
HEAD
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1
lines
Update check files affected by a fix to addbyte.c in libcurses.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Nov 4 06:17:58 2022 UTC (2 years, 1 month ago) by blymn
Branches: MAIN
CVS tags: netbsd-10-base
Branch point for: netbsd-10
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +2 -5
lines
Update check files to allow for changes due to fixes to libcurses.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Tue Apr 12 07:04:19 2022 UTC (2 years, 7 months ago) by blymn
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -1
lines
Update to account for default colour change in libcurses.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Jun 22 07:49:58 2021 UTC (3 years, 5 months ago) by blymn
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -2
lines
Update the check files to account for fixes to addstr.c
Revision 1.1.2.2: download - view: text, markup, annotated - select for diffs
Sun Jun 6 20:30:54 2021 UTC (3 years, 5 months ago) by cjep
Branches: cjep_sun2x
Diff to: previous 1.1.2.1: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.2.1: +2 -0
lines
sync with head
Revision 1.1.2.1
Sun Jun 6 04:57:58 2021 UTC (3 years, 5 months ago) by cjep
Branches: cjep_sun2x
FILE REMOVED
Changes since revision 1.1: +0 -2
lines
file addstr3.chk was added on branch cjep_sun2x on 2021-06-06 20:30:54 +0000
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun Jun 6 04:57:58 2021 UTC (3 years, 5 months ago) by blymn
Branches: 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.
CVSweb <webmaster@jp.NetBSD.org>