Bug#155835: libc6-dev: scanf a flag conflicts with C99

2015-03-29 Thread Antti-Juhani Kaijanaho
entry attaches to, you can also deduce an appropriate fixed version. -- Antti-Juhani Kaijanaho signature.asc Description: Digital signature

Bug#674917: libc6-dev: mblen is erroneously marked warn_unused_result

2012-05-29 Thread Antti-Juhani Kaijanaho
-- Antti-Juhani Kaijanaho, Jyväskylä, Finland http://antti-juhani.kaijanaho.fi/newblog/ http://www.flickr.com/photos/antti-juhani/ -- To UNSUBSCRIBE, email to debian-glibc-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive: http

Bug#674917: libc6-dev: mblen is erroneously marked warn_unused_result

2012-05-28 Thread Antti-Juhani Kaijanaho
Package: libc6-dev Version: 2.13-32 Severity: normal GCC documentation states: The warn_unused_result attribute causes a warning to be emitted if a caller of the function with this attribute does not use its return value. This is useful for functions where not checking the result is either

Bug#155835: status?

2007-07-28 Thread Antti-Juhani Kaijanaho
and if you want, you could clone this report and reassign the clone. That bug might even be marked as blocking the fix of this bug; however, this bug resides in the libc and, as far as I can tell, has not been fixed. -- Antti-Juhani Kaijanaho, Jyväskylä http://antti-juhani.kaijanaho.fi/newblog

Bug#155835: libc6-dev: scanf a flag conflicts with C99

2004-12-19 Thread Antti-Juhani Kaijanaho
it, I'll close it) Don't close it, the bug is still valid, as demonstrated. -- Antti-Juhani Kaijanaho, Debian developer http://kaijanaho.info/antti-juhani/blog/en/debian signature.asc Description: Digital signature

Bug#155835: libc6-dev: scanf a flag conflicts with C99

2004-12-19 Thread Antti-Juhani Kaijanaho
implementation is used). -- Antti-Juhani Kaijanaho, Debian developer http://kaijanaho.info/antti-juhani/blog/en/debian signature.asc Description: Digital signature

Bug#155835: libc6-dev: scanf a flag conflicts with C99

2004-12-19 Thread Antti-Juhani Kaijanaho
that _D_ISOC99_SOURCE be defined in C99 compilation units. -- Antti-Juhani Kaijanaho, Debian developer http://kaijanaho.info/antti-juhani/blog/en/debian signature.asc Description: Digital signature

Bug#155835: libc6-dev: scanf a flag conflicts with C99

2004-12-19 Thread Antti-Juhani Kaijanaho
me a (partially) compliant implementation of C99. That assumption is not valid if GCC does not communicate the selected standard version to the libc. But that's a GCC issue, not a libc issue. -- Antti-Juhani Kaijanaho, Debian developer http://kaijanaho.info/antti-juhani/blog/en/debian

Bug#155835: libc6-dev: scanf a flag conflicts with C99

2004-12-18 Thread Antti-Juhani Kaijanaho
: float format, pointer arg (arg 2) [EMAIL PROTECTED]:04:39]:~$ ./a.out foo Read: foo [EMAIL PROTECTED]:04:43]:~$ -- Antti-Juhani Kaijanaho, Debian developer http://kaijanaho.info/antti-juhani/blog/en/debian signature.asc Description: Digital signature

Bug#63717: isalpha()/toupper() functions do not work for non-ASCII characters

2000-05-08 Thread Antti-Juhani Kaijanaho
() { int c = 'ä'; setlocale(LC_ALL, ); printf(%c: %d\n, c, isprint(c)); return 0; } $ gcc try.c -o try -Wall $ ./try ä: 16384 $ This behaviour is (AFAIK) described in the ISO C standards, and in the setlocale(3) manual page. To the maintainer: you may close this bug. -- %%% Antti-Juhani