3024
|
1 2005-10-25 Ben Wing <ben@xemacs.org>
|
|
2
|
|
3 * postgresql/postgresql.c (allocate_pgconn):
|
|
4 * postgresql/postgresql.c (allocate_pgresult):
|
|
5 * postgresql/postgresql.h (struct Lisp_PGconn):
|
|
6 * postgresql/postgresql.h (struct Lisp_PGresult):
|
|
7 MC-Alloc refactoring.
|
|
8
|
|
9 2005-10-25 Ben Wing <ben@xemacs.org>
|
|
10
|
|
11 * ldap/eldap.c (allocate_ldap):
|
|
12 * ldap/eldap.h (struct Lisp_LDAP):
|
|
13 MC-Alloc refactoring.
|
|
14
|
3010
|
15 2005-10-21 Stephen J. Turnbull <stephen@xemacs.org>
|
|
16
|
|
17 UNDO:
|
|
18 * canna/canna-api.c:
|
|
19 * canna/Makefile.in.in (MODNAME,SRCS):
|
|
20 Rename module from canna_api to canna-api.
|
|
21
|
3007
|
22 2005-10-21 Stephen J. Turnbull <stephen@xemacs.org>
|
|
23
|
|
24 * canna/configure: Create and CVS add.
|
|
25
|
2973
|
26 2005-10-04 Stephen J. Turnbull <stephen@xemacs.org>
|
|
27
|
|
28 * canna/Makefile.in.in (MODVER): Bump to 0.5.
|
|
29
|
|
30 * canna/canna-api.c:
|
|
31 * canna/Makefile.in.in (MODNAME,SRCS):
|
|
32 Rename module from canna_api to canna-api.
|
|
33
|
|
34 2005-09-22 Stephen J. Turnbull <stephen@xemacs.org>
|
|
35
|
|
36 * canna: New module.
|
|
37
|
|
38 * canna/canna_api.c: Move from $srcdir/src/mule-canna.c. Add module
|
|
39 initialization function and some boilerplate. Change name to
|
|
40 canna_api to reflect changed role.
|
|
41
|
|
42 * canna/configure.ac:
|
|
43 * canna/Makefile.in.in:
|
|
44 * canna/install-sh:
|
|
45 Standard module boilerplate, adapted to Canna.
|
|
46
|
2931
|
47 2005-09-14 Stephen J. Turnbull <stephen@xemacs.org>
|
|
48
|
|
49 * XEmacs 21.5.22 "cucumber" is released.
|
|
50
|
2812
|
51 2005-06-09 Craig Lanning <CraigL@sc.rr.com>
|
|
52
|
|
53 * ldap/.cvsignore:
|
|
54 * sample/external/.cvsignore:
|
|
55 * sample/internal/.cvsignore:
|
|
56 Added GNUmakefile, Makefile, and Makefile.in
|
|
57
|
2791
|
58 2005-05-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
59
|
|
60 * XEmacs 21.5.21 "corn" is released.
|
|
61
|
2720
|
62 2005-04-01 Marcus Crestani <crestani@xemacs.org>
|
|
63
|
|
64 The new allocator.
|
|
65
|
|
66 Remove Lcrecords:
|
|
67
|
|
68 * postgresql/postgresql.c (allocate_pgconn): Allocate with new
|
|
69 allocator.
|
|
70 * postgresql/postgresql.c (allocate_pgresult): Allocate PGresult
|
|
71 with new allocator.
|
|
72 * postgresql/postgresql.h (struct Lisp_PGconn): Add
|
|
73 lrecord_header.
|
|
74 * postgresql/postgresql.h (struct Lisp_PGresult): Add
|
|
75 lrecord_header.
|
|
76 * ldap/eldap.c (allocate_ldap): Allocate with new allocator.
|
|
77 * ldap/eldap.h (struct Lisp_LDAP): Add lrecord_header.
|
|
78
|
2653
|
79 2005-03-11 Stephen J. Turnbull <stephen@xemacs.org>
|
|
80
|
|
81 * XEmacs 21.5.20 "cilantro" is released.
|
|
82
|
2594
|
83 2005-02-18 Stephen J. Turnbull <stephen@xemacs.org>
|
|
84
|
|
85 * XEmacs 21.5.19 "chives" is released.
|
|
86
|
2387
|
87 2004-11-13 Ben Wing <ben@xemacs.org>
|
|
88
|
|
89 * ldap/eldap.c (Fldap_modify):
|
|
90 Need braces around EXTERNAL_LIST_LOOP_2.
|
|
91
|
2377
|
92 2004-01-28 Stephen J. Turnbull <stephen@xemacs.org>
|
|
93
|
|
94 * common/Makefile.common (CFLAGS): Use XE_CFLAGS.
|
|
95
|
2367
|
96 2004-10-27 Ben Wing <ben@xemacs.org>
|
|
97
|
|
98 * ldap/eldap.c:
|
|
99 * ldap/eldap.c (Fldap_open):
|
|
100 * ldap/eldap.c (Fldap_search_basic):
|
|
101 * ldap/eldap.c (Fldap_add):
|
|
102 * ldap/eldap.c (Fldap_modify):
|
|
103 * ldap/eldap.c (Fldap_delete):
|
|
104 Mule-ize.
|
|
105 Use EXTERNAL_LIST_LOOP_2 instead of deleted EXTERNAL_LIST_LOOP.
|
|
106
|
2346
|
107 2004-10-22 Stephen J. Turnbull <stephen@xemacs.org>
|
|
108
|
|
109 * XEmacs 21.5.18 "chestnut" is released.
|
|
110
|
2286
|
111 2004-09-14 Jerry James <james@xemacs.org>
|
|
112
|
|
113 * postgresql/postgresql.c:
|
|
114 * ldap/eldap.c:
|
|
115 Mark unused parameters with the UNUSED macro.
|
|
116
|
2272
|
117 2004-09-14 Jerry James <james@xemacs.org>
|
|
118
|
|
119 * ldap/eldap.c (Fldap_open): Change ldap_passwd to ldap_password
|
|
120 to eliminate a gcc shadow warning.
|
|
121
|
2268
|
122 2004-09-13 Jerry James <james@xemacs.org>
|
|
123
|
|
124 * ldap/eldap.c (signal_ldap_error): Mark as noreturn.
|
|
125
|
1964
|
126 2004-03-22 Stephen J. Turnbull <stephen@xemacs.org>
|
|
127
|
|
128 * XEmacs 21.5.17 "chayote" is released.
|
|
129
|
1716
|
130 2003-09-26 Steve Youngs <youngs@xemacs.org>
|
|
131
|
|
132 * XEmacs 21.5.16 "celeriac" is released.
|
|
133
|
1706
|
134 2003-09-21 Jerry James <james@xemacs.org>
|
|
135
|
|
136 * postgresql/postgresql.c (unload_postgresql): Do not mangle the
|
|
137 unload function name when compiling with C++.
|
|
138 * ldap/eldap.c (unload_eldap): Ditto.
|
|
139
|
1665
|
140 2003-09-03 Steve Youngs <youngs@xemacs.org>
|
|
141
|
|
142 * XEmacs 21.5.15 "celery" is released.
|
|
143
|
1650
|
144 2003-08-28 Jerry James <james@xemacs.org>
|
|
145
|
|
146 * common/Makefile.common (LIBSTDCPP): New.
|
|
147 * common/Makefile.common (.c.o): Use it to avoid undefined symbol
|
|
148 errors when compiling modules with g++.
|
|
149
|
1632
|
150 2003-08-18 Jerry James <james@xemacs.org>
|
|
151
|
|
152 * postgresql/postgresql.c: Include emodules.h when building a module.
|
|
153 * ldap/eldap.c: Ditto.
|
|
154 * common/Makefile.common: Make module makefiles processable by cpp.
|
|
155 * common/Makefile.common (IMPORT_LIB): New.
|
|
156 * common/Makefile.common: Use it.
|
|
157
|
1522
|
158 2003-06-11 Jerry James <james@xemacs.org>
|
|
159
|
|
160 * common/Makefile.common: The last change re-broke FreeBSD module
|
|
161 building. Expand srcdir in SRC_SRCS with configure to fix it.
|
|
162
|
1520
|
163 2003-06-10 Jerry James <james@xemacs.org>
|
|
164
|
|
165 * common/Makefile.common: Change GNUish := to =.
|
|
166
|
1510
|
167 2003-06-01 Steve Youngs <youngs@xemacs.org>
|
|
168
|
|
169 * XEmacs 21.5.14 "cassava" is released.
|
|
170
|
1490
|
171 2003-05-09 Andrew Begel <abegel@CS.Berkeley.EDU>
|
|
172
|
|
173 * common/Makefile.common: Move use of srcdir below its definition.
|
|
174 * sample/internal/Makefile.in.in: Ditto.
|
|
175 * sample/external/Makefile.in.in: Ditto.
|
|
176
|
1489
|
177 2003-05-20 Jerry James <james@xemacs.org>
|
|
178
|
|
179 * sample/internal/Makefile.in.in: Expand $^ for makes that don't
|
|
180 understand it.
|
|
181 * sample/external/Makefile.in.in: Ditto.
|
|
182 * common/Makefile.common: Ditto.
|
|
183
|
1473
|
184 2003-05-10 Steve Youngs <youngs@xemacs.org>
|
|
185
|
|
186 * XEmacs 21.5.13 "cauliflower" is released.
|
|
187
|
1431
|
188 2003-04-24 Steve Youngs <youngs@xemacs.org>
|
|
189
|
|
190 * XEmacs 21.5.12 "carrot" is released.
|
|
191
|
1307
|
192 2003-02-16 Steve Youngs <youngs@xemacs.org>
|
|
193
|
|
194 * XEmacs 21.5.11 "cabbage" is released.
|
|
195
|
1270
|
196 2003-02-07 Jerry James <james@xemacs.org>
|
|
197
|
|
198 * ldap/eldap.c: Add unload_eldap prototype to fix warning.
|
|
199
|
1252
|
200 2003-01-30 Robert Pluim <rpluim@bigfoot.com>
|
|
201
|
|
202 * Makefile.common: FreeBSD make compatability fixes: expand
|
|
203 SRC_SRCS immediately, use MODCC rather than CC to prevent
|
|
204 overriding by top-level makefile.
|
|
205
|
1220
|
206 2003-01-15 Jerry James <james@eecs.ku.edu>
|
|
207
|
|
208 * ldap/eldap.c: Apply Ben's postgresql change to LDAP also.
|
|
209
|
1204
|
210 2002-12-16 Ben Wing <ben@xemacs.org>
|
|
211
|
|
212 * postgresql/postgresql.c:
|
|
213 remove ifdef USE_KKCC.
|
|
214
|
1187
|
215 2003-01-04 Steve Youngs <youngs@xemacs.org>
|
|
216
|
|
217 * XEmacs 21.5.10 "burdock" is released.
|
|
218
|
1111
|
219 2002-11-17 Ben Wing <ben@xemacs.org>
|
|
220
|
|
221 * postgresql/Makefile.in.in:
|
|
222 * postgresql/Makefile.in.in (SRCS):
|
|
223 * postgresql/Makefile.in.in (SRC_SRCS): Removed.
|
|
224 * postgresql/Makefile.in.in (OBJS): Removed.
|
|
225 * postgresql/Makefile.in.in (SHELL): Removed.
|
|
226 * postgresql/Makefile.in.in (RM): Removed.
|
|
227 * postgresql/Makefile.in.in (PROGNAME): Removed.
|
|
228 * postgresql/Makefile.in.in (CFLAGS): Removed.
|
|
229 * postgresql/Makefile.in.in (INSTALL): Removed.
|
|
230 * postgresql/Makefile.in.in (version): Removed.
|
|
231 * postgresql/Makefile.in.in (prefix): Removed.
|
|
232 * postgresql/Makefile.in.in (exec_prefix): Removed.
|
|
233 * postgresql/Makefile.in.in (libdir): Removed.
|
|
234 * postgresql/Makefile.in.in (instvardir): Removed.
|
|
235 * postgresql/Makefile.in.in (configuration): Removed.
|
|
236 * postgresql/Makefile.in.in (moduledir): Removed.
|
|
237 * postgresql/Makefile.in.in (with_modules): Removed.
|
|
238 * postgresql/Makefile.in.in (srcdir): Removed.
|
|
239 * postgresql/Makefile.in.in (VPATH): Removed.
|
|
240 * postgresql/Makefile.in.in (CC): Removed.
|
|
241 * postgresql/Makefile.in.in (MODARCHDIR): Removed.
|
|
242 * postgresql/Makefile.in.in (MAKE_DOCFILE): Removed.
|
|
243 * postgresql/Makefile.in.in (MODCFLAGS): Removed.
|
|
244 * postgresql/Makefile.in.in (INSTALLPATH): Removed.
|
|
245 * postgresql/Makefile.in.in (INSTALL_PROGRAM): Removed.
|
|
246 * postgresql/Makefile.in.in (OBJECT_TO_BUILD): Removed.
|
|
247 * postgresql/Makefile.in.in (.PHONY): Removed.
|
|
248 * postgresql/Makefile.in.in (all): Removed.
|
|
249 * postgresql/Makefile.in.in (.c.o): Removed.
|
|
250 * postgresql/Makefile.in.in (clean): Removed.
|
|
251 * postgresql/Makefile.in.in (distclean): Removed.
|
|
252 * postgresql/Makefile.in.in (install): Removed.
|
|
253 Move common stuff into modues/common/Makefile.common. (Also
|
|
254 add extraclean target and a couple of other fixes in that file.)
|
|
255
|
|
256 * postgresql/configure.ac:
|
|
257 Extract out common configure stuff into
|
|
258 modules/common/configure-{pre,post}.ac.
|
|
259
|
|
260 * postgresql/postgresql.c (WARNING):
|
|
261 Fix warning.
|
|
262
|
|
263 2002-11-17 Ben Wing <ben@xemacs.org>
|
|
264
|
|
265 * ldap/Makefile.in.in:
|
|
266 * ldap/Makefile.in.in (SRCS):
|
|
267 * ldap/Makefile.in.in (SRC_SRCS): Removed.
|
|
268 * ldap/Makefile.in.in (OBJS): Removed.
|
|
269 * ldap/Makefile.in.in (SHELL): Removed.
|
|
270 * ldap/Makefile.in.in (RM): Removed.
|
|
271 * ldap/Makefile.in.in (PROGNAME): Removed.
|
|
272 * ldap/Makefile.in.in (CFLAGS): Removed.
|
|
273 * ldap/Makefile.in.in (INSTALL): Removed.
|
|
274 * ldap/Makefile.in.in (version): Removed.
|
|
275 * ldap/Makefile.in.in (prefix): Removed.
|
|
276 * ldap/Makefile.in.in (exec_prefix): Removed.
|
|
277 * ldap/Makefile.in.in (libdir): Removed.
|
|
278 * ldap/Makefile.in.in (instvardir): Removed.
|
|
279 * ldap/Makefile.in.in (configuration): Removed.
|
|
280 * ldap/Makefile.in.in (moduledir): Removed.
|
|
281 * ldap/Makefile.in.in (with_modules): Removed.
|
|
282 * ldap/Makefile.in.in (srcdir): Removed.
|
|
283 * ldap/Makefile.in.in (VPATH): Removed.
|
|
284 * ldap/Makefile.in.in (CC): Removed.
|
|
285 * ldap/Makefile.in.in (MODARCHDIR): Removed.
|
|
286 * ldap/Makefile.in.in (MAKE_DOCFILE): Removed.
|
|
287 * ldap/Makefile.in.in (MODCFLAGS): Removed.
|
|
288 * ldap/Makefile.in.in (INSTALLPATH): Removed.
|
|
289 * ldap/Makefile.in.in (INSTALL_PROGRAM): Removed.
|
|
290 * ldap/Makefile.in.in (OBJECT_TO_BUILD): Removed.
|
|
291 * ldap/Makefile.in.in (.PHONY): Removed.
|
|
292 * ldap/Makefile.in.in (all): Removed.
|
|
293 * ldap/Makefile.in.in (.c.o): Removed.
|
|
294 * ldap/Makefile.in.in (clean): Removed.
|
|
295 * ldap/Makefile.in.in (distclean): Removed.
|
|
296 * ldap/Makefile.in.in (install): Removed.
|
|
297 Move common stuff into modues/common/Makefile.common. (Also
|
|
298 add extraclean target and a couple of other fixes in that file.)
|
|
299
|
|
300 * ldap/configure.ac:
|
|
301 * ldap/configure.ac (have_ldap):
|
|
302 Extract out common configure stuff into
|
|
303 modules/common/configure-{pre,post}.ac.
|
|
304
|
|
305 2002-11-17 Ben Wing <ben@xemacs.org>
|
|
306
|
|
307 * common/Makefile.common:
|
|
308 * common/Makefile.common (SHELL):
|
|
309 Common stuff is here.
|
|
310
|
1011
|
311 2002-09-20 Steve Youngs <youngs@xemacs.org>
|
|
312
|
|
313 * postgresql/Makefile.in.in (LDFLAGS): Add @ld_switch_all@ to pick
|
|
314 up '--site-libraries'.
|
|
315
|
|
316 * ldap/Makefile.in.in (LDFLAGS): Ditto.
|
|
317
|
996
|
318 2002-08-08 Jerry James <james@xemacs.org>
|
|
319
|
|
320 * auto-autoloads.el: New file containing module autoloads.
|
|
321 * auto-autoloads.elc: Ditto.
|
|
322 * README: Update to reflect the new architecture.
|
|
323 * ldap/configure.ac: New file.
|
|
324 * ldap/configure: Ditto.
|
|
325 * ldap/eldap.h: Copy the version from src.
|
|
326 * ldap/eldap.c: Ditto. Add autoloads.
|
|
327 * ldap/eldap.c (unload_eldap): New function to unstaticpro symbols
|
|
328 defined in this file.
|
|
329 * ldap/install-sh: New script for independent module building.
|
|
330 * ldap/Makefile: Remove in favor of autoconf solution.
|
|
331 * ldap/Makefile.in.in: New file containing the autoconf solution.
|
|
332 * postgresql: New directory.
|
|
333 * postgresql/.cvsignore: New file.
|
|
334 * postgresql/configure.ac: Ditto.
|
|
335 * postgresql/configure: Ditto.
|
|
336 * postgresql/install-sh: New script for independent module
|
|
337 building.
|
|
338 * postgresql/Makefile.in.in: New file.
|
|
339 * postgresql/postgresql.h: Copy the version from src.
|
|
340 * postgresql/postgresql.c: Ditto. Add autoloads.
|
|
341 * sample/Makefile: Move to internal and external subdirectories.
|
|
342 * sample/sample.c: Ditto.
|
|
343 * sample/external: New directory containing sample external
|
|
344 modules.
|
|
345 * sample/external/.cvsignore: New file.
|
|
346 * sample/external/configure.ac: Ditto.
|
|
347 * sample/external/install-sh: Ditto.
|
|
348 * sample/external/Makefile.in.in: New.
|
|
349 * sample/external/sample.c: Move from next higher directory.
|
|
350 * sample/internal: New directory containing sample internal
|
|
351 modules.
|
|
352 * sample/internal/.cvsignore: New file.
|
|
353 * sample/internal/configure.ac: Ditto.
|
|
354 * sample/internal/install-sh: Ditto.
|
|
355 * sample/internal/Makefile.in.in: New.
|
|
356 * sample/internal/sample.c: Move from next higher directory.
|
|
357
|
981
|
358 2002-08-30 Steve Youngs <youngs@xemacs.org>
|
|
359
|
|
360 * XEmacs 21.5.9 "brussels sprouts" is released.
|
|
361
|
933
|
362 2002-07-27 Steve Youngs <youngs@xemacs.org>
|
|
363
|
|
364 * XEmacs 21.5.8 "broccoli" is released.
|
|
365
|
894
|
366 2002-07-02 Stephen J. Turnbull <stephen@xemacs.org>
|
|
367
|
|
368 * XEmacs 21.5.7 "broccoflower" is released.
|
|
369
|
804
|
370 2002-04-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
371
|
|
372 * XEmacs 21.5.6 "bok choi" is released.
|
|
373
|
774
|
374 2002-03-12 Ben Wing <ben@xemacs.org>
|
|
375
|
|
376 * The Great Mule Merge: placeholder.
|
|
377
|
768
|
378 2002-03-05 Stephen J. Turnbull <stephen@xemacs.org>
|
|
379
|
|
380 * XEmacs 21.5.5 "beets" is released.
|
|
381
|
754
|
382 2002-02-14 Sean MacLennan <seanm@seanm.ca>
|
|
383
|
|
384 * base64/base64.c - update Bufpos => Charbpos
|
|
385
|
|
386
|