763 Commits (2c0cd8f81fee4d9dc8e34254f4f6ed56d5bb6f59)

Author SHA1 Message Date
Adhemerval Zanella e0d2eb5a79 linux: Implement tmpfile with O_TMPFILE (BZ#21530) 9 years ago
Florian Weimer 2fa6d086d1 stdio-common: Remove internal_function attribute 9 years ago
H.J. Lu 20962acbea Hide internal printf functions [BZ #18822/21986] 9 years ago
Adhemerval Zanella c647fb885c Consolidate non cancellable write call 9 years ago
Joseph Myers 8b1647877c Remove __long_double_t. 9 years ago
Andreas Schwab d5afb38503 Fix missing redirects in testsuite targets 9 years ago
Florian Weimer 84d8c5bc8b vfprintf: Fix tst-vfprintf-mbs-prec and tst-vfprintf-user-type 9 years ago
Florian Weimer edc1686af0 vfprintf: Reuse work_buffer in group_number 9 years ago
Florian Weimer 12d5853e22 vfprintf: Use struct scratch_buffer for positional arguments allocation 9 years ago
Florian Weimer cd00e12d31 _i18n_number_rewrite: Use struct scratch_buffer 9 years ago
Florian Weimer 08d01cae60 vfprintf: Reduce WORK_BUFFER_SIZE for wchar_t builds 9 years ago
Florian Weimer c11cfe8d7c vfprintf: Add test case for multi-byte/wide strings and precision 9 years ago
Florian Weimer e2390be8e4 vfprintf: Add test case for user-defined types and format specifiers 9 years ago
Zack Weinberg af85385f31 Use locale_t, not __locale_t, throughout glibc 9 years ago
Zack Weinberg 37f802f864 Remove __need_IOV_MAX and __need_FOPEN_MAX. 9 years ago
Zack Weinberg 199fc19d3a Remove __need macros from stdio.h and wchar.h. 10 years ago
Gabriel F. T. Gomes cf2046ec7d float128: Add strfromf128 10 years ago
Gabriel F. T. Gomes aab0f374e7 Remove duplicated code from __printf_fp_l, __printf_fphex, and __printf_size 9 years ago
Carlos O'Donell 7224e32d7b vfprintf.c: Refactor magic number 32 into EXTSIZ. 9 years ago
Zack Weinberg 544ce845de getopt: clean up error reporting 9 years ago
Tulio Magno Quites Machado Filho ca4dc74659 Change the order of function attributes in printf.h 9 years ago
Zack Weinberg b9e8c90875 Another round of inclusion fixes for _ISOMAC testsuite. 9 years ago
Zack Weinberg 9090848d06 Narrowing the visibility of libc-internal.h even further. 9 years ago
Zack Weinberg e15f7de60c Split DIAG_* macros to new header libc-diag.h. 10 years ago
Zack Weinberg 7caa5054af Clean up conditionals for declaration of gets. 9 years ago
Zack Weinberg ceaa98897c Add missing header files throughout the testsuite. 9 years ago
Joseph Myers 3c9378265a Fix testsuite build for GCC 7 -Wformat-truncation. 9 years ago
Joseph Myers bfff8b1bec Update copyright dates with scripts/update-copyrights. 9 years ago
Joseph Myers 61158ffa9a Fix crypt snprintf namespace (bug 20829). 10 years ago
Steve Ellcey 9032070dea Fix warning from latest GCC in tst-printf.c 10 years ago
Gabriel F. T. Gomes 726d48ec96 Use read_int in vfscanf 10 years ago
Florian Weimer 9dd87afbf1 vfscanf: Avoid multiple reads of multi-byte character width 10 years ago
Florian Weimer 326e288b1e vfprintf: Avoid creating a VLA which complicates stack management 10 years ago
Florian Weimer db3476aff1 libio: Implement vtable verification [BZ #20191] 10 years ago
Adhemerval Zanella b65b205fbc libio: Fix fmemopen append mode failure (BZ# 20012) 10 years ago
Adhemerval Zanella f9123b5003 libio: Update internal fmemopen position after write (BZ #20005) 10 years ago
Florian Weimer fdcf1c9480 vfprintf: Fix memory with large width and precision [BZ #19931] 10 years ago
Stefan Liebler b1b8f5d89d Fix strfmon_l: Use specified locale for number formatting [BZ #19633] 10 years ago
Florian Weimer 985fc132f2 strfmon_l: Use specified locale for number formatting [BZ #19633] 10 years ago
Paul E. Murphy 37a4c70bd4 Increase internal precision of ldbl-128ibm decimal printf [BZ #19853] 10 years ago
Chris Metcalf 2a9feb9277 Silence some false positive warnings for gcc 4.7 10 years ago
Marko Myllynen 48d0341cdd Make shebang interpreter directives consistent 10 years ago
Joseph Myers f7a9f785e5 Update copyright dates with scripts/update-copyrights. 10 years ago
Steve Ellcey 996b03dc22 Fix indentation. 10 years ago
Joseph Myers f63f2bfdfa Convert 69 more function definitions to prototype style (line wrap cases). 11 years ago
Florian Weimer db8ad8fac3 vfprintf: Rewrite printf_positional to use struct scratch_buffer 11 years ago
Joseph Myers 9d46370ca3 Convert 703 function definitions to prototype style. 11 years ago
Joseph Myers 56ab386964 Remove -fexceptions configure test. 11 years ago
Florian Weimer 95e8397481 vfscanf: Use struct scratch_buffer instead of extend_alloca 11 years ago
Andreas Schwab f881f6ff62 Add dependencies on needed locales in each subdir tests (bug 18969) 11 years ago