about summary refs log tree commit diff
path: root/sysdeps
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * io/Makefile (routines): Add euidaccess.Roland McGrath1995-02-2510-22/+227
* Fri Feb 24 14:40:48 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>Roland McGrath1995-02-241-1/+1
* Wed Feb 22 00:44:41 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>Roland McGrath1995-02-223-7/+31
* Tue Feb 21 21:53:30 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>Roland McGrath1995-02-221-0/+2
* [subdir=crypt] (crypt): New variable, set to crypt.solar.Roland McGrath1995-02-221-0/+6
* * sysdeps/sparc/Makefile (routines): Reference `dotmul', not `mul'.Brendan Kehoe1995-02-211-1/+1
* .Roland McGrath1995-02-211-5/+6
* * string/Makefile (distribute): Add pagecopy.h.Roland McGrath1995-02-214-5/+126
* Tue Feb 21 00:10:50 1995 Roland McGrath <roland@churchy.gnu.ai.mit.edu>Roland McGrath1995-02-213-22/+4
* Include unistd.h for __environ decl.Roland McGrath1995-02-201-0/+1
* Mon Feb 20 04:04:57 1995 Roland McGrath <roland@duality.gnu.ai.mit.edu>Roland McGrath1995-02-202-2/+4
* Sun Feb 19 20:10:43 1995 Brendan Kehoe <brendan@zen.org>Brendan Kehoe1995-02-201-1/+1
* * sysdeps/sparc/Makefile (routines): Reference `dotmul.S', not `mul.S...Brendan Kehoe1995-02-201-0/+123
* Sun Feb 19 17:46:13 1995 Roland McGrath <roland@duality.gnu.ai.mit.edu>Roland McGrath1995-02-209-42/+11