home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / glibc-1.06 / ChangeLog < prev    next >
Encoding:
Text File  |  1993-05-22  |  176.8 KB  |  4,924 lines

  1. Sun May 23 00:12:24 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2.  
  3.     * Version 1.06 released.
  4.  
  5.     * sysdeps/sparc/Dist: Add {u,}{div,rem}.S.
  6.  
  7. Sat May 22 18:17:08 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  8.  
  9.     * sysdeps/generic/make_siglist.c (main): Call signame_init, not
  10.     init_sigs.
  11.  
  12.     * Makerules (native-compile): Compile $^, not just $<.
  13.  
  14.     * sysdeps/unix/i386/sysdep.h (PSEUDO): Omit `.text'.  Some
  15.     assemblers don't like `.text; ...'.
  16.  
  17.     * Rules (all): Mention as target first, so it is the default goal.
  18.  
  19.     * sysdeps/unix/i386/sysdep.S: #undef syscall_error before using it
  20.     as a label.
  21.     [NO_UNDERSCORES]: Define __syscall_error instead of syscall_error.
  22.  
  23.     * sysdeps/unix/readdir.c: Decrement d_namlen until it no longer
  24.     includes any nulls.
  25.  
  26.     * Makerules (+install-dirs): Variable removed.
  27.     (install): Don't depend on $(+install-dirs).
  28.     (installdirs): New target, to make $(dir $(+install)) using
  29.     mkinstalldirs.  Make $(+install) depend on it.
  30.     * Makefile (distribute): Add mkinstalldirs.
  31.     * mkinstalldirs: New file.
  32.  
  33.     * manual/Makefile (installdirs):
  34.     New target, using mkinstalldirs to create $(infodir).
  35.     ($(infodir)/libc.info): Depend on installdirs.
  36.     (minimal-dist): Remove Makefile.
  37.     (doc-only-dist): New variable, containing Makefile and mkinstalldirs.
  38.     (*.tar): Depend on $(doc-only-dist).
  39.  
  40. Sat May 22 16:31:54 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  41.  
  42.     Compile zoneinfo files directly into $(datadir)/zoneinfo, rather
  43.     than compiling them into the source directory and then copying.
  44.     * time/Makefile (zones-%): Put targets of generated rule in
  45.     $(datadir)/zoneinfo, not zoneinfo.
  46.     Don't make generated rules depend on zoneinfo/.
  47.     (zonenames, zones-%): Write into $@.new and then use atomic mv.
  48.     (zones, zoneinfo): Targets removed.
  49.     (zoneinfo/localtime, zoneinfo/posixrules): Change targets to be in
  50.     $(datadir)/zoneinfo; find $(localtime) and $(posixrules) there as well.
  51.     ($(localtime-file), $(posixrules-file)): Targets removed.
  52.     (install-data): Definition removed.
  53.     (install-others): Include $(zonenames) from $(datadir)/zoneinfo; and
  54.     $(localtime-file) and $(posixrules-file), from $(datadir)/zoneinfo
  55.     if they are not absolute file names.
  56.  
  57.     * time/zic.c (dolink): If FROMFILE or TOFILE begins with a slash,
  58.     just set {FROM,TO}NAME to it, instead of prepending DIRECTORY.
  59.     Don't free {FROM,TO}NAME if it is {FROM,TO}FILE.
  60.  
  61. Fri May 21 13:23:32 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  62.  
  63.     * sysdeps/unix/i386/sysdep.S: Paste : onto syscall_error.
  64.  
  65.     * sysdeps/unix/configure: Use grep -i when looking for syscalls.
  66.     (unix_syscall_h): Ignore syscall.h found in sysdeps/stub.
  67.     Remove __setpgrp from list of syscalls.
  68.  
  69.     * sysdeps/unix/Makefile ($(common-objpfx)sys/param.h): Write defn
  70.     for MAXHOSTNAMELEN.  The kludgemeister strikes again.
  71.  
  72.     * posix/Makefile (glob/ChangeLog): Use mv -f.
  73.  
  74.     * configure.in (os frobnication): Translate numbers separated by
  75.     `v's into numbers separated by dots.
  76.  
  77.     * sysdeps/unix/sysv/sco3.2.4/syscall.h: New file.
  78.  
  79.     * sysdeps/unix/sysv/sco3.2.4/__waitpid.S: Rewritten to do the
  80.     canonical wait3-style magic.
  81.  
  82.     * sysdeps/unix/sysv/sco3.2.4/{Makefile,Dist,sco_pgrp.S,
  83.     __getpgrp.c,__setpgrp.c,__setsid.c}: New files.
  84.  
  85.     * Makerules ($(common-objpfx)stub-$(subdir)): Add /dev/null to
  86.     inner sed command.
  87.  
  88.     * manual/Makefile ($(objpfx)%.info, $(objpfx)%.dvi): New rules.
  89.     ($(infodir)/libc.info): Take basename of each $<* before using it.
  90.     (glibc-targets): Add stubs.
  91.     (stubs, $(common-objpfx)stub-manual): New targets.
  92.  
  93.     * time/Makefile (distribute): Add yearistype.
  94.     * time/yearistype: New file.
  95.  
  96.     * sysdeps/unix/bsd/sequent/i386/__sigvec.S: Don't use ARGS_4
  97.     macro; just set %ecx to %esp instead.  Pop the stack before doing
  98.     the system call, so the add doesn't clear the condition codes.
  99.  
  100.     * sysdeps/unix/start.c [HAVE_GNU_LD]: Put `start' symbol alias
  101.     under [! NO_UNDERSCORES && ! __GNUC__].
  102.  
  103.     * sysdeps/unix/sysdep.h (C_LABEL): Use ## to paste NAME and : together.
  104.  
  105.     * sysdeps/unix/i386/sysdep.h (DO_CALL): Add missing backslash.
  106.  
  107. Thu May 20 18:01:15 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  108.  
  109.     * Makefile ($(+subdir_targets)): Remove old rule.  Replace with
  110.     static pattern rule to depend on DIR/TARGET for each subdir and target.
  111.     (all-subdirs-targets): Define variable to contain names of all
  112.     those targets.
  113.     ($(all-subdir-targets)): Define rule for these to do sub-make.
  114.  
  115.     * sysdeps/unix/sysv/sysv4/direct.h (D_NAMLEN): Subtract one for
  116.     the terminating null character.
  117.     * sysdeps/unix/sysv/sco3.2.4/direct.h (D_NAMLEN): Copy defn from
  118.     that file.
  119.  
  120. Thu May 20 11:02:59 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
  121.  
  122.     * sysdeps/posix/__getpgsz.c: New file.
  123.     * sysdeps/unix/sysv/sysv4/__getpgsz.c: New file, include the posix one.
  124.     * sysdeps/posix/__getdtsz.c: New file.
  125.     * sysdeps/unix/sysv/sysv4/__getdtsz.c: New file, include the posix one.
  126.  
  127.     * sysdeps/unix/sysv/sysv4/{__sysconf.c, __sysconfig.S,
  128.     sysconfig.h, Makefile, Dist}: New files.
  129.  
  130.     * sysdeps/generic/confname.h (enum for sysconf): Add _SC_PAGESIZE.
  131.     * sysdeps/posix/__sysconf.c: Include stddef.h.
  132.     (__getpagesize): Declare.
  133.     (__sysconf, case _SC_PAGESIZE): Call __getpagesize.
  134.  
  135. Wed May 19 14:03:07 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  136.  
  137.     * manual/Makefile (routines, aux, sources, objects, headers):
  138.     Define empty.
  139.  
  140.     * Makeconfig (infodir): Define.
  141.     * Makefile (+other_dirs): Add manual.
  142.     * manual/Makefile: Include ../Makeconfig if it exists.
  143.     (subdir): Export it.
  144.     (find-includes): Output variable name is $(@F), not $@.
  145.     (distribute): Export it.
  146.     (mostlyclean, distclean, realclean, clean, subdir_clean): New targets.
  147.     (install, subdir_install): New targets.
  148.     (infodir, prefix, INSTALL_DATA, INSTALL): Define vars if undefined.
  149.     ($(infodir)/libc.info): New target.
  150.     (dist): Use ../Make-dist if it exists.
  151.     (glibc-targets): New variable.
  152.     ($(glibc-targets)): Make no-op targets.
  153.  
  154.     * config.guess: New file, maintained by Cygnus.
  155.     * configure.in: Move AC_PREPARE before arg lossage check.
  156.     If $target is unset, try setting it from config.guess.
  157.     * Makefile (distribute): Add config.guess.
  158.  
  159.     * inet/getnetbyad.c: Change first arg type to int32_t.
  160.     * inet/inet_mkadr.c: Change arg types to u_int32_t.
  161.     * inet/inet_lnaof.c: Change return type to u_int32_t.
  162.     * inet/inet_net.c: Likewise.
  163.     * inet/inet_netof.c: Likewise.
  164.     * inet/res_send.c, inet/res_query.c, inet/res_mkqry.c,
  165.     inet/res_init.c, inet/res_debug.c, inet/res_comp.c,
  166.     inet/inet_addr.c, inet/herror.c, inet/gethstnmad.c, inet/resolv.h,
  167.     inet/netdb.h, inet/arpa/nameser.h, inet/arpa/inet.h:
  168.     Snarfed latest code from BIND 4.9.1.
  169.     * inet/sys/bitypes.h: New file.
  170.     * conf/portability.h: New file.
  171.     * inet/Makefile (headers): Add sys/bitypes.h.
  172.     (distribute): Define to ../conf/portability.h.
  173.  
  174.     * mach/__msg_destroy.c: Renamed to __msg_dest.c.
  175.     * mach/mig_syms.c: Renamed from mig_support_syms.c.
  176.     Added symbol alias for mig_strncpy.
  177.     * mach/__mig_strncpy.c: Renamed to mig_strncpy.c.
  178.     * mach/mig_strncpy.c: File removed.
  179.     * mach/Makefile (routines): Remove __mig_strncpy; change
  180.     mig_support_syms to mig_syms; change __msg_destroy to __msg_dest.
  181.  
  182.     * sysdeps/posix/Makefile: Replace instances of `objpfx' and
  183.     `objdir' with `common-objpfx' and `common-objdir'.
  184.  
  185. Mon May 17 16:29:29 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  186.  
  187.     * time/asctime.c: Replace ` %2d' with `%3d' in FORMAT.
  188.     (asctime): Check return from sprintf being <0, not <25.
  189.  
  190.     * sysdeps/unix/opendir.c: Include <stdio.h> for BUFSIZ.
  191.  
  192.     * sysdeps/unix/i386/sysdep.h (PSEUDO): Put ; after DO_CALL use.
  193.  
  194.     * sysdeps/i386/ffs.c: Use `nonzero' for asm label, instead of `1f'.
  195.  
  196. Sun May 16 17:59:58 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  197.  
  198.     * sysdeps/unix/bsd/sequent/i386/__sigvec.S: Don't get fancy with
  199.     xchg; just push $trampoline and then push our args again, pop them
  200.     after the system call.
  201.  
  202.     * time/tzfile.c (__tzfile_default): Don't assume TYPES[0] is
  203.     standard and TYPES[1] is DST.  Instead, loop through all types:
  204.     if a type's isdst flag is set, set its idx to STDLEN and its
  205.     offset to DSTOFF; if isdst is clear, set its idx to 0 and its
  206.     offset to STDOFF.
  207.  
  208.     * time/__tzset.c: When __tzfile_default returns having set
  209.     __use_tzfile, set __tzset_run before returning.
  210.  
  211.     * sysdeps/posix/sleep.c: Block SIGALRM with sigprocmask before
  212.     changing its handler.  Use sigaction instead of signal to set the
  213.     handler.  Use sigsuspend to restore the blocked signals and pause
  214.     atomically, instead of using pause.  Be sure to disable the alarm
  215.     when a signal other than SIGALRM wakes sigsuspend.
  216.  
  217.     * time/Makefile (zic-cmd): Put the directory before the nondirectory.
  218.  
  219.     * Makerules (stubs): Remove surrounding `ifdef +depfiles'...`endif'.
  220.  
  221.     * time/Makefile: Include ../Makeconfig before trying to use $(objpfx).
  222.  
  223.     * time/tzfile.c (__tzfile_compute): When there are transitions and
  224.     TIMER is not before the first one, find the first transition after
  225.     TIMER, and then set I to the type of the transition before it.
  226.     Set INFO from types[I], not types[type_idxs[I]].
  227.  
  228.     * posix/Makefile (glob/configure): cd to glob before running autoconf.
  229.  
  230.     * time/__tzset.c (compute_change): Don't add 1900 to YEAR.
  231.     (__tz_compute): Add 1900 to the year we pass to compute_change.
  232.  
  233.     * time/gmtime.c: After calling __offtime, zero tm_gmtoff and set
  234.     tm_zone to "GMT".
  235.  
  236.     * time/time.h [__OPTIMIZE__]: Remove gmtime macro version.
  237.  
  238.     * time/tzfile.c (__tzfile_default): Fail if NUM_TYPES < 2, not if
  239.     NUM_TYPES != 2.
  240.  
  241.     * time/tzfile.c (__tzfile_compute): Don't take arg TM.
  242.     Instead take new args long int *LEAP_CORRECT and int *LEAP_HIT.
  243.     Don't apply leap second correction to __timezone; instead set
  244.     *LEAP_CORRECT and *LEAP_HIT.
  245.     * time/__tzset.c (tzset_run): Renamed to __tzset_run, made global.
  246.     (__tzset): Change uses.
  247.     (__tz_compute): Change use here as well.
  248.     Make second arg be a `const struct tm *'.  Don't call __tzfile_compute.
  249.     * time/localtime.c: Call __tzset if __tzset_run is clear.
  250.     New local vars LEAP_CORRECTION and LEAP_EXTRA_SECS.
  251.     If __use_tzfile is set, call __tzfile_compute and pass it their
  252.     addresses.  Only need to call gmtime if __use_tzfile is clear.  If
  253.     it is clear, pass result of gmtime to __tz_compute, instead of
  254.     dereferencing it first; and zero LEAP_CORRECTION and LEAP_EXTRA_SECS.
  255.     Subtract LEAP_CORRECTION from __timezone in __offtime call.
  256.     After __offtime, add LEAP_EXTRA_SECS to TP->tm_sec.
  257.  
  258.     * sysdeps/generic/strsep.c: Increment END when writing a null to
  259.     it, and set *STRINGP to END rather than END+1, so *STRINGP never
  260.     points past the null.
  261.  
  262. Sat May 15 17:10:02 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  263.  
  264.     * time/strftime.c: Alphabetize switch cases.
  265.     Add GNU extensions %h, %C, %k, %l.
  266.  
  267.     * time/asctime.c: Make RESULT big enough for each %d to be 2^64.
  268.     Protect against tm_wday and tm_mon being out of bounds; use "???"
  269.     if they are.
  270.  
  271.     * time/{emkdir,ialloc,scheck,zic,zdump}.c: New versions from ADO.
  272.  
  273.     * time/africa, time/antarctica, time/asia, time/australasia,
  274.     time/europe, time/northamerica, time/southamerica,
  275.     time/pacificnew, time/etcetera, time/factory, time/systemv,
  276.     time/solar87, time/solar88, time/solar89, time/leapseconds:
  277.     Updated from Arthur David Olsen's latest.
  278.  
  279.     * sysdeps/generic/__expm1.c, sysdeps/generic/asinh.c,
  280.     sysdeps/generic/exp__E.c, sysdeps/generic/log.c,
  281.     sysdeps/generic/log1p.c, sysdeps/generic/mathimpl.h,
  282.     sysdeps/generic/pow.c, sysdeps/mach/hurd/__ioctl.c,
  283.     sysdeps/mach/hurd/stdio_init.c, sysdeps/unix/bsd/clock.c: Put
  284.     `const' qualifier always after storage classes.
  285.  
  286.     * sysdeps/unix/bsd/sequent/i386/__sigvec.S (trampoline): Use
  287.     `call', not `jsr'.
  288.     (__sigvec): Exchange the scratch reg with 16(%esp) (fourth arg
  289.     slot), not 0(%esp) (return PC slot).  Use ARGS_4 to point the
  290.     syscall at the args.
  291.  
  292.     * sysdeps/unix/common/__getgrps.c: When gid_t==int, and SIZE!=0,
  293.     return N from __bsd_getgroups.
  294.  
  295.     * posix/unistd.h (__need_NULL): Define before including <stddef.h>.
  296.     1003.1-1990 2.7.1 says it should be here.
  297.  
  298. Sat May 15 14:54:25 1993  Noah Friedman  (friedman@nutrimat.gnu.ai.mit.edu)
  299.  
  300.         * time/__tzset.c (compute_change): Add 1900 to YEAR, not 1970.
  301.  
  302. Fri May 14 21:24:19 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
  303.  
  304.     * sysdeps/unix/sysv/sysv4/solaris2/start.c: Define NO_EXPLICIT_START.
  305.     * sysdeps/unix/sparc/start.c [NO_EXPLICIT_START]: Don't asm
  306.     `_start' into `start' (e.g., for Solaris).
  307.  
  308.     * sysdeps/unix/sysv/sysv4/solaris2/sysdep.h: New file.
  309.  
  310. Fri May 14 19:34:54 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  311.  
  312.     * malloc/Makefile: Remove depend-malloc dependency on malloc/gmalloc.c.
  313.  
  314.     * posix/Makefile (headers): Add sys/unistd.h.
  315.     * posix/sys/unistd.h: New file, just includes <unistd.h>.
  316.  
  317.     * sysdeps/unix/common/glue-ctype.c (main): Define generated array
  318.     as `unsigned char' rather than `char'.
  319.  
  320.     * sysdeps/unix/start.c [__GNUC__]: Use asm frob to make `start'
  321.     asm name of _start.
  322.  
  323.     * sysdeps/unix/opendir.c [! _STATBUF_ST_BLKSIZE]: Don't fstat and
  324.     use st_blksize; try BUFSIZ instead.
  325.  
  326.     * sysdeps/unix/Makefile (ioctls): Don't use sed to remove final |
  327.     from snarf-ioctls output; just append a dummy alternative instead.
  328.  
  329.     * sysdeps/posix/__wait3.c: Fix arg types.
  330.  
  331.     * Makerules ($(common-objpfx)stub-$(subdir)): Use @ for sed
  332.     separator char.  Pass extra file /dev/null in case `...` gets empty.
  333.  
  334.     * sysdeps/unix/sysdep.h (C_LABEL): Define new macro.
  335.     * sysdeps/unix/i386/sysdep.h (ENTRY): Use it.
  336.     * sysdeps/unix/sparc/sysdep.h (ENTRY): Likewise.
  337.     * sysdeps/unix/sparc/__brk.S: Use C_LABEL and ENTRY instead of
  338.     C_SYMBOL_NAME.
  339.     * sysdeps/unix/i386/__brk.S: Use C_LABEL instead of C_SYMBOL_NAME.
  340.  
  341. Fri May 14 17:41:42 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
  342.  
  343.     * sysdeps/mips/sqrt.c [HAVE_GNU_AS]: Use the IEEE 754 version of
  344.     sqrt since gas can't handle the `sqrt.d' synthetic instruction.
  345.  
  346. Fri May 14 16:33:47 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  347.  
  348.     * stdio/Makefile (routines): Add tempname.
  349.  
  350.     * sysdeps/unix/common/make_siglist.c: #define const to empty
  351.     around #include of <signal.h>.
  352.  
  353.     * sysdeps/unix/errnos.awk: Surround generated `DO' macro calls
  354.     with #ifdef on the E* symbol.
  355.  
  356.     * sysdeps/unix/common/make_siglist.c [! HAVE_SYS_SIGLIST &&
  357.     HAVE__SYS_SIGLIST]: Define sys_siglist to _sys_siglist.
  358.  
  359.     * termios/Makefile (headers): Add termbits.h.
  360.  
  361.     * posix/Makefile (headers): Add waitflags.h and waitstatus.h.
  362.  
  363.     * math/math.h (struct __complex): Rename to struct __cabs_complex.
  364.     __complex is now a reserved word in GCC.
  365.     * sysdeps/generic/cabs.c (cabs): Likewise.
  366.     * sysdeps/ieee754/cabs.c (cabs, z_abs): Likewise.
  367.  
  368.     * sysdeps/unix/common/glue-ctype.c: Test for _ctype__ before _ctype_.
  369.  
  370.     * posix/Makefile (headers): Add confname.h.
  371.  
  372. Thu May 13 00:25:53 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  373.  
  374.     * ctype/Makefile (tags_sources): Don't define.
  375.     * MakeTAGS [subdir==ctype] (tags_sources): Put headers before sources.
  376.  
  377.     * time/__tzset.c (compute_change): Add 1970 to YEAR before using it.
  378.  
  379.     * sysdeps/unix/readdir.c: Pass a BASEP arg to __getdirentries.
  380.  
  381. Wed May 12 20:36:51 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  382.  
  383.     * Makefile (distribute): Add aclocal.m4.
  384.  
  385.     * dirent/list.c (test): Clear errno before readdir loop.  Complain
  386.     if errno is set thereafter.
  387.  
  388.     * sysdeps/unix/sysv/sysv4/solaris2/utsnamelen.h: New file.
  389.     * sysdeps/unix/sysv/sysv4/solaris2/__utimes.S: New file.
  390.     * sysdeps/unix/sysv/sysv4/solaris2/sigaltstack.S: New file.
  391.     * sysdeps/unix/sysv/sysv4/solaris2/Makefile: New file.
  392.  
  393.     * sysdeps/unix/bsd/sun/sparc/start.c: Moved to sysdeps/unix/sparc.
  394.     * sysdeps/unix/sparc/start.c: Moved from sysdeps/unix/bsd/sun/sparc.
  395.     Surround all shared library frobnication code with #ifndef NO_SHLIB.
  396.     * sysdeps/unix/sysv/sysv4/solaris2/start.c: New file.
  397.  
  398.     * configure.in (os = solaris[2-9]*): base_os=unix/sysv/sysv4.
  399.  
  400.     * sysdeps/sparc/setjmp.S: Include <sysdep.h>, not "DEFS.h".
  401.     Use ENTRY(__setjmp) instead of FUNC(___setjmp).
  402.  
  403.     * sysdeps/sparc/divrem.m4: [__svr4__]: Include <sys/trap.h>
  404.     instead of <machine/trap.h>.
  405.  
  406.     * sysdeps/sparc/__longjmp.S: Include <sysdep.h>, not "DEFS.h".
  407.     Use ENTRY(__longjmp) instead of FUNC(___longjmp).
  408.     [__svr4__]: Use <sys/trap.h> instead of <machine/trap.h>.
  409.  
  410.     * sysdeps/unix/i386/sysdep.h (C_SYMBOL_NAME, SYS_ify): Moved to
  411.     sysdeps/unix/sysdep.h.
  412.     * sysdeps/unix/sparc/sysdep.h: New file.
  413.     * sysdeps/unix/bsd/sun/sparc/sysdep.h: File removed.
  414.  
  415.     * sysdeps/unix/sparc/__brk.S: New file.
  416.     * sysdeps/unix/sparc/__brk.c: File removed.
  417.  
  418. Wed May 12 19:43:37 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  419.  
  420.     * malloc/cfree.c: Put malloc.h include in _MALLOC_INTERNAL conditional.
  421.  
  422. Wed May 12 16:24:23 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  423.  
  424.     * Makeconfig (+link): Put $(LDFLAGS) in the value.
  425.     * sysdeps/unix/bsd/sun/sparc/Makefile (LDFLAGS): Set it.
  426.  
  427.     * posix/glob.c: Move include <unistd.h> before dir includes.
  428.     [HAVE_UNISTD_H] [! POSIX] [_POSIX_SOURCE]: Define POSIX.
  429.  
  430.     * grp/initgroups.c [! NGROUPS_MAX || NGROUPS_MAX == 0]: Just
  431.     return 0 and do nothing.
  432.  
  433.     * sysdeps/unix/sysv/sco3.2.4/__{sys,path}conf.S: New files.
  434.     * posix/unistd.h: Include <confname.h>; remove _{SC,CS,PC}_* defns.
  435.     * sysdeps/generic/confname.h: New file.
  436.     * sysdeps/unix/sysv/sco3.2.4/confname.h: New file.
  437.  
  438.     * malloc/cfree.c: Include <malloc.h> instead of <stdlib.h>.
  439.     [_LIBC]: Use function_alias only under this conditional.
  440.     [! _LIBC] (cfree): Define a function that just calls free.
  441.  
  442.     * posix/Makefile (glob.tar): Depend on glob/ChangeLog.
  443.     (glob/configure): Just run autoconf, don't do a sub-make.
  444.     (glob/ChangeLog): New target.
  445.     (%.Z, %.z): New rules.
  446.  
  447. Mon May 10 16:56:09 1993  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
  448.  
  449.     * malloc/cfree.c: Put the meat of the file inside a "#if
  450.     defined(__GNU_LIBRARY__)" clause, so that gmalloc.c, which
  451.     incorporates this file, can be used outside of the C library.
  452.  
  453. Sun May  9 16:57:43 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  454.  
  455.     * stdio/fseek.c: Don't call __flshfp unless STREAM is writable.
  456.  
  457.     * string/tester.c (main): Remove unused variable.
  458.  
  459.     * sysdeps/unix/bsd/set[er][gu]id.c: New files.
  460.  
  461.     * sysdeps/unix/mk-local_lim.c (NAME_MAX): Define to 255 if undefined.
  462.  
  463.     * malloc/Makefile (malloc-dist): Add ChangeLog and mem-limits.h.
  464.     (malloc/ChangeLog): New rule using Noah's changelog-extract.
  465.     (malloc.tar): Use o flag to tar to make compatible archives.
  466.     (gmalloc-routines): Add calloc, valloc, and cfree.
  467.     (dist-routines): Remove [cv]alloc from here.
  468.     (routines): Remove cfree from here.
  469.  
  470. Fri May  7 16:45:54 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  471.  
  472.     * sysdeps/posix/ttyname.c: Replace fixed-sized NAME array with
  473.     static char *NAME and static size_t NAMELEN.
  474.     Don't check S_ISCHR.
  475.     Don't hack NAME before the loop.
  476.     If need more than NAMELEN chars to hold the name, increase NAMELEN
  477.     to more than big enough and malloc NAME.
  478.     Save errno in local var SAVE before doing anything; restore it
  479.     when returning non-error.
  480.  
  481.     * Makefile (generated): Add $(objpfx)stubs.h.
  482.     (README): New rule to call Make-dist to do the work.
  483.  
  484.     * mach/Makefile: Don't include mach-syscalls.mk if no_deps=t.
  485.  
  486.     * crypt/GNUmakefile (%.z): New rule for gzipping.
  487.     (crypt.tar): Use o flag to tar to make compatible archives.
  488.  
  489.     * Makeconfig: Find config.make in $(common-objpfx), not $(objpfx).
  490.  
  491.     * io/Makefile (headers): Remove filebits.h.
  492.  
  493.     * sysdeps/unix/sysv/sysv4/Dist: File removed.
  494.  
  495.     * Makefile (README): Move from here.
  496.     * Make-dist (README): To here.
  497.  
  498.     * sysdeps/unix/Makefile (sys/param.h): Don't depend on sys/.  It
  499.     was causing sys/param.h to be remade all the time.
  500.  
  501.     * aclocal.m4 (GLIBC_PROVIDES): Add shell comment about configure
  502.     being generated and not to be editted.
  503.  
  504.     * sysdeps/unix/swapon.S: Moved to sysdeps/unix/common.
  505.     * sysdeps/unix/configure: Add swapon to list of syscalls to check for.
  506.  
  507.     * sysdeps/unix/mk-local_lim.c: New file, modified from
  508.     sysdeps/unix/common/mk-local_lim.c.
  509.     * sysdeps/unix/common/Makefile: Move local_lim.h rules from here.
  510.     * sysdeps/unix/Makefile: Put them there.
  511.     (local_lim-CFLAGS): Define new variable.
  512.     (mk-local_lim): Replace $(native-compile) with its value plus
  513.     $(local_lim-CFLAGS).
  514.     * sysdeps/unix/common/Dist: Remove mk-local_lim.c.
  515.     * sysdeps/unix/Dist: Add it here.
  516.  
  517.     * Makerules (make-dummy-dep): New variable; canned command.
  518.     ($(objpfx)%.dep: {$(objpfx),}%.s): New rules using $(make-dummy-dep).
  519.     (sysd-Makefile): Write a $(objpfx)%.dep: $dir/%.s rule using it.
  520.  
  521.     * misc/ioctl.c: Replace function_alias with:
  522.     [HAVE_GNU_LD]: Use symbol_alias.
  523.     [! HAVE_GNU_LD]: Write out the function; it must fetch its third arg
  524.     with va_arg and then call __ioctl.
  525.  
  526. Thu May  6 14:56:16 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  527.  
  528.     * misc/sys/ioctl.h (__ioctl, ioctl): Changed prototype to take 2
  529.     args and ... rather than a 3rd __ptr_t arg.
  530.     * sysdeps/stub/__ioctl.c: Changed defn.
  531.  
  532.     * sysdeps/unix/bsd/sun/sunos4/tcflow.c: Include <sys/ioctl.h>.
  533.  
  534.     * sysdeps/unix/Makefile (make-ioctls-CFLAGS): Define as
  535.     -DHAVE_SYS_TERMIOS_H if $(sysincludedir)/sys/termios.h exists.
  536.     (make-ioctls): Replace command `$(common-objdir-compile)' with
  537.     that var's contents from Makerules, plus $(make-ioctls-CFLAGS).
  538.     * sysdeps/unix/ioctls-tmpl.c [HAVE_SYS_TERMIOS_H]: Get <sys/termios.h>.
  539.  
  540.     * misc/sys/ioctl.h: Include <sys/ttydefaults.h> after <ioctls.h>.
  541.  
  542.     * sysdeps/unix/bsd/sun/sunos4/speed.c (cfget[io]speed): Return the
  543.     raw speed, rather than using it as an index into `speeds'.
  544.     (cfset[io]speed): Treat SPEED being an index into `speeds' just as
  545.     if it were the value of that element.
  546.  
  547.     * termios/termios.h: Remove definitions of B[0-9]+ and EXT[AB].
  548.     * sysdeps/generic/termbits.h: Put them here instead.
  549.     * sysdeps/unix/bsd/sun/sunos4/termbits.h: Add new defns for those.
  550.  
  551.     * sysdeps/unix/Makefile (termbits-edit): If termbits.h is not the
  552.     generic version, set this to an | egrep command which filters out
  553.     symbols appearing in termbits.h.
  554.     (ioctls): Depend on $(sysincludedir)sys/termios.h if it exists.
  555.     Pass all deps after first to snarf-ioctls.
  556.     Put $(termbits-edit) in cmd line; it may be empty or a pipe.
  557.     Pipe through sort|uniq before tr (just to cut down on duplicates).
  558.  
  559.     * sysdeps/generic/Makefile, sysdeps/unix/Makefile: When deciding
  560.     whether to generate files whose stub versions are chosen, also
  561.     include the generation rules when the chosen directory is
  562.     $(common-objpfx), so they continue to be defined after running once.
  563.  
  564.     * sysdeps/posix/Makefile: Use patsubst instead of substition
  565.     references when the substitution or replacement contains a $.
  566.     Make has a bug (which I just fixed) with such substitution references.
  567.  
  568.     * posix/wait3.c: Fixed arg types in fn alias.
  569.     * posix/wait4.c: Likewise.
  570.  
  571.     * sysdeps/posix/Makefile: Remove vpath %.h line.
  572.     * Makerules: Add vpath %.h directive.
  573.  
  574.     * sysdeps/posix/Makefile (generated, before-compile): Add
  575.     $(common-objpfx)stdio_lim.h, not just plain stdio_lim.h.
  576.  
  577.     * Makerules (depend-$(subdir)): Put $(objpfx) in the output, not
  578.     its expansion.
  579.     (+make-deps): Add sed clause to translate the expansion of
  580.     $(objpfx) back into the variable reference.
  581.  
  582. Wed May  5 15:59:40 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  583.  
  584.     * sysdeps/unix/sysv/sco3.2/local_lim.h: New file.
  585.  
  586.     * sysdeps/unix/sysv/sco3.2/Makefile: New file
  587.     * sysdeps/unix/sysv/sco3.2/Dist: New file.
  588.     * sysdeps/unix/sysv/sco3.2/__fltused.c: New file.
  589.  
  590.     * sysdeps/unix/configure: New file.
  591.     * sysdeps/unix/inet/__select.S: Moved to sysdeps/unix/common.
  592.     This is because select is a call sysdeps/unix/configure wants to
  593.     check for, and it simplifies life for all those to be in unix/common.
  594.  
  595.     * sysdeps/tahoe/Implies: Remove $(bsdmath)tahoe line.
  596.  
  597.     * sysdeps/unix/sysv/sco3.2.4/{__sigact,__sigproc,
  598.     sigpending,sigsuspend}.S: New files.
  599.  
  600.     * Makefile (INSTALL): Depend on manual/maint.texi, not
  601.     manual/maint.texinfo.  Use -- instead of + for long options.
  602.  
  603.     * configure.in: After setting $sysnames initially and adding the
  604.     FPU directory, expand and uniquize the list with code that used to
  605.     be in find-sysdirs.  Make $sysnames blank-separated rather than
  606.     newline-separated.  Generalize loop iterating over $sysnames, so
  607.     it sets $uname and sources sysdep configure scripts.  Move
  608.     sys_siglist and ctype checks to sysdeps/unix/common/configure.in.
  609.     Set Make variable `config-sysdirs' to $sysnames in config.make,
  610.     and don't frob Sysnames or sysdirs files at all.
  611.     * find-sysdirs: File removed.
  612.     * Makefile (distribute): Remove find-sysdirs.
  613.     (sysd-dirs): Depend on config.make instead of config.make.
  614.     Use $(sysdirs) in place of `cat $<`.
  615.     * aclocal.m4: New file.
  616.     * sysdeps/unix/common/configure.in: New file, contains checks for
  617.     sys_siglist and ctype glue moved from top-level configure.in.
  618.     * Makerules (sysdirs, Sysnames): Rules removed.
  619.     Don't include sysdirs.
  620.     (sysdirs): Define variable from $(config-sysdirs).
  621.     (sysd-Makefile): Depend on config.make instead of sysdirs.
  622.     Use $(sysdirs) instead of filtering the sysdirs file.
  623.     * Make-dist (+sysdep-tsrcs): Include configure and configure.in
  624.     from sysdep dirs.
  625.     (dist.tar): Use o flag to tar for compatible archives.
  626.     (dist): Depend on foo.z instead of foo.Z.
  627.     ($(tardir){-crypt,}.tar.z): Renamed from .Z.
  628.     (%.z: %): New rule.
  629.     (%/configure: %/configure.in): New rule.
  630.  
  631. Mon May  3 17:45:06 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  632.  
  633.     * sysdeps/unix/sysv/sco3.2.4/__waitpid.S: New file.
  634.  
  635.     * sysdeps/unix/sysv/sco3.2.4/direct.h: New file.
  636.  
  637.     * sysdeps/unix/readdir.c: Moved from unix/bsd, rewritten to always
  638.     use __getdirentries and D_NAMLEN macro, no #ifdefs.
  639.     * sysdeps/unix/sysv/readdir.c, sysdeps/unix/bsd/bsd4.4/readdir.c,
  640.     sysdeps/unix/bsd/ultrix4/readdir.c,
  641.     sysdeps/unix/bsd/hp/m68k/readdir.c,
  642.     sysdeps/unix/bsd/sun/readdir.c: Files removed.
  643.     * sysdeps/unix/common/{close,open,rewind,seek,tell}dir.c: Moved to
  644.     sysdeps/unix.
  645.     * sysdeps/unix/sysv/direct.h: New file.
  646.     * sysdeps/unix/bsd/direct.h (D_NAMLEN): Define to use d_namlen.
  647.     * sysdeps/unix/sysv/sysv4/direct.h (D_NAMLEN): Define to calculate
  648.     from d_reclen.
  649.     * sysdeps/unix/__getdents.c: New file.
  650.     * sysdeps/stub/direct.h: New file.
  651.     * sysdeps/unix/bsd/Dist: Remove bsddir.h.
  652.     * sysdeps/unix/sysv/sysv4/readdir.c: Moved to unix/sysv.
  653.     * sysdeps/unix/sysv/sysv4/bsddir.h: Renamed to direct.h.
  654.     * sysdeps/unix/bsd/bsddir.h: Likewise.
  655.     * sysdeps/unix/common/opendir.c: Include "direct.h", not "bsddir.h".
  656.     * sysdeps/unix/sysv/sysv4/readdir.c: Likewise.
  657.     * dirent/Makefile (distribute): Define to include direct.h.
  658.  
  659.     * sysdeps/unix/common/opendir.c: Be sure to close FD if fcntl fails.
  660.  
  661.     * sysdeps/generic/memcopy.h: #include <sys/cdefs.h> and use __P
  662.     prototypes instead of EXFUN.
  663.  
  664.     * sysdeps/generic/memcmp.c (__ptr_t, const): Define as appropriate
  665.     conditional on [__cplusplus || __STDC__].
  666.  
  667. Thu Apr 29 21:48:37 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  668.  
  669.     * Makefile ($(libc.a)): Make this, not lib, depend on subdir_lib.
  670.  
  671.     * Makerules ($(objpfx)%.{o,dep} rules): Remove spurious / after
  672.     $(objpfx) in dependency patterns.
  673.  
  674.     * sysdeps/unix/bsd/sun/sparc/start.c (_start): Define with
  675.     `asm ("start")', so its asm name is `start' rather than `__start'.
  676.     Remove asm that did a `.set' pseudo-op, which Sun as seems not to grok.
  677.  
  678. Wed Apr 28 12:59:46 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  679.  
  680.     * sysdeps/stub/system.c: Return 0 if LINE is nil.
  681.  
  682.     * sysdeps/unix/__execve.S [!SYS_execve && SYS_exec]: Define
  683.     SYS_execve to be SYS_exec.
  684.  
  685.     * time/mktime.c: Include <sys/types.h>.
  686.  
  687. Mon Apr 26 17:10:21 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  688.  
  689.     * sysdeps/generic/memcmp.c: Deansideclized.
  690.     [HAVE_CONFIG_H]: Include "config.h".
  691.     [HAVE_STRING_H || _LIBC]: Put #include <string.h> under this.
  692.     [_LIBC]: Put #include <memcopy.h> under this conditional.
  693.     [! _LIBC]: Define op_t, OPSIZ, byte, and MERGE.
  694.  
  695.     * time/mktime.c: Define __isleap if not defined.
  696.  
  697. Fri Apr 23 18:08:33 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  698.  
  699.     * sysdeps/unix/sysv/__getdents.c: New file.
  700.     * sysdeps/unix/sysv/sysv4/sys_getdents.S: Moved to unix/sysv.
  701.     * sysdeps/unix/sysv/Makefile [subdir==dirent]: Add sys_getdents to
  702.     sysdep_routines.
  703.     * sysdeps/unix/sysv/Dist: Add sys_getdents.S.
  704.     * sysdeps/unix/sysv/sysv4/Dist: Remove it from here.
  705.     * sysdeps/unix/sysv/sysv4/Makefile: File removed.
  706.  
  707. Thu Apr 22 17:40:28 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  708.  
  709.     * sysdeps/unix/bsd/sony/newsos4/m68k/sysdep.h: New file.
  710.  
  711.     * sysdeps/generic/strsep.c: Set *STRINGP to END+1, not END.
  712.  
  713.     * configure.in (arg parsing): Grok --verbose and set verbose=yes.
  714.  
  715.     * sysdeps/sparc/{umul,mul}.S: Remove ' from ! comment.
  716.  
  717.     * sysdeps/sparc/Makefile (*.S): Find divrem.m4 in this sysdeps dir.
  718.  
  719.     * sysdeps/unix/bsd/sun/sunos4/speed.c (cfset[io]speed): Typo fix.
  720.  
  721.     * sysdeps/unix/bsd/sun/sparc/vfork.S: Use a sethi insn and %g1 as
  722.     a temporary, rather than expecting the address to fit into a short
  723.     jump.
  724.  
  725.     * sysdeps/unix/bsd/__fork.S: Moved to sysdeps/unix/__fork.S; we
  726.     want unix/MACHINE/__fork.S to come first.
  727.  
  728.     * sysdeps/unix/bsd/bsd4.4/__wait3.c: Make STAT_LOC type
  729.     `__WAIT_STATUS' (defined in <sys/wait.h>).
  730.     * sysdeps/unix/bsd/sun/sunos4/__wait4.c: Likewise.
  731.  
  732.     * signal/sigvec.c: Change args from `struct __sigvec *' to
  733.     `struct sigvec *' in function alias.
  734.  
  735.     * signal/sigproc.c: Make arg SET `const sigset_t *' in fn alias.
  736.  
  737.     * signal/sigaction.c: Change args from `struct __sigaction *' to
  738.     `struct sigaction *' in function alias.
  739.  
  740.     * sysdeps/unix/common/glue-ctype.c (main) [! TABLE]: Write just a
  741.     comment saying we don't know the table name, rather than barfing
  742.     with `TABLE' an undefined variable.
  743.  
  744.     * sysdeps/generic/printf_fp.c: Fixed test to chose %e format.
  745.     Make loop condition --J > 0; break out of loop when FPNUM < F.
  746.     After loop, use %e format iff J <= 0.
  747.  
  748.     * posix/glob/Makefile.in (.c.o): Put $(CFLAGS) last.
  749.     (glob.o): Depend on glob.c.
  750.     (fnmatch.o): Depend on fnmatch.c.
  751.  
  752. Wed Apr 21 12:40:03 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  753.  
  754.     * sysdeps/posix/Makefile (before-compile): Add stdio_lim.h.
  755.  
  756.     * configure.in (signed size_t test): Remove 's from rhs of AC_DEFINE.
  757.  
  758.     * stdio/internals.c (seek_to_target): If __stdio_check_offset
  759.     fails with ESPIPE, do nothing.
  760.  
  761.     * sysdeps/generic/printf_fp.c: For %e type, add K-1 to CUTOFF,
  762.     rather than K.
  763.     When there are no post-decimal digits, never write a decimal point
  764.     for a %g spec unless it had a # modifier.
  765.     Move K==-1 test to write decimal point before K==CUTOFF test to
  766.     round and write last digit.
  767.     Merge code for first post-decimal digit with code for remaining digits.
  768.     Move code to write leading fractional zeros inside K<0 test which
  769.     determines if any will be needed.
  770.     In decimal fraction notation code, use R10 temporary instead of
  771.     repeating (R * 10) twice.
  772.  
  773.     * stdio/fwrite.c: Only fail when __stdio_check_offset fails if it
  774.     failed with ESPIPE.  If offset==-1, don't change it or target.
  775.  
  776.     * sysdeps/posix/defs.c (stdstream): Rearrange initializers, as
  777.     FILE has been rearranged.  Set offset and target to -1, not 0.
  778.  
  779.     * sysdeps/posix/stdio_init.c: If STREAM isatty, set its seek
  780.     function to NULL.  Unix bites.
  781.  
  782.     * stdio/ungetc.c: Call __flshfp if linebuf_active or put_limit>buffer.
  783.  
  784.     * sysdeps/unix/bsd/sun/sparc/start.c [__GNUC__ < 2]: #error.
  785.  
  786.     * time/mktime.c: Deansideclized.
  787.     Don't include <errno.h> or <limits.h>; we don't need them.
  788.     [DEBUG] (printtm): Made static.
  789.     [HAVE_CONFIG_H]: Include "config.h".
  790.     [__GNU_LIBRARY__ || HAVE_LIMITS_H]: Surround #include <limits.h>
  791.     with these conditionals.
  792.  
  793.     * time/offtime.c (__mon_lengths): Move defn to mktime.c; replace
  794.     with extern decl.
  795.     * time/mktime.c (__mon_lengths): Define here; remove extern decl.
  796.  
  797. Mon Apr 19 18:42:59 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  798.  
  799.     * sysdeps/stub/tempname.c: New file.
  800.     * sysdeps/stub/sysd-stdio.c (__stdio_gen_tempname): Moved there.
  801.     * sysdeps/posix/tempname.c: New file.
  802.     * sysdeps/posix/sysd-stdio.c (__stdio_gen_tempname): Moved there.
  803.  
  804.     * stdio/fopen.c: Don't set the offset to zero.  That can falsely
  805.     give the impression that an unseekable object is seekable.
  806.  
  807.     * stdio/internals.c (__flshfp): Discard any pushed back character
  808.     first thing after sanity checks.
  809.     (__flshfp): Deconditionalize code to call the output-room
  810.     function; we always want to give it a chance to prime the stream.
  811.     Remove code that reset bufp if put_limit==buffer.  We want to let
  812.     the output-room function do that--that is priming the stream.
  813.  
  814. Fri Apr 16 12:24:21 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  815.  
  816.     * Makerules ($(libc.a)): Depend on lib-noranlib and have ranlib
  817.     command line.
  818.     (lib): Just depend on $(libc.a).
  819.  
  820.     * sysdeps/unix/bsd/sun/sparc/start.c (init_shlib): Use __environ,
  821.     not environ.
  822.  
  823.     * stdio/internals.c (__flshfp): Don't check that the buffer
  824.     actually contains anything when setting the put_limit to the end of
  825.     the buffer if linebuf_active.
  826.     (__flshfp): To write C into the buffer !FLUSH_ONLY, don't check
  827.     that bufp > buffer and get_limit == buffer.  Check against
  828.     put_limit unless linebuf_active (in which case check against the
  829.     real put_limit, fp->__buffer + fp->__bufsize).
  830.     (__flshfp): Bother to call the output-room function if !FLUSH_ONLY
  831.     or bufp > buffer and get_limit <= linebuf-corrected put_limit.
  832.     (__flshfp): Check for a NULL output-room function before checking
  833.     if C will fit in the buffer.
  834.     (flushbuf): After putting C into the buffer,
  835.     set BUFFER_WRITTEN to zero and goto end instead of returning.
  836.  
  837.     * stdio/ungetc.c: Test STREAM->__pushed_back before flushing the
  838.     STREAM if it's writable.
  839.  
  840.     * posix/glob.c, posix/fnmatch.c: Surround code with 
  841.     #if defined (_LIBC) || !defined (__GNU_LIBRARY__)
  842.  
  843. Thu Apr 15 19:35:59 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  844.  
  845.     * string/tester.c (main): Added tests for strsep.
  846.  
  847.     * sysdeps/ieee754/frexp.c: New file.
  848.  
  849. Wed Apr 14 12:49:10 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  850.  
  851.     * Makerules (ar-it): Add c flag to ar commands.
  852.  
  853.     * posix/glob.c [USG, NeXT]: Don't test these.
  854.     [HAVE_STRING_H]: Test this to include string.h and define ANSI_STRING.
  855.     [HAVE_MEMORY_H]: Test this instead of NEED_MEMORY_H.
  856.     [! ANSI_STRING]: Put decls of bcopy and #define of memcpy et al here.
  857.  
  858.     * posix/fnmatch.c [HAVE_CONFIG_H]: #include "config.h".
  859.  
  860. Mon Apr 12 16:34:53 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  861.  
  862.     * posix/glob.c: Rationalize directory header conditionals.
  863.  
  864. Sun Apr 11 18:53:50 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  865.  
  866.     * stdio/internals.c: Remove __libc_fatal.
  867.     * sysdeps/stub/sysd-stdio.c: Remove __stdio_errmsg.
  868.     * sysdeps/posix/sysd-stdio.c: Likewise.
  869.     * sysdeps/stub/libc_fatal.c, sysdeps/posix/libc_fatal.c: New files.
  870.     * stdio/Makefile (routines): Add libc_fatal.
  871.  
  872.     * stdio/stdio.h (FILE): Add new member `__linebuf_active' (flag).
  873.     Rearranged order of members slightly.
  874.     * stdio/setvbuf.c: Clear the linebuf_active flag.
  875.     * stdio/fseek.c: Likewise.
  876.     * stdio/internals.c (__flshfp): Test linebuf_active, not linebuf,
  877.     to decide to reset put_limit before calling the output-room function.
  878.     After calling it, if line-buffered, set put_limit to the
  879.     beginning of the buffer and set the linebuf_active flag.
  880.     (__fillbf): If linebuf_active is set, reset put_limit to the end
  881.     of the buffer, and clear the flag.
  882.  
  883.     * stdio/ungetc.c: If STREAM is writable and has something in its
  884.     buffer, flush it.
  885.  
  886.     * stdio/internals.c (__fillbf): When flushing all line-buffered
  887.     streams, don't test for their put_limits being > than their
  888.     buffers.  We should let __flshfp figure it out.
  889.  
  890.     * stdio/setvbuf.c: Always set the put_limit to the beginning of
  891.     the buffer.
  892.  
  893.     * stdio/stdio.h    (__putc): Rewritten to remove all knowledge of
  894.     magic for line-buffered streams.  It now always calls __flshfp when
  895.     the bufp hits the put_limit.
  896.  
  897.     * stdio/fwrite.c: When recalculating BUFFER_SPACE after calling
  898.     __flshfp, ignore the put_limit for the sake of line-buffered streams.
  899.  
  900.     * stdio/fseek.c (fseek): Call __flshfp on STREAM unconditionally.
  901.     We don't want to try to put the conditions for when it is
  902.     necessary here as well.
  903.  
  904.     * sysdeps/generic/printf_fp.c: When deciding whether to use %e
  905.     format for %g, break out of the loop on J as soon as F reaches
  906.     FPNUM; after the loop, set TYPE to 'e' if J<0, meaning we went all
  907.     the way through.
  908.  
  909.     * misc/getpass.c (TCSASOFT): Define to 0 if undefined.
  910.     (getpass): Use a variable OUT to store the stream where output goes.
  911.     Use a variable NREAD to notice how much was read; if the last char
  912.     in the buffer is a newline, clobber it to a null terminator.
  913.  
  914.     * posix/fnmatch.h [__cplusplus || __STDC__]: Don't #define const.
  915.  
  916. Thu Apr  8 19:29:37 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  917.  
  918.     * stdio/tst-printf.c (main): Added some floating-point tests.
  919.  
  920.     * sysdeps/unix/bsd/sequent/i386/__sigvec.S: New file.
  921.  
  922.     * sysdeps/unix/sysv/i386/__sigret.S: Moved to sysdeps/unix/i386.
  923.     Use DO_CALL instead of magic.
  924.  
  925.     * sysdeps/unix/bsd/i386/__wait3.S: Use DO_CALL instead of magic.
  926.     Use scratch instead of %ecx and r1 instead of %edx.
  927.  
  928.     * sysdeps/unix/bsd/i386/__vfork.S: Rewritten to not use SYSCALL__.
  929.     Use DO_CALL instead, and save the return PC in a register around
  930.     the trap.
  931.  
  932.     * sysdeps/unix/i386/sysdep.h (DO_CALL): New macro to do syscall trap.
  933.     (PSEUDO): Use it instead of putting the code here.
  934.  
  935.     * stdio/vfprintf.c (number): Write "0x" before padding, not after.
  936.  
  937.     * sysdeps/unix/bsd/sequent/i386/sysdep.h: New file.
  938.  
  939.     * sysdeps/unix/bsd/__setuid.c: #include <sys/types.h>.
  940.     Change argument type to uid_t.
  941.     * sysdeps/unix/bsd/__setgid.c: #include <sys/types.h>.
  942.     Change argument type to gid_t.
  943.  
  944.     * sysdeps/unix/common/__getgrps.c: Restore errno after erroneous
  945.     syscall failure.
  946.  
  947.     * stdio/tst-printf.c (fp_test): New function, batch of tests from
  948.     a bug report.
  949.     (main): Call it.
  950.  
  951. Wed Apr  7 17:17:17 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  952.  
  953.     * sysdeps/generic/pow.c (pow_p): Don't initialize K; was a dead store.
  954.  
  955. Mon Apr  5 21:17:58 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  956.  
  957.     * sysdeps/unix/common/__getgrps.c: If __bsd_getgroups returns an
  958.     error and SIZE==0, alloc temp space for NGROUPS_MAX elts and call
  959.     it again on that, so we can find the number of groups.
  960.  
  961.     * stdio/__vfscanf.c (input_error): If DONE is nonzero, return it;
  962.     else return EOF.
  963.     (%c): Don't check for C==EOF at the end; let the following spec get it.
  964.     (%[eEfgG]): EOF after sign is conv_error, not input error.
  965.  
  966.     * sysdeps/unix/common/__getgrps.c: If gid_t==int, pass LIST to
  967.     __bsd_getgroups, not NULL.
  968.     No error for SIZE > NGROUPS_MAX.
  969.  
  970. Sun Apr  4 18:52:34 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  971.  
  972.     * sysdeps/unix/{bsd,sysv}/i386/Implies: Files removed.
  973.     They should no longer be necessary, since configure now tries more
  974.     sysdeps directory permutations.
  975.  
  976.     * sysdeps/unix/bsd/{i386,sun/sparc,hp/m68k,ultrix4/mips}/__set[ug]id.S:
  977.     Files removed.  They should no longer be necessary, since the new
  978.     sysdeps scheme should find unix/bsd/__set[gu]id.c before
  979.     unix/__set[gu]id.S.
  980.  
  981.     * sysdeps/unix/i386/__pipe.S: Use r1 in place of %edx and scratch
  982.     in place of %ecx.
  983.     * sysdeps/unix/i386/__wait.S: Likewise.
  984.     * sysdeps/unix/i386/__fork.S: Use r1 in place of %edx and r0 in
  985.     place of %eax.
  986.     * sysdeps/unix/i386/__vfork.S: Likewise.
  987.     * sysdeps/unix/i386/sysdep.h (scratch): #define as %ecx.
  988.     * sysdeps/unix/sysv/i386/linux/sysdep.h: Likewise.
  989.  
  990.     * configure.in ($uname = generic): Set kernel_{version,release} to
  991.     empty before all else.
  992.     If /vmunix doesn't exist, try grovelling over /dynix instead.
  993.  
  994.     * sysdeps/unix/Makefile (syscall.h): Double $ in sed cmd.
  995.  
  996. Fri Apr  2 15:15:44 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  997.  
  998.     * configure.in (config_vars): New variable; text to go in config.make.
  999.     Use AC_HEADER_EGREP to grovel stdarg.h for __gnuc_va_list and set
  1000.     stdarg.h in config_vars if we find it.
  1001.  
  1002.     * sysdeps/unix/bsd/sun/sunos4/tcsendbrk.c,
  1003.     sysdeps/unix/bsd/sun/sunos4/tcflow.c,
  1004.     sysdeps/unix/bsd/sun/sunos4/tcflush.c,
  1005.     sysdeps/unix/bsd/sun/sunos4/tcsetattr.c,
  1006.     sysdeps/unix/bsd/sun/sunos4/__tcgetatr.c: New files.
  1007.  
  1008.     * sysdeps/unix/Makefile (syscall.h): Add sed cmd to terminate
  1009.     unterminated comments at the ends of lines.
  1010.  
  1011.     * sysdeps/posix/getcwd.c: Deansideclized and added four tons of
  1012.     portability goop.
  1013.  
  1014. Mon Mar 29 13:18:43 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1015.  
  1016.     * sysdeps/unix/bsd/sun/sunos4/speed.c: New file.
  1017.  
  1018.     * sysdeps/generic/termbits.h: New file, contents taken from termios.h.
  1019.     * termios/termios.h: Remove type & macro defns; #include <termbits.h>.
  1020.     [__OPTIMIZE__] (cf[gs]et[io]speed): Remove macro versions.  They
  1021.     just cause trouble because they want to be in termbits.h (since
  1022.     they are sysdep) and also to come after the prototypes (which must
  1023.     come after termbits.h to get speed_t and struct termios defined).
  1024.     The optimization was insignificant anyway.
  1025.     * termios/speed.c: Moved to sysdeps/generic.
  1026.  
  1027.     * termios/cfsetspeed.c: Call cfset[io]speed, rather than doing it
  1028.     ourselves.
  1029.  
  1030.     * time/__tzset.c (tz_rule): Make member `secs' not a bitfield.
  1031.     (compute_change): Complete rewrite; code basically stolen from
  1032.     localtime3/localtime.c:transtime.
  1033.     #include "tzfile.h" for SECSPERDAY; #define NOID first.
  1034.  
  1035.     * sysdeps/unix/bsd/i386/__vfork.S: Don't try to #include __fork.S.
  1036.     Instead, copy that code here and change `fork' to `vfork'.
  1037.  
  1038.     * Makeconfig (+default_cflags): Rename to default_cflags.
  1039.     (+cflags): Use that name.
  1040.  
  1041.     * Makefile (configure): New rule.
  1042.  
  1043. Sun Mar 28 16:12:33 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  1044.  
  1045.     * posix/fnmatch.c (case '*'): Before final loop, fold C1, rather
  1046.     than foling *P before it goes into C1.  C might need folding instead.
  1047.  
  1048.     * posix/Makefile (tests): Add testfnm.
  1049.     * posix/testfnm.{c,args}: New files.
  1050.  
  1051. Fri Mar 26 15:04:27 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1052.  
  1053.     * time/mktime.c: Wholly new implementation from Noel Cragg.
  1054.  
  1055.     * sysdeps/unix/bsd/sun/__sigret.S: New file.
  1056.     * sysdeps/unix/bsd/sun/m68k/{Makefile,Dist}: New files.
  1057.     * sysdeps/unix/bsd/sun/m68k/{sigcontext.h,sigtramp.c}: New files.
  1058.     * sysdeps/unix/bsd/sun/sparc/__sigvec.S: Moved to sysdeps/unix/bsd/sun.
  1059.  
  1060.     * Makefile (clean): Remove sysd-Makefile, sysd-dirs, sysdirs
  1061.     (distclean): New target.
  1062.     * sysdeps/unix/common/Makefile (generated): Add local_lim.h,
  1063.     mk-local_lim, glue-ctype, glue-ctype.c, siglist.c, make_siglist.
  1064.     * sysdeps/generic/Makefile (generated): Add bytesex.h,
  1065.     det_endian, siglist.c, make_siglist.
  1066.     * sysdeps/unix/Makefile (generated): Add errnos.h, errnos,
  1067.     make-errnos, make-errnos.c, ioctls.h, ioctls, make-ioctls,
  1068.     make-ioctls.c, errlist.c, make_errlist, syscall.h, sys/param.h,
  1069.     param.h.c, param.h.dep, $(sys/param.h-includes).
  1070.  
  1071.     * misc/Makefile (extra-objs): Define new var to include bsd-compat.o.
  1072.  
  1073. Fri Mar 26 14:53:30 1993  Michael John Haertel  (mike@skinner.cs.uoregon.edu)
  1074.  
  1075.     * malloc/malloc.c (malloc): Start searching at _heapindex, not
  1076.     MALLOC_SEARCH_START.
  1077.     * malloc/malloc.h (MALLOC_SEARCH_START): Macro removed.
  1078.     * malloc/realloc.c (realloc): When malloc returns NULL, handle the
  1079.     case of the block we need to unfree (which was just freed) having
  1080.     been coalesced with its neighbors.
  1081.  
  1082. Thu Mar 25 13:40:17 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1083.  
  1084.     * Rules (all): Depend on others.
  1085.  
  1086.     * time/Makefile (zonenames): Change target to $(objpfx)zonenames.
  1087.     Make the generated file prepend $(objpfx) to 
  1088.     Include that instead of zonenames.
  1089.     (zones-%): Change target to $(objpfx)zones-%.
  1090.  
  1091.     * Makefile ($(objpfx)Mcrt1.o): Put temporary Mcrt1.c file in
  1092.     $(objdir), rather than the current directory.
  1093.  
  1094.     * configure.in (arg parsing): Recognize `--exec-prefix' rather
  1095.     than `--exec_prefix'.
  1096.  
  1097.     * Rules (mostlyclean): Remove the .o files for $(tests) and $(others).
  1098.     Remove $(objpfx)depend-$(subdir).
  1099.     (clean): Remove $(extra-objs).
  1100.     * Makefile (clean): Remove $(install-lib) from $(objdir).
  1101.     Don't try to remove ansi/ and trad/ or dist.tar or lint.out.
  1102.     Remove $(objpfx)depend-.
  1103.     * time/Makefile (extra-objs): Define new var.
  1104.     * malloc/Makefile (extra-objs): Likewise.
  1105.  
  1106.     * Rules (+objs): Variable removed.
  1107.     (clean): Use $(objects) in place of $(+objs).
  1108.  
  1109.     * sysdeps/unix/Makefile (sys/param.h-includes): Move all this
  1110.     outside of ifeq ($(subdir),misc).
  1111.     Fixed sed command to filter out [hn]to[nh][sl].
  1112.     (sys/param.h-includes): New target; dep on $(sys/param.h-includes).
  1113.  
  1114.     * posix/fnmatch.h [!_POSIX_C_SOURCE || ...]: Make this test
  1115.     _GNU_SOURCE, not _BSD_SOURCE; these are our extensions, not theirs.
  1116.     (FNM_CASEFOLD): New bit.
  1117.     (__FNM_FLAGS): Removed macro.
  1118.     * posix/fnmatch.c (fnmatch): Don't test for bogus flag bits; who cares?
  1119.     (FOLD): New macro to casefold a char if FNM_CASEFOLD.
  1120.     Use it to fold all chars before comparison.
  1121.  
  1122. Wed Mar 24 16:09:26 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1123.  
  1124.     * malloc/Makefile (malloc/%.c, malloc/%.h): Rules removed.
  1125.  
  1126.     * stdio/stdio.h (fopencookie): Rename parameter IO_FUNCTIONS to
  1127.     IO_FUNCS.  The former conflicted with a typedef name, which ist
  1128.     verboten.
  1129.  
  1130.     * time/sys/time.h (enum __itimer_which): Remove trailing comma.
  1131.  
  1132. Mon Mar 22 15:35:54 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1133.  
  1134.     * malloc/malloc.h [_MALLOC_INTERNAL]
  1135.     [__GNU_LIBRARY__ || STDC_HEADERS || USG] (memmove): Define in
  1136.     terms of bcopy.
  1137.     * malloc/malloc/gmalloc-head.c: Redo previously undone change.
  1138.  
  1139. Thu Mar 18 04:59:21 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1140.  
  1141.     * malloc/malloc/gmalloc-head.c: Undo previous change.
  1142.  
  1143. Wed Mar 17 12:22:21 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1144.  
  1145.     * mach/mach.h: New file.
  1146.  
  1147.     * Rules (clean): Remove $(generated), not $(clean-extras).
  1148.     (subdir_echo-distinfo): Use $(generated) instead of $(dont_distribute).
  1149.     (generated): Export this instead of dont_distribute.
  1150.     * stdlib/Makefile (generated): Set this, not dont_distribute.
  1151.     * sysdeps/posix/Makefile: Likewise.
  1152.     * sysdeps/unix/sysv/Makefile: Likewise.
  1153.     * sysdeps/unix/Makefile: Likewise.
  1154.     * Makefile (generated): Export this instead of dont_distribute.
  1155.     (parent_echo-distinfo): Use $(generated) instead of $(dont_distribute).
  1156.     * Make-dist (+tsrcs): Filter out $(generated), not $(dont_distribute).
  1157.  
  1158.     * mach/mach_init.h (__mach_task_self): Define so as not an lvalue.
  1159.     (mach_task_self): Surround defn with parens.
  1160.  
  1161.     * sysdeps/unix/Makefile (sys/param.h): Put "#include <endian.h>" in.
  1162.     ($(sys/param.h-includes)): Edit out #define's of *_ENDIAN and
  1163.     BYTE_ORDER.
  1164.  
  1165.     * stdlib/tst-strtol.c (tests): Fully bracket initializers.
  1166.  
  1167.     * stdio/bug4.c: Change #ifdef LIBC to #ifdef _LIBC.
  1168.  
  1169.     * misc/progname.c (set_progname): Make a useless reference to
  1170.     set_progname to avoid a `defined but not used' warning.
  1171.  
  1172.     * sysdeps/mach/i386/start.c (_cthread_{init,exit}_routine): Remove
  1173.     `extern'; these want to be uninitialized common defns.
  1174.  
  1175. Mon Mar 15 18:41:05 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  1176.  
  1177.     * sysdeps/unix/bsd/__times.c (timeval_to_clock_t): Put __inline
  1178.     before storage class in defn.
  1179.  
  1180.     * sysdeps/unix/sysv/signum.h (SIG_ERR, SIG_DFL, SIG_IGN): Cast
  1181.     values to __sighandler_t, rather than obsolete ansidecl magic.
  1182.  
  1183.     * sysdeps/unix/__execve.S [!SYS_execve && SYS_exece]: Define
  1184.     SYS_execve to be SYS_exece.
  1185.  
  1186.     * sysvipc: New directory.
  1187.     * sysvipc/Makefile: New file.
  1188.     * sysvipc/sys/ipc.h: New file.
  1189.  
  1190. Fri Mar 12 15:31:44 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  1191.  
  1192.     * posix/execlp.c (execlp): Remove spurious second declared parameter.
  1193.     Don't fill ARGV[0] specially; just let the loop do it.
  1194.     * posix/unistd.h (execlp): Remove spurious second declared parameter.
  1195.  
  1196. Thu Mar 11 13:58:47 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  1197.  
  1198.     * Makerules (sysd-Makefile): Write %.dep: %.S and %.dep: %.c rules.
  1199.     Depend on Makerules.
  1200.     ($(objpfx)%.{o,dep}: $(objpfx)/%.{S,c,s}): New rules to find
  1201.     sources in $(objpfx) before sysdep directories.
  1202.  
  1203.     * configure.in (signed size_t check): Use eval on $CPP, since it
  1204.     contains unexpanded variable refs.
  1205.     Send grep output to /dev/null.
  1206.     Put quotes around 'unsigned long int'.
  1207.  
  1208. Wed Mar 10 18:32:11 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  1209.  
  1210.     * features.h [! _LIBC]: #include <stubs.h>.
  1211.     * Makerules (stubs): New phony target.
  1212.     ($(common-objpfx)stub-$(subdir)): New target.
  1213.     * Makefile (headers): Add stubs.h.
  1214.     ($(objpfx)stubs.h): New target.
  1215.  
  1216.     * Makeconfig (CPPFLAGS): Define _LIBC, not LIBC.
  1217.  
  1218.     * Makerules (.SUFFIXES): Remove .m4; we no longer have any such files.
  1219.  
  1220.     * inet/netinet/in.h: Don't #include <inet-cvt.h>.
  1221.     (ntohl, ntohs, htonl, htons): Declare.
  1222.     #include <endian.h>.
  1223.     [__BYTE_ORDER == __BIG_ENDIAN] (ntohl, ntohs, htonl, htons):
  1224.     Define no-op macros.
  1225.     * inet/Makefile (headers): Remove inet-cvt.h.
  1226.     * sysdeps/vax/inet-cvt.h, sysdeps/generic/inet-cvt.h: Files removed.
  1227.     * sysdeps/generic/{ntohl,ntohs,htonl,htons}.c
  1228.     [BYTE_ORDER == LITTLE_ENDIAN]: Byte-swap X before returning it.
  1229.  
  1230. Tue Mar  9 11:32:35 1993  Jim Blandy  (jimb@wookumz.gnu.ai.mit.edu)
  1231.  
  1232.     * malloc/malloc/gmalloc-head.c: Remove #definitions of memset,
  1233.     memcpy, and memmove; this is taken care of by malloc.h anyway.
  1234.  
  1235. Mon Mar  8 15:12:32 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  1236.  
  1237.     * sysdeps/mips/jmp_buf.h (JB_PC): Protect with #ifdef __USE_MISC.
  1238.  
  1239.     * sysdeps/unix/sysv/sysv4/sigaction.h: Put SA_* except for
  1240.     SA_NOCLDSTOP inside #ifdef __USE_MISC.
  1241.  
  1242. Mon Mar  8 15:05:13 1993  Brendan Kehoe  (brendan@lisa.cygnus.com)
  1243.  
  1244.     * sysdeps/mips/jmp_buf.h (jmp_buf): Use `__ptr_t', not `PTR', for
  1245.     member types.
  1246.     (JB_PC): New define, for backwards compatability with Ultrix.
  1247.  
  1248.     * sysdeps/unix/sysv/sysv4/sigaction.h: New file.
  1249.  
  1250. Mon Mar  8 13:20:02 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  1251.  
  1252.     * posix/glob/Makefile.in (VPATH): Set this to @srcdir@.
  1253.     (srcdir): Set this to $(VPATH).
  1254.  
  1255.     * posix/glob.c (glob): In no matches with GLOB_NOCHECK set case,
  1256.     add NULL terminator to PGLOB->gl_pathv.
  1257.     (prefix_array): Renamed arg PREFIX to DIRNAME, local var PRELEN to
  1258.     DIRLEN.  If DIRNAME is just "/", don't prepend it, so we get
  1259.     "/foo" instead of "//foo".
  1260.     (glob): Move qsort call outside of the else clause of the
  1261.     glob_pattern_p test; it should always be done.
  1262.  
  1263. Thu Feb 25 14:49:52 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1264.  
  1265.     * malloc/malloc.h [_MALLOC_INTERNAL]: Move #include <stdio.h> to
  1266.     front of file; it needs to come before size_t/ptrdiff_t frobnication.
  1267.  
  1268. Wed Feb 24 16:34:58 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1269.  
  1270.     * Makerules (compile-command.[Ssc]): New variables; define them if
  1271.     they are not already defined.
  1272.     (sysd-Makefile): For each directory, write three rules:
  1273.         %.o: $dir/%.[Ssc]; $(compile-command.[Ssc]).
  1274.     (sysdep_path): Remove definition and vpath directives.
  1275.     * sysdeps/m68k/Makefile (compile-command.S): Define our own version.
  1276.     ($(objpfx)%.o: %.S): Rule removed.
  1277.  
  1278.     * sysdeps/unix/sysv/linux/{__dup2,__mkdir,__rmdir,__setpgrp}.S:
  1279.     Removed.
  1280.     * sysdeps/unix/sysv/linux/Implies: Created; implies unix/common.
  1281.  
  1282.     * sysdeps/unix/sysv/sysv4/{sete[gu]id.S,fchdir.S,signum.h,__sigproc.S}:
  1283.     New files.
  1284.  
  1285.     * sysdeps/unix/sysv/sysv4/time.S: New file.
  1286.  
  1287.     * sysdeps/unix/common/Dist: New file; everything from
  1288.     sysdeps/unix/bsd/Dist except for bsdtty.h and bsddir.h.
  1289.     * sysdeps/unix/bsd/Dist: Remove things now in sysdeps/unix/common/Dist.
  1290.  
  1291.     * sysdeps/unix/bsd/sun/sparc/{__brk.c,__fork.S,__pipe.S,__vfork.S}:
  1292.     Moved to new directory sysdeps/unix/sparc.
  1293.  
  1294.     * sysdeps/unix/common/Implies: New file, in new directory; implies
  1295.     unix/inet only.
  1296.     * sysdeps/unix/bsd/Implies, sysdeps/unix/sysv/sysv4/Implies: New
  1297.     files; both imply unix/common.
  1298.     * sysdeps/unix/common/Makefile: Moved from sysdeps/unix/bsd.
  1299.     Changed references to unix/bsd to unix/common.
  1300.     * unix/bsd/{__access.S,__adjtime.S,__fchmod.S,__fchown.S,__getgrps.c,
  1301.     __getitmr.S,__getpgrp.S,__getrusag.S,__gettod.S,__lstat.S,__mkdir.S,
  1302.     __readlink.S,__rmdir.S,__setitmr.S,__setpgrp.S,__symlink.S,
  1303.     bsd_getgrp.S,closedir.c,ftruncate.S,getrlimit.S,glue-ctype.c,
  1304.     make_siglist.c,mk-local_lim.c,opendir.c,readv.S,rename.S,rewinddir.c,
  1305.     seekdir.c,setgroups.S,setrlimit.S,telldir.c,truncate.S,vhangup.S,
  1306.     writev.S,__dup2.S}: Moved to sysdeps/unix/common.
  1307.     * sysdeps/unix/sysv/sysv4/{__access.S,closedir.c,opendir.c,
  1308.     rewinddir.c,seekdir.c,telldir.c}: Removed.
  1309.  
  1310. Mon Feb 22 12:19:19 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1311.  
  1312.     * sysdeps/generic/pow.c (pow): Use __isnan to test for NaN rather
  1313.     than expecting "x!=x" to work.
  1314.     (pow_p): When testing if Y is an integer, use long int rather than
  1315.     int; they are different on some systems.  Compare against
  1316.     LONG_MIN+1, not LONG_MIN; (long int) (double) LONG_MIN might overflow.
  1317.  
  1318.     * malloc/dist-Makefile (gmalloc.c): Depend on Makefile.
  1319.  
  1320.     * malloc/Makefile (gmalloc-routines): New variable.
  1321.     (dist-routines): Use it.
  1322.     (malloc/Makefile): Also replace <GMALLOC-SOURCES> with
  1323.     $(gmalloc-routines).
  1324.     (malloc/Makefile): Make it unwritable to avoid accidental lossage.
  1325.     Depend on Makefile.
  1326.  
  1327.     * malloc/dist-Makefile (gmalloc): New variable: <GMALLOC-SOURCES>.
  1328.     (gmalloc.c): Use $(gmalloc), not $(sources).
  1329.     Make the file unwritable to avoid accidental lossage.
  1330.  
  1331.     * malloc/mtrace.c: Don't #include <stdio.h> because <malloc.h> did
  1332.     it for us.
  1333.  
  1334.     * malloc/valloc.c [! __GNU_LIBRARY__]: Replace hairy conditionals
  1335.     with #include "getpagesize.h".
  1336.     * malloc/Makefile (distribute, malloc-dist): Add getpagesize.h.
  1337.  
  1338. Sun Feb 21 18:29:30 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1339.  
  1340.     * sysdeps/sparc/Makefile (nodist-routines): Don't define.
  1341.     We want to distribute the generated divrem files; otherwise anyone
  1342.     building the library must have an m4 that works.
  1343.     ($(divrem).S): Put these in sysdeps/sparc, not in $(objdir).
  1344.     (routines): Only put this inside ifeq ($(subdir),gnulib).
  1345.  
  1346.     * sysdeps/unix/bsd/sun/m68k/Makefile: File removed.
  1347.  
  1348. Sat Feb 20 16:43:55 1993  Torbjorn Granlund  (tege@sics.se)
  1349.  
  1350.     * sysdeps/i386/memset.c: Move adjustment of LEN before first stosb.
  1351.     * sysdeps/i386/bzero.c: Likewise.
  1352.  
  1353. Thu Feb 18 14:34:00 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  1354.  
  1355.     * malloc/mcheck.c (checkhdr): Use `const', not `__const'.
  1356.  
  1357. Mon Feb  1 19:19:13 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  1358.  
  1359.     * sysdeps/m68k/fpu/__logb.c: Use two-operand forms of 68881 insns
  1360.     rather than the one-operand source==dest form.  Sun's sun3
  1361.     assembler apparently doesn't grok the one-operand form.
  1362.  
  1363.     * sysdeps/posix/getcwd.c: Call __lstat instead of stat.
  1364.     We should not lose on nonexistent symlink targets.
  1365.  
  1366. Thu Jan 21 20:12:25 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  1367.  
  1368.     * posix/glob.c: Put #includes of <glob.h> and <fnmatch.h> after
  1369.     all system includes, in case one of them has conflicting defns of
  1370.     FNM_* or GLOB_*, so we will redefine.  #undef FNM_* and GLOB_*
  1371.     before including our headers.
  1372.  
  1373. Tue Jan 19 16:16:05 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  1374.  
  1375.     * mach/Makefile (routines): Removed __bcopy.
  1376.     * mach/__bcopy.c: File removed.
  1377.  
  1378.     * posix/glob.c (my_realloc): Cast result of malloc/realloc to (char *).
  1379.  
  1380. Sat Jan 16 14:19:07 1993  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
  1381.  
  1382.     * manual/summary.awk: Handle single word in braces.
  1383.  
  1384. Thu Jan 14 13:52:43 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1385.  
  1386.     * posix/glob/Makefile.in (realclean): Remove Makefile.
  1387.  
  1388. Mon Jan 11 18:32:56 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  1389.  
  1390.     * sysdeps/unix/bsd/sony/m68k/Implies: Imply unix/bsd/hp/m68k, not
  1391.     unix/hp/m68k.
  1392.  
  1393.     * sysdeps/unix/bsd/tcsetattr.c: Use cbreak mode if ISIG is set,
  1394.     not if OPOST is set.
  1395.     Fixed typo in TOSTOP frobbing.
  1396.  
  1397. Tue Jan  5 15:11:31 1993  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1398.  
  1399.     * posix/Makefile (glob.tar): Include glob/configure.in.
  1400.  
  1401. Mon Jan  4 17:05:44 1993  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  1402.  
  1403.     * posix/glob/Makefile.in (RANLIB): Define to @RANLIB@.
  1404.     (RANLIB_TEST): Removed.
  1405.     (libglob.a): Don't use it.
  1406.  
  1407. Thu Dec 31 13:08:20 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  1408.  
  1409.     * sysdeps/unix/bsd/bsd4.4/{chflags,fchflags,setlogin}.S: Fix arg count.
  1410.  
  1411.     * sysdeps/posix/Makefile (mk-stdiolim): Use $(cded-objdir-CPPFLAGS).
  1412.     (cded-objdir-CPPFLAGS): Define new var.
  1413.  
  1414.     * sysdeps/unix/Makefile ($(sys/param.h-includes)): Strip trailing
  1415.     slash from directory name for mkdir.
  1416.  
  1417. Tue Dec 29 18:18:58 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  1418.  
  1419.     * sysdeps/posix/sysd-stdio.c (exists): Return true if stat fails
  1420.     with other than ENOENT.
  1421.  
  1422.     * sysdeps/posix/__flock.c: New file.
  1423.  
  1424.     * malloc/Makefile (dist-headers): Define to malloc.h.
  1425.     (headers): Replace malloc.h with $(dist-headers).
  1426.     (malloc/Makefile): Use $(dist-headers) in place of $(headers).
  1427.     (malloc-dist, distribute): Replace ChangeLog with OChangeLog.
  1428.  
  1429.     * malloc/dist-Makefile (malloc.tar{,.Z}): Depend on FORCE.
  1430.     (FORCE): Define empty target.
  1431.  
  1432. Tue Dec 29 16:45:01 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  1433.  
  1434.     * sysdeps/sparc/{umul,mul}.S: Use tege's shift+mask hack to avoid
  1435.     a test and branch for sign fixup.
  1436.  
  1437.     * limits.h [__GNUC__ >= 2]: #ifndef _GCC_LIMITS_H_, not _LIMITS_H_,
  1438.     to #include_next <limits.h>.
  1439.  
  1440.     * sysdeps/posix/getcwd.c: Call closedir after copying from the
  1441.     `struct dirent' buffer, not before.  That buffer is freed by closedir.
  1442.  
  1443.     * posix/gnu/types.h (__fd_set): Renamed member to `fds_bits' for
  1444.     compatibility with braindead extant code.
  1445.  
  1446.     * sysdeps/posix/sysd-stdio.c (__stdio_gen_tempname): Check for BUF
  1447.     being too small before doing sprintf.
  1448.  
  1449.     * malloc/malloc.h [_MALLOC_INTERNAL], malloc/valloc.c
  1450.     [HAVE_CONFIG_H]: #include "config.h".
  1451.  
  1452.     * Makefile (doc): Removed rule.
  1453.     (dvi, info): New rule.
  1454.  
  1455. Mon Dec 28 15:50:31 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1456.  
  1457.     * posix/glob.c [HAVE_CONFIG_H]: Test this, not SHELL, to decide
  1458.     whether or not we want to #include "config.h".
  1459.  
  1460. Wed Dec 16 12:01:09 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1461.  
  1462.     * inet/Makefile (routines): Removed ruserpass.  Why did it get
  1463.     included in the first place?  That version does not match the one
  1464.     in the NET2 ftp source; whence came it?
  1465.  
  1466. Sat Dec 12 16:41:03 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1467.  
  1468.     * sysdeps/unix/bsd/sun/sparc/start.c: Use .set, not GNU ld magic,
  1469.     to alias asm symbol `start' to `__start'.
  1470.  
  1471. Fri Nov 20 18:20:50 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  1472.  
  1473.     * stdio/vfprintf.c (%p): Tests of LEFT for "(nil)" were inverted.
  1474.  
  1475.     * stdio/tst-printf.c (main): Add `printf ("%#03x\n", 1);'.
  1476.     Add a width to %p test.
  1477.  
  1478.     * stdio/vfprintf.c (unsigned_integer): Clear SHOWSIGN and SPACE
  1479.     flags before falling into `number:'.  The `+' and ` ' flags are
  1480.     only meaningful for signed numbers.
  1481.  
  1482.     * string/tester.c (main): For strstr #11, correct return is first
  1483.     arg, not end of first arg.
  1484.  
  1485.     * stdlib/mbtowc.c: If S is "", return 0.  How was I convinced
  1486.     before that this is not what ANSI says?
  1487.  
  1488.     * stdio/__vfscanf.c: Initialize MALLOC_STRING to zero on each
  1489.     iteration (when we zero is_short et al).
  1490.  
  1491.     * sysdeps/posix/mkstemp.c (mkstemp): New file.
  1492.     * sysdeps/stub/mkstemp.c (mkstemp): New file.
  1493.     * misc/Makefile (routines): Add mkstemp.
  1494.  
  1495.     * sysdeps/posix/mktemp.c: Use `getpid ()' in place of undefined
  1496.     variable PID.
  1497.     #include <sys/stat.h>.
  1498.  
  1499.     * dirent/scandir.c: If SELECT is nil, don't try to call it.
  1500.     If CMP is nil, don't sort.
  1501.  
  1502. Wed Nov 18 13:42:09 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1503.  
  1504.     * sysdeps/stub/__wait4.c: Changed type of 2nd arg to __WAIT_STATUS.
  1505.  
  1506.     * posix/sys/wait.h (__WAIT_STATUS): #if 0 out gcc2 magic defn.
  1507.     GCC is broken as of 2.3.1.
  1508.  
  1509.     * signal/signal.h (__sigaction, sigaction): Fixed type in
  1510.     prototype from `struct __sigaction' to `struct sigaction'.
  1511.  
  1512.     * sysdeps/m68k/fpu/atan2.c (PI, PIo4, PIo2): Removed static vars.
  1513.     (atan2): Declare PIo4 and PIo2 locally, and compute them from pi.
  1514.  
  1515.     * Makerules (native-CFLAGS): Define as $(config-defines).
  1516.  
  1517.     * sysdeps/unix/bsd/glue-ctype.c: Upcased all HAVE_* names in #ifdef's.
  1518.  
  1519.     * posix/fnmatch.h (FNM_LEADING_DIR): New flag.
  1520.     * posix/fnmatch.c (fnmatch): Support it.
  1521.  
  1522.     * sysdeps/i386/bytesex.h: New file.
  1523.     * sysdeps/i386/endian.h: Removed.
  1524.     * sysdeps/stub/bytesex.h: New file.
  1525.     * sysdeps/stub/endian.h: Removed.
  1526.     * sysdeps/generic/Makefile (bytesex.h): Create with det_endian.
  1527.     (endian.h): Removed old rule.
  1528.     (before-compile): Replace endian.h with bytesex.h.
  1529.     * string/Makefile (headers): Add bytesex.h.
  1530.     * string/endian.h: New file.
  1531.     * sysdeps/generic/det_endian.c: Rewritten to output just one line,
  1532.     a #define of __BYTE_ORDER to 1234, or 4321, etc.
  1533.     * inet/arpa/nameser.h: #include <endian.h>, rather than #ifdef'ing
  1534.     on misc. things to #define BYTE_ORDER.
  1535.     * sysdeps/generic/waitstatus.h: Test value of __BYTE_ORDER, not
  1536.     whether __LITTLE_ENDIAN is #define'd.
  1537.     * sysdeps/generic/mathimpl.h: Likewise.
  1538.     * sysdeps/generic/memcopy.h: Likewise.
  1539.     * sysdeps/ieee754/huge_val.h: Likewise.
  1540.     * sysdeps/ieee754/nan.h: Likewise.
  1541.     * sysdeps/ieee754/ieee754.h: Likewise.
  1542.  
  1543. Mon Nov 16 12:19:10 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1544.  
  1545.     * Makeconfig (ARCH): Define to empty if $(..)config.make exists.
  1546.  
  1547.     * misc/getusersh.c (initshells): malloc (STATB.st_size + 1), to
  1548.     contain the terminating NUL.  Pass fgets the real amount of space
  1549.     left in the buffer, instead of the random number (MAXPATHLEN + 1).
  1550.  
  1551.     * configure.in (minix*): base_os=unix/sysv.
  1552.     * sysdeps/unix/sysv/minix/sigaction.h: New file.
  1553.  
  1554.     * sysdeps/generic/sigaction.h (__SA_*): Renamed to SA_*.
  1555.     [__USE_BSD]: Put all but SA_NOCLDSTOP under this #ifdef.
  1556.     * signal/signal.h (SA_*): Remove #define's.
  1557.     (SIG_*): Moved #define's to sigaction.h.
  1558.  
  1559.     * sysdeps/generic/sigset.h (__sigmask): Shift ((sigset_t) 1), not
  1560.     just 1.
  1561.  
  1562.     * signal/signal.h (kill): Fix type of first arg to __pid_t, not int.
  1563.  
  1564.     * sysdeps/unix/Makefile (errnos): Changed regexp to disallow
  1565.     E[^A-Z0-9], and not to require that the defn be numeric only.
  1566.  
  1567.     * stdlib/stdlib.h: Don't #include <huge_val.h>; ANSI doesn't say
  1568.     <stdlib.h> defines HUGE_VAL.
  1569.  
  1570.     * stdlib/stdlib.h (__compar_fn_t): Use __P around prototype.
  1571.  
  1572.     * posix/Makefile (headers): Add utsnamelen.h, so it gets installed.
  1573.     (distribute): Remove it from here.
  1574.  
  1575.     * setjmp/setjmp.h (sigjmp_buf): Rename `__savemask' to
  1576.     `__mask_was_saved' and `__sigmask' to `__saved_mask'.
  1577.     * setjmp/sigjmp_save.c (__sigjmp_save): Change use.
  1578.     * setjmp/siglongjmp.c (siglongjmp): Likewise.
  1579.  
  1580. Fri Nov 13 17:34:00 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1581.  
  1582.     * configure.in (config.make): Write assignments for INSTALL,
  1583.     INSTALL_PROGRAM, INSTALL_DATA, and RANLIB.
  1584.  
  1585. Thu Nov 12 17:11:18 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1586.  
  1587.     * sysdeps/stub/stime.c: #include <stddef.h> for NULL.
  1588.  
  1589.     * sysdeps/stub/morecore.c: Fixed arg type to ptrdiff_t.
  1590.  
  1591.     * sysdeps/stub/ptrace.c: Fixed `va_start' uses to pass 2nd arg.
  1592.  
  1593.     * sysdeps/unix/sysv/sysv4/fcntlbits.h: New file, modified from
  1594.     unix/bsd/sun/sunos4 version.
  1595.  
  1596.     * sysdeps/unix/bsd/bsd4.4/fcntlbits.h: New file, modified from
  1597.     unix/bsd version.
  1598.  
  1599.     * sysdeps/unix/bsd/ultrix4/fcntlbits.h: New file, modified from
  1600.     unix/bsd version.
  1601.  
  1602.     * sysdeps/unix/bsd/sun/sunos4/fcntlbits.h: New file, modified from
  1603.     unix/bsd version.
  1604.  
  1605.     * sysdeps/unix/sysv/fcntlbits.h: Rewritten from stub version.
  1606.     * sysdeps/unix/sysv/filebits.h: File removed.
  1607.  
  1608.     * sysdeps/unix/bsd/fcntlbits.h: Rewritten from stub version.
  1609.     * sysdeps/unix/bsd/filebits.h: File removed.
  1610.  
  1611.     * io/fcntl.h: Don't #include <filebits.h>.
  1612.     Removed all #define's of foo to __foo; <fcntlbits.h> now defines
  1613.     the unmarked cases.
  1614.  
  1615.     * sysdeps/stub/fcntlbits.h: Remove leading __ from all symbols.
  1616.  
  1617.     * misc/sys/file.h (L_SET, L_INCR, L_XTND): Define to literal
  1618.     values, not to __ versions.  These are not system-dependent.
  1619.     (LOCK_SH, LOCK_EX, LOCK_UN, LOCK_NB): Define to literal values,
  1620.     not to __ versions.  These are not actually system-dependent,
  1621.     because no system has `flock' except for BSD compatibility, and
  1622.     then they use the same numbers.
  1623.     * sysdeps/stub/fcntlbits.h (__L_SET, __L_INCR, __L_XTND): Removed.
  1624.     (__LOCK_SH, __LOCK_EX, __LOCK_UN, __LOCK_NB): Removed.
  1625.  
  1626. Tue Nov 10 17:01:11 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  1627.  
  1628.     * sysdeps/stub/fcntlbits.h: Merged in contents of filebits.h.
  1629.     (struct __flock): Renamed to `struct flock'.
  1630.     * sysdeps/stub/filebits.h: File removed.
  1631.  
  1632.     * posix/unistd.h (access, lseek, close, read, write, pipe, chown,
  1633.     fchown, chdir, dup, dup2, execve, pathconf, fpathconf, sysconf,
  1634.     getpid, getppid, setpgrp, setpgid, setsid, getuid, getgid,
  1635.     geteuid, getegid, setuid, setreuid, setgid, setregid, fork, vfork,
  1636.     isatty, link, symlink, readlink, unlink, rmdir, gethostname,
  1637.     getpagesize, getdtablesize): Remove #define's to __ versions.
  1638.  
  1639.     * posix/sys/types.h: Don't #include <gnu/time.h>.
  1640.     Instead, use forward decl `struct timeval;'.
  1641.     (__select): Use `struct timeval', not `struct __timeval', in prototype.
  1642.     Move into #ifdef __USE_BSD.
  1643.     (select): Removed #define to __select; added real prototype.
  1644.  
  1645.     * sysdeps/generic/waitstatus.h: New file.
  1646.     * sysdeps/stub/waitflags.h: New file.
  1647.     * sysdeps/unix/bsd/waitflags.h: New file.
  1648.     * posix/sys/wait.h: Don't #include <gnu/wait.h>.
  1649.     Do #include <waitflags.h> and <waitstatus.h>.
  1650.     (WHOHANG, WUNTRACED): Don't #define to __ versions; <waitflags.h>
  1651.     will define the unmarked cases.
  1652.     (union __wait): Remove type decl and associated #define's for w_*;
  1653.     `union wait' (no __) is now defined in <waitstatus.h>.
  1654.     [__USE_BSD && __GNUC__ >= 2] (__WAIT_STATUS): Define as funky union.
  1655.     (waitpid, wait3, wait4, wait): Removed #define's to __ versions;
  1656.     added real prototypes.
  1657.     * posix/gnu/wait.h: File removed.
  1658.     * posix/Makefile (headers): Remove gnu/wait.h.
  1659.  
  1660.     * posix/sys/times.h [__OPTIMIZE__] (times): Removed #define to __times.
  1661.  
  1662.     * posix/sys/utsname.h: Removed decl of __uname_getnode.
  1663.  
  1664.     * time/sys/time.h: Don't #include <gnu/time.h>.
  1665.     Don't support __need_timeval.
  1666.     (struct timeval, struct timezone, struct itimerval,
  1667.     enum __itimer_which): Declare these types here.
  1668.     (gettimeofday, settimeofday, adjtime, getitimer, setitimer,
  1669.     utimes): Removed #define's to __ versions.  Added real prototypes.
  1670.     Use `struct timeval' instead of `struct __timeval', etc.
  1671.     * time/gnu/time.h: File removed.
  1672.     * time/Makefile (headers): Removed gnu/time.h.
  1673.  
  1674.     * resource/sys/resource.h: Don't #include <gnu/time.h>.
  1675.  
  1676. Mon Nov  9 18:41:03 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1677.  
  1678.     * socket/sys/socket.h (SO_STYLE): Define instead of SO_TYPE.
  1679.     (SO_TYPE): Define as SO_STYLE.
  1680.  
  1681.     * inet/netinet/in.h (struct ip_opts): New type.
  1682.     (IP_*): New constants snarfed from 4.4's in.h.
  1683.  
  1684. Fri Nov  6 15:34:41 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  1685.  
  1686.     * resource/sys/resource.h (struct rusage): #include <sys/time.h>
  1687.     before struct defn.  Use `struct timeval', not `struct __timeval'
  1688.     for `ru_utime' and `ru_stime' members.
  1689.  
  1690.     * resource/sys/resource.h [__OPTIMIZE__] (getrusage, ulimit),
  1691.     misc/sys/ioctl.h [__OPTIMIZE__] (ioctl): Remove #define's to __
  1692.     versions.
  1693.  
  1694.     * string/strings.h: Protect against multiple inclusion.
  1695.     * termios/sys/termios.h: Ditto.
  1696.  
  1697.     * string/string.h [__GNUC__ && __OPTIMIZE__] (ffs): Remove #define
  1698.     to __builtin_ffs.
  1699.  
  1700.     * stdlib/stdlib.h (comparison_fn_t): Use a typedef, not a #define.
  1701.     Define this #ifdef __USE_GNU, not #ifdef __GNUC__.
  1702.     [__GNUC__ && __OPTIMIZE__] (abs, labs): Remove #define's to __builtin_.
  1703.  
  1704. Thu Nov  5 20:01:25 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  1705.  
  1706.     * signal/Makefile (headers): Remove gnu/signal.h;
  1707.     add sigaction.h, sigset.h.
  1708.     * sysdeps/generic/sigaction.h: New file.
  1709.     * sysdeps/generic/sigset.h: New file.
  1710.     * signal/gnu/signal.h: Removed.
  1711.     * signal/signal.h: Move __{BEGIN,END}_DECLS outside all the #if's
  1712.     (except the outermost one that protects against multiple inclusion).
  1713.     Don't #include <gnu/signal.h>.  Instead #include <sigset.h>
  1714.     outside of #if's, and #include <sigaction.h> inside #ifdef __USE_POSIX.
  1715.     (__sighandler_t): Define here; it is not system-specific.
  1716.     (kill, ssignal, gsignal, sigblock, sigsetmask, sigpause, sigvec,
  1717.     sigreturn): Remove #define's to __ versions.
  1718.     (sighandler_t, sigset_t): Use a typedef, not a #define.
  1719.     [__OPTIMIZE__] (sig{empty,fill,add,del}set, sigismember): Make
  1720.     these macros take args.
  1721.     (sigaction): Remove #define.
  1722.     (struct __sigvec): Renamed `struct sigvec'.
  1723.     (__sigvec): Use `struct sigvec', not `struct __sigvec', in prototype.
  1724.  
  1725. Fri Oct 30 19:45:26 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  1726.  
  1727.     * configure.in (sco*): base_os=unix/sysv.
  1728.  
  1729. Thu Oct 29 16:29:26 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  1730.  
  1731.     * configure.in: New file; mostly contents of old file `configure'.
  1732.     (srcdir guessing): Removed this code.
  1733.     Instead, call AC_PREPARE.
  1734.     Call AC_PROG_INSTALL and AC_PROG_RANLIB to find those programs.
  1735.     Use AC_HAVE_FUNCS to find what sys_siglist and _ctype_ are called.
  1736.     (config.make): Write new var `config-defines' with what autoconf
  1737.     put in $DEFS.
  1738.     Append -DHAVE_GNU_LD and -DHAVE_GNU_AS to DEFS if appropriate;
  1739.     don't write gnu_ld and gnu_as variables.
  1740.     * configure: Removed.
  1741.     * Makefile (distribute): Add configure.in.
  1742.     * Makeconfig (+defines): Include $(config-defines) before $(defines);
  1743.     don't include $(gnu_as) and $(gnu_ld).
  1744.  
  1745.     * sysdeps/unix/bsd/glue-ctype.c (TABLE): Test HAVE_* for several
  1746.     different names and #define this.
  1747.     (STRINGIFY): Define macro.
  1748.     (main): Use TABLE instead of hardcoded name.
  1749.  
  1750.     * configure (sysnames): Try successively less specific base os's.
  1751.  
  1752.     * Makerules (ar-it): Define commands only ifdef objects.
  1753.  
  1754.     * sysdeps/mips/setjmp.S: Jump to __setjmp_aux, not ___setjmp_aux.
  1755.     We are NO_UNDERSCORES.
  1756.  
  1757. Tue Oct 27 18:11:19 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  1758.  
  1759.     * sysdeps/posix/pipestream.c, sysdeps/posix/system.c: Always use
  1760.     __vfork instead of expecting FORK to be defined.
  1761.     * sysdeps/unix/bsd/system.c, sysdeps/unix/bsd/pipestream.c:
  1762.     Removed.  sysdeps/unix versions are now what we want.
  1763.  
  1764.     * sysdeps/unix/bsd/sun/sunos3/m68k/__wait.S: Removed.
  1765.     * sysdeps/unix/bsd/hp/m68k/__wait.S: Moved to unix/bsd/m68k.
  1766.  
  1767.     * sysdeps/unix/bsd/hp/m68k/{__pipe,sysdep}.S: Moved to unix/bsd/m68k.
  1768.     * sysdeps/unix/bsd/sun/m68k/{__pipe,sysdep}.S: Removed.
  1769.  
  1770.     * sysdeps/unix/bsd/sun/m68k/start.c: Moved to unix/bsd/m68k.
  1771.     * sysdeps/unix/bsd/sony/m68k/start.c: Removed.
  1772.  
  1773.     * sysdeps/unix/bsd/bsd4.4/__sigstmsk.c: Correct file name in #include.
  1774.  
  1775.     * sysdeps/unix/bsd/sun/m68k/__fork.S: Removed.
  1776.     * sysdeps/unix/bsd/hp/m68k/__fork.S: Removed.
  1777.     * sysdeps/unix/bsd/vax/__fork.S: Moved to unix/bsd.
  1778.  
  1779.     * sysdeps/generic/__vfork.c: New file; fn alias to __fork.
  1780.     * sysdeps/stub/__vfork.c: Removed.
  1781.  
  1782.     * limits.h: Only do #include_next #ifndef _LIMITS_H_.
  1783.  
  1784.     * malloc/mcheck.c (mcheck): Set abortfunc to either FUNC or abort;
  1785.     never leave it unchanged.
  1786.     Return 0 if mcheck_used; -1 if not.
  1787.     * malloc/malloc.h (mcheck): Change return type in decl.
  1788.  
  1789.     * Makerules (+depfiles): Don't include them if there are none.
  1790.  
  1791. Mon Oct 26 16:30:52 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1792.  
  1793.     * sysdeps/posix/fdopen.c: Use fcntl to check that FD is valid and
  1794.     allows the access MODE specifies.
  1795.  
  1796.     * sysdeps/stub/getcwd.c: #include <stddef.h>.
  1797.  
  1798.     * sysdeps/stub/sleep.c: #include <errno.h>.
  1799.  
  1800. Sun Oct 25 02:24:47 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1801.  
  1802.     * Makerules (+includes): Add $(+sysdep-includes) to this, leaving
  1803.     CPPFLAGS alone.
  1804.  
  1805.     * sysdeps/stub/stime.c: #include <time.h>.
  1806.  
  1807. Thu Oct 22 13:36:48 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1808.  
  1809.     * Rules (clean): Also remove $(clean-extras).
  1810.  
  1811. Tue Oct 20 18:36:40 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  1812.  
  1813.     * configure: Write error message and lose for option with missing arg.
  1814.  
  1815.     * stdio/__vfscanf.c: Add `a' modifier, which makes %s and %[ fill
  1816.     in a char ** with a malloc'd string.
  1817.     (STRING_ADD_CHAR, STRING_ARG): New macros to deal with this hair.
  1818.     (%s, %[): Use them.
  1819.  
  1820.     * posix/gnu/types.h [__GNUC__] (__fsid_t): Define as long long.
  1821.  
  1822.     * stdio/vfprintf.c: Add %m, which is %s of strerror (errno).
  1823.  
  1824. Mon Oct 19 14:19:36 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  1825.  
  1826.     * socket/sys/socket.h (PF_FILE, AF_FILE): Define new macros.
  1827.     (PF_UNIX, AF_UNIX): Make aliases for [PA]F_FILE.
  1828.  
  1829.     * sysdeps/ieee754/huge_val.h: #include <sys/cdefs.h>.
  1830.     [!__GNUC__]: Use __const, not CONST.
  1831.  
  1832.     * posix/wordexp.h: Fix indentation and syntax errors.
  1833.  
  1834.     * stdio/vasprintf.c (vasprintf): Set seen bit.
  1835.  
  1836. Fri Oct 16 17:18:34 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  1837.  
  1838.     * Makefile (Mcrt1.o): Create an empty .c file and compile it,
  1839.     rather than creating an empty .o file.
  1840.  
  1841.     * sysdeps/unix/Makefile (sys/param.h): Strip / from name for mkdir.
  1842.  
  1843.     * sysdeps/m68k/fpu/atan2.c [! __GNUC__]: Include generic, not iee754.
  1844.  
  1845.     * sysdeps/sparc/Makefile ({divrem}.S): Use $(M4) for m4 in cmds.
  1846.     * Makeconfig (M4): Define it.
  1847.  
  1848.     * stdio/newstream.c (__newstream): Link STREAM onto __stdio_head
  1849.     after malloc'ing it.
  1850.  
  1851.     * time/emkdir.c: #define unix if not already defined.
  1852.  
  1853. Thu Oct 15 19:55:45 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  1854.  
  1855.     * stdlib/wctomb.c: When passed 0, store a '\0' and return 1.
  1856.     * stdlib/mbtowc.c: When passed "", store a 0 and return 1.
  1857.  
  1858.     * sysdeps/generic/strstr.c: When NEEDLE is "", return HAYSTACK.
  1859.  
  1860. Thu Oct 15 19:25:46 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  1861.  
  1862.     * malloc/malloc.h (__after_morecore_hook): Declare new var.
  1863.     * malloc/malloc.c (__after_morecore_hook): Define it.
  1864.     (align): Call it.
  1865.  
  1866. Mon Oct 12 15:56:07 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  1867.  
  1868.     * malloc/malloc.h (r_alloc, r_alloc_free, r_re_alloc): Declare.
  1869.  
  1870.     * Makerules (native-compile, common-objdir-compile): Pass
  1871.     $(native-CFLAGS) to the compiler.
  1872.  
  1873.     * Makeconfig (+gccwarn): Removed -Wstrict-prototypes and
  1874.     -Wpointer-arith.  They were not really helping, and caused extra
  1875.     warnings for harmless code.
  1876.  
  1877.     * malloc/Makefile (dist-routines): Add ralloc.
  1878.     (gpl2lgpl): Add ralloc.c.
  1879.  
  1880.     * time/zic.c: #define unix if not already defined.
  1881.  
  1882.     * Makerules ($(gpl2lgpl)): Make output unwritable; use mv -f.
  1883.  
  1884. Mon Oct 12 15:27:40 1992  Brendan Kehoe  (brendan@mole.gnu.ai.mit.edu)
  1885.  
  1886.     * sysdeps/unix/bsd/ultrix4/mips/__set[gu]id.S: Handle returning to
  1887.     the proper caller ourselves, since setre[gu]id won't be doing it.
  1888.  
  1889. Mon Oct 12 13:37:16 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  1890.  
  1891.     * malloc/malloc.h: Declare memory_warnings.
  1892.     * malloc/Makefile (dist-routines): Add vm-limit.
  1893.     (distribute): Add mem-limits.h.
  1894.     (gpl2lgpl): Add vm-limit.c, mem-limits.h.
  1895.  
  1896.     * gpl2lgpl.sed: Remove "This file is part of ..." lines.
  1897.     Changed regexp to match "foo is free software", not just "This
  1898.     program ...".
  1899.  
  1900.     * Makerules (+make-deps): Put file name before options on command line.
  1901.  
  1902.     * Makefile (install-lib): Remove libc.a from here.
  1903.     * Makerules [objects] (install-lib): Append it here instead.
  1904.  
  1905.     * io/sys/stat.h (S_IRWXO): Fixed typo.
  1906.  
  1907. Sun Oct 11 16:58:36 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1908.  
  1909.     * posix/glob.c (__glob_{open,read,close}dir_hook): New vars.
  1910.     (glob_in_dir): Use them.
  1911.     * posix/glob.h: Declare them.
  1912.  
  1913. Thu Oct  8 20:03:30 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
  1914.  
  1915.     * configure (config.make): Write comment to edit configparms instead.
  1916.  
  1917. Wed Oct  7 17:15:05 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  1918.  
  1919.     * sysdeps/stub/__chown.c: Fixed arg types (int -> [ug]id_t).
  1920.  
  1921.     * sysdeps/stub/__geteuid.c: Fixed return type (int -> __uid_t).
  1922.  
  1923.     * sysdeps/stub/__getegid.c: Fixed return type (int -> __gid_t).
  1924.  
  1925.     * configure: Write defns in config.make for vars config-machine,
  1926.     config-vendor, and config-os.
  1927.  
  1928.     * ctype/ctype.h (__isctype, __tolower, __toupper): Cast argument
  1929.     and return value to `int'.
  1930.  
  1931.     * ctype/ctype.h (__ctype_tolower, __ctype_toupper): Changed type
  1932.     to `short int *'.
  1933.     (toupper, tolower): Removed inline functions; restored macros.
  1934.     * ctype/ctype.c (tolower, toupper): Just call the __ macros.
  1935.     * ctype/ctype-info.c: Change types here too.
  1936.     * locale/localeinfo.h: And here.
  1937.     * locale/C-ctype_ct.c: Ditto.
  1938.  
  1939.     * crypt: New code from Michael Glad.
  1940.  
  1941.     * Makefile (munch-init.c), sysdeps/unix/Makefile
  1942.     ($(sys/param.h-includes), make-errnos.c, make-ioctls.c),
  1943.     sysdeps/unix/bsd/Makefile (local_lim.h, ctype-glue.c),
  1944.     sysdeps/posix/Makefile (stdio_lim.h): Changed rules to use a
  1945.     shorter suffix than `-tmp', to avoid exceeding 14 char limit.
  1946.  
  1947. Tue Oct  6 15:13:57 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1948.  
  1949.     * Makefile (README, INSTALL): Moved rules here.
  1950.     * Make-dist: From here.
  1951.  
  1952.     * sysdeps/unix/bsd/sun/m68k/{__pipe,__fork,sysdep}.S: Change uses
  1953.     of sysdeps/unix/bsd/hp9k3bsd to sysdeps/unix/bsd/hp/m68k.
  1954.  
  1955.     * sysdeps/m68k/Makefile: Put .S rule here.
  1956.     * sysdeps/unix/bsd/hp/m68k/Makefile: Removed file.
  1957.  
  1958. Mon Oct  5 19:40:22 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  1959.  
  1960.     * sysdeps/generic/pow.c (pow_p): Changed code to KY jelly.
  1961.  
  1962.     * sysdeps/unix/bsd/ultrix4/utsnamelen.h: New file.
  1963.     * sysdeps/unix/bsd/ultrix4/uname.S: New file.
  1964.  
  1965. Fri Oct  2 17:43:32 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  1966.  
  1967.     * sysdeps/posix/mktemp.c: Don't use a static index and increment
  1968.     it on each call.  Instead, always start at the beginning and
  1969.     iterate until we find a file that does not exist.
  1970.  
  1971.     * sysdeps/unix/sysv/i386/signal.S: Use C_SYMBOL_NAME for __sigreturn.
  1972.     Added comment about gas bug with `lcall' insn.
  1973.  
  1974.     * sysdeps/unix/i386/__brk.S: Use C_SYMBOL_NAME for __curbrk and _end.
  1975.  
  1976.     * sysdeps/unix/i386/sysdep.S: #include <sysdep.h>.
  1977.     Use C_SYMBOL_NAME(errno) in place of _errno.
  1978.  
  1979.     * sysdeps/unix/sysdep.h (___errno): Removed #define to _errno.
  1980.     `errno' is an ANSI name; it doesn't need to be aliased.
  1981.     * sysdeps/unix/bsd/sun/m68k/sethostid.S,
  1982.     sysdeps/unix/bsd/sun/m68k/__vfork.S,
  1983.     sysdeps/unix/bsd/sun/sparc/sysdep.h,
  1984.     sysdeps/unix/bsd/sun/sparc/sethostid.S,
  1985.     sysdeps/unix/bsd/vax/sysdep.S,
  1986.     sysdeps/unix/bsd/vax/__vfork.S: Use _errno, not ___errno.
  1987.  
  1988.     * sysdeps/unix/sysv/sysdep.h: File removed.
  1989.     * sysdeps/unix/sysv/i386/sysdep.h: Don't #include it.
  1990.     #define NO_UNDERSCORES before #include <sysdeps/unix/i386/sysdep.h>.
  1991.  
  1992.     * sysdeps/unix/i386/sysdep.h (C_SYMBOL_NAME): Define new macro.
  1993.     [NO_UNDERSCORES]: #define syscall_error to __syscall_error, so we
  1994.     stay name space tidy.
  1995.  
  1996.     * sysdeps/unix/sysv/sysv4/sys_getdents.S: Added missing arg count (3).
  1997.  
  1998.     * sysdeps/unix/sysv/i386/time.S: Fixed to not use bogus addressing
  1999.     mode `4(%esp,1)'; use `4(%esp)' instead.  Added comments.
  2000.  
  2001.     * sysdeps/stub/__fchmod.c (__fchmod): Fixed arg type to mode_t.
  2002.  
  2003.     * sysdeps/posix/__wait3.c: #include <stddef.h> for NULL.
  2004.  
  2005.     * sysdeps/unix/i386/__wait.S: Use asm label `null' instead of
  2006.     `1f', and actually define the label!  Added comments.
  2007.  
  2008.     * sysdeps/i386/memchr.c: Renamed asm label to `done'; not all
  2009.     assemblers support numbered labels like `1f' or `1b'.
  2010.  
  2011.     * stdio/fseek.c (fseek): Discard char pushed back by ungetc.
  2012.     * stdio/ftell.c (ftell): If we have a pushed-back char, decrement
  2013.     the file position we return.
  2014.  
  2015.     * sysdeps/unix/bsd/sun/sparc/vfork.S: New file.
  2016.  
  2017. Wed Sep 30 18:48:38 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  2018.  
  2019.     * limits.h (_LIBC_LIMITS_H_): Define today's name for this.
  2020.     RMS said it was to be `_LIBC_LIMITS_H', but that is not what
  2021.     gcc actually uses.
  2022.  
  2023. Tue Sep 29 18:17:12 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  2024.  
  2025.     * time/Makefile (zic-cmd): Define variable.
  2026.     (tzcompile, zoneinfo/localtime, zoneinfo/posixrules): Use it for
  2027.     name of `zic' command.
  2028.  
  2029.     * sysdeps/unix/bsd/Makefile (ctype-glue.c): Make sure the command
  2030.     is not an unqualified name.
  2031.  
  2032.     * sysdeps/stub/statbuf.h (struct stat): Contain only POSIX.1
  2033.     members, with the POSIX.1 types.
  2034.     (_STATBUF_ST_BLKSIZE): #undef and comment.
  2035.     * sysdeps/unix/bsd/statbuf.h (_STATBUF_ST_BLKSIZE): Define it.
  2036.     * sysdeps/posix/stdio_init.c (__stdio_init_stream): Only try to
  2037.     use st_blksize #ifdef _STATBUF_ST_BLKSIZE.
  2038.  
  2039.     * sysdeps/unix/__getpgsz.c: #include <stddef.h> for size_t.
  2040.  
  2041.     * sysdeps/stub/__fchown.c: Fixed arg types ([ug]id_t, not int).
  2042.  
  2043.     * io/sys/stat.h: #include <gnu/types.h> for __mode_t et al.
  2044.  
  2045.     * sysdeps/unix/__gete[ug]id.S [SYS_gete[ug]id]: Add arg count of 0.
  2046.     [! SYS_gete[ug]id]: Fixed arg count to be 0.
  2047.  
  2048.     * sysdeps/unix/__get[ug]id.S: Fixed arg count to be 0.
  2049.  
  2050.     * sysdeps/unix/sysv/linux/syscall.h: #if 0'd out 2nd defn of SYS_brk.
  2051.  
  2052. Sun Sep 27 21:56:56 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2053.  
  2054.     * sysdeps/unix/Makefile (sys/param.h): Depend on $(common-objpfx)sys/.
  2055.  
  2056. Fri Sep 25 12:47:01 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  2057.  
  2058.     * Makeconfig (INSTALL_DATA): Pass -m 644.
  2059.  
  2060. Thu Sep 24 16:13:47 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  2061.  
  2062.     * sysdeps/unix/sysv/linux/getpeername.S: Renamed to getpeernam.S.
  2063.     * sysdeps/unix/sysv/linux/getsockname.S: Renamed to getsocknam.S.
  2064.     * sysdeps/unix/sysv/linux/setsid.S: Renamed to __setsid.S;
  2065.     function renamed to __setsid.
  2066.  
  2067.     * Version 1.05.
  2068.  
  2069.     * Makefile (dist): Depend on $(distribute).
  2070.  
  2071.     * stdio/__vfscanf.c (%c): Fixed DO_ASSIGN case loop condition to
  2072.     not write one char too many.
  2073.  
  2074. Wed Sep 23 16:32:18 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2075.  
  2076.     * stdlib/qsort.c (_quicksort): Return immediately if TOTAL_ELEMS==0.
  2077.  
  2078. Tue Sep 22 19:10:59 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  2079.  
  2080.     * Makerules [! OUTPUT_OPTION && objpfx]: Define OUTPUT_OPTION.
  2081.  
  2082. Mon Sep 21 22:40:55 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2083.  
  2084.     * sysdeps/unix/bsd/mk-local_lim.c: Use MAXNAMLEN for NAME_MAX,
  2085.     rather than hard-wiring 255.
  2086.     [! MAXNAMLEN]: Define it to 255.
  2087.     [LINK_MAX && ! MAXLINK]: #define MAXLINK LINK_MAX.
  2088.  
  2089.     * sysdeps/unix/bsd/glue-ctype.c [ultrix]: #define _ctype_ _ctype__.
  2090.  
  2091.     * configure: Rename var `gas' to `gnu_as' and use consistently.
  2092.  
  2093. Fri Sep 18 16:32:16 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  2094.  
  2095.     * sys/errno.h: New file.
  2096.     * Makefile (headers): Add it.
  2097.  
  2098.     * Makeconfig (+make-deps): Use = not define.
  2099.  
  2100.     * time/Makefile (zones-%): Don't clobber zonenames; append to it.
  2101.     Depend on Makefile so we rebuild when the rule changes.
  2102.     Changed implicit rule from zoneinfo/%/... to zone%/... so it will
  2103.     actually match.
  2104.  
  2105.     * sysdeps/unix/Makefile (syscall.h): Filter out "#ident" lines.
  2106.  
  2107.     * Makeconfig (+link): Use $(gnulib) instead of -lgcc.
  2108.     (gnulib): Define to -lgcc.
  2109.  
  2110.     * posix/glob/Makefile.in (AR, ARFLAGS): Define.
  2111.     (libglob.a): Use those vars instead of hardcoding.
  2112.  
  2113.     * Makeconfig (ARCH) [machine]: Don't define if $(..)config.make exists.
  2114.  
  2115.     * Makerules (compile.S): Include $(asm-CPPFLAGS).
  2116.     (S-CPPFLAGS): Define = $(asm-CPPFLAGS).
  2117.     (+make-deps): Include $(sfx-CPPFLAGS), where `sfx' is S or c.
  2118.     * Makeconfig (asm-CPPFLAGS): Define (empty) and comment.
  2119.  
  2120.     * sysdeps/unix/Makefile ($(sys/param.h-includes)): Filter out
  2121.     decls or macros for host<->net conversion (htonl et al).
  2122.  
  2123. Thu Sep 17 17:33:51 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2124.  
  2125.     * sysdeps/unix/sysv/statbuf.h: Define __S_*.
  2126.  
  2127.     * misc/Makefile (headers): syslog.h -> sys/syslog.h.
  2128.     * misc/syslog.h: Moved to misc/sys/syslog.h.
  2129.  
  2130.     * limits.h [__GNUC__ >= 2]: #define _LIBC_LIMITS_H before
  2131.     #include_next <limits.h>.
  2132.     Define _LIMITS_H unconditionally.
  2133.  
  2134. Wed Sep 16 17:43:59 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  2135.  
  2136.     * sysdeps/unix/Makefile (syscall.h): Don't use \< in sed commands.
  2137.     Some seds don't seem to grok it.
  2138.  
  2139.     * Makerules (+install-dirs): Sort them.
  2140.  
  2141.     * Makeconfig (stdarg.h): Use $(wildcard va-*.h) instead of va-*.h,
  2142.     and := instead of =.
  2143.  
  2144.     * Makeconfig (prefix): Default to $(exec_prefix), not /usr/local.
  2145.  
  2146.     * Makeconfig (+link): Use $(common-objpfx) rather than $(objpfx)
  2147.     to find start.o; use $(libc.a) instead of $(objpfx)libc.a.
  2148.  
  2149.     * sysdeps/sparc/Makefile: crypt subdir is not called uf-crypt.
  2150.  
  2151.     * sysdeps/unix/Makefile (sys/param.h-includes): Fixed filtering
  2152.     out of existent glibc headers to remove $(..) pfx after wildcard.
  2153.  
  2154.     * misc/paths.h: New file, snarfed from 4.4 BSD.
  2155.     * misc/Makefile (headers): Add paths.h.
  2156.  
  2157. Tue Sep 15 14:55:11 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2158.  
  2159.     * Makerules (+sysdir_pfx): Define as $(common-objpfx).
  2160.  
  2161.     * MakeTAGS (TAGS) [subdir && ! tags_sources]: Create an empty
  2162.     file, rather than no commands at all.
  2163.  
  2164.     * string/string.h [__GNUC__ && __OPTIMIZE__] (ffs): Take arg.
  2165.  
  2166.     * sysdeps/unix/sysv/linux/__wait4.S: New file.
  2167.  
  2168.     * sysdeps/unix/sysv/linux/syscall.h: New version from hlu.
  2169.  
  2170.     * sysdeps/unix/Makefile (syscall.h): Upcase `sys_' in input.
  2171.  
  2172.     * sysdeps/unix/bsd/ultrix4/mips/sysdep.h (MOVE): Insn is `move',
  2173.     not `movl'.
  2174.  
  2175.     * sysdeps/unix/bsd/ultrix4/mips/sigcontext.h: Deansideclized.
  2176.  
  2177.     * sysdeps/unix/ioctls-tmpl.c [DIOCGETPT, DEVGETGEOM]: Include
  2178.     headers for these.
  2179.     [ultrix]: Mondo cruft.
  2180.  
  2181. Sat Sep 12 12:08:29 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  2182.  
  2183.     * misc/Makefile (routines): Add ttyslot, syslog.
  2184.     * misc/ttyslot.c, misc/syslog.[ch]: New, snarfed from 4.4 BSD.
  2185.     (headers): Add syslog.h
  2186.  
  2187.     * misc/getttyent.c (getttyent): Parse _TTYS_TRUSTED keyword and
  2188.     set TTY_TRUSTED bit.
  2189.     * misc/ttyent.h (TTY_TRUSTED): New bit in ty_status.
  2190.     (_TTYS_TRUSTED): New keyword.
  2191.     (_TTYS_CONSOLE): New keyword.
  2192.     (TTY_CONSOLE): New bit in ty_status.
  2193.  
  2194.     * dirent/scandir.c (scandir): Don't keep using V after realloc'ing
  2195.     it.  Use the returned new ptr instead.
  2196.  
  2197. Thu Sep 10 18:59:23 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2198.  
  2199.     * stdlib/div.c, stdlib/ldiv.c: Rewritten from Berkeley code that works.
  2200.  
  2201.     * Makeconfig (stdarg.h): Add va-*.h.
  2202.  
  2203.     * stdlib/Makefile (dont_distribute): Define: testsort.input.
  2204.  
  2205.     * sysdeps/mach/hurd/i386/_hurd_start_sigthread.c,
  2206.     sysdeps/stub/_hurd_start_sigthread.c: Renamed to .../startsig.c.
  2207.     * sysdeps/mach/hurd/sys_errlist.awk: Renamed to .../errlist.awk.
  2208.     * sysdeps/mach/hurd/Makefile (sys_errlist.c): Change dep.
  2209.     * sysdeps/unix/bsd/make-local_lim.c: Renamed to .../mk-local_lim.c.
  2210.     * sysdeps/unix/bsd/Makefile (local_lim.h): Change dep.
  2211.     (make-local_lim): Change target and dep.
  2212.     * hurd/_hurd_dead_recv.c: Renamed to hurd/dead_recv.c.
  2213.     * hurd/setdtablesize.c: Renamed to hurd/setdtsz.c.
  2214.     * hurd/Makefile (routines): Change references.
  2215.     * stdio/tstgetline.c: Renamed to stdio/tstgetln.c.
  2216.     * stdio/tstgetline.input: Renamed to stdio/tstgetln.input.
  2217.     * stdio/Makefile (tests): Change ref.
  2218.     * README.template: Remove note about long file names.
  2219.  
  2220.     * sysdeps/unix/bsd/sun/sunos4/utsnamelen.h (_UTSNAME_LENGTH):
  2221.     Define here, rather than #include'ing sysv/utsnamelen.h.
  2222.     This file gets installed.
  2223.  
  2224. Wed Sep  9 17:06:14 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2225.  
  2226.     * Makeconfig (localtime-file): Put in $(prefix)/etc, not /etc.
  2227.  
  2228.     * setjmp/Makefile (routines): Remove sigsetjmp.
  2229.  
  2230.     * sysdeps/posix/Makefile (objdir-CPPFLAGS) [! subdir]: Rewrote
  2231.     totally broken defn.
  2232.  
  2233.     * sysdeps/unix/Makefile (syscall.h): Keep lines starting
  2234.     with #, not only those starting with #define.
  2235.     We want to preserve any #ifdef in the original.
  2236.  
  2237.     * Makerules (install): Dep $(+install-dirs), not $(dir $(+install)).
  2238.     (+install-dirs): Define to get two levels of dirs.
  2239.  
  2240.     * time/Makefile (tz-cc): Use = instead of define directive.
  2241.  
  2242.     * sysdeps/unix/bsd/sun/sparc/start.c (_start): Give ARGC, ARGV,
  2243.     and ENVP `register' storage class; can then clear the FP early.
  2244.  
  2245. Sat Sep  5 13:14:09 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  2246.  
  2247.     * Makerules (sysdirs): Pass sysdep_dir in child's environment.
  2248.  
  2249. Fri Sep  4 15:37:23 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  2250.  
  2251.     * Makeconfig (common-objpfx): Add trailing slash.
  2252.     Move comment to prev line to avoid extra whitespace.
  2253.  
  2254. Thu Sep  3 17:31:13 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  2255.  
  2256.     * sysdeps/unix/bsd/setgroups.S: New file.  How did this manage not
  2257.     to exist already??
  2258.  
  2259.     * Version 1.04.
  2260.  
  2261.     * sysdeps/generic/memmem.c (memmem): Fixed loop condition not to
  2262.     use nonexistent variable.
  2263.  
  2264.     * string/string.h (memmem): Put const qualifier on args.
  2265.  
  2266.     * sysdeps/stub/sigaltstack.c (sigaltstack): Fix arg type.
  2267.  
  2268.     * setjmp/sigsetjmp.c: #undef sigsetjmp before defining the function.
  2269.  
  2270. Wed Sep  2 16:43:58 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  2271.  
  2272.     * misc/Makefile (headers): Add syscall.h.
  2273.     * sysdeps/unix/Makefile: Only generate syscall.h if it would
  2274.     otherwise come from stub.
  2275.     * sysdeps/stub/syscall.h: New file.
  2276.  
  2277.     * time/Makefile (routines): Add stime.
  2278.  
  2279.     * io/Makefile (routines): Add fchdir.
  2280.  
  2281.     * signal/Makefile (routines): Add sigaltstack.
  2282.  
  2283.     * string/Makefile (routines): Add memmem.
  2284.  
  2285.     * setjmp/Makefile (routines): Add sigsetjmp, _setjmp.
  2286.  
  2287.     * misc/Makefile (routines): Add getpass.
  2288.  
  2289.     * Makefile (distribute): Add NEWS.
  2290.  
  2291.     * Makerules (ar-it) [! objdir]: Pass `ru' instead of `u' to ar.
  2292.     Use $(..)libc.a instead of $(libc.a).
  2293.  
  2294.     * sysdeps/unix/sysv/i386/linux/sysdep.h (PSEUDO): Call numbers are
  2295.     SYS_*, not __NR_*.
  2296.  
  2297.     * sysdeps/unix/sysv/i386/linux/__wait.S: Prepend extra _ to
  2298.     `__waitpid' for jmp.
  2299.  
  2300.     * Makerules (check): New rule; alias for `tests'.
  2301.  
  2302.     * sysdeps/stub/__setregid.c: Args are gid_t, not int.
  2303.  
  2304.     * sysdeps/posix/readv.c: #include <string.h>.
  2305.  
  2306.     * sysdeps/generic/printf_fp.c: If LDBL_DIG or LDBL_MAX_10_EXP is
  2307.     defined by float.h, #define each to DBL_*.
  2308.  
  2309. Tue Sep  1 16:29:07 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  2310.  
  2311.     * sysdeps/unix/Makefile (syscall.h): Add missing backslashes.
  2312.  
  2313.     * Makeconfig [!objdir && !..] (common-objpfx): Define as
  2314.     `sysdeps/..'; The Almighty KludgeMeister 2000 wins again.
  2315.  
  2316.     * Makerules (sysdep-Makefile): Rename to sysd-Makefile.
  2317.  
  2318.     * Makeconfig (CC): Don't use -pipe by default.
  2319.  
  2320.     * configure (switches): Put quotes around os-release and
  2321.     os-version values.
  2322.  
  2323. Mon Aug 31 19:33:15 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2324.  
  2325.     * sysdeps/stub/cbrt.c: New file.
  2326.  
  2327.     * sysdeps/generic/cabs.c: New file.
  2328.  
  2329.     * sysdeps/generic/ceil.c: New file, split from floor.c.
  2330.     * sysdeps/generic/__rint.c: Replaced with code split from floor.c.
  2331.     * sysdeps/generic/Makefile (routines): Don't remove ceil, __rint.
  2332.  
  2333. Thu Aug 27 15:58:13 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
  2334.  
  2335.     * malloc/malloc.h [! __STDC__] (ptrdiff_t): #define.
  2336.  
  2337. Wed Aug 26 18:15:47 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  2338.  
  2339.     * malloc/free.c (__free): Rename to _free_internal.
  2340.     (free), malloc/malloc.c (morecore): Change callers.
  2341.     * malloc/malloc.h: Change decl.
  2342.  
  2343. Tue Aug 18 17:38:13 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  2344.  
  2345.     * sysdeps/generic/__copysign.c: New file.
  2346.  
  2347.     * sysdeps/unix/sysv/sysdep.h: #include <syscall.h>, not
  2348.     <sys/syscall.h>.  Don't #define _SYS_SYS_S; should no longer be
  2349.     necessary.
  2350.  
  2351.     * sysdeps/unix/Makefile (syscall.h): Replaced simple code to just
  2352.     find the file in any of several places, with hairier code to find
  2353.     it and massage it.
  2354.  
  2355.     * malloc/Makefile (obstack.%): Remove rule.
  2356.     (gpl2lgpl): Define this instead.
  2357.     * posix/Makefile (gpl2lgpl): Define to include getopt source files.
  2358.     * Makerules ($(gpl2lgpl)): New rule to snarf code and frob its
  2359.     copying notices.
  2360.  
  2361. Fri Aug 14 13:28:39 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2362.  
  2363.     * Makeconfig (common-objdir, common-objpfx): Define new vars.
  2364.     (libc.a): Define in terms of $(common-objpfx).
  2365.     Find config.make with $(common-objpfx), not $(objpfx).
  2366.     * Makerules (common-objdir-compile): Define canned sequence.
  2367.     (native-compile): Use $(@D)/$(@F) instead of stripping off $(objpfx).
  2368.     * sysdeps/unix/Makefile, sysdeps/unix/bsd/Makefile,
  2369.     sysdeps/generic/Makefile: Use it.
  2370.     Use $(common-objpfx) for generated things not specific to one subdir.
  2371.  
  2372.     * sysdeps/unix/Makefile (sysdep_headers): Add
  2373.     $(sys/param.h-includes) to this instead of to headers.
  2374.  
  2375. Thu Aug 13 18:30:58 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2376.  
  2377.     * posix/glob.c: Always #include <sys/types.h>.
  2378.     [! USG]: Don't do it here.
  2379.     [STDC_HEADERS]: Test this instead of __STDC__ for size_t.
  2380.     [HAVE_STRCOLL]: Test this instead of ANSI_STRING for strcoll.
  2381.  
  2382.     * posix/glob/Makefile.in (Makefile): Remove rule.
  2383.  
  2384. Wed Aug 12 16:12:52 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2385.  
  2386.     * sysdeps/sparc/jmp_buf.h: Deansideclized.
  2387.  
  2388.     * sysdeps/generic/make_siglist.c: #undef HAVE_SYS_SIGLIST, not
  2389.     SYS_SIGLIST_MISSING.
  2390.     * sysdeps/generic/signame.[ch]: Re-symlinked from /gd/gnu/lib.
  2391.     Who's been removing random things from my source tree??
  2392.  
  2393. Tue Aug 11 15:01:50 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  2394.  
  2395.     * posix/getconf.c (main): Cast printf field with arg to int.
  2396.  
  2397.     * Makefile (distribute): Remove ansidecl, ansidecl.m4.
  2398.  
  2399.     * posix/glob.c [_AIX]: Don't declare alloca.
  2400.  
  2401. Mon Aug 10 17:09:40 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2402.  
  2403.     * sysdeps/m68k/fpu/__math.h (__expm1): Define just like expm1.
  2404.  
  2405.     * sysdeps/unix/ioctls-tmpl.c [SMIOSTATS, SMIOGETREBOOT0,
  2406.     ZIOCBCMD]: Include headers for these.
  2407.  
  2408. Fri Aug  7 16:01:43 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  2409.  
  2410.     * string/tester.c (main): Use sys_nerr and sys_errlist, not _sys_*.
  2411.  
  2412.     * stdio/stdio.h [__USE_GNU] (_sys_nerr, _sys_errlist): Declare.
  2413.  
  2414.     * string/strerror.c, stdio/perror.c
  2415.     [HAVE_GNU_LD] (_sys_errlist, _sys_nerr): Remove decls.
  2416.  
  2417.     * stdio/memstream.c (enlarge_buffer): Notice when target is -1 and
  2418.     don't treat it as a huge value.
  2419.  
  2420.     * stdio/tst-printf.c: #if 0 code that tickles printf_fp bugs.
  2421.  
  2422.     * grp/testgrp.c: Don't bomb if uid not in passwd file.
  2423.  
  2424.     * stdlib/tst-strtol.c (tests): C-t on LONG_MIN and LONG_MIN-1 elts.
  2425.  
  2426.     * stdlib/strtol.c: Use int flag NEGATIVE instead of char 1/-1 SIGN.
  2427.     Fixed checking for overflow of long int that fits in unsigned long
  2428.     int--must cast LONG_MIN before negating!
  2429.  
  2430. Thu Aug  6 18:46:24 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  2431.  
  2432.     * stdio/bug3.c (main): Define ansideclifily.
  2433.  
  2434.     * sysdeps/unix/bsd/sun/sparc/__pipe.S: Define __pipe, not ___pipe.
  2435.  
  2436.     * math/test-math.c (main): Remove unused vars.
  2437.  
  2438.     * io/flock.c: #include <sys/file.h>, and not fcntl.h or sys/types.h.
  2439.  
  2440.     * sysdeps/m68k/fpu/__math.h (__rint): Define just like rint.
  2441.  
  2442.     * math/math.h (__rint): Declare.
  2443.  
  2444.     * configure (esix*): base_os=unix/sysv.
  2445.  
  2446.     * dirent/getdents.c: #include <dirent.h>.
  2447.  
  2448.     * Rules (subdir): Avoid TAB before # at end of defn.
  2449.  
  2450.     * sysdeps/unix/bsd/bsd4.4/__wait3.c: Last arg type is struct rusage *.
  2451.  
  2452. Tue Aug  4 18:19:43 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2453.  
  2454.     * sysdeps/ieee754/Makefile: Removed.
  2455.  
  2456.     * math/math.h: Declare __expm1.
  2457.  
  2458. Mon Aug  3 13:02:05 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2459.  
  2460.     * sysdeps/ieee754/cabs.c (cabs, z_abs): Members of structure have __.
  2461.  
  2462.     * sysdeps/unix/bsd/seq386: Remove directory.
  2463.  
  2464. Thu Jul 30 15:42:01 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  2465.  
  2466.     * sysdeps/unix/bsd/sun/sparc/sigcontext.h: Deansideclized.
  2467.  
  2468.     * sysdeps/unix/bsd/sun/sunos4/__wait4.c: Make last arg struct rusage
  2469.     instead of PTR.
  2470.  
  2471.     * sysdeps/unix/morecore.c (__default_morecore): Make arg ptrdiff_t.
  2472.  
  2473.     * sysdeps/ieee754/cabs.c (cabs, z_abs): Use `struct __complex' for arg.
  2474.  
  2475.     * sysdeps/generic/pow.c: #include <limits.h>.
  2476.  
  2477.     * sysdeps/generic/mathimpl.c: #include <math.h> before frobnication.
  2478.  
  2479.     * misc/getusersh.c (okshells): Make const.
  2480.     (initshells): Properly declare static.
  2481.  
  2482.     * sysdeps/unix/bsd/__tcgetatr.c: Cast sg_[io]speed to (unsigned char) 
  2483.     to avoid gcc warnings.
  2484.  
  2485.     * math/bsd/common/atan2.c, math/bsd/common/tan.c,
  2486.     math/bsd/common/sincos.c, math/bsd/common/trig.h,
  2487.     math/bsd/common_source/__expm1.c, math/bsd/common_source/fmod.c,
  2488.     math/bsd/common_source/acosh.c, math/bsd/common_source/log.c,
  2489.     math/bsd/common_source/asincos.c, math/bsd/common_source/asinh.c,
  2490.     math/bsd/common_source/log1p.c, math/bsd/common_source/atan.c,
  2491.     math/bsd/common_source/log__L.c, math/bsd/common_source/atanh.c,
  2492.     math/bsd/common_source/mathimpl.h, math/bsd/common_source/cosh.c,
  2493.     math/bsd/common_source/exp.c, math/bsd/common_source/sinh.c,
  2494.     math/bsd/common_source/exp__E.c, math/bsd/common_source/tanh.c,
  2495.     math/bsd/common_source/floor.c: Moved to sysdeps/generic.
  2496.     * math/bsd/ieee/{cabs,cbrt,support}.c: Moved to sysdeps/ieee754.
  2497.     * All above + sysdeps/generic/mathimpl.h, sysdeps/generic/pow.c: New
  2498.     code from 4.4/net2.
  2499.  
  2500.     * sysdeps/generic/ffs.c: #include <string.h>, not <bstring.h>.
  2501.  
  2502.     * posix/glob/Makefile.in (Makefile): Depend on config.status; invoke
  2503.     it directly instead of using $(SHELL).
  2504.  
  2505.     * posix/glob.c [! USG]: #include <sys/types.h> before <sys/dir.h>.
  2506.  
  2507. Tue Jul 28 17:54:23 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2508.  
  2509.     * sysdeps/unix/bsd/ultrix42: Renamed to ultrix4.
  2510.  
  2511.     * sysdeps/unix/sysv/isc2.2/__rename.S: New.
  2512.     * configure (isc*): base_os=unix/sysv.
  2513.  
  2514.     * Makefile, Makerules, Rules, math/Makefile, ctype/Makefile: Use
  2515.     "export foo := $(foo)" instead of ifdef have_export_directive.
  2516.     * Makeconfig (have_export_directive): Remove; move .NOEXPORT down.
  2517.  
  2518. Mon Jul 27 18:01:30 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2519.  
  2520.     * configure: Remove redundant test to set os_used.
  2521.  
  2522. Sun Jul 26 17:03:31 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2523.  
  2524.     * README.template: Don't mention Q+A.
  2525.     * Makefile (distribute): Remove Q+A.
  2526.  
  2527.     * Makefile, Makerules, Rules, math/Makefile, ctype/Makefile: Put
  2528.     "ifdef have_export_directive" around uses of `export' directive.
  2529.     They are only needed for dist and tags anyway.
  2530.     * Makeconfig (have_export_directive): Add commented-out defn, and
  2531.     comment to explain.
  2532.     (.NOEXPORT): Add special target for old versions of GNU make.
  2533.  
  2534.     * posix/glob.c [_AIX]: #pragma alloca first thing.
  2535.     [ANSI_STRING]: Remove #define's for index et al.
  2536.  
  2537. Thu Jul 23 21:49:53 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2538.  
  2539.     * misc/getpass.c: New.
  2540.     * posix/unistd.h (getpass): Declare.
  2541.  
  2542.     * posix/unistd.h (getusershell, setusershell, endusershell): Declare.
  2543.     * misc/Makefile (routines): Add getusersh.
  2544.     * misc/getusersh.c: New.
  2545.  
  2546. Tue Jul 14 20:03:57 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2547.  
  2548.     * stdlib/Makefile (tests): Add testdiv.
  2549.     * stdlib/testdiv.c: New.
  2550.  
  2551.     * sysdeps/unix/sysv/i386/linux/{rename,__mkdir,__rmdir,__dup2,
  2552.     getpgrp,__setpgrp,setsid}.S: New files.
  2553.  
  2554.     * sysdeps/unix/__getppid.S: If SYS_getppid is defined, use it rather
  2555.     than alternate value of getpid.
  2556.     * __gete[ug]id.S: Similar.
  2557.  
  2558.     * sysdeps/unix/sysv/i386/linux/__waitpid.S: New file.
  2559.     * sysdeps/unix/sysv/i386/linux/__wait.S: New file.
  2560.     * sysdeps/posix/__wait3.c: New file.
  2561.  
  2562.     * sysdeps/unix/sysv/i386/linux/socket.S: New file.
  2563.     * bind.S, connect.S, listen.S, accept.S, getsockname.S,
  2564.     getpeername.S, socketpair.S: Also new (and trivial).
  2565.  
  2566. Mon Jul 13 17:41:46 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  2567.  
  2568.     * sysdeps/unix/sysv/i386/linux/sysdep.[hS]: New files.
  2569.  
  2570.     * configure (linux*): base_os=unix/sysv
  2571.     (gnu*, linux*): Always set --with-gnu-ld and --with-gnu-as.
  2572.  
  2573.     * stdio/obstream.c: #include <string.h>
  2574.     (obstack_vprintf): Use bzero rather than memset.
  2575.  
  2576.     * stdio/glue.c (unix_FILE.glue): Add two members, which will overlap
  2577.     get_limit and put_limit in GNU stdio.
  2578.     (_iob): Initialize them to same as `streamp'.
  2579.  
  2580. Thu Jul  9 21:27:39 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2581.  
  2582.     * stdio/stdio.h (open_obstack_stream, obstack_printf,
  2583.     obstack_vprintf): Declare.
  2584.  
  2585.     * posix/glob.c [STDC_STRINGS]: Don't test this.
  2586.     [! ANSI_STRING]: Put memcpy, strrchr, memset defns here instead.
  2587.  
  2588.     * posix/glob/Makefile.in (glob.o, fnmatch.o): / after $(srcdir).
  2589.  
  2590. Tue Jul  7 03:11:23 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2591.  
  2592.     * stdio/Makefile (routines): Add obstream.
  2593.  
  2594.     * Makerules (%.o: %.S, %.o: %.c): If using gcc, put the file name
  2595.     before the options on the command line.
  2596.  
  2597.     * malloc/Makefile (dist-routines): Define with routines for malloc.tar.
  2598.     (routines): Define with that plus the rest.
  2599.     (nodist): Remove.
  2600.     (routines): Add obstack.
  2601.     (headers): Add obstack.h.
  2602.     (obstack.%): New rule.
  2603.  
  2604.     * stdio/glue.c: Add comments.
  2605.  
  2606.     * stdio/printf.h (struct printf_info.spec): Make unsigned char.
  2607.  
  2608.     * stdio/stdio.h (__validfp): Fixed glued-stream snarfing.
  2609.  
  2610. Mon Jul  6 20:00:47 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2611.  
  2612.     * sysdeps/i386/jmp_buf.h: Deansideclized.
  2613.  
  2614.     * sysdeps/posix/Makefile (objdir-CPPFLAGS): Define; if in parent
  2615.     dir, add ..s to -Is.
  2616.     (mk-stdiolim): Use it in place of $(CPPFLAGS).
  2617.  
  2618. Sat Jul  4 20:44:42 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2619.  
  2620.     * posix/glob/Makefile.in (glob.o, fnmatch.o): Put $(srcdir) on deps.
  2621.  
  2622. Wed Jul  1 00:13:40 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2623.  
  2624.     * sysdeps/generic/strstr.c: If NEEDLE is "", return end of HAYSTACK.
  2625.  
  2626.     * string/tester.c (main): Remove decls of sys_nerr and sys_errlist.
  2627.  
  2628.     * configure: Accept --prefix=*, --exec_prefix=* options.
  2629.     Set values in config.make and config.status.
  2630.  
  2631.     * io/umask.c: Fixed return type in fn alias.
  2632.  
  2633.     * posix/glob.c [! ANSI_STRING]: #define strcoll to strcmp.
  2634.     Remove extra decls of free, qsort, malloc, and realloc.
  2635.  
  2636.     * dirent/alphasort.c: #include <string.h>, and not <stdlib.h>.
  2637.  
  2638.     * sysdeps/unix/bsd/i386/__wait3.S: Load SYS_wait into %eax before
  2639.     trapping.  Use literal .byte instead of lcall to avoid gas bug.
  2640.     Use 0(REG), not (REG), for register-indirect addressing.
  2641.  
  2642.     * configure: Make config.status executable.
  2643.  
  2644. Tue Jun 30 21:14:53 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2645.  
  2646.     * configure: Add --os-release=* and --os-version=* options.  Record
  2647.     settings (which might be automagically guessed) in config.status.
  2648.  
  2649.     * misc/mknod.c: Use __mode_t for arg in fn alias.
  2650.  
  2651.     * posix/unistd.h (setregid): Declare to take __gid_t args.
  2652.  
  2653.     * sysdeps/unix/bsd/i386/__wait3.S: Don't use lcall insn gas barfs on.
  2654.  
  2655.     * posix/vfork.c: Move to sysdeps/generic/.
  2656.  
  2657.     * Rules (others, tests): Export them.
  2658.  
  2659.     * io/umask.c, io/mkdir.c, io/chmod.c: Use mode_t not int in arg decls.
  2660.  
  2661.     * sysdeps/i386/ffs.c: #include <string.h>, not <bstring.h>.
  2662.  
  2663.     * stdio/vfscanf.c: Use function_alias.
  2664.  
  2665.     * stdio/vsscanf.c: Use va_list, not PTR, in arg decl in fn alias.
  2666.  
  2667.     * sysdeps/unix/i386/sysdep.h (PSEUDO): Enough backslashes and
  2668.     semicolons.
  2669.  
  2670.     * stdio/stdio.h: For __gnuc_va_list, #test __GNUC_VA_LIST, not
  2671.     __va_list_defined.
  2672.  
  2673.     * stdio/fmemopen.c: Use memchr to find NUL for append mode.
  2674.  
  2675.     * stdio/memstream.c (enlarge_buffer): Double the buffer size, rather
  2676.     than adding 100.  Don't clobber *INFO->bufsize when called with the
  2677.     put limit reset.  If the target has been set, extend and zero-fill
  2678.     the buffer.
  2679.     (seek): New function.
  2680.     (open_memstream): Use it for seek io fn.  Call fmemopen with "w+" mode.
  2681.  
  2682. Sun Jun 28 19:01:01 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  2683.  
  2684.     * stdio/fseek.c: Fail with EINVAL for a negative file pos.
  2685.  
  2686. Fri Jun 26 00:07:53 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  2687.  
  2688.     * Makeconfig (stdarg.h): New variable.
  2689.     * Makefile (headers): Add $(stdarg.h).
  2690.  
  2691.     * stdio/stdio.h: Change __va_list to __gnuc_va_list in decls.
  2692.  
  2693.     * sysdeps/unix/morecore.c: Include malloc.h #ifndef _MALLOC_INTERNAL.
  2694.     Don't include <stdio.h>.
  2695.     (NULL): Define to 0 if not defined.
  2696.  
  2697.     * sysdeps/i386/bzero.c: Include string.h, not bstring.h.
  2698.  
  2699. Thu Jun 25 21:01:40 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  2700.  
  2701.     * stdio/perror.c, string/strerror.c (_sys_errlist, _sys_nerr): Don't
  2702.     declare #ifndef HAVE_GNU_LD.
  2703.  
  2704.     * stdio/fwrite.c: Cast arg to write io func to const char * (from uns).
  2705.  
  2706.     * sysdeps/unix/Makefile: If syscall.h doesn't exist in
  2707.     $(sysincludedir), look for sys/syscall.h and create $(objpfx)syscall.h
  2708.     to #include it.
  2709.  
  2710.     * sysdeps/unix/morecore.c (__default_morecore): Deansideclized.
  2711.     * malloc/*.c: Only #include <malloc.h> #ifndef _MALLOC_INTERNAL.
  2712.  
  2713. Wed Jun 24 19:09:04 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2714.  
  2715.     * sysdeps/unix/snarf-ioctls: Avoid looking at a few particular
  2716.     headers which tend to mislead us.
  2717.  
  2718.     * Makefile (distribute): Add COPYING.
  2719.  
  2720.     * configure (Makefile): When invoking make in srcdir, set ARCH
  2721.     rather than objdir on the cmd line.
  2722.  
  2723.     * posix/glob.c [DIRENT] (direct): Don't define to dirent.
  2724.     [! DIRENT] (direct): Define to dirent.
  2725.  
  2726.     * Make-dist [!subdir] (+tsrcs): Don't include $(distribute).  It was
  2727.     already included above.
  2728.  
  2729. Mon Jun 22 16:58:34 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  2730.  
  2731.     * Makerules (sysdep_routines): Export it.
  2732.  
  2733. Wed Jun 17 17:58:05 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  2734.  
  2735.     * posix/glob.c (my_realloc): Test only __GNU_LIBRARY__.  Can't trust
  2736.     STDC_HEADERS.
  2737.  
  2738. Tue Jun 16 20:20:01 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  2739.  
  2740.     * resource/sys/resource.h (enum __rlimit_resource): Added MEMLOCK,
  2741.     NPROC, OFILE.
  2742.  
  2743.     * posix/Makefile (glob.tar): Include Makefile.in & configure, and not
  2744.     Makefile.
  2745.     (glob/configure): New rule.
  2746.  
  2747.     * posix/glob/Makefile: Moved to posix/glob/Makefile.in.
  2748.     (VPATH, srcdir, CPPFLAGS): Define to be replaced by autoconf.
  2749.  
  2750.     * posix/glob.c: Rearranged conditionals for use with autoconf.
  2751.  
  2752. Thu Jun 11 15:47:43 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  2753.  
  2754.     * sysdeps/unix/bsd/sun/sparc/start.c: Added alias for start -> __start.
  2755.  
  2756. Tue Jun  9 20:15:12 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  2757.  
  2758.     * sysdeps/posix/rename.c: Return failure and don't remove the old
  2759.     link if the link failed with other than EEXIST.
  2760.  
  2761.     * posix/glob/Makefile: Fixed copyright notice.
  2762.     (realclean): Don't remove ~ backup files.
  2763.  
  2764. Thu Jun  4 16:41:56 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  2765.  
  2766.     * time/Makefile (install-data): Don't include zoneinfo/.
  2767.     Makerules already makes sure the necessary directories exist.
  2768.  
  2769.     * setjmp/setjmp.h (sigsetjmp) [__GNUC__]: Use typeof hackery to
  2770.     construct the type of the temporary var for the arg.
  2771.     (_setjmp) [__FAVOR_BSD]: Make same as setjmp.
  2772.  
  2773.     * malloc/malloc.h (mtrace): Declare.
  2774.  
  2775.     * malloc/malloc.h, malloc/calloc.c, malloc/free.c, malloc/malloc.c,
  2776.     malloc/mcheck.c, malloc/memalign.c, malloc/mstats.c,
  2777.     malloc/mtrace.c, malloc/realloc.c, malloc/valloc.c: Deansideclized;
  2778.     changed copyright notices to be independent of libc.
  2779.     * malloc/Makefile (glob/%.c, glob/%.h): Don't need to ansideclificate.
  2780.  
  2781.     * io/ftw.h, io/ftw.c: New.
  2782.     * io/Makefile (headers): Added ftw.h.
  2783.     (routines): Added ftw.
  2784.  
  2785. Tue Jun  2 21:49:22 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  2786.  
  2787.     * sysdeps/unix/bsd/signum.h (SIG_ERR, SIG_DFL, SIG_IGN): Use
  2788.     __sighandler_t.
  2789.  
  2790.     * posix/glob.c (__ptr_t): Define.
  2791.  
  2792. Thu May 28 06:57:14 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  2793.  
  2794.     * sysdeps/m68k/jmp_buf.h: Don't use PTR.
  2795.  
  2796. Wed May 27 18:09:40 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  2797.  
  2798.     * posix/{glob,fnmatch}.[ch]: Deansideclized; changed copyright
  2799.     notice to be independent of libc.
  2800.     * posix/Makefile (glob/%.c, glob/%.h): Don't need to ansideclificate.
  2801.  
  2802.     * posix/unistd.h (_SC_2_FORT_RUN, _SC_2_LOCALDEF): Define.
  2803.  
  2804.     * posix/unistd.h: Define _POSIX2_* without #ifdef __USE_POSIX2.
  2805.  
  2806.     * posix/unistd.h (_POSIX2_FORT_DEV): Removed.
  2807.  
  2808.     * posix/fnmatch.h (FNM_FILE_NAME): Alias for FNM_PATHNAME.
  2809.  
  2810. Tue May 26 00:39:39 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  2811.  
  2812.     * time/Makefile (install-data): Include zoneinfo/, so the directory
  2813.     gets made.
  2814.  
  2815.     * Makeconfig (+gcc-nowarn): Define to -w if using gcc.
  2816.     * time/Makefile (tz-cc): Use it to suppress warnings for grody code.
  2817.  
  2818.     * posix/Makefile (libposix.a), math/Makefile (libm.a): Make archive
  2819.     containing /dev/null instead of nothing; ar won't create an empty
  2820.     archive.
  2821.  
  2822.     * Makerules (%/): Added generic mkdir rule.
  2823.  
  2824.     * posix/Makefile (install-lib): Define to libposix.a.
  2825.     (libposix.a): Create empty archive.
  2826.  
  2827.     * posix/Makefile (distribute): Added utsnamelen.h.
  2828.  
  2829.     * ctype/ctype.c (tolower, toupper): If the arg doesn't fit in a
  2830.     char, return it unchanged.
  2831.     * ctype/ctype.h (tolower, toupper): Don't define as macros.
  2832.     [__GNUC__]: Define as extern inline functions.
  2833.  
  2834.     * sysdeps/unix/bsd/sun/sunos4/utsnamelen.h,
  2835.     sysdeps/unix/bsd/sun/sunos4/uname.S: New.
  2836.  
  2837.     * configure: Only do hacking to snarf uname info if the config uses
  2838.     the generic uname implementation.
  2839.  
  2840.     * Makeconfig (+defines): Define to include $(gnu_ld), rather than
  2841.     -DHAVE_GNU_LD.
  2842.     * configure: Write config.make with gnu_ld/gnu_as defns.
  2843.  
  2844.     * sysdeps/unix/bsd/sun/sunos411: Renamed back to .../sunos4.
  2845.     * sysdeps/unix/bsd/bsd44: Renamed to .../bsd4.4.
  2846.  
  2847.     * Makeconfig: include $(objpfx)configparms instead of
  2848.     $(objdir)/Makeconfig.
  2849.     Define objpfx as soon as objdir is defined, so we can use it.
  2850.  
  2851.     * sysdeps/generic/uname.c: Use UNAME_* from config-name.h.
  2852.  
  2853. Mon May 25 19:33:07 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  2854.  
  2855.     * configure: Accept all standard GNU configure options.
  2856.     Expect to be run in object directory, and find source directory
  2857.     elsewhere.
  2858.     Write config.status as a shell script that can be run to recreate
  2859.     the configuration.
  2860.     Grok os names containing dots by trying each successively
  2861.     less-precise substring.
  2862.     Write Sysnames and config-name.h in current directory.
  2863.     Write #define's for uname sysname, release, version, and machine
  2864.     elts in config-name.h.  Hackery to intuit release and version info.
  2865.  
  2866.     * stdio/vsnprintf.c, stdio/vsprintf.c, stdio/vasprintf.c,
  2867.     stdio/vdprintf.c, stdio/vfscanf.c, stdio/vscanf.c,
  2868.     stdio/__vsscanf.c: Take arg list as va_list, not PTR.
  2869.  
  2870.     * stdio/stdio.h: Replaced #include <stdarg.h> with magic.
  2871.     Properly use __va_list in prototypes.
  2872.  
  2873.     * Makeconfig (exec_prefix): Define.
  2874.     (libdir, includedir, bindir): Use it.
  2875.  
  2876.     * sysdeps/unix/sysv/Makefile [subdir==io] (sysdep-routines): Removed
  2877.     __utssys.
  2878.     * sysdeps/unix/sysv/Dist: Removed __utssys.S.
  2879.     * sysdeps/unix/sysv/__utssys.S, sysdeps/unix/sysv/uname.c: Removed.
  2880.     * sysdeps/unix/sysv/uname.S, sysdeps/unix/sysv/utsnamelen.h: New.
  2881.  
  2882.     * posix/sys/utsname.h (_UTSNAME_LENGTH): Don't define; instead,
  2883.     #include <utsnamelen.h> to define it.
  2884.     * sysdeps/generic/utsnamelen.h: New.
  2885.  
  2886. Sun May 24 00:07:45 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  2887.  
  2888.     * sysdeps/generic/inet-cvt.h: Deansideclized.
  2889.  
  2890.     * string/string.h (memfrob): First arg is __ptr_t, not char *.
  2891.  
  2892.     * misc/sys/cdefs.h (__ptr_t): Made #define rather than a typedef.
  2893.  
  2894. Fri May 22 01:52:04 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  2895.  
  2896.     * Makefile, Rules, Makerules: Remove all rules for ansideclificating
  2897.     headers.
  2898.  
  2899.     * posix/glob.h, posix/fnmatch.h: Use explicit cruft for C++.
  2900.     Define __P and const for C++/ANSI vs old C ourselves, to avoid
  2901.     dependence on <sys/cdefs.h>.
  2902.  
  2903.     * inet/Makefile: Remove cruft to snarf things from bsd/.
  2904.     * inet/bsd/*.c: Moved to inet/.
  2905.  
  2906.     * Makerules: Install headers from source directories into
  2907.     $(includedir), rather than ansidecl madness.
  2908.     * Makeconfig (ansi-incldir, trad-incldir): Removed.
  2909.     (includedir): Define instead.
  2910.  
  2911.     * assert/assert.h, ctype/ctype.h, dirent/dirent.h, grp/grp.h,
  2912.       locale/locale.h, locale/localeinfo.h, math/math.h,
  2913.       misc/sys/file.h, misc/sys/ioctl.h, misc/sys/ptrace.h,
  2914.       misc/sys/uio.h, misc/sgtty.h, misc/nlist.h, posix/gnu/types.h,
  2915.       posix/sys/wait.h, posix/sys/types.h, posix/sys/times.h,
  2916.       posix/sys/utsname.h, posix/unistd.h, posix/tar.h, posix/utime.h,
  2917.       posix/wordexp.h, posix/glob.h, posix/fnmatch.h, pwd/pwd.h,
  2918.       resource/sys/resource.h, resource/sys/vlimit.h,
  2919.       resource/sys/vtimes.h, setjmp/setjmp.h, signal/signal.h,
  2920.       signal/gnu/signal.h, socket/sys/socket.h, stdio/stdio.h,
  2921.       stdio/printf.h, stdlib/alloca.h, stdlib/stdlib.h, string/string.h,
  2922.       termios/termios.h, time/sys/time.h, time/time.h, io/sys/stat.h,
  2923.       io/fcntl.h, errno.h, stddef.h, malloc/malloc.h:
  2924.     Deansideclized.  Use <sys/cdefs.h> macros instead of ansidecl and
  2925.     C++ cruft.
  2926.     * features.h: #include <sys/cdefs.h>.
  2927.  
  2928.     * string/string.h (strfry, memfrob): Declare.
  2929.     * string/Makefile (routines): Added strfry and memfrob.
  2930.     * string/strfry.c, string/memfrob.c: New.
  2931.  
  2932.     * locale/C-ctype_ct.c: Made BS be isspace.
  2933.  
  2934.     * sysdeps/generic/strstr.c: Return HAYSTACK, not its end, if NEEDLE
  2935.     is the empty string.
  2936.  
  2937.     * sysdeps/generic/strncase.c: Fixed for case of empty string.
  2938.  
  2939. Wed May 20 02:36:09 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  2940.  
  2941.     * io/sys/stat.h (fchmod): Declare, rather than two __fchmod decls.
  2942.  
  2943.     * configure (sysv, bsd): Don't make base_os=unix; unix/{sysv,bsd}
  2944.     instead.
  2945.     Set os_used if base_os is used.
  2946.  
  2947. Tue May 19 21:00:11 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  2948.  
  2949.     * crypt/*: New files from glad.
  2950.  
  2951.     * stdio/stdio.h (sys_nerr, sys_errlist): Don't declare const.
  2952.  
  2953. Sun May 17 15:50:00 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  2954.  
  2955.     * io/Makefile (headers): Remove gnu/stat.h; add sys/stat.h.
  2956.  
  2957.     * posix/glob.c (glob): Don't let us fall off the end without returning.
  2958.  
  2959.     * sysdeps/stub/setenv.c, sysdeps/posix/setenv.c: New.
  2960.     * stdlib/stdlib.h [__USE_BSD] (setenv): Declare.
  2961.     * stdlib/Makefile (routines): Add setenv.
  2962.  
  2963.     * malloc/mtrace.c (old_{free,malloc,realloc}_hook): Renamed to tr_&
  2964.     to not conflict with mcheck.c when combined into gmalloc.c.
  2965.  
  2966. Fri May 15 19:07:54 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  2967.  
  2968.     * socket/sys/socket.h (PF_NBS, AF_NBS): Removed.
  2969.     (PF_ISO, PF_OSI, PF_APPLETALK, PF_ROUTE, PF_LINK): Define.
  2970.     (PF_MAX): Increase accordingly.
  2971.  
  2972.     * inet/bsd/*.c: Snarfed latest code from 4.4.
  2973.  
  2974.     * misc/sys/cdefs.h (__BEGIN_DECLS, __END_DECLS): Define cruft for C++.
  2975.  
  2976. Thu May 14 01:45:12 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  2977.  
  2978.     * posix/glob.h (GLOB_MAGCHAR): Check user feature-test macros,
  2979.     rather than __USE_BSD, so we don't depend on features.h.
  2980.  
  2981.     * sysdeps/stub/__wait4.c: Last arg is struct rusage *, not PTR.
  2982.  
  2983.     * math/bsd/common_source/mathimpl.h: Don't #define const.
  2984.     #include <sys/cdefs.h> instead.
  2985.  
  2986.     * Makefile (+other_dirs): Add crypt, but only if it exists at run time.
  2987.     * crypt/GNUmakefile: New file.
  2988.     * sysdeps/sparc/Makefile, sysdeps/m68k/Makefile (crypt):
  2989.     Define to use machine-dependent assembly code in crypt/crypt.*.S.
  2990.     * crypt: New directory.
  2991.  
  2992.     * find-sysdirs: Don't lose if there are no sysnames.
  2993.  
  2994.     * termios/Makefile (headers): Added sys/termios.h.
  2995.     * termios/sys/termios.h: New file; just #include <termios.h>.
  2996.  
  2997.     * stdlib/qsort.c: Define _quicksort rather than qsort.
  2998.     * stdlib/msort.c: New file; defines qsort function that does merge
  2999.     sort.  Falls back to _quicksort if it fails to allocate a temp array.
  3000.     * stdlib/Makefile (routines): Added msort.
  3001.  
  3002.     * string/string.h (memccpy, strdup): Also declare #ifdef __USE_BSD.
  3003.     [__USE_BSD] (index, rindex, bcmp, bzero, ffs): Declare.
  3004.     * string/strings.h: Just #include <string.h>.
  3005.     * string/Makefile (headers): Removed bstring.h.
  3006.  
  3007.     * misc/Makefile (routines): Removed swab.
  3008.     * string/Makefile (routines): Put it here instead.
  3009.     * misc/swab.c: Moved to string/swab.c.
  3010.  
  3011.     * stdio/stdio.h [__USE_BSD] (sys_nerr, sys_errlist): Declare.
  3012.  
  3013.     * grp/grp.h (setgrent, endgrent, getgrent): Also do #ifdef __USE_BSD.
  3014.  
  3015.     * posix/glob.h [__USE_BSD] (GLOB_MAGCHAR): Declare.
  3016.     (glob_t): Added member `gl_flags'.
  3017.     * posix/glob.c (glob, glob_in_dir): Set gl_flags member to FLAGS;
  3018.     or in GLOB_MAGCHAR if any metachars are seen.
  3019.  
  3020.     * sysdeps/unix/bsd/bsd44/readdir.c: New.
  3021.  
  3022.     * sysdeps/unix/bsd/sun/readdir.c: Don't need to declare
  3023.     __getdirentries here.  Use off_t and ssize_t.
  3024.  
  3025.     * misc/Makefile (routines): Removed getdents and __getdents.
  3026.     * dirent/Makefile (routines): Put them here instead.
  3027.     * misc/getdents.c: Moved to dirent/getdents.c.
  3028.     * dirent/dirent.h [__USE_BSD] (__getdirentries, getdirentries):
  3029.     Declare.
  3030.  
  3031.     * dirent/Makefile (routines): Added scandir and alphasort.
  3032.     * dirent/scandir.c, dirent/alphasort.c: New.
  3033.     * dirent/dirent.h [__USE_BSD] (scandir, alphasort): Declare.
  3034.  
  3035.     * sysdeps/unix/bsd/nice.c, sysdeps/unix/sysv/nice.S,
  3036.     sysdeps/stub/nice.c: New.
  3037.     * resource/Makefile (routines): Added nice.
  3038.  
  3039.     * misc/sys/cdefs.h [__USE_BSD] (const, signed, volatile): #define to
  3040.     __ versions, for the sake of 4.4 header files.
  3041.  
  3042. Wed May 13 00:35:12 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  3043.  
  3044.     * stdlib/tst-strtol.c: Fixed typo in test table.
  3045.  
  3046.     * stdlib/strtol.c: Fixed checking for overflow of long int that fits
  3047.     in unsigned long int.
  3048.  
  3049.     * misc/Makefile (headers): Added ttyent.h.
  3050.     (routines): Added getttyent.
  3051.     * misc/ttyent.h, misc/getttyent.h: New; snarfed from 4.4.
  3052.  
  3053.     * posix/sys/wait.h [__USE_BSD]: Added forward decl for struct rusage.
  3054.     (__wait4, __wait3): Declare arg as struct rusage, not PTR.
  3055.  
  3056.     * inet/arpa/*.h, inet/protocols/*.h, inet/netdb.h, inet/resolv.h:
  3057.     New files from 4.4.
  3058.     * inet/Makefile (headers): Snarf *.h from arpa/ and protocols/.
  3059.  
  3060.     * sysdeps/m68k/fpu/__math.h, assert/assert.h: #include <sys/cdefs.h>
  3061.     and use its macros rather than rolling our own.
  3062.  
  3063.     * misc/sys/cdefs.h: New file.
  3064.     * misc/Makefile (headers): Add it.
  3065.  
  3066.     * Makerules: Moved check for headers coming from env to Rules.
  3067.  
  3068. Tue May 12 01:04:10 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  3069.  
  3070.     * sysdeps/generic/strsep.c: New.
  3071.     * string/string.h [__USE_BSD] (strsep): Declare.
  3072.     * string/Makefile (routines): Added strsep.
  3073.  
  3074.     * sysdeps/unix/sysv/__settod.c, sysdeps/unix/sysv/stime.S,
  3075.     sysdeps/unix/bsd/stime.c, sysdeps/stub/stime.c: New.
  3076.     * time/time.h [__USE_SVID] (stime): Declare it.
  3077.  
  3078.     * sysdeps/unix/bsd/bsd44/__getdents.S: New.
  3079.  
  3080.     * posix/wordexp.h, posix/utime.h, posix/unistd.h, time/time.h,
  3081.     termios/termios.h, posix/tar.h, string/strings.h, string/string.h,
  3082.     stdlib/stdlib.h, signal/signal.h, stdio/stdio.h, misc/sgtty.h,
  3083.     setjmp/setjmp.h, inet/resolv.h, pwd/pwd.h, stdio/printf.h,
  3084.     misc/nlist.h, inet/netdb.h, math/math.h, malloc/malloc.h,
  3085.     locale/locale.h, grp/grp.h, posix/glob.h, posix/getopt.h,
  3086.     posix/fnmatch.h, io/fcntl.h, errno.h, dirent/dirent.h,
  3087.     ctype/ctype.h, string/bstring.h, assert/assert.h, stdlib/alloca.h,
  3088.     misc/a.out.h [__cplusplus]: Added stupid cruft for losing C++.
  3089.  
  3090. Mon May 11 01:40:49 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  3091.  
  3092.     * math/Makefile (headers): Added huge_val.h and nan.h.
  3093.  
  3094.     * io/Makefile (headers): Changed gnu/stat.h to statbuf.h.
  3095.  
  3096.     * time/Makefile (install-data): Include $(localtime-file) and
  3097.     $(posixrules-file) if they are relative.
  3098.     (install-others): Include them if absolute.
  3099.     ($(posixrules-file), $(localtime-file)): Define rules to install if
  3100.     absolute file names.
  3101.     * Makerules (+install): Include $(install-others) verbatim.
  3102.     * Makeconfig (localtime-file): Made default /etc/localtime.
  3103.  
  3104.     * sysdeps/generic/Makefile (endian.h): Only generate if would
  3105.     otherwise use stub version.
  3106.     * sysdeps/stub/endian.h, sysdeps/i386/endian.h: New.
  3107.  
  3108.     * Rules, Makefile: Export distribute and dont_distribute.
  3109.     * Make-dist: Export sysdep_dirs.  Unexport things rather than
  3110.     clobbering their values.
  3111.  
  3112.     * misc/sys/ptrace.h: Fixed typo.
  3113.  
  3114.     * stdio/stdio.h (__io_read, __io_write, __io_seek, __io_close):
  3115.     Added comments.
  3116.  
  3117.     * stdio/internals.c (flushbuf): If in append mode, don't do aligned
  3118.     writing, seek to the target, or update the offset.
  3119.  
  3120.     * posix/unistd.h (lseek): Doc fix.
  3121.  
  3122.     * misc/swab.c: New.
  3123.     * misc/Makefile (routines): Added swab.
  3124.  
  3125. Wed May  6 12:32:18 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  3126.  
  3127.     * math/Makefile, inet/Makefile (source_dirs): Export it.
  3128.     * MakeTAGS (all-dirs): Include $(source_dirs).
  3129.  
  3130.     * Makefile (TAGS): Removed dep on subdir_TAGS.
  3131.     (+subdir_targets): Removed subdir_TAGS.
  3132.     * MakeTAGS [! subdir] (TAGS): Depend on subdir_TAGS.
  3133.     [! subdir] (subdir_TAGS): Recurse on subdirectories.
  3134.  
  3135.     * Makerules (headers): Don't take value from the environment.
  3136.  
  3137.     * Makerules (sysdirs, sysdep_dir): Export them.
  3138.  
  3139.     * MakeTAGS: New makefile.
  3140.     * Makefile (distribute): Include it.
  3141.     * Makefile (TAGS), Rules (TAGS): Removed rules.
  3142.     * Makerules (TAGS): New rule that uses MakeTAGS.
  3143.     * Makefile (TAGS): Depend on subdir_TAGS.
  3144.  
  3145.     * Makerules (install, install-lib, install-data, routines, aux):
  3146.     Don't bother removing these if they come from the environment, since
  3147.     they won't with make >= 3.62.8.
  3148.     * Rules (distribute, headers): Ditto.
  3149.     (subdir): Export it.
  3150.     * Makerules (sources, headers): Export these.
  3151.     * Makefile (subdirs): Export it.
  3152.  
  3153.     * Rules (+tags_sources): Removed.
  3154.     * Makerules (tags-sources): Define here.
  3155.     * ctype/Makefile (tags-sources): Redefine to give headers precedence
  3156.     over sources.
  3157.     * Rules (TAGS), Makefile (TAGS): Rewrote rules.
  3158.     * Makeconfig (+ctags): Removed.
  3159.     (ETAGS): Define.
  3160.  
  3161.     * sysdeps/posix/getcwd.c: Don't closedir twice.
  3162.  
  3163.     * sysdeps/unix/bsd/hp/m68k/__wait3.S: Define __wait3, not ___wait3.
  3164.  
  3165.     * posix/sys/types.h [__USE_BSD] (fsid_t): Define.
  3166.     * posix/gnu/types.h (__fsid_t): Define.
  3167.  
  3168.     * io/fcntl.h (F_GETLK): Define.
  3169.  
  3170. Tue May  5 18:36:46 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  3171.  
  3172.     * misc/Makefile (routines): Added seteuid and setegid.
  3173.     * sysdeps/stub/sete[ug]id.c, sysdeps/unix/bsd/bsd44/sete[ug]id.S: New.
  3174.     * posix/unistd.h [__USE_BSD] (seteuid, setegid): Declare.
  3175.  
  3176.     * sysdeps/unix/bsd/tcsendbrk.c: #include <sys/types.h>
  3177.  
  3178.     * Makerules: Strip whitespace from $(headers) so ifdef wins.
  3179.  
  3180.     * sysdeps/unix/bsd/bsdtty.h: #undef a bunch more things.
  3181.  
  3182.     * sysdeps/unix/bsd/bsd44/errnos.h: New, hacked from 4.4 <sys/errno.h>.
  3183.  
  3184.     * sysdeps/unix/Makefile (ioctls.h, errnos.h): Only generate if
  3185.     the files that would be used otherwise are the stub versions.
  3186.  
  3187.     * sysdeps/unix/bsd/tcflow.c: Don't write VSTOP or VSTART if it is
  3188.     _POSIX_VDISABLE.
  3189.  
  3190.     * sysdeps/unix/bsd/tcflush.c: Use FREAD|FWRITE for TCIOFLUSH.
  3191.  
  3192.     * sysdeps/unix/bsd/usleep.c: Use select rather than itimers to wait.
  3193.  
  3194.     * sysdeps/unix/bsd/tcsendbrk.c: Use select rather than itimers to wait.
  3195.  
  3196.     * termios/cfmakeraw.c: New.
  3197.     * termios/Makefile (routines): Added cfmakeraw.
  3198.  
  3199.     * sysdeps/unix/bsd/bsd44/ioctls.h: New file, hacked from 4.4
  3200.     <sys/ioctl.h>.
  3201.     * sysdeps/unix/bsd/bsd44/__tcgetatr.c: New.
  3202.     * sysdeps/unix/bsd/bsd44/tcsetattr.c: New.
  3203.     * sysdeps/unix/bsd/bsd44/tcdrain.c: New.
  3204.  
  3205.     * termios/sys/ttydefaults.h: New, snarfed from 4.4.
  3206.     * termios/Makefile (headers): Define.
  3207.     * termios/termios.h [__USE_BSD]: #include <sys/ttydefaults.h>
  3208.  
  3209.     * sysdeps/posix/getcwd.c: Removed unused variable.
  3210.  
  3211.     * time/__tzset.c: Cast string literal to (char *).
  3212.  
  3213.     * setjmp/sigjmp_save.c: Declare properly to return void.
  3214.  
  3215.     * sysdeps/ieee754/nan.h: Created; somehow it disappeared.
  3216.  
  3217. Mon May  4 18:30:52 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3218.  
  3219.     * sysdeps/unix/bsd/bsd44/__wait4.S: New.
  3220.  
  3221.     * sysdeps/unix/bsd/4.4: Renamed to sysdeps/unix/bsd/bsd44.
  3222.  
  3223.     * signal/gnu/signal.h (__SA_DISABLE, __SA_NOCLDSTOP): Use same bits
  3224.     4.4 uses.
  3225.  
  3226. Sun May  3 13:57:25 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  3227.  
  3228.     * stdio/fwrite.c: Use unsigned char to avoid sign extension.
  3229.  
  3230.     * stdlib/__random.c (randtbl): Replaced default constants so they
  3231.     match the state produced by "srandom (1)".
  3232.  
  3233.     * stdlib/mbtowc.c: Test for S == "" before testing for no mbchars.
  3234.  
  3235.     * stdlib/Makefile (tests): Added testrand.
  3236.     * stdlib/testrand.c: New test for rand.
  3237.  
  3238.     * stdlib/testmb.c: Added 2 mblen tests.
  3239.  
  3240.     * stdlib/wcstombs.c: Don't do anything strange for EOF.
  3241.     Copy non-MB characters as they are.
  3242.     Properly increment S after writing.
  3243.  
  3244.     * stdlib/testmb.c: Added test case for wcstombs.
  3245.  
  3246.     * signal/signal.h (SA_DISABLE): Define.
  3247.     * signal/gnu/signal.h (__SA_DISABLE): Define.
  3248.  
  3249.     * signal/signal.h (struct sigaltstack): Define new type.
  3250.     (sigaltstack): Declare new fn.
  3251.     * sysdeps/stub/sigaltstack.c: New.
  3252.     * sysdeps/unix/bsd/4.4/sigaltstack.S: New.
  3253.  
  3254.     * misc/Makefile (routines): Added reboot.
  3255.     * posix/unistd.h (reboot): Declare.
  3256.     * sysdeps/stub/reboot.c: New.
  3257.  
  3258.     * sysdeps/unix/bsd/ulimit.c [! HAVE_GNU_LD]: #define _etext -> etext.
  3259.  
  3260.     * sysdeps/unix/bsd/sun/sparc/sethostid.S: #define _ERRNO_H before
  3261.     #include <errnos.h>.
  3262.  
  3263.     * configure (newos*): base_os=unix/bsd.
  3264.  
  3265. Fri May  1 12:21:47 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  3266.  
  3267.     * io/gnu/stat.h: Moved to sysdeps/unix/bsd/statbuf.h.
  3268.     * sysdeps/unix/bsd/statbuf.h: Define struct stat, not struct __stat.
  3269.     * io/stat.c: Use struct stat, not struct __stat.
  3270.     * sysdeps/stub/statbuf.h: New.
  3271.     * io/sys/stat.h: #include <statbuf.h> instead of gnu/stat.h.
  3272.     (stat, fstat, lstat, chmod, fchmod, umask, mkdir, mknod): Don't
  3273.     #define; declare as fns instead.
  3274.     * sysdeps/unix/sysv/stat.h: New.
  3275.     * sysdeps/unix/sysv/sysv_stat.h, sysdeps/unix/sysv/sys_stat.S,
  3276.     sysdeps/unix/sysv/sys_fstat.S: Removed.
  3277.     * sysdeps/unix/sysv/Makefile (sysdep_routines): Removed sys_stat,
  3278.     sys_fstat.
  3279.     * sysdeps/unix/sysv/Dist: Removed sys_stat.S, sys_fstat.S.
  3280.     * sysdeps/unix/bsd/__stat.S, sysdeps/unix/bsd/__fstat.S: Moved to
  3281.     sysdeps/unix.
  3282.  
  3283.     * sysdeps/m68k/fpu/switch/Makefile: Refer to dirs fpu and
  3284.     fpu/switch, not 68881 and 68881-switch.
  3285.  
  3286.     * sysdeps/m68k/fpu/switch/switch.c: #include <68881-sw.h>, not
  3287.       68881-switch.h.
  3288.  
  3289.     * sysdeps/m68k/fpu/__expm1.c, sysdeps/m68k/fpu/__rint.c,
  3290.     sysdeps/m68k/fpu/asin.c, sysdeps/m68k/fpu/atan.c,
  3291.     sysdeps/m68k/fpu/atanh.c, sysdeps/m68k/fpu/ceil.c,
  3292.     sysdeps/m68k/fpu/cos.c, sysdeps/m68k/fpu/cosh.c,
  3293.     sysdeps/m68k/fpu/exp.c, sysdeps/m68k/fpu/fabs.c,
  3294.     sysdeps/m68k/fpu/floor.c, sysdeps/m68k/fpu/log.c,
  3295.     sysdeps/m68k/fpu/log10.c, sysdeps/m68k/fpu/log1p.c,
  3296.     sysdeps/m68k/fpu/sin.c, sysdeps/m68k/fpu/sinh.c,
  3297.     sysdeps/m68k/fpu/sqrt.c, sysdeps/m68k/fpu/tan.c,
  3298.     sysdeps/m68k/fpu/tanh.c: #include <acos.c> without explicit path
  3299.     (which has changed).
  3300.  
  3301.     * sysdeps/unix/bsd/sun/sparc/start.c: #include <syscall.h>.
  3302.     (syscall): Removed C function; define all inside asm instead.
  3303.     (init_shlib): Cast return value of syscall to right types.
  3304.  
  3305. Thu Apr 30 01:15:33 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  3306.  
  3307.     * sysdeps/unix/bsd/sun/sparc/start.c: Added code to use dynamic
  3308.     linker from trq@dionysos.thphys.ox.ac.uk.
  3309.  
  3310.     * sysdeps/unix/bsd/sun/sunos4: Renamed to sunos411.
  3311.  
  3312.     * setjmp/setjmp.h (sigsetjmp): Don't declare as a function.
  3313.     Define as a macro instead.
  3314.     (__sigjmp_save): Declare; internal fn used by sigsetjmp macro.
  3315.     (_setjmp), [__FAVOR_BSD] (setjmp): Always define as a macro.
  3316.     * setjmp/sigjmp_save.c: New file.
  3317.     * setjmp/_setjmp.c, setjmp/sigsetjmp.c: Removed.
  3318.     * Makefile (routines): Removed _setjmp, sigsetjmp; added sigjmp_save.
  3319.     * misc/bsd-compat.c (setjmp): Don't define.
  3320.  
  3321.     * configure (sysv, bsd): base_os=unix
  3322.  
  3323.     * configure: Fatal error if the machine or os did not generate any
  3324.     sysdep dirs.
  3325.  
  3326.     * configure: No error message after config.sub fails.
  3327.  
  3328.     * sysdeps/mips, sysdeps/unix/bsd/ultrix42: New port from
  3329.     brendan@cs.widener.edu.
  3330.  
  3331.     * Reorganized sysdeps:
  3332.       unix/bsd/
  3333.           hp9k3bsd -> hp/m68k
  3334.           news -> sony/m68k
  3335.           sun/
  3336.               sun3/os3 -> sunos3/m68k
  3337.               sun3 -> m68k
  3338.               sun4 -> sparc
  3339.       unix/sysv/
  3340.           r4 -> sysv4
  3341.       m68k/
  3342.           68881 -> fpu
  3343.           68881/68881-switch -> fpu/switch
  3344.     * sysdeps/unix/bsd/sony/m68k/start.c: Changed #include.
  3345.     * configure: Use config.sub to canonicalize name.
  3346.     Then use combinations of machine, vendor, and os (with special
  3347.     hacks for os flavors) for sysdep dirs to try.
  3348.     * Makefile (distribute): Added config.sub.
  3349.  
  3350. Wed Apr 29 23:06:06 1992  Brendan Kehoe  (brendan@churchy.gnu.ai.mit.edu)
  3351.  
  3352.     * sysdeps/unix/bsd/hp9k3bsd/sysdep.h,
  3353.     sysdeps/unix/bsd/sun/sun3/sysdep.h, sysdeps/unix/bsd/sun/sun4/sysdep.h,
  3354.     sysdeps/unix/bsd/vax/sysdep.h,sysdeps/unix/i386/sysdep.h,
  3355.     sysdeps/mach/i386/sysdep.h: Change all definitions of movl/mov to
  3356.     MOVE(s, d), for insn sets with d,s instead of s,d move insns.
  3357.     * sysdeps/unix/__getegid.S, sysdeps/unix/__geteuid.S,
  3358.     sysdeps/unix/__getppid.S: Use that in each of these.
  3359.  
  3360. Wed Apr 29 17:58:21 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  3361.  
  3362.     * io/getwd.c: Default PATH_MAX if not defined.
  3363.  
  3364.     * sysdeps/unix/getlogin.c, sysdeps/posix/ttyname.c: Make buffers
  3365.     only as big as needed, avoiding PATH_MAX.
  3366.  
  3367.     * sysdeps/posix/getcwd.c: Dynamically extend the buffer as we go,
  3368.     not afterwards; default PATH_MAX if not defined.
  3369.  
  3370.     * posix/execvp.c: Dynamically allocate an array on the stack for the
  3371.     path name, rather than using a fixed-size array.
  3372.  
  3373.     * pwd/putpwent.c: Print pw_dir field.
  3374.  
  3375.     * sysdeps/posix/mktemp.c: If the pid has changed, update OLDPID.
  3376.  
  3377. Tue Apr 28 19:25:21 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  3378.  
  3379.     * malloc/valloc.c [emacs]: #include "config.h"
  3380.  
  3381. Thu Apr 23 13:55:34 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  3382.  
  3383.     * sysdeps/m68k/68881/__drem.c: Define __drem, not drem.
  3384.     Call ____drem, not __drem.
  3385.  
  3386.     * malloc/realloc.c, malloc/malloc.c: Don't #define memcpy or memset
  3387.     if already #define'd.
  3388.  
  3389. Tue Apr 21 04:16:56 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  3390.  
  3391.     * malloc/Makefile: Moved include ../Rules after malloc.tar rules.
  3392.     They need $(routines), which Rules clears.
  3393.  
  3394.     * malloc/realloc.c (MIN): Renamed to min.  Conflicted with HPUX
  3395.     system header files.
  3396.  
  3397.     * Makefile (sysdep-subdirs): Is not called +sysdep-subdirs.
  3398.  
  3399.     * configure: Don't try to create config.status if . is not writable.
  3400.  
  3401.     * sysdeps/generic/printf_fp.c: Fixed padding loop condition for zero
  3402.     case.
  3403.  
  3404.     * math/math.h: Don't #include <float.h> for HUGE_VAL.
  3405.     Instead, #include <huge_val.h>.
  3406.     * stdlib/stdlib.h: Ditto.
  3407.     * math/math.h [__USE_GNU]: #include <nan.h> to get NAN value.
  3408.     * float.h: Removed.
  3409.     * Makefile (headers): Removed float.h and fl.h.
  3410.     * sysdeps/ieee754/huge_val.h, sysdeps/ieee754/nan.h,
  3411.     sysdeps/stub/huge_val.h, sysdeps/stub/nan.h, sysdeps/vax/huge_val.h:
  3412.     Created (from old fl.h files).
  3413.  
  3414.     * math/bsd/common_source/pow.c (pow_p): When checking if Y is an
  3415.     integer, don't let it overflow a `long int'.
  3416.     (pow): Check for NaN with __isnan, not (X != X).
  3417.  
  3418. Tue Apr 21 02:26:19 1992  Brendan Kehoe  (brendan@cs.widener.edu)
  3419.  
  3420.     * sysdeps/unix/bsd/sun/sun4/__pipe.S,
  3421.     sysdeps/unix/bsd/vax/__wait3.S, sysdeps/unix/bsd/hp9k3bsd/__wait3.S:
  3422.     Use the ENTRY macro for each beginning
  3423.  
  3424.     * sysdeps/unix/sysdep.h, sysdeps/unix/bsd/hp9k3bsd/sysdep.h,
  3425.     sysdeps/unix/bsd/sun/sun3/sysdep.h,
  3426.     sysdeps/unix/bsd/sun/sun4/sysdep.h, sysdeps/unix/bsd/vax/sysdep.h,
  3427.     sysdeps/unix/i386/sysdep.h, sysdeps/unix/sysdep.h,
  3428.     sysdeps/unix/sysv/sysdep.h [SYSCALL, SYSCALL__, PSEUDO]: Modify to
  3429.     also receive the number of args the syscall takes; added for future
  3430.     ports that will require this information.
  3431.  
  3432.     * sysdeps/unix/i386/__pipe.S, sysdeps/unix/bsd/vax/__pipe.S,
  3433.     sysdeps/unix/bsd/sun/sun4/__pipe.S,
  3434.     sysdeps/unix/bsd/hp9k3bsd/__pipe.S, sysdeps/unix/i386/__brk.S,
  3435.     sysdeps/unix/bsd/sun/__getdents.S, sysdeps/unix/i386/__fork.S,
  3436.     sysdeps/unix/bsd/vax/__fork.S, sysdeps/unix/bsd/sun/sun4/__fork.S,
  3437.     sysdeps/unix/__setgid.S, sysdeps/unix/__setuid.S,
  3438.     sysdeps/unix/bsd/sun/sun3/__vfork.S,
  3439.     sysdeps/unix/bsd/sun/sun4/__vfork.S,
  3440.     sysdeps/unix/bsd/vax/__wait.S, sysdeps/unix/bsd/hp9k3bsd/__wait.S,
  3441.     sysdeps/unix/i386/__wait.S,
  3442.     sysdeps/unix/bsd/sun/sunos4/sys_wait4.S,
  3443.     sysdeps/unix/bsd/sun/sun3/sethostid.S,
  3444.     sysdeps/unix/bsd/sun/sun4/sethostid.S,
  3445.     sysdeps/unix/bsd/__sigvec.S, sysdeps/unix/bsd/sun/sun4/__sigvec.S,
  3446.     sysdeps/unix/sysv/i386/__sigret.S, sysdeps/unix/__getppid.S,
  3447.     sysdeps/unix/bsd/__access.S, sysdeps/unix/sysv/signal.S,
  3448.     sysdeps/unix/__getegid.S, sysdeps/unix/__geteuid.S,
  3449.     sysdeps/unix/bsd/bsd_getgrp.S, sysdeps/unix/bsd/__dup2.S,
  3450.     sysdeps/unix/bsd/__fchmod.S, sysdeps/unix/bsd/__fchown.S,
  3451.     sysdeps/unix/bsd/__flock.S, sysdeps/unix/bsd/__fstat.S,
  3452.     sysdeps/unix/bsd/__lstat.S, sysdeps/unix/bsd/__mkdir.S,
  3453.     sysdeps/unix/bsd/__readlink.S, sysdeps/unix/bsd/__rmdir.S,
  3454.     sysdeps/unix/bsd/__stat.S, sysdeps/unix/bsd/__symlink.S,
  3455.     sysdeps/unix/bsd/4.4/chflags.S, sysdeps/unix/bsd/4.4/fchflags.S,
  3456.     sysdeps/unix/bsd/4.4/sstk.S, sysdeps/unix/bsd/4.4/setlogin.S,
  3457.     sysdeps/unix/bsd/__getdtsz.S, sysdeps/unix/bsd/__getpgsz.S,
  3458.     sysdeps/unix/bsd/__setregid.S, sysdeps/unix/bsd/__setreuid.S,
  3459.     sysdeps/unix/bsd/__utimes.S, sysdeps/unix/bsd/ftruncate.S,
  3460.     sysdeps/unix/bsd/readv.S, sysdeps/unix/bsd/truncate.S,
  3461.     sysdeps/unix/bsd/vhangup.S, sysdeps/unix/bsd/writev.S,
  3462.     sysdeps/unix/bsd/__getpgrp.S, sysdeps/unix/bsd/__setpgrp.S,
  3463.     sysdeps/unix/bsd/__getrusag.S, sysdeps/unix/bsd/getprio.S,
  3464.     sysdeps/unix/bsd/getrlimit.S, sysdeps/unix/bsd/setprio.S,
  3465.     sysdeps/unix/bsd/__sigblock.S,
  3466.     sysdeps/unix/bsd/__sigpause.S, sysdeps/unix/bsd/__sigstmsk.S,
  3467.     sysdeps/unix/bsd/killpg.S, sysdeps/unix/bsd/sigstack.S,
  3468.     sysdeps/unix/bsd/rename.S, sysdeps/unix/bsd/__adjtime.S,
  3469.     sysdeps/unix/bsd/__setitmr.S, sysdeps/unix/bsd/__settod.S,
  3470.     sysdeps/unix/sysv/sys_stat.S, sysdeps/unix/sysv/sys_fstat.S,
  3471.     sysdeps/unix/sysv/__utssys.S, sysdeps/unix/sysv/utime.S,
  3472.     sysdeps/unix/sysv/__times.S, sysdeps/unix/sysv/i386/time.S,
  3473.     sysdeps/unix/sysv/alarm.S, sysdeps/unix/sysv/pause.S,
  3474.     sysdeps/unix/sysv/ulimit.S, sysdeps/unix/__chdir.S,
  3475.     sysdeps/unix/__chmod.S, sysdeps/unix/__chown.S,
  3476.     sysdeps/unix/__close.S, sysdeps/unix/__dup.S,
  3477.     sysdeps/unix/__fcntl.S, sysdeps/unix/__link.S,
  3478.     sysdeps/unix/__lseek.S, sysdeps/unix/__open.S,
  3479.     sysdeps/unix/__read.S, sysdeps/unix/__umask.S,
  3480.     sysdeps/unix/__unlink.S, sysdeps/unix/__write.S,
  3481.     sysdeps/unix/__ioctl.S, sysdeps/unix/__mknod.S,
  3482.     sysdeps/unix/acct.S, sysdeps/unix/chroot.S, sysdeps/unix/fsync.S,
  3483.     sysdeps/unix/ptrace.S, sysdeps/unix/swapon.S, sysdeps/unix/sync.S,
  3484.     sysdeps/unix/__execve.S, sysdeps/unix/__getgid.S,
  3485.     sysdeps/unix/__getpid.S, sysdeps/unix/__getuid.S,
  3486.     sysdeps/unix/_exit.S, sysdeps/unix/__kill.S,
  3487.     sysdeps/unix/inet/__gethstnm.S, sysdeps/unix/inet/__select.S,
  3488.     sysdeps/unix/inet/gethostid.S, sysdeps/unix/inet/sethostid.S,
  3489.     sysdeps/unix/inet/sethostnam.S, sysdeps/unix/inet/accept.S,
  3490.     sysdeps/unix/inet/bind.S, sysdeps/unix/inet/connect.S,
  3491.     sysdeps/unix/inet/getpeernam.S, sysdeps/unix/inet/getsocknam.S,
  3492.     sysdeps/unix/inet/getsockopt.S, sysdeps/unix/inet/listen.S,
  3493.     sysdeps/unix/inet/recv.S, sysdeps/unix/inet/recvfrom.S,
  3494.     sysdeps/unix/inet/recvmsg.S, sysdeps/unix/inet/send.S,
  3495.     sysdeps/unix/inet/sendmsg.S, sysdeps/unix/inet/sendto.S,
  3496.     sysdeps/unix/bsd/vax/__wait3.S, sysdeps/unix/bsd/hp9k3bsd/__wait3.S,
  3497.     sysdeps/unix/inet/setsockopt.S, sysdeps/unix/inet/shutdown.S,
  3498.     sysdeps/unix/inet/socket.S, sysdeps/unix/inet/socketpair.S: Added the
  3499.     argument count to every use of SYSCALL, SYSCALL__ or PSEUDO.
  3500.  
  3501. Tue Apr 21 00:06:52 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  3502.  
  3503.     * limits.h [__GNUC__ >= 2]: Use #include_next to get GCC's <limits.h>.
  3504.  
  3505.     * sysdeps/posix/sysd-stdio.c (__stdio_read, __stdio_write,
  3506.     __stdio_errmsg) [EINTR && EINTR_REPEAT]: Do EINTR looping.
  3507.     * sysdeps/unix/sysv/sysd-stdio.c: New.
  3508.     #define EINTR_REPEAT and #include posix/sysd-stdio.c.
  3509.  
  3510.     * stdlib/mbstowcs.c: Copy non-MB chars verbatim, instead of error.
  3511.  
  3512.     * sysdeps/generic/printf_fp.c: Note sign of exponent and take its
  3513.     absolute value for arithmetic.
  3514.  
  3515.     * stdlib/testmb.c: New.
  3516.     * stdlib/Makefile (tests): Added testmb.
  3517.  
  3518.     * sysdeps/generic/frexp.c [NAN]: If VALUE is infinite, return NAN.
  3519.     If VALUE is NAN, set errno to EDOM and return VALUE.
  3520.     If VALUE is zero, return it.  In all special cases, clear *EXP.
  3521.  
  3522.     * stdio/test-fseek.c: New.
  3523.     * stdio/Makefile (tests): Added test-fseek.
  3524.  
  3525.     * stdio/fseek.c: Position returned from io_funcs.seek is absolute,
  3526.     not EOF-relative when using SEEK_END.
  3527.  
  3528.     * sysdeps/posix/sysd-stdio.c (__stdio_gen_tempname): Set errno to
  3529.     EEXIST when we run out.
  3530.  
  3531.     * sysdeps/posix/sysd-stdio.c (exists): Use stat rather than open, so
  3532.     we don't need read access.
  3533.  
  3534.     * sysdeps/posix/mk-stdiolim.c (TMP_NAM): is 62 ** 3.
  3535.  
  3536. Mon Apr 20 23:08:02 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  3537.  
  3538.     * sysdeps/posix/sysd-stdio.c (__stdio_gen_tempname): Don't return
  3539.     the same name twice when the file doesn't exist.
  3540.  
  3541.     * stdio/vfprintf.c (%c format): Tests of LEFT for padding were
  3542.     reversed.
  3543.  
  3544.     * sysdeps/generic/printf_fp.c: If we have written some fractional
  3545.     digits, write zeros up to the precision.
  3546.  
  3547.     * sysdeps/unix/bsd/sun/sun4/start.c: Don't clear the FP until just
  3548.     before calling main.
  3549.  
  3550. Wed Apr 15 01:43:38 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3551.  
  3552.     * Makerules (libc.a): Don't depend on libc.a(...); only on lib.
  3553.     (lib-noranlib): Depend on libobjs.
  3554.     (+libobjs): New var.
  3555.     (libobjs): Depend on $(+libobjs).
  3556.     * Rules (others, tests): Don't depend on lib; on libc.a instead.
  3557.  
  3558.     * locale/C-numeric.c: grouping is "".
  3559.  
  3560.     * locale/localeconv.c: Set int_frac_digits.
  3561.  
  3562.     * locale/setlocale.c: Accept "" to mean "C".
  3563.  
  3564.     * sysdeps/unix/sysv/r4/bsddir.h: Protect against multiple inclusion.
  3565.  
  3566.     * sysdeps/unix/sysv/r4/Dist: Created; includes bsddir.h and
  3567.     sys_getdents.S.
  3568.  
  3569.     * sysdeps/unix/i386/sysdep.h [! HAVE_SYSCALLS]: Don't #inlcude
  3570.     unix/sysdep.h.
  3571.     * sysdeps/unix/sysv/sysdep.h, sysdeps/unix/sysdep.h
  3572.     (HAVE_SYSCALLS): #define.
  3573.     * sysdeps/unix/sysv/i386/sysdep.h: #include unix/sysv/sysdep.h, then
  3574.     unix/i386/sysdep.h.
  3575.  
  3576.     * sysdeps/unix/sysv/Makefile: Fixed typos.
  3577.  
  3578.     * sysdeps/unix/sysv/Dist: Add utmp.h.
  3579.  
  3580.     * sysdeps/posix/Makefile (mk-stdiolim): Explicit commands, to
  3581.     compile it without normal gcc flags.
  3582.  
  3583.     * configure (i386-sysv): unix/i386/sysv -> unix/sysv/i386.
  3584.     (i386-sysvr4): New configuration.
  3585.  
  3586. Tue Apr 14 16:47:47 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3587.  
  3588.     * setjmp/setjmp.h: Put sigjmp_buf before typedef for jmp_buf, which
  3589.     needs sigjmp_buf #ifdef __FAVOR_BSD.
  3590.  
  3591.     * posix/unistd.h (getgroups): Don't #define.
  3592.  
  3593.     * sysdeps/stub/ptrace.c: #include <stdarg.h>; declare AP in fn.
  3594.     Avoid "PTR a, b".
  3595.  
  3596.     * sysdeps/posix/sigintr.c: New; sets global sigset_t `_sigintr'.
  3597.     * sysdeps/posix/signal.c: Use SA_RESTART unless SIG is in _sigintr.
  3598.     * signal/sigintr.c: Removed.
  3599.     * sysdeps/stub/sigintr.c: New.
  3600.  
  3601.     * sysdeps/posix/sysd-stdio.c (__stdio_read, __stdio_write,
  3602.     __stdio_errmsg): Don't treat EINTR specially.
  3603.  
  3604.     * sysdeps/unix/Makefile (sys/param.h): Touch the target after mv'ing
  3605.     from the tmp file, so the file is newer than the directory.
  3606.  
  3607.     * sysdeps/generic/strcasecmp.c: Simplified loop; fixed returning
  3608.     wrong value on equal comparison.
  3609.  
  3610.     * stdlib/bsearch.c: Don't lose if NMEMB is zero.
  3611.  
  3612.     * sysdeps/unix/bsd/__times.c (timeval_to_clock_t): Microseconds are
  3613.     not milliseconds.
  3614.  
  3615. Mon Apr 13 18:25:17 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3616.  
  3617.     * sysdeps/generic/strncase.c: New.
  3618.     * string/Makefile (routines): Add strncase.
  3619.     * string/string.h [__USE_GNU]: Declare strncasecmp.
  3620.  
  3621.     * time/__tzset.c: Correctly default DST offset to one hour later
  3622.     than standard offset.
  3623.  
  3624.     * time/__tzset.c (tz_rule): Made `name' not be const.
  3625.  
  3626.     * string/tester.c [! HAVE_GNU_LD]: #define _sys_nerr and
  3627.     _sys_errlist to sys_nerr and sys_errlist.
  3628.  
  3629.     * stdio/test_rdwr.c: Fixed printf call missing arg.
  3630.  
  3631.     * posix/getgrps.c: #undef getgroups first.
  3632.  
  3633.     * misc/brk.c: Declare __brk.
  3634.     * misc/sbrk.c: Declare __sbrk.
  3635.     * misc/setreuid.c, misc/setregid.c: #include <unistd.h>.
  3636.     Fixed types in DEFUN in fn alias.
  3637.     * misc/getpgsz.c, misc/getdtsz.c, misc/gethstnm.c: #include <unistd.h>.
  3638.     * misc/getdents.c: Declare __getdirentries.
  3639.     * misc/mknod.c: #include <sys/stat.h>.
  3640.     * posix/unistd.h: Declare many __ versions of things.
  3641.     [__OPTIMIZE__]: Many #define foo(...) -> __foo(...).
  3642.  
  3643.     * io/fcntl.c: #include <sys/file.h>.
  3644.  
  3645.     * sysdeps/unix/Makefile: New hair to install other headers the
  3646.     system sys/param.h #includes.
  3647.  
  3648.     * time/__tzset.c (__tzfile_default): Declare.
  3649.  
  3650.     * time/sys/time.h (timezone): #define to __timezone.
  3651.  
  3652.     * sysdeps/ieee754/printf_fp.c: #undef outchar before #including
  3653.     generic/printf_fp.c.
  3654.  
  3655.     * stdio/__vfscanf.c: For %c, don't lose the first char.
  3656.     For %s, properly consume the last char when we hit max width.
  3657.  
  3658.     * posix/gnu/types.h (__dev_t, __mode_t): Made int rather than short.
  3659.     * io/gnu/stat.h (struct stat): Made st_dev, st_rdev, and st_mode use
  3660.     {,unsigned} short int instead of __dev_t/__mode_t.
  3661.  
  3662. Fri Apr 10 13:55:07 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
  3663.  
  3664.     * setjmp/setjmp.h: Rearranged so that jmp_buf is defined before any
  3665.     prototypes are used.
  3666.     (longjmp): Declare with jmp_buf, not __jmp_buf, to win in BSD mode.
  3667.     (_longjmp): #define as __longjmp, not longjmp.
  3668.     (_longjmp, _setjmp): Take jmp_buf args, not __jmp_buf.
  3669.     Call sig{set,long}jmp with SAVEMASK==0, rather than __{set,long}jmp.
  3670.     * _longjmp.c, _setjmp.c: #define _BSD_SOURCE before all else.
  3671.     (_setjmp): Call sigsetjmp, not __setjmp.
  3672.  
  3673.     * io/sys/stat.h (__fchmod, __mknod): Fixed arg types.
  3674.  
  3675.     * io/fchmod.c: Fixed typo.
  3676.  
  3677.     * time/Makefile (\n): Renamed to nl.
  3678.  
  3679.     * Makerules (native-compile): New variable.
  3680.     * sysdeps/generic/Makefile, sysdeps/unix/Makefile,
  3681.     sysdeps/unix/bsd/Makefile: Use it in cmds for generator progs.
  3682.  
  3683.     * sysdeps/unix/sysv/sysv_termio.h (_SYSV_TAB3): New; same as XTABS.
  3684.  
  3685.     * sysdeps/unix/sysv/setrlimit.c: Removed extern decl of etext (unused).
  3686.  
  3687.     * sysdeps/unix/sysv/__tcgetatr.c, sysdeps/unix/sysv/tcdrain.c,
  3688.     sysdeps/unix/sysv/tcflow.c, sysdeps/unix/sysv/tcflush.c,
  3689.     sysdeps/unix/sysv/tcgetpgrp.c, sysdeps/unix/sysv/tcsendbrk.c,
  3690.     sysdeps/unix/sysv/tcsetattr.c, sysdeps/unix/sysv/tcsetpgrp.c:
  3691.     #include <sys/ioctl.h>
  3692.  
  3693.     * sysdeps/unix/sysv/__rmdir.c, sysdeps/unix/sysv/__mkdir.c,
  3694.     sysdeps/posix/writev.c: #include <string.h>.
  3695.  
  3696.     * sysdeps/posix/clock.c: Removed unused variable.
  3697.  
  3698. Thu Apr  9 01:49:39 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  3699.  
  3700.     * Version 1.03.
  3701.  
  3702.     * grp/testgrp.c: Print members correctly.
  3703.  
  3704.     * stdio/test-popen.c: Pipe to cat rather than more, and then check
  3705.     output file.  Better error checking.
  3706.  
  3707.     * setjmp/tst-setjmp.c: Notice if we didn't jump the right number of
  3708.     times.
  3709.  
  3710.     * signal/tst-signal.c, string/testcopy.c, stdio/bug[12345].c: Print
  3711.     msgs that more clearly say whether we won or lost.  Better error
  3712.     checking.
  3713.  
  3714.     * sysdeps/generic/printf_fp.c: Completely rewritten from scratch.
  3715.     Now uses Steele & White's "Dragon4" algorithm to do things right.
  3716.  
  3717. Wed Apr  8 01:08:41 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  3718.  
  3719.     * sysdeps/i386/__longjmp.c: Test for VAL==0 before clobbering regs.
  3720.     Wire V to AX, rather than DX.  Use "a" constraint on unused operand
  3721.     in jmp asm, rather than global reg var, to force value into AX.
  3722.  
  3723. Tue Apr  7 17:51:25 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  3724.  
  3725.     * posix/Makefile (headers): Added tar.h.
  3726.     * posix/tar.h: New file, from djm.
  3727.  
  3728. Mon Apr  6 01:39:07 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  3729.  
  3730.     * time/tzfile.c (struct ttinfo): Made `isstd' member be unsigned
  3731.     char instead of 1-bit bitfield.
  3732.  
  3733.     * time/tzfile.c (__tzfile_default): New function.
  3734.     * time/__tzset.c: Call it when no rule is given.
  3735.     * time/Makefile: Install posixrules just like localtime.
  3736.     * time/Makeconfig (posixrules, posixrules-file): New config vars.
  3737.  
  3738.     * time/time.h (struct tm): Add `tz_gmtoff', `tz_zone'.
  3739.     * time/localtime.c: Set those members.
  3740.  
  3741.     * sysdeps/ieee754/__drem.c: XOR the signs of X and the result,
  3742.     rather than setting the sign of the result to that of X.
  3743.  
  3744.     * sysdeps/unix/bsd/make-local_lim.c: Don't do MAXUPRC or MAXLINK if
  3745.     <sys/param.h> didn't define them.
  3746.  
  3747.     * sysdeps/posix/__sigvec.c: Fixed braino: SA_ONSTACK should be
  3748.     SA_RESTART.
  3749.  
  3750.     * pwd/getpw.c, pwd/putpwent.c: Use %u fmt for uid and gid (which are
  3751.     unsigned).
  3752.  
  3753.     * time/time.h (tzname, daylight, timezone): Don't #define to __.
  3754.     * time/tzfile.c, time/__tzset.c, time/localtime.c, time/strftime.c
  3755.     [! HAVE_GNU_LD]: #define __ to plain for above three vars.
  3756.  
  3757. Thu Apr  2 03:39:04 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  3758.  
  3759.     * locale/Makefile (routines): Add localeconv.
  3760.  
  3761.     * sysdeps/i386/jmp_buf.h: Removed `__dx' elt; replaced with `__pc'.
  3762.     __bp and __sp are PTRs.
  3763.     * sysdeps/i386/setjmp.c: Rewritten.  Use global reg vars to save regs.
  3764.     Use arithmetic on address of arg to get caller's PC, BP, and SP.
  3765.     * sysdeps/i386/__longjmp.c: Rewritten.  Use global reg vars to
  3766.     restore regs.
  3767.  
  3768. Wed Apr  1 23:13:57 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  3769.  
  3770.     * Moved sysdeps/unix/i386/{bsd,sysv} to
  3771.     sysdeps/unix/{bsd,sysv}/i386, and updated Implies files.
  3772.     Implied dirs come before parents, and we want unix/i386 before
  3773.     unix/{sysv,bsd}.
  3774.  
  3775.     * io/chown.c: Fixed types in fn alias.
  3776.  
  3777. Wed Apr  1 14:18:58 1992  Torbjorn Granlund  (tege@mole.gnu.ai.mit.edu)
  3778.  
  3779.     * sysdeps/generic/memcmp.c
  3780.     (memcmp_common_alignment, memcmp_not_common_alignment):
  3781.     Move back do0 label to its original position, after the loop.
  3782.     Add comment before do0 labels.
  3783.     * sysdeps/generic/wordcopy.c (_wordcopy_fwd_aligned): Indentation.
  3784.     Add comment before do0 labels.
  3785.  
  3786. Wed Apr  1 02:16:19 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3787.  
  3788.     * sysdeps/unix/sysv/Makefile [subdir==misc]: Generate sysdep header
  3789.     termio.h from sysv_termio.h.
  3790.  
  3791.     * sysdeps/generic/make_siglist.c: New file.
  3792.     * sysdeps/generic/signame.[ch]: Symlink'd from /gd/gnu/lib.
  3793.     * sysdeps/generic/Makefile: Generate siglist.c with above.
  3794.     * sysdeps/generic/Dist: Add make_siglist.c, signame.[ch].
  3795.  
  3796.     * sysdeps/unix/bsd/Makefile (before-compile): Define properly as a
  3797.     variable.
  3798.  
  3799.     * sysdeps/unix/bsd/make_siglist.c: Generate #define _sys_siglist
  3800.     sys_siglist #ifndef HAVE_GNU_LD.
  3801.     * stdio/psignal.h, string/strsignal.h [! HAVE_GNU_LD]:
  3802.     #define _sys_siglist sys_siglist.
  3803.  
  3804.     * sysdeps/unix/sysv/signum.h (SIGCHLD): Changed #.
  3805.     (SIGUSR1, SIGUSR2, SIGPWR): Added.
  3806.     (_NSIG): Updated.
  3807.  
  3808.     * sysdeps/unix/sysv/utmp.h: New.
  3809.  
  3810.     * sysdeps/unix/bsd/getlogin.c: Moved to sysdeps/unix/getlogin.c.
  3811.  
  3812.     * sysdeps/unix/sysv/r4/bsddir.h, sysdeps/unix/sysv/r4/readdir.c,
  3813.     sysdeps/unix/sysv/r4/closedir.c, sysdeps/unix/sysv/r4/rewinddir.c,
  3814.     sysdeps/unix/sysv/r4/opendir.c, sysdeps/unix/sysv/r4/sys_getdents.S,
  3815.     sysdeps/unix/sysv/r4/Makefile: New.
  3816.  
  3817.     * sysdeps/unix/sysv/tcflow.c: New.
  3818.  
  3819.     * sysdeps/unix/sysv/sysv_termio.h: Add lots of bits; VMIN and VTIME
  3820.     elts of c_cc.
  3821.     * sysdeps/unix/sysv/__tcgetatr.c, sysdeps/unix/sysv/tcsetattr.c: Use
  3822.     VMIN and VTIME elts from sysv termio struct.
  3823.  
  3824.     * sysdeps/unix/sysv/__gethstnm.c: New.
  3825.  
  3826.     * sysdeps/unix/sysv/local_lim.h (NGROUPS_MAX): Define as 0.
  3827.  
  3828.     * sysdeps/unix/sysv/fcntlbits.h (struct __flock): Changed l_pid to
  3829.     short; added l_sysid.
  3830.  
  3831.     * sysdeps/unix/sysv/__sigact.c: New.
  3832.  
  3833.     * sysdeps/unix/sysv/r4/__access.S: New; just #include bsd/__access.S.
  3834.  
  3835.     * sysdeps/unix/sysv/Makefile: Fixed typo: sysdep-routines =>
  3836.     sysdep_routines.
  3837.  
  3838.     * sysdeps/unix/i386/sysv/__sigret.S,
  3839.     sysdeps/unix/i386/sysv/signal.S: New.
  3840.  
  3841.     * signal/Makefile (routines): Added sigret, __sigret.
  3842.     * signal/sigret.c: New; fn alias to __sigreturn.
  3843.     * sysdeps/stub/__sigret.c: New.
  3844.  
  3845.     * sysdeps/unix/i386/sysdep.h (PSEUDO): Use hard-coded numbers for
  3846.     lcalls insn--GAS bug.
  3847.  
  3848.     * sysdeps/unix/bsd/readdir.c (D_NAMLEN): New macro; define if not
  3849.     already defined, to return length of a direct elt.
  3850.  
  3851.     * sysdeps/stub/__getgrps.c: #include <limits.h>; if NGROUPS_MAX is
  3852.     defined as 0, always return 0, and no stub warning.
  3853.  
  3854.     * sysdeps/posix/system.c: Don't fail if sigprocmask fails with ENOSYS.
  3855.  
  3856.     * sysdeps/posix/sysd-stdio.c, sysdeps/stub/sysd-stdio.c: Doc fix.
  3857.  
  3858.     * sysdeps/posix/__gettod.c: Use CONST where appropriate and not
  3859.     where not.
  3860.  
  3861.     * sysdeps/i386/memchr.c, sysdeps/i386/strlen.c: Changed `repnz' to
  3862.     `repne'.
  3863.  
  3864.     * stdio/fgets.c: Notice returned char from __fillbf in length calc.
  3865.  
  3866.     * misc/sys/ioctl.h: Always define `struct sgttyb'.
  3867.  
  3868.     * stdlib/alloca.h: #undef __alloca, too.
  3869.     Always #define alloca == __alloca.
  3870.  
  3871.     * signal/signal.h (__kill): Fixed type in decl.
  3872.     * posix/unistd.h (setgid): Fixed type in decl.
  3873.     * posix/setpgid.c, posix/setgid.c, signal/kill.c, posix/fork.c,
  3874.       posix/vfork.c, posix/getpid.c, posix/getppid.c, posix/setsid.c:
  3875.     Fixed DEFUNs in fn aliases.
  3876.     * pwd/getpw.c: Fixed type in defn.
  3877.  
  3878. Mon Mar 30 17:06:54 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  3879.  
  3880.     * sysdeps/generic/printf_fp.c: In %f, decrement PREC for each
  3881.     leading zero in the fractional part.
  3882.  
  3883.     * sysdeps/ieee754/ieee754.h: Made all elts unsigned.
  3884.     * sysdeps/ieee754/__drem.c: Return NAN if Y is zero.
  3885.     * sysdeps/ieee754/ldexp.c: Rewritten.
  3886.     * sysdeps/ieee754/__logb.c: Handle denormalized numbers.
  3887.  
  3888.     * posix/sys/wait.h: #include <endian.h>
  3889.  
  3890.     * sysdeps/ieee754/fl.h: Fixed NAN and HUGE_VAL bit patterns; added
  3891.     code for little endian.
  3892.  
  3893.     * sysdeps/generic/frexp.c: Add one to exponent to give the result a
  3894.     digit before the point.  Use negative exponent rather than division.
  3895.  
  3896.     * math/__finite.c: Return zero for NaN.
  3897.     * math/math.h: Doc fix for same.
  3898.  
  3899.     * stdio/__getdelim.c: Correctly notice when the buffer is full.
  3900.  
  3901.     * sysdeps/unix/bsd/opendir.c: Pass arg to fcntl F_SETFD by value,
  3902.     not by reference.
  3903.  
  3904.     * time/__tzset.c: Correct default rule: M4.1.0,M10.5.0.
  3905.  
  3906.     * time/__tzset.c: Move ptr past Mfoobar syntax after parsing it.
  3907.  
  3908.     * time/__tzset.c: Properly parse the DST offset (or its absence).
  3909.  
  3910.     * sysdeps/unix/make_errlist.c: Write an #ifdef HAVE_GNU_LD, rather
  3911.     than testing it when compiling make_errlist.
  3912.  
  3913.     * time/tzfile.c (__tzfile_read): Convert transitions to host byte
  3914.     order.
  3915.  
  3916.     * Makeconfig (localtime-file): New config var.
  3917.     * time/Makefile (tzfile.o, zic.o): Use it for TZDEFAULT.
  3918.  
  3919.     * stdio/Makefile (tests): Added tstgetline.
  3920.     * stdio/tstgetline.c: New; test for getline.
  3921.  
  3922.     * Makeconfig (sysincludedir): Define and document.
  3923.     * sysdeps/unix/snarf-ioctls, sysdeps/unix/Makefile: Use
  3924.     ${sysincludedirs} in place of hard-coded /usr/include.
  3925.  
  3926. Fri Mar 27 13:33:37 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  3927.  
  3928.     * string/Makefile (headers): Added endian.h.
  3929.  
  3930.     * sysdeps/ieee754/__drem.c: Fixed typo which made X and Y be the
  3931.     same location.
  3932.  
  3933.     * sysdeps/generic/__lstat.c: #include <gnu-stabs.h>
  3934.  
  3935.     * stdio/internals.c (flushbuf): Increment target as well as offset
  3936.     when we write out the single char.
  3937.  
  3938.     * grp/Makefile (tests): Add testgrp (formerly bug1).
  3939.  
  3940. Thu Mar 26 14:59:45 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  3941.  
  3942.     * stdio/fread.c: Don't read directly when we need to seek first.
  3943.  
  3944. Wed Mar 25 02:34:49 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  3945.  
  3946.     * sysdeps/unix/bsd/alarm.c: There are 1000000 usecs in a sec.
  3947.  
  3948.     * sysdeps/unix/bsd/sun/ptrace.c: Removed.
  3949.  
  3950.     * stdio/fgets.c: For unbuffered stream, don't return EOF after
  3951.     reading some data.
  3952.     Added missing parens.
  3953.  
  3954. Tue Mar 24 18:31:07 1992  Torbjorn Granlund  (tege@hal)
  3955.  
  3956.     * sysdeps/i386/memset.c: Move code that puts C in all four nibbles of
  3957.     X inside `if' statement.  Include sysdeps/i386/memset.c (not bzero).
  3958.     * sysdeps/i386/memchr.c: Rewrite to be faster.  Include
  3959.     sysdeps/generic/memchr.c (not bzero).
  3960.  
  3961. Tue Mar 24 01:21:32 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  3962.  
  3963.     * io/Makefile (routines): Add getdirname.
  3964.     * posix/unistd.h [__USE_GNU]: Declare getdirname.
  3965.     * io/getdirname.c: New.
  3966.  
  3967.     * Makeconfig (stddef.h): Define and document.
  3968.     * Makefile (headers): Use $(stddef.h) for stddef.h.
  3969.  
  3970. Mon Mar 23 18:04:56 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
  3971.  
  3972.     * sysdeps/posix/mktemp.c: Do PID % 100000 for 5 digits.
  3973.  
  3974.     * time/Makefile (tzfiles): Remove pacificnew; it won't compile.
  3975.     (distribute): Put it here instead.
  3976.  
  3977.     * stdio/printf-prs.c [HAVE_LONGLONG]: Fixed missed var name change
  3978.     from code snarf.
  3979.  
  3980.     * stdio/fgets.c: Return NULL when we get EOF.
  3981.  
  3982.     * posix/execvp.c, sysdeps/posix/putenv.c [! HAVE_GNU_LD]: Define
  3983.     __environ as environ.
  3984.  
  3985.     * sysdeps/unix/bsd/Makefile, sysdeps/unix/Makefile: In rules to
  3986.     compile generator programs, cd into $(objdir) first to avoid
  3987.     braindead cc clobbering foo.o in cwdir.
  3988.  
  3989.     * sysdeps/m68k/setjmp.c: Deref fpregs array in asm.
  3990.  
  3991.     * time/Makefile (zones-%): Fixed generated rules.
  3992.  
  3993.     * math/Makefile (libm.a): Use r cmd to ar.
  3994.  
  3995.     * time/Makefile (zones-%): In echo commands, put \\\\n outside of
  3996.     quotes instead of \\n inside single quotes.  SysV echo is braindead.
  3997.  
  3998.     * io/fchown.c, io/fchmod.c, misc/bsd-compat.c: Fixed DEFUNs in fn
  3999.     aliases.
  4000.  
  4001.     * time/Makefile (echo-zonenames): New target; tell user what all
  4002.     timezones defined in all zone files are.
  4003.     * Makeconfig (localtime): Comment about using above.
  4004.  
  4005. Sun Mar 22 18:34:02 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  4006.  
  4007.     * time/australasia (NZ): Updated rules.
  4008.  
  4009. Sat Mar 21 01:00:49 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4010.  
  4011.     * stdio/printf-prs.c [__GNUC__]: Define HAVE_LONGLONG.
  4012.  
  4013. Fri Mar 20 00:35:36 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4014.  
  4015.     * Version 1.02.
  4016.  
  4017.     * stdio/Makefile (routines): Add __getdelim, __getline.
  4018.  
  4019.     * sysdeps/unix/i386/start.c: No ../ in #include file name.
  4020.  
  4021.     * sysdeps/posix/sysd-stdio.c, sysdeps/stub/sysd-stdio.c
  4022.     (__stdio_seek): Doc fix.
  4023.  
  4024.     * sysdeps/posix/mk-stdiolim.c: Add one to L_tmpnam, for the null
  4025.     terminator.
  4026.  
  4027.     * sysdeps/posix/__dup2.c: Use an extra fcntl call to check that the
  4028.     first fd is valid.  Close the second fd before doing the dup.
  4029.  
  4030.     * pwd/pwdread.c, grp/grpread.c: Use __getline.  Ignore lines
  4031.     beginning with #.
  4032.  
  4033.     * Makeconfig (objdir): If $(ARCH) starts with a slash, don't prepend
  4034.     $(..).
  4035.  
  4036. Thu Mar 19 21:36:57 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4037.  
  4038.     * Makefile (install-lib): Add Mcrt1.o.
  4039.     (Mcrt1.o): Create empty file.
  4040.  
  4041. Wed Mar 18 16:00:18 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4042.  
  4043.     * Makeconfig (+link): Use $(libdir) for gnulib.
  4044.  
  4045. Tue Mar 17 20:12:35 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4046.  
  4047.     * math/bsd/common_source/mathimpl.h: Include <endian.h>.
  4048.     [__LITTLE_ENDIAN]: #define national.
  4049.  
  4050.     * stdio/__vfscanf.c: EOF at end of string is not
  4051.     an error.
  4052.  
  4053.     * stdio/tstscanf.c: Added new sscanf test.
  4054.  
  4055.     * stdio/vfprintf.c: For %#x, print 0x after padding 0s, not before.
  4056.  
  4057.     * stdio/fputs.c: Reverse size args to fwrite and test for returning
  4058.     LEN, rather than 1, so 0-length wins.
  4059.  
  4060.     * io/gnu/fcntl.h: Moved to sysdeps/unix/bsd/fcntlbits.h.
  4061.     * io/Makefile (headers), io/fcntl.h: gnu/fcntl.h -> fcntlbits.h.
  4062.     * sysdeps/stub/fcntlbits.h, sysdeps/unix/sysv/fcntlbits.h: New.
  4063.  
  4064.     * stdio/fopen.c (__getmode): Don't fall through in switch after 'a'
  4065.     case.
  4066.  
  4067.     * locale/C-ctype_ct.c (__ctype_b_C): Use symbolic constants.
  4068.     9..12 are not _NOgraph.
  4069.  
  4070. Tue Mar 17 19:04:01 1992  Torbjorn Granlund  (tege@hal.gnu.ai.mit.edu)
  4071.  
  4072.     * string/testcopy.c: Fix typo in comment.
  4073.  
  4074. Tue Mar 17 19:57:49 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4075.  
  4076.     * sysdeps/generic/strstr.c, string/string.h, string/tester.c
  4077.     (strstr): Arguments were reversed.
  4078.  
  4079. Tue Mar 17 18:52:39 1992  Torbjorn Granlund  (tege@hal.gnu.ai.mit.edu)
  4080.  
  4081.     * sysdeps/i386/memcopy.h (WORD_COPY_BWD): Divide nbytes by 4.
  4082.     * sysdeps/i386/memchr.c: Rewrite.  Handle zero length correctly.
  4083.     Don't ask gcc to allocate eax to two regs.
  4084.  
  4085. Tue Mar 17 17:31:06 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4086.  
  4087.     * posix/unistd.h (getpagesize): Declare as size_t.
  4088.  
  4089.     * Makeconfig (CC): Define unless origin is default.
  4090.  
  4091.     * stdio/__getdelim.c: Be sure to leave room for the terminating null.
  4092.  
  4093.     * string/testcopy.c: New version from tege.
  4094.  
  4095.     * malloc/dist-README: Changed mailing list addr to bug-glibc.
  4096.  
  4097.     * sysdeps/unix/bsd/__sigproc.c: Use right mask for SIG_UNBLOCK.
  4098.  
  4099.     * Makefile, Rules (clean, mostlyclean): Put - before rm commands.
  4100.  
  4101. Tue Mar 17 11:14:40 1992  Torbjorn Granlund  (tege@hal.gnu.ai.mit.edu)
  4102.  
  4103.     * sysdeps/rs6000/memcopy.h (BYTE_COPY_BWD): Assign __nbytes.
  4104.     * sysdeps/m68k/memcopy.h (WORD_COPY_BWD): Copy memory, not just
  4105.     pointers.  Clean up switch expression.
  4106.  
  4107. Mon Mar 16 05:09:23 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4108.  
  4109.     * posix/wordexp.c: New.
  4110.  
  4111.     * time/tzfile.c (__tzfile_read): Don't die if some of the sections
  4112.     of the datafile are empty.
  4113.  
  4114.     * stdio/getline.c, stdio/getdelim.c: Moved to
  4115.     __getline.c/__getdelim.c.
  4116.     New files with fn aliases.
  4117.     * stdio/stdio.h (__getline, __getdelim): Declare.
  4118.  
  4119.     * time/Makefile (zonenames): Hair to find the names of zones
  4120.     described by $(tzfiles).
  4121.     (install-data): Install zoneinfo/$(zonenames).
  4122.     Rules to make zones from tzfiles.
  4123.     [localtime] (zoneinfo/localtime): Make from zoneinfo/$(localtime).
  4124.     * Makeconfig (localtime): New user-frobbable variable.
  4125.  
  4126. Sun Mar 15 00:01:05 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  4127.  
  4128.     * Makerules (sysdep-Makefile): Do if ... else true to avoid bogus
  4129.     nonzero status.
  4130.  
  4131.     * Makefile: Denewlinify +sysdep-subdirs after including sysd-dirs.
  4132.  
  4133.     * sysdeps/vax/__infnan.c [!__GNUC__]: Error.
  4134.  
  4135.     * zic.c, scheck.c, emkdir.c, ialloc.c, private.h, tzfile.h: Snarfed
  4136.     from localtime3 dist.
  4137.     * time/Makefile (others): Added zic.
  4138.     (distribute): Added private.h, emkdir.c, ialloc.c, scheck.c.
  4139.     (install): Defined: zic, zdump.
  4140.  
  4141.     * Makeconfig (bindir): Define.
  4142.     * Makerules: Add rule to install $(install) in $(bindir).
  4143.     (+install): Include $(install) in $(bindir).
  4144.  
  4145.     * sysdeps/unix/Makefile: Moved siglist.c rules to unix/bsd/Makefile.
  4146.     * sysdeps/unix/make_siglist.c: Moved to bsd/.
  4147.     * sysdeps/unix/Dist: Remove it.
  4148.     * sysdeps/unix/bsd/Dist: Add it.
  4149.  
  4150.     * malloc/Makefile (malloc/gmalloc.c): Depend on headers and sources.
  4151.  
  4152.     * sysdeps/unix/bsd/sun/sun4/__sigvec.S: Doc fix.
  4153.  
  4154.     * sysdeps/stub/stty.c, sysdeps/stub/gtty.c: Include <stddef.h>.
  4155.  
  4156.     * sysdeps/unix/sysv/__fstat.c: Include sysv_stat.h.
  4157.  
  4158.     * misc/bsd-compat.c: Define _BSD_SOURCE rather than __FAVOR_BSD.
  4159.     (longjmp): Use function_alias_void.
  4160.  
  4161.     * time/Makefile (tzfile.o): Compile with
  4162.     -DTZDIR='"$(datadir)/zoneinfo"'.d
  4163.  
  4164. Sat Mar 14 23:26:46 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  4165.  
  4166.     * Makeconfig (INSTALL_DATA, INSTALL_PROGRAM, INSTALL): Don't define
  4167.     if already defined.
  4168.  
  4169.     * setjmp/longjmp.c: Use function_alias_void.
  4170.  
  4171.     * gnu-stabs.h (function_alias_void): New macro.
  4172.  
  4173.     * gnu-stabs.h [!HAVE_GNU_LD] (function_alias): Fixed not to loop.
  4174.  
  4175. Fri Mar 13 17:20:19 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
  4176.  
  4177.     * sysdeps/posix/sysd-stdio.c (__stdio_gen_tempname): Include null
  4178.     terminator in length calculation.
  4179.  
  4180.     * stdio/fgets.c: Be sure to return NULL on error/eof for unbuffered
  4181.     stream.  If N==1, don't write the first char if !seen.
  4182.     When the buffer is empty, notice the effect of __fillbf after
  4183.     calling it, avoiding a (costly) no-op iteration.
  4184.     Don't return NULL for reading no chars; only for EOF or error.
  4185.     Don't write terminator at beginning of S if eof on first char.
  4186.  
  4187.     * malloc/Makefile (libmcheck.a), Makefile (crt0.o): Remove target
  4188.     first; don't use -f to ln.
  4189.  
  4190.     * posix/execl.c, posix/execv.c, sysdeps/posix/getenv.c,
  4191.     sysdeps/posix/system.c [HAVE_GNU_LD]: #define __environ environ
  4192.  
  4193.     * posix/unistd.h [__OPTIMIZE__] (execv): Removed defn.  Can't know
  4194.     whether to use __environ or environ.
  4195.  
  4196.     * io/fchown.c, io/chown.c, io/open.c, misc/select.c,
  4197.     signal/sigvec.c, time/adjtime.c: Fixed DEFUNs in fn aliases.
  4198.  
  4199.     * time/__tzset.c: Don't dereference NULL if getenv returns it.
  4200.  
  4201. Thu Mar 12 16:01:33 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4202.  
  4203.     * sysdeps/ieee754/sqrt.c: Replaced undefined var ref `k' with constant.
  4204.  
  4205.     * sysdeps/i386/__longjmp.c: #include <stdlib.h>.
  4206.  
  4207.     * time/tzfile.c (__tzfile_compute): Use types[0] if TIMER falls
  4208.     between transitions[0] and transitions[1].
  4209.     Always set __tzname[INFO->isdst] to the name for INFO.
  4210.  
  4211.     * sysdeps/i386/__longjmp.c: Changed register names for gcc; eax/%eax
  4212.     -> ax.
  4213.  
  4214.     * sysdeps/unix/snarf-ioctls: Avoid infinite recursion.
  4215.  
  4216. Wed Mar 11 00:16:18 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4217.  
  4218.     * Version 1.01.
  4219.  
  4220.     * Makefile (munch-init.c): Made $(objpfx)munch-init.c.
  4221.  
  4222.     * signal/sigvec.c, signal/sigaction.c, stdio/vsscanf.c: Fixed DEFUNs
  4223.     in fn aliases.
  4224.  
  4225.     * sysdeps/m68k/68881/68881-switch/switch.c: Merged vars have_fpu and
  4226.     test_fpu into one.
  4227.  
  4228.     * sysdeps/mach/i386/start.c, sysdeps/vax/setjmp.c,
  4229.     sysdeps/vax/__longjmp.c, sysdeps/vax/__infnan.c,
  4230.     sysdeps/unix/start.c, sysdeps/unix/bsd/sun/sun4/sigtramp.c,
  4231.     sysdeps/unix/bsd/sun/sun4/start.c,
  4232.     sysdeps/unix/bsd/hp9k3bsd/start.c, sysdeps/sparc/sqrt.c,
  4233.     sysdeps/rs6000/ffs.c, sysdeps/m88k/ffs.c, sysdeps/m68k/setjmp.c,
  4234.     sysdeps/m68k/__longjmp.c, sysdeps/m68k/68881/printf_fp.c,
  4235.     sysdeps/m68k/68881/atan2.c, sysdeps/m68k/68881/__logb.c,
  4236.     sysdeps/m68k/68881/68881-switch/switch.c, sysdeps/m68k/ffs.c,
  4237.     sysdeps/i386/memset.c, sysdeps/i386/memchr.c, sysdeps/i386/ffs.c,
  4238.     sysdeps/i386/bzero.c, sysdeps/i386/__longjmp.c, sysdeps/am29k/ffs.c
  4239.     [! __GNUC__]: Either include the generic (or in some cases, ieee754)
  4240.     version, or do a #error.
  4241.  
  4242.     * Rules: Null out `objects' at end to shrink environment some.
  4243.     (+objs): Define with := from $(objects).
  4244.     (clean): Use that instead of $(objects).
  4245.  
  4246.     * sysdeps/i386/setjmp.c: Doubled % where it wanted to be literal.
  4247.  
  4248.     * posix/getgrps.c, io/flock.c, io/mkdir.c, io/read.c, io/write.c,
  4249.     io/stat.c, misc/getdents.c, misc/mknod.c, misc/utimes.c: Fixed
  4250.     DEFUNs in fn aliases.
  4251.  
  4252.     * sysdeps/unix/bsd/hp9k3bsd/sysdep.S: Use # instead of kludge cookie.
  4253.  
  4254.     * posix/getegid.c: Fixed type in DEFUN.
  4255.  
  4256.     * time/tzfile.c (__tzfile_compute): If TIMER is before any
  4257.     transition in the file, use the first non-DST type, rather than the
  4258.     type of the first transition in the file.
  4259.  
  4260. Tue Mar 10 20:01:55 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4261.  
  4262.     * configure: Take optional -nfp arg.
  4263.     (news, sun3, hp300): Prepend m68k/68881 unless -nfp is given.
  4264.     * sysdeps/unix/bsd/hp9k3bsd/Implies: Don't specify 68881.
  4265.  
  4266.     * stdio/getdelim.c: When the buffer is empty, notice the effect of
  4267.     __fillbf after calling it, avoiding a (costly) no-op iteration.
  4268.  
  4269.     * sysdeps/vax/__memccpy.c: Fixed comments.
  4270.  
  4271.     * stdio/fmemopen.c: Set all fns and seen bit before we might call
  4272.     something that would care (fclose).
  4273.  
  4274.     * configure (sun3, sun-3): Mean sun3os4, not sun3os3.
  4275.     (sun3os3): Use just unix/bsd/sun/sun3/os3.
  4276.     * sysdeps/unix/bsd/sun/sun3/os3: New directory.
  4277.     (sysdeps/unix/bsd/sun/sunos3/__wait.S): Moved to there.
  4278.     * sysdeps/unix/bsd/sun/sun3/sysdep.h: Fixed; took hp9k3bsd/sysdep.h
  4279.     and changed movel foo, d0 to pea foo for syscall no.
  4280.     * sysdeps/unix/bsd/sun/sun3/__brk.S: Fixed pea addr mode.
  4281.     * sysdeps/unix/bsd/sun/sun3/sethostid.S: errnos.h, not gnu/errno.h.
  4282.     Use .stabs directly, not gnu-stabs.h (which uses `asm').
  4283.     * sysdeps/m68k/setjmp.c: Changed asm for first moveml, so it works
  4284.     on sun3.
  4285.     * sysdeps/unix/bsd/sun/sun3/start.c: Removed ../ from #include path.
  4286.  
  4287. Sun Mar  8 16:33:33 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4288.  
  4289.     * misc/makefile (headers): Added stab.h, stab.def.
  4290.     * Many files: Changed __GNU_STAB__ to HAVE_GNU_LD.
  4291.  
  4292. Sat Mar  7 21:21:10 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4293.  
  4294.     * time/mktime.c: Normalize the struct values before checking for out
  4295.     of range values.
  4296.  
  4297. Fri Mar  6 11:43:35 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4298.  
  4299.     * sysdeps/ieee754/ldexp.c: New.
  4300.  
  4301.     * stdio/internals.c (flushbuf): When priming the stream for writing,
  4302.     advance the target pos to account for chars gotten from the buffer.
  4303.  
  4304.     * sysdeps/generic/Makefile: For math routines, don't filter out
  4305.     __finite.
  4306.  
  4307.     * sysdeps/posix/sysd-stdio.c (__stdio_gen_tempname): Fixed bugs.
  4308.  
  4309.     * misc/Makefile (routines): Remove flock.
  4310.  
  4311.     * stdlib/strtod.c: Fixed typo in checking for exponent overflow.
  4312.     Do set *ENDPTR on overflow or underflow.
  4313.  
  4314.     * sysdeps/sparc/fl.h: Removed.  Should use ieee754 version.
  4315.  
  4316.     * sysdeps/generic/Makefile: For math routines, don't filter out
  4317.     __copysign, __scalb, __drem and __logb; and don't add support.
  4318.  
  4319.     * sysdeps/ieee754/__drem.c: New.
  4320.     * sysdeps/ieee754/sqrt.c: New.
  4321.     * sysdeps/stub/__drem.c: New.
  4322.     * sysdeps/stub/sqrt.c: New.
  4323.     * sysdeps/stub/__logb.c: New.
  4324.     * sysdeps/ieee754/__logb.c: New.
  4325.  
  4326.     * sysdeps/ieee754/__infnan.c: Include <float.h> and use NAN macro
  4327.     rather than cooking one up by hand.
  4328.  
  4329.     * sysdeps/unix/bsd/getlogin.c: Open /dev/tty, rather than using stdin.
  4330.     Make sure the name is always null-terminated.
  4331.  
  4332. Thu Mar  5 17:11:46 1992  Roland McGrath  (roland@geech.gnu.ai.mit.edu)
  4333.  
  4334.     * sysdeps/m68k/68881/__scalb.c: Removed.
  4335.     * sysdeps/m68k/68881/__math.h: Removed defn of __scalb.
  4336.     * math/math.h [__OPTIMIZE__]: Define __scalb to be ldexp.
  4337.     * math/__scalb.c: New; fn alias for ldexp.
  4338.  
  4339.     * stdio/Makefile (tests): Added bug4 and bug5.
  4340.     * stdio/bug4.c, stdio/bug5.c: Test cases from reported bugs just fixed.
  4341.  
  4342.     * stdio/internals.c (flushbuf): If nothing was written by the user,
  4343.     but there is previously gotten data, don't write anything out.
  4344.  
  4345.     * stdio/internals.c (seek_to_target): Call __stdio_check_offset first.
  4346.  
  4347.     * sysdeps/unix/sysv/sysv_termio.h: New file.
  4348.     * sysdeps/unix/sysv/Dist: Include it.
  4349.     * sysdeps/unix/sysv/tcsetattr.c, sysdeps/unix/sysv/tcsetpgrp.c,
  4350.     sysdeps/unix/sysv/tcsendbrk.c, sysdeps/unix/sysv/tcgetpgrp.c,
  4351.     sysdeps/unix/sysv/tcflush.c, sysdeps/unix/sysv/tcdrain.c,
  4352.     sysdeps/unix/sysv/__tcgetatr.c: New files.
  4353.  
  4354.     * stdio/internals.c (fillbuf): Don't set the put_limit on writable
  4355.     streams.  Wait for first write attempt to prime them, so we don't
  4356.     flush the unchanged data unnecessarily.
  4357.  
  4358.     * stdlib/exit.c: Look for NULL terminator on ld set, rather than
  4359.     using length word.
  4360.  
  4361.     * Makefile (headers): Remove stdarg.h and varargs.h.
  4362.     Users will get them from GCC.
  4363.     * stdio/printf.h: Include <stdarg.h> to use va_list.
  4364.     * stdio/stdio.h: Don't include <stdarg.h> with magic.
  4365.     Use PTR in place of __va_list in prototypes.
  4366.     * stdio/__vsscanf.c, stdio/vscanf.c, stdio/vfscanf.c,
  4367.     stdio/__vfscanf.c, stdio/vdprintf.c, stdio/vasprintf.c,
  4368.     stdio/vsprintf.c, stdio/vsnprintf.c, stdio/vprintf.c,
  4369.     stdio/vfprintf.c: Fixed DEFUNs.
  4370.  
  4371.     * sysdeps/ieee754/ieee754.h: New file; declares union ieee754_double.
  4372.     * sysdeps/ieee754/Dist: Add it.
  4373.     * sysdeps/ieee754/__copysign.c, sysdeps/ieee754/__infnan.c,
  4374.     sysdeps/ieee754/__isinf.c, sysdeps/ieee754/__isnan.c,
  4375.     sysdeps/ieee754/__printf_fp.c: Use it.
  4376.  
  4377.     * sysdeps/unix/sysv/uname.c: New.
  4378.     * sysdeps/unix/sysv/__utssys.S: New.
  4379.     * sysdeps/unix/sysv/Makefile (routines): Add __utssys.
  4380.     * sysdeps/unix/sysv/Dist: Add __utssys.S.
  4381.  
  4382.     * sysdeps/unix/sysv/__rmdir.c: New; runs `rmdir' shell command.
  4383.  
  4384.     * sysdeps/unix/sysv/__mkdir.c: New; runs `mkdir' shell command.
  4385.  
  4386.     * sysdeps/generic/__lstat.c: New; fn alias for __stat.
  4387.  
  4388.     * sysdeps/unix/sysv/__gethostname.c: New; uses uname.
  4389.  
  4390.     * sysdeps/unix/Makefile (sys/params.h): Protect with
  4391.     _GNU_SYS_PARAM_H, in case the system's file uses _SYS_PARAM_H itself.
  4392.  
  4393.     * stdio/internals.c (__stdio_check_offset): Call init_stream to make
  4394.     sure we have fns.
  4395.  
  4396.     * stdio/fread.c: Don't call __fillbf if the put_limit is past the
  4397.     beginning of the buffer; only if !seen, no buffer, or pushed back.
  4398.  
  4399.     * stdio/fopen.c (__getmode): Set create bit for "a" mode.
  4400.  
  4401.     * io/mkdir.c: #undef mkdir before fn alias.
  4402.  
  4403.     * time/tzfile.c (__tzfile_compute): Don't decrement I if it's zero.
  4404.  
  4405.     * Makefile (crt0.o): Use ln -f.
  4406.  
  4407.     * math/Makefile (install): Install libm.a.
  4408.     (libm.a): Make an empty archive.
  4409.  
  4410. Wed Mar  4 19:54:50 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4411.  
  4412.     * README.template: Added note about long filenames in dist.
  4413.  
  4414.     * io/Makefile (routines): flock -> __flock
  4415.     * flock.c: New file, fn alias.
  4416.     * sysdeps/unix/bsd/flock.S: Renamed to sysdeps/unix/bsd/__flock.S;
  4417.     made __flock.
  4418.     * sysdeps/mach/hurd/flock.c: Renamed to sysdeps/mach/hurd/__flock.c;
  4419.     made __flock.
  4420.     * sysdeps/stub/flock.c: Renamed to sysdeps/stub/__flock.c; made
  4421.     __flock.
  4422.  
  4423.     * time/time.h (__isleap): Fixed; every 400th year is not a leap
  4424.     year, not every 1000th.
  4425.  
  4426.     * stdio/internals.c (flushbuf): Increment the target position the
  4427.     amount the user wrote into the buffer, not the amount we wrote out
  4428.     to the file (which is greater if we read a block and modified it
  4429.     in the middle).
  4430.  
  4431.     * stdio/internals.c (flushbuf): Set get_limit to the beginning of
  4432.     the buffer for all streams, except when we have just read in a block.
  4433.  
  4434. Sat Feb 29 15:56:22 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
  4435.  
  4436.     * posix/Makefile (others): Removed logname, id.
  4437.     * time/Makefile (others): Removed date.
  4438.  
  4439.     * sysdeps/unix/bsd/sun/sun4/start.c: Make an alias called `start'
  4440.     (no leading underscore, so it can't conflict with C symbols) for
  4441.     `_start'.
  4442.  
  4443. Thu Feb 27 14:32:20 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
  4444.  
  4445.     * set-init.c: Look for NULL terminator on set.  ld is broken and
  4446.     doesn't set the length word correctly.
  4447.  
  4448.     * setjmp/_longjmp.c, signal/sigaction.c, signal/sigvec.c,
  4449.     signal/ssignal.c, string/bcmp.c, time/setitmr.c, posix/execve.c,
  4450.     posix/getegid.c, posix/geteuid.c, posix/getgid.c, posix/getuid.c,
  4451.     posix/getgrps.c, posix/setuid.c, posix/wait3.c, posix/wait4.c,
  4452.     posix/waitpid.c, io/lseek.c, io/open.c, io/read.c, io/write.c,
  4453.     resource/getrusage.c, misc/getpgsz.c, misc/gethstnm.c,
  4454.     misc/select.c: Fixed DEFUNs in fn aliases.
  4455.  
  4456. Wed Feb 26 00:20:25 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
  4457.  
  4458.     * sysdeps/generic/Makefile (routines): Add asincos.
  4459.  
  4460.     * time/tzfile.c (__tzfile_compute): Set __tzname properly, so isdst
  4461.     is the right index into it.
  4462.  
  4463. Tue Feb 25 01:42:16 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
  4464.  
  4465.     * sysdeps/unix/bsd/sun/sun4/sysdep.h (ENTRY): .align 2, not .align 4.
  4466.     This one is powers of two.
  4467.  
  4468.     * time/__tzset.c: If TZ is :FILE, try FILE and if __tzfile_read
  4469.     fails, then use defaults.
  4470.  
  4471.     * sysdeps/generic/Makefile (routines): Add sincos.
  4472.  
  4473.     * sysdeps/posix/cuserid.c: Set the result to the empty string on
  4474.     failure.
  4475.  
  4476.     * string/string.h, string/strings.h, sysdeps/i386/memchr.c: Fixed
  4477.     spelling in comment.
  4478.  
  4479.     * string/makefile (tests): Include (uncomment) testcopy.  We do have
  4480.     papers for it from tege.
  4481.  
  4482.     * malloc/dist-README: Fixed mailing list addr.
  4483.  
  4484.     * resource/sys/vtimes.h (struct vtimes): Renamed vm_outblk to
  4485.     vm_oublk; fixed comment.
  4486.     * sysdeps/generic/vtimes.c: Renamed here too.
  4487.  
  4488.     * Make-dist (README): Depend on version.c.
  4489.  
  4490. Tue Feb 18 18:14:50 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
  4491.  
  4492.     * Version 1.00.
  4493.  
  4494.     * time/tzfile.c (__tzfile_compute): Fixed transition comparison.
  4495.  
  4496.     * sysdeps/unix/bsd/sun/sun3/Makefile: Fixed typo.
  4497.  
  4498. Mon Feb 17 05:04:00 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
  4499.  
  4500.     * Version 0.6.
  4501.  
  4502.     * Makefile (distribute): Add Q+A.
  4503.     * Q+A: New doc file from rich@cygnus.com.
  4504.  
  4505.     * malloc/Makefile (distribute): Add mcheck-init.c.
  4506.  
  4507. Mon Feb 17 00:39:38 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
  4508.  
  4509.     * sysdeps/unix/sysv/utime.c: Removed.
  4510.     * sysdeps/unix/sysv/utime.S: New file.
  4511.  
  4512.     * sysdeps/unix/sysv/signum.h: New file.
  4513.  
  4514.     * sysdeps/unix/sysv/local_lim.h: New file.
  4515.  
  4516.     * sysdeps/unix/sysv/sysv_stat.h: New file.
  4517.     * sysdeps/unix/sysv/__stat.c, sysdeps/unix/sysv/__fstat.c: New files.
  4518.     * sysdeps/unix/sysv/Makefile: New file.
  4519.     (+sysdep-routines): Define to sys_stat and sys_fstat.
  4520.     * sysdeps/unix/sysv/sys_stat.S, sysdeps/unix/sysv/sys_fstat.S: New
  4521.     files.
  4522.     * sysdeps/unix/sysv/Dist: Created to include sysv_stat.h,
  4523.     sys_stat.S, and sys_fstat.S.
  4524.  
  4525.     * sysdeps/stub/__setreuid.c: Include <sys/types.h>.
  4526.  
  4527.     * sysdeps/posix/__sigblock.c: Fixed typo.
  4528.  
  4529.     * stdio/internals.c (__flshfp): Don't return EOF if at EOF; only
  4530.     for errors.
  4531.  
  4532.     * signal/gnu/signal.h: Move #include <signum.h> outside repeat #ifdef.
  4533.  
  4534.     * sysdeps/unix/sysv/filebits.h: Created.
  4535.  
  4536.     * misc/Makefile (distribute): Define to bsd-compat.c.
  4537.  
  4538.     * misc/Makefile (headers): Remove filebits.h.
  4539.     * io/Makefile (headers): Put it here.
  4540.  
  4541.     * Makefile (+posix_dirs): Add io.
  4542.     * io/Makefile: New file for new subdir.
  4543.     Contains many headers and routines moved from posix.
  4544.     * posix/Makefile: Remove many headers and routines now in io.
  4545.     * Moved many files from posix to io.
  4546.  
  4547.     * stdlib/alloca.h: Get size_t from stddef.h.
  4548.  
  4549.     * misc/bsd-compat.c (getgroups): Removed.  Not needed, because gid_t
  4550.     is now the same size as int.
  4551.  
  4552.     * Makefile (distribute): Include NOTES.
  4553.     * NOTES: New file, infoized node from intro.texinfo about the
  4554.     feature-test macros.
  4555.     * README.template: Mention NOTES.
  4556.  
  4557.     * sysdeps/unix/bsd/sun/sun3/Makefile: include hp9k3bsd version.
  4558.  
  4559.     * Makeconfig: Use $(..) for config.status.
  4560.  
  4561.     * configure (i386-sysv): unix/i386/sysv, not unix/sysv/i386.
  4562.     * unix/i386/sysv/Implies: unix/sysv, not unix/i386.
  4563.  
  4564. Sun Feb 16 00:42:53 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
  4565.  
  4566.     * Version 0.5.
  4567.  
  4568.     * posix/Makefile (headers): Remove confstr.h.
  4569.     (distribute): Define this instead to contain it.
  4570.  
  4571.     * ansidecl: Added copyright notice.
  4572.  
  4573.     * stdio/getdelim.c: New file.
  4574.     * stdio/getline.c (getsome): Renamed to getdelim and moved there.
  4575.     * stdio/Makefile (routines): Add getdelim.
  4576.     * stdio/stdio.h: Declare getdelim.
  4577.  
  4578.     * misc/gnu/file.h: Moved to sysdeps/unix/bsd/filebits.h.
  4579.     * sysdeps/stub/filebits.h: New file.
  4580.     * misc/Makefile: gnu/file.h is now filebits.h.
  4581.     * posix/fcntl.h: Changed #include.
  4582.  
  4583.     * stdio/getline.c (getsome): If MAX_CANON isn't defined, use a default.
  4584.     Don't leak old *LINEPTR storage if *N < 2.
  4585.     Don't bang *LINEPTR to NULL if realloc fails.
  4586.  
  4587.     * Makerules: Don't use override when nulling out sources, routines,
  4588.     and aux if they came from the environment.  Better not make with -e.
  4589.  
  4590.     * Makefile (sysdirs, Sysnames): Put outside of ifndef sysdirs.
  4591.  
  4592.     * string/Makefile (tests): No testcopy, pending papers.
  4593.  
  4594.     * Makefile (headers): No sysdep.h.
  4595.     (distribute): Here instead.
  4596.     (no-install): No longer needed.
  4597.  
  4598. Sat Feb 15 17:10:38 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
  4599.  
  4600.     * Makefile (distribute): Add INSTALL.
  4601.     * Make-dist (INSTALL): Make from manual/maint.texinfo.
  4602.     (README): Make from README.template.
  4603.  
  4604.     * Makefile (+other-dirs): Removed inet.
  4605.     * sysdeps/unix/inet/Subdirs: Created, adding inet.
  4606.  
  4607.     * sysdeps/unix/sysv/setrlimit.c: Include stddef and errno.h.
  4608.  
  4609.     * math/drem.c, setjmp/longjmp.c, malloc/cfree.c, string/bcmp.c,
  4610.     time/getitmr.c, misc/ioctl.c: Fixed defuns in function_alias.
  4611.  
  4612.     * Makefile (headers): Put sysdep.h back.
  4613.     (no-install): And define this to it.
  4614.     * Makerules (+install): Filter out $(no-install) from the list.
  4615.  
  4616.     * string/testcopy.c: New test program for bcopy from tege.
  4617.     * string/Makefile (tests): Add it.
  4618.  
  4619.     * Makefile (sysdep-subdirs): Renamed to sysd-dirs.
  4620.  
  4621.     * Make-dist (tardir): Omit the release name; it made names too long.
  4622.  
  4623. Sat Feb 15 12:53:02 1992  Torbjorn Granlund  (tege at mole.gnu.ai.mit.edu)
  4624.  
  4625.     * sysdeps/rs6000/memcopy.h (WORD_COPY_FWD, WORD_COPY_BWD):
  4626.     Use CTR register for looping (speed enhancement).  Don't emit
  4627.     labels, jump relative from `$' instead (makes multiple expansions
  4628.     possible).  Clean up indentation of asm code (were different in each
  4629.     macro).
  4630.     * sysdeps/rs6000/memcopy.h (WORD_COPY_BWD):
  4631.     Add asm output specs (were missing completely).
  4632.  
  4633.     * sysdeps/generic/memcpy.c,memmove.c: Make DSTP and SRCP unsigned
  4634.     (safer with non-ANSI compilers).
  4635.  
  4636. Fri Feb 14 01:52:12 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
  4637.  
  4638.     * Version 0.4.1.
  4639.  
  4640.     * Makefile, Rules: Changed clean and clobber targets into
  4641.     mostlyclean, clean, and realclean.
  4642.  
  4643.     * Makeconfig: Added comments describing objdir/Makeconfig and
  4644.     editting Makeconfig.
  4645.     (prefix, libdir, INSTALL, INSTALL_DATA): New variables for installing.
  4646.     * Makerules (install): New target.
  4647.     * Makefile (+subdir_targets): Add subdir_install.
  4648.     (install): Depend on subdir_install.
  4649.     (install-lib): Define variable to install libc.a and crt0.o.
  4650.     * misc/Makefile (install-lib): Install bsd-compat.
  4651.     * malloc/Makefile (install-lib): Install mcheck-init.
  4652.  
  4653.     * Version 0.4.
  4654.  
  4655. Thu Feb 13 21:39:31 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
  4656.  
  4657.     * sysdeps/unix/glue-ctype.c: Moved to unix/bsd.
  4658.     * sysdeps/unix/Makefile: Moved glue-ctype stuff to unix/bsd/Makefile.
  4659.     * sysdeps/unix/Dist: No glue-ctype.
  4660.     * sysdeps/unix/bsd/Dist: Here instead.
  4661.  
  4662.     * sysdeps/sparc/divrem.m4: Don't use insn aliases Sun as doesn't grok.
  4663.  
  4664. Wed Feb 12 12:12:12 1992  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
  4665.  
  4666.     * sysdeps/m68k/setjmp.c: Use m, rather than g, constraint when
  4667.     saving fp regs.
  4668.  
  4669.     * Renamed oodles of files, changed all the relevant Makefiles (I
  4670.     think).  File names now fit in 14 chars for losing System V.  Gag me
  4671.     with a death star.
  4672.     See =longnames for translations, and =shorten.el for method.
  4673.  
  4674.     * grp/initgroups.c: Removed redundant test.
  4675.  
  4676.     * malloc/mtrace.c: Use %p fmt for pointers.
  4677.  
  4678. Tue Feb 11 02:04:39 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4679.  
  4680.     * stdlib/alloca.h: New file.
  4681.     * stdlib/stdlib.h: Moved alloca decls there; #include <alloca.h>
  4682.     instead.
  4683.     * stdlib/Makefile (headers): Added alloca.h.
  4684.  
  4685.     * stdio/getline.c (getsome): Fixed bugs.
  4686.  
  4687.     * math/bsd/common_source/mathimpl.h: #define expm1 __expm1.
  4688.     * math/bsd/common_source/expm1.c: Renamed to __expm1.c
  4689.     * math/bsd/mc68881/expm1.s: Renamed to __expm1.s; renamed fn too.
  4690.     * math/expm1.c: New file, fn alias expm1 -> __expm1.
  4691.  
  4692.     * math/Makefile (routines): Add __rint.
  4693.     * math/rint.c: New file, fn alias rint -> __rint.
  4694.     * math/bsd/common_source/floor.c (rint): Renamed to __rint.
  4695.     * sysdeps/generic/Makefile: Remove __rint, not rint.
  4696.  
  4697.     * math/Makefile (BSDmath-files): Always include it, and don't depend
  4698.     on undependable things.
  4699.  
  4700.     * Makerules (sysdep-Makefile): Always include it, and make it
  4701.     without depending on make vars that might not be right yet.
  4702.  
  4703. Mon Feb 10 00:55:58 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4704.  
  4705.     * stdlib/stdlib.h: #undef alloca before declaring it.
  4706.  
  4707.     * sysdeps/sparc/__longjmp.S: Use be instead of bz.
  4708.  
  4709.     * sysdeps/unix/bsd/Dist: Add bsdtty.h.
  4710.  
  4711.     * tzfile.c (__tzfile_read): Don't allocate space for 0 leaps.
  4712.     Don't loop infinitely.
  4713.  
  4714.     * sysdeps/unix/Makefile (make-errnos.c): Use tr to eat newlines in
  4715.     errnos file.
  4716.  
  4717.     * sysdeps/unix/bsd/sun/sun4/__brk.S: Fix andn arg order.
  4718.  
  4719.     * posix/Makefile: Don't get getopt by vpath.  Turns out to be too
  4720.     much hassle for dist.  Just made symlinks in posix/ instead.
  4721.  
  4722.     * manual/Makefile: Renamed summary.out to summary.texinfo.
  4723.  
  4724.     * manual/summary.awk: New file, to make summary.out.
  4725.     Replaces `process-definitions.el'.
  4726.     * manual/Makefile (summary.out): Create using summary.awk.
  4727.  
  4728.     * manual/Makefile: Created.
  4729.     * Makefile, Make-dist: Use it to format and distribute the manual.
  4730.  
  4731. Mon Feb 10 00:32:17 1992  Jim Meyering  (meyering@churchy.gnu.ai.mit.edu)
  4732.  
  4733.     * All Makefiles:
  4734.     Whenever using shell redirection to create a target,
  4735.     do not create the target directly like this
  4736.  
  4737.         foo: bar
  4738.             process $< > $@
  4739.  
  4740.     That loses when `process' fails (interrupt, disk full, ...)
  4741.     and bar exists and looks up-to-date, but isn't.
  4742.     This sort of failure is particularly insidious when
  4743.     the initial error message is obscured by lots of subsequent
  4744.     output (echoed commands etc).
  4745.  
  4746.     Instead use rules like this
  4747.  
  4748.         foo: bar
  4749.             process $< > $@-tmp
  4750.             mv $@-tmp $@
  4751.  
  4752.     Using this paradigm, as long as process returns non-zero
  4753.     whenever it fails, the target won't be touched.
  4754.  
  4755. Sun Feb  9 22:58:51 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4756.  
  4757.     * posix/unistd.h (getopt): Fixed prototype.
  4758.     * sysdeps/generic/memset.c, stdio/vdprintf.c: Fixed DEFUNs.
  4759.  
  4760.     * Makerules (lib): Use $(RANLIB) for ranlib.
  4761.     * Makeconfig: Define it.
  4762.  
  4763.     * configure: Create config.status to set ARCH, if successful.
  4764.     * Makeconfig: include config.status ifndef ARCH.
  4765.  
  4766. Thu Feb  6 20:57:10 1992  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4767.  
  4768.     * ansidecl.h (INCLUDE, STARTCOMMENT, ENDCOMMENT): New magic words.
  4769.     * sysdeps/m68k/68881/fl.h: Use new magic to snarf ieee754/fl.h during
  4770.     ansideclification.
  4771.  
  4772.     * sysdeps/ieee754/fl.h: New file, taken mostly from the old
  4773.     68881 file.  HUGE_VAL redone to be machine independent.
  4774.     (NAN): New macro for an IEEE NaN, done like HUGE_VAL.
  4775.     * sysdeps/m68k/68881/fl.h: Now #includes ieee754/fl.h, and overrides
  4776.     FLT_ROUNDS for 68881 magic.  NB: the #include is a prob. for install.
  4777.  
  4778. Wed Jan 29 17:11:25 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  4779.  
  4780.     * sysdeps/posix/getcwd.c: Don't use chdir; use a long ../../../...
  4781.     path name instead.
  4782.  
  4783. Fri Jan 17 02:51:10 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  4784.  
  4785.     * posix/Makefile (headers): Added getopt.h.
  4786.     (routines): Added getopt1.
  4787.     Get getopt* from /home/gd/gnu/lib by vpath.
  4788.  
  4789.     * Makerules (+ansideclificate): Don't assume . is in PATH.
  4790.  
  4791. Thu Jan 16 18:43:05 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  4792.  
  4793.     * posix/glob.c [sgi]: No alloca.h, after all.
  4794.  
  4795. Wed Jan 15 14:17:37 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  4796.  
  4797.     * termios/termios.h: Reworked to be compatible with 4.4BSD.
  4798.     * termios/speed.c, sysdeps/unix/bsd/{__tcgetattr,tcsetattr}.c: Store
  4799.     speeds as their own values (B9600==9600, etc.) and translate to BSD
  4800.     values only for ioctl.
  4801.     * termios/cfsetpseed.c: New fn to set both speeds at once (from 4.4).
  4802.  
  4803. Tue Jan 14 21:18:10 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  4804.  
  4805.     * sysdeps/unix/i386/__brk.S: __end, not ___end.
  4806.     Get the arg off the stack correctly.
  4807.  
  4808.     * sysdeps/unix/Makefile: Allow errnos like EL3HLT.
  4809.  
  4810.     * sysdeps/posix/{readv,writev}.c: Typos.
  4811.  
  4812.     * sysdeps/posix/__sigpause.c: Rewritten to know that sigset_t is a
  4813.     mask, and to pass a (sigset_t *) instead of sigset_t to sigsuspend.
  4814.  
  4815.     * sysdeps/i386/memset.c: Include <memcopy.h>.
  4816.  
  4817.     * sysdeps/generic/uname.c (uname): Save and restore errno if
  4818.     gethostname gets ENOSYS.
  4819.  
  4820.     * stdio/perror.c (perror): Check correctly for S == "".
  4821.     Check correctly for ERRNUM being in range.
  4822.  
  4823.     * find-sysdirs: Don't use fgrep -s, since USG apparently doesn't
  4824.     have that flag.  Just >/dev/null instead.
  4825.  
  4826. Mon Jan 13 17:00:15 1992  Torbjorn Granlund  (tege at mole.gnu.ai.mit.edu)
  4827.  
  4828.     * sysdeps/generic/wordcopy.c (all four functions): Move do0 label to
  4829.     the ultimate store statement at the end of each function.  (Used to
  4830.     be in the loop.)
  4831.  
  4832. Tue Jan  7 18:40:18 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  4833.  
  4834.     * resource/sys/resource.h (struct rusage): Change `ru_outblock' to
  4835.     `ru_oublock'.
  4836.  
  4837.     * sysdeps/generic/stpcpy.c: Fixed off-by-one bug.
  4838.  
  4839. Thu Jan  2 15:19:01 1992  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  4840.  
  4841.     * sysdeps/sparc/Dist: Add umul.S and mul.S.
  4842.  
  4843. Tue Dec 31 15:33:39 1991  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  4844.  
  4845.     * signal/signal.h [__USE_GNU]: Add user-visible `sighandler_t' ==
  4846.     __sighandler_t.
  4847.  
  4848.     * termios/speed.c (speedtab): Made const.
  4849.  
  4850.     * posix/Makefile (routines): Add flock.
  4851.  
  4852. Tue Dec 31 03:38:30 1991  Richard Stallman  (rms at mole.gnu.ai.mit.edu)
  4853.  
  4854.     * termios/speed.c: Accept and return speeds as actual baud rates.
  4855.     * termios/termios.h (B110, etc.): Define B110 as 110, etc.
  4856.     Likewise for _B110, etc.
  4857.  
  4858. Thu Oct 24 16:19:49 1991  Roland McGrath  (roland@wookumz.gnu.ai.mit.edu)
  4859.  
  4860.     * ansidecl: Put `M4OPTS=+quiet' in the environment make GNU m4 quiet.
  4861.  
  4862. Sun Oct 20 19:31:28 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4863.  
  4864.     * Make-dist (tardir): Define as `libc-RELEASE-VERSION', strings
  4865.     snarfed from version.c.
  4866.     ($(..)$(tardir)): Add rule to make as symlink to . (parent dir).
  4867.     [subdir] (dist), [parent] (dist.tar): Depend on that.
  4868.     [subdir] (tarsources), [parent] (+tsrcs): Add $(tardir)/ to files.
  4869.  
  4870.     * sysdeps/sparc/Makefile (distribute): Move data into Dist file.
  4871.  
  4872. Fri Oct 18 15:27:58 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4873.  
  4874.     * Makefile (subdirs): Add $(sysdep-subdirs), so sysdep makefiles can
  4875.     add subdirs.
  4876.  
  4877.     * posix/glob.c [sgi]: Use <sys/dir.h>.
  4878.  
  4879.     * stdio/fopen.c: If not appending, initialize the offset to 0.
  4880.  
  4881.     * sysdeps/generic/strcasecmp.c: Fixed losing braindead code.
  4882.  
  4883. Tue Oct  8 15:27:54 1991  Roland McGrath  (roland@albert.gnu.ai.mit.edu)
  4884.  
  4885.     * Version 0.1.
  4886.     * This ChangeLog is lacking much information.
  4887.     * After this release, I hope to maintain the log well. 
  4888.  
  4889. Fri Jul 26 18:02:57 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4890.  
  4891.     * stdio/Makefile (routines): Remove _cleanup.
  4892.  
  4893. Thu Jul 25 23:12:45 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4894.  
  4895.     * stdio/memstream.c (close_memstream): Removed.
  4896.     (trim_buffer): New fn to be io_funcs->__close for memstreams.
  4897.     (open_memstream): Take arg char **BUFLOC.  Stuff it in
  4898.     stream->__fd, and store the location of the initial buffer in
  4899.     *BUFLOC.
  4900.     (enlarge_buffer): Keep *(char **) stream->__fd updated to be the
  4901.     location of the buffer.
  4902.  
  4903. Tue Jul 23 14:11:29 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4904.  
  4905.     * posix/glob.c: Don't #include <stddef.h> #ifdef sun.
  4906.     Is there anyone on the face of the planet other than me capable of
  4907.     implementing the ANSI C standard to spec????
  4908.  
  4909.     * posix/glob.c [DIRENT]: #include <sys/types.h> before <dirent.h>
  4910.     #ifdef USG.
  4911.  
  4912. Mon Jul 22 17:06:24 1991  Roland McGrath  (roland@churchy.gnu.ai.mit.edu)
  4913.  
  4914.     * sysdeps/posix/make-stdio_limits.c: #include <posix1_limits.h>,
  4915.     not <posix_limits.h>.
  4916.  
  4917.     * README: Refer to COPYING.LIB, not COPYING.
  4918.  
  4919.     * config.libc: Renamed to `configure'.
  4920.  
  4921. Local Variables:
  4922. mode: change-log
  4923. End:
  4924.