comparison modules/ChangeLog @ 4990:8f0cf4fd3d2c

Automatic merge
author Ben Wing <ben@xemacs.org>
date Sat, 06 Feb 2010 04:01:46 -0600
parents 4aebb0131297
children c0934cef10c6
comparison
equal deleted inserted replaced
4989:d2ec55325515 4990:8f0cf4fd3d2c
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
28 2010-01-27 Ben Wing <ben@xemacs.org>
29
30 * postgresql/postgresql.c (print_pgconn):
31 * postgresql/postgresql.c (print_pgresult):
32 * postgresql/postgresql.c (Fpq_conn_defaults):
33 * postgresql/postgresql.c (Fpq_pgconn):
34 * postgresql/postgresql.c (Fpq_res_status):
35 * postgresql/postgresql.c (Fpq_result_error_message):
36 * postgresql/postgresql.c (Fpq_fname):
37 * postgresql/postgresql.c (Fpq_get_value):
38 * postgresql/postgresql.c (Fpq_cmd_status):
39 * postgresql/postgresql.c (Fpq_cmd_tuples):
40 * postgresql/postgresql.c (Fpq_notifies):
41 * postgresql/postgresql.c (Fpq_get_line):
42 * postgresql/postgresql.c (Fpq_get_line_async):
43 * postgresql/postgresql.c (FROB):
44 * postgresql/postgresql.c (init_postgresql_from_environment):
45 * ldap/eldap.c:
46 * ldap/eldap.c (Fldap_open):
47 * ldap/eldap.c (Fldap_search_basic):
48 * canna/canna_api.c:
49 * canna/canna_api.c (make_euc_string):
50 Rename:
51
52 write_c_string -> write_cistring
53 build_intstring -> build_istring
54 build_string -> build_cistring
55 build_ext_string -> build_extstring
56 make_ext_string -> make_extstring
57 buffer_insert_c_string -> buffer_insert_ascstring
58 intern_int -> intern_istring
59
60 See comment in src/ChangeLog about this.
61
62 2010-01-26 Ben Wing <ben@xemacs.org>
63
64 * postgresql/postgresql.c:
65 * postgresql/postgresql.c (CHECK_LIVE_CONNECTION):
66 * postgresql/postgresql.c (print_pgresult):
67 * postgresql/postgresql.c (Fpq_conn_defaults):
68 * postgresql/postgresql.c (Fpq_connectdb):
69 * postgresql/postgresql.c (Fpq_connect_start):
70 * postgresql/postgresql.c (Fpq_result_status):
71 * postgresql/postgresql.c (Fpq_res_status):
72 Mule-ize large parts of it.
73
74 2010-01-26 Ben Wing <ben@xemacs.org>
75
76 * ldap/eldap.c (print_ldap):
77 * ldap/eldap.c (allocate_ldap):
78 Use write_ascstring().
79
80 2010-01-24 Ben Wing <ben@xemacs.org>
81
82 * postgresql/postgresql.c (CHECK_LIVE_CONNECTION):
83 * postgresql/postgresql.c (print_pgconn):
84 * postgresql/postgresql.c (Fpq_connectdb):
85 * postgresql/postgresql.c (Fpq_connect_start):
86 * postgresql/postgresql.c (Fpq_exec):
87 * postgresql/postgresql.c (Fpq_get_result):
88 Fix g++ 4.3 complaints about implicit conversions of string
89 literals (const char *) to char *.
90
1 2010-01-16 Ben Wing <ben@xemacs.org> 91 2010-01-16 Ben Wing <ben@xemacs.org>
2 92
3 * common/Makefile.common: 93 * common/Makefile.common:
4 * common/Makefile.common (.PHONY): 94 * common/Makefile.common (.PHONY):
5 Use WIN32_ANY not HAVE_MS_WINDOWS so we still link with the 95 Use WIN32_ANY not HAVE_MS_WINDOWS so we still link with the