* manual/users.texi: Document MTASC-safety properties.
[jlayton/glibc.git] / include /
2012-01-30 Roland McGrathMerge remote-tracking branch 'origin/cmetcalf/tile_epol...
2012-01-28 Chris MetcalfUse include/sys/epoll.h to provide libc_hidden_proto...
2012-01-25 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2012-01-24 Ulrich DrepperFix gets problems
2012-01-09 Ulrich DrepperOptimize xmalloc, xcalloc, xrealloc, and xstrdup
2012-01-08 Ulrich DrepperAdd checking versions of poll and ppoll
2012-01-08 Ulrich DrepperMore fallout from supporting only ELF
2012-01-08 Ulrich DrepperRemove pre-ISO C support
2012-01-08 Ulrich DrepperRemove non-ELF support
2012-01-03 Ulrich DrepperMerge branch 'c11'
2012-01-01 Ulrich DrepperMissed half the support for __USE_ISOC11
2012-01-01 Ulrich DrepperAdd __USE_ISOCXX11
2012-01-01 Ulrich DrepperSupport C11 __STDC_SOURCE__ and _ISOC11_SOURCE
2011-12-23 Ulrich DrepperPreliminaries for 2.15 release glibc-2.15
2011-11-11 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-11-11 Roland McGrathFix __readlink declaration.
2011-11-02 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-11-01 Andreas SchwabAccount for alloca size rounding in extend_alloca
2011-10-31 Ulrich DrepperCache network interface information
2011-10-15 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-10-15 Ulrich DrepperOptimize access to isXYZ and toXYZ tables
2011-10-08 Ulrich DrepperOptimize use of isnan, isinf, finite
2011-10-05 Andreas SchwabDon't call ifunc functions in trace mode
2011-09-10 Ulrich DrepperRemove support for !USE___THREAD
2011-09-10 Ulrich DrepperCleanup of configuration options
2011-09-08 Ulrich DrepperAdd range checking for FD_SET, FD_CLR, and FD_ISSET
2011-08-11 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-08-11 Andreas SchwabClean up PLT use for scandirat
2011-08-09 Ulrich DrepperImplement scandirat function
2011-05-31 Ulrich Drepper2.14 release glibc-2.14
2011-05-21 Ulrich DrepperDon't unconditionally use alloca in gaih_inet
2011-05-15 Ulrich DrepperFix a few problems in fopen and freopen
2011-05-15 Ulrich DrepperUse mmap for allocation of buffers used for __abort_msg
2011-05-08 Ulrich DrepperMake complete getcwd work in rtld
2011-05-08 Ulrich DrepperFix Linux getcwd for long paths
2011-05-08 Ulrich DrepperOptimize fdopendir a bit.
2011-04-17 Ulrich DrepperObsolete RPC implementation in libc.
2011-04-02 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-04-02 Ulrich DrepperUpdate comment about feature macros.
2011-03-10 Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2011-03-10 Ulrich DrepperFix copy relocations handling of unique objects.
2011-02-26 Andreas SchwabFix memory leak in dlopen with RTLD_NOLOAD.
2011-01-18 Ulrich Drepper2.13 release glibc-2.13
2011-01-13 Ulrich DrepperClean up PLT use for getrlimit64.
2011-01-13 Ulrich DrepperFix PLT use due to __libc_alloca_cutoff.
2010-12-10 Ulrich DrepperFix typo in comment.
2010-10-25 Andreas SchwabRequire suid bit on audit objects in privileged programs
2010-10-11 Jakub JelinekCorrect implementation of fmaf.
2010-09-01 Ulrich DrepperRemove duplicate version of pmap_getport from NIS code.
2010-05-03 Ulrich DrepperPrepare for release. glibc-2.12
2010-03-27 Ulrich DrepperFix handling of __need_mbstate_t and __need_wint_t.
2010-03-25 Ulrich DrepperFix Linux getlogin{_r,} implementation
2010-03-24 Ulrich DrepperFix handling of STB_GNU_UNIQUE in LD_TRACE_PRELINKING
2010-02-10 Andreas SchwabAvoid PLT call to fegetenv on s390
2010-01-15 Ulrich DrepperFix _XOPEN_SOURCE_EXTENDED handling.
2010-01-12 Ulrich DrepperFix up wchar.h for XPG7.
2010-01-09 Ulrich DrepperMerge branch 'master' of ssh://sources.redhat.com/git...
2010-01-09 Ulrich DrepperAdd support for XPG7 testing.
2009-12-24 Ulrich DrepperFix isomac test after recent header change.
2009-12-15 Ulrich DrepperAvoid ELF lookup race.
2009-11-25 Ulrich DrepperOptimize grantpt.
2009-10-30 Ulrich Drepper2.11 release. glibc-2.11
2009-10-30 Ulrich DrepperImplement mkstemps and mkstemps64.
2009-10-23 Ulrich DrepperMerge branch 'master' of ssh://sources.redhat.com/git...
2009-10-20 Andreas SchwabCorrect errno handling in expm1.
2009-09-01 Andreas SchwabAdd hidden alias for fflush.
2009-07-29 Ulrich DrepperPrepare use if IFUNC functions outside libc.so.
2009-07-23 Duncan SimpsonMake include/unistd.h suitable for C++ test cases.
2009-07-16 Jakub JelinekUse rel semantics of cas instead of acq semantics with...
2009-07-07 Ulrich DrepperClean up code for hash table handling in ld.so.
2009-06-15 Ulrich DrepperPreserve message printed before abort.
2009-06-02 Ulrich DrepperAdd missing __execvpe prototype.
2009-06-01 Ulrich DrepperFinish IFUNC support for x86 and x86-64.
2009-05-16 Jakub JelinekAvoid double definition of catomic_compare_and_exchange...
2009-05-16 Ulrich DrepperMerge branch 'master' of ssh://sources.redhat.com/git...
2009-05-16 Ulrich DrepperCheck for valid stack frame in longjmp.
2009-05-09 Ulrich Drepper* version.h (VERSION): Bump for 2.10 release. cvs/fedora-glibc-20090509T1828
2009-04-25 Ulrich Drepper* include/features.h: _POSIX_C_SOURCE >= 200112L implie...
2009-04-23 Ulrich Drepper[BZ #9955]
2009-03-17 Ulrich DrepperYet more changes to match sort function type change.
2009-03-13 Ulrich Drepper* config.h.in (USE_MULTIARCH): Define.
2009-03-10 Ulrich Drepper* include/stdio.h (fmemopen): Add libc_hidden_proto.
2009-02-26 Ulrich Drepper* include/features.h: Define macros for XPG7/POSIX...
2009-02-26 Ulrich Drepper* include/features.h: If no feature selection given...
2009-02-08 Ulrich Drepper* include/atomic.h: Define catomic_and if not already...
2009-02-07 Ulrich Drepper* malloc/malloc.c (_int_free): Second argument is now...
2009-02-06 Ulrich Drepper* include/rpc/auth.h: Use libc_hidden_proto for _null_auth.
2009-01-29 Ulrich Drepper* sysdeps/i386/stackinfo.h (stackinfo_get_sp): Define.
2009-01-29 Ulrich Drepper[BZ #9750]
2008-11-13 Ulrich Drepper* include/features.h (__GLIBC_MINOR__): Bump to 9. cvs/fedora-glibc-20081113T2206 cvs/glibc-2_9 cvs/glibc-2_9-base glibc-2.9
2008-11-07 Jakub Jelinek* include/stdio.h (__builtin_fwrite, __builtin_fwrite_u...
2008-11-07 Jakub Jelinek* bits/libc-tsd.h (__libc_tsd_define, __libc_tsd_address,
2008-08-01 Ulrich Drepper* include/arpa/nameser.h (NS_GET16): Use const pointer.
2008-08-01 Ulrich Drepper* Versions.def: Add GLIBC_2.9 to libresolv.
2008-07-28 Ulrich Drepper* resolv/res_send.c (__libc_res_nsend): Take additional... cvs/fedora-glibc-20080728T2320
2008-07-27 Ulrich Drepper* sysdeps/unix/sysv/linux/syscalls.list: Add __pipe2...
2008-07-25 Ulrich Drepper* include/rpc/clnt.h: Declare __libc_clntudp_bufcreate and
2008-05-27 Ulrich DrepperRemove useless more "if" tests before "free".
2008-05-20 Ulrich Drepper(higher_prime_number): Fix type of mid variable.
2008-05-13 Ulrich DrepperIntroduce TLS descriptors for i386 and x86_64.
next