cvs commit: src/lib/libc/stdio xprintf.c

2006-10-30 Thread Konstantin Belousov
kib 2006-10-30 13:55:25 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) lib/libc/stdio xprintf.c Log: MFC rev. 1.4, 1.5. Remove the const qualifier from ap argument for __v2printf. Approved by:re (kensmith) Revision ChangesPath

cvs commit: src/lib/libc/stdio xprintf.c

2006-10-23 Thread Konstantin Belousov
kib 2006-10-23 07:25:25 UTC FreeBSD src repository Modified files: lib/libc/stdio xprintf.c Log: Revert the rev. 1.4, it causes breakage on most arches except i386. Remove the const qualifier from ap argument for __v2printf, that induced that breakage, and seems

cvs commit: src/lib/libc/stdio xprintf.c

2006-10-21 Thread Konstantin Belousov
kib 2006-10-21 11:49:07 UTC FreeBSD src repository Modified files: lib/libc/stdio xprintf.c Log: Workaround for (what seems to be) compiler error for gcc 3.4.6. On i386 with default optimization level (-O2), va_list pointer ap in the __v2printf function is advanced