Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5295:2474dce7304e
Make sure (format "%b" 0) is non-zero length, print.c
src/ChangeLog addition:
2010-10-25 Aidan Kehoe <kehoea@parhasard.net>
* print.c (ulong_to_bit_string): If printing zero, actually print
a zero, don't return the empty string.
tests/ChangeLog addition:
2010-10-25 Aidan Kehoe <kehoea@parhasard.net>
* automated/lisp-tests.el:
Test format strings with %b, too.
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Mon, 25 Oct 2010 13:15:53 +0100 |
parents | 63f247c5da0a |
children | d185fa593d5f |
comparison
equal
deleted
inserted
replaced
5294:bbff29a01820 | 5295:2474dce7304e |
---|---|
1 2010-10-25 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * print.c (ulong_to_bit_string): If printing zero, actually print | |
4 a zero, don't return the empty string. | |
5 | |
1 2010-07-06 Stephen J. Turnbull <stephen@xemacs.org> | 6 2010-07-06 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 7 |
3 * emodules.c (emodules_load): | 8 * emodules.c (emodules_load): |
4 Add one more dereference on f = dll_variable() in three places. | 9 Add one more dereference on f = dll_variable() in three places. |
5 We then use EXTERNAL_TO_ITEXT on it, which returns an alloca'd | 10 We then use EXTERNAL_TO_ITEXT on it, which returns an alloca'd |