glibc/sysdeps/generic
Ulrich Drepper 390955cbde Update.
1999-01-11  Ulrich Drepper  <drepper@cygnus.com>

	* ctype/Versions [GLIBC_2.0]: Export __ctype32_b.
	* include/wctype.h: Declare __iswctype.
	* stdio-common/vfscanf.c (__vfscanf): Use __iswspace instead of
	iswspace.
	* wctype/Makefile (routines): Add wcextra_l.
	* wctype/wcextra.c (iswblank): Implement function here and don't use
	__iswctype.
	(__iswblank_l):  Move definition to...
	* wctype/wcextra_l.c: ...here.  New file.
	* wctype/wcfuncs.c: Really implement functions and don't call
	__iswctype or __towctrans.
	* wctype/wctype.h: Change isw* and tow* macros.  Don't call
	__iswctype or __towctrans.  Instead optimize constant argument case.

	* iconv/gconv.h: Fix typos.

	* iconv/skeleton.c: Fix typos.  Optimize init function a bit.
	Correctly emit escape sequence to return to initial state in
	conversion function.

	* iconvdata/iso-2022-jp.c (gconv_init): Correctly initialize
	max_needed_to element.

	* manual/mbyte.texi: Removed.  This is now described in charset.texi.
	* manual/charset.texi: New file.
	* manual/Makefile (chapters): Replace mbyte by charset.
	* manual/ctype.texi: Document wide character functions.
	* manual/intro.texi: Fix reference to mbyte chapter.
	* manual/lang.texi: Likewise.
	* manual/locale.texi: Likewise.
	* manual/stdio.texi: Likewise.
	* manual/string.texi: Fix @node line for new charset chapter.
	* manual/libc.texinfo (UPDATED): Updated.  Also update copyright years.
	* manual/memory.texi (savestring): Optimize code to give a good
	example.

	* manual/filesys.texi: Fix wording.  Patches by Jim Meyering.

	* nscd/nscd_getgr_r.c: Include stdint.h to get uintptr_t definition.
	* nscd/nscd_getpw_r.c: Likewise.
	* nscd/nscd_gethst_r.c: Likewise.

	* stdlib/stdtold_l.c: Always include xlocale.h.

1999-01-11  Geoffrey Keating  <geoffk@ozemail.com.au>

	* stdlib/fpioconst.h (LDBL_MAX_10_EXP_LOG): Define to be same as
	DBL_MAX_10_EXP_LOG if there is no long double.
	(_fpioconst_pow10): Always use size as LDBL_MAX_10_EXP_LOG to match
	printf_fp.c.

1999-01-10  Andreas Jaeger  <aj@arthur.rhein-neckar.de>

	* timezone/Makefile ($(testdata)/GB): Changed to ...
	($(testdata)/Europe/London): ... for tst-timezone test.
	($(objpfx)tst-timezone.out): Change GB to Europe/London.

	* timezone/tst-timezone.c (main): Enable DST switching test,
	change GB to Europe/London.

1999-01-10  Philip Blundell  <philb@gnu.org>

	* socket/Makefile (headers): Remove bits/sockunion.h.

1999-01-09  Philip Blundell  <philb@gnu.org>

	* socket/sys/socket.h: Don't include <bits/sockunion.h>.
	* sysdeps/generic/bits/sockunion.h: Deleted.
	* sysdeps/unix/sysv/linux/bits/sockunion.h: Likewise.

1999-01-08  H.J. Lu  <hjl@gnu.org>

	* io/fts.c (fts_close): Don't access memory after having it freed.
1999-01-11 20:13:43 +00:00
..
bits Update. 1999-01-11 20:13:43 +00:00
elf Update. 1998-07-16 20:08:44 +00:00
netinet
sys Update. 1998-10-23 13:44:50 +00:00
__longjmp.c
_exit.c
_G_config.h
_strerror.c Update. 1998-05-25 10:01:47 +00:00
a.out.h
abort-instr.h
abort.c Update. 1998-07-17 12:36:43 +00:00
accept.c
access.c
acct.c
add_n.c
addmul_1.c
adjtime.c
aio_sigqueue.c
alarm.c
asm-syntax.h
atomicity.h
backtrace.c Update. 1998-06-17 10:24:52 +00:00
backtracesyms.c Update. 1998-06-15 10:29:49 +00:00
backtracesymsfd.c Update. 1998-07-16 20:08:44 +00:00
bb_init_func.c
bcopy.c
bind.c
brdinit.c
brk.c
bsd-_setjmp.c
bsd-setjmp.c
bzero.c
chdir.c
chflags.c
chmod.c
chown.c
chroot.c
clock.c
close.c
closedir.c
cmp.c
configure Update. 1998-11-20 17:27:07 +00:00
configure.in
confstr.h
connect.c
console.c
crypt-entry.c Update. 1998-12-31 18:19:19 +00:00
crypt.h Update. 1998-12-31 18:19:19 +00:00
ctermid.c
cuserid.c
dbl2mpn.c
defs.c
des_impl.c
det_endian.c
dirfd.c
dirstream.h
Dist Update. 1998-12-01 20:53:27 +00:00
div.c
divmod_1.c
divrem.c
dl-cache.c Update. 1998-08-26 00:07:26 +00:00
dl-environ.c Update. 1998-07-16 11:44:36 +00:00
dl-hash.h Update. 1998-12-31 18:19:19 +00:00
dl-librecon.h
dl-machine.h
dl-origin.h Update. 1998-09-02 12:58:42 +00:00
dl-procinfo.h Update. 1998-04-03 11:18:13 +00:00
dl-sysdep.c Update. 1998-09-22 19:08:42 +00:00
dup2.c
dup.c
e_acoshl.c
e_acosl.c
e_asinl.c
e_atan2l.c
e_expl.c
e_fmodl.c
e_j0l.c
e_j1l.c
e_jnl.c
e_lgammal_r.c
e_log10l.c
e_logl.c
e_powl.c
e_rem_pio2l.c
e_sqrtl.c
enbl-secure.c Update. 1998-06-22 17:08:51 +00:00
endutxent.c Update. 1998-04-20 18:41:05 +00:00
entry.h
errlist.c
errno-loc.c Update. 1998-11-30 14:21:53 +00:00
euidaccess.c
exc2signal.c
execve.c
fattach.c
fchdir.c
fchflags.c
fchmod.c
fchown.c
fclrexcpt.c
fcntl.c
fdatasync.c
fdetach.c
fdopen.c Update. 1998-08-08 20:02:34 +00:00
fegetenv.c
fegetround.c
feholdexcpt.c
fesetenv.c
fesetround.c
feupdateenv.c
fexecve.c
ffs.c Update. 1998-07-30 12:47:25 +00:00
ffsll.c Update. 1998-07-30 12:47:25 +00:00
fgetexcptflg.c
flock.c
fork.c
fpathconf.c
fpu_control.c
fpu_control.h Update. 1998-11-26 12:02:23 +00:00
fraiseexcpt.c
fsetexcptflg.c
fstatfs64.c 1998-12-27 Roland McGrath <roland@baalperazim.frob.com> 1998-12-27 01:40:53 +00:00
fstatfs.c
fstatvfs64.c 1998-12-27 Roland McGrath <roland@baalperazim.frob.com> 1998-12-27 01:40:53 +00:00
fstatvfs.c
fsync.c
ftestexcept.c
ftime.c
ftruncate64.c Update. 1998-07-16 11:44:36 +00:00
ftruncate.c Update. 1998-06-22 17:08:51 +00:00
fxstat64.c
fxstat.c
gai_strerror.c
getaddrinfo.c
getcontext.c
getcwd.c
getdents.c
getdomain.c
getdtsz.c
getegid.c
getenv.c Update. 1998-06-12 07:36:49 +00:00
geteuid.c
getgid.c
getgroups.c
gethostid.c
gethostname.c
getitimer.c
getlogin_r.c
getlogin.c
getmsg.c
getpagesize.c
getpeername.c
getpgid.c Update. 1998-08-03 16:47:01 +00:00
getpgrp.c
getpid.c
getpmsg.c
getppid.c
getpriority.c
getpt.c Update. 1998-09-21 14:34:13 +00:00
getresgid.c
getresuid.c
getrlimit64.c Update. 1998-07-16 11:44:36 +00:00
getrlimit.c
getrusage.c
getsid.c
getsockname.c
getsockopt.c
getsysstats.c
gettimeofday.c
getuid.c
getutxent.c Update. 1998-04-20 18:41:05 +00:00
getutxid.c Update. 1998-04-20 18:41:05 +00:00
getutxline.c Update. 1998-04-20 18:41:05 +00:00
glob64.c 1998-08-12 Roland McGrath <roland@baalperazim.frob.com> 1998-08-11 21:52:02 +00:00
glob.c 1998-10-12 Roland McGrath <roland@baalperazim.frob.com> 1998-10-12 09:20:54 +00:00
gmp-mparam.h
grantpt.c
group_member.c
gtty.c
hp-timing.h Update. 1998-12-31 18:19:19 +00:00
htonl.c
htons.c
if_index.c 1998-08-12 Roland McGrath <roland@baalperazim.frob.com> 1998-08-11 21:52:02 +00:00
init-first.c Update. 1998-06-29 12:44:22 +00:00
init-posix.c
inlines.c
intr-msg.h
inttypes.h
ioctl.c
isastream.c Update. 1998-11-08 10:40:28 +00:00
isatty.c
isfdtype.c
jmp-unwind.c
k_cosl.c
k_rem_pio2l.c
k_sinl.c
k_tanl.c
kill.c
killpg.c
lchown.c
ldbl2mpn.c
ldiv.c
libc_fatal.c
libc-start.c Update. 1998-06-09 16:02:40 +00:00
link.c
listen.c
lldiv.c
lockfile.c
longjmp-ts.c
longjmp.c Update. 1998-04-20 18:41:05 +00:00
lseek64.c Update. 1998-04-08 07:13:42 +00:00
lseek.c
lshift.c
lxstat64.c
lxstat.c
machine-gmon.h
machine-lock.h
machine-sp.h
madvise.c
make_siglist.c
makecontext.c
Makefile
memccpy.c
memchr.c
memcmp.c
memcopy.h
memcpy.c
memmem.c
memmove.c
mempcpy.c Update. 1998-09-21 14:34:13 +00:00
memset.c
mig-reply.c
mkdir.c
mkfifo.c
mmap64.c
mmap.c
mod_1.c
morecore.c
mpn2dbl.c
mpn2flt.c
mpn2ldbl.c
mprotect.c
msgctl.c
msgget.c
msgrcv.c
msgsnd.c
msync.c
mul_1.c
mul_n.c
mul.c
munmap.c
nanosleep.c
nice.c
nlist.c
open64.c
open.c
opendir.c
pagecopy.h
pathconf.c
paths.h Update. 1998-07-20 17:25:48 +00:00
pause.c
pipe.c
pipestream.c
poll.c
pread64.c
pread.c
prof-freq.c Update. 1998-07-16 11:44:36 +00:00
profil-counter.h
profil.c
pselect.c Update. 1998-11-26 12:02:23 +00:00
ptrace.c
ptsname.c Update. 1998-04-07 09:21:28 +00:00
putenv.c Update. 1998-07-16 11:44:36 +00:00
putmsg.c
putpmsg.c
pututxline.c Update. 1998-04-20 18:41:05 +00:00
pwrite64.c
pwrite.c
raise.c
read.c
readdir64_r.c
readdir64.c
readdir_r.c
readdir.c
readlink.c
readv.c Update. 1998-07-27 17:55:05 +00:00
reboot.c
recv.c
recvfrom.c
recvmsg.c
register-dump.h Update. 1998-08-24 16:46:16 +00:00
remove.c
rename.c
revoke.c
rewinddir.c
rmdir.c
rshift.c
s_atanl.c
s_erfl.c
s_exp2l.c
s_expm1l.c
s_log1pl.c
s_log2l.c
sbrk.c
sched_getp.c
sched_gets.c
sched_primax.c
sched_primin.c
sched_rr_gi.c
sched_setp.c
sched_sets.c
sched_yield.c
seekdir.c
segfault.c Update. 1998-11-29 08:44:37 +00:00
select.c
semctl.c Update. 1998-04-28 22:51:34 +00:00
semget.c
semop.c
send.c
sendmsg.c
sendto.c
setcontext.c
setdomain.c
setegid.c
setenv.c Update. 1998-10-24 15:02:35 +00:00
seteuid.c
setfpucw.c
setgid.c
setgroups.c
sethostid.c
sethostname.c
setitimer.c
setjmp.c Update. 1998-04-20 18:41:05 +00:00
setlogin.c
setpgid.c
setpriority.c
setregid.c
setreuid.c
setrlimit64.c Update. 1998-09-08 12:45:13 +00:00
setrlimit.c Update. 1998-06-13 00:49:55 +00:00
setsid.c
setsockopt.c
settimeofday.c
setuid.c
setutxent.c Update. 1998-04-20 18:41:05 +00:00
shmat.c
shmctl.c
shmdt.c
shmget.c
shutdown.c
sigaction.c
sigaltstack.c
sigblock.c
sigcontextinfo.h Update. 1998-07-20 17:25:48 +00:00
sigignore.c
sigintr.c
sigjmp.c
siglist.c
signal.c
signame.c
signame.h
sigpause.c
sigpending.c
sigprocmask.c
sigqueue.c
sigreturn.c
sigset-cvt-mask.h Update. 1998-06-07 14:06:56 +00:00
sigset.c
sigsetmask.c
sigstack.c
sigsuspend.c Update. 1998-07-20 17:25:48 +00:00
sigtimedwait.c
sigvec.c
sigwait.c
sigwaitinfo.c
sleep.c
socket.c Update. 1998-06-02 12:58:14 +00:00
socketpair.c
speed.c
sstk.c
start.c
statfs64.c 1998-12-27 Roland McGrath <roland@baalperazim.frob.com> 1998-12-27 01:40:53 +00:00
statfs.c
statvfs64.c 1998-12-27 Roland McGrath <roland@baalperazim.frob.com> 1998-12-27 01:40:53 +00:00
statvfs.c
stdint.h
stdio_init.c
stime.c
stpcpy.c
stpncpy.c
strcasecmp_l.c
strcasecmp.c
strcasestr.c Update. 1998-04-20 18:41:05 +00:00
strcat.c
strchr.c
strcmp.c
strcpy.c
strcspn.c
strlen.c
strncase_l.c
strncase.c
strncat.c
strncmp.c
strncpy.c
strpbrk.c
strrchr.c
strsep.c
strspn.c
strstr.c
strtoimax.c
strtok_r.c
strtok.c
strtoumax.c
strtsupp.c
stty.c
sub_n.c
submul_1.c
swapcontext.c
swapoff.c
swapon.c
symlink.c
sync.c
syscall.c
sysconf.c
sysd-stdio.c 1998-09-03 Roland McGrath <roland@baalperazim.frob.com> 1998-09-04 10:57:56 +00:00
sysdep.c
sysdep.h
system.c
sysv_signal.c
tcdrain.c
tcflow.c
tcflush.c
tcgetattr.c
tcgetpgrp.c
tcsendbrk.c
tcsetattr.c
tcsetpgrp.c
telldir.c
tempname.c Update. Old logs are in ChangeLog.7. 1998-08-11 18:44:11 +00:00
testrtsig.h
thread_state.h
time.c
times.c
trampoline.c
truncate64.c
truncate.c
ttyname_r.c Update. 1998-07-16 11:44:36 +00:00
ttyname.c
ualarm.c
udiv_qrnnd.c
ulimit.c
umask.c
uname.c
unlink.c
unlockpt.c
updwtmp.c Update. 1998-04-20 18:41:05 +00:00
updwtmpx.c Update. 1998-06-02 12:58:14 +00:00
usleep.c
ustat.c
utime.c
utimes.c
utmp_file.c Update. 1998-07-16 11:44:36 +00:00
utmpxname.c Update. 1998-04-20 18:41:05 +00:00
varargs.h
vdprintf.c
vfork.c
vhangup.c
vlimit.c Update. 1998-07-16 11:44:36 +00:00
vtimes.c Update. 1998-07-16 11:44:36 +00:00
wait3.c
wait4.c
wait.c
waitid.c
waitpid.c
wcstoimax.c
wcstoumax.c
wordcopy.c
write.c
writev.c Update. 1998-07-27 17:55:05 +00:00
xmknod.c
xstat64.c
xstat.c