head	1.1;
branch	1.1.1;
access;
symbols
	LIBC_4_5_19:1.1.1.10
	LIBC_4_5_18:1.1.1.9
	LIBC_4_5_17:1.1.1.8
	LIBC_4_5_16:1.1.1.7
	LIBC_4_5_15:1.1.1.6
	LIBC_4_5_14:1.1.1.5
	LIBC_4_5_13:1.1.1.4
	LIBC_4_5_12:1.1.1.3
	LIBC_4_5_11:1.1.1.2
	LIBC_4_5_10:1.1.1.1
	LIBC:1.1.1;
locks; strict;
comment	@# @;


1.1
date	94.01.13.12.12.33;	author steinber;	state Exp;
branches
	1.1.1.1;
next	;

1.1.1.1
date	94.01.13.12.12.34;	author steinber;	state Exp;
branches;
next	1.1.1.2;

1.1.1.2
date	94.01.19.16.22.55;	author steinber;	state Exp;
branches;
next	1.1.1.3;

1.1.1.3
date	94.01.19.16.27.56;	author steinber;	state Exp;
branches;
next	1.1.1.4;

1.1.1.4
date	94.02.01.12.57.25;	author steinber;	state Exp;
branches;
next	1.1.1.5;

1.1.1.5
date	94.02.01.13.33.24;	author steinber;	state Exp;
branches;
next	1.1.1.6;

1.1.1.6
date	94.02.01.13.46.42;	author steinber;	state Exp;
branches;
next	1.1.1.7;

1.1.1.7
date	94.02.01.14.14.50;	author steinber;	state Exp;
branches;
next	1.1.1.8;

1.1.1.8
date	94.02.01.14.31.35;	author steinber;	state Exp;
branches;
next	1.1.1.9;

1.1.1.9
date	94.02.02.13.44.34;	author steinber;	state Exp;
branches;
next	1.1.1.10;

1.1.1.10
date	94.02.09.08.26.14;	author dws;	state Exp;
branches;
next	;


desc
@@



