comparison src/ChangeLog @ 3705:fcf6ccb70eea

[xemacs-hg @ 2006-11-28 13:01:27 by aidan] Fix a crash when (format "%f" 1.2e+302) is evaluated.
author aidan
date Tue, 28 Nov 2006 13:01:29 +0000
parents b3d7b8b98acf
children 4ca1ef2bdb6a
comparison
equal deleted inserted replaced
3704:e2053838832f 3705:fcf6ccb70eea
1 2006-11-28 Aidan Kehoe <kehoea@parhasard.net>
2
3 * doprnt.c (emacs_doprnt_1):
4 Integrate Sebastian Freundt's SXEmacs bug fix for cases where a
5 format specifier overflows the allocated buffer with a float
6 format string.
7
1 2006-11-23 Robert Pluim <rpluim@gmail.com> 8 2006-11-23 Robert Pluim <rpluim@gmail.com>
2 9
3 * sysdep.c (strlwr): Don't intermix declarations and code. 10 * sysdep.c (strlwr): Don't intermix declarations and code.
4 (wcslen): ditto 11 (wcslen): ditto
5 12