2367
|
1 2004-10-27 Ben Wing <ben@xemacs.org>
|
|
2
|
|
3 * ldap/eldap.c:
|
|
4 * ldap/eldap.c (Fldap_open):
|
|
5 * ldap/eldap.c (Fldap_search_basic):
|
|
6 * ldap/eldap.c (Fldap_add):
|
|
7 * ldap/eldap.c (Fldap_modify):
|
|
8 * ldap/eldap.c (Fldap_delete):
|
|
9 Mule-ize.
|
|
10 Use EXTERNAL_LIST_LOOP_2 instead of deleted EXTERNAL_LIST_LOOP.
|
|
11
|
2346
|
12 2004-10-22 Stephen J. Turnbull <stephen@xemacs.org>
|
|
13
|
|
14 * XEmacs 21.5.18 "chestnut" is released.
|
|
15
|
2286
|
16 2004-09-14 Jerry James <james@xemacs.org>
|
|
17
|
|
18 * postgresql/postgresql.c:
|
|
19 * ldap/eldap.c:
|
|
20 Mark unused parameters with the UNUSED macro.
|
|
21
|
2272
|
22 2004-09-14 Jerry James <james@xemacs.org>
|
|
23
|
|
24 * ldap/eldap.c (Fldap_open): Change ldap_passwd to ldap_password
|
|
25 to eliminate a gcc shadow warning.
|
|
26
|
2268
|
27 2004-09-13 Jerry James <james@xemacs.org>
|
|
28
|
|
29 * ldap/eldap.c (signal_ldap_error): Mark as noreturn.
|
|
30
|
1964
|
31 2004-03-22 Stephen J. Turnbull <stephen@xemacs.org>
|
|
32
|
|
33 * XEmacs 21.5.17 "chayote" is released.
|
|
34
|
1716
|
35 2003-09-26 Steve Youngs <youngs@xemacs.org>
|
|
36
|
|
37 * XEmacs 21.5.16 "celeriac" is released.
|
|
38
|
1706
|
39 2003-09-21 Jerry James <james@xemacs.org>
|
|
40
|
|
41 * postgresql/postgresql.c (unload_postgresql): Do not mangle the
|
|
42 unload function name when compiling with C++.
|
|
43 * ldap/eldap.c (unload_eldap): Ditto.
|
|
44
|
1665
|
45 2003-09-03 Steve Youngs <youngs@xemacs.org>
|
|
46
|
|
47 * XEmacs 21.5.15 "celery" is released.
|
|
48
|
1650
|
49 2003-08-28 Jerry James <james@xemacs.org>
|
|
50
|
|
51 * common/Makefile.common (LIBSTDCPP): New.
|
|
52 * common/Makefile.common (.c.o): Use it to avoid undefined symbol
|
|
53 errors when compiling modules with g++.
|
|
54
|
1632
|
55 2003-08-18 Jerry James <james@xemacs.org>
|
|
56
|
|
57 * postgresql/postgresql.c: Include emodules.h when building a module.
|
|
58 * ldap/eldap.c: Ditto.
|
|
59 * common/Makefile.common: Make module makefiles processable by cpp.
|
|
60 * common/Makefile.common (IMPORT_LIB): New.
|
|
61 * common/Makefile.common: Use it.
|
|
62
|
1522
|
63 2003-06-11 Jerry James <james@xemacs.org>
|
|
64
|
|
65 * common/Makefile.common: The last change re-broke FreeBSD module
|
|
66 building. Expand srcdir in SRC_SRCS with configure to fix it.
|
|
67
|
1520
|
68 2003-06-10 Jerry James <james@xemacs.org>
|
|
69
|
|
70 * common/Makefile.common: Change GNUish := to =.
|
|
71
|
1510
|
72 2003-06-01 Steve Youngs <youngs@xemacs.org>
|
|
73
|
|
74 * XEmacs 21.5.14 "cassava" is released.
|
|
75
|
1490
|
76 2003-05-09 Andrew Begel <abegel@CS.Berkeley.EDU>
|
|
77
|
|
78 * common/Makefile.common: Move use of srcdir below its definition.
|
|
79 * sample/internal/Makefile.in.in: Ditto.
|
|
80 * sample/external/Makefile.in.in: Ditto.
|
|
81
|
1489
|
82 2003-05-20 Jerry James <james@xemacs.org>
|
|
83
|
|
84 * sample/internal/Makefile.in.in: Expand $^ for makes that don't
|
|
85 understand it.
|
|
86 * sample/external/Makefile.in.in: Ditto.
|
|
87 * common/Makefile.common: Ditto.
|
|
88
|
1473
|
89 2003-05-10 Steve Youngs <youngs@xemacs.org>
|
|
90
|
|
91 * XEmacs 21.5.13 "cauliflower" is released.
|
|
92
|
1431
|
93 2003-04-24 Steve Youngs <youngs@xemacs.org>
|
|
94
|
|
95 * XEmacs 21.5.12 "carrot" is released.
|
|
96
|
1307
|
97 2003-02-16 Steve Youngs <youngs@xemacs.org>
|
|
98
|
|
99 * XEmacs 21.5.11 "cabbage" is released.
|
|
100
|
1270
|
101 2003-02-07 Jerry James <james@xemacs.org>
|
|
102
|
|
103 * ldap/eldap.c: Add unload_eldap prototype to fix warning.
|
|
104
|
1252
|
105 2003-01-30 Robert Pluim <rpluim@bigfoot.com>
|
|
106
|
|
107 * Makefile.common: FreeBSD make compatability fixes: expand
|
|
108 SRC_SRCS immediately, use MODCC rather than CC to prevent
|
|
109 overriding by top-level makefile.
|
|
110
|
1220
|
111 2003-01-15 Jerry James <james@eecs.ku.edu>
|
|
112
|
|
113 * ldap/eldap.c: Apply Ben's postgresql change to LDAP also.
|
|
114
|
1204
|
115 2002-12-16 Ben Wing <ben@xemacs.org>
|
|
116
|
|
117 * postgresql/postgresql.c:
|
|
118 remove ifdef USE_KKCC.
|
|
119
|
1187
|
120 2003-01-04 Steve Youngs <youngs@xemacs.org>
|
|
121
|
|
122 * XEmacs 21.5.10 "burdock" is released.
|
|
123
|
1111
|
124 2002-11-17 Ben Wing <ben@xemacs.org>
|
|
125
|
|
126 * postgresql/Makefile.in.in:
|
|
127 * postgresql/Makefile.in.in (SRCS):
|
|
128 * postgresql/Makefile.in.in (SRC_SRCS): Removed.
|
|
129 * postgresql/Makefile.in.in (OBJS): Removed.
|
|
130 * postgresql/Makefile.in.in (SHELL): Removed.
|
|
131 * postgresql/Makefile.in.in (RM): Removed.
|
|
132 * postgresql/Makefile.in.in (PROGNAME): Removed.
|
|
133 * postgresql/Makefile.in.in (CFLAGS): Removed.
|
|
134 * postgresql/Makefile.in.in (INSTALL): Removed.
|
|
135 * postgresql/Makefile.in.in (version): Removed.
|
|
136 * postgresql/Makefile.in.in (prefix): Removed.
|
|
137 * postgresql/Makefile.in.in (exec_prefix): Removed.
|
|
138 * postgresql/Makefile.in.in (libdir): Removed.
|
|
139 * postgresql/Makefile.in.in (instvardir): Removed.
|
|
140 * postgresql/Makefile.in.in (configuration): Removed.
|
|
141 * postgresql/Makefile.in.in (moduledir): Removed.
|
|
142 * postgresql/Makefile.in.in (with_modules): Removed.
|
|
143 * postgresql/Makefile.in.in (srcdir): Removed.
|
|
144 * postgresql/Makefile.in.in (VPATH): Removed.
|
|
145 * postgresql/Makefile.in.in (CC): Removed.
|
|
146 * postgresql/Makefile.in.in (MODARCHDIR): Removed.
|
|
147 * postgresql/Makefile.in.in (MAKE_DOCFILE): Removed.
|
|
148 * postgresql/Makefile.in.in (MODCFLAGS): Removed.
|
|
149 * postgresql/Makefile.in.in (INSTALLPATH): Removed.
|
|
150 * postgresql/Makefile.in.in (INSTALL_PROGRAM): Removed.
|
|
151 * postgresql/Makefile.in.in (OBJECT_TO_BUILD): Removed.
|
|
152 * postgresql/Makefile.in.in (.PHONY): Removed.
|
|
153 * postgresql/Makefile.in.in (all): Removed.
|
|
154 * postgresql/Makefile.in.in (.c.o): Removed.
|
|
155 * postgresql/Makefile.in.in (clean): Removed.
|
|
156 * postgresql/Makefile.in.in (distclean): Removed.
|
|
157 * postgresql/Makefile.in.in (install): Removed.
|
|
158 Move common stuff into modues/common/Makefile.common. (Also
|
|
159 add extraclean target and a couple of other fixes in that file.)
|
|
160
|
|
161 * postgresql/configure.ac:
|
|
162 Extract out common configure stuff into
|
|
163 modules/common/configure-{pre,post}.ac.
|
|
164
|
|
165 * postgresql/postgresql.c (WARNING):
|
|
166 Fix warning.
|
|
167
|
|
168 2002-11-17 Ben Wing <ben@xemacs.org>
|
|
169
|
|
170 * ldap/Makefile.in.in:
|
|
171 * ldap/Makefile.in.in (SRCS):
|
|
172 * ldap/Makefile.in.in (SRC_SRCS): Removed.
|
|
173 * ldap/Makefile.in.in (OBJS): Removed.
|
|
174 * ldap/Makefile.in.in (SHELL): Removed.
|
|
175 * ldap/Makefile.in.in (RM): Removed.
|
|
176 * ldap/Makefile.in.in (PROGNAME): Removed.
|
|
177 * ldap/Makefile.in.in (CFLAGS): Removed.
|
|
178 * ldap/Makefile.in.in (INSTALL): Removed.
|
|
179 * ldap/Makefile.in.in (version): Removed.
|
|
180 * ldap/Makefile.in.in (prefix): Removed.
|
|
181 * ldap/Makefile.in.in (exec_prefix): Removed.
|
|
182 * ldap/Makefile.in.in (libdir): Removed.
|
|
183 * ldap/Makefile.in.in (instvardir): Removed.
|
|
184 * ldap/Makefile.in.in (configuration): Removed.
|
|
185 * ldap/Makefile.in.in (moduledir): Removed.
|
|
186 * ldap/Makefile.in.in (with_modules): Removed.
|
|
187 * ldap/Makefile.in.in (srcdir): Removed.
|
|
188 * ldap/Makefile.in.in (VPATH): Removed.
|
|
189 * ldap/Makefile.in.in (CC): Removed.
|
|
190 * ldap/Makefile.in.in (MODARCHDIR): Removed.
|
|
191 * ldap/Makefile.in.in (MAKE_DOCFILE): Removed.
|
|
192 * ldap/Makefile.in.in (MODCFLAGS): Removed.
|
|
193 * ldap/Makefile.in.in (INSTALLPATH): Removed.
|
|
194 * ldap/Makefile.in.in (INSTALL_PROGRAM): Removed.
|
|
195 * ldap/Makefile.in.in (OBJECT_TO_BUILD): Removed.
|
|
196 * ldap/Makefile.in.in (.PHONY): Removed.
|
|
197 * ldap/Makefile.in.in (all): Removed.
|
|
198 * ldap/Makefile.in.in (.c.o): Removed.
|
|
199 * ldap/Makefile.in.in (clean): Removed.
|
|
200 * ldap/Makefile.in.in (distclean): Removed.
|
|
201 * ldap/Makefile.in.in (install): Removed.
|
|
202 Move common stuff into modues/common/Makefile.common. (Also
|
|
203 add extraclean target and a couple of other fixes in that file.)
|
|
204
|
|
205 * ldap/configure.ac:
|
|
206 * ldap/configure.ac (have_ldap):
|
|
207 Extract out common configure stuff into
|
|
208 modules/common/configure-{pre,post}.ac.
|
|
209
|
|
210 2002-11-17 Ben Wing <ben@xemacs.org>
|
|
211
|
|
212 * common/Makefile.common:
|
|
213 * common/Makefile.common (SHELL):
|
|
214 Common stuff is here.
|
|
215
|
1011
|
216 2002-09-20 Steve Youngs <youngs@xemacs.org>
|
|
217
|
|
218 * postgresql/Makefile.in.in (LDFLAGS): Add @ld_switch_all@ to pick
|
|
219 up '--site-libraries'.
|
|
220
|
|
221 * ldap/Makefile.in.in (LDFLAGS): Ditto.
|
|
222
|
996
|
223 2002-08-08 Jerry James <james@xemacs.org>
|
|
224
|
|
225 * auto-autoloads.el: New file containing module autoloads.
|
|
226 * auto-autoloads.elc: Ditto.
|
|
227 * README: Update to reflect the new architecture.
|
|
228 * ldap/configure.ac: New file.
|
|
229 * ldap/configure: Ditto.
|
|
230 * ldap/eldap.h: Copy the version from src.
|
|
231 * ldap/eldap.c: Ditto. Add autoloads.
|
|
232 * ldap/eldap.c (unload_eldap): New function to unstaticpro symbols
|
|
233 defined in this file.
|
|
234 * ldap/install-sh: New script for independent module building.
|
|
235 * ldap/Makefile: Remove in favor of autoconf solution.
|
|
236 * ldap/Makefile.in.in: New file containing the autoconf solution.
|
|
237 * postgresql: New directory.
|
|
238 * postgresql/.cvsignore: New file.
|
|
239 * postgresql/configure.ac: Ditto.
|
|
240 * postgresql/configure: Ditto.
|
|
241 * postgresql/install-sh: New script for independent module
|
|
242 building.
|
|
243 * postgresql/Makefile.in.in: New file.
|
|
244 * postgresql/postgresql.h: Copy the version from src.
|
|
245 * postgresql/postgresql.c: Ditto. Add autoloads.
|
|
246 * sample/Makefile: Move to internal and external subdirectories.
|
|
247 * sample/sample.c: Ditto.
|
|
248 * sample/external: New directory containing sample external
|
|
249 modules.
|
|
250 * sample/external/.cvsignore: New file.
|
|
251 * sample/external/configure.ac: Ditto.
|
|
252 * sample/external/install-sh: Ditto.
|
|
253 * sample/external/Makefile.in.in: New.
|
|
254 * sample/external/sample.c: Move from next higher directory.
|
|
255 * sample/internal: New directory containing sample internal
|
|
256 modules.
|
|
257 * sample/internal/.cvsignore: New file.
|
|
258 * sample/internal/configure.ac: Ditto.
|
|
259 * sample/internal/install-sh: Ditto.
|
|
260 * sample/internal/Makefile.in.in: New.
|
|
261 * sample/internal/sample.c: Move from next higher directory.
|
|
262
|
981
|
263 2002-08-30 Steve Youngs <youngs@xemacs.org>
|
|
264
|
|
265 * XEmacs 21.5.9 "brussels sprouts" is released.
|
|
266
|
933
|
267 2002-07-27 Steve Youngs <youngs@xemacs.org>
|
|
268
|
|
269 * XEmacs 21.5.8 "broccoli" is released.
|
|
270
|
894
|
271 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
272
|
|
273 * XEmacs 21.5.7 "broccoflower" is released.
|
|
274
|
804
|
275 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
276
|
|
277 * XEmacs 21.5.6 "bok choi" is released.
|
|
278
|
774
|
279 2002-03-12 Ben Wing <ben@xemacs.org>
|
|
280
|
|
281 * The Great Mule Merge: placeholder.
|
|
282
|
768
|
283 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
284
|
|
285 * XEmacs 21.5.5 "beets" is released.
|
|
286
|
754
|
287 2002-02-14 Sean MacLennan <seanm@seanm.ca>
|
|
288
|
|
289 * base64/base64.c - update Bufpos => Charbpos
|
|
290
|
|
291
|