1.1
log
@Initial revision
@
text
@Wed Jan 12 16:43:50 1994  H.J. Lu (hlu@@nighthawk)

	* version 4.5.10 is released.

	* ./string/memchr.c: modified and moved to ./sysdeps/i386.
	* ./sysdeps/i386/memchr.c: modified and moved from ./string.

	* ./string/memcmp.c: modified and moved to ./sysdeps/i386.
	* ./sysdeps/i386/memcmp.c: modified and moved from ./string.

	* ./string/memset.c: modified and moved to ./sysdeps/i386.
	* ./sysdeps/i386/memset.c: modified and moved from ./string.

	* ./string/bzero.c: modified and moved to ./sysdeps/i386.
	* ./sysdeps/i386/bzero.c: modified and moved from ./string.

	* ./string/strcat.c: modified and moved to ./sysdeps/i386.
	* ./sysdeps/i386/strcat.c: modified and moved from ./string.

	* ./string/strchr.c: modified and moved to ./sysdeps/i386.
	* ./sysdeps/i386/strchr.c: modified and moved from ./string.

	* ./string/strcmp.c: modified and moved to ./sysdeps/i386.
	* ./sysdeps/i386/strcmp.c: modified and moved from ./string.

	* ./string/strcspn.c: modified and moved to ./sysdeps/i386.
	* ./sysdeps/i386/strcspn.c: modified and moved from ./string.

	* ./string/strlen.c: modified and moved to ./sysdeps/i386.
	* ./sysdeps/i386/strlen.c: modified and moved from ./string.

	* ./string/strncmp.c: modified and moved to ./sysdeps/i386.
	* ./sysdeps/i386/strncmp.c: modified and moved from ./string.

	* ./string/strpbrk.c: modified and moved to ./sysdeps/i386.
	* ./sysdeps/i386/strpbrk.c: modified and moved from ./string.

	* ./string/strrchr.c: modified and moved to ./sysdeps/i386.
	* ./sysdeps/i386/strrchr.c: modified and moved from ./string.

	* ./string/strspn.c: modified and moved to ./sysdeps/i386.
	* ./sysdeps/i386/strspn.c: modified and moved from ./string.

	* ./string/ffs.c: modified and moved to ./sysdeps/i386.
	* ./sysdeps/i386/ffs.c: modified and moved from ./string.

	* ./string/memcopy.h: removed.

	* ./sysdeps/i386/memcopy.h:
	* ./sysdeps/generic/memcopy.h:
	* ./sysdeps/generic/ffs.c:
	* ./sysdeps/generic/strspn.c:
	* ./sysdeps/generic/strrchr.c:
	* ./sysdeps/generic/strpbrk.c:
	* ./sysdeps/generic/strncmp.c:
	* ./sysdeps/generic/strlen.c:
	* ./sysdeps/generic/strcspn.c:
	* ./sysdeps/generic/strcmp.c:
	* ./sysdeps/generic/strchr.c:
	* ./sysdeps/generic/strcat.c:
	* ./sysdeps/generic/bzero.c:
	* ./sysdeps/generic/memset.c:
	* ./sysdeps/generic/memcmp.c:
	* ./sysdeps/generic/memchr.c:
	* ./sysdeps/generic/modf.c: copied from glibc 1.06.9.

	* ./Makefile:
	* ./signal/Makefile:
	* ./libio/Makefile:
	* ./libio/stdio/Makefile:
	* ./bsd/Makefile:
	* ./ctype/Makefile:
	* ./curses/Makefile:
	* ./cvt/Makefile:
	* ./dirent/Makefile:
	* ./grp/Makefile:
	* ./setjmp/Makefile:
	* ./locale/Makefile:
	* ./login/Makefile:
	* ./malloc/Makefile:
	* ./misc/Makefile:
	* ./posix/Makefile:
	* ./pwd/Makefile:
	* ./regex/Makefile:
	* ./yp/Makefile:
	* ./stdlib/Makefile:
	* ./string/Makefile:
	* ./termcap/Makefile:
	* ./time/Makefile:
	* ./ufc/Makefile:
	* ./mntent/Makefile:
	* ./io/Makefile:
	* ./rpc/Makefile:
	* ./inet/Makefile:
	* ./gmon/Makefile:
	* ./gcc/Makefile:
	* ./gdbm/Makefile:
	* ./sysdeps/i386/Makefile:
	* ./sysdeps/i386/setjmp/Makefile:
	* ./sysdeps/linux/i386/Makefile:
	* ./sysdeps/linux/i386/math/Makefile:
	* ./sysdeps/linux/i386/crt/Makefile:
	* ./sysdeps/linux/Makefile:
	* ./sysdeps/Makefile:
	* ./jump/libc/Makefile:
	* ./jump/libc.lite/Makefile:
	* ./jump/libm/Makefile:
	* ./jump/Makefile:
	* ./math/Makefile:
	* ./compat/Makefile:
	* ./compat/i386/Makefile:
	* ./compat/math/Makefile:
	* ./shadow/Makefile:
	* ./libbsd/Makefile:
	* ./sbin/lib/Makefile:
	* ./sbin/Makefile:
	* ./malloc-930716/Makefile:
	* ./nls/Makefile: massive changes.

	* ./sbin/crt: moved to ./sbin/lib/i386/crt.
	* ./sbin/lib/i386/crt: moved from ./sbin/crt.

	* ./sbin/lib/m68k: new for m68k.

	* ./sbin/lib/i386/Makefile:
	* ./sbin/lib/i386/crt/Makefile: new files.

	* ./sysdeps/linux/fsync.c: removed

	* ./sysdeps/linux/i386/__adjtime.c:
	* ./sysdeps/linux/i386/__adjtimex.S:
	* ./sysdeps/linux/i386/__load.c:
	* ./sysdeps/linux/i386/config.h:
	* ./sysdeps/linux/i386/fixups.h:
	* ./sysdeps/linux/i386/__ntpgttm.c:
	* ./sysdeps/linux/i386/__vfork.c:
	* ./sysdeps/linux/i386/vfork.c:
	* ./sysdeps/linux/i386/__wait.c:
	* ./sysdeps/linux/i386/__wait3.c:
	* ./sysdeps/linux/i386/__waitpid.c:
	* ./sysdeps/linux/i386/accept.c:
	* ./sysdeps/linux/i386/bind.c:
	* ./sysdeps/linux/i386/connect.c:
	* ./sysdeps/linux/i386/getpeernam.c:
	* ./sysdeps/linux/i386/getsocknam.c:
	* ./sysdeps/linux/i386/getsockopt.c:
	* ./sysdeps/linux/i386/listen.c:
	* ./sysdeps/linux/i386/mmap.c:
	* ./sysdeps/linux/i386/shmat.c:
	* ./sysdeps/linux/i386/shmctl.c:
	* ./sysdeps/linux/i386/shmdt.c:
	* ./sysdeps/linux/i386/shmget.c:
	* ./sysdeps/linux/i386/msgctl.c:
	* ./sysdeps/linux/i386/msgget.c:
	* ./sysdeps/linux/i386/msgrcv.c:
	* ./sysdeps/linux/i386/msgsnd.c:
	* ./sysdeps/linux/i386/semctl.c:
	* ./sysdeps/linux/i386/semget.c:
	* ./sysdeps/linux/i386/semop.c:
	* ./sysdeps/linux/i386/recv.c:
	* ./sysdeps/linux/i386/revcfrom.c:
	* ./sysdeps/linux/i386/send.c:
	* ./sysdeps/linux/i386/sendto.c:
	* ./sysdeps/linux/i386/setpgrp.c:
	* ./sysdeps/linux/i386/setsockopt.c:
	* ./sysdeps/linux/i386/shutdown.c:
	* ./sysdeps/linux/i386/socket.c:
	* ./sysdeps/linux/i386/socketpair.c:
	* ./sysdeps/linux/i386/tell.c:
	* ./sysdeps/linux/i386/ulimit.c: moved to ./sysdeps/linux.

	* ./sysdeps/linux/shm.c: removed.
	* ./sysdeps/linux/__adjtime.c:
	* ./sysdeps/linux/__adjtimex.S:
	* ./sysdeps/linux/__load.c:
	* ./sysdeps/linux/config.h:
	* ./sysdeps/linux/fixups.h:
	* ./sysdeps/linux/__ntpgttm.c:
	* ./sysdeps/linux/__vfork.c:
	* ./sysdeps/linux/vfork.c:
	* ./sysdeps/linux/__wait.c:
	* ./sysdeps/linux/__wait3.c:
	* ./sysdeps/linux/__waitpid.c:
	* ./sysdeps/linux/accept.c:
	* ./sysdeps/linux/bind.c:
	* ./sysdeps/linux/connect.c:
	* ./sysdeps/linux/getpeernam.c:
	* ./sysdeps/linux/getsocknam.c:
	* ./sysdeps/linux/getsockopt.c:
	* ./sysdeps/linux/listen.c:
	* ./sysdeps/linux/mmap.c:
	* ./sysdeps/linux/shmat.c:
	* ./sysdeps/linux/shmctl.c:
	* ./sysdeps/linux/shmdt.c:
	* ./sysdeps/linux/shmget.c:
	* ./sysdeps/linux/msgctl.c:
	* ./sysdeps/linux/msgget.c:
	* ./sysdeps/linux/msgrcv.c:
	* ./sysdeps/linux/msgsnd.c:
	* ./sysdeps/linux/semctl.c:
	* ./sysdeps/linux/semget.c:
	* ./sysdeps/linux/semop.c:
	* ./sysdeps/linux/recv.c:
	* ./sysdeps/linux/revcfrom.c:
	* ./sysdeps/linux/send.c:
	* ./sysdeps/linux/sendto.c:
	* ./sysdeps/linux/setpgrp.c:
	* ./sysdeps/linux/setsockopt.c:
	* ./sysdeps/linux/shutdown.c:
	* ./sysdeps/linux/socket.c:
	* ./sysdeps/linux/socketpair.c:
	* ./sysdeps/linux/tell.c:
	* ./sysdeps/linux/ulimit.c: moved from ./sysdeps/linux/i386.

	* ./sysdeps/linux/i386/shm.c: removed.

	* ./misc/modf.c: moved to ./sysdeps/i386.
	* ./sysdeps/i386/modf.c: moved from ./misc.

	* ./sysdeps/i386/__longjmp.c:
	* ./sysdeps/i386/__setjmp.c: moved to ./sysdeps/i386/setjmp.
	* ./sysdeps/i386/setjmp/__longjmp.c:
	* ./sysdeps/i386/setjmp/__setjmp.c: moved from
	  ./sysdeps/i386.

	* ./crt: moved to ./sysdeps/linux/i386/crt.
	* ./sysdeps/linux/i386/crt: moved from ./crt.

	* compat/__old_libm.c: moved to compat/math/__old_libm.c.
	* compat/math/__old_libm.c: moved from compat/__old_libm.c.

	* ./sysdeps/i386/setjmp/Makefile:
	* compat/math/Makefile: new file.

	* ./sysdeps/i386/Makefile:
	* ./misc/Makefile:
	* ./compat/Makefile:
	* ./compat/i386/Makefile:
	* ./sysdeps/linux/i386/crt/Makefile:
	* Makerules:
	* Makeconfig:
	* Maketargets: massive changes

	* config.in: new file.

	* <bytesex.h>:
	* <fpu_control.h>:
	* <jmp_buf.h>:
	* <syscall.h>: support m68k.

	* <m68k/fpu_control.h>: dummy.

	* <m68k/jmp_buf.h>: define the jump buffer for m68k.

	* <m68k/syscall.h>: define the inline system call interfaces
	  for m68k.

	* <i386/fpu_control.h>: moved from <fpu_control.h>, i387
	  control.

	* <i386/jmp_buf.h>: define the jump buffer for i386.

	* <i386/syscall.h>: define the inline system call interfaces
	  for i386.

