about summary refs log tree commit diff
path: root/stdio-common/tst-put-error.c
Commit message (Collapse)AuthorAgeFilesLines
* printf should return negative value on errorSiddhesh Poyarekar2012-11-161-0/+26
| | | | | | [BZ #11741] Fixed bug where printf and family may return a spurious success when printing padded formats.
* * configure.in: Compile source test file with -fPIC for -shared.Ulrich Drepper2005-09-061-1/+1
| | | | | | | 2005-09-05 Kaz Kojima <kkojima@rr.iij4u.or.jp> * sysdeps/unix/sysv/linux/sh/lowlevellock.S (__lll_mutex_lock_wait): Fix typo in register name.
* * stdio-common/Makefile (tests): Add tst-put-error.Ulrich Drepper2005-09-041-0/+33
| | | | | | | | | * stdio-common/tst-put-error.c: New file. * libio/fileops.c (_IO_new_file_xsputn): If overflow fails and no more data would have to be written signal error. * libio/oldfileops.c (_IO_old_file_xsputn): Likewise. * libio/fileops.c (_IO_new_file_overflow): Use NULL not 0.
* (CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper2004-12-221-33/+0
|
* 2.5-18.1Jakub Jelinek2007-07-121-0/+33