Wed Dec 13 23:12:26 1995  H.J. Lu (hjl@gnu.ai.mit.edu)

	* <_G_config.h>: change verion to 5.2.18.

	* elf/libc/jump.params: set version to 5.2.18.

	* elf/libm/jump.params: set version to 5.0.5.

	* <dlfcn.h>: removed.

	* <sys/mman.h>: add msync, mlock, munlock, mlockall and
	  munlockall.

	* <unistd.h>: add getsid.

	* <sys/syscall.h>: add SYS_getsid, SYS_mlock, SYS_munlock,
	  SYS_mlockall and SYS_munlockall.

	* sysdeps/linux/getsid.S:
	* sysdeps/linux/mlock.S:
	* sysdeps/linux/munlock.S:
	* sysdeps/linux/mlockall.S:
	* sysdeps/linux/munlockall.S: new.

	* sysdeps/linux/Makefile (SRC2S): add getsid.S mlock.S
	  munlock.S mlockall.S munlockall.S

	* sysdeps/linux/acct.S:
	* sysdeps/linux/alarm.S:
	* sysdeps/linux/chroot.S:
	* sysdeps/linux/creat.S:
	* sysdeps/linux/fsync.S:
	* sysdeps/linux/ftruncate.S:
	* sysdeps/linux/getpgid.S:
	* sysdeps/linux/getpgrp.S:
	* sysdeps/linux/getrlimit.S:
	* sysdeps/linux/idle.S:
	* sysdeps/linux/ioperm.S:
	* sysdeps/linux/iopl.S:
	* sysdeps/linux/mount.S:
	* sysdeps/linux/mprotect.S:
	* sysdeps/linux/msync.S:
	* sysdeps/linux/munmap.S:
	* sysdeps/linux/nice.S:
	* sysdeps/linux/pause.S:
	* sysdeps/linux/reboot.S:
	* sysdeps/linux/rename.S:
	* sysdeps/linux/setdnnm.S:
	* sysdeps/linux/setgroups.S:
	* sysdeps/linux/sethstnm.S:
	* sysdeps/linux/setpgid.S:
	* sysdeps/linux/setprio.S:
	* sysdeps/linux/setrlimit.S:
	* sysdeps/linux/sigpending.S:
	* sysdeps/linux/stime.S:
	* sysdeps/linux/swapoff.S:
	* sysdeps/linux/swapon.S:
	* sysdeps/linux/sync.S:
	* sysdeps/linux/time.S:
	* sysdeps/linux/truncate.S:
	* sysdeps/linux/umount.S:
	* sysdeps/linux/uselib.S:
	* sysdeps/linux/utime.S:
	* sysdeps/linux/vhangup.S:
	* sysdeps/linux/vm86.S: use SYSCALL__ instead of SYSCALL.

	* sysdeps/linux/readv.c:
	* sysdeps/linux/writev.c: define __xxxx and make xxxx
	  as weak alias of __xxxx.

Wed Dec 13 10:51:39 1995  Aaron Ucko <UCKO@VAX1.ROCKHURST.EDU>

	* sysdeps/linux/readv.c:
	* sysdeps/linux/writev.c: handle MAX_IOVEC.

	* sysdeps/linux/writev.c: test the value of to_copy instead of
	  bytes.

Mon Dec  4 23:06:02 1995  Olaf Flebbe <O.Flebbe@science-computing.uni-tuebingen.de>

	* sysdeps/linux/i386/math/atanh.c:
	* sysdeps/linux/i386/math/atanhl.c: bug fixes.

	* <math.h>: Add necessary changes for inlining copysign{,l}.

Tue Dec 12 23:15:07 1995  H.J. Lu (hjl@gnu.ai.mit.edu)

	* version 5.2.17 is released.

	* <_G_config.h>: change verion to 5.2.17.

	* elf/libc/jump.params: set version to 5.2.17.

	* sysdeps/i386/hton.c: define __htonl and  __htons. make
	  aliases for __ntohl and __ntohs. make weak aliases for
	  ntohl, ntohs, htonl and htons.

	* libio/iovfscanf.c: detect an EOF condition for conversion
	  error.

	* elf/Makefile (install): create symlinks for libc.so and
	  libm.so in the directory as libc.a and libm.a.
