mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-18 02:50:09 +00:00
6bc31da01b
Wed Jan 1 15:15:00 1997 Ulrich Drepper <drepper@cygnus.com> * libio/Makefile (routines): Add fcloseall. * libio/fcloseall.c: New file. * libio/stdio.h [__USE_GNU]: Add prototype for fcloseall. * libio/iofclose.c: Don't close all streams when argument is NULL. * stdio/Makefile (routines): Add fcloseall. * stdio/fcloseall.c: New file. * stdio/stdio.h [__USE_GNU]: Add prototype for fcloseall. * stdio/fclose.c: Don't close all streams when argument is NULL. * manual/stdio.texi: Document fcloseall. * sysdeps/generic/abort.c: Call __fcloseall instead of fclose with NULL argument. * socket/sys/un.h (SUN_LEN): Add cast. * sunrpc/auth_unix.c (authunix_create): Change parameter types of uid, gid, and aup_gids to uid_t and gid_t respectively. (authunix_create_default): Likewise. (authunix_refresh): Correct cast for aup_gids assignment. * sunrpc/rpc/auth.h (authunix_create): Correct types in declaration. * sunrpc/rpc/auth_unix.h (struct authunix_parms): Correct field types to uid_t and gid_t respectively. (struct short_hand_verf): Likewise. Reported by Andreas Schwab. * sysdeps/ieee754/Makefile: New file. Make sure ieee754.h gets installed. * sysdeps/ieee754/ieee754.h: Protect against multiple inclusion and use in C++ programs. * sysdeps/libm-i387/e_pow.S: New file. Optimized ix87 assembler version of pow() function. * sysdeps/libm-i387/e_powf.S: New file. Float version. * sysdeps/libm-i387/e_powl.S: New file. Long double version. * sysdeps/libm-i387/s_expm1.S: New file. Optimized ix87 assembler version of expm1() function. * sysdeps/libm-i387/s_expm1f.S: New file. Float version. * sysdeps/libm-i387/s_expm1l.S: New file. Long double version. * sysdeps/libm-i387/e_exp.S: Optimize handling of +-Inf. Better handling of computation stack from current NetBSD sources. * sysdeps/libm-i387/e_expf.S: Likewise. * sysdeps/libm-i387/e_expl.S: Likewise. * sysdeps/libm-i387/e_log.S: Use fstp instead of fincstp. * sysdeps/libm-i387/e_logf.S: Likewise. * sysdeps/libm-i387/e_logl.S: Likewise. * sysdeps/libm-i387/e_log10.S: Likewise. * sysdeps/libm-i387/e_log10f.S: Likewise. * sysdeps/libm-i387/e_log10l.S: Likewise. * sysdeps/libm-i387/s_asinh.S: Likewise. * sysdeps/libm-i387/s_asinhf.S: Likewise. * sysdeps/libm-i387/s_asinhl.S: Likewise. * sysdeps/libm-i387/s_significandl.S: Likewise. * sysdeps/libm-i387/s_ceil.S: Don't create stack frame. Modify stack pointer directly. Use 32 bit instead of 16 bit operations. * sysdeps/libm-i387/s_ceilf.S: Likewise. * sysdeps/libm-i387/s_ceill.S: Likewise. * sysdeps/libm-i387/s_floor.S: Likewise. * sysdeps/libm-i387/s_floorf.S: Likewise. * sysdeps/libm-i387/s_floorl.S: Likewise. * sysdeps/libm-ieee754/e_coshf.c (huge): Don't declare volatile. * sysdeps/libm-ieee754/e_expf.c: Likewise. * sysdeps/libm-ieee754/e_powf.c: Likewise. From current NetBSD sources. * sysdeps/libm-ieee754/e_hypot.c (__ieee754_hypot): Don't initialize `a' and `b' in definition. * sysdeps/libm-ieee754/e_hypotf.c: Likewise. * sysdeps/libm-ieee754/e_hypotl.c: New file. Long double implementation. * sysdeps/libm-ieee754/e_sinhl.c: New file. Long double implementation. * sysdeps/stub/e_hypotl.c: Removed. We have a real version now. * sysdeps/stub/e_sinhl.c: Removed. * sysdeps/posix/sigpause.c (__sigpause): Use sigdelset instead of sigaddset. Reported by Andreas Schwab. (__default_sigpause): New function. Call __sigpause as BSD version. Make this the default function by providing alias sigpause. * sysdeps/stub/sigpause.c (__default_sigpause): New funciton. Simply fail. Provide alias sigpause. Wed Jan 1 12:34:54 1997 Ulrich Drepper <drepper@cygnus.com> * po/es.po: Update for glibc-1.98. * po/fr.po: Likewise. * po/sv.po: New file. Swedish translation. Wed Jan 1 12:18:07 1997 MacGyver <macgyver@tos.net> * values.h: Fix typos: use SHRT_MAX but SHORT_MAX and SHRT_MIN but SHORT_MIN. Tue Dec 24 23:10:21 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * Makefile: Replace `stubs.h' by `gnu/stubs.h'. * features.h: Include <gnu/stubs.h> instead of <stubs.h>. Tue Dec 24 22:16:55 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * Makefile (subdirs): Move `elf' last so that librtld.so isn't relinked in the `make others' pass if an add-on adds something to libc. Mon Dec 23 21:23:16 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * sysdeps/m68k/abort-instr.h: New File. Mon Dec 23 21:16:38 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * sysdeps/m68k/Makefile ($(subdir)=elf): Define CFLAGS-rtld.c to prevent warning. Mon Dec 23 21:14:22 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * resolv/Makefile (subdirs-dirs): Define. Mon Dec 23 20:56:49 1996 Andreas Schwab <schwab@issan.informatik.uni-dortmund.de> * sysdeps/gnu/utmpbits.h (struct utmp): Fix padding. Mon Dec 30 11:05:11 1996 Ulrich Drepper <drepper@cygnus.com> Update from ADO tzcode1996o. * time/difftime.c: De-ANSI-declfy. Simplify computation of hibit according to ADO version. * time/zic.c: Correct typo is message. Update from ADO tzdata1996n. * time/asia: Updated. * time/australasia: Likewise. * time/europe: Likewise. * time/northamerica: Likewise. * time/southamerica: Likewise. |
||
---|---|---|
.. | ||
sys | ||
__longjmp.c | ||
__math.h | ||
_exit.c | ||
accept.c | ||
access.c | ||
acct.c | ||
adjtime.c | ||
alarm.c | ||
asm-syntax.h | ||
bind.c | ||
brdinit.c | ||
brk.c | ||
bsd-_setjmp.c | ||
bsd-setjmp.c | ||
bytesex.h | ||
chdir.c | ||
chflags.c | ||
chmod.c | ||
chown.c | ||
chroot.c | ||
clock.c | ||
close.c | ||
closedir.c | ||
confstr.h | ||
connect.c | ||
console.c | ||
ctermid.c | ||
cuserid.c | ||
dbl2mpn.c | ||
defs.c | ||
direntry.h | ||
dirfd.c | ||
dirstream.h | ||
dl-machine.h | ||
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 | ||
elfclass.h | ||
errlist.c | ||
errnos.h | ||
euidaccess.c | ||
exc2signal.c | ||
execve.c | ||
fchdir.c | ||
fchflags.c | ||
fchmod.c | ||
fchown.c | ||
fcntl.c | ||
fcntlbits.h | ||
fdopen.c | ||
fexecve.c | ||
flock.c | ||
fork.c | ||
fpathconf.c | ||
fpu_control.h | ||
fstatfs.c | ||
fsync.c | ||
ftruncate.c | ||
fxstat.c | ||
getaddrinfo.c | ||
getcwd.c | ||
getdents.c | ||
getdomain.c | ||
getdtsz.c | ||
getegid.c | ||
getenv.c | ||
geteuid.c | ||
getgid.c | ||
getgroups.c | ||
gethostid.c | ||
gethostname.c | ||
getitimer.c | ||
getlogin_r.c | ||
getlogin.c | ||
getpagesize.c | ||
getpeername.c | ||
getpgid.c | ||
getpid.c | ||
getppid.c | ||
getpriority.c | ||
getrlimit.c | ||
getrusage.c | ||
getsid.c | ||
getsockname.c | ||
getsockopt.c | ||
getsysstats.c | ||
gettimeofday.c | ||
getuid.c | ||
gtty.c | ||
huge_val.h | ||
init-first.c | ||
init-posix.c | ||
intr-msg.h | ||
ioctl.c | ||
ioctls.h | ||
isatty.c | ||
isfdtype.c | ||
jmp_buf.h | ||
jmp-unwind.c | ||
k_cosl.c | ||
k_rem_pio2l.c | ||
k_sinl.c | ||
k_tanl.c | ||
kill.c | ||
killpg.c | ||
lchown.c | ||
ldbl2mpn.c | ||
libc_fatal.c | ||
libc-lock.h | ||
link.c | ||
listen.c | ||
local_lim.h | ||
lockfile.c | ||
longjmp-ts.c | ||
lseek.c | ||
lxstat.c | ||
machine-lock.h | ||
machine-sp.h | ||
madvise.c | ||
mkdir.c | ||
mkfifo.c | ||
mkstemp.c | ||
mktemp.c | ||
mmap.c | ||
morecore.c | ||
mpn2dbl.c | ||
mpn2flt.c | ||
mpn2ldbl.c | ||
mprotect.c | ||
msgctl.c | ||
msgget.c | ||
msgrcv.c | ||
msgsnd.c | ||
msync.c | ||
munmap.c | ||
nan.h | ||
nanosleep.c | ||
nice.c | ||
nlist.c | ||
open.c | ||
opendir.c | ||
pathconf.c | ||
pause.c | ||
pipe.c | ||
pipestream.c | ||
poll.c | ||
posix_opt.h | ||
profil.c | ||
ptrace.c | ||
putenv.c | ||
raise.c | ||
read.c | ||
readdir_r.c | ||
readdir.c | ||
readlink.c | ||
readv.c | ||
reboot.c | ||
recv.c | ||
recvfrom.c | ||
recvmsg.c | ||
remove.c | ||
rename.c | ||
revoke.c | ||
rewinddir.c | ||
rmdir.c | ||
s_atanl.c | ||
s_erfl.c | ||
s_expm1l.c | ||
s_log1pl.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 | ||
select.c | ||
semctl.c | ||
semget.c | ||
semop.c | ||
send.c | ||
sendmsg.c | ||
sendto.c | ||
setdomain.c | ||
setegid.c | ||
setenv.c | ||
seteuid.c | ||
setgid.c | ||
setgroups.c | ||
sethostid.c | ||
sethostname.c | ||
setitimer.c | ||
setjmp.c | ||
setlogin.c | ||
setpgid.c | ||
setpriority.c | ||
setregid.c | ||
setreuid.c | ||
setrlimit.c | ||
setsid.c | ||
setsockopt.c | ||
settimeofday.c | ||
setuid.c | ||
shmat.c | ||
shmctl.c | ||
shmdt.c | ||
shmget.c | ||
shutdown.c | ||
sigaction.c | ||
sigaltstack.c | ||
sigblock.c | ||
sigcontext.h | ||
sigintr.c | ||
siglist.c | ||
signal.c | ||
signum.h | ||
sigpause.c | ||
sigpending.c | ||
sigprocmask.c | ||
sigreturn.c | ||
sigsetmask.c | ||
sigstack.c | ||
sigsuspend.c | ||
sigvec.c | ||
sigwait.c | ||
sleep.c | ||
socket.c | ||
socketpair.c | ||
sstk.c | ||
start.c | ||
statbuf.h | ||
statfs.c | ||
stdio_init.c | ||
stdio_lim.h | ||
stime.c | ||
strtsupp.c | ||
stty.c | ||
swapoff.c | ||
swapon.c | ||
symlink.c | ||
sync.c | ||
syscall.c | ||
syscall.h | ||
sysconf.c | ||
sysd-stdio.c | ||
sysdep.c | ||
sysdep.h | ||
system.c | ||
tcdrain.c | ||
tcflow.c | ||
tcflush.c | ||
tcgetattr.c | ||
tcgetpgrp.c | ||
tcsendbrk.c | ||
tcsetattr.c | ||
tcsetpgrp.c | ||
telldir.c | ||
tempname.c | ||
thread_state.h | ||
time.c | ||
timebits.h | ||
times.c | ||
trampoline.c | ||
truncate.c | ||
ttyname_r.c | ||
ttyname.c | ||
ualarm.c | ||
udiv_qrnnd.c | ||
ulimit.c | ||
umask.c | ||
unlink.c | ||
usleep.c | ||
ustat.c | ||
utime.c | ||
utimes.c | ||
vhangup.c | ||
wait3.c | ||
wait4.c | ||
wait.c | ||
waitflags.h | ||
waitpid.c | ||
write.c | ||
writev.c | ||
xmknod.c | ||
xstat.c |