about summary refs log tree commit diff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Change prototypes to use __iovec for struct iovec * parameters names ratherRyan Arnold2009-08-031-4/+4
* * sysdeps/powerpc/fpu/fenv_libc.h: Add libm_hidden_proto forUlrich Drepper2008-04-121-0/+1
* * include/features.h (__GLIBC_MINOR__): Bump to 8.Ulrich Drepper2008-04-111-1/+1
* * include/stdio.h (__asprintf_chk, __dprintf_chk, cvs/fedora-glibc-20080305T0857Ulrich Drepper2008-03-051-0/+11
* * include/link.h (FORCED_DYNAMIC_TLS_OFFSET): Define.Ulrich Drepper2008-01-171-0/+9
* * locale/nl_langinfo.c (nl_langinfo): Just call __nl_langinfo_l.Ulrich Drepper2007-12-141-0/+1
* * include/ifaddrs.h: Remove in6ai_temporary.Ulrich Drepper2007-11-141-2/+5
* * stdlib/stdlib.h: Define __compar_d_fn_t. Declare qsort_r.Ulrich Drepper2007-11-131-1/+2
* Hurd-specific kernel-features.h.Ulrich Drepper2007-11-131-31/+0
* (struct in6addrinfo): Add prefixlen field.Ulrich Drepper2007-11-121-1/+3
* 2007-11-11 Roland McGrath <roland@frob.com>Roland McGrath2007-11-121-0/+31
* Declare __gethostbyaddr2_r and __gethostbyname3_r.Ulrich Drepper2007-10-301-0/+15
* * include/features.h (__GLIBC_MINOR__): Bump to 7.Ulrich Drepper2007-10-171-1/+1
* * include/time.h: Declare __tzset_parse_tz and __tzset_compute.Ulrich Drepper2007-10-142-0/+4
* * misc/error.h: Use __const instead of const.Ulrich Drepper2007-10-071-0/+1
* * include/stdio_ext.h (__fsetlocking): Define as macro.Ulrich Drepper2007-10-011-3/+14
* * sysdeps/generic/ldsodefs.h (struct dl_scope_free_list): Store cvs/fedora-glibc-20070929T1859Ulrich Drepper2007-09-291-2/+5
* * sysdeps/generic/ldsodefs.h (DL_LOOKUP_GSCOPE_LOCK): New definition.Ulrich Drepper2007-09-181-0/+2
* * include/stdio.h (__isoc99_fscanf, __isoc99_scanf,Ulrich Drepper2007-09-182-0/+33
* * rt/Versions (librt): Export __mq_open_2@@GLIBC_2.7.Ulrich Drepper2007-09-151-0/+1
* * misc/sys/cdefs.h (__va_arg_pack): Define for GCC 4.3+.Ulrich Drepper2007-09-153-1/+6
* * nscd/connections.c: Use O_CLOEXEC is possible. Use mkostempUlrich Drepper2007-08-111-4/+3
* * include/stdlib.h: Add libc_hidden_proto for strto*, __strto*_l. cvs/fedora-glibc-20070809T0939Roland McGrath2007-08-072-42/+28
* * io/Makefile (aux): Add have_o_cloexec.Ulrich Drepper2007-08-031-0/+4
* * sysdeps/unix/dirstream.h (struct __dirstream): Move lock memberUlrich Drepper2007-08-032-7/+64
* * include/time.h (enum ptime_locale_status): Remove.Ulrich Drepper2007-07-281-9/+2
* * include/features.h (__USE_ISOC95): New define.Ulrich Drepper2007-07-191-0/+8
* * elf/dl-close.c (free_mem): Free _dl_scope_free_list.Ulrich Drepper2007-06-201-3/+0
* * sysdeps/generic/ldsodefs.h (rtld_global): Reorder some elementsUlrich Drepper2007-06-191-0/+3
* * Makerules (sysd-rules): Define PTW for ptw-* files.Ulrich Drepper2007-05-243-0/+7
* * version.h (VERSION): Define to 6. glibc-2.6 cvs/glibc-2_6-base cvs/glibc-2_6Ulrich Drepper2007-05-151-3/+2
* * sysdeps/unix/sysv/linux/tst-getcpu.c: New file.Ulrich Drepper2007-05-111-5/+5
* Redefine __nonnull so that test for incorrect parameters in the libc code its...Ulrich Drepper2007-05-101-0/+6
* * include/sys/mman.h: Mark madvise hidden.Ulrich Drepper2007-04-191-0/+3
* * nis/nis_domain_of.c (__nis_domain_of): New function.Ulrich Drepper2007-04-191-0/+2
* * elf/dl-open.c (dl_open_worker): Declare l in 2 different cvs/fedora-glibc-20070317T2130Ulrich Drepper2007-03-171-0/+2
* * resolv/res_init.c (res_setoptions): Recognize edns0 option.Ulrich Drepper2007-02-091-0/+3
* (__uselocale): Add libc_hidden_proto.Ulrich Drepper2007-02-021-0/+1
* * include/string.h: Only redefine strndupa if this is really forUlrich Drepper2007-01-131-2/+4
* [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-1111-160/+334
* .Jakub Jelinek2007-07-3111-334/+160
* * include/atomic.h (atomic_forced_read): New macro.Ulrich Drepper2006-12-211-0/+6
* [BZ #3632] cvs/fedora-glibc-20061210T1006Ulrich Drepper2006-12-101-1/+1
* * elf/dl-debug.c (_dl_debug_initialize): Check r->r_map for 0 cvs/fedora-glibc-20061109T1949Ulrich Drepper2006-11-091-13/+28
* * configure.in: Require assembler support for visibility, compilerUlrich Drepper2006-10-282-22/+13
* * sysdeps/pthread/pthread_barrier_wait.c: Move to...Ulrich Drepper2006-10-281-0/+3
* USE_TLS support is now default.Ulrich Drepper2006-10-273-9/+6
* * elf/dl-lookup.c (_dl_debug_bindings): Remove unised symbol_scopeUlrich Drepper2006-10-271-28/+3
* [BZ #3313]Ulrich Drepper2006-10-181-144/+142
* * include/atomic.c: Define catomic_* operations.Ulrich Drepper2006-10-111-0/+139