Mon Jan 10 11:45:49 1993  H.J. Lu (hlu@@nighthawk)

	* jump/libm/jump.params:
	* jump/libm/jump.params.build:
	* jump/libc.lite/jump.params:
	* jump/libc.lite/jump.params.build:
	* jump/libc/jump.params:
	* jump/libc/jump.params.build: bump up to version 4.5.10.

	* jump/libc.lite/jump.funcs:
	* jump/libc/jump.funcs: comment out _endspent, _fgetspent, 
	  _getspent, _getspnam, _putspent, _setspent, _sgetspent,
	  _endsgent, _fgetsgent, _getsgent, _getsgnam, _putsgent,
	  _setsgent and _sgetsgent.
	  add _svc_exit.

	* jump/libc.lite/jump.vars:
	* jump/libc/jump.vars: comment out ___new_handler.

	* jump/libc.lite/jump.funcs:
	* jump/libc/jump.funcs: cghange ___builtin_delete,
	  ___builtin_new, ___set_new_handler, _set_new_handler and
	  ___eprintf to the type 't' from 'T'.

	* <_G_config.h>: add the version string _LINUX_C_LIB_VERSION
	  and define it as "4.5.10".
	  add and define

	  #define _LINUX_C_LIB_VERSION_MAJOR	4
	  #define _LINUX_C_LIB_VERSION_MINOR	5
	  #define _LINUX_C_LIB_VERSION_SUBMINOR	10

	* nls/msgcat.c: speed up.

	* rpc/svc_run.c: svc_exit (), new function for NYS from Peter
	  Eriksson <pen@@signum.se>. set svc_stop.
	  (svc_run): reset svc_stop and check svc_stop in the loop.

	* gcc/aliases.c: new file for __set_new_handler.

	* gcc/Makefile: add aliases.o.

	* jump/libc.lite/Makefile:
	* jump/libc/Makefile:
	* jump/libm/Makefile: add jump.log to the removal list.

	* <malloc.h>: remove __line for malloc () and calloc ().

	* sysdeps/linux/i386/math/pow.c: new version from
	  Chris Flatters <cflatter@@aoc.nrao.edu>.

	* inet/gethstnmad.c: 
	* mntent/mntent.c: don't do fclose (NULL).

	* libbsd/Makefile: comment out getusersh.c.

	* libbsd/getusersh.c: removed.

	* pwd/getpwent.c:
	* pwd/getpwnam.c:
	* pwd/getpwuid.c:
	* pwd/pwdread.c: minor changes.

	* grp/getgrent.c:
	* grp/getgrnam.c:
	* grp/getgrgid.c:
	* grp/grpread.c: minor changes.

	* yp/xdryp.c:
	* yp/yplib.c:
	* yp/xdryppasswd.c: update. from swen@@uni-paderborn.de.

