comparison modules/ChangeLog @ 4985:358aa3bb603f

Automatic merge
author Ben Wing <ben@xemacs.org>
date Fri, 05 Feb 2010 12:12:28 -0600
parents 4aebb0131297
children c0934cef10c6
comparison
equal deleted inserted replaced
4984:f23cd0184dcf 4985:358aa3bb603f
1 2010-02-05 Ben Wing <ben@xemacs.org>
2
3 * postgresql/postgresql.c:
4 * postgresql/postgresql.c (CHECK_LIVE_CONNECTION):
5 * postgresql/postgresql.c (Fpq_connectdb):
6 * postgresql/postgresql.c (Fpq_connect_start):
7 * postgresql/postgresql.c (Fpq_lo_import):
8 * postgresql/postgresql.c (Fpq_lo_export):
9 * ldap/eldap.c (Fldap_open):
10 * ldap/eldap.c (Fldap_search_basic):
11 * ldap/eldap.c (Fldap_add):
12 * ldap/eldap.c (Fldap_modify):
13 * ldap/eldap.c (Fldap_delete):
14 * canna/canna_api.c (Fcanna_initialize):
15 * canna/canna_api.c (Fcanna_store_yomi):
16 * canna/canna_api.c (Fcanna_parse):
17 * canna/canna_api.c (Fcanna_henkan_begin):
18 EXTERNAL_TO_C_STRING returns its argument instead of storing it
19 in a parameter, and is renamed to EXTERNAL_TO_ITEXT. Similar
20 things happen to related macros. See entry in src/ChangeLog.
21
22 More Mule-izing of postgresql.c. Extract out common code
23 between `pq-connectdb' and `pq-connect-start'. Fix places
24 that signal an error string using a formatted string to instead
25 follow the standard and have a fixed reason followed by the
26 particular error message stored as one of the frobs.
27
1 2010-01-27 Ben Wing <ben@xemacs.org> 28 2010-01-27 Ben Wing <ben@xemacs.org>
2 29
3 * postgresql/postgresql.c (print_pgconn): 30 * postgresql/postgresql.c (print_pgconn):
4 * postgresql/postgresql.c (print_pgresult): 31 * postgresql/postgresql.c (print_pgresult):
5 * postgresql/postgresql.c (Fpq_conn_defaults): 32 * postgresql/postgresql.c (Fpq_conn_defaults):