home *** CD-ROM | disk | FTP | other *** search
/ Serving the Web / ServingTheWeb1995.disc1of1.iso / linux / slacksrce / d / libc / libc-4.6 / libc-4 / libc-linux / ChangeLog.2 < prev    next >
Encoding:
Text File  |  1994-04-04  |  37.8 KB  |  1,402 lines

  1. Mon Apr  4 15:24:19 1994  H.J. Lu (hlu@fudan)
  2.  
  3.     * version 4.5.26 is released.
  4.  
  5.     * jump/libm/jump.params:
  6.     * jump/libc.lite/jump.params:
  7.     * jump/libc/jump.params: bump up to version 4.5.26.
  8.  
  9.     * <_G_config.h>: update verion to 4.5.26.
  10.  
  11. Mon Apr  4 14:49:33 1994  Nickolay Saukh  (nms@ussr.EU.net)
  12.  
  13.     * locale/setlocale.c: new.
  14.  
  15.     * locale/collate:
  16.     * locale/ctype:
  17.     * locale/monetary:
  18.     * locale/numeric:
  19.     * locale/response:
  20.     * locale/time: new.
  21.  
  22. Mon Apr  4 13:49:33 1994  H.J. Lu (hlu@fudan)
  23.  
  24.     * Makeconfig: add CHARFLAGS=-funsigned-char.
  25.  
  26.     * <paths.h>: define _PATH_LOCALE as "/usr/lib/locale".
  27.  
  28.     * posix/cuserid.c: use getlogin () for multiply names with
  29.       the same id.
  30.  
  31.     * login/getlogin.c: add check for fd 1 and 2.
  32.  
  33.     * <unistd.h>: add ctermid ().
  34.  
  35.     * posix/ctermid.c: include <unistd.h>.
  36.  
  37.     * <utmp.h>: fix typo in ut_host [UT_NAMESIZE]. It should be
  38.       ut_host[UT_HOSTSIZE].
  39.  
  40.     * Makeconfig (NLSCFLAGS): add -I$(TOPDIR)/nls.
  41.  
  42.     * <netinet/in_systm.h>: renamed from <netinet/in_system.h>.
  43.  
  44.     * nls/nl_types.h: removed.
  45.  
  46.     * ./libio/ioperror.c:
  47.     * ./bsd/psignal.c:
  48.     * ./posix/getopt.c:
  49.     * ./string/strerror.c:
  50.     * ./string/strsignal.c:
  51.     * ./rpc/svc_au_ux.c:
  52.     * ./rpc/get_myaddr.c:
  53.     * ./rpc/pmap_getmaps.c:
  54.     * ./rpc/svc_run.c:
  55.     * ./rpc/pmap_clnt.c:
  56.     * ./rpc/xdr_ref.c:
  57.     * ./rpc/svc_simple.c:
  58.     * ./rpc/xdr_array.c:
  59.     * ./rpc/clnt_perror.c:
  60.     * ./rpc/clnt_raw.c:
  61.     * ./rpc/auth_unix.c:
  62.     * ./rpc/svc_tcp.c:
  63.     * ./rpc/pmap_rmt.c:
  64.     * ./rpc/xdr.c:
  65.     * ./rpc/clnt_tcp.c:
  66.     * ./rpc/svc_udp.c:
  67.     * ./rpc/xdr_rec.c:
  68.     * ./rpc/clnt_udp.c:
  69.     * ./inet/gethstnmad.c:
  70.     * ./inet/herror.c:
  71.     * ./inet/rcmd.c:
  72.     * ./inet/rexec.c:
  73.     * ./inet/ruserpass.c: change
  74.  
  75.         #include "../nls/nl_types.h"
  76.  
  77.       to
  78.  
  79.         #include "nl_types.h"
  80.  
  81.  
  82. Sat Mar 26 14:10:17 1994  H.J. Lu (hlu@fudan)
  83.  
  84.     * version 4.5.25 is released.
  85.  
  86.     * login/getlogin.c: don't include "pathnames.h".
  87.  
  88.     * jump/libc/jump.funcs:
  89.     * jump/libc.lite/jump.funcs: fix a typo.
  90.  
  91.     * libbsd/logout.c:
  92.     * libbsd/logwtmp.c: include <utmp.h>.
  93.  
  94.     * <lastlog.h>: copied/modified from <bsd/utmp.h>.
  95.  
  96.     * <utmp.h>: include <paths.h>.
  97.  
  98.     * <bsd/utmp.h>: removed.
  99.  
  100.     * time/strftime.c: "%j" should print the day of the yera in the
  101.       range from 001 to 366.
  102.  
  103.     * Makefile (DIRS):
  104.     * sysdeps/linux/Makefile (lib all):
  105.     * sysdeps/linux/i386/Makefile (lib all):
  106.     * sysdeps/linux/m68k/Makefile (lib all): check MATH.
  107.  
  108.     * misc/syslog.c (openlog): use sizeof(SyslogAddr) -
  109.       sizeof(SyslogAddr.sa_data) + strlen(SyslogAddr.sa_data) for
  110.       the address size.
  111.       (vsyslog): close the log when write () fails. it will try
  112.       to reconnect it next time.
  113.  
  114.     * nls/msgcat.c (catclose):
  115.     * <nl_types.h> (catclose): change return from void to int.
  116.  
  117.     * login/getlogin.c: check USER_PROCESS.
  118.  
  119.     * <m68k/syscall.h>:
  120.     * sysdeps/linux/m68k/sysdep.h: fix a m68k bug. from
  121.       "hamish (h.i.) macdonald" <hamish@bnr.ca>.
  122.  
  123.     * jump/libm/jump.params:
  124.     * jump/libc.lite/jump.params:
  125.     * jump/libc/jump.params: bump up to version 4.5.25.
  126.  
  127.     * <_G_config.h>: update verion to 4.5.25.
  128.  
  129.     * sysdeps/linux/i386/math/atanh.c: check x == -1.0. from
  130.       "James H. Cloos Jr." <cloos@rahul.net>.
  131.  
  132.     * login/getlogin.c: undo the change of Fri Mar 11.
  133.  
  134. Fri Mar 18 13:35:20 1994  flebbe@pluto.tat.physik.uni-tuebingen.de (Olaf Flebbe)
  135.  
  136.     * <math.h>: add cbrt ().
  137.       (__finite): check __isnan ().
  138.  
  139.     * sysdeps/linux/i386/math/cbrt.c: new from SUN libm.
  140.  
  141.     * sysdeps/linux/i386/math/Makefile (SRC1S): add cbrt.c.
  142.  
  143.     * jump/libm/jump.funcs: add _cbrt.
  144.  
  145. Fri Mar 11 15:00:58 1994  H.J. Lu (hlu@fudan)
  146.  
  147.     * version 4.5.24 is released.
  148.  
  149.     * jump/libm/jump.params:
  150.     * jump/libc.lite/jump.params:
  151.     * jump/libc/jump.params: bump up to version 4.5.24.
  152.  
  153.     * <_G_config.h>: update verion to 4.5.24.
  154.  
  155.     * Makerules: fix typos.
  156.  
  157.     * jump/libc/Makefile (install):
  158.     * jump/libm/Makefile (install): move the old shared library to
  159.       backup/$SHLIB_FILE.$$.
  160.  
  161.     * login/getlogin.c: call getpwnam(name). from Mitchum DSouza
  162.       <m.dsouza@mrc-applied-psychology.cambridge.ac.uk>.
  163.  
  164.     * sbin/lib/i386/Makefile:
  165.     * sbin/lib/m68k/Makefile:
  166.     * sbin/lib/Makefile:
  167.     * sysdeps/linux/Makefile:
  168.     * jump/Makefile:
  169.     * sbin/Makefile:
  170.     * sysdeps/Makefile:
  171.     * Maketargets: Use $(MAKE) -C $$i $@.
  172.  
  173.     * Makefile (install.static): delete __.SYMDEF from libc.a.
  174.       (install.debug): delete __.SYMDEF from libg.a.
  175.       (install.profile): delete __.SYMDEF from libc_p.a.
  176.  
  177.     * jump/libc/Makefile (JUMP_PARAMS):
  178.     * jump/libc.lite/Makefile (JUMP_PARAMS):
  179.     * jump/libm/Makefile (JUMP_PARAMS): change that to
  180.       $(JUMP_DIR)/jump.params.
  181.  
  182.     * jump/libc/jump.params.build:
  183.     * jump/libc.lite/jump.params.build:
  184.     * jump/libm/jump.params.build: removed.
  185.  
  186. Thu Mar 10 09:14:39 1994  H.J. Lu (hlu@fudan)
  187.  
  188.     * ./sysdeps/linux/i386/Makefile $(DIRS): don't add
  189.       "math crt" if LITE is "true".
  190.  
  191.     * <waitflags.h>: for linux, only include <linux/wait.h>.
  192.  
  193.     * <netinet/ip_tcp.h>: include <linux/socket.h>.
  194.  
  195.     * <sys/debugreg.h>: include <linux/debugreg.h>.
  196.  
  197.     * Makeconfig: fix a typo.
  198.  
  199.     * jump/libc.lite/jump.funcs (_syscall):
  200.     * jump/libc/jump.funcs (_syscall): mark it "T".
  201.  
  202.     * <syscall.h>: change __syscall back to syscall.
  203.  
  204.     * ./sysdeps/linux/i386/Makefile $(SRC3S): change __syscall.S
  205.       to syscall.S.
  206.  
  207.     * ./sysdeps/linux/i386/__syscall.S: removed.
  208.  
  209.     * ./sysdeps/linux/i386/syscall.S: new file.
  210.  
  211. Sun Mar  6 21:52:39 1994  H.J. Lu (hlu@fudan)
  212.  
  213.     * version 4.5.23 is released.
  214.  
  215.     * jump/libm/jump.params:
  216.     * jump/libm/jump.params.build:
  217.     * jump/libc.lite/jump.params:
  218.     * jump/libc.lite/jump.params.build:
  219.     * jump/libc/jump.params:
  220.     * jump/libc/jump.params.build: bump up to version 4.5.23.
  221.  
  222.     * <_G_config.h>: update verion to 4.5.23.
  223.  
  224.     * Makeconfig (TARGET_LIBM_SO_DIR): change back to /lib.
  225.  
  226.     * ./libio/ChangeLog: new entries.
  227.  
  228.     * ./sysdeps/linux/i386/libc_exit.c: fixed for PIC.
  229.  
  230.     * ./sysdeps/linux/i386/Makefile $(SRC3S): add __syscall.S.
  231.  
  232. Sat Mar  5 16:55:09 1994  H.J. Lu (hlu@fudan)
  233.  
  234.     * version 4.5.22 is released.
  235.  
  236.     * jump/libm/jump.params:
  237.     * jump/libm/jump.params.build:
  238.     * jump/libc.lite/jump.params:
  239.     * jump/libc.lite/jump.params.build:
  240.     * jump/libc/jump.params:
  241.     * jump/libc/jump.params.build: bump up to version 4.5.22
  242.  
  243.     * <_G_config.h>: update verion to 4.5.22.
  244.  
  245.     * ./libio/ChangeLog: new entries.
  246.  
  247.     * stdlib/exit.c (exit): call _IO_flush_all directly if
  248.       __PIC__ or __pic__ is defined.
  249.  
  250.     * <gnu-stabs.h> (HAVE_GNU_LD): don't define it if __PIC__
  251.       or __pic__ is defined.
  252.  
  253.     * rpc/get_myaddr.c: change "#ifdef linux" to "#if 0".
  254.  
  255.     * jump/libc.lite/jump.funcs (_syscall):
  256.     * jump/libc/jump.funcs (_syscall): mark it "U".
  257.  
  258.     * <syscall.h>: change syscall to __syscall.
  259.  
  260.     * <sys/ipc.h> (__ipc): new.
  261.  
  262.     * ./sysdeps/linux/Makefile $(SRC2S): add __ipc.S.
  263.  
  264.     * ./sysdeps/linux/__ipc.S: new file.
  265.  
  266.     * ./sysdeps/linux/msgctl.c:
  267.     * ./sysdeps/linux/msgget.c:
  268.     * ./sysdeps/linux/msgrcv.c:
  269.     * ./sysdeps/linux/msgsnd.c:
  270.     * ./sysdeps/linux/semctl.c:
  271.     * ./sysdeps/linux/semget.c:
  272.     * ./sysdeps/linux/semop.c:
  273.     * ./sysdeps/linux/shmat.c:
  274.     * ./sysdeps/linux/shmctl.c:
  275.     * ./sysdeps/linux/shmdt.c:
  276.     * ./sysdeps/linux/shmget.c: use __ipc ().
  277.  
  278.     * ./sysdeps/linux/i386/Makefile (SRC1S): remove syscall.c.
  279.       $(SRC3S): add __syscall.S.
  280.  
  281.     * ./sysdeps/linux/i386/__syscall.S: new file.
  282.  
  283.     * ./sysdeps/linux/i386/__ioctl.c:
  284.     * ./sysdeps/linux/i386/__fcntl.c:
  285.     * ./sysdeps/linux/i386/__open.c:
  286.     * ./sysdeps/linux/i386/syscall.c: removed.
  287.  
  288.     * ./sysdeps/linux/__adjtime.c:
  289.     * ./sysdeps/linux/__ntpgttm.c: don't include <sys/syscall.h>,
  290.       include <syscall.h>.
  291.  
  292.     * <demangle.h>: new for cplus_demangle ().
  293.  
  294.     * Makefile:
  295.     * Makeconfig:
  296.     * Makerules:
  297.     * Maketargets: add PIC from Mitchum DSouza
  298.       <Mitchum.Dsouza@mrc-applied-psychology.cambridge.ac.uk>.
  299.  
  300. Tue Mar  1 14:37:46 1994  Matthias Urlichs <urlichs@smurf.noris.de>
  301.  
  302.     * inet/res_send.c (res_send): if sethostent(1) has been called,
  303.       the resolver opens a TCP connection to the nameserver. If a
  304.       request is interrupted by a signal and we're longjmp()ing
  305.       out, that connection goes out of sync. Ugh.
  306.      
  307.       Solution: If that happens, the connection should be closed
  308.       and reopened. Flushing residual data might be an alternate
  309.       idea except that the server might not have answered by the
  310.       time we're trying the next request.
  311.  
  312. Sat Feb 26 14:01:18 1994  H.J. Lu (hlu@nighthawk)
  313.  
  314.     * version 4.5.21 is re-released :-(.
  315.  
  316.     * ./sysdeps/linux/i386/gmon: moved from ./gmon.
  317.  
  318.     * ./sysdeps/linux/i386/gmon/Makefile (TOPDIR): change it to
  319.       "../../../..".
  320.  
  321.     * ./sysdeps/linux/i386/Makefile (DIRS): add "gmon" if PROFILE ==
  322.       true.
  323.  
  324.     * ./gmon: moved to ./sysdeps/linux/i386.
  325.  
  326.     * ./Makefile (CLEAN_DIRS):
  327.       (DIRS): remove "gmon".
  328.  
  329. Tue Feb 22 14:23:06 1994  H.J. Lu (hlu@nighthawk)
  330.  
  331.     * version 4.5.21 is released.
  332.  
  333.     * sysdeps/linux/__adjtime.c: define SIMPLE_ADJTIME.
  334.  
  335.     * rpc/get_myaddr.c (USE_GETHOSTNAME): undo the change of
  336.       Tue Feb 15.
  337.  
  338. Mon Feb 21 13:18:20 1994  H.J. Lu (hlu@nighthawk)
  339.  
  340.     * jump/libm/jump.params:
  341.     * jump/libm/jump.params.build:
  342.     * jump/libc.lite/jump.params:
  343.     * jump/libc.lite/jump.params.build:
  344.     * jump/libc/jump.params:
  345.     * jump/libc/jump.params.build: bump up to version 4.5.21
  346.  
  347.     * <_G_config.h>: update verion to 4.5.21.
  348.  
  349.     * ./libio/ChangeLog: new entries.
  350.  
  351.     * rpc/pmap_rmt.c (getbroadcastnets): change "#ifdef linux"
  352.       to "#if 0".
  353.       (SIOCGIFBRDADDR): use
  354.  
  355.         addrs[i++] = inet_makeaddr((int)inet_netof
  356.             (sin->sin_addr), INADDR_ANY);
  357.  
  358.       need 0.99 pl15g or above.
  359.  
  360.     * <obstack.h>: copied from glibc 1.07.4. Please check out
  361.       if it is compatible with the old one.
  362.  
  363.     * misc/obstack.c: copied from glibc 1.07.4.
  364.  
  365.     * nls/linux/French/errlist.m: fix typoes.
  366.  
  367. Sat Feb 19 13:19:34 1994  H.J. Lu (hlu@nighthawk)
  368.  
  369.     * <unistd.h>: declcare cuserid ().
  370.  
  371.     * posix/cuserid.c: include <unistd.h>.
  372.  
  373. Tue Feb 15 12:01:14 1994  H.J. Lu (hlu@nighthawk)
  374.  
  375.     * version 4.5.20 is released.
  376.  
  377.     * jump/libm/jump.params:
  378.     * jump/libm/jump.params.build:
  379.     * jump/libc.lite/jump.params:
  380.     * jump/libc.lite/jump.params.build:
  381.     * jump/libc/jump.params:
  382.     * jump/libc/jump.params.build: bump up to version 4.5.20
  383.  
  384.     * <_G_config.h>: update verion to 4.5.20.
  385.  
  386.     * jump/libc/Makefile (install):
  387.     * jump/libm/Makefile (install): copy the old shared library to
  388.       SHLIB_FILE.$$.
  389.  
  390.     * jump/libm/Makefile (install): replace TARGET_SO_DIR with
  391.       TARGET_LIBM_SO_DIR.
  392.  
  393.     * Makeconfig (TARGET_LIBM_SO_DIR): new, make it /usr/lib.
  394.  
  395.     * configure: add credit for Mitchum Dsouza
  396.       <m.dsouza@mrc-apu.cam.ac.uk>.
  397.  
  398.     * mntent/Makefile (SCR1S): change mntent.o to mntent.c.
  399.  
  400.     * <mntent.h> (MNTMAXSTR): change that to 512 from 128.
  401.  
  402.     * <localeinfo.h>: include <features.h>. add __BEGIN_DECLS and
  403.       __END_DECLS.
  404.  
  405.     * time/strftime.c (strftime): don't set the values before
  406.       they are called for since not all the fields in the struct
  407.       tm pointer passed are valid.
  408.  
  409.     * nls/linux/Makefile (FR-SRCS)
  410.       (FRENCH-SRCS):
  411.       (french:) new for French.
  412.  
  413.     * nls/linux/French/LISEZMOI:
  414.     * nls/linux/French/auth.m:
  415.     * nls/linux/French/clnt-misc.m:
  416.     * nls/linux/French/errlist-u.m:
  417.     * nls/linux/French/errlist.m:
  418.     * nls/linux/French/getopt.m:
  419.     * nls/linux/French/h-errlist.m:
  420.     * nls/linux/French/net-misc.m:
  421.     * nls/linux/French/rpc-errlist.m:
  422.     * nls/linux/French/rpc-misc.m:
  423.     * nls/linux/French/siglist-u.m:
  424.     * nls/linux/French/siglist.m: new for French.
  425.  
  426.     * Makefile (DIRS): new entry for CHECKER == true.
  427.       (install.checker): new.
  428.  
  429.     * curses/Makefile (CHECKER_LIB):
  430.     * gcc/Makefile (CHECKER_LIB):
  431.     * gdbm/Makefile (CHECKER_LIB):
  432.     * libbsd/Makefile (CHECKER_LIB):
  433.     * termcap/Makefile (CHECKER_LIB): new.
  434.  
  435.     * checker/Makefile: new.
  436.  
  437.     * sysdeps/linux/i386/crt/Makefile (lib): fix a typo in the
  438.       chkrcrt0.o rule.
  439.  
  440.     * nls/Makefile (BASE_CFLAGS): no -DHAVE_MMAP if CHECKER is
  441.       true.
  442.  
  443.     * Maketargets (lib): add a new rule for CHECKER_LIB.
  444.  
  445.     * <sys/mman.h>: include( <linux/mman.h>.
  446.       (MAP_ANON, MAP_FILE): new.
  447.  
  448.     * ./libio/ChangeLog: new entries.
  449.  
  450.     * jump/libc.lite/jump.funcs:
  451.     * jump/libc/jump.funcs: add _getpgid.
  452.  
  453.     * sysdeps/linux/Makefile (SRC2S): add getpgid.S.
  454.  
  455.     * sysdeps/linux/getpgid.S: new. need kernel 0.99 pl 15.
  456.  
  457.     * <unistd.h> (getpgid): new.
  458.  
  459.     * <sys/syscall.h> (SYS_getpgid): new.
  460.  
  461.     * <regex.h>: copied from gawk 2.15.4.
  462.  
  463.     * regex/regex.c: copied and modified from gawk 2.15.4.
  464.  
  465.     * regex/regex.diff: modification to gawk 2.15.4.
  466.  
  467.     * rpc/get_myaddr.c (USE_GETHOSTNAME): defined.
  468.  
  469.     * sysdeps/linux/__adjtime.c: handle large time.
  470.  
  471.     * cureses/Makefile (SHARED_LIB):
  472.     * gcc/Makefile (LIBGCC):
  473.     * gdbm/Makefile (SHARED_LIB):
  474.     * termcap/Makefile (SHARED_LIB): use $(SHARED_DIR)
  475.  
  476.     * cureses/Makefile (STATIC_LIB):
  477.     * gdbm/Makefile (STATIC_LIB):
  478.     * libbsd/Makefile (STATIC_LIB):
  479.     * termcap/Makefile (STATIC_LIB): use $(STATIC_DIR)
  480.  
  481.     * <termcap.h>: add some appropriate "const" in the prototypes.
  482.  
  483.     * malloc/Makefile (LIBMCHECK_SRCS): remove mcheck.c.
  484.       (SRC1S): add mcheck.c.
  485.       (lib): don't make $(LIBMCHECK).
  486.  
  487.     * Makefile (install.static): add libmalias.a for libm.a.
  488.       (install.debug): copy debug/libc/mcheck-init.o to
  489.       libmcheck.a.
  490.  
  491.     * sysdeps/linux/set-init.c: copied from glibc 1.07.2.
  492.  
  493.     * sysdeps/linux/m68k/math/Makefile (SRC1S): remove drem.c.
  494.     * sysdeps/linux/m68k/math/drem.c: removed.
  495.  
  496.     * sysdeps/linux/i386/math/Makefile (SRC2S): remove drem.S.
  497.     * sysdeps/linux/i386/math/drem.S: removed.
  498.  
  499.     * ./mntent/mntent.c (getmntent): return NULL if fgets ()
  500.       returns NULL.
  501.  
  502.     * Makeconfig: define LDCONFIG as "ldconfig" if the host
  503.       machine is running Linux, otherwise as "true".
  504.       (SHARED_LITE_DIR): new, "shared.lite".
  505.       (SHARED_DIR): defined as $(SHARED_LITE_DIR) for the light
  506.       shared C library if LITE is true.
  507.       (OBJS_DIR): remove "shared.lite", add $(SHARED_LITE_DIR)
  508.  
  509.     * Maketargets (depend): add "$(SHARED_LITE_DIR)/$(SUBDIR)/\1".
  510.  
  511.     * jump/libc/Makefile (install):
  512.     * jump/libm/Makefile (install): run $(LDCONFIG) if the host
  513.       machine is running Linux.
  514.  
  515. Wed Feb  2 22:15:36 1994  H.J. Lu (hlu@nighthawk)
  516.  
  517.     * version 4.5.19 is released.
  518.  
  519.     * jump/libm/jump.params:
  520.     * jump/libm/jump.params.build:
  521.     * jump/libc.lite/jump.params:
  522.     * jump/libc.lite/jump.params.build:
  523.     * jump/libc/jump.params:
  524.     * jump/libc/jump.params.build: bump up to version 4.5.19.
  525.  
  526.     * <_G_config.h>: update verion to 4.5.19.
  527.  
  528.     * inet/ruserpass.c (ruserpass): change the size of namebuf
  529.       from 16 to 256.
  530.  
  531.     * inet/res_debug.c (nbuf): change the size to 256.
  532.  
  533.     * sysdeps/linux/i386/math/exp.S: add fwait for the buggy
  534.       IIT 387 coprocessor. according to the i387 documentations,
  535.       fwait is not needed as opposite to 8088/8087, 80286/80287.
  536.       from echtien@pasiphae.rz.Uni-Osnabrueck.DE (Jens-Heiner
  537.       Rechtien)
  538.  
  539. Tue Feb  1 13:34:41 1994  H.J. Lu (hlu@nighthawk)
  540.  
  541.     * version 4.5.18 is released.
  542.  
  543.     * jump/libm/jump.params:
  544.     * jump/libm/jump.params.build:
  545.     * jump/libc.lite/jump.params:
  546.     * jump/libc.lite/jump.params.build:
  547.     * jump/libc/jump.params:
  548.     * jump/libc/jump.params.build: bump up to version 4.5.18.
  549.  
  550.     * <_G_config.h>: update verion to 4.5.18.
  551.  
  552.     * ./libio/ChangeLog: new entries.
  553.  
  554.     * Makeconfig (SHARED_DIR): use "shared.lite" for the light
  555.       shared C library if LITE is true.
  556.       (OBJS_DIR): add "shared.lite".
  557.  
  558. Sun Jan 30 16:31:41 1994  H.J. Lu (hlu@nighthawk)
  559.  
  560.     * version 4.5.17 is released.
  561.  
  562.     * jump/libm/jump.params:
  563.     * jump/libm/jump.params.build:
  564.     * jump/libc.lite/jump.params:
  565.     * jump/libc.lite/jump.params.build:
  566.     * jump/libc/jump.params:
  567.     * jump/libc/jump.params.build: bump up to version 4.5.17.
  568.  
  569.     * <stab.h>:
  570.     * <stab.def>: new files for debuggers.
  571.  
  572.     * <_G_config.h>: update verion to 4.5.17.
  573.  
  574.     * curses/addbytes.c (waddbytes): update x and y
  575.       after "        " is inserted for '/t'.
  576.  
  577.     * inet/ruserpass.c (ruserpass): check NULL pointers while
  578.       copying hostname before call rnetrc ().
  579.  
  580.     * ./libio/ChangeLog: new entries.
  581.  
  582.     * Maketargets: minor changes.
  583.  
  584.     * malloc/Makefile (LIBMCHECK): add mcheck.o.
  585.  
  586.     * malloc/mcheck-init.c: undo the change of Jan 29.
  587.  
  588.     * sysdeps/linux/set-init.c: new, copied from glibc 1.06.12.
  589.  
  590.     * sysdeps/linux/Makefile (SRC1S): add set-init.c.
  591.  
  592.     * sysdeps/linux/i386/crt/chkrcrt0.S:
  593.     * sysdeps/linux/i386/crt/crt0.S:
  594.     * sysdeps/linux/i386/crt/gcrt0.S:
  595.     * sysdeps/linux/m68k/crt/crt0.S:
  596.     * sysdeps/linux/m68k/crt/gcrt0.S: call __libc_init () before
  597.       calling main ().
  598.  
  599.     * jump/libc/Makefile (STATIC_OBJS): add set-init.o.
  600.  
  601. Sat Jan 29 23:52:27 1994  H.J. Lu (hlu@nighthawk)
  602.  
  603.     * version 4.5.16 is released.
  604.  
  605.     * jump/libm/jump.params:
  606.     * jump/libm/jump.params.build:
  607.     * jump/libc.lite/jump.params:
  608.     * jump/libc.lite/jump.params.build:
  609.     * jump/libc/jump.params:
  610.     * jump/libc/jump.params.build: bump up to version 4.5.16.
  611.  
  612.     * Makerules ((%): %): delete the object file if we want to
  613.       compile the shared/static object file in one pass.
  614.  
  615.     * malloc/mcheck-init.c: add turn_on_mcheck () to the
  616.       __CTOR_LIST__ list.
  617.  
  618.     * ./libio/ChangeLog: new entries.
  619.  
  620. Fri Jan 28 16:33:08 1994  H.J. Lu (hlu@nighthawk)
  621.  
  622.     * version 4.5.15 is released.
  623.  
  624.     * jump/libc/Makefilke:
  625.     * jump/libm/Makefilke: change
  626.  
  627.       ifeq($(TARGET_LIB_DIR),/lib)
  628.  
  629.       to
  630.  
  631.       ifeq($(TARGET_SO_DIR),/lib)
  632.  
  633.     * <sys/defs.h>: include <featurs.h> only if  __GNU_LIBRARY__
  634.       is defined.
  635.  
  636.     * ./inet/gethstnmad.c: fix a segmentation fault coredump
  637.       problem if the "reorder" option is set to "on" in the
  638.       /etc/host.conf file. from Mitch DSouza 
  639.       <m.dsouza@mrc-applied-psychology.cambridge.ac.uk.
  640.  
  641. Wed Jan 26 19:55:51 1994  H.J. Lu (hlu@nighthawk)
  642.  
  643.     * jump/libm/jump.params:
  644.     * jump/libm/jump.params.build:
  645.     * jump/libc.lite/jump.params:
  646.     * jump/libc.lite/jump.params.build:
  647.     * jump/libc/jump.params:
  648.     * jump/libc/jump.params.build: bump up to version 4.5.15.
  649.  
  650.     * ./jump/libm/jump.undefs: minor change.
  651.  
  652.     * ./compat/m68k/Makefile:
  653.     * ./compat/m68k/__old__ghn.c:
  654.     * ./compat/m68k/__old__uname.c:
  655.     * ./compat/m68k/__old_sigjmp.c:
  656.     * ./sbin/lib/m68k/Makefile:
  657.     * ./sbin/lib/m68k/crt/Makefile:
  658.     * ./sbin/lib/m68k/crt/crt0.S:
  659.     * ./sysdeps/linux/m68k/Makefile:
  660.     * ./sysdeps/linux/m68k/____sig.S:
  661.     * ./sysdeps/linux/m68k/__brk.c:
  662.     * ./sysdeps/linux/m68k/__fcntl.c:
  663.     * ./sysdeps/linux/m68k/__fpu_control.c:
  664.     * ./sysdeps/linux/m68k/__ioctl.c:
  665.     * ./sysdeps/linux/m68k/__open.c:
  666.     * ./sysdeps/linux/m68k/__sbrk.c:
  667.     * ./sysdeps/linux/m68k/__select.c:
  668.     * ./sysdeps/linux/m68k/__setfpucw.c:
  669.     * ./sysdeps/linux/m68k/__sigact.c:
  670.     * ./sysdeps/linux/m68k/crt/Makefile:
  671.     * ./sysdeps/linux/m68k/crt/crt0.S:
  672.     * ./sysdeps/linux/m68k/crt/gcrt0.S:
  673.     * ./sysdeps/linux/m68k/getprio.c:
  674.     * ./sysdeps/linux/m68k/ieee.c:
  675.     * ./sysdeps/linux/m68k/libc_exit.c:
  676.     * ./sysdeps/linux/m68k/math/Makefile:
  677.     * ./sysdeps/linux/m68k/math/__copysign.c:
  678.     * ./sysdeps/linux/m68k/math/__drem.c:
  679.     * ./sysdeps/linux/m68k/math/__expm1.c:
  680.     * ./sysdeps/linux/m68k/math/__infnan.c:
  681.     * ./sysdeps/linux/m68k/math/__isinf.c:
  682.     * ./sysdeps/linux/m68k/math/__isnan.c:
  683.     * ./sysdeps/linux/m68k/math/__rint.c:
  684.     * ./sysdeps/linux/m68k/math/acos.c:
  685.     * ./sysdeps/linux/m68k/math/acosh.c:
  686.     * ./sysdeps/linux/m68k/math/asin.c:
  687.     * ./sysdeps/linux/m68k/math/asinh.c:
  688.     * ./sysdeps/linux/m68k/math/atan.c:
  689.     * ./sysdeps/linux/m68k/math/atan2.c:
  690.     * ./sysdeps/linux/m68k/math/atanh.c:
  691.     * ./sysdeps/linux/m68k/math/ceil.c:
  692.     * ./sysdeps/linux/m68k/math/cos.c:
  693.     * ./sysdeps/linux/m68k/math/cosh.c:
  694.     * ./sysdeps/linux/m68k/math/drem.c:
  695.     * ./sysdeps/linux/m68k/math/erf.c:
  696.     * ./sysdeps/linux/m68k/math/exp.c:
  697.     * ./sysdeps/linux/m68k/math/expm1.c:
  698.     * ./sysdeps/linux/m68k/math/fabs.c:
  699.     * ./sysdeps/linux/m68k/math/floor.c:
  700.     * ./sysdeps/linux/m68k/math/fmod.c:
  701.     * ./sysdeps/linux/m68k/math/frexp.c:
  702.     * ./sysdeps/linux/m68k/math/hypot.c:
  703.     * ./sysdeps/linux/m68k/math/j0.c:
  704.     * ./sysdeps/linux/m68k/math/j1.c:
  705.     * ./sysdeps/linux/m68k/math/jn.c:
  706.     * ./sysdeps/linux/m68k/math/lgamma.c:
  707.     * ./sysdeps/linux/m68k/math/log.c:
  708.     * ./sysdeps/linux/m68k/math/log10.c:
  709.     * ./sysdeps/linux/m68k/math/log1p.c:
  710.     * ./sysdeps/linux/m68k/math/mathimpl.h:
  711.     * ./sysdeps/linux/m68k/math/pow.c:
  712.     * ./sysdeps/linux/m68k/math/sin.c:
  713.     * ./sysdeps/linux/m68k/math/sinh.c:
  714.     * ./sysdeps/linux/m68k/math/sqrt.c:
  715.     * ./sysdeps/linux/m68k/math/tan.c:
  716.     * ./sysdeps/linux/m68k/math/tanh.c:
  717.     * ./sysdeps/linux/m68k/math/test-math.c:
  718.     * ./sysdeps/linux/m68k/ptrace.c:
  719.     * ./sysdeps/linux/m68k/readdir.c:
  720.     * ./sysdeps/linux/m68k/sigsuspend.c:
  721.     * ./sysdeps/linux/m68k/syscall.c:
  722.     * ./sysdeps/linux/m68k/sysdep.h:
  723.     * ./sysdeps/m68k/Makefile:
  724.     * ./sysdeps/m68k/bzero.c:
  725.     * ./sysdeps/m68k/crypt.S:
  726.     * ./sysdeps/m68k/div.c:
  727.     * ./sysdeps/m68k/ffs.c:
  728.     * ./sysdeps/m68k/hton.c:
  729.     * ./sysdeps/m68k/memchr.c:
  730.     * ./sysdeps/m68k/memcmp.c:
  731.     * ./sysdeps/m68k/memcopy.h:
  732.     * ./sysdeps/m68k/memset.c:
  733.     * ./sysdeps/m68k/modf.c:
  734.     * ./sysdeps/m68k/ntoh.c:
  735.     * ./sysdeps/m68k/setjmp/Makefile:
  736.     * ./sysdeps/m68k/setjmp/__longjmp.c:
  737.     * ./sysdeps/m68k/setjmp/__setjmp.c:
  738.     * ./sysdeps/m68k/setjmp/sigsetjmp.c:
  739.     * ./sysdeps/m68k/strcat.c:
  740.     * ./sysdeps/m68k/strchr.c:
  741.     * ./sysdeps/m68k/strcmp.c:
  742.     * ./sysdeps/m68k/strcspn.c:
  743.     * ./sysdeps/m68k/strlen.c:
  744.     * ./sysdeps/m68k/strncmp.c:
  745.     * ./sysdeps/m68k/strpbrk.c:
  746.     * ./sysdeps/m68k/strrchr.c:
  747.     * ./sysdeps/m68k/strspn.c:
  748.     * <m68k/__math.h>:
  749.     * <m68k/fpu_control.h>:
  750.     * <math.h>: add more m68k support.
  751.  
  752.     * <arpa/telnet.h>:
  753.     * <netinet/ip_icmp.h>:
  754.     * <netinet/ip_udp.h>: update.
  755.  
  756.     * configure: use highlight for ansi*, xterm*, vt* and cons*
  757.       only.
  758.  
  759.     * sbin/lib/m68k: renamed from sbin/lib/m86k.
  760.  
  761. Sun Jan 23 13:53:55 1994  H.J. Lu (hlu@nighthawk)
  762.  
  763.     * version 4.5.14 is released.
  764.  
  765.     * jump/libm/jump.params:
  766.     * jump/libm/jump.params.build:
  767.     * jump/libc.lite/jump.params:
  768.     * jump/libc.lite/jump.params.build:
  769.     * jump/libc/jump.params:
  770.     * jump/libc/jump.params.build: bump up to version 4.5.14.
  771.  
  772.     * jump/libc.lite/jump.vars (_re_max_failures):
  773.       (_re_set_syntax):
  774.     * jump/libc/jump.vars (_re_max_failures):
  775.     * jump/libc/jump.vars (_re_set_syntax):
  776.     * jump/libc.lite/jump.funcs:
  777.     * jump/libc/jump.funcs: saved them in the files with the suffix
  778.       ".rx". undo the changes of Jan. 22.
  779.  
  780.     * <paths.h> (_PATH_DEFPATH_ROOT): defined as
  781.  
  782.         "/sbin:/bin:/usr/sbin:/usr/bin"
  783.  
  784.     * <rx.h>: moved to ./regex.
  785.  
  786.     * <regex.h>: restored.
  787.  
  788.     * compat/Makefile (SRC1S): comment out aliases.c and
  789.       __old_regex.c.
  790.  
  791.     * regex/Makefile (SCRS): change rx.c to regex.c.
  792.  
  793.     * regex/regex.c: restored.
  794.  
  795.     * regex/ChangeLog.rx: copied from sed 2.03.
  796.  
  797. Sat Jan 22 13:53:55 1994  H.J. Lu (hlu@nighthawk)
  798.  
  799.     * version 4.5.13 is released.
  800.  
  801.     * configure: cosmetic changes.
  802.  
  803.     * jump/libm/jump.params:
  804.     * jump/libm/jump.params.build:
  805.     * jump/libc.lite/jump.params:
  806.     * jump/libc.lite/jump.params.build:
  807.     * jump/libc/jump.params:
  808.     * jump/libc/jump.params.build: bump up to version 4.5.13.
  809.  
  810.     * jump/libc.lite/jump.vars (_re_max_failures):
  811.     * jump/libc/jump.vars (_re_max_failures): comment out.
  812.  
  813.     * jump/libc.lite/jump.vars (_re_set_syntax):
  814.     * jump/libc/jump.vars (_re_set_syntax): change filename
  815.       "regex" to "rx".
  816.  
  817.     * jump/libc.lite/jump.funcs:
  818.     * jump/libc/jump.funcs: move _re_compile_fastmap,
  819.       _re_compile_pattern, _re_match, _re_match_2, _re_search,
  820.       _re_search_2, _re_set_registers, _re_set_syntax, _regcomp,
  821.       _regerror, _regexec and _regfree to libcompat. create new
  822.       entries for them and use "rx" as filename.
  823.  
  824.     * jump/libc.lite/jump.funcs:
  825.     * jump/libc/jump.funcs: add "_rx_compile".
  826.  
  827.     * Maketargets: create ./static, ./shared, ./debug and
  828.       ./profile only if necessry.
  829.  
  830.     * Makerules: don't build the libraries not asked for.
  831.       (.x.o:): remove LD/MV.
  832.  
  833.     * Makeconfig: don't add '/' if the root dir == '/'.
  834.  
  835.     * inet/ruserpass.c (ruserpass): copy hostname before call
  836.       rnetrc ().
  837.  
  838.     * <rx.h>: new file from sed 2.03 with modifications for Linux.
  839.  
  840.     * regex/rx.c: new file from sed 2.03 with modifications for
  841.       Linux.
  842.  
  843.     * regex/rx.diff: the Linux diff.
  844.  
  845.     * regex/Makefile (SRCS): change regex.c to rx.c.
  846.  
  847.     * ./compat/aliases.c: aliases for __old_re_compile_fastmap,
  848.       __old_re_compile_pattern, __old_re_match_2, __old_re_match,
  849.       __old_re_search_2, __old_re_search and
  850.       __old_re_set_registers.
  851.  
  852.     * ./compat/__old_regex.c: moved from ./regex/regex.c.
  853.  
  854.     * ./compat/regex.h: moved from <regex.h>.
  855.  
  856.     * ./compat/Makefile: add __old_regex.c.
  857.  
  858.     * ./regex/regex.c: moved to ./compat as ./compat/__old_regex.c.
  859.  
  860.     * <regex.h>: moved to ./compat.  make a symbolic link to rx.h.
  861.  
  862.     * ./libio/ChangeLog: new entries.
  863.  
  864.     * malloc/Makefile (SRC1S): add memalign.c mstats.c mtrace.c.
  865.  
  866.     * jump/libc/Makefile (lib): fix typos.
  867.  
  868.     * <bsd/utmp.h>: include <paths.h>.
  869.      (_PATH_UTMP), (_PATH_WTMP), (_PATH_LASTLOG): removed.
  870.  
  871.     * <paths.h> (_PATH_MAILDIR): from "/usr/spool/mail" to
  872.       "/var/spool/mail".
  873.       (_PATH_SENDMAILI): from "/usr/lib/sendmail" to
  874.       "/usr/sbin/sendmail".
  875.       (_PATH_WTMP): defined as "/var/adm/wtmp".
  876.       (_PATH_LASTLOG): defined as "/var/adm/lastlog".
  877.       (_PATH_DEFPATH): add "/usr/local/bin" to prefix.
  878.       (_PATH_LOGIN): defined as "/bin/login".
  879.       (_PATH_DEFPATH_ROOT): defined as "/bin:/usr/bin:/etc".
  880.  
  881.     * <utmp.h> (WTMP_FILE): from "/usr/adm/wtmp" to
  882.       "/var/adm/wtmp".
  883.  
  884. Tue Jan 18 23:31:59 1994  H.J. Lu (hlu@nighthawk)
  885.  
  886.     * version 4.5.12 is released.
  887.  
  888.     * jump/libm/jump.params:
  889.     * jump/libm/jump.params.build:
  890.     * jump/libc.lite/jump.params:
  891.     * jump/libc.lite/jump.params.build:
  892.     * jump/libc/jump.params:
  893.     * jump/libc/jump.params.build: bump up to version 4.5.12.
  894.  
  895.     * configure: cosmetic changes.
  896.  
  897.     * malloc/Makefile: change target "debug_lib" to "lib".
  898.  
  899.     * Maketargets: create ./static, ./shared, ./debug and
  900.       ./profile.
  901.  
  902.     * <bsd/utmp.h> (_PATH_LASTLOG): undo the change of Tue Jan 18
  903.       19:05:55 1994.
  904.  
  905.     * <paths.h> (_PATH_MAILDIR): undo the change of Tue Jan 18
  906.       19:05:55 1994.
  907.  
  908.     * <utmp.h> (WTMP_FILE): undo the change of Tue Jan 18 19:05:55
  909.       1994.
  910.  
  911. Tue Jan 18 19:05:55 1994  H.J. Lu (hlu@nighthawk)
  912.  
  913.     * version 4.5.11 is released.
  914.  
  915.     * README: modified.
  916.  
  917.     * <bsd/utmp.h> (_PATH_LASTLOG): from "/usr/adm/lastlog" to
  918.       "/var/adm/lastlog".
  919.  
  920.     * <paths.h> (_PATH_MAILDIR): from "/usr/spool/mail" to
  921.       "/var/spool/mail".
  922.       (_PATH_SENDMAILI): from "/usr/lib/sendmail" to
  923.       "/usr/sbin/sendmail".
  924.  
  925.     * <sys/cdefs.h>: check if __GNUC__ == 2 before check
  926.       __GNUC_MINOR__ < 5.
  927.  
  928.     * <utmp.h> (WTMP_FILE): from "/usr/adm/wtmp" to
  929.       "/var/adm/wtmp".
  930.  
  931.     * jump/libm/jump.params:
  932.     * jump/libm/jump.params.build:
  933.     * jump/libc.lite/jump.params:
  934.     * jump/libc.lite/jump.params.build:
  935.     * jump/libc/jump.params:
  936.     * jump/libc/jump.params.build: bump up to version 4.5.11.
  937.  
  938.     * ./libio/ChangeLog: new entries.
  939.  
  940. Mon Jan 17 22:04:43 1994  H.J. Lu (hlu@nighthawk)
  941.  
  942.     * rpc/clnt_perror.c (clnt_sperrno): minor NLS fix.
  943.  
  944.     * Makeconfig: set ARFLAGS == AR_FLAGS.
  945.  
  946.     * Makerules: fix rules for .x.y:
  947.  
  948.     * Maketargets: use libfoo.a (foo.o, ...) for the library
  949.       dependency.
  950.  
  951.     * sysdeps/linux/libc_exit.S: removed.
  952.     * sysdeps/linux/Makefile (SRC2S): remove libc_exit.S.
  953.  
  954.     * ./Makefile:
  955.     * ./bsd/Makefile:
  956.     * ./compat/Makefile:
  957.     * ./compat/i386/Makefile:
  958.     * ./compat/math/Makefile:
  959.     * ./ctype/Makefile:
  960.     * ./curses/Makefile:
  961.     * ./cvt/Makefile:
  962.     * ./dirent/Makefile:
  963.     * ./gcc/Makefile:
  964.     * ./gdbm/Makefile:
  965.     * ./gmon/Makefile:
  966.     * ./grp/Makefile:
  967.     * ./inet/Makefile:
  968.     * ./io/Makefile:
  969.     * ./jump/Makefile:
  970.     * ./jump/libc.lite/Makefile:
  971.     * ./jump/libc/Makefile:
  972.     * ./jump/libm/Makefile:
  973.     * ./libbsd/Makefile:
  974.     * ./libio/Makefile:
  975.     * ./libio/stdio/Makefile:
  976.     * ./locale/Makefile:
  977.     * ./login/Makefile:
  978.     * ./malloc-930716/Makefile:
  979.     * ./malloc/Makefile:
  980.     * ./math/Makefile:
  981.     * ./misc/Makefile:
  982.     * ./mntent/Makefile:
  983.     * ./nls/Makefile:
  984.     * ./posix/Makefile:
  985.     * ./pwd/Makefile:
  986.     * ./regex/Makefile:
  987.     * ./rpc/Makefile:
  988.     * ./sbin/Makefile:
  989.     * ./sbin/lib/Makefile:
  990.     * ./sbin/lib/i386/Makefile:
  991.     * ./sbin/lib/i386/crt/Makefile:
  992.     * ./setjmp/Makefile:
  993.     * ./shadow/Makefile:
  994.     * ./signal/Makefile:
  995.     * ./stdlib/Makefile:
  996.     * ./string/Makefile:
  997.     * ./sysdeps/Makefile:
  998.     * ./sysdeps/generic/Makefile:
  999.     * ./sysdeps/i386/Makefile:
  1000.     * ./sysdeps/i386/setjmp/Makefile:
  1001.     * ./sysdeps/linux/Makefile:
  1002.     * ./sysdeps/linux/i386/Makefile:
  1003.     * ./sysdeps/linux/i386/crt/Makefile:
  1004.     * ./sysdeps/linux/i386/math/Makefile:
  1005.     * ./termcap/Makefile:
  1006.     * ./time/Makefile:
  1007.     * ./ufc/Makefile:
  1008.     * ./yp/Makefile: add TOPDIR and use it to find the include
  1009.       files.
  1010.  
  1011.     * configure: new file.
  1012.  
  1013.     * config.in: automatically generated by "configure".
  1014.  
  1015.     * Makeconfig: add a missing "(" to ifeq ($SHADOW_COMPAT),true).
  1016.       check TARGET_ARCH_486.
  1017.       use TOPDIR to get SRCDIR.
  1018.  
  1019.     * <ctype.h>: don't inline toupper () and tolower () if
  1020.      __STRICT_ANSI__ is defined.
  1021.  
  1022. Wed Jan 12 16:43:50 1994  H.J. Lu (hlu@nighthawk)
  1023.  
  1024.     * version 4.5.10 is released.
  1025.  
  1026.     * ./string/memchr.c: modified and moved to ./sysdeps/i386.
  1027.     * ./sysdeps/i386/memchr.c: modified and moved from ./string.
  1028.  
  1029.     * ./string/memcmp.c: modified and moved to ./sysdeps/i386.
  1030.     * ./sysdeps/i386/memcmp.c: modified and moved from ./string.
  1031.  
  1032.     * ./string/memset.c: modified and moved to ./sysdeps/i386.
  1033.     * ./sysdeps/i386/memset.c: modified and moved from ./string.
  1034.  
  1035.     * ./string/bzero.c: modified and moved to ./sysdeps/i386.
  1036.     * ./sysdeps/i386/bzero.c: modified and moved from ./string.
  1037.  
  1038.     * ./string/strcat.c: modified and moved to ./sysdeps/i386.
  1039.     * ./sysdeps/i386/strcat.c: modified and moved from ./string.
  1040.  
  1041.     * ./string/strchr.c: modified and moved to ./sysdeps/i386.
  1042.     * ./sysdeps/i386/strchr.c: modified and moved from ./string.
  1043.  
  1044.     * ./string/strcmp.c: modified and moved to ./sysdeps/i386.
  1045.     * ./sysdeps/i386/strcmp.c: modified and moved from ./string.
  1046.  
  1047.     * ./string/strcspn.c: modified and moved to ./sysdeps/i386.
  1048.     * ./sysdeps/i386/strcspn.c: modified and moved from ./string.
  1049.  
  1050.     * ./string/strlen.c: modified and moved to ./sysdeps/i386.
  1051.     * ./sysdeps/i386/strlen.c: modified and moved from ./string.
  1052.  
  1053.     * ./string/strncmp.c: modified and moved to ./sysdeps/i386.
  1054.     * ./sysdeps/i386/strncmp.c: modified and moved from ./string.
  1055.  
  1056.     * ./string/strpbrk.c: modified and moved to ./sysdeps/i386.
  1057.     * ./sysdeps/i386/strpbrk.c: modified and moved from ./string.
  1058.  
  1059.     * ./string/strrchr.c: modified and moved to ./sysdeps/i386.
  1060.     * ./sysdeps/i386/strrchr.c: modified and moved from ./string.
  1061.  
  1062.     * ./string/strspn.c: modified and moved to ./sysdeps/i386.
  1063.     * ./sysdeps/i386/strspn.c: modified and moved from ./string.
  1064.  
  1065.     * ./string/ffs.c: modified and moved to ./sysdeps/i386.
  1066.     * ./sysdeps/i386/ffs.c: modified and moved from ./string.
  1067.  
  1068.     * ./string/memcopy.h: removed.
  1069.  
  1070.     * ./sysdeps/i386/memcopy.h:
  1071.     * ./sysdeps/generic/memcopy.h:
  1072.     * ./sysdeps/generic/ffs.c:
  1073.     * ./sysdeps/generic/strspn.c:
  1074.     * ./sysdeps/generic/strrchr.c:
  1075.     * ./sysdeps/generic/strpbrk.c:
  1076.     * ./sysdeps/generic/strncmp.c:
  1077.     * ./sysdeps/generic/strlen.c:
  1078.     * ./sysdeps/generic/strcspn.c:
  1079.     * ./sysdeps/generic/strcmp.c:
  1080.     * ./sysdeps/generic/strchr.c:
  1081.     * ./sysdeps/generic/strcat.c:
  1082.     * ./sysdeps/generic/bzero.c:
  1083.     * ./sysdeps/generic/memset.c:
  1084.     * ./sysdeps/generic/memcmp.c:
  1085.     * ./sysdeps/generic/memchr.c:
  1086.     * ./sysdeps/generic/modf.c: copied from glibc 1.06.9.
  1087.  
  1088.     * ./Makefile:
  1089.     * ./signal/Makefile:
  1090.     * ./libio/Makefile:
  1091.     * ./libio/stdio/Makefile:
  1092.     * ./bsd/Makefile:
  1093.     * ./ctype/Makefile:
  1094.     * ./curses/Makefile:
  1095.     * ./cvt/Makefile:
  1096.     * ./dirent/Makefile:
  1097.     * ./grp/Makefile:
  1098.     * ./setjmp/Makefile:
  1099.     * ./locale/Makefile:
  1100.     * ./login/Makefile:
  1101.     * ./malloc/Makefile:
  1102.     * ./misc/Makefile:
  1103.     * ./posix/Makefile:
  1104.     * ./pwd/Makefile:
  1105.     * ./regex/Makefile:
  1106.     * ./yp/Makefile:
  1107.     * ./stdlib/Makefile:
  1108.     * ./string/Makefile:
  1109.     * ./termcap/Makefile:
  1110.     * ./time/Makefile:
  1111.     * ./ufc/Makefile:
  1112.     * ./mntent/Makefile:
  1113.     * ./io/Makefile:
  1114.     * ./rpc/Makefile:
  1115.     * ./inet/Makefile:
  1116.     * ./gmon/Makefile:
  1117.     * ./gcc/Makefile:
  1118.     * ./gdbm/Makefile:
  1119.     * ./sysdeps/i386/Makefile:
  1120.     * ./sysdeps/i386/setjmp/Makefile:
  1121.     * ./sysdeps/linux/i386/Makefile:
  1122.     * ./sysdeps/linux/i386/math/Makefile:
  1123.     * ./sysdeps/linux/i386/crt/Makefile:
  1124.     * ./sysdeps/linux/Makefile:
  1125.     * ./sysdeps/Makefile:
  1126.     * ./jump/libc/Makefile:
  1127.     * ./jump/libc.lite/Makefile:
  1128.     * ./jump/libm/Makefile:
  1129.     * ./jump/Makefile:
  1130.     * ./math/Makefile:
  1131.     * ./compat/Makefile:
  1132.     * ./compat/i386/Makefile:
  1133.     * ./compat/math/Makefile:
  1134.     * ./shadow/Makefile:
  1135.     * ./libbsd/Makefile:
  1136.     * ./sbin/lib/Makefile:
  1137.     * ./sbin/Makefile:
  1138.     * ./malloc-930716/Makefile:
  1139.     * ./nls/Makefile: massive changes.
  1140.  
  1141.     * ./sbin/crt: moved to ./sbin/lib/i386/crt.
  1142.     * ./sbin/lib/i386/crt: moved from ./sbin/crt.
  1143.  
  1144.     * ./sbin/lib/m68k: new for m68k.
  1145.  
  1146.     * ./sbin/lib/i386/Makefile:
  1147.     * ./sbin/lib/i386/crt/Makefile: new files.
  1148.  
  1149.     * ./sysdeps/linux/fsync.c: removed
  1150.  
  1151.     * ./sysdeps/linux/i386/__adjtime.c:
  1152.     * ./sysdeps/linux/i386/__adjtimex.S:
  1153.     * ./sysdeps/linux/i386/__load.c:
  1154.     * ./sysdeps/linux/i386/config.h:
  1155.     * ./sysdeps/linux/i386/fixups.h:
  1156.     * ./sysdeps/linux/i386/__ntpgttm.c:
  1157.     * ./sysdeps/linux/i386/__vfork.c:
  1158.     * ./sysdeps/linux/i386/vfork.c:
  1159.     * ./sysdeps/linux/i386/__wait.c:
  1160.     * ./sysdeps/linux/i386/__wait3.c:
  1161.     * ./sysdeps/linux/i386/__waitpid.c:
  1162.     * ./sysdeps/linux/i386/accept.c:
  1163.     * ./sysdeps/linux/i386/bind.c:
  1164.     * ./sysdeps/linux/i386/connect.c:
  1165.     * ./sysdeps/linux/i386/getpeernam.c:
  1166.     * ./sysdeps/linux/i386/getsocknam.c:
  1167.     * ./sysdeps/linux/i386/getsockopt.c:
  1168.     * ./sysdeps/linux/i386/listen.c:
  1169.     * ./sysdeps/linux/i386/mmap.c:
  1170.     * ./sysdeps/linux/i386/shmat.c:
  1171.     * ./sysdeps/linux/i386/shmctl.c:
  1172.     * ./sysdeps/linux/i386/shmdt.c:
  1173.     * ./sysdeps/linux/i386/shmget.c:
  1174.     * ./sysdeps/linux/i386/msgctl.c:
  1175.     * ./sysdeps/linux/i386/msgget.c:
  1176.     * ./sysdeps/linux/i386/msgrcv.c:
  1177.     * ./sysdeps/linux/i386/msgsnd.c:
  1178.     * ./sysdeps/linux/i386/semctl.c:
  1179.     * ./sysdeps/linux/i386/semget.c:
  1180.     * ./sysdeps/linux/i386/semop.c:
  1181.     * ./sysdeps/linux/i386/recv.c:
  1182.     * ./sysdeps/linux/i386/revcfrom.c:
  1183.     * ./sysdeps/linux/i386/send.c:
  1184.     * ./sysdeps/linux/i386/sendto.c:
  1185.     * ./sysdeps/linux/i386/setpgrp.c:
  1186.     * ./sysdeps/linux/i386/setsockopt.c:
  1187.     * ./sysdeps/linux/i386/shutdown.c:
  1188.     * ./sysdeps/linux/i386/socket.c:
  1189.     * ./sysdeps/linux/i386/socketpair.c:
  1190.     * ./sysdeps/linux/i386/tell.c:
  1191.     * ./sysdeps/linux/i386/ulimit.c: moved to ./sysdeps/linux.
  1192.  
  1193.     * ./sysdeps/linux/shm.c: removed.
  1194.     * ./sysdeps/linux/__adjtime.c:
  1195.     * ./sysdeps/linux/__adjtimex.S:
  1196.     * ./sysdeps/linux/__load.c:
  1197.     * ./sysdeps/linux/config.h:
  1198.     * ./sysdeps/linux/fixups.h:
  1199.     * ./sysdeps/linux/__ntpgttm.c:
  1200.     * ./sysdeps/linux/__vfork.c:
  1201.     * ./sysdeps/linux/vfork.c:
  1202.     * ./sysdeps/linux/__wait.c:
  1203.     * ./sysdeps/linux/__wait3.c:
  1204.     * ./sysdeps/linux/__waitpid.c:
  1205.     * ./sysdeps/linux/accept.c:
  1206.     * ./sysdeps/linux/bind.c:
  1207.     * ./sysdeps/linux/connect.c:
  1208.     * ./sysdeps/linux/getpeernam.c:
  1209.     * ./sysdeps/linux/getsocknam.c:
  1210.     * ./sysdeps/linux/getsockopt.c:
  1211.     * ./sysdeps/linux/listen.c:
  1212.     * ./sysdeps/linux/mmap.c:
  1213.     * ./sysdeps/linux/shmat.c:
  1214.     * ./sysdeps/linux/shmctl.c:
  1215.     * ./sysdeps/linux/shmdt.c:
  1216.     * ./sysdeps/linux/shmget.c:
  1217.     * ./sysdeps/linux/msgctl.c:
  1218.     * ./sysdeps/linux/msgget.c:
  1219.     * ./sysdeps/linux/msgrcv.c:
  1220.     * ./sysdeps/linux/msgsnd.c:
  1221.     * ./sysdeps/linux/semctl.c:
  1222.     * ./sysdeps/linux/semget.c:
  1223.     * ./sysdeps/linux/semop.c:
  1224.     * ./sysdeps/linux/recv.c:
  1225.     * ./sysdeps/linux/revcfrom.c:
  1226.     * ./sysdeps/linux/send.c:
  1227.     * ./sysdeps/linux/sendto.c:
  1228.     * ./sysdeps/linux/setpgrp.c:
  1229.     * ./sysdeps/linux/setsockopt.c:
  1230.     * ./sysdeps/linux/shutdown.c:
  1231.     * ./sysdeps/linux/socket.c:
  1232.     * ./sysdeps/linux/socketpair.c:
  1233.     * ./sysdeps/linux/tell.c:
  1234.     * ./sysdeps/linux/ulimit.c: moved from ./sysdeps/linux/i386.
  1235.  
  1236.     * ./sysdeps/linux/i386/shm.c: removed.
  1237.  
  1238.     * ./misc/modf.c: moved to ./sysdeps/i386.
  1239.     * ./sysdeps/i386/modf.c: moved from ./misc.
  1240.  
  1241.     * ./sysdeps/i386/__longjmp.c:
  1242.     * ./sysdeps/i386/__setjmp.c: moved to ./sysdeps/i386/setjmp.
  1243.     * ./sysdeps/i386/setjmp/__longjmp.c:
  1244.     * ./sysdeps/i386/setjmp/__setjmp.c: moved from
  1245.       ./sysdeps/i386.
  1246.  
  1247.     * ./crt: moved to ./sysdeps/linux/i386/crt.
  1248.     * ./sysdeps/linux/i386/crt: moved from ./crt.
  1249.  
  1250.     * compat/__old_libm.c: moved to compat/math/__old_libm.c.
  1251.     * compat/math/__old_libm.c: moved from compat/__old_libm.c.
  1252.  
  1253.     * ./sysdeps/i386/setjmp/Makefile:
  1254.     * compat/math/Makefile: new file.
  1255.  
  1256.     * ./sysdeps/i386/Makefile:
  1257.     * ./misc/Makefile:
  1258.     * ./compat/Makefile:
  1259.     * ./compat/i386/Makefile:
  1260.     * ./sysdeps/linux/i386/crt/Makefile:
  1261.     * Makerules:
  1262.     * Makeconfig:
  1263.     * Maketargets: massive changes
  1264.  
  1265.     * config.in: new file.
  1266.  
  1267.     * <bytesex.h>:
  1268.     * <fpu_control.h>:
  1269.     * <jmp_buf.h>:
  1270.     * <syscall.h>: support m68k.
  1271.  
  1272.     * <m68k/fpu_control.h>: dummy.
  1273.  
  1274.     * <m68k/jmp_buf.h>: define the jump buffer for m68k.
  1275.  
  1276.     * <m68k/syscall.h>: define the inline system call interfaces
  1277.       for m68k.
  1278.  
  1279.     * <i386/fpu_control.h>: moved from <fpu_control.h>, i387
  1280.       control.
  1281.  
  1282.     * <i386/jmp_buf.h>: define the jump buffer for i386.
  1283.  
  1284.     * <i386/syscall.h>: define the inline system call interfaces
  1285.       for i386.
  1286.  
  1287. Mon Jan 10 11:45:49 1993  H.J. Lu (hlu@nighthawk)
  1288.  
  1289.     * jump/libm/jump.params:
  1290.     * jump/libm/jump.params.build:
  1291.     * jump/libc.lite/jump.params:
  1292.     * jump/libc.lite/jump.params.build:
  1293.     * jump/libc/jump.params:
  1294.     * jump/libc/jump.params.build: bump up to version 4.5.10.
  1295.  
  1296.     * jump/libc.lite/jump.funcs:
  1297.     * jump/libc/jump.funcs: comment out _endspent, _fgetspent, 
  1298.       _getspent, _getspnam, _putspent, _setspent, _sgetspent,
  1299.       _endsgent, _fgetsgent, _getsgent, _getsgnam, _putsgent,
  1300.       _setsgent and _sgetsgent.
  1301.       add _svc_exit.
  1302.  
  1303.     * jump/libc.lite/jump.vars:
  1304.     * jump/libc/jump.vars: comment out ___new_handler.
  1305.  
  1306.     * jump/libc.lite/jump.funcs:
  1307.     * jump/libc/jump.funcs: cghange ___builtin_delete,
  1308.       ___builtin_new, ___set_new_handler, _set_new_handler and
  1309.       ___eprintf to the type 't' from 'T'.
  1310.  
  1311.     * <_G_config.h>: add the version string _LINUX_C_LIB_VERSION
  1312.       and define it as "4.5.10".
  1313.       add and define
  1314.  
  1315.       #define _LINUX_C_LIB_VERSION_MAJOR    4
  1316.       #define _LINUX_C_LIB_VERSION_MINOR    5
  1317.       #define _LINUX_C_LIB_VERSION_SUBMINOR    10
  1318.  
  1319.     * nls/msgcat.c: speed up.
  1320.  
  1321.     * rpc/svc_run.c: svc_exit (), new function for NYS from Peter
  1322.       Eriksson <pen@signum.se>. set svc_stop.
  1323.       (svc_run): reset svc_stop and check svc_stop in the loop.
  1324.  
  1325.     * gcc/aliases.c: new file for __set_new_handler.
  1326.  
  1327.     * gcc/Makefile: add aliases.o.
  1328.  
  1329.     * jump/libc.lite/Makefile:
  1330.     * jump/libc/Makefile:
  1331.     * jump/libm/Makefile: add jump.log to the removal list.
  1332.  
  1333.     * <malloc.h>: remove __line for malloc () and calloc ().
  1334.  
  1335.     * sysdeps/linux/i386/math/pow.c: new version from
  1336.       Chris Flatters <cflatter@aoc.nrao.edu>.
  1337.  
  1338.     * inet/gethstnmad.c: 
  1339.     * mntent/mntent.c: don't do fclose (NULL).
  1340.  
  1341.     * libbsd/Makefile: comment out getusersh.c.
  1342.  
  1343.     * libbsd/getusersh.c: removed.
  1344.  
  1345.     * pwd/getpwent.c:
  1346.     * pwd/getpwnam.c:
  1347.     * pwd/getpwuid.c:
  1348.     * pwd/pwdread.c: minor changes.
  1349.  
  1350.     * grp/getgrent.c:
  1351.     * grp/getgrnam.c:
  1352.     * grp/getgrgid.c:
  1353.     * grp/grpread.c: minor changes.
  1354.  
  1355.     * yp/xdryp.c:
  1356.     * yp/yplib.c:
  1357.     * yp/xdryppasswd.c: update. from swen@uni-paderborn.de.
  1358.  
  1359. Tue Jan  4 16:34:34 1993  H.J. Lu (hlu@nighthawk)
  1360.  
  1361.     * sysdeps/linux/__load.c: write a message for the static
  1362.       linked binaries.
  1363.  
  1364.     * grp/Makefile (SRCS): comment out gshadow.c.
  1365.  
  1366.     * pwd/Makefile (SRCS): comment out shadow.c.
  1367.  
  1368.     * README:
  1369.     * Makeconfig: define NO_SHADOW only if SHADOW_COMPAT is
  1370.       defined.
  1371.  
  1372.     * Makeconfig: define SHARED_LIBRARY if SHARED is defined.
  1373.  
  1374.     * nls/msgcat.c: comment out rcsid.
  1375.  
  1376. Sun Jan  2 12:12:23 1993  H.J. Lu (hlu@nighthawk)
  1377.  
  1378.     * version 4.5.9 is released.
  1379.  
  1380.     * jump/libm/jump.params:
  1381.     * jump/libm/jump.params.build:
  1382.     * jump/libc.lite/jump.params:
  1383.     * jump/libc.lite/jump.params.build:
  1384.     * jump/libc/jump.params:
  1385.     * jump/libc/jump.params.build: bump up to version 4.5.9.
  1386.  
  1387.     * <paths.h>: change _PATH_SENDMAIL to "/usr/lib/sendmail".
  1388.  
  1389.     * sysdeps/linux/i386/__adjtime.c: change mode to
  1390.       ADJ_OFFSET_SINGLESHOT from ADJ_OFFSET.
  1391.  
  1392.     * locale/setlocale.c: fix a wrong `}'.
  1393.  
  1394.     * README:
  1395.     * Makeconfig: add NO_SHADOW.
  1396.  
  1397.     * <math.h>: fix a small typo in comments.
  1398.  
  1399.     * ./libio/ChangeLog: new entries.
  1400.  
  1401.     * ./libio/stdio/ChangeLog: new entries.
  1402.