|
| From: | Paul Eggert |
| Subject: | Re: coreutils-6.5: yet another C89 problem |
| Date: | Mon, 27 Nov 2006 00:59:46 -0800 |
| User-agent: | Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux) |
Jim Meyering <address@hidden> writes:
> But that ChangeLog block is the one for gnulib.
Sorry about that. Here it is. I also put this into my own git
repository.
2006-11-26 Paul Eggert <address@hidden>
Improve the check for departures from C89, and fix the departures
I found.
* Makefile.maint (my-distcheck): Also check for C89 compatibility
as best we can with GCC.
* src/stat.c (PRINTF_OPTION): Omit comma before } in enum
declaration; C89 doesn't allow this.
* src/dcgen: Don't generate string literals longer than
what C89 requires support for.
* src/cut.c (usage): Don't use string literals longer than
what C89 requires support for.
* src/date.c (usage): Likewise.
* src/dd.c (usage): Likewise.
* src/du.c (usage): Likewise.
* src/ls.c (usage): Likewise.
* src/od.c (usage): Likewise.
* src/readlink.c (usage): Likewise.
* src/seq.c (usage): Likewise.
* src/shred.c (usage): Likewise.
| [Prev in Thread] | Current Thread | [Next in Thread] |