DragonFly commits List (threaded) for 2005-08
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
cvs commit: src/lib/libc/stdio vfprintf.c
joerg 2005/08/01 15:50:45 PDT
DragonFly src repository
Modified files:
lib/libc/stdio vfprintf.c
Log:
Constify xdigs argument to __u[lj]toa. Cast u_long and u_quad_t to
size_t before using them as index. Rename MAXEXP to MAXEXPDIG. Rename
exp to expo to avoid shadowing.
Inspired-by: FreeBSD
Revision Changes Path
1.13 +19 -19 src/lib/libc/stdio/vfprintf.c
http://www.dragonflybsd.org/cvsweb/src/lib/libc/stdio/vfprintf.c.diff?r1=1.12&r2=1.13&f=u
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]