Tue Jan  4 16:34:34 1993  H.J. Lu (hlu@@nighthawk)

	* sysdeps/linux/__load.c: write a message for the static
	  linked binaries.

	* grp/Makefile (SRCS): comment out gshadow.c.

	* pwd/Makefile (SRCS): comment out shadow.c.

	* README:
	* Makeconfig: define NO_SHADOW only if SHADOW_COMPAT is
	  defined.

	* Makeconfig: define SHARED_LIBRARY if SHARED is defined.

	* nls/msgcat.c: comment out rcsid.

Sun Jan  2 12:12:23 1993  H.J. Lu (hlu@@nighthawk)

	* version 4.5.9 is released.

	* jump/libm/jump.params:
	* jump/libm/jump.params.build:
	* jump/libc.lite/jump.params:
	* jump/libc.lite/jump.params.build:
	* jump/libc/jump.params:
	* jump/libc/jump.params.build: bump up to version 4.5.9.

	* <paths.h>: change _PATH_SENDMAIL to "/usr/lib/sendmail".

	* sysdeps/linux/i386/__adjtime.c: change mode to
	  ADJ_OFFSET_SINGLESHOT from ADJ_OFFSET.

	* locale/setlocale.c: fix a wrong `}'.

	* README:
	* Makeconfig: add NO_SHADOW.

	* <math.h>: fix a small typo in comments.

	* ./libio/ChangeLog: new entries.

	* ./libio/stdio/ChangeLog: new entries.
@


1.1.1.1
log
@LIBC_4_5_10
@
text
@@


1.1.1.2
log
@LIBC_4_5_11
@
text
@a0 111
Tue Jan 18 19:05:55 1994  H.J. Lu (hlu@@nighthawk)

	* version 4.5.11 is released.

	* README: modified.

	* <bsd/utmp.h> (_PATH_LASTLOG): from "/usr/adm/lastlog" to
	  "/var/adm/lastlog".

	* <paths.h> (_PATH_MAILDIR): from "/usr/spool/mail" to
	  "/var/spool/mail".
	  (_PATH_SENDMAILI): from "/usr/lib/sendmail" to
	  "/usr/sbin/sendmail".

	* <sys/cdefs.h>: check if __GNUC__ == 2 before check
	  __GNUC_MINOR__ < 5.

	* <utmp.h> (WTMP_FILE): from "/usr/adm/wtmp" to
	  "/var/adm/wtmp".

	* jump/libm/jump.params:
	* jump/libm/jump.params.build:
	* jump/libc.lite/jump.params:
	* jump/libc.lite/jump.params.build:
	* jump/libc/jump.params:
	* jump/libc/jump.params.build: bump up to version 4.5.10.

	* ./libio/ChangeLog: new entries.

Mon Jan 17 22:04:43 1994  H.J. Lu (hlu@@nighthawk)

	* rpc/clnt_perror.c (clnt_sperrno): minor NLS fix.

	* Makeconfig: set ARFLAGS == AR_FLAGS.

	* Makerules: fix rules for .x.y:

	* Maketargets: use libfoo.a (foo.o, ...) for the library
	  dependency.

	* sysdeps/linux/libc_exit.S: removed.
	* sysdeps/linux/Makefile (SRC2S): remove libc_exit.S.

	* ./Makefile:
	* ./bsd/Makefile:
	* ./compat/Makefile:
	* ./compat/i386/Makefile:
	* ./compat/math/Makefile:
	* ./ctype/Makefile:
	* ./curses/Makefile:
	* ./cvt/Makefile:
	* ./dirent/Makefile:
	* ./gcc/Makefile:
	* ./gdbm/Makefile:
	* ./gmon/Makefile:
	* ./grp/Makefile:
	* ./inet/Makefile:
	* ./io/Makefile:
	* ./jump/Makefile:
	* ./jump/libc.lite/Makefile:
	* ./jump/libc/Makefile:
	* ./jump/libm/Makefile:
	* ./libbsd/Makefile:
	* ./libio/Makefile:
	* ./libio/stdio/Makefile:
	* ./locale/Makefile:
	* ./login/Makefile:
	* ./malloc-930716/Makefile:
	* ./malloc/Makefile:
	* ./math/Makefile:
	* ./misc/Makefile:
	* ./mntent/Makefile:
	* ./nls/Makefile:
	* ./posix/Makefile:
	* ./pwd/Makefile:
	* ./regex/Makefile:
	* ./rpc/Makefile:
	* ./sbin/Makefile:
	* ./sbin/lib/Makefile:
	* ./sbin/lib/i386/Makefile:
	* ./sbin/lib/i386/crt/Makefile:
	* ./setjmp/Makefile:
	* ./shadow/Makefile:
	* ./signal/Makefile:
	* ./stdlib/Makefile:
	* ./string/Makefile:
	* ./sysdeps/Makefile:
	* ./sysdeps/generic/Makefile:
	* ./sysdeps/i386/Makefile:
	* ./sysdeps/i386/setjmp/Makefile:
	* ./sysdeps/linux/Makefile:
	* ./sysdeps/linux/i386/Makefile:
	* ./sysdeps/linux/i386/crt/Makefile:
	* ./sysdeps/linux/i386/math/Makefile:
	* ./termcap/Makefile:
	* ./time/Makefile:
	* ./ufc/Makefile:
	* ./yp/Makefile: add TOPDIR and use it to find the include
	  files.

	* configure: new file.

	* config.in: automatically generated by "configure".

	* Makeconfig: add a missing "(" to ifeq ($SHADOW_COMPAT),true).
	  check TARGET_ARCH_486.
	  use TOPDIR to get SRCDIR.

	* <ctype.h>: don't inline toupper () and tolower () if
	 __STRICT_ANSI__ is defined.

@


1.1.1.3
log
@LIBC_4_5_12
@
text
@a0 27
Tue Jan 18 23:31:59 1994  H.J. Lu (hlu@@nighthawk)

	* version 4.5.12 is released.

	* jump/libm/jump.params:
	* jump/libm/jump.params.build:
	* jump/libc.lite/jump.params:
	* jump/libc.lite/jump.params.build:
	* jump/libc/jump.params:
	* jump/libc/jump.params.build: bump up to version 4.5.12.

	* configure: cosmetic changes.

	* malloc/Makefile: change target "debug_lib" to "lib".

	* Maketargets: create ./static, ./shared, ./debug and
	  ./profile.

	* <bsd/utmp.h> (_PATH_LASTLOG): undo the change of Tue Jan 18
	  19:05:55 1994.

	* <paths.h> (_PATH_MAILDIR): undo the change of Tue Jan 18
	  19:05:55 1994.

	* <utmp.h> (WTMP_FILE): undo the change of Tue Jan 18 19:05:55
	  1994.

d26 1
a26 1
	* jump/libc/jump.params.build: bump up to version 4.5.11.
@


1.1.1.4
log
@LIBC_4_5_13
@
text
@a0 87
Sat Jan 22 13:53:55 1994  H.J. Lu (hlu@@nighthawk)

	* version 4.5.13 is released.

	* configure: cosmetic changes.

	* jump/libm/jump.params:
	* jump/libm/jump.params.build:
	* jump/libc.lite/jump.params:
	* jump/libc.lite/jump.params.build:
	* jump/libc/jump.params:
	* jump/libc/jump.params.build: bump up to version 4.5.13.

	* jump/libc.lite/jump.vars (_re_max_failures):
	* jump/libc/jump.vars (_re_max_failures): comment out.

	* jump/libc.lite/jump.vars (_re_set_syntax):
	* jump/libc/jump.vars (_re_set_syntax): change filename
	  "regex" to "rx".

	* jump/libc.lite/jump.funcs:
	* jump/libc/jump.funcs: move _re_compile_fastmap,
	  _re_compile_pattern, _re_match, _re_match_2, _re_search,
	  _re_search_2, _re_set_registers, _re_set_syntax, _regcomp,
	  _regerror, _regexec and _regfree to libcompat. create new
	  entries for them and use "rx" as filename.

	* jump/libc.lite/jump.funcs:
	* jump/libc/jump.funcs: add "_rx_compile".

	* Maketargets: create ./static, ./shared, ./debug and
	  ./profile only if necessry.

	* Makerules: don't build the libraries not asked for.
	  (.x.o:): remove LD/MV.

	* Makeconfig: don't add '/' if the root dir == '/'.

	* inet/ruserpass.c (ruserpass): copy hostname before call
	  rnetrc ().

	* <rx.h>: new file from sed 2.03 with modifications for Linux.

	* regex/rx.c: new file from sed 2.03 with modifications for
	  Linux.

	* regex/rx.diff: the Linux diff.

	* regex/Makefile (SRCS): change regex.c to rx.c.

	* ./compat/aliases.c: aliases for __old_re_compile_fastmap,
	  __old_re_compile_pattern, __old_re_match_2, __old_re_match,
	  __old_re_search_2, __old_re_search and
	  __old_re_set_registers.

	* ./compat/__old_regex.c: moved from ./regex/regex.c.

	* ./compat/regex.h: moved from <regex.h>.

	* ./compat/Makefile: add __old_regex.c.

	* ./regex/regex.c: moved to ./compat as ./compat/__old_regex.c.

	* <regex.h>: moved to ./compat.  make a symbolic link to rx.h.

	* ./libio/ChangeLog: new entries.

	* malloc/Makefile (SRC1S): add memalign.c mstats.c mtrace.c.

	* jump/libc/Makefile (lib): fix typos.

	* <bsd/utmp.h>: include <paths.h>.
	 (_PATH_UTMP), (_PATH_WTMP), (_PATH_LASTLOG): removed.

	* <paths.h> (_PATH_MAILDIR): from "/usr/spool/mail" to
	  "/var/spool/mail".
	  (_PATH_SENDMAILI): from "/usr/lib/sendmail" to
	  "/usr/sbin/sendmail".
	  (_PATH_WTMP): defined as "/var/adm/wtmp".
	  (_PATH_LASTLOG): defined as "/var/adm/lastlog".
	  (_PATH_DEFPATH): add "/usr/local/bin" to prefix.
	  (_PATH_LOGIN): defined as "/bin/login".
	  (_PATH_DEFPATH_ROOT): defined as "/bin:/usr/bin:/etc".

	* <utmp.h> (WTMP_FILE): from "/usr/adm/wtmp" to
	  "/var/adm/wtmp".

@


1.1.1.5
log
@LIBC_4_5_14
@
text
@a0 37
Sun Jan 23 13:53:55 1994  H.J. Lu (hlu@@nighthawk)

	* version 4.5.14 is released.

	* jump/libm/jump.params:
	* jump/libm/jump.params.build:
	* jump/libc.lite/jump.params:
	* jump/libc.lite/jump.params.build:
	* jump/libc/jump.params:
	* jump/libc/jump.params.build: bump up to version 4.5.14.

	* jump/libc.lite/jump.vars (_re_max_failures):
	  (_re_set_syntax):
	* jump/libc/jump.vars (_re_max_failures):
	* jump/libc/jump.vars (_re_set_syntax):
	* jump/libc.lite/jump.funcs:
	* jump/libc.lite/jump.funcs:
	* jump/libc/jump.funcs: saved them in the files with the suffix
	  ".rx". undo the changes of Jan. 22.

	* <paths.h> (_PATH_DEFPATH_ROOT): defined as

		"/sbin:/bin:/usr/sbin:/usr/bin"

	* <rx.h>: moved to ./regex.

	* <regex.h>: restored.

	* compat/Makefile (SRC1S): comment out aliases.c and
	  __old_regex.c.

	* regex/Makefile (SCRS): change rx.c to regex.c.

	* regex/regex.c: restored.

	* regex/ChangeLog.rx: copied from sed 2.03.

@


1.1.1.6
log
@LIBC_4_5_15
@
text
@a0 141
Fri Jan 28 16:33:08 1994  H.J. Lu (hlu@@nighthawk)

	* version 4.5.15 is released.

	* jump/libc/Makefilke:
	* jump/libm/Makefilke: change

	  ifeq($(TARGET_LIB_DIR),/lib)

	  to

	  ifeq($(TARGET_SO_DIR),/lib)

	* <sys/defs.h>: include <featurs.h> only if  __GNU_LIBRARY__
	  is defined.

	* ./inet/gethstnmad.c: fix a segmentation fault coredump
	  problem if the "reorder" option is set to "on" in the
	  /etc/host.conf file. from Mitch DSouza 
	  <m.dsouza@@mrc-applied-psychology.cambridge.ac.uk.

Wed Jan 26 19:55:51 1994  H.J. Lu (hlu@@nighthawk)

	* jump/libm/jump.params:
	* jump/libm/jump.params.build:
	* jump/libc.lite/jump.params:
	* jump/libc.lite/jump.params.build:
	* jump/libc/jump.params:
	* jump/libc/jump.params.build: bump up to version 4.5.15.

	* ./jump/libm/jump.undefs: minor change.

	* ./compat/m68k/Makefile:
	* ./compat/m68k/__old__ghn.c:
	* ./compat/m68k/__old__uname.c:
	* ./compat/m68k/__old_sigjmp.c:
	* ./sbin/lib/m68k/Makefile:
	* ./sbin/lib/m68k/crt/Makefile:
	* ./sbin/lib/m68k/crt/crt0.S:
	* ./sysdeps/linux/m68k/Makefile:
	* ./sysdeps/linux/m68k/____sig.S:
	* ./sysdeps/linux/m68k/__brk.c:
	* ./sysdeps/linux/m68k/__fcntl.c:
	* ./sysdeps/linux/m68k/__fpu_control.c:
	* ./sysdeps/linux/m68k/__ioctl.c:
	* ./sysdeps/linux/m68k/__open.c:
	* ./sysdeps/linux/m68k/__sbrk.c:
	* ./sysdeps/linux/m68k/__select.c:
	* ./sysdeps/linux/m68k/__setfpucw.c:
	* ./sysdeps/linux/m68k/__sigact.c:
	* ./sysdeps/linux/m68k/crt/Makefile:
	* ./sysdeps/linux/m68k/crt/crt0.S:
	* ./sysdeps/linux/m68k/crt/gcrt0.S:
	* ./sysdeps/linux/m68k/getprio.c:
	* ./sysdeps/linux/m68k/ieee.c:
	* ./sysdeps/linux/m68k/libc_exit.c:
	* ./sysdeps/linux/m68k/math/Makefile:
	* ./sysdeps/linux/m68k/math/__copysign.c:
	* ./sysdeps/linux/m68k/math/__drem.c:
	* ./sysdeps/linux/m68k/math/__expm1.c:
	* ./sysdeps/linux/m68k/math/__infnan.c:
	* ./sysdeps/linux/m68k/math/__isinf.c:
	* ./sysdeps/linux/m68k/math/__isnan.c:
	* ./sysdeps/linux/m68k/math/__rint.c:
	* ./sysdeps/linux/m68k/math/acos.c:
	* ./sysdeps/linux/m68k/math/acosh.c:
	* ./sysdeps/linux/m68k/math/asin.c:
	* ./sysdeps/linux/m68k/math/asinh.c:
	* ./sysdeps/linux/m68k/math/atan.c:
	* ./sysdeps/linux/m68k/math/atan2.c:
	* ./sysdeps/linux/m68k/math/atanh.c:
	* ./sysdeps/linux/m68k/math/ceil.c:
	* ./sysdeps/linux/m68k/math/cos.c:
	* ./sysdeps/linux/m68k/math/cosh.c:
	* ./sysdeps/linux/m68k/math/drem.c:
	* ./sysdeps/linux/m68k/math/erf.c:
	* ./sysdeps/linux/m68k/math/exp.c:
	* ./sysdeps/linux/m68k/math/expm1.c:
	* ./sysdeps/linux/m68k/math/fabs.c:
	* ./sysdeps/linux/m68k/math/floor.c:
	* ./sysdeps/linux/m68k/math/fmod.c:
	* ./sysdeps/linux/m68k/math/frexp.c:
	* ./sysdeps/linux/m68k/math/hypot.c:
	* ./sysdeps/linux/m68k/math/j0.c:
	* ./sysdeps/linux/m68k/math/j1.c:
	* ./sysdeps/linux/m68k/math/jn.c:
	* ./sysdeps/linux/m68k/math/lgamma.c:
	* ./sysdeps/linux/m68k/math/log.c:
	* ./sysdeps/linux/m68k/math/log10.c:
	* ./sysdeps/linux/m68k/math/log1p.c:
	* ./sysdeps/linux/m68k/math/mathimpl.h:
	* ./sysdeps/linux/m68k/math/pow.c:
	* ./sysdeps/linux/m68k/math/sin.c:
	* ./sysdeps/linux/m68k/math/sinh.c:
	* ./sysdeps/linux/m68k/math/sqrt.c:
	* ./sysdeps/linux/m68k/math/tan.c:
	* ./sysdeps/linux/m68k/math/tanh.c:
	* ./sysdeps/linux/m68k/math/test-math.c:
	* ./sysdeps/linux/m68k/ptrace.c:
	* ./sysdeps/linux/m68k/readdir.c:
	* ./sysdeps/linux/m68k/sigsuspend.c:
	* ./sysdeps/linux/m68k/syscall.c:
	* ./sysdeps/linux/m68k/sysdep.h:
	* ./sysdeps/m68k/Makefile:
	* ./sysdeps/m68k/bzero.c:
	* ./sysdeps/m68k/crypt.S:
	* ./sysdeps/m68k/div.c:
	* ./sysdeps/m68k/ffs.c:
	* ./sysdeps/m68k/hton.c:
	* ./sysdeps/m68k/memchr.c:
	* ./sysdeps/m68k/memcmp.c:
	* ./sysdeps/m68k/memcopy.h:
	* ./sysdeps/m68k/memset.c:
	* ./sysdeps/m68k/modf.c:
	* ./sysdeps/m68k/ntoh.c:
	* ./sysdeps/m68k/setjmp/Makefile:
	* ./sysdeps/m68k/setjmp/__longjmp.c:
	* ./sysdeps/m68k/setjmp/__setjmp.c:
	* ./sysdeps/m68k/setjmp/sigsetjmp.c:
	* ./sysdeps/m68k/strcat.c:
	* ./sysdeps/m68k/strchr.c:
	* ./sysdeps/m68k/strcmp.c:
	* ./sysdeps/m68k/strcspn.c:
	* ./sysdeps/m68k/strlen.c:
	* ./sysdeps/m68k/strncmp.c:
	* ./sysdeps/m68k/strpbrk.c:
	* ./sysdeps/m68k/strrchr.c:
	* ./sysdeps/m68k/strspn.c:
	* <m68k/__math.h>:
	* <m68k/fpu_control.h>:
	* <math.h>: add more m68k support.

	* <arpa/telnet.h>:
	* <netinet/ip_icmp.h>:
	* <netinet/ip_udp.h>: update.

	* configure: use highlight for ansi*, xterm*, vt* and cons*
	  only.

	* sbin/lib/m68k: renamed from sbin/lib/m86k.

@


1.1.1.7
log
@LIBC_4_5_16
@
text
@a0 19
Sat Jan 29 23:52:27 1994  H.J. Lu (hlu@@nighthawk)

	* version 4.5.16 is released.

	* jump/libm/jump.params:
	* jump/libm/jump.params.build:
	* jump/libc.lite/jump.params:
	* jump/libc.lite/jump.params.build:
	* jump/libc/jump.params:
	* jump/libc/jump.params.build: bump up to version 4.5.16.

	* Makerules ((%): %): delete the object file if we want to
	  compile the shared/static object file in one pass.

	* malloc/mcheck-init.c: add turn_on_mcheck () to the
	  __CTOR_LIST__ list.

	* ./libio/ChangeLog: new entries.

@


1.1.1.8
log
@LIBC_4_5_17
@
text
@a0 43
Sun Jan 30 16:31:41 1994  H.J. Lu (hlu@@nighthawk)

	* version 4.5.17 is released.

	* jump/libm/jump.params:
	* jump/libm/jump.params.build:
	* jump/libc.lite/jump.params:
	* jump/libc.lite/jump.params.build:
	* jump/libc/jump.params:
	* jump/libc/jump.params.build: bump up to version 4.5.17.

	* <stab.h>:
	* <stab.def>: new files for debuggers.

	* <_G_config.h>: update verion to 4.5.17.

	* curses/addbytes.c (waddbytes): update x and y
	  after "        " is inserted for '/t'.

	* inet/ruserpass.c (ruserpass): check NULL pointers while
	  copying hostname before call rnetrc ().

	* ./libio/ChangeLog: new entries.

	* Maketargets: minor changes.

	* malloc/Makefile (LIBMCHECK): add mcheck.o.

	* malloc/mcheck-init.c: undo the change of Jan 29.

	* sysdeps/linux/set-init.c: new, copied from glibc 1.06.12.

	* sysdeps/linux/Makefile (SRC1S): add set-init.c.

	* sysdeps/linux/i386/crt/chkrcrt0.S:
	* sysdeps/linux/i386/crt/crt0.S:
	* sysdeps/linux/i386/crt/gcrt0.S:
	* sysdeps/linux/m68k/crt/crt0.S:
	* sysdeps/linux/m68k/crt/gcrt0.S: call __libc_init () before
	  calling main ().

	* jump/libc/Makefile (STATIC_OBJS): add set-init.o.

@


1.1.1.9
log
@LIBC_4_5_18
@
text
@a0 19
Tue Feb  1 13:34:41 1994  H.J. Lu (hlu@@nighthawk)

	* version 4.5.18 is released.

	* jump/libm/jump.params:
	* jump/libm/jump.params.build:
	* jump/libc.lite/jump.params:
	* jump/libc.lite/jump.params.build:
	* jump/libc/jump.params:
	* jump/libc/jump.params.build: bump up to version 4.5.18.

	* <_G_config.h>: update verion to 4.5.18.

	* ./libio/ChangeLog: new entries.

	* Makeconfig (SHARED_DIR): use "shared.lite" for the light
	  shared C library if LITE is true.
	  (OBJS_DIR): add "shared.lite".

@


1.1.1.10
log
@LIBC_4_5_19
@
text
@a0 24
Wed Feb  2 22:15:36 1994  H.J. Lu (hlu@@nighthawk)

	* version 4.5.19 is released.

	* jump/libm/jump.params:
	* jump/libm/jump.params.build:
	* jump/libc.lite/jump.params:
	* jump/libc.lite/jump.params.build:
	* jump/libc/jump.params:
	* jump/libc/jump.params.build: bump up to version 4.5.19.

	* <_G_config.h>: update verion to 4.5.19.

	* inet/ruserpass.c (ruserpass): change the size of namebuf
	  from 16 to 256.

	* inet/res_debug.c (nbuf): change the size to 256.

	* sysdeps/linux/i386/math/exp.S: add fwait for the buggy
	  IIT 387 coprocessor. according to the i387 documentations,
	  fwait is not needed as opposite to 8088/8087, 80286/80287.
	  from echtien@@pasiphae.rz.Uni-Osnabrueck.DE (Jens-Heiner
	  Rechtien)

@
