about summary refs log tree commit diff
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Updated to fedora-glibc-20060203T0932Jakub Jelinek2006-02-032-1/+2
|
* * include/bits/stdlib-ldbl.h: New file.Jakub Jelinek2006-02-012-0/+2
| | | | * include/bits/wchar-ldbl.h: New file.
* Updated to fedora-glibc-20060130T0922Jakub Jelinek2006-01-306-8/+36
|
* Updated to fedora-glibc-20060109T2152 cvs/fedora-glibc-2_3_90-30Jakub Jelinek2006-01-091-0/+3
|
* Updated to fedora-glibc-20060106T2148Jakub Jelinek2006-01-061-1/+1
|
* Updated to fedora-glibc-20060106T0916 cvs/fedora-glibc-2_3_90-28Jakub Jelinek2006-01-062-16/+26
|
* Updated to fedora-glibc-20060104T0754 cvs/fedora-glibc-2_3_90-26Jakub Jelinek2006-01-041-1/+7
|
* Updated to fedora-glibc-20060102T1045Jakub Jelinek2006-01-021-0/+1
|
* Updated to fedora-glibc-20051227T1426Jakub Jelinek2005-12-272-0/+12
|
* Revert: cvs/fedora-glibc-2_3_90-22Jakub Jelinek2005-12-211-2/+2
| | | | | | | | | | Workaround for http://gcc.gnu.org/PR25240 * include/libc-symbols.h (weak_extern): Define using weak attribute. (_weak_extern): Remove. (weak_tls_extern): Define. * locale/uselocale.c (DEFINE_CATEGORY): Use weak_tls_extern for _nl_current_##category. * locale/setlocale.c (DEFINE_CATEGORY): Likewise.
* Updated to fedora-glibc-20051221T0931Jakub Jelinek2005-12-211-1/+2
|
* Workaround for http://gcc.gnu.org/PR25240Jakub Jelinek2005-12-201-2/+2
| | | | | | | | | * include/libc-symbols.h (weak_extern): Define using weak attribute. (_weak_extern): Remove. (weak_tls_extern): Define. * locale/uselocale.c (DEFINE_CATEGORY): Use weak_tls_extern for _nl_current_##category. * locale/setlocale.c (DEFINE_CATEGORY): Likewise.
* Updated to fedora-glibc-20051219T1003 cvs/fedora-glibc-2_3_90-19Jakub Jelinek2005-12-194-1/+6
|
* Updated to fedora-glibc-20051119T1959Jakub Jelinek2005-11-191-1/+2
|
* Updated to fedora-glibc-20051115T0809Jakub Jelinek2005-11-154-77/+61
|
* Updated to fedora-glibc-20051020T0651Jakub Jelinek2005-10-205-15/+19
|
* Updated to fedora-glibc-20051010T1417Jakub Jelinek2005-10-101-4/+7
|
* Updated to fedora-glibc-20051003T2040Jakub Jelinek2005-10-031-0/+2
|
* Updated to fedora-glibc-20050912T0656Jakub Jelinek2005-09-122-27/+24
|
* Updated to fedora-glibc-20050822T0727Jakub Jelinek2005-08-222-3/+39
|
* Updated to fedora-glibc-20050808T2126Jakub Jelinek2005-08-082-0/+6
|
* Updated to fedora-glibc-20050721T0814Jakub Jelinek2005-07-218-2/+37
|
* 2.3.90-1 cvs/fedora-glibc-2_3_90-1Jakub Jelinek2005-06-271-1/+1
|
* Updated to fedora-glibc-20050620T1530Jakub Jelinek2005-06-204-2/+8
|
* 2005-05-23 Ulrich Drepper <drepper@redhat.com>Jakub Jelinek2005-05-231-0/+4
| | | | | | | | | | | | | | * sunrpc/pm_getport.c (__get_socket): New function. (pmap_getport): Use it to open a non-reserved socket to the portmapper for TCP. * include/rpc/pmap_clnt.h (__get_socket): Declare. * sunrpc/pm_getmaps.c (pmap_getmaps): Use __get_socket to get an non-reserved socket for the portmapper. Based on a patch by Steve Dickson <steved@redhat.com>. * sunrpc/bindrsvprt.c (bindresvport): Try harder to find a port. If we tried looking at the usual range without success extend the range to even lower ports.
* Updated to fedora-glibc-20050319T1907 cvs/fedora-glibc-2_3_4-15Jakub Jelinek2005-03-193-69/+14
|
* * include/bits/unistd.h: New file.Jakub Jelinek2005-03-052-0/+2
| | | | * include/bits/socket2.h: New file.
* Updated to fedora-glibc-20050303T1335Jakub Jelinek2005-03-031-1/+1
|
* Updated to fedora-glibc-20050302T1820Jakub Jelinek2005-03-035-9/+14
|
* Updated to fedora-glibc-20050211T1037Jakub Jelinek2005-02-112-4/+15
|
* Updated to fedora-glibc-20050211T0853Jakub Jelinek2005-02-111-1/+2
|
* Updated to fedora-glibc-20050208T0948 cvs/fedora-glibc-2_3_4-6Jakub Jelinek2005-02-082-17/+86
|
* Updated to fedora-glibc-20050106T1443Jakub Jelinek2005-01-062-1/+4
|
* Updated to fedora-glibc-20041130T0624Jakub Jelinek2004-11-301-1/+2
|
* Updated to fedora-glibc-20041116T0856Jakub Jelinek2004-11-161-2/+1
|
* Updated to fedora-glibc-20041115T0915Jakub Jelinek2004-11-151-0/+2
|
* * include/features.h (__USE_FORTIFY_LEVEL): Also set for Red HatJakub Jelinek2004-11-021-1/+5
| | | | | | | | | GCC 3.4.x-RH >= 3.4.2-8. * libio/bits/features.h (printf, fprintf, vprintf, vfprintf): For GCC 3.4.x-RH use __builtin___{,v}{,f}printf_chk instead of __{,v}{,f}printf_chk. * debug/tst-chk1.c (do_test): Deal with GCC 3.4.x-RH not being able to recognize subobjects.
* Updated to fedora-glibc-20041102T1153Jakub Jelinek2004-11-0210-5/+165
|
* 2.3.3-74 cvs/fedora-glibc-2_3_3-74Jakub Jelinek2004-10-271-0/+3
|
* Updated to fedora-glibc-20041018T0940 cvs/fedora-glibc-2_3_3-70Jakub Jelinek2004-10-182-2/+76
|
* * include/features.h (__USE_FORTIFY_LEVEL): Enable even withJakub Jelinek2004-10-181-1/+3
| | | | Red Hat gcc4 4.0.0 and above.
* Updated to fedora-glibc-20041018T0940Jakub Jelinek2004-10-187-15/+132
|
* 2.3.3-68 cvs/fedora-glibc-2_3_3-68Jakub Jelinek2004-10-141-1/+1
|
* 2.3.3-68Jakub Jelinek2004-10-141-1/+5
|
* Updated to fedora-glibc-20041014T0548Jakub Jelinek2004-10-142-2/+14
|
* Updated to fedora-glibc-20041005T0745Jakub Jelinek2004-10-051-2/+2
|
* Changes and additions migrated from cvs.devel.redhat.com:/cvs/devel/glibc to ↵Roland McGrath2004-09-221-2/+2
| | | | fedora-branch
* Update.Ulrich Drepper2004-09-181-0/+1
| | | | | | | | | | | | | | | 2004-09-17 Ulrich Drepper <drepper@redhat.com> * include/link.h (struct link_map): Add l_used element. * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_UNUSED. * elf/rtld.c (process_dl_debug): Recognize unused. (dl_main): When unused debug flag is set check for unused direct dependencies. When printing dependencies and SONAME starts with /, omit the SONAME => part. * elf/dl-lookup.c (_dl_lookup_symbol_x): Mark object in which the symbol has been found as used. * elf/ldd.bash.in: Add -u option.
* Update.Ulrich Drepper2004-09-141-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2004-09-13 Ulrich Drepper <drepper@redhat.com> * misc/sys/cdefs.h: Restore old definition of __P. * csu/munch.awk: Remove uses of __P and __PMT. * gmon/gmon.c: Likewise. * hesiod/hesiod.h: Likewise. * include/stdio.h: Likewise. * io/fts.c: Likewise. * libio/genops.c: Likewise. * libio/libioP.h: Likewise. * libio/fileops.c: Likewise. * libio/iolibio.h: Likewise. * libio/libio.h: Likewise. * libio/memstream.c: Likewise. * libio/oldfileops.c: Likewise. * libio/oldstdfiles.c: Likewise. * libio/iopopen.c: Likewise. * libio/vsnprintf.c: Likewise. * libio/vswprintf.c: Likewise. * libio/wgenops.c: Likewise. * libio/oldiopopen.c: Likewise. * locale/programs/xmalloc.c: Likewise. * locale/programs/xstrdup.c: Likewise. * malloc/mtrace.c: Likewise. * misc/getttyent.c: Likewise. * misc/getusershell.c: Likewise. * nis/rpcsvc/ypupd.h: Likewise. * posix/fnmatch.h: Likewise. * posix/glob.h: Likewise. * resolv/arpa/nameser.h: Likewise. * resolv/gethnamaddr.c: Likewise. * resolv/resolv.h: Likewise. * resolv/inet_net_ntop.c: Likewise. * resolv/inet_net_pton.c: Likewise. * resolv/res_init.c: Likewise. * resolv/nss_dns/dns-network.c: Likewise. * stdio-common/vfprintf.c: Likewise. * stdio-common/reg-printf.c: Likewise. * sysdeps/generic/chflags.c: Likewise. * sysdeps/generic/fchflags.c: Likewise. * sysdeps/generic/glob.c: Likewise. * sysdeps/generic/printf_fphex.c: Likewise. * sysdeps/generic/memcmp.c: Likewise. * sysdeps/generic/memcopy.h: Likewise. * sysdeps/generic/morecore.c: Likewise. * sysdeps/generic/sstk.c: Likewise. * sysdeps/posix/sigvec.c: Likewise. * sysdeps/posix/ttyname_r.c: Likewise. * sysdeps/standalone/arm/bits/errno.h: Likewise. * sysdeps/standalone/standalone.h: Likewise. * sysdeps/standalone/i386/force_cpu386/brdinit.c: Likewise. * sysdeps/standalone/i386/force_cpu386/_exit.c: Likewise. * sysdeps/unix/arm/start.c: Likewise. * sysdeps/unix/bsd/sigaction.c: Likewise. * sysdeps/unix/bsd/sun/m68k/sigtramp.c: Likewise. * sysdeps/unix/bsd/sun/sparc/sigtramp.c: Likewise. * sysdeps/unix/bsd/sun/sunos4/wait4.c: Likewise. * sysdeps/unix/bsd/ultrix4/mips/sigvec.c: Likewise. * sysdeps/unix/bsd/ultrix4/sysconf.c: Likewise. * sysdeps/unix/sparc/start.c: Likewise. * sysdeps/unix/sysv/getdents.c: Likewise. * sysdeps/unix/sysv/irix4/fpathconf.c: Likewise. * sysdeps/unix/sysv/irix4/getgroups.c: Likewise. * sysdeps/unix/sysv/irix4/getpriority.c: Likewise. * sysdeps/unix/sysv/irix4/getrusage.c: Likewise. * sysdeps/unix/sysv/irix4/pathconf.c: Likewise. * sysdeps/unix/sysv/irix4/setgroups.c: Likewise. * sysdeps/unix/sysv/irix4/sigtramp.c: Likewise. * sysdeps/unix/sysv/irix4/start.c: Likewise. * sysdeps/unix/sysv/irix4/sysconf.c: Likewise. * sysdeps/unix/sysv/sco3.2.4/__setpgid.c: Likewise. * sysdeps/unix/sysv/sco3.2.4/getgroups.c: Likewise. * sysdeps/unix/sysv/sysv4/__getpgid.c: Likewise. * sysdeps/unix/sysv/sysv4/__setpgid.c: Likewise. * sysdeps/unix/sysv/sysv4/getpgid.c: Likewise. * sysdeps/unix/sysv/sysv4/setpgid.c: Likewise. * sysdeps/unix/sysv/sysv4/sethostname.c: Likewise. * sysdeps/unix/sysv/sysv4/setsid.c: Likewise. * sysdeps/unix/sysv/sysv4/sysconf.c: Likewise. * sysdeps/unix/sysv/sysv4/waitpid.c: Likewise. * sysdeps/unix/sysv/sysv4/solaris2/getdents.c: Likewise. * time/tzset.c: Likewise. * time/strftime_l.c: Likewise. * time/strptime_l.c: Likewise. * crypt/md5.h: Likewise.
* Update.Ulrich Drepper2004-09-071-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * include/atomic.h: Define atomic_increment_val, atomic_decrement_val, and atomic_dealy is not already defined. * sysdeps/i386/i486/bits/atomic.h: Define atomic_delay. * sysdeps/x86_64/bits/atomic.h: Likewise. * miscd/sys/cdefs.h (__NTH): New macro. (__THROW): Define using nothrow attribute for C code and gcc >= 3.2. (__REDIRECT_NTH): New macro. * argp/argp.h: Use __NTH and __REDIRECT_NTH where necessary. * ctype/ctype.h: Likewise. * dirent/dirent.h: Likewise. * io/fcntl.h: Likewise. * io/sys/sendfile.h: Likewise. * io/sys/stat.h: Likewise. * io/sys/statfs.h: Likewise. * io/sys/statvfs.h: Likewise. * libio/bits/stdio.h: Likewise. * misc/sys/mman.h: Likewise. * posix/unistd.h: Likewise. * resource/sys/resource.h: Likewise. * rt/aio.h: Likewise. * signal/signal.h: Likewise. * stdlib/stdlib.h: Likewise. * string/argz.h: Likewise. * string/string.h: Likewise. * sysdeps/generic/inttypes.h: Likewise. * sysdeps/i386/fpu/bits/mathinline.h: Likewise. * sysdeps/powerpc/fpu/bits/mathinline.h: Likewise. * sysdeps/s390/fpu/bits/mathinline.h: Likewise. * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise. * sysdeps/unix/sysv/linux/bits/socket.h: Likewise. * sysdeps/unix/sysv/linux/bits/sys/sysmacros.h: Likewise. * wcsmbs/wchar.h: Likewise. * sysdeps/generic/glob.c: Use __PMT isntead of __P where appropriate. * resolv/gethnamaddr.c (getanswer): Remove __P use in variable definition. * io/sys/poll.h: Remove __THROW from poll prototype, it's a cancellation point.