Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 3452:551c008d3777
[xemacs-hg @ 2006-06-14 06:10:08 by aidan]
Fix snprintf problems with the Win32 build.
author | aidan |
---|---|
date | Wed, 14 Jun 2006 06:10:10 +0000 |
parents | d1754e7f0cea |
children | 78507f684253 |
comparison
equal
deleted
inserted
replaced
3451:2a674bf63a86 | 3452:551c008d3777 |
---|---|
1 2006-06-14 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * mule-ccl.c: | |
4 Don't declare ccl-program as a symbol here, leave that to | |
5 general-slots.h. | |
6 * unicode.c (unicode_to_ichar): | |
7 Use qxesprintf, not snprintf, change some types to allow | |
8 complilation on Win32. | |
9 | |
1 2006-06-03 Aidan Kehoe <kehoea@parhasard.net> | 10 2006-06-03 Aidan Kehoe <kehoea@parhasard.net> |
2 | 11 |
3 * charset.h: | 12 * charset.h: |
4 * charset.h (struct Lisp_Charset): | 13 * charset.h (struct Lisp_Charset): |
5 * charset.h (CHARSET_ENCODE_AS_UTF_8): | 14 * charset.h (CHARSET_ENCODE_AS_UTF_8): |