OpenBSD CVS

CVS log for src/usr.bin/awk/tran.c


[BACK] Up to [local] / src / usr.bin / awk

Request diff between arbitrary revisions


Default branch: MAIN
Current tag: OPENBSD_3_9_BASE


Revision 1.13 / (download) - annotate - [select for diffs], Fri Apr 15 15:54:26 2005 UTC (19 years, 1 month ago) by millert
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9, OPENBSD_3_8_BASE, OPENBSD_3_8
Changes since 1.12: +6 -5 lines
Diff to previous 1.12 (colored)

Use asprint(), not snprintf() when converting strings to numbers
since CONVFMT is user-settable (hence we can't know the actual
buffer size requirements) and we need to store a dynamic copy of
the result anyway.  Fixes a truncation issue with weird CONVFMT
values and closes PR 4172 (Matthias Kilian).

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.