Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: othersrc/external/historical/eawk/dist



Module Name:    othersrc
Committed By:   agc
Date:           Thu Sep  1 05:03:18 UTC 2011

Modified Files:
        othersrc/external/historical/eawk/dist: run.c

Log Message:
especially on LE platforms, we need to be careful to set the size of
the format specifier in awk printf() for integer output.  this was
being done for 'd' and 'i' formats, but not for 'o', 'x', 'X' and 'u'
formats.  rectify that.

allows hex patterns like 0xffffff00 to be printed


To generate a diff of this commit:
cvs rdiff -u -r1.1.1.1 -r1.2 othersrc/external/historical/eawk/dist/run.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index