Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-25 | Remove --as-needed configure test. | Joseph Myers | |
2012-04-25 | Parse hexadecimal and octal strings correctly | Siddhesh Poyarekar | |
The current implementation of __strtoul_internal seems to only pretend to support hex and octal strings by detecting a preceding 0x or 0 and marking base as 8 or 16. When it comes to the actual processing of the string, it only considers numeric values within, thus breaking hex values that may have [a-f] in them. Fixed with this commit. | |||
2012-04-25 | SH: Replace <endian.h> usage with pre-processor macros. | Chung-Lin Tang | |
Follow-up to f8887d0a5feda97244613135822b0439addc2b1f. | |||
2012-04-24 | Remove unused fork implementations. | Joseph Myers | |
2012-04-24 | Remove unused sysdeps/unix/system.c. | Joseph Myers | |
2012-04-24 | Add flexibility to localplt-*.data files, using an awk script rather than ↵ | Roland McGrath | |
diff to check the results. | |||
2012-04-24 | Remove unused sysdeps/unix/getegid.S and sysdeps/unix/geteuid.S. | Joseph Myers | |
2012-04-24 | Hurd: fix symlink/symlinkat error case not to do an extraneous ↵ | Roland McGrath | |
__mach_port_deallocate. | |||
2012-04-24 | Merge branch 'master' of git://sourceware.org/git/glibc | Andreas Jaeger | |
2012-04-24 | Cleanup generated header files during make check | Andreas Jaeger | |
* Makerules (common-clean): Also remove gen-as-const-headers files. | |||
2012-04-24 | Make $(native-compile) run in source directory like other compilation commands. | Joseph Myers | |
2012-04-24 | Correct powerpc64 s_floorl edge cases (bug 13886). | Adhemerval Zanella | |
[BZ #13886] Remove powerpc64/fpu/s_floorl. Use fully correct ldbl-128bim/s_floorl.c. | |||
2012-04-24 | Remove unused sysdeps/unix/{,sysv/}getdents.c. | Joseph Myers | |
2012-04-24 | Merge sysdeps/unix/mman into sysdeps/unix. | Joseph Myers | |
2012-04-24 | Don't handle libgcc_s suffixes. | Joseph Myers | |
2012-04-23 | * NEWS: Add bug 13970. | Paul Eggert | |
2012-04-23 | Add BZ number | Andreas Jaeger | |
2012-04-23 | Move sysdeps/unix/sysv/gethostname.c to sysdeps/posix/. | Joseph Myers | |
2012-04-23 | Remove unused sysdeps/unix/execve.S. | Joseph Myers | |
2012-04-23 | Remove unused sysdeps/unix/_exit.S. | Joseph Myers | |
2012-04-23 | Remove standalone manual support | Andreas Jaeger | |
[BZ #13739] We don't need a separate manual distribution tar ball anymore, remove support for it from manual/Makefile. | |||
2012-04-23 | * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc. | Paul Eggert | |
[BZ #13970] (strtod, strtof, strtold, strtol, strtoul, strtoq) (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l) (strtod_l, strtof_l, strtold_l): Remove __wur. It is not necessarily an error to ignore strtol's return value. One can reliably look at the stored endptr to decide whether the number had valid syntax. | |||
2012-04-21 | Add BZ#13739 to entry. | Andreas Jaeger | |
2012-04-21 | Remove last distribute variable | Andreas Jaeger | |
make dist support has been removed, remove the last remains of it. | |||
2012-04-21 | Update name and email address | Andreas Jaeger | |
2012-04-21 | Merge sysdeps/unix/sysv/Versions into sysdeps/unix/sysv/linux/Versions. | Joseph Myers | |
2012-04-21 | Update sysdeps/x86_64/fpu/libm-test-ulps | Markus Trippelsdorf | |
[BZ #13927] * sysdeps/x86_64/fpu/libm-test-ulps: Update. | |||
2012-04-21 | Put vm86 into libc.a | Nix | |
[BZ #7064] vm86 was not included in libc.a at all due to the default symbol explicitely added to the weak symbol. | |||
2012-04-20 | Remove unused sysdeps/unix/common/lxstat.c. | Joseph Myers | |
2012-04-20 | Remove sysdeps/unix/sysv/Makefile. | Joseph Myers | |
2012-04-20 | Remove unused sysdeps/unix/sysv/direct.h. | Joseph Myers | |
2012-04-20 | Remove unused sysdeps/unix/sysv/bits/*.h. | Joseph Myers | |
2012-04-20 | Remove unused sysdeps/unix/sysv/setrlimit.c. | Joseph Myers | |
2012-04-20 | Remove unused sysdeps/unix/xmknod.c. | Joseph Myers | |
2012-04-20 | Remove unused sysdeps/unix/sysv/settimeofday.c. | Joseph Myers | |
2012-04-20 | Remove unused sysdeps/unix/sysv/i386/time.S. | Joseph Myers | |
2012-04-20 | Remove unused sysdeps/unix/{xstat,fxstat}.c. | Joseph Myers | |
2012-04-20 | Remove unused sysdeps/unix/sysv/sigaction.c. | Joseph Myers | |
2012-04-20 | Remove unused sysdeps/unix/sysv termio code. | Joseph Myers | |
2012-04-20 | Remove unused sysdeps/unix/siglist.c. | Joseph Myers | |
2012-04-20 | Remove unused sysdeps/unix/getppid.S. | Joseph Myers | |
2012-04-20 | Remove unused sysdeps/unix/{mkdir.c,rmdir.c}. | Joseph Myers | |
2012-04-20 | Delete unused TLS_GET_FS, TLS_SET_FS macros. | Paul Pluzhnikov | |
2012-04-19 | Fix computation of inflated errlist size | Andreas Schwab | |
2012-04-18 | Remove all traces of reg_char. | David S. Miller | |
* sysdeps/generic/memcopy.h (reg_char): Delete. * debug/strcat_chk.c: Use char, not reg_char. * debug/strcpy_chk.c: Likewise. * debug/strncat_chk.c: Likewise. * debug/strncpy_chk.c: Likewise. * string/memchr.c: Likewise. * string/memrchr.c: Likewise. * string/rawmemchr.c: Likewise. * string/strcat.c: Likewise. * string/strchr.c: Likewise. * string/strchrnul.c: Likewise. * string/strcmp.c: Likewise. * string/strcpy.c: Likewise. * string/strncat.c: Likewise. * string/strncmp.c: Likewise. * string/strncpy.c: Likewise. | |||
2012-04-18 | Have memmove call __builtin_memcopy on PowerPC if src and dest don't overlap. | Will Schmidt | |
2012-04-18 | Further simplify power6 wordcopy by removing switch statements. | Will Schmidt | |
This fix replaces switch statements that contain individual [fwd|bwd]_align_merge (<constant>) calls with a single [fwd|bwd]_align_merge (align) call. | |||
2012-04-18 | Simplify power6 wordcopy by adding [fwd|bwd]_align_merge macros. | Will Schmidt | |
2012-04-18 | Forgot to delete the sparc64 memcopy.h which tries to include the sparc32 one | David S. Miller | |
* sysdeps/sparc/sparc64/memcopy.h: Delete. | |||
2012-04-18 | Finish ilogb changes | Andreas Jaeger | |
[BZ# 6794] * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ... * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here. Rename __ilogbl to __ieee754_ilogbl and remove weak_alias. * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ... * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here. Rename __ilogbl to __ieee754_ilogbl and remove weak_alias. * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ... * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here. * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ... * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here. Rename __ilogbl to __ieee754_ilogbl and remove weak_alias. |