CVSROOT: /sources/m4 Module name: m4 Branch: branch-1_4 Changes by: Eric Blake <ericb> 07/05/29 13:19:48
Index: NEWS =================================================================== RCS file: /sources/m4/m4/NEWS,v retrieving revision 1.1.1.1.2.102 retrieving revision 1.1.1.1.2.103 diff -u -b -r1.1.1.1.2.102 -r1.1.1.1.2.103 --- NEWS 28 May 2007 20:24:27 -0000 1.1.1.1.2.102 +++ NEWS 29 May 2007 13:19:46 -0000 1.1.1.1.2.103 @@ -13,6 +13,9 @@ * Work around a number of corner-case POSIX compliance bugs in various broken stdio libraries. In particular, the `syscmd' builtin behaves more predictably when stdin is seekable. +* The `format' builtin now understands formats such as %a, %A, and %'hhd, + and works around a number of platform printf bugs. Furthermore, the + sequence format(%*.*d,-1,-1,1) no longer outputs random data. Version 1.4.9 - 23 Mar 2007, by Eric Blake (CVS version 1.4.8c)
