Re: typo in error module

2006-08-29 Thread Eric Blake
Eric Blake ebb9 at byu.net writes: Meanwhile, is this patch acceptable, which updates the _LIBC portions of the error module to resemble CVS glibc more closely, so that I have fewer spurious diffs to filter through? Yes, and thanks for doing some of this (normally-thankless) task.

Re: typo in error module

2006-08-14 Thread Eric Blake
Paul Eggert eggert at CS.UCLA.EDU writes: Eric Blake ebb9 at byu.net writes: Meanwhile, is this patch acceptable, which updates the _LIBC portions of the error module to resemble CVS glibc more closely, so that I have fewer spurious diffs to filter through? Yes, and thanks for doing

Re: typo in error module

2006-08-05 Thread Paul Eggert
Eric Blake [EMAIL PROTECTED] writes: Meanwhile, is this patch acceptable, which updates the _LIBC portions of the error module to resemble CVS glibc more closely, so that I have fewer spurious diffs to filter through? Yes, and thanks for doing some of this (normally-thankless) task.

Re: typo in error module

2006-08-03 Thread Eric Blake
Bruno Haible bruno at clisp.org writes: I object. We don't want to have a semantic difference between glibc 'error' and gnulib 'error'. Point taken. So I will be opening up several glibc bugs over the next little while, trying to see if we can get upstream to change first, starting with this:

Re: [bug-gnulib] typo in error module

2006-08-01 Thread Bruno Haible
Eric Blake wrote: OK to check in? Note that it does affect the semantics of anyone using the error_print_progname callback - previously, error would not supply a space and now it does. But that is the only way I could make error_at_line consistent with GNU Coding Standards. I object.

typo in error module

2006-07-28 Thread Eric Blake
On glibc platforms, error_at_line currently violates GNU coding standards when the output stream is in wide character mode. OK to apply? Does this need to be pushed to glibc? 2006-07-28 Eric Blake [EMAIL PROTECTED] * error.c (error_at_line): Fix typo in wide string. Index:

Re: typo in error module

2006-07-28 Thread Ben Pfaff
Eric Blake [EMAIL PROTECTED] writes: On glibc platforms, error_at_line currently violates GNU coding standards when the output stream is in wide character mode. OK to apply? Does this need to be pushed to glibc? Is it useful if it isn't pushed to glibc? It only updates code inside an

Re: typo in error module

2006-07-28 Thread Eric Blake
Ben Pfaff blp at cs.stanford.edu writes: Is it useful if it isn't pushed to glibc? It only updates code inside an #ifdef _LIBC block. Actually, a different bug is present on non glibc platforms. When file_name is NULL, error_at_file omits the required space in program: message. My

Re: typo in error module

2006-07-28 Thread Paul Eggert
Eric Blake [EMAIL PROTECTED] writes: 2006-07-28 Eric Blake [EMAIL PROTECTED] * error.c (error_at_line): Match GNU Coding Standards. The change looks good, but the ChangeLog entry is a bit terse; could you please modify it to explain the bug it fixes. Man, I wish there were an