Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix infinite loop in ftell when writing wide char data (BZ #16398) | Siddhesh Poyarekar | 2014-02-05 | 3 | -5/+115 |
| | | | | | | | | | | | | | | | ftell tries to avoid flushing the buffer when it is in write mode by converting the wide char data and placing it into the binary buffer. If the output buffer space is full and there is data to write, the code reverts to flushing the buffer. This breaks when there is space in the buffer but it is not enough to convert the next character in the wide data buffer, due to which __codecvt_do_out returns a __codecvt_partial status. In this case, ftell keeps running in an infinite loop. The fix here is to detect the __codecvt_partial status in addition to checking if the buffer is full. I have also added a test case that demonstrates the infinite loop. | ||||
* | Update contrib.texi | Siddhesh Poyarekar | 2014-02-05 | 2 | -4/+21 |
| | | | | | | This may not be a complete list of new contributors added to the list, so I'd love it if more people look at contributions and suggest additions. | ||||
* | Adjust sparc ULPs. | David S. Miller | 2014-02-04 | 1 | -0/+5 |
| | | | | | * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from 32-bit. | ||||
* | PowerPC: powerpc64le abilist for 2.17 | Adhemerval Zanella | 2014-02-04 | 14 | -0/+3178 |
| | | | | This patch is the abifiles for powerpc64le based on GLIBC 2.17. | ||||
* | PowerPC: Change powerpc64le start ABI to 2.17. | Adhemerval Zanella | 2014-02-04 | 3 | -2/+7 |
| | |||||
* | abilist-pattern configurability | Adhemerval Zanella | 2014-02-04 | 3 | -0/+47 |
| | | | | | | | This patch creates implicit rules to match the abifiles if abilist-pattern is defined in the architecture Makefile. This allows machine specific Makefiles to define different abifiles names (for instance *-le.abilist for powerpc64le). | ||||
* | Update x86_64 ULPs (AMD family 21, model 2) | Eric Wong | 2014-02-04 | 2 | -3/+165 |
| | | | | Tested on an AMD FX-8320 CPU | ||||
* | Update x86_64 ULPs (AMD Family 10h) | Eric Wong | 2014-02-04 | 2 | -2/+615 |
| | |||||
* | Remove excessive redundant ChangeLog header lines. | Roland McGrath | 2014-02-03 | 1 | -74/+0 |
| | |||||
* | [hppa] Regenerate libm-test-ulps. | Carlos O'Donell | 2014-02-03 | 2 | -42/+4448 |
| | | | | Regenerate libm-test-ulps from scratch. | ||||
* | Fix manual build warnings. | Carlos O'Donell | 2014-02-03 | 2 | -2/+7 |
| | | | | | | | The mixed use of automatic and manual node next, previous, and top specification causes warning when building the manual. This fix explicitly specifies the node's next, previous and top values to fix the warning. | ||||
* | * manual/macros.texi: Add comments before MTASC-safety macros. | Alexandre Oliva | 2014-02-03 | 2 | -2/+50 |
| | |||||
* | * manual/users.texi: Document MTASC-safety properties. | Alexandre Oliva | 2014-02-03 | 2 | -0/+798 |
| | |||||
* | * manual/threads.texi (pthread_key_create, pthread_key_delete, | Alexandre Oliva | 2014-02-03 | 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. | ||||
* | Update Slovenian translations | Allan McRae | 2014-02-03 | 2 | -570/+597 |
| | |||||
* | * manual/time.texi (timegm): Add missing blank after @c. | Alexandre Oliva | 2014-02-02 | 2 | -1/+6 |
| | | | | Reported by Joseph Myers <joseph@codesourcery.com>. | ||||
* | * manual/check-safety.sh: New. | Alexandre Oliva | 2014-02-01 | 3 | -1/+126 |
| | | | | * manual/Makefile ($(objpfx)stamp-summary): Run it. | ||||
* | * manual/terminal.texi: Document MTASC-safety properties. | Alexandre Oliva | 2014-02-01 | 2 | -0/+178 |
| | |||||
* | * manual/filesys.texi: Document MTASC-safety properties. | Alexandre Oliva | 2014-02-01 | 2 | -0/+226 |
| | |||||
* | * manual/errno.texi: Document MTASC-safety properties. | Alexandre Oliva | 2014-02-01 | 2 | -0/+47 |
| | |||||
* | * manual/intro.texi: Document safety identifiers and | Alexandre Oliva | 2014-02-01 | 2 | -3/+50 |
| | | | | conditionals. | ||||
* | * manual/string.texi (wcstok): Fix prototype. | Alexandre Oliva | 2014-02-01 | 2 | -19/+19 |
| | | | | (wcstok, strtok, strtok_r): Adjust reentrancy remarks. | ||||
* | * manual/time.texi: Document MTASC-safety properties. | Alexandre Oliva | 2014-02-01 | 2 | -0/+373 |
| | |||||
* | * manual/string.texi: Document MTASC-safety properties. | Alexandre Oliva | 2014-02-01 | 2 | -0/+124 |
| | |||||
* | * manual/threads.texi: Document MTASC-safety properties. | Alexandre Oliva | 2014-02-01 | 2 | -0/+142 |
| | |||||
* | * manual/stdio.texi: Document MTASC-safety properties. | Alexandre Oliva | 2014-02-01 | 2 | -0/+253 |
| | |||||
* | * manual/syslog.texi: Document MTASC-safety properties. | Alexandre Oliva | 2014-02-01 | 2 | -0/+61 |
| | |||||
* | * manual/sysinfo.texi: Document MTASC-safety properties. | Alexandre Oliva | 2014-02-01 | 2 | -0/+96 |
| | |||||
* | * manual/startup.texi: Document MTASC-safety properties. | Alexandre Oliva | 2014-02-01 | 2 | -2/+81 |
| | |||||
* | * manual/socket.texi: Document MTASC-safety properties. | Alexandre Oliva | 2014-02-01 | 2 | -0/+573 |
| | |||||
* | * manual/signal.texi: Document MTASC-safety properties. | Alexandre Oliva | 2014-02-01 | 2 | -0/+141 |
| | |||||
* | * manual/setjmp.texi: Document MTASC-safety properties. | Alexandre Oliva | 2014-01-31 | 2 | -0/+48 |
| | |||||
* | * manual/search.texi: Document MTASC-safety properties. | Alexandre Oliva | 2014-01-31 | 2 | -0/+76 |
| | |||||
* | * manual/resource.texi: Document MTASC-safety properties. | Alexandre Oliva | 2014-01-31 | 2 | -0/+88 |
| | |||||
* | * manual/process.texi: Document MTASC-safety properties. | Alexandre Oliva | 2014-01-31 | 2 | -0/+76 |
| | |||||
* | * manual/platform.texi: Document MTASC-safety properties. | Alexandre Oliva | 2014-01-31 | 2 | -0/+22 |
| | |||||
* | * manual/pipe.texi: Document MTASC-safety properties. | Alexandre Oliva | 2014-01-31 | 2 | -0/+114 |
| | |||||
* | * manual/pattern.texi: Document MTASC-safety properties. | Alexandre Oliva | 2014-01-31 | 2 | -0/+731 |
| | |||||
* | * manual/message.texi: Document MTASC-safety properties. | Alexandre Oliva | 2014-01-31 | 2 | -2/+161 |
| | |||||
* | [BZ #12751] | Alexandre Oliva | 2014-01-31 | 3 | -1/+539 |
| | | | | * manual/memory.texi: Document MTASC-safety properties. | ||||
* | * manual/math.texi: Document MTASC-safety properties. | Alexandre Oliva | 2014-01-31 | 2 | -0/+107 |
| | |||||
* | * manual/locale.texi: Document MTASC-safety properties. | Alexandre Oliva | 2014-01-31 | 2 | -0/+150 |
| | |||||
* | * manual/llio.texi: Document MTASC-safety properties. | Alexandre Oliva | 2014-01-31 | 2 | -0/+284 |
| | |||||
* | * manual/libdl.texi: New. | Alexandre Oliva | 2014-01-31 | 2 | -0/+14 |
| | |||||
* | * manual/lang.texi: Document MTASC-safety properties. | Alexandre Oliva | 2014-01-31 | 2 | -0/+21 |
| | |||||
* | * manual/job.texi: Document MTASC-safety properties. | Alexandre Oliva | 2014-01-31 | 2 | -0/+29 |
| | |||||
* | * manual/getopt.texi: Document MTASC-safety properties. | Alexandre Oliva | 2014-01-31 | 2 | -0/+30 |
| | |||||
* | * manual/ctype.texi: Document MTASC-safety properties. | Alexandre Oliva | 2014-01-31 | 2 | -0/+77 |
| | |||||
* | [BZ #16046] Static dlopen correction fallout fixes. | Maciej W. Rozycki | 2014-01-31 | 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. | ||||
* | * manual/debug.texi: Document MTASC-safety properties. | Alexandre Oliva | 2014-01-30 | 2 | -0/+30 |
| |