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