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