763 Commits (2c0cd8f81fee4d9dc8e34254f4f6ed56d5bb6f59)

Author SHA1 Message Date
Roland McGrath 240634ec35 BZ#18872: Don't conditionalize build rules for test program. 11 years ago
Paul Pluzhnikov ab382c8894 stdio-common/tst-printf-bz18872.sh: Use attribute optimize instead of 11 years ago
Wilco Dijkstra 89faa0340a Cleanup a few cases where isinf is used to get the signbit to improve the readability and maintainability and allow inlining. 11 years ago
Paul Pluzhnikov 560b04462f Fix BZ #18872 -- memory leak in printf_positional. 11 years ago
Joseph Myers ec999b8e5e Move bits/libc-lock.h and bits/libc-lockP.h out of bits/ (bug 14912). 11 years ago
Joseph Myers acf0cb6f24 Don't include <bits/stdio-lock.h> from installed <libio.h>. 11 years ago
Mike Frysinger 2c61c19f80 fix non-portable `echo -n` usage 11 years ago
Arjun Shankar c1f4108352 Modify several tests to use test-skeleton.c 11 years ago
Adhemerval Zanella 787813b144 libio: Fix fmemopen 'w' mode with provided buffer 11 years ago
Arjun Shankar 0035851c3c Modify several tests to use test-skeleton.c 11 years ago
H.J. Lu 70249b57e1 Replace %ld with %jd and cast to intmax_t 11 years ago
Adhemerval Zanella ccfa271f8b libio: Update tst-fmemopen2.c 12 years ago
Adhemerval Zanella fdb7d390dd libio: fmemopen rewrite to POSIX compliance 12 years ago
Joseph Myers be7dc2b77e Fix syslog dprintf namespace (bug 18534). 11 years ago
Wilco Dijkstra d81f90ccd0 This patch renames all uses of __isinf*, __isnan*, __finite* and __signbit* to use standard C99 macros. This has no effect on generated code. 11 years ago
Florian Weimer 0f87de79e9 vfprintf: Remove label name switching for the jump table 11 years ago
Florian Weimer f8194fa6f9 vfprintf: Introduce printf_positional function 11 years ago
Florian Weimer f0f98189d8 vfprintf: Move jump table definition and the macros out of function 11 years ago
Wilco Dijkstra 0e9be4db8f Remove various ABS macros and replace uses with fabs (or in one case abs) 11 years ago
Florian Weimer 1597b7447a vfprintf: Define WORK_BUFFER_SIZE 11 years ago
Florian Weimer 627e7a5f5b vfprintf: Introduce JUMP_TABLE_BASE_LABEL 11 years ago
Florian Weimer d176a41a62 vfprintf: Introduce THOUSANDS_SEP_T 11 years ago
Paul Pluzhnikov 5bd80bfe9c CVE-2015-1472: wscanf allocates too little memory 11 years ago
Joseph Myers b168057aaa Update copyright dates with scripts/update-copyrights. 11 years ago
Chris Metcalf 1ff950ad20 Fix some warnings in the absence of FP round/exception support 11 years ago
H.J. Lu ad86fbc3d5 Replace %ld with %jd and cast to intmax_t 11 years ago
Stefan Liebler d22ce01bec Get rid of format warning in bug-vfprintf-nargs.c. 11 years ago
Arjun Shankar 0e426475a7 Modify stdio-common/tst-fseek.c to use test-skeleton.c 11 years ago
Allan McRae ae61fc7b33 stdio-common/Makefile: readd bug26 testcase 11 years ago
Adhemerval Zanella e7e21cba12 stdio-common: Include <libc-internal.h> in some tests 11 years ago
Jeff Law a5357b7ce2 CVE-2012-3406: Stack overflow in vfprintf [BZ #16617] 11 years ago
Roland McGrath 1c4053db63 Eliminate -Wno-format from printf/scanf tests. 11 years ago
Joseph Myers 0f88636c09 Disable -Wdeprecated-declarations for register_printf_function calls in tst-printfsz.c. 11 years ago
Joseph Myers c81e9deba2 Disable -Wdiv-by-zero for some tests in stdio-common/tst-unlockedio.c. 11 years ago
Joseph Myers 2084e7ca4d Add macros for diagnostic control, use for scanf %a tests. 11 years ago
Joseph Myers d88548f497 Fix stdio-common/tst-fmemopen.c format warnings. 12 years ago
Joseph Myers 439e1ad6d0 Fix warning in stdio-common/tst-printf-round.c. 12 years ago
Joseph Myers 9744496f8a Fix perror fileno namespace (bug 17633). 12 years ago
Joseph Myers 01cad84e19 Fix __printf_fp wmemset namespace (bug 17574). 12 years ago
Adhemerval Zanella af83568d3f libio: Refactor tst-fmemopen to use test-skeleton.c 12 years ago
Arjun Shankar 29955b5d96 Modify several tests to use test-skeleton.c 12 years ago
Joseph Myers 5deeb19014 Remove stray *_internal aliases (bug 14132). 12 years ago
Kostya Serebryany 8e257a2959 remove nested function hack_digit 12 years ago
Joseph Myers 8540f6d2a7 Don't require test wrappers to preserve environment variables, use more consistent environment. 12 years ago
Joseph Myers 2bf1804182 Include LOCPATH in default test environment. 12 years ago
Joseph Myers 79520f4bd6 Use existing makefile variables for dependencies on glibc libraries. 12 years ago
Andreas Schwab 4fdfe821e2 Correctly handle %p in wprintf (BZ #16890) 12 years ago
Will Newton c15cf13a8a Revert "Fix _IO_JUMPS_OFFSET -Wundef warnings" 12 years ago
Will Newton f7efd7c3df Fix _IO_JUMPS_OFFSET -Wundef warnings 12 years ago
Joseph Myers f214606a0e Enumerate tests with special rules in tests-special variable. 12 years ago