comparison src/ChangeLog @ 1650:34abfb24e891

[xemacs-hg @ 2003-08-28 15:44:04 by james] Fix the C++ build, with many module-specific fixes.
author james
date Thu, 28 Aug 2003 15:44:30 +0000
parents 080d479edd32
children 2264738f7ae4
comparison
equal deleted inserted replaced
1649:9afdad50eaf7 1650:34abfb24e891
1 2003-08-28 Jerry James <james@xemacs.org>
2
3 * emodules.h: Add extern "C" declarations for C++ module builds.
4 * lisp.h: Ditto.
5 * lrecord.h: Ditto.
6 * opaque.h: Ditto.
7 * process.h: Ditto.
8 * symeval.h: Ditto.
9 * text.h: Ditto.
10 * mule-canna.c: Make key_buffer char instead of unsigned char.
11 * mule-canna.c (storeResults): 1st arg is char *, not unsigned
12 char *.
13 * mule-canna.c (Fcanna_initialize): Add casts for C++ builds.
14 * mule-canna.c (Fcanna_finalize): Ditto.
15 * mule-canna.c (Fcanna_touroku_string): Ditto.
16 * mule-canna.c (Fcanna_store_yomi): Ditto.
17 * mule-canna.c (Fcanna_parse): Ditto.
18 * mule-canna.c (Fcanna_query_mode): Ditto, and change buf to
19 unsigned char[] to reduce number of casts.
20 * mule-canna.c (Fcanna_henkan_begin): Ditto.
21 * mule-canna.c (Fcanna_henkan_next): Ditto.
22 * mule-canna.c (mule_make_string): Ditto.
23 * mule-wnnfns.c (Fwnn_open): Ditto.
24
1 2003-08-26 Nickolay Pakoulin <npak@ispras.ru> 25 2003-08-26 Nickolay Pakoulin <npak@ispras.ru>
2 26
3 * database.c (berkdb_get): 27 * database.c (berkdb_get):
4 (berkdb_map): Add type casts to satisfy C++ compilers. 28 (berkdb_map): Add type casts to satisfy C++ compilers.
5 29