Update.
authorUlrich Drepper <drepper@redhat.com>
Mon, 27 Apr 1998 09:43:55 +0000 (09:43 +0000)
committerUlrich Drepper <drepper@redhat.com>
Mon, 27 Apr 1998 09:43:55 +0000 (09:43 +0000)
commit45139d5f770d32969d95593a6e176688c2205d54
tree1b0cf211e106b8de1ff19e1c4c5ba3ff4bf6bcb3
parent625094fd7aedb7088304d2e14471a9fae256f994
Update.

1998-04-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

* streams/Makefile (headers): Add sys/stropts.h.
* streams/sys/stropts.h: New file.

1998-04-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

* sysdeps/unix/sysv/linux/ttyname.c,
sysdeps/unix/sysv/linux/ttyname_r.c: New files, like
sysdeps/posix/ttyname*.c, but look in /dev/pts first.

1998-04-25  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

* sysdeps/unix/sysv/linux/ptsname.c: Fix off-by-one bug in second
argument of _itoa_word.

1998-04-24  Andreas Schwab  <schwab@issan.informatik.uni-dortmund.de>

* sysdeps/unix/sysv/linux/syscalls.list (s_getcwd, s_getdents,
s_pread64, s_pwrite64, s_reboot, s_sigpending, s_sigprocmask): Set
caller to getcwd, getdents, pread64, pwrite64, reboot, sigpending,
sigprocmask, resp., instead of EXTRA.

* sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove
s_pread64 and s_pwrite64.
24 files changed:
ChangeLog
iconvdata/TESTS
iconvdata/testdata/CP1250 [new file with mode: 0644]
iconvdata/testdata/CP1250..UTF8 [new file with mode: 0644]
iconvdata/testdata/CP1251 [new file with mode: 0644]
iconvdata/testdata/CP1251..UTF8 [new file with mode: 0644]
iconvdata/testdata/CP1252 [new file with mode: 0644]
iconvdata/testdata/CP1252..UTF8 [new file with mode: 0644]
iconvdata/testdata/CP1253 [new file with mode: 0644]
iconvdata/testdata/CP1253..UTF8 [new file with mode: 0644]
iconvdata/testdata/CP1254 [new file with mode: 0644]
iconvdata/testdata/CP1254..UTF8 [new file with mode: 0644]
iconvdata/testdata/CP1255 [new file with mode: 0644]
iconvdata/testdata/CP1255..UTF8 [new file with mode: 0644]
iconvdata/testdata/CP1256 [new file with mode: 0644]
iconvdata/testdata/CP1256..UTF8 [new file with mode: 0644]
iconvdata/testdata/CP1257 [new file with mode: 0644]
streams/Makefile
streams/sys/stropts.h [new file with mode: 0644]
sysdeps/unix/sysv/linux/Makefile
sysdeps/unix/sysv/linux/ptsname.c
sysdeps/unix/sysv/linux/syscalls.list
sysdeps/unix/sysv/linux/ttyname.c [new file with mode: 0644]
sysdeps/unix/sysv/linux/ttyname_r.c [new file with mode: 0644]