Source-Changes archive

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

CVS commit: src



Module Name:    src
Committed By:   kre
Date:           Wed Oct 25 06:32:59 UTC 2017

Modified Files:
        src/bin/stty: stty.1
        src/distrib/sets/lists/base: shl.mi
        src/distrib/sets/lists/comp: mi
        src/distrib/sets/lists/debug: shl.mi
        src/lib/libc: shlib_version
        src/lib/libc/termios: Makefile.inc
        src/sys/sys: termios.h ttycom.h
Added Files:
        src/lib/libc/termios: tcgetwinsize.3 tcgetwinsize.c tcsetwinsize.c

Log Message:
Implement tcgetwinsize() and tcsetwinsize() in libc, with access
via <termios.h> (and document them.)   Bump libc minor number for them.

Arrange for "struct winsize" to become visible in <termios.h>

Fix stty(1) so that "cols" is reported as the arg to set number of columns,
and "columns" is the alias, rather than the other way around, as "cols" is
what has been added to POSIX.

This is to conform with updates to be included in 1003.1 issue 8
(whenever that gets published) currently available at:
  http://austingroupbugs.net/view.php?id=1053   (see note 3863)
  http://austingroupbugs.net/view.php?id=1151   (see note 3856)


To generate a diff of this commit:
cvs rdiff -u -r1.43 -r1.44 src/bin/stty/stty.1
cvs rdiff -u -r1.823 -r1.824 src/distrib/sets/lists/base/shl.mi
cvs rdiff -u -r1.2152 -r1.2153 src/distrib/sets/lists/comp/mi
cvs rdiff -u -r1.185 -r1.186 src/distrib/sets/lists/debug/shl.mi
cvs rdiff -u -r1.277 -r1.278 src/lib/libc/shlib_version
cvs rdiff -u -r1.4 -r1.5 src/lib/libc/termios/Makefile.inc
cvs rdiff -u -r0 -r1.1 src/lib/libc/termios/tcgetwinsize.3 \
    src/lib/libc/termios/tcgetwinsize.c src/lib/libc/termios/tcsetwinsize.c
cvs rdiff -u -r1.33 -r1.34 src/sys/sys/termios.h
cvs rdiff -u -r1.20 -r1.21 src/sys/sys/ttycom.h

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