glibc/sysdeps/generic
Ulrich Drepper 0ed99ce46d Update.
2000-02-27  Ulrich Drepper  <drepper@redhat.com>

	* conform/conformtest.pl (@headers): Add wordexp.h, wctype.h, wchar.h,
	varargs.h, utmpx.h, utime.h, unistd.h, ulimit.h, ucontext.h, time.h,
	termios.h, tar.h, sys/wait.h, sys/uio.h, sys/types.h, sys/times.h,
	sys/timeb.h, sys/time.h, sys/statvfs.h, sys/stat.h, sys/shm.h,
	sys/sem.h, and sys/resource.h.
	Implement handling of allow-header.
	* conform/data/fcntl.h-data: Correct various bugs.
	* conform/data/fnmatch.h-data: Likewise.
	* conform/data/math.h-data: Likewise.
	* conform/data/ndbm.h-data: Likewise.
	* conform/data/nl_types.h-data: Likewise.
	* conform/data/poll.h-data: Likewise.
	* conform/data/pthread.h-data: Likewise.
	* conform/data/semaphore.h-data: Likewise.
	* conform/data/setjmp.h-data: Likewise.
	* conform/data/signal.h-data: Likewise.
	* conform/data/stdarg.h-data: Likewise.
	* conform/data/stddef.h-data: Likewise.
	* conform/data/stdio.h-data: Likewise.
	* conform/data/stdlib.h-data: Likewise.
	* conform/data/string.h-data: Likewise.
	* conform/data/strings.h-data: Likewise.
	* conform/data/stropts.h-data: Likewise.
	* conform/data/syslog.h-data: Likewise.
	* conform/data/sys/ipc.h-data: Likewise.
	* conform/data/sys/mman.h-data: Likewise.
	* conform/data/sys/msg.h-data: Likewise.
	* conform/data/tar.h-data: New file.
	* conform/data/termios.h-data: New file.
	* conform/data/time.h-data: New file.
	* conform/data/ucontext.h-data: New file.
	* conform/data/ulimit.h-data: New file.
	* conform/data/unistd.h-data: New file.
	* conform/data/utime.h-data: New file.
	* conform/data/utmpx.h-data: New file.
	* conform/data/varargs.h-data: New file.
	* conform/data/wchar.h-data: New file.
	* conform/data/wctype.h-data: New file.
	* conform/data/wordexp.h-data: New file.
	* conform/data/sys/resource.h-data: New file.
	* conform/data/sys/sem.h-data: New file.
	* conform/data/sys/shm.h-data: New file.
	* conform/data/sys/stat.h-data: New file.
	* conform/data/sys/statvfs.h-data: New file.
	* conform/data/sys/time.h-data: New file.
	* conform/data/sys/timeb.h-data: New file.
	* conform/data/sys/times.h-data: New file.
	* conform/data/sys/types.h-data: New file.
	* conform/data/sys/uio.h-data: New file.
	* conform/data/sys/wait.h-data: New file.

	* grp/grp.h (getgrent_r): Declare only if __USE_GNU.

	* include/sys/time.h (__itimes): Fix type of second parameter.

	* io/sys/stat.h (S_IFLNK): Define also if __USE_XOPEN.
	(S_ISVTX): Likewise.

	* io/sys/statvfs.h: Define fsblkcnt_t and fsfilcnt_t.

	* locale/langindo.h: Make ERA_YEAR, INT_CURR_SYMBOL, CURRENCY_SYMBOL,
	MON_DECIMAL_POINT, MON_THOUSANDS_SEP, MON_GROUPING, POSITIVE_SIGN,
	NEGATIVE_SIGN, INT_FRAC_DIGITS, FRAC_DIGITS, P_CS_PRECEDES,
	P_SEP_BY_SPACE, N_CS_PRECEDES, N_SEP_BY_SPACE, P_SIGN_POSN,
	N_SIGN_POSN, DECIMAL_POINT, THOUSANDS_SEP, GROUPING, YESEXPR,
	NOEXPR, YESSTR, and NOSTR only available if __USE_GNU.

	* math/bits/mathcalls.h: Don't declare tgamma and scalbn if only
	__USE_XOPEN.

	* posix/unistd.h: Don't define ptrdiff_t.
	(sbrk): Correct type of parameter.
	* sysdeps/generic/sbrk.c: Likewise.
	* sysdeps/mach/hurd/sbrk.c: Likewise.

	* posix/sys/types.h: Allow id_t, suseconds_t, fsblkcnt_t, and
	fsfilcnt_t being defined elsewhere.

	* resource/sys/resource.h: Define id_t.
	If __USE_XOPEN use int for type of first parameter if getrlimit,
	getrlimit64, setrlimit, setrlimit64, getrusage, getpriority, and
	setpriority.
	* sysdeps/generic/getpriority.c: Fix type of second parameter.
	* sysdeps/generic/setpriority.c: Likewise.
	* sysdeps/mach/hurd/getpriority.c: Likewise.
	* sysdeps/mach/hurd/setpriority.c: Likewise.
	* sysdeps/unix/sysv/irix4/getpriority.c: Likewise.
	* sysdeps/unix/sysv/irix4/setpriority.c: Likewise.
	* sysdeps/unix/sysv/linux/getpriority.c: Likewise.

	* sysdeps/generic/utimes.c: Fix parameter of third parameter.
	* sysdeps/mach/hurd/utimes.c: Likewise.
	* sysdeps/posix/utimes.c: Likewise.

	* sysdeps/generic/bits/shm.h: Define shmatt_t type and use it in
	struct shmid_ds definition.
	* sysdeps/gnu/bits/shm.h: Likewise.
	* sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
	* sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
	* sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.

	* sysvipc/sys/shm.h: Define time_t.

	* sysvipc/sys/sem.h (struct sembuf): Make sem_num field unsigned.

	* sysdeps/gnu/bits/sem.h: Rename anonymous type struct sem_queue and
	struct sem_undo to struct __sem_queue and struct __sem_undo resp.

	* time/time.h: Define suseconds_t if not already done.

	* sysdeps/unix/sysv/linux/bits/statvfs.h: Rename f_spare to __f_spare.
	* sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
	* sysdeps/unix/sysv/linux/statvfs64.c: Likewise.
	* sysdeps/unix/sysv/linux/internal_statvfs.c: Likewise.

	* intl/bindtextdom.c: Use rwlock to avoid surprising results in
	multithreaded applications.
	* intl/dcigettext.c: Likewise.
	* intl/textdomain.c: Likewise.
	* intl/*.c: Update copyright.
	* sysdeps/generic/bits/libc-lock.h: Define __libc_rwlock_* stubs.

2000-02-27  Andreas Jaeger  <aj@suse.de>

	* sysdeps/unix/sysv/linux/configure.in: Treat also "/usr/" as
	prefix especially.

2000-02-27  Ulrich Drepper  <drepper@redhat.com>

	* po/de.po: Update from translation team.
	* po/ko.po: Likewise.
2000-02-28 05:08:01 +00:00
..
bits Update. 2000-02-28 05:08:01 +00:00
elf
netinet
sys Update. 1999-12-02 00:14:25 +00:00
__longjmp.c
_exit.c
_G_config.h Update. 1999-08-15 16:10:09 +00:00
_strerror.c
a.out.h
abort-instr.h
abort.c
accept.c
access.c
acct.c
add_n.c
addmul_1.c
adjtime.c
aio_sigqueue.c Update. 1999-09-20 02:18:14 +00:00
alarm.c
asm-syntax.h
atomicity.h
backtrace.c Update. 2000-01-17 05:24:52 +00:00
backtracesyms.c
backtracesymsfd.c
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_getres.c Stub implementation of clock_getres. 1999-07-27 00:14:58 +00:00
clock_gettime.c Update. 1999-07-27 00:24:04 +00:00
clock_settime.c Update. 1999-07-27 00:24:04 +00:00
clock.c
close.c
closedir.c
cmp.c
configure
configure.in
confstr.h
connect.c
console.c
crypt-entry.c
crypt.h
ctermid.c
cuserid.c
dbl2mpn.c
defs.c
des_impl.c
det_endian.c
dirfd.c
dirstream.h
Dist 1999-07-19 Andreas Schwab <schwab@suse.de> 1999-07-20 08:19:37 +00:00
div.c
divmod_1.c
divrem.c
dl-cache.c
dl-cache.h
dl-environ.c
dl-hash.h
dl-librecon.h
dl-machine.h 1999-07-21 Roland McGrath <roland@baalperazim.frob.com> 1999-07-21 16:58:06 +00:00
dl-origin.c
dl-procinfo.h
dl-sysdep.c Update. 2000-01-04 17:51:12 +00:00
dup2.c
dup.c
e_acoshl.c
e_acosl.c
e_asinl.c
e_atan2l.c
e_atanhl.c
e_coshl.c
e_exp10.c
e_exp10f.c
e_exp10l.c
e_expl.c
e_fmodl.c
e_gammal_r.c Update. 1999-07-31 07:16:41 +00:00
e_hypotl.c
e_j0l.c
e_j1l.c
e_jnl.c
e_lgammal_r.c Update. 1999-07-31 07:16:41 +00:00
e_log10l.c
e_logl.c
e_powl.c
e_rem_pio2l.c
e_scalb.c
e_scalbf.c
e_scalbl.c
e_sinhl.c
e_sqrtl.c
enbl-secure.c
endutxent.c
entry.h
environ.c Update. 2000-02-25 23:28:51 +00:00
errlist.c
errno-loc.c
euidaccess.c
exc2signal.c
execve.c
fattach.c
fchdir.c
fchflags.c
fchmod.c
fchown.c
fclrexcpt.c Update. 2000-02-26 01:21:37 +00:00
fcntl.c
fdatasync.c
fdetach.c
fdopen.c
fedisblxcpt.c Update. 1999-11-12 17:23:30 +00:00
feenablxcpt.c Update. 1999-11-12 17:23:30 +00:00
fegetenv.c Update. 2000-02-26 01:21:37 +00:00
fegetexcept.c Update. 1999-11-12 17:23:30 +00:00
fegetround.c
feholdexcpt.c Update. 2000-01-31 08:11:53 +00:00
fesetenv.c Update. 2000-02-26 01:21:37 +00:00
fesetround.c Update. 2000-01-31 08:11:53 +00:00
feupdateenv.c Update. 2000-02-26 01:21:37 +00:00
fexecve.c
ffs.c
ffsll.c
fgetexcptflg.c Update. 2000-02-26 01:21:37 +00:00
flock.c
fork.c
fpathconf.c
fpu_control.c
fpu_control.h
fraiseexcpt.c Update. 2000-02-26 01:21:37 +00:00
frame.h Update. 2000-01-06 00:10:15 +00:00
fsetexcptflg.c Update. 2000-02-26 01:21:37 +00:00
fstatfs64.c
fstatfs.c
fstatvfs64.c
fstatvfs.c
fsync.c
ftestexcept.c
ftime.c
ftruncate64.c
ftruncate.c
fxstat64.c
fxstat.c
gai_strerror.c
getaddrinfo.c
getcontext.c
getcwd.c
getdents64.c Update. 1999-08-19 20:57:48 +00:00
getdents.c
getdomain.c
getdtsz.c
getegid.c
getenv.c Update. 1999-09-10 19:04:08 +00:00
geteuid.c
getgid.c
getgroups.c
gethostid.c
gethostname.c
getitimer.c
getloadavg.c * misc/Makefile (routines): Add getloadavg. 1999-10-04 05:28:33 +00:00
getlogin_r.c
getlogin.c
getmsg.c
getpagesize.c
getpeername.c
getpgid.c
getpgrp.c Update. 1999-07-27 05:10:43 +00:00
getpid.c
getpmsg.c
getppid.c
getpriority.c Update. 2000-02-28 05:08:01 +00:00
getpt.c
getresgid.c
getresuid.c
getrlimit64.c
getrlimit.c
getrusage.c
getsid.c
getsockname.c
getsockopt.c
getsysstats.c
gettimeofday.c
getuid.c
getutmp.c
getutmpx.c
getutxent.c
getutxid.c
getutxline.c
glob64.c
glob.c Update. 2000-02-22 09:00:35 +00:00
gmp-mparam.h
grantpt.c
group_member.c
gtty.c
hp-timing.h
htonl.c
htons.c
if_index.c Update. 1999-12-02 08:21:38 +00:00
ifreq.h Update. 1999-10-29 21:40:21 +00:00
init-first.c
init-posix.c
inlines.c
intr-msg.h
inttypes.h Update. 1999-12-31 18:51:25 +00:00
ioctl.c
isastream.c
isatty.c
isfdtype.c
jmp-unwind.c
k_cosl.c
k_rem_pio2l.c
k_sincosl.c
k_sinl.c
k_tanl.c
kill.c
killpg.c
labs.c
lchown.c
ldbl2mpn.c
ldiv.c
libc_fatal.c
libc-start.c Update. 1999-12-19 19:51:55 +00:00
libm-test-ulps Update. 1999-10-19 06:29:27 +00:00
link.c
listen.c
llabs.c
lldiv.c
lockf64.c
lockfile.c
longjmp-ts.c
longjmp.c
lseek64.c Update. 2000-01-24 02:22:13 +00:00
lseek.c
lshift.c
lxstat64.c
lxstat.c
machine-gmon.h
machine-lock.h
machine-sp.h
madvise.c
makecontext.c
Makefile
math_ldbl.h Update. 1999-08-02 19:56:07 +00:00
memccpy.c
memchr.c
memcmp.c
memcopy.h
memcpy.c
memmem.c
memmove.c
mempcpy.c
memprof.h Update. 2000-02-11 19:48:04 +00:00
memrchr.c Update. 1999-10-04 07:30:05 +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 Update. 1999-08-18 07:53:35 +00:00
msync.c
mul_1.c
mul_n.c
mul.c
munmap.c
nanosleep.c
nice.c
open64.c Update. 1999-12-19 05:29:07 +00:00
open.c
opendir.c
opensock.c Update. 1999-10-29 21:40:21 +00:00
pagecopy.h
pathconf.c
paths.h
pause.c
pipe.c
pipestream.c
poll.c
pread64.c Update. 1999-12-19 05:29:07 +00:00
pread.c Update. 1999-12-19 05:29:07 +00:00
printf_fphex.c Update. 2000-02-11 18:50:36 +00:00
prof-freq.c
profil-counter.h
profil.c
pselect.c
ptrace.c
ptsname.c
pty-private.h Update. 1999-08-25 06:43:29 +00:00
putenv.c Update. 1999-08-18 07:53:35 +00:00
putmsg.c
putpmsg.c
pututxline.c
pwrite64.c Update. 1999-12-19 05:29:07 +00:00
pwrite.c Update. 1999-12-19 05:29:07 +00:00
raise.c
rawmemchr.c
read.c
readdir64_r.c
readdir64.c
readdir_r.c
readdir.c
readelflib.c Update. 1999-12-04 08:00:00 +00:00
readlink.c
readv.c
reboot.c
recv.c
recvfrom.c
recvmsg.c
register-dump.h
remove.c
rename.c
revoke.c
rewinddir.c
rmdir.c
rshift.c
s_asinhl.c
s_atanl.c
s_cacos.c
s_cacosf.c
s_cacosh.c
s_cacoshf.c
s_cacoshl.c
s_cacosl.c
s_casin.c
s_casinf.c
s_casinh.c
s_casinhf.c
s_casinhl.c
s_casinl.c
s_catan.c
s_catanf.c
s_catanh.c
s_catanhf.c
s_catanhl.c
s_catanl.c
s_cbrtl.c
s_ccos.c
s_ccosf.c
s_ccosh.c
s_ccoshf.c
s_ccoshl.c
s_ccosl.c
s_cexp.c
s_cexpf.c
s_cexpl.c
s_clog10.c
s_clog10f.c
s_clog10l.c
s_clog.c
s_clogf.c
s_clogl.c
s_cpow.c
s_cpowf.c
s_cpowl.c
s_cproj.c Update. 1999-10-19 03:14:36 +00:00
s_cprojf.c Update. 1999-10-19 03:14:36 +00:00
s_cprojl.c Update. 1999-10-19 03:14:36 +00:00
s_csin.c
s_csinf.c
s_csinh.c
s_csinhf.c
s_csinhl.c
s_csinl.c
s_csqrt.c
s_csqrtf.c
s_csqrtl.c
s_ctan.c
s_ctanf.c
s_ctanh.c
s_ctanhf.c
s_ctanhl.c
s_ctanl.c
s_erfl.c
s_exp2l.c
s_expm1l.c
s_fdim.c
s_fdimf.c
s_fdiml.c
s_fma.c
s_fmaf.c
s_fmal.c
s_fmax.c
s_fmaxf.c
s_fmaxl.c
s_fmin.c
s_fminf.c
s_fminl.c
s_ldexp.c
s_ldexpf.c
s_ldexpl.c
s_log1pl.c
s_log2l.c
s_nan.c
s_nanf.c
s_nanl.c
s_nextafter.c Update. 1999-08-02 23:56:41 +00:00
s_nexttowardf.c Update. 1999-10-12 16:00:04 +00:00
s_nexttowardl.c
s_significand.c
s_significandf.c
s_significandl.c
s_tanhl.c
sbrk.c Update. 2000-02-28 05:08:01 +00:00
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 Update. 1999-08-18 18:44:33 +00:00
segfault.c Update. 2000-01-06 00:10:15 +00:00
select.c
semctl.c
semget.c
semop.c Update. 1999-08-18 07:53:35 +00:00
send.c
sendmsg.c
sendto.c
setcontext.c
setdomain.c
setegid.c
setenv.c Update. 2000-02-22 09:00:35 +00:00
seteuid.c
setfpucw.c
setgid.c
setgroups.c
sethostid.c
sethostname.c
setitimer.c
setjmp.c
setlogin.c
setpgid.c
setpriority.c Update. 2000-02-28 05:08:01 +00:00
setregid.c
setreuid.c
setrlimit64.c
setrlimit.c
setsid.c
setsockopt.c
settimeofday.c
setuid.c
setutxent.c
shmat.c
shmctl.c
shmdt.c
shmget.c Update. 1999-08-18 07:53:35 +00:00
shutdown.c
sigaction.c
sigaltstack.c
sigblock.c
sigcontextinfo.h Update. 1999-08-23 17:53:16 +00:00
sigignore.c
sigintr.c
sigjmp.c
siglist.c
siglist.h bcopy should handle overlapping copies like memmove, while the previous version worked like memcpy. Implement optimized assembly memmove. 1999-11-23 17:01:11 +00:00
signal.c
signame.c
signame.h
sigpause.c Update. 2000-02-23 06:02:09 +00:00
sigpending.c
sigprocmask.c
sigqueue.c
sigreturn.c
sigset-cvt-mask.h
sigset.c
sigsetmask.c
sigstack.c Update. 2000-02-23 06:02:09 +00:00
sigsuspend.c
sigtimedwait.c
sigvec.c
sigwait.c
sigwaitinfo.c
sleep.c
socket.c
socketpair.c
speed.c
sstk.c
stackinfo.h
start.c
statfs64.c
statfs.c
statvfs64.c
statvfs.c
stdint.h Update. 1999-10-31 23:32:56 +00:00
stdio_init.c
stime.c
stpcpy.c
stpncpy.c
strcasecmp_l.c
strcasecmp.c
strcasestr.c
strcat.c
strchr.c
strchrnul.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 Update. 1999-12-18 19:45:25 +00:00
strspn.c
strstr.c
strtoimax.c
strtok_r.c
strtok.c
strtol_l.c
strtol.c
strtold.c Update. 1999-08-02 19:56:07 +00:00
strtoll_l.c
strtoll.c
strtoul_l.c
strtoul.c
strtoull_l.c
strtoull.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
sysdep.c
sysdep.h
system.c
sysv_signal.c
t_sincosl.c
tcdrain.c
tcflow.c
tcflush.c
tcgetattr.c
tcgetpgrp.c
tcsendbrk.c
tcsetattr.c
tcsetpgrp.c
telldir.c Update. 1999-08-18 00:34:47 +00:00
tempname.c
testrtsig.h
thread_state.h
time.c
timer_create.c Update. 1999-07-27 00:24:04 +00:00
timer_delete.c Update. 1999-07-27 00:24:04 +00:00
timer_getoverr.c Update. 1999-07-27 00:24:04 +00:00
timer_gettime.c Update. 1999-07-27 00:24:04 +00:00
timer_settime.c Update. 1999-07-27 00:24:04 +00:00
times.c
trampoline.c
truncate64.c
truncate.c
ttyname_r.c
ttyname.c
ualarm.c Update. 1999-08-18 03:42:39 +00:00
udiv_qrnnd.c
ulimit.c
umask.c
uname.c
unlink.c
unlockpt.c
updwtmp.c
updwtmpx.c
usleep.c Update. 1999-12-02 00:12:41 +00:00
ustat.c
utime.c
utimes.c Update. 2000-02-28 05:08:01 +00:00
utmp_file.c
utmpxname.c
vdprintf.c
vfork.c
vhangup.c
vlimit.c
vtimes.c
w_expl.c
w_sqrt.c 1999-07-19 Andreas Schwab <schwab@suse.de> 1999-07-20 08:19:37 +00:00
w_sqrtf.c 1999-07-19 Andreas Schwab <schwab@suse.de> 1999-07-20 08:19:37 +00:00
wait3.c
wait4.c
wait.c
waitid.c
waitpid.c
wcstoimax.c
wcstol_l.c
wcstol.c
wcstoll_l.c
wcstoll.c
wcstoul_l.c
wcstoul.c
wcstoull_l.c
wcstoull.c
wcstoumax.c
wordcopy.c
write.c
writev.c
xmknod.c
xstat64.c
xstat.c