comparison modules/ChangeLog @ 5125:b5df3737028a ben-lisp-object

merge
author Ben Wing <ben@xemacs.org>
date Wed, 24 Feb 2010 01:58:04 -0600
parents c0934cef10c6
children a9c41067dd88 0ac12485616c
comparison
equal deleted inserted replaced
5124:623d57b7fbe8 5125:b5df3737028a
1 2010-02-06 Ben Wing <ben@xemacs.org>
2
3 * canna/canna_api.c:
4 * canna/canna_api.c (storeResults):
5 * canna/canna_api.c (Fcanna_set_bunsetsu):
6 * canna/canna_api.c (Fcanna_initialize):
7 * canna/canna_api.c (Fcanna_store_yomi):
8 * canna/canna_api.c (Fcanna_henkan_end):
9 Convert file to utf-8.
10
11 2010-02-05 Ben Wing <ben@xemacs.org>
12
13 * postgresql/postgresql.c:
14 * postgresql/postgresql.c (CHECK_LIVE_CONNECTION):
15 * postgresql/postgresql.c (Fpq_connectdb):
16 * postgresql/postgresql.c (Fpq_connect_start):
17 * postgresql/postgresql.c (Fpq_lo_import):
18 * postgresql/postgresql.c (Fpq_lo_export):
19 * ldap/eldap.c (Fldap_open):
20 * ldap/eldap.c (Fldap_search_basic):
21 * ldap/eldap.c (Fldap_add):
22 * ldap/eldap.c (Fldap_modify):
23 * ldap/eldap.c (Fldap_delete):
24 * canna/canna_api.c (Fcanna_initialize):
25 * canna/canna_api.c (Fcanna_store_yomi):
26 * canna/canna_api.c (Fcanna_parse):
27 * canna/canna_api.c (Fcanna_henkan_begin):
28 EXTERNAL_TO_C_STRING returns its argument instead of storing it
29 in a parameter, and is renamed to EXTERNAL_TO_ITEXT. Similar
30 things happen to related macros. See entry in src/ChangeLog.
31
32 More Mule-izing of postgresql.c. Extract out common code
33 between `pq-connectdb' and `pq-connect-start'. Fix places
34 that signal an error string using a formatted string to instead
35 follow the standard and have a fixed reason followed by the
36 particular error message stored as one of the frobs.
37
38 2010-01-27 Ben Wing <ben@xemacs.org>
39
40 * postgresql/postgresql.c (print_pgconn):
41 * postgresql/postgresql.c (print_pgresult):
42 * postgresql/postgresql.c (Fpq_conn_defaults):
43 * postgresql/postgresql.c (Fpq_pgconn):
44 * postgresql/postgresql.c (Fpq_res_status):
45 * postgresql/postgresql.c (Fpq_result_error_message):
46 * postgresql/postgresql.c (Fpq_fname):
47 * postgresql/postgresql.c (Fpq_get_value):
48 * postgresql/postgresql.c (Fpq_cmd_status):
49 * postgresql/postgresql.c (Fpq_cmd_tuples):
50 * postgresql/postgresql.c (Fpq_notifies):
51 * postgresql/postgresql.c (Fpq_get_line):
52 * postgresql/postgresql.c (Fpq_get_line_async):
53 * postgresql/postgresql.c (FROB):
54 * postgresql/postgresql.c (init_postgresql_from_environment):
55 * ldap/eldap.c:
56 * ldap/eldap.c (Fldap_open):
57 * ldap/eldap.c (Fldap_search_basic):
58 * canna/canna_api.c:
59 * canna/canna_api.c (make_euc_string):
60 Rename:
61
62 write_c_string -> write_cistring
63 build_intstring -> build_istring
64 build_string -> build_cistring
65 build_ext_string -> build_extstring
66 make_ext_string -> make_extstring
67 buffer_insert_c_string -> buffer_insert_ascstring
68 intern_int -> intern_istring
69
70 See comment in src/ChangeLog about this.
71
72 2010-01-26 Ben Wing <ben@xemacs.org>
73
74 * postgresql/postgresql.c:
75 * postgresql/postgresql.c (CHECK_LIVE_CONNECTION):
76 * postgresql/postgresql.c (print_pgresult):
77 * postgresql/postgresql.c (Fpq_conn_defaults):
78 * postgresql/postgresql.c (Fpq_connectdb):
79 * postgresql/postgresql.c (Fpq_connect_start):
80 * postgresql/postgresql.c (Fpq_result_status):
81 * postgresql/postgresql.c (Fpq_res_status):
82 Mule-ize large parts of it.
83
84 2010-01-26 Ben Wing <ben@xemacs.org>
85
86 * ldap/eldap.c (print_ldap):
87 * ldap/eldap.c (allocate_ldap):
88 Use write_ascstring().
89
90 2010-01-24 Ben Wing <ben@xemacs.org>
91
92 * postgresql/postgresql.c (CHECK_LIVE_CONNECTION):
93 * postgresql/postgresql.c (print_pgconn):
94 * postgresql/postgresql.c (Fpq_connectdb):
95 * postgresql/postgresql.c (Fpq_connect_start):
96 * postgresql/postgresql.c (Fpq_exec):
97 * postgresql/postgresql.c (Fpq_get_result):
98 Fix g++ 4.3 complaints about implicit conversions of string
99 literals (const char *) to char *.
100
101 2010-01-16 Ben Wing <ben@xemacs.org>
102
103 * common/Makefile.common:
104 * common/Makefile.common (.PHONY):
105 Use WIN32_ANY not HAVE_MS_WINDOWS so we still link with the
106 import library even when --with-msw=no.
107
108 2010-01-11 Ben Wing <ben@xemacs.org>
109
110 * ldap/eldap.c (Fldap_search_basic):
111 Cast to Extbyte * to avoid C++ compile error.
112
1 2009-11-10 Jerry James <james@xemacs.org> 113 2009-11-10 Jerry James <james@xemacs.org>
2 114
3 * canna/canna_api.c (Fcanna_initialize): Drop support for the NEC EWS. 115 * canna/canna_api.c (Fcanna_initialize): Drop support for the NEC EWS.
4 116
5 2009-11-09 Jerry James <james@xemacs.org> 117 2009-11-09 Jerry James <james@xemacs.org>