about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* Wed May 3 11:56:35 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>Roland McGrath1995-05-045-327/+125
* * sysdeps/mach/i386/sysdep.h (SNARF_ARGS, CALL_WITH_SP): Rewritten.Roland McGrath1995-05-027-10/+636
* Tue May 2 01:52:58 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>Roland McGrath1995-05-021-36/+0
* Sat Apr 29 15:46:57 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>Roland McGrath1995-05-011-4/+4
* Thu Apr 27 01:24:09 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>Roland McGrath1995-04-2737-30/+135
* [HAVE_UNISTD_H]: Include unistd.h so it can declare sys_siglist. cvs/make-3-73-2Roland McGrath1995-04-261-0/+8
* Sat Apr 22 14:48:03 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>Roland McGrath1995-04-242-78/+97
* Thu Apr 20 22:23:58 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>Roland McGrath1995-04-211-1/+5
* (main): Don't generate "#ifdef HAVE_WEAK_SYMBOLS" #defns.Roland McGrath1995-04-181-5/+0
* * sysdeps/alpha/strlen.c (strlen): Fix cmpbge insn, and returning Brendan Kehoe1995-04-171-4/+5
* * /sysdeps/unix/bsd/ultrix4/mips/sysdep.h: New file defining ...Brendan Kehoe1995-04-161-0/+3
* * sysdeps/ieee754/mpn2dbl.c (__mpn_construct_double) Brendan Kehoe1995-04-152-2/+2
* * sysdeps/unix/bsd/osf/alpha/killpg.S (killpg): Add .end directive. ...Brendan Kehoe1995-04-1511-0/+11
* ... changing to use /**/ instead of ! as comments Brendan Kehoe1995-04-151-2/+2
* * sysdeps/unix/mips/brk.S (__brk, __curbrk): Add .end. * sysd...Brendan Kehoe1995-04-1516-2/+18
* * sysdeps/unix/bsd/osf/alpha/start.S: Change comments to be p...Brendan Kehoe1995-04-151-13/+15
* * sysdeps/unix/bsd/osf/alpha/sysdep.h (NO_UNDERSCORES): Define.Brendan Kehoe1995-04-151-0/+3
* * Makefile (distribute): Add ChangeLog.[0-9].Roland McGrath1995-04-142-6/+6
* * sysdeps/generic/expm1.c: #undef expm1 before weak_alias.Roland McGrath1995-04-141-0/+1
* Tue Apr 11 20:38:55 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu> cvs/libc-950411Roland McGrath1995-04-122-0/+14
* * locale/loadlocale.c (_nl_load_locale): Use MAP_INHERIT flag inRoland McGrath1995-04-081-3/+3
* * hurd/hurdinline.c: Include signal.h first, so we don't defineRoland McGrath1995-04-061-2/+2
* Wed Apr 5 00:13:45 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>Roland McGrath1995-04-051-2/+2
* * sysdeps/unix/start.c: Remove spurious decl and #endif.Roland McGrath1995-04-041-2/+0
* Tue Apr 4 00:48:53 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>Roland McGrath1995-04-041-0/+2
* Sun Apr 2 13:13:52 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>Roland McGrath1995-04-022-0/+26
* * sysdeps/alpha/__longjmp.c (__longjmp): Take out const.Brendan Kehoe1995-03-311-1/+1
* * sysdeps/mips/__longjmp.c (__longjmp): Take out CONST.Brendan Kehoe1995-03-311-1/+1
* Wed Mar 29 11:26:48 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>Roland McGrath1995-03-292-29/+32
* * sysdeps/unix/bsd/bsd4.4/revoke.S: New file.Roland McGrath1995-03-273-0/+56
* Mon Mar 27 02:23:15 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>Roland McGrath1995-03-275-2/+231
* Fri Mar 24 02:35:37 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>Roland McGrath1995-03-241-13/+9
* (signame_init): Define SIGINFO. cvs/make-3-73-1 cvs/make-3-73 cvs/make-3-72-13 cvs/make-3-72-12Roland McGrath1995-03-211-0/+3
* Mon Mar 20 03:19:23 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>Roland McGrath1995-03-201-1/+1
* Sat Mar 18 14:07:08 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>Roland McGrath1995-03-181-0/+1
* (__mpn_extract_long_double): Handle 80-bit denormalized numbers correct.Ulrich Drepper1995-03-171-2/+10
* Thu Mar 16 00:04:41 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>Roland McGrath1995-03-166-19/+28
* * stdio/printf_fp.c (group_number): Cast *GROUPING to unsigned intRoland McGrath1995-03-131-1/+1
* Mon Mar 13 01:48:16 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>Roland McGrath1995-03-133-34/+11
* Remove ansidecl.h and clean up for use by other packages. [LONG_MAX <= LONG_M...Jim Meyering1995-03-131-37/+64
* newly generated onesBrendan Kehoe1995-03-108-0/+24
* * sysdeps/alpha/divrem.m4: Undefine `ret' to avoid the definition ...Brendan Kehoe1995-03-101-0/+3
* duh, don't need __attribute__ in the alpha header, it's in the toplevel oneBrendan Kehoe1995-03-101-2/+0
* * sysdeps/alpha/__longjmp.c (__longjmp): Remove obsolete __NORETURN ...Brendan Kehoe1995-03-101-1/+0
* * sysdeps/alpha/__math.h (__copysign): Use attribute instead of old ...Brendan Kehoe1995-03-101-1/+3
* * configure.in: Match `osf*', not `osf1*'. * configure: Likew...Brendan Kehoe1995-03-1025-0/+806
* moved to ../osfBrendan Kehoe1995-03-1025-806/+0
* Wed Mar 8 13:38:13 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>Roland McGrath1995-03-091-1/+1
* Fri Mar 3 12:24:52 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>Roland McGrath1995-03-0619-35/+283
* Sat Feb 25 02:17:52 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>Roland McGrath1995-02-251-6/+44