comparison src/ChangeLog @ 5256:6c8f5574d4a1

Fix the C++, Visual Studio 2005 builds. src/ChangeLog addition: 2010-09-03 Aidan Kehoe <kehoea@parhasard.net> * symsinit.h: Declare reinit_process_early() here, fixing the C++ build; thank you for pointing this out, Adam Sjogren! * fontcolor-msw.c (mswindows_string_to_color): Cast the result of bsearch() to a colormap_t pointer, fixing the Visual Studio 2005 build.
author Aidan Kehoe <kehoea@parhasard.net>
date Fri, 03 Sep 2010 15:35:53 +0100
parents b5611afbcc76
children 1ed4cefddd12
comparison
equal deleted inserted replaced
5255:b5611afbcc76 5256:6c8f5574d4a1
1 2010-09-03 Aidan Kehoe <kehoea@parhasard.net>
2
3 * symsinit.h: Declare reinit_process_early() here, fixing the C++
4 build; thank you for pointing this out, Adam Sjøgren!
5 * fontcolor-msw.c (mswindows_string_to_color):
6 Cast the result of bsearch() to a colormap_t pointer, fixing the
7 Visual Studio 2005 build.
8
1 2010-09-02 Aidan Kehoe <kehoea@parhasard.net> 9 2010-09-02 Aidan Kehoe <kehoea@parhasard.net>
2 10
3 * strftime.c (roman_upper, roman_lower, strftime): 11 * strftime.c (roman_upper, roman_lower, strftime):
4 Implement Roman month numbers, as used in central and eastern 12 Implement Roman month numbers, as used in central and eastern
5 Europe. 13 Europe.