Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-02-03 | * manual/users.texi: Document MTASC-safety properties. | Alexandre Oliva | 2 | -0/+798 | |
2014-02-03 | * manual/threads.texi (pthread_key_create, pthread_key_delete, | Alexandre Oliva | 3 | -20/+39 | |
pthread_getspecific, pthread_setspecific): Format with @deftypefun, and add @safety note. * manual/signal.texi: Move comments that analyze the above functions to their home place. | |||||
2014-02-03 | Update Slovenian translations | Allan McRae | 2 | -570/+597 | |
2014-02-02 | * manual/time.texi (timegm): Add missing blank after @c. | Alexandre Oliva | 2 | -1/+6 | |
Reported by Joseph Myers <joseph@codesourcery.com>. | |||||
2014-02-01 | * manual/check-safety.sh: New. | Alexandre Oliva | 3 | -1/+126 | |
* manual/Makefile ($(objpfx)stamp-summary): Run it. | |||||
2014-02-01 | * manual/terminal.texi: Document MTASC-safety properties. | Alexandre Oliva | 2 | -0/+178 | |
2014-02-01 | * manual/filesys.texi: Document MTASC-safety properties. | Alexandre Oliva | 2 | -0/+226 | |
2014-02-01 | * manual/errno.texi: Document MTASC-safety properties. | Alexandre Oliva | 2 | -0/+47 | |
2014-02-01 | * manual/intro.texi: Document safety identifiers and | Alexandre Oliva | 2 | -3/+50 | |
conditionals. | |||||
2014-02-01 | * manual/string.texi (wcstok): Fix prototype. | Alexandre Oliva | 2 | -19/+19 | |
(wcstok, strtok, strtok_r): Adjust reentrancy remarks. | |||||
2014-02-01 | * manual/time.texi: Document MTASC-safety properties. | Alexandre Oliva | 2 | -0/+373 | |
2014-02-01 | * manual/string.texi: Document MTASC-safety properties. | Alexandre Oliva | 2 | -0/+124 | |
2014-02-01 | * manual/threads.texi: Document MTASC-safety properties. | Alexandre Oliva | 2 | -0/+142 | |
2014-02-01 | * manual/stdio.texi: Document MTASC-safety properties. | Alexandre Oliva | 2 | -0/+253 | |
2014-02-01 | * manual/syslog.texi: Document MTASC-safety properties. | Alexandre Oliva | 2 | -0/+61 | |
2014-02-01 | * manual/sysinfo.texi: Document MTASC-safety properties. | Alexandre Oliva | 2 | -0/+96 | |
2014-02-01 | * manual/startup.texi: Document MTASC-safety properties. | Alexandre Oliva | 2 | -2/+81 | |
2014-02-01 | * manual/socket.texi: Document MTASC-safety properties. | Alexandre Oliva | 2 | -0/+573 | |
2014-02-01 | * manual/signal.texi: Document MTASC-safety properties. | Alexandre Oliva | 2 | -0/+141 | |
2014-01-31 | * manual/setjmp.texi: Document MTASC-safety properties. | Alexandre Oliva | 2 | -0/+48 | |
2014-01-31 | * manual/search.texi: Document MTASC-safety properties. | Alexandre Oliva | 2 | -0/+76 | |
2014-01-31 | * manual/resource.texi: Document MTASC-safety properties. | Alexandre Oliva | 2 | -0/+88 | |
2014-01-31 | * manual/process.texi: Document MTASC-safety properties. | Alexandre Oliva | 2 | -0/+76 | |
2014-01-31 | * manual/platform.texi: Document MTASC-safety properties. | Alexandre Oliva | 2 | -0/+22 | |
2014-01-31 | * manual/pipe.texi: Document MTASC-safety properties. | Alexandre Oliva | 2 | -0/+114 | |
2014-01-31 | * manual/pattern.texi: Document MTASC-safety properties. | Alexandre Oliva | 2 | -0/+731 | |
2014-01-31 | * manual/message.texi: Document MTASC-safety properties. | Alexandre Oliva | 2 | -2/+161 | |
2014-01-31 | [BZ #12751] | Alexandre Oliva | 3 | -1/+539 | |
* manual/memory.texi: Document MTASC-safety properties. | |||||
2014-01-31 | * manual/math.texi: Document MTASC-safety properties. | Alexandre Oliva | 2 | -0/+107 | |
2014-01-31 | * manual/locale.texi: Document MTASC-safety properties. | Alexandre Oliva | 2 | -0/+150 | |
2014-01-31 | * manual/llio.texi: Document MTASC-safety properties. | Alexandre Oliva | 2 | -0/+284 | |
2014-01-31 | * manual/libdl.texi: New. | Alexandre Oliva | 2 | -0/+14 | |
2014-01-31 | * manual/lang.texi: Document MTASC-safety properties. | Alexandre Oliva | 2 | -0/+21 | |
2014-01-31 | * manual/job.texi: Document MTASC-safety properties. | Alexandre Oliva | 2 | -0/+29 | |
2014-01-31 | * manual/getopt.texi: Document MTASC-safety properties. | Alexandre Oliva | 2 | -0/+30 | |
2014-01-31 | * manual/ctype.texi: Document MTASC-safety properties. | Alexandre Oliva | 2 | -0/+77 | |
2014-01-31 | [BZ #16046] Static dlopen correction fallout fixes. | Maciej W. Rozycki | 7 | -71/+43 | |
Fixes to address issues from BZ #15022 resolution, as follows: * TLS updates to csu/libc-tls.c -- we now have a proper main map, so there's no longer a need to create a separate fake one to keep TLS structures, * random updates to elf/dl-close.c -- LM_ID_BASE is now a valid name space ID for static executables as well, so assert that we don't unload the main map. Similarly dl_nns isn't supposed to be 0 for static executables anymore, * actual BZ #16046 fix to elf/dl-iteratephdr.c -- the dl_iterate_phdr special function for static executables isn't needed anymore, provided that l_phdr and l_phnum members of the main map have been properly initialized (done in _dl_non_dynamic_init in elf/dl-support.c now), * ld.so.cache loader update to elf/dl-load.c -- GL(dl_ns)[LM_ID_BASE]._ns_loaded is now always initialized in static executables so can become the fallback loader map to check for DF_1_NODEFLIB, provided that the l_flags_1 member of the main map has been properly initialized (done in elf/dl-support.c now); this also ensures previous semantics elsewhere in elf/dl-load.c, * matching updates to elf/dl-support.c -- to complement the two fixes above. | |||||
2014-01-30 | * manual/debug.texi: Document MTASC-safety properties. | Alexandre Oliva | 2 | -0/+30 | |
2014-01-29 | Disable x87 inline functions for SSE2 math | H.J. Lu | 3 | -3/+10 | |
When i386 and x86-64 mathinline.h was merged into a single mathinline.h, "gcc -m32" enables x87 inline functions on x86-64 even when -mfpmath=sse and SSE2 is enabled. It is a regression on x86-64. We should check __SSE2_MATH__ instead of __x86_64__ when disabling x87 inline functions. | |||||
2014-01-29 | * manual/charset.texi: Document MTASC-safety properties. | Alexandre Oliva | 2 | -0/+98 | |
2014-01-29 | [AArch64] Regenerate libm-test-ulps. | Marcus Shawcroft | 2 | -15/+4 | |
Re-generate libm-test-ulps from scratch. | |||||
2014-01-29 | Fix spaces before tabs | Siddhesh Poyarekar | 2 | -33/+38 | |
2014-01-29 | * manual/crypt.texi: Document MTASC-safety properties. | Alexandre Oliva | 2 | -0/+34 | |
2014-01-29 | * manual/conf.texi: Document MTASC-safety properties. | Alexandre Oliva | 2 | -0/+23 | |
2014-01-29 | * manual/arith.texi: Document MTASC-safety properties. | Alexandre Oliva | 2 | -0/+153 | |
2014-01-29 | * manual/argp.texi: Document MTASC-safety properties. | Alexandre Oliva | 2 | -0/+186 | |
2014-01-29 | * manual/macros.texi: Introduce macros to document multi | Alexandre Oliva | 4 | -0/+860 | |
thread, asynchronous signal and asynchronous cancellation safety properties. * manual/intro.texi: Introduce the properties themselves. | |||||
2014-01-28 | Add -mieee to SH sysdep-CFLAGS for older SH compilers. | Kaz Kojima | 2 | -0/+7 | |
2014-01-27 | m68k: regenerate libm test ULPs | Andreas Schwab | 2 | -1667/+3904 | |
2014-01-27 | Let gen-libm-test.pl find itself when run outside source directory | Andreas Schwab | 2 | -2/+8 | |