aboutsummaryrefslogtreecommitdiff
path: root/stdio-common/tst-put-error.c
AgeCommit message (Collapse)AuthorFilesLines
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-1/+1
2012-12-06Add newline to last test in stdio-common/tst-put-error.cSiddhesh Poyarekar1-1/+11
The newline ensures that the buffer is flushed and the test executes as expected.
2012-12-05Increase width of padded output in stdio-common/tst-put-error.Joseph Myers1-1/+1
2012-11-16printf should return negative value on errorSiddhesh Poyarekar1-0/+26
[BZ #11741] Fixed bug where printf and family may return a spurious success when printing padded formats.
2005-09-06* configure.in: Compile source test file with -fPIC for -shared.Ulrich Drepper1-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.
2005-09-04* stdio-common/Makefile (tests): Add tst-put-error.Ulrich Drepper1-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.
2004-12-22(CFLAGS-tst-align.c): Add -mpreferred-stack-boundary=4.Ulrich Drepper1-33/+0
2007-07-122.5-18.1Jakub Jelinek1-0/+33