about summary refs log tree commit diff
path: root/include/libc-symbols.h
Commit message (Expand)AuthorAgeFilesLines
...
* Make _REENTRANT and _THREAD_SAFE aliases for _POSIX_C_SOURCE=199506L.Zack Weinberg2016-12-081-2/+0
* i386, x86: Use libc_ifunc macro for time, gettimeofday.Stefan Liebler2016-10-071-15/+0
* Use gcc attribute ifunc in libc_ifunc macro instead of inline assembly due to...Stefan Liebler2016-10-071-16/+126
* malloc: Simplify static malloc interposition [BZ #20432]Florian Weimer2016-08-261-0/+15
* Add support for referencing specific symbol versionsFlorian Weimer2016-08-021-5/+14
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Remove .weak, .weakext configure tests.Joseph Myers2015-10-191-19/+3
* Remove .previous, .popsection configure tests.Joseph Myers2015-10-151-8/+1
* Localplt testing for vector math library and libmvec_hidden_* macro series.Andrew Senkevich2015-05-251-0/+20
* powerpc: Remove HAVE_ASM_GLOBAL_DOT_NAME defineAdhemerval Zanella2015-03-111-80/+11
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Remove NOT_IN_libcSiddhesh Poyarekar2014-11-241-1/+1
* Remove IN_LIBSiddhesh Poyarekar2014-11-241-0/+5
* Use MODULE_NAME in stap-probe instead of IN_LIBSiddhesh Poyarekar2014-11-241-0/+4
* Auto-generate libc-modules.hSiddhesh Poyarekar2014-11-191-3/+0
* Add new macro IN_MODULE to identify module in which source is builtSiddhesh Poyarekar2014-11-191-10/+15
* Remove INTDEF / INTUSE / INTVARDEF (bug 14132).Joseph Myers2014-11-051-20/+0
* Remove unnecessary uses of NOT_IN_libcSiddhesh Poyarekar2014-08-211-9/+9
* Fix -Wundef warnings in regex_internal.hSiddhesh Poyarekar2014-08-011-0/+4
* Fix -Wundef warnings in fnmatch.cSiddhesh Poyarekar2014-08-011-2/+4
* Clean up HAVE_CONFIG_H and STDC_HEADERS.Roland McGrath2014-06-201-0/+13
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Define TLS version of libc_hidden_proto.Joseph Myers2013-11-181-3/+33
* Remove --disable-versioning.Joseph Myers2013-09-041-2/+2
* Fix loop construction to functions callsAdhemerval Zanella2013-06-201-0/+10
* Remove redunant "warning: " prefix from stub warnings.Roland McGrath2013-02-121-2/+1
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Get rid of ASM_TYPE_DIRECTIVE{,_PREFIX}.Marek Polacek2012-08-021-33/+20
* Get rid of ASM_GLOBAL_DIRECTIVE.Marek Polacek2012-07-101-15/+11
* Hurd: hidden_nolink macro for NO_HIDDEN case.Thomas Schwinge2012-05-101-2/+2
* Make sunrpc code usable againAndreas Jaeger2012-05-101-1/+6
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* More fallout from supporting only ELFUlrich Drepper2012-01-081-49/+25
* Remove non-ELF supportUlrich Drepper2012-01-071-80/+35
* Cleanup of configuration optionsUlrich Drepper2011-09-101-26/+7
* Obsolete RPC implementation in libc.Ulrich Drepper2011-04-161-2/+13
* Prepare use if IFUNC functions outside libc.so.Ulrich Drepper2009-07-291-1/+12
* Finish IFUNC support for x86 and x86-64.Ulrich Drepper2009-05-311-0/+17
* * config.h.in (USE_MULTIARCH): Define.Ulrich Drepper2009-03-131-2/+12
* [BZ #2510, BZ #2830, BZ #3137, BZ #3313, BZ #3426, BZ #3465, BZ #3480, BZ #34...Ulrich Drepper2007-01-111-34/+41
* .Jakub Jelinek2007-07-311-41/+34
* * 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-281-21/+13
* * include/libc-symbols.h: Fix comment typo.Roland McGrath2006-02-241-3/+4
* * configure.in: Remove gnu_ld definition and everything using it.Ulrich Drepper2005-11-061-76/+54
* * include/libc-symbols.h: Define macros for librt hidden symbols.Ulrich Drepper2005-07-131-0/+18
* * include/libc-symbols.h (__hidden_proto): Remove bogus declarationRoland McGrath2005-03-171-66/+11
* [BZ #157] cvs/fedora-glibc-20050211T0853Roland McGrath2005-02-111-1/+2
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-88/+145
* 2.5-18.1Jakub Jelinek2007-07-121-145/+88