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