Bug#761300: libc6: Printf("%c",'x') does not follow stdio

2018-10-14 Thread Sven Joachim
Am 14.10.2018 um 13:38 schrieb Florian Weimer: > * Sven Joachim: > >> This result is rather surprising. After all, "putchar('x')" is supposed >> to do the same as "putc('x', stdout)", but here it does not. > > Can you reproduce this with something newer than 2.13-38+rpi2+deb7u3? > Or on

Bug#761300: libc6: Printf("%c",'x') does not follow stdio

2018-10-14 Thread Florian Weimer
* Sven Joachim: > This result is rather surprising. After all, "putchar('x')" is supposed > to do the same as "putc('x', stdout)", but here it does not. Can you reproduce this with something newer than 2.13-38+rpi2+deb7u3? Or on something else besides armhf?

Bug#761300: libc6: Printf("%c",'x') does not follow stdio

2018-10-13 Thread Sven Joachim
Control: retitle -1 libc6: putchar does not follow stdio On 2014-09-12 09:10 -0700, Thomas D. Dean wrote: > Package: libc6 > Version: 2.13-38+rpi2+deb7u3 > Severity: normal > > Dear Maintainer, > >* What led up to the situation? > > Redirecting stdout in C code does not work for

Processed: Re: Bug#761300: libc6: Printf("%c",'x') does not follow stdio

2018-10-13 Thread Debian Bug Tracking System
Processing control commands: > retitle -1 libc6: putchar does not follow stdio Bug #761300 [libc6] libc6: Printf("%c",'x') does not follow stdio Changed Bug title to 'libc6: putchar does not follow stdio' from 'libc6: Printf("%c",'x') does not follow stdio'. -- 761300:

Bug#761300: libc6: Printf(%c,'x') does not follow stdio

2014-09-12 Thread Thomas D. Dean
Package: libc6 Version: 2.13-38+rpi2+deb7u3 Severity: normal Dear Maintainer, * What led up to the situation? Redirecting stdout in C code does not work for printf(%c,'x') I ssh into the system. I want to redirect all output to stdout to the local terminal. This works as expected for