Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 5184:039d9a7f2e6d
Call init_string_ascii_begin() in #'sort*, #'fill, don't be clever.
2010-04-02 Aidan Kehoe <kehoea@parhasard.net>
* fns.c (FsortX, Ffill):
Don't try to be clever with the ascii_begin string header slot in
these function, just call init_string_ascii_begin().
author | Aidan Kehoe <kehoea@parhasard.net> |
---|---|
date | Fri, 02 Apr 2010 12:31:23 +0100 |
parents | f283b08ff0c9 |
children | b51c2079ec8e |
comparison
equal
deleted
inserted
replaced
5183:f283b08ff0c9 | 5184:039d9a7f2e6d |
---|---|
1 2010-04-02 Aidan Kehoe <kehoea@parhasard.net> | |
2 | |
3 * fns.c (FsortX, Ffill): | |
4 Don't try to be clever with the ascii_begin string header slot in | |
5 these function, just call init_string_ascii_begin(). | |
6 | |
1 2010-04-02 Aidan Kehoe <kehoea@parhasard.net> | 7 2010-04-02 Aidan Kehoe <kehoea@parhasard.net> |
2 | 8 |
3 Avoid build failure, Apple's g++-4.0.1, Mac OS 10.4. | 9 Avoid build failure, Apple's g++-4.0.1, Mac OS 10.4. |
4 * sysdll.c (search_linked_libs, dll_variable): Correct some casts | 10 * sysdll.c (search_linked_libs, dll_variable): Correct some casts |
5 for the C++ build. | 11 for the C++ build. |