summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1997-05-22.Ulrich Drepper
1997-05-22.Ulrich Drepper
1997-05-22(logb): Remove second value placed on stack by fxtract.Ulrich Drepper
1997-05-22.Ulrich Drepper
1997-05-22_nl_current has LC_ALL + 1 elements.Ulrich Drepper
1997-05-22(seed48_r): Incldue limits.h to get definition of USHRT_MAX.Ulrich Drepper
1997-05-22(shmat): Add cast to prevent warning.Ulrich Drepper
1997-05-21Update.Ulrich Drepper
1997-05-21Linux specific tty definitionsUlrich Drepper
1997-05-21SunOS specific tty definitionsUlrich Drepper
1997-05-21Generic tty definitionsUlrich Drepper
1997-05-21Remade for experimental-2.0.4Ulrich Drepper
1997-05-21(VERSION): Bump to 2.0.4.Ulrich Drepper
1997-05-21.Ulrich Drepper
1997-05-21Depend on libc.so for dynamic loading and for Linux ld.so.Ulrich Drepper
1997-05-21(CFLAGS-s_copysignl.c): Define for gcc bug workaround.Ulrich Drepper
1997-05-21Update.Ulrich Drepper
1997-05-21(strptime_internal): Fix %I format specifier being off by one.Ulrich Drepper
1997-05-21(add): Respect `0' padding flag.Ulrich Drepper
1997-05-21Moved to sysdeps.Ulrich Drepper
1997-05-21Add cacheflush.Ulrich Drepper
1997-05-21Likewise tuck the thread data onto the new thread's stack.Ulrich Drepper
1997-05-21Don't presume that the kernel will preserve non-call-saved registers;Ulrich Drepper
save and restore a0 across the system call.
1997-05-21Add nfsservctl.Ulrich Drepper
1997-05-21Add cast in call to __ipc.Ulrich Drepper
1997-05-21(shmat): For Linux-2.0 and up the kernel can return negative values.Ulrich Drepper
Only fail when return value is in range in range which is never returned as valid address.
1997-05-21Save errno.Ulrich Drepper
1997-05-21We have a real implementation now.Ulrich Drepper
1997-05-21Make second argument of setitimer const.Ulrich Drepper
1997-05-21Fix test for sign of argument.Ulrich Drepper
1997-05-21Fix sign of result.Ulrich Drepper
1997-05-21Fix test for x < 1.Ulrich Drepper
1997-05-21Generate invalid exception correctly.Ulrich Drepper
1997-05-21Mmoved to here from inet/netinet.Ulrich Drepper
1997-05-21Fix typo.Ulrich Drepper
1997-05-21(svc_exit): New, declared.Ulrich Drepper
1997-05-21(svc_exit): New, defined.Ulrich Drepper
(svc_run): Test for svc_stop variable.
1997-05-21Also reset `a' and `c' to default values.Ulrich Drepper
1997-05-20(_sys_siglist, sys_siglist): Use _NSIG, not NSIG in declaration.Ulrich Drepper
1997-05-20Merge with GNU awk version.Ulrich Drepper
1997-05-20Merge with GNU awk version.Ulrich Drepper
(regex_compile): Use ISO C/amend 1 functions for character class handling.
1997-05-20Declare as master copy.Ulrich Drepper
1997-05-20eclare as master copy.Ulrich Drepper
1997-05-20Updated.Ulrich Drepper
1997-05-20Remove ENOMEDIUM and EMEDIUMTYPE errors.Ulrich Drepper
1997-05-20(obstack_specify_allocation_with_arg, obstack_chunkfun,Ulrich Drepper
obstack_freefun): Fix casts.
1997-05-20Include <config.h>. Include <stdlib.h> only if __GNU_LIBRARY__ orUlrich Drepper
HAVE_STDLIB_H is defined.
1997-05-20Check whether output of `locale -a' really is locale directory. AlsoUlrich Drepper
print locale aliases.
1997-05-20(CPPFLAGS): Add definition for LOCALE_ALIAS_PATH.Ulrich Drepper
1997-05-20Move to sysdeps/generic/netinet/tcp.h.Ulrich Drepper