CVS log for src/tests/lib/libcurses/tests/mvscanw
Up to [cvs.NetBSD.org] / src / tests / lib / libcurses / tests
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sun Apr 4 09:49:13 2021 UTC (3 years, 9 months ago) by rin
Branches: MAIN
CVS tags: perseant-exfatfs-base-20240630,
perseant-exfatfs-base,
perseant-exfatfs,
netbsd-10-base,
netbsd-10-1-RELEASE,
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,
netbsd-10,
cjep_sun2x-base1,
cjep_sun2x-base,
cjep_sun2x,
cjep_staticlib_x-base1,
cjep_staticlib_x-base,
cjep_staticlib_x,
HEAD
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +4 -2
lines
Reapply fix for big-endian environments, which was lost when GSoC results
were merged...
http://www.nerv.org/netbsd/?q=id:20200620T075016Z.3584036ccf31f69ee76ea4a02e9be30ff081df21
> Fix false positive for mvscanw tests on big endian machines.
>
> When conversion specifier is not a derivative form of "%s", retrieve
> input as 32bit integer, and then convert to string literal. Then we
> can avoid interpretation from ASCII code to integer, which is
> apparently byte-order depended.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Sun Apr 4 09:42:08 2021 UTC (3 years, 9 months ago) by rin
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +1 -1
lines
When mvscanw(3) fails, string is not modified.
Let's ignore the 2nd result for this case.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat Oct 24 04:46:17 2020 UTC (4 years, 2 months ago) by blymn
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +3 -4
lines
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.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Sat Jun 20 07:50:16 2020 UTC (4 years, 6 months ago) by rin
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +4 -3
lines
Fix false positive for mvscanw tests on big endian machines.
When conversion specifier is not a derivative form of "%s", retrieve
input as 32bit integer, and then convert to string literal. Then we
can avoid interpretation from ASCII code to integer, which is
apparently byte-order depended.
Revision 1.1.2.3: download - view: text, markup, annotated - select for diffs
Mon Apr 13 08:05:28 2020 UTC (4 years, 9 months ago) by martin
Branches: phil-wifi
Diff to: previous 1.1.2.2: preferred, colored; branchpoint 1.1: preferred, colored; next MAIN 1.2: preferred, colored
Changes since revision 1.1.2.2: +8 -1
lines
Mostly merge changes from HEAD upto 20200411
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Feb 7 19:56:51 2020 UTC (4 years, 11 months ago) by uwe
Branches: MAIN
CVS tags: phil-wifi-20200421,
phil-wifi-20200411,
phil-wifi-20200406,
is-mlppp-base,
is-mlppp
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +1 -1
lines
Fix typo in a comment.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Jun 25 22:19:29 2019 UTC (5 years, 6 months ago) by blymn
Branches: MAIN
CVS tags: phil-wifi-20191119,
netbsd-9-base,
netbsd-9-4-RELEASE,
netbsd-9-3-RELEASE,
netbsd-9-2-RELEASE,
netbsd-9-1-RELEASE,
netbsd-9-0-RELEASE,
netbsd-9-0-RC2,
netbsd-9-0-RC1,
netbsd-9
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +8 -1
lines
Fixed mvscanw test but leave disabled for the moment, the return for
mvscanw is incorrect in libcurses, we need a major lib version bump
to correct it.
Revision 1.1.2.2: download - view: text, markup, annotated - select for diffs
Mon Jun 10 22:10:06 2019 UTC (5 years, 7 months ago) by christos
Branches: phil-wifi
Diff to: previous 1.1.2.1: preferred, colored; branchpoint 1.1: preferred, colored
Changes since revision 1.1.2.1: +4 -0
lines
Sync with HEAD
Revision 1.1.2.1
Sun May 26 09:54:33 2019 UTC (5 years, 7 months ago) by christos
Branches: phil-wifi
FILE REMOVED
Changes since revision 1.1: +0 -4
lines
file mvscanw was added on branch phil-wifi on 2019-06-10 22:10:06 +0000
Revision 1.1: download - view: text, markup, annotated - select for diffs
Sun May 26 09:54:33 2019 UTC (5 years, 7 months ago) by blymn
Branches: MAIN
CVS tags: phil-wifi-20190609
Branch point for: phil-wifi
Add more tests for curses
CVSweb <webmaster@jp.NetBSD.org>