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