Skip to content
Snippets Groups Projects
  1. Apr 29, 1995
  2. Apr 27, 1995
    • Michael Meissner's avatar
      a026e695
    • Roland McGrath's avatar
      Regenerated · 1076fc3f
      Roland McGrath authored
      Tue Apr 25 17:17:19 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
      
      	* posix/glob.c (glob): If GLOB_MARK set, stat names to find
       	directories and append slashes to them in final pass before
       	sorting.
      	(glob_in_dir): If GLOB_MARK set, just allocate the extra char for the
      	slash; never append it here.
      1076fc3f
    • Richard Kenner's avatar
    • Roland McGrath's avatar
      Fixed _hurd_startup prototype. · 5c03f2d8
      Roland McGrath authored
      5c03f2d8
    • Roland McGrath's avatar
      Thu Apr 27 01:24:09 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> · 10ceac89
      Roland McGrath authored
      	* configure.in: Unless --without-fp, prepend */fpu before each
       	machine dir in $mach; don't prepend FPU dirs at end.  If
       	--with-elf, prepend MACHINE/elf directories at end; don't insert
       	them into $mach.
      
      	* Makerules (dist): Filter out *.[cSs] from $(distribute) in deps.
      
      	* sysdeps/stub/clock.c: Added stub warning.
      	* sysdeps/stub/dirfd.c: Likewise.
      	* sysdeps/stub/exc2signal.c: Likewise.
      	* sysdeps/stub/fdopen.c: Likewise.
      	* sysdeps/stub/flock.c: Likewise.
      	* sysdeps/stub/fpathconf.c: Likewise.
      	* sysdeps/stub/ftruncate.c: Likewise.
      	* sysdeps/stub/gtty.c: Likewise.
      	* sysdeps/stub/isatty.c: Likewise.
      	* sysdeps/stub/killpg.c: Likewise.
      	* sysdeps/stub/madvise.c: Likewise.
      	* sysdeps/stub/mkstemp.c: Likewise.
      	* sysdeps/stub/mktemp.c: Likewise.
      	* sysdeps/stub/mprotect.c: Likewise.
      	* sysdeps/stub/msync.c: Likewise.
      	* sysdeps/stub/pathconf.c: Likewise.
      	* sysdeps/stub/poll.c: Likewise.
      	* sysdeps/stub/raise.c: Likewise.
      	* sysdeps/stub/readv.c: Likewise.
      	* sysdeps/stub/setenv.c: Likewise.
      	* sysdeps/stub/setlogin.c: Likewise.
      	* sysdeps/stub/sigaltstack.c: Likewise.
      	* sysdeps/stub/sigintr.c: Likewise.
      	* sysdeps/stub/sigstack.c: Likewise.
      	* sysdeps/stub/sleep.c: Likewise.
      	* sysdeps/stub/sstk.c: Likewise.
      	* sysdeps/stub/stime.c: Likewise.
      	* sysdeps/stub/stty.c: Likewise.
      	* sysdeps/stub/syscall.c: Likewise.
      	* sysdeps/stub/sysconf.c: Likewise.
      	* sysdeps/stub/truncate.c: Likewise.
      	* sysdeps/stub/ualarm.c: Likewise.
      	* sysdeps/stub/usleep.c: Likewise.
      	* sysdeps/stub/utimes.c: Likewise.
      	* sysdeps/stub/writev.c: Likewise.
      
      	* sysdeps/stub/libc_fatal.c: Remove __NORETURN keyword.
      
      Wed Apr 26 16:06:42 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
      
      	* locale/loadlocale.c (_nl_free_locale): Do nothing if DATA is null.
      
      Tue Apr 25 17:17:19 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
      
      	* posix/glob.c (glob): If GLOB_MARK set, stat names to find
       	directories and append slashes to them in final pass before
       	sorting.
      	(glob_in_dir): If GLOB_MARK set, just allocate the extra char for the
      	slash; never append it here.
      10ceac89
  3. Apr 26, 1995
  4. Apr 25, 1995
  5. Apr 24, 1995
    • Roland McGrath's avatar
      Sat Apr 22 14:48:03 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> · 11872325
      Roland McGrath authored
      	* mach/Machrules [interface-library]
       	(LDFLAGS-$(interface-library:lib%=%.so)): New variable, set to
       	-nostdlib.
      
      	* sysdeps/mach/hurd/fork.c: Subfunction `unlockss' removed.  Lock
       	_hurd_siglock only around initial task creation in parent.  Use
       	_hurd_critical_section_unlock at end.  Handle dead name rights
       	properly, and deal with a send right dying while we try to copy
       	it.  For the time being, use assert_perror for kernel and proc RPC
       	failures.
      
      Fri Apr 21 01:10:15 1995  Roland McGrath  <roland@churchy.gnu.ai.mit.edu>
      
      	* extra-lib.mk: Don't include $(o-iterator); construct it by hand
       	using $(object-suffixes-$(lib)) instead.
      
      	* sysdeps/mach/hurd/Makefile (LDLIBS-c.so): New variable.
      
      	* Makerules (lib%.so: lib%_pic.a): Pass $(LDFLAGS-$(notdir $*).so).
      	(LDFLAGS-c.so): New variable.
      
      	* resolv/res_init.c (res_init): Don't clobber _res.options with
       	RES_DEFAULT.  If RES_INIT is clear, OR in RES_DEFAULT.
      
      	* hurd/hurd.h: Declare _hurd_startup.
      	* hurd/hurdstartup.c: New file.
      	* hurd/Makefile (routines): Add hurdstartup.
      11872325
  6. Apr 21, 1995
  7. Apr 20, 1995
  8. Apr 19, 1995
  9. Apr 18, 1995
  10. Apr 17, 1995
    • Brendan Kehoe's avatar
      * sysdeps/alpha/strlen.c (strlen): Fix cmpbge insn, and returning · 5fa25886
      Brendan Kehoe authored
      of the byte that was zero, so we return a valid number.
      Mon Apr 17 12:02:49 1995  Brendan Kehoe  (brendan@zen.org)
      
      	* sysdeps/alpha/strlen.c (strlen): Fix cmpbge insn, and returning
      	of the byte that was zero, so we return a valid number.
      
      	* sysdeps/unix/bsd/ultrix4/mips/sysdep.h: New file defining
      5fa25886
  11. Apr 16, 1995
    • Brendan Kehoe's avatar
      * /sysdeps/unix/bsd/ultrix4/mips/sysdep.h: New file defining ... · e0585da1
      Brendan Kehoe authored
              * /sysdeps/unix/bsd/ultrix4/mips/sysdep.h: New file defining         NO_UNDERSCORES then using sysdeps/unix/mips/sysdep.h.
      
      Sun Apr 16 03:23:09 1995  Brendan Kehoe  (brendan@zen.org)
      
      	* /sysdeps/unix/bsd/ultrix4/mips/sysdep.h: New file defining
      	NO_UNDERSCORES then using sysdeps/unix/mips/sysdep.h.
      e0585da1
  12. Apr 15, 1995
    • Brendan Kehoe's avatar
      * sysdeps/ieee754/mpn2dbl.c (__mpn_construct_double) · fc40c039
      Brendan Kehoe authored
      [BITS_PER_MP_LIMB == 64]: Refer to `u', not to non-existent `i'. 
      * sysdeps/ieee754/mpn2ldbl.c (__mpn_construct_long_double) 
      [BITS_PER_MP_LIMB == 64]: Likewise.
      	* sysdeps/ieee754/mpn2dbl.c (__mpn_construct_double)
      	[BITS_PER_MP_LIMB == 64]: Refer to `u', not to non-existent `i'.
      	* sysdeps/ieee754/mpn2ldbl.c (__mpn_construct_long_double)
      	[BITS_PER_MP_LIMB == 64]: Likewise.
      fc40c039
    • Brendan Kehoe's avatar
      * sysdeps/unix/bsd/osf/alpha/killpg.S (killpg): Add .end directive. ... · d619f2a8
      Brendan Kehoe authored
              * sysdeps/unix/bsd/osf/alpha/killpg.S (killpg): Add .end directive.         * sysdeps/unix/bsd/osf/alpha/sigblock.S (__sigblock): Likewise.         * sysdeps/unix/bsd/osf/alpha/sigsetmask.S (__sigsetmask): Likewise.         * sysdeps/unix/bsd/osf/alpha/sigpause.S (__sigpause): Likewise.         * sysdeps/unix/bsd/osf/alpha/sigvec.S (__sigvec): Likewise.         * sysdeps/unix/bsd/osf/alpha/getdents.S (__getdirentries): Likewise.         * sysdeps/unix/bsd/osf/alpha/fork.S (__fork): Likewise.         * sysdeps/unix/bsd/osf/alpha/pipe.S (__pipe): Likewise.         * sysdeps/unix/bsd/osf/alpha/recv.S (recv): Likewise.         * sysdeps/unix/bsd/osf/alpha/send.S (send): Likewise.         * sysdeps/unix/bsd/osf/alpha/vhangup.S (vhangup): Likewise.
      
      	* sysdeps/unix/bsd/osf/alpha/killpg.S (killpg): Add .end directive.
      	* sysdeps/unix/bsd/osf/alpha/sigblock.S (__sigblock): Likewise.
      	* sysdeps/unix/bsd/osf/alpha/sigsetmask.S (__sigsetmask): Likewise.
      	* sysdeps/unix/bsd/osf/alpha/sigpause.S (__sigpause): Likewise.
      	* sysdeps/unix/bsd/osf/alpha/sigvec.S (__sigvec): Likewise.
      	* sysdeps/unix/bsd/osf/alpha/getdents.S (__getdirentries): Likewise.
      	* sysdeps/unix/bsd/osf/alpha/fork.S (__fork): Likewise.
      	* sysdeps/unix/bsd/osf/alpha/pipe.S (__pipe): Likewise.
      	* sysdeps/unix/bsd/osf/alpha/recv.S (recv): Likewise.
      	* sysdeps/unix/bsd/osf/alpha/send.S (send): Likewise.
      	* sysdeps/unix/bsd/osf/alpha/vhangup.S (vhangup): Likewise.
      
      	* sysdeps/unix/mips/brk.S (__brk, __curbrk): Add .end directive.
      d619f2a8
    • Brendan Kehoe's avatar
      ... changing to use /**/ instead of ! as comments · fa21d693
      Brendan Kehoe authored
      * sysdeps/unix/bsd/osf/alpha/brk.S: Likewise.
      	* sysdeps/unix/bsd/osf/alpha/brk.S: Likewise.
      fa21d693
    • Brendan Kehoe's avatar
      * sysdeps/unix/mips/brk.S (__brk, __curbrk): Add .end. *... · 77162807
      Brendan Kehoe authored
              * sysdeps/unix/mips/brk.S (__brk, __curbrk): Add .end.         * sysdeps/unix/mips/fork.S (fork): Likewise.         * sysdeps/unix/mips/pipe.S (fork): Likewise.         * sysdeps/unix/mips/sigreturn.S (__sigreturn): Likewise.         * sysdeps/unix/mips/sysdep.S (sysdep_error): Likewise.         * sysdeps/unix/mips/wait.S (__handler): Likewise.         * sysdeps/mips/setjmp.S (__sigsetjmp): Likewise.         * sysdeps/mips/bsd-setjmp.S (setjmp): Likewise.         * sysdeps/unix/bsd/ultrix4/getsysinfo.S (getsysinfo): Likewise.         * sysdeps/unix/bsd/ultrix4/wait3.S (waitpid): Likewise.         * sysdeps/unix/bsd/ultrix4/waitpid.S (waitpid): Likewise.         * sysdeps/unix/bsd/ultrix4/mips/__handler.S (__handler): Likewise.         * sysdeps/unix/bsd/ultrix4/mips/sigvec.S (__raw_sigvec): Likewise.         * sysdeps/unix/bsd/ultrix4/mips/start.S (__start): Likewise.         * sysdeps/unix/bsd/ultrix4/mips/vfork.S (vfork): Likewise.         * sysdeps/mips/bsd-_setjmp.S (setjmp): Likewise.  Use `$0'         instead of `zero' for the li instruction.
      
      	* sysdeps/unix/mips/brk.S (__brk, __curbrk): Add .end.
      	* sysdeps/unix/mips/fork.S (fork): Likewise.
      	* sysdeps/unix/mips/pipe.S (fork): Likewise.
      	* sysdeps/unix/mips/sigreturn.S (__sigreturn): Likewise.
      	* sysdeps/unix/mips/sysdep.S (sysdep_error): Likewise.
      	* sysdeps/unix/mips/wait.S (__handler): Likewise.
      	* sysdeps/mips/setjmp.S (__sigsetjmp): Likewise.
      	* sysdeps/mips/bsd-setjmp.S (setjmp): Likewise.
      	* sysdeps/unix/bsd/ultrix4/getsysinfo.S (getsysinfo): Likewise.
      	* sysdeps/unix/bsd/ultrix4/wait3.S (waitpid): Likewise.
      	* sysdeps/unix/bsd/ultrix4/waitpid.S (waitpid): Likewise.
      	* sysdeps/unix/bsd/ultrix4/mips/__handler.S (__handler): Likewise.
      	* sysdeps/unix/bsd/ultrix4/mips/sigvec.S (__raw_sigvec): Likewise.
      	* sysdeps/unix/bsd/ultrix4/mips/start.S (__start): Likewise.
      	* sysdeps/unix/bsd/ultrix4/mips/vfork.S (vfork): Likewise.
      	* sysdeps/mips/bsd-_setjmp.S (setjmp): Likewise.  Use `$0'
      	instead of `zero' for the li instruction.
      77162807
    • Brendan Kehoe's avatar
      * sysdeps/unix/bsd/osf/alpha/start.S: Change comments to be ... · dfd5ddb7
      Brendan Kehoe authored
              * sysdeps/unix/bsd/osf/alpha/start.S: Change comments to be         preprocessor comments, not assembler comments.
      
      	* sysdeps/unix/bsd/osf/alpha/start.S: Change comments to be
      	preprocessor comments, not assembler comments.
      dfd5ddb7
    • Brendan Kehoe's avatar
      * sysdeps/unix/bsd/osf/alpha/sysdep.h (NO_UNDERSCORES): Define. · dce38123
      Brendan Kehoe authored
      Fri Apr 14 18:49:03 1995  Brendan Kehoe  (brendan@zen.org)
      
      	* sysdeps/unix/bsd/osf/alpha/sysdep.h (NO_UNDERSCORES): Define.
      dce38123
  13. Apr 14, 1995
  14. Apr 13, 1995
  15. Apr 12, 1995
  16. Apr 10, 1995
    • Roland McGrath's avatar
      Mon Apr 10 14:53:15 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> · 217d85b9
      Roland McGrath authored
      	* stdlib/strtod.c (STRTOF): Use extra macro to make STRTOF's #defn
       	a weak symbol instead of literal "STRTOF".
      
      	* locale/setlocale.c: Work around ld bug: don't weakify refs to
       	_nl_{current,C}_*.
      217d85b9
    • Roland McGrath's avatar
      Sun Apr 9 01:24:33 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> · 8c0dc19c
      Roland McGrath authored
      	* Makerules (+depfiles): Translate %.so to %.o in $(extra-objs).
      
      	* malloc/free.c [emacs] (__malloc_safe_bcopy): Define to safe_bcopy.
      	* malloc/realloc.c (__malloc_safe_bcopy): Undefine before defining.
      
      	* malloc/free.c (memmove, __malloc_safe_bcopy): Do include these
       	#ifdef emacs, but only #ifndef memmove.
      	* malloc/realloc.c [emacs] (__malloc_safe_bcopy): Just #define to
       	safe_bcopy.
      	(memmove): Define only if undefined.
      
      	* stdio/_itoa.h (_EXTERN_INLINE): Define if undefined.
      	(_itoa): Use it in defn.
      8c0dc19c
  17. Apr 08, 1995
Loading