Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [netbsd-10] src



Module Name:    src
Committed By:   martin
Date:           Tue Oct 10 13:17:46 UTC 2023

Modified Files:
        src/lib/libcurses [netbsd-10]: addbytes.c tty.c
        src/tests/lib/libcurses/check_files [netbsd-10]: addstr3.chk
            waddstr2.chk

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.67.2.1 -r1.67.2.2 src/lib/libcurses/addbytes.c
cvs rdiff -u -r1.49 -r1.49.2.1 src/lib/libcurses/tty.c
cvs rdiff -u -r1.4 -r1.4.2.1 src/tests/lib/libcurses/check_files/addstr3.chk
cvs rdiff -u -r1.1 -r1.1.2.1 src/tests/lib/libcurses/check_files/waddstr2.chk

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index