* inline.c, inline.h: New files.
[bpt/guile.git] / ChangeLog
CommitLineData
53c594fc
MV
12001-11-25 Marius Vollmer <mvo@zagadka.ping.de>
2
3 * acconfig.h (HAVE_INLINE): Added template.
4 * configure.in (HAVE_INLINE): Define it when the compiler supports
5 inline functions.
6
7 * libguile.h: Include "libguile/inline.h".
8
a5dc23a7
GH
92001-11-22 Gary Houston <ghouston@arglist.com>
10
11 * HACKING: Modified the Hacking It Yourself section. Removed the
12 version numbers from the tools.
13
73edb48a
GH
142001-11-21 Gary Houston <ghouston@arglist.com>
15
16 * HACKING: Removed reference to no longer practiced * in ChangeLog
17 convention.
18
97f439ab
TTN
192001-11-19 Thien-Thi Nguyen <ttn@glug.org>
20
30bce757
TTN
21 * BUGS (11): Set "fixed: no-need".
22
97f439ab
TTN
23 * TODO (write emacs/patch.el): New item, self-assigned.
24
3faa54e7
RB
252001-11-19 Rob Browning <rlb@defaultvalue.org>
26
27 * configure.in: switch to AC_LIBLTDL_INSTALLABLE so we'll use the
28 system libltdl when it's available. Aside from the normal reasons
29 to prefer installed shared libs, this means other apps that link
30 with libguile and also use libltdl will be more likely to work
31 right.
32
ccee9ab1
TTN
332001-11-17 Dirk Herrmann <D.Herrmann@tu-bs.de>
34
35 * BUGS (4): Set "fixed: 2001-11-17 (1.7.x)".
36
73c844bf
TTN
372001-11-15 Thien-Thi Nguyen <ttn@glug.org>
38
39 * guile-tools.in: Handle command "list" specially: list scripts dir.
40
41 (help): Make more informative.
42
a714e0eb
MV
432001-11-12 Marius Vollmer <mvo@zagadka.ping.de>
44
45 * autogen.sh: Recurse into libltdl directory and invoke autoconf
46 there.
47
bca0bf8d
TTN
482001-11-11 Thien-Thi Nguyen <ttn@glug.org>
49
50 * HACKING: Restrict documentation change log
51 waiver to only apply to ChangeLog files.
52
35656ebc
MV
532001-11-12 Marius Vollmer <mvo@zagadka.ping.de>
54
55 * configure.in: Check for sizes of short, size_t, uintptr_t, and
56 ptrdiff_t. Checking for a size also checks automatically for the
57 existence of the type, so we don't check for the existence of
58 uintptr_t, ptrdiff_t and long long ourselves.
59
a0a9b9ad
TTN
602001-11-10 Thien-Thi Nguyen <ttn@glug.org>
61
62 * BUGS (11): New.
63
b4e15479
SJ
642001-11-07 Stefan Jahn <stefan@lkcc.org>
65
66 * configure.in: Include `win32-socket.o' in the list of object
67 files if networking is enabled on Win32.
68
04bbd6ce
TTN
692001-11-06 Thien-Thi Nguyen <ttn@glug.org>
70
71 * TODO (sync srfi-modules.texi): New, done.
72
2ca222c2 73 * BUGS (9, 10): New.
70debc22 74
8f99e3f3
SJ
752001-11-04 Stefan Jahn <stefan@lkcc.org>
76
77 * NEWS: Corrected remarks about SCM_API.
78
79 * configure.in: Defining USE_DLL_IMPORT definition to indicate
80 usage of DLL import macros in `libguile/__scm.h'.
81 (LIBOBJS): Removed `fileblocks.o' from the list of object files.
82 Somehow Jim Blandy's patch from 1997 did not survive.
83
257b6d40
MV
842001-11-02 Marius Vollmer <mvo@zagadka.ping.de>
85
86 Support for native Win32. Thanks to Stefan Jahn!
04bbd6ce 87
257b6d40
MV
88 * check-guile.in: Replaced `ln -s' by `@LN_S@' to supports
89 build systems which do not have symbolic links.
90 * configure.in: Define AC_LIBTOOL_WIN32_DLL to build clean dlls
91 on Win32 platforms.
04bbd6ce
TTN
92 Checking for `ws2_32.dll', `winsock2.h', add `win32-uname.o'
93 and `win32-dirent.o' and define extra compiler flags necessary
8f99e3f3 94 to build clean dlls.
257b6d40
MV
95 Check for `regcomp()' inside `-lregex'.
96
2ad3278a
TTN
972001-10-26 Thien-Thi Nguyen <ttn@glug.org>
98
99 * BUGS (7, 8): New.
100
c95d1a2d
TTN
1012001-10-25 Thien-Thi Nguyen <ttn@glug.org>
102
103 * BUGS: Expand on file format description.
104
105 (1): Update "fixed" field.
d07db248 106 (2, 3, 4, 5, 6): New.
c95d1a2d 107
4f522b6f
GH
1082001-10-14 Gary Houston <ghouston@arglist.com>
109
110 * configure.in: include sys/types.h when testing uint32_t.
111 thanks to Bill Schottstaedt.
112
f84c3705
MV
1132001-10-14 Marius Vollmer <mvo@zagadka.ping.de>
114
115 * configure.in: Do not use an absolute path for <unistd.h> when
116 checking for return type of usleep. Thanks to Michael Carmack.
117
6768cfba
TTN
1182001-09-30 Thien-Thi Nguyen <ttn@glug.org>
119
120 * BUGS: New file.
121 * Makefile.am (EXTRA_DIST): Add BUGS file.
122
2cbad7d9
TTN
1232001-09-25 Thien-Thi Nguyen <ttn@glug.org>
124
125 * TODO: Add bugfix item to "Eventually".
126
c13f0a90
RB
1272001-09-20 Rob Browning <rlb@defaultvalue.org>
128
129 * configure.in (AC_CONFIG_FILES): add libguile/version.h.
130
1312001-09-11 Rob Browning <rlb@defaultvalue.org>
132
133 * RELEASE: Deleted Ian Grant and Julian Satchell's addresses from
134 the testing list since they're no longer functional.
135
06288138
TTN
1362001-09-04 Thien-Thi Nguyen <ttn@revel.glug.org>
137
138 * TODO:
139 Use outline mode instead of text.
140 Reword protocol explanation.
141 Add "make error-signalling functions more consistent" to Eventually.
142 Move some C-related GOOPS tasks to 1.8.0, take ownership.
143
6f84677a
TTN
1442001-08-31 Thien-Thi Nguyen <ttn@revel.glug.org>
145
146 * HACKING (Sample GDB Initialization File): New section.
147
148 * TODO (1.8.0): Add "move .gdbinit" entry.
149
8c494e99
DH
1502001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
151
152 * TODO: Added some points, and eliminated all done items.
153
154 * acconfig.h, configure.in (SCM_DEBUG_DEPRECATED,
155 SCM_ENABLE_DEPRECATED): Renamed SCM_DEBUG_DEPRECATED to
156 SCM_ENABLE_DEPRECATED with the logic reversed.
157
f7c6b778
DH
1582001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
159
160 * libguile.h: Removed bogus comment, rearranged includes, removed
161 deprecated definitions.
162
8c494e99 163 (LIBGUILEH, SCM_LIBGUILE_H): Renamed <foo>H to SCM_<foo>_H.
f7c6b778 164
cf390da1
TTN
1652001-08-30 Thien-Thi Nguyen <ttn@revel.glug.org>
166
167 * HACKING: Mention libtool ./configure-regeneration requirement.
168
fada26b2
MV
1692001-08-27 Marius Vollmer <mvo@zagadka.ping.de>
170
171 * check-guile.in: Do not include ".libs" in LTDL_LIBRARY_PATH,
172 libltdl provides it itself.
173
11ca8865
NJ
1742001-08-24 Neil Jerram <neil@ossau.uklinux.net>
175
176 * configure.in (AC_CONFIG_FILES): Add per-manual doc directory
177 Makefiles.
cf390da1 178
ab4cd34b
RB
1792001-08-15 Rob Browning <rlb@defaultvalue.org>
180
181 * configure.in
182 (LIBGUILE_INTERFACE_CURRENT): use libtool versioning scheme.
183 (LIBGUILE_INTERFACE_REVISION): use libtool versioning scheme.
184 (LIBGUILE_INTERFACE_AGE): use libtool versioning scheme.
185 (LIBGUILE_INTERFACE): use libtool versioning scheme.
186 (LIBGUILEQTHREADS_INTERFACE_CURRENT): use libtool versioning scheme.
187 (LIBGUILEQTHREADS_INTERFACE_REVISION): use libtool versioning scheme.
188 (LIBGUILEQTHREADS_INTERFACE_AGE): use libtool versioning scheme.
189 (LIBGUILEQTHREADS_INTERFACE): use libtool versioning scheme.
190
191 * GUILE-VERSION (GUILE_MINOR_VERSION): bump for new unstable.
192 (GUILE_MICRO_VERSION): reset for new unstable.
193 (LIBGUILE_INTERFACE_CURRENT): use libtool versioning scheme.
194 (LIBGUILE_INTERFACE_REVISION): use libtool versioning scheme.
195 (LIBGUILE_INTERFACE_AGE): use libtool versioning scheme.
196 (LIBGUILE_INTERFACE): use libtool versioning scheme.
197 (LIBGUILEQTHREADS_INTERFACE_CURRENT): use libtool versioning scheme.
198 (LIBGUILEQTHREADS_INTERFACE_REVISION): use libtool versioning scheme.
199 (LIBGUILEQTHREADS_INTERFACE_AGE): use libtool versioning scheme.
200 (LIBGUILEQTHREADS_INTERFACE): use libtool versioning scheme.
201
b754e3d1
MV
2022001-08-07 Marius Vollmer <mvo@zagadka.ping.de>
203
204 * Makefile.am (EXTRA_DIST, SUBDIRS): Move test-suite from
205 EXTRA_DIST to SUBDIRS.
206
207 * configure.in: Added "test-suite/Makefile".
208
c1151355
MV
2092001-08-01 Marius Vollmer <mvo@zagadka.ping.de>
210
211 * configure.in: Added `--disable-linuxthreads' option and do not
212 define GUILE_PTHREAD_COMPAT nor link with -lpthread when it is
213 given. Thanks to Cris Cramer!
214
11057044
MV
2152001-07-23 Marius Vollmer <mvo@zagadka.ping.de>
216
217 * Makefile.am (SUBDIRS): Build libguile before ice-9.
218
f3805ebb
MV
2192001-07-22 Marius Vollmer <mvo@zagadka.ping.de>
220
221 * configure.in: Check for "inttypes.h".
222
e658215a
RB
2232001-07-19 Rob Browning <rlb@defaultvalue.org>
224
225 * configure.in: add checks for setitimer and getitimer.
226 Add --enable-error-on-warning.
227
c0b2936e
MG
2282001-07-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
229
230 * INSTALL, Makefile.am, configure.in: Updated copyright notice.
231
8f2ecec5
TTN
2322001-07-15 Thien-Thi Nguyen <ttn@revel.glug.org>
233
234 * HACKING: Remove onerous authorship-info deletion clause.
235
065509a5
KN
2362001-07-13 Keisuke Nishida <knishida@nurs.or.jp>
237
238 * autogen.sh: Call libtoolize with --force.
239
d76852e3
TTN
2402001-07-10 Thien-Thi Nguyen <ttn@revel.glug.org>
241
242 * INSTALL: Point to HACKING for tool versions.
243
fd6c6321
RB
2442001-07-08 Rob Browning <rlb@defaultvalue.org>
245
04860df7
RB
246 * TODO: updated to include relevant itemized post-1.6-RELEASE
247 tasks that are distributable so we can check them off as they are
248 done, and delete 1.6.0 tasks.
249
250 * RELEASE: add a note that the RELEASE instructions are out of
251 date now that we're using branches.
252
fd6c6321
RB
253 * AUTHORS: add "many files throughout" for myself.
254
8d123036
TTN
2552001-06-28 Thien-Thi Nguyen <ttn@revel.glug.org>
256
257 * README: Also mention guile-tools.
258
259 * README: Mention libguile-srfi-*, oop/*, scripts/* and srfi/*.
260
32d6f999
TTN
2612001-06-27 Thien-Thi Nguyen <ttn@revel.glug.org>
262
263 * RELEASE: Move todo items to file TODO.
264
265 * TODO: Initial revision
266
a4734913
TTN
267 * Makefile.am (EXTRA_DIST): Add TODO.
268
dbfadc85
TTN
269 * HACKING: Refer to TODO and SNAPSHOTS.
270 No longer refer to devel/tasks.text.
271
272 * SNAPSHOTS: Fix reference bug; recommended tool
273 versions are in HACKING.
274
f6b3694a
TTN
275 * TODO: Add completion and ownership protocol to header comments.
276
3cd085d0
TTN
277 * RELEASE: Add TODO-processing to spiffing checklist.
278
9c3955ff
TTN
279 * HACKING: Update deprecation procedure to refer to TODO.
280
17383b7c
ML
2812001-06-27 Michael Livshin <mlivshin@bigfoot.com>
282
283 * autogen.sh: don't run flex here.
284
285 * HACKING: clarify that newer versions of flex should be just
286 fine.
287
82893676
MG
2882001-06-26 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
289
290 * HACKING, ANON-CVS: Removed mentioning of guile-doc CVS module.
291
292 * configure.in: Added some header and function checks.
293
f2ae4555
NJ
2942001-06-25 Neil Jerram <neil@ossau.uklinux.net>
295
296 * autogen.sh: Quoting fix for `--enable-maintainer-mode'.
297
4172703a
MV
2982001-06-25 Marius Vollmer <mvo@zagadka.ping.de>
299
300 * autogen.sh: Added message about what to do next. Tell them to
301 use `--enable-maintainer-mode'.
302
093e7da4
ML
3032001-06-25 Michael Livshin <mlivshin@bigfoot.com>
304
305 * HACKING: mention flex.
306
307 * autogen.sh: generate libguile/c-tokenize.c.
308
6b41a313
MG
3092001-06-20 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
310
311 * libguile.h: Removed inclusion of libguile/tag.h.
312
eb6c2de8
MV
3132001-06-16 Marius Vollmer <mvo@zagadka.ping.de>
314
315 * libguile.h (scm_cond_t, scm_key_t, scm_mutex_t): Only define
316 these when using threads.
317
4ff9f825
MV
3182001-06-14 Marius Vollmer <mvo@zagadka.ping.de>
319
4927dd28
MV
320 * libguile.h: Added deprecated section with the olde type names.
321
4ff9f825
MV
322 * configure.in: Check for header <stdint.h>. Check for uintptr_t
323 type. Use AC_CHECK_TYPES for this. Do not caus ptrdiff_t to be
324 `#defined'.
325
326 * acconfig.h (ptrdiff_t): Removed.
327
e01970a5
MG
3282001-06-05 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
329
330 * configure.in: Generate examples/box-dynamic-module/Makefile.
331
c794483c
MV
3322001-06-03 Marius Vollmer <mvo@zagadka.ping.de>
333
334 * configure.in (AC_CONFIG_FILES, AC_CONFIG_COMMANDS): Add
335 guile-snarf.
336
9454d8d5
RB
3372001-06-02 Rob Browning <rlb@cs.utexas.edu>
338
339 * configure.in: changes for autoconf 2.50.
340 (AC_PREREQ): require at least autoconf 2.50.
341 (AC_INIT): no longer takes an arg.
342 (AC_CONFIG_SRCDIR): takes arg AC_INIT used to take.
343 (AC_STRUCT_ST_RDEV): changed -> AC_CHECK_MEMBERS.
344 (AC_STRUCT_ST_BLKSIZE): deprecated -> AC_CHECK_MEMBERS.
345 (AC_STRUCT_ST_BLOCKS): use it rather than our version.
346 (AC_CONFIG_FILES): now generated files go here, not in AC_OUTPUT.
347 (AC_CONFIG_COMMANDS): now actions go here, not in AC_OUTPUT.
348 (AC_OUTPUT): no longer takes args.
32d6f999 349
9454d8d5
RB
350 * acinclude.m4: AC_LANG not a variable now -- use __cplusplus
351 unconditionally .
352
114f9bab
MV
3532001-06-02 Marius Vollmer <mvo@zagadka.ping.de>
354
355 * configure.in: Check for mkstemp via AC_REPLACE_FUNCS. Thanks to
356 I. N. Golubev!
357
ee2718a9
MG
3582001-06-01 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
359
360 * configure.in: Generate examples/box-dynamic/Makefile.
361
2de7ddb7
MG
3622001-05-31 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
363
364 * Makefile.am (EXTRA_DIST): New subdirectory `examples'.
365
366 * configure.in: Added all Makefiles in the `examples' directory to
367 AC_OUTPUT.
368
f501d0d4
ML
3692001-05-31 Michael Livshin <mlivshin@bigfoot.com>
370
371 * configure.in: generate guile-snarf-docs & guile-snarf-docs-texi.
372 don't generate guile-snarf.awk.
373
374 * Makefile.am (EXTRA_DIST): add test-suite.
375
1db81cb0
ML
3762001-05-28 Michael Livshin <mlivshin@bigfoot.com>
377
378 * check-guile.in: fix to be runnable when srcdir!=builddir.
379
f3f70257
ML
3802001-05-26 Michael Livshin <mlivshin@bigfoot.com>
381
382 revert the controversial part of the 2001-05-23 changes
383
1be6b49c
ML
3842001-05-23 Michael Livshin <mlivshin@bigfoot.com>
385
386 * configure.in: configury for SCM_[U]BITS_T, some more sizeofs.
387 also, make sure that the integral type choosen to represent an SCM
388 has exactly the same size as a void pointer.
389
390 * acconfig.h: add undefs for SCM_BITS_T, SCM_UBITS_T,
391 SCM_SIZEOF_BITS_T, ptrdiff_t.
392
c81ea65d
RB
3932001-05-16 Rob Browning <rlb@cs.utexas.edu>
394
395 * configure.in: add AC_SUBST for GUILE_MICRO_VERSION.
396
397 * GUILE-VERSION
398 (GUILE_VERSION): now MAJOR.MINOR.MICRO
399 (GUILE_MICRO_VERSION): new variable, records final revision.
400 i.e. the 5 in 1.6.5. MINOR_VERSION is now just the middle number,
401 i.e. the 6.
402
887dfa7d
DH
4032001-05-16 Dirk Herrmann <D.Herrmann@tu-bs.de>
404
405 * acconfig.h, configure.in: Renamed
406 GUILE_WARN_DEPRECATED_DEFAULT to SCM_WARN_DEPRECATED_DEFAULT.
407
11bbab47
MV
4082001-05-15 Marius Vollmer <mvo@zagadka.ping.de>
409
410 * acinclude.m4: Removed copy of "libtool.m4".
411
5cd06d5e
DH
4122001-05-14 Dirk Herrmann <D.Herrmann@tu-bs.de>
413
414 * configure.in (SCM_DEBUG_DEPRECATED): Always defined.
415
a232c19e
TTN
4162001-05-13 Thien-Thi Nguyen <ttn@revel.glug.org>
417
928f20fb
TTN
418 * AUTHORS (Martin Grabmueller, Thien-Thi Nguyen): Update.
419
a232c19e
TTN
420 * HACKING: Update copyright.
421 Add blurb pointing to devel/tasks.text.
422
c8750173
TTN
4232001-05-11 Thien-Thi Nguyen <ttn@revel.glug.org>
424
425 * check-guile.in: For SRFI testing, set and export env
426 var `LTDL_LIBRARY_PATH'.
427
75141eb0
NJ
4282001-05-07 Neil Jerram <neil@ossau.uklinux.net>
429
430 * AUTHORS: Add docs-related authorship details.
431
c10ecc4c
MV
4322001-05-05 Marius Vollmer <mvo@zagadka.ping.de>
433
434 * configure.in (--enable-deprecated): Recognize "shutup" option
435 argument and turn it into the default warning level "no".
436
018a53a1
GH
4372001-05-05 Gary Houston <ghouston@arglist.com>
438
439 * acconfig.h: add HAVE_IPV6.
440 * configure.in: check whether we can compile with IPv6 support.
441
26f798bd
TTN
4422001-05-04 Thien-Thi Nguyen <ttn@revel.glug.org>
443
444 * guile-tools.in: New file.
445
446 * configure.in (AC_OUTPUT): Add guile-tools, and make
447 executable.
448
449 * Makefile.am (bin_SCRIPTS): New var.
450
c5316ea3
GH
4512001-05-04 Gary Houston <ghouston@arglist.com>
452
453 * configure.in: check whether uint32_t is defined when netdb.h
454 is included.
455 acconfig.h: added HAVE_UINT32_T.
456
7440341c
MV
4572001-05-02 Marius Vollmer <mvo@zagadka.ping.de>
458
459 * configure.in: Added handling of `--enable-deprecated'.
460
461 * acconfig.h (SCM_DEBUG_DEPRECATED,
462 GUILE_WARN_DEPRECATED_DEFAULT): Added.
463
14a7d5f8
TTN
4642001-04-29 Thien-Thi Nguyen <ttn@revel.glug.org>
465
466 * Makefile.am (SUBDIRS): Add "scripts".
467
468 * configure.in (AC_OUTPUT): Add scripts/Makefile.
469
7e267da1
GH
4702001-04-29 Gary Houston <ghouston@arglist.com>
471
472 * libguile.h: include rw.h.
473
f2a75d81
RB
4742001-04-27 Rob Browning <rlb@cs.utexas.edu>
475
476 * GUILE-VERSION (GUILE_MINOR_VERSION): change to 5.0, switching to
477 the new odd/even ustable/stable version numbering scheme.
478 (LIBGUILEQTHREADS_MAJOR_VERSION): change to 10 to match Debian and
479 libguile. In the future, libguile and libguileqthreads may not
480 stay in sync. This still doesn't appear to affect
481 libguileqthreads, but we'll fix that next.
482
1f7a1dc9
MG
4832001-04-25 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
484
485 * configure.in: Don't treat srfi directory specially, just create
486 the Makefile there (thanks to Neil Jerram for the patch).
487
6c44688a
MG
4882001-04-23 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
489
490 * Makefile.am (SUBDIRS): Added `srfi'.
491
492 * configure.in: Added subdirectory `srfi' to build process.
493
494 * libguile.h: Added inclusion of `values.h'.
495
2a0ef8b7
GH
4962001-04-22 Gary Houston <ghouston@arglist.com>
497
498 * configure.in: check for inet_pton and inet_ntop.
499
67641981
GH
5002001-04-20 Gary Houston <ghouston@arglist.com>
501
502 * acconfig.h: include HAVE_SIN6_SCOPE_ID.
503 * configure.in: check for sin6_scope_id in sockaddr_in6.
504
a9d861e3
MD
5052001-04-19 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
506
507 * RELEASE: Added deprecated macro SCM_ARRAY_CONTIGUOUS
508
31e74a57
GH
5092001-04-17 Gary Houston <ghouston@arglist.com>
510
511 * configure.in: run the autoconf BIGENDIAN check.
512
0da6608d
DH
5132001-04-12 Niibe Yutaka <gniibe@m17n.org>
514
515 * GUILE-VERSION (LIBGUILEQTHREADS_MAJOR_VERSION,
516 LIBGUILEQTHREADS_MINOR_VERSION, LIBGUILEQTHREADS_REVISION_VERSION,
517 LIBGUILEQTHREADS_VERSION): Added libguileqthreads version info.
518
519 * configure.in: Likewise.
520
f22ed5a0
KN
5212001-04-11 Keisuke Nishida <kxn30@po.cwru.edu>
522
523 * configure.in (AC_CHECK_FUNCS): Don't check bzero.
524 (GUILE_FUNC_DECLARED): Removed checking of bzero.
525 Thanks to NIIBE Yutaka.
526
f2e61fc1
MD
5272001-04-10 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
528
529 * Undeprecated scm_init_oop_goopscore_module.
530
72f1168d
TTN
5312001-03-25 Thien-Thi Nguyen <ttn@revel.glug.org>
532
533 * check-guile.in: Fix sh standard conformance bug: Replace
534 "test -e" with "test -f". Thanks to Alexander Klimov.
535
a4928305
GH
5362001-03-19 Gary Houston <ghouston@arglist.com>
537
538 * check-guile.in: rename $parent to $srcdir. if it's equal to "."
539 set it to `pwd`.
540
66301f9a
GH
541 * check-guile.in: 16 documentation tests were failing if "make
542 check" was run before Guile had been installed with the current
543 --prefix. made various changes to the script so that it runs
544 without a cd to the test-suite directory. For the -i option,
545 don't point GUILE_LOAD_PATH to the current directory, but let it
546 use it's own scheme library.
547
51cfd7da
GH
5482001-03-18 Gary Houston <ghouston@arglist.com>
549
550 * check-guile.in: use @srcdir@ instead of @test_suite_dir@. use
551 the current directory (build dir) not srcdir to find guile
552 executable. otherwise "make check" doesn't work with a separate
553 build directory. create the test log in
554 $build_dir/check-guile.log instead of in srcdir/test-suite
555 directory.
556 * configure.in: don't define or substitute test_suite_dir.
557
e9e225e5
GH
5582001-03-17 Gary Houston <ghouston@arglist.com>
559
560 * configure.in: don't append threads.doc to EXTRA_DOT_DOC_FILES,
561 since EXTRA_DOT_DOC_FILES is redefined later. define
562 EXTRA_DOT_X_FILES and hand it to AC_SUBST.
563
94e6d793
MG
5642001-03-09 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
565
566 * configure.in: Added header checks for crypt.h, sys/resource.h
567 and sys/file.h, function checks for chroot, flock, getlogin,
568 cuserid, getpriority, setpriority, getpass, sethostname,
569 gethostname, and for crypt() in libcrypt.
570
fff043ab
NJ
5712001-03-09 Neil Jerram <neil@ossau.uklinux.net>
572
573 * configure.in (htmldoc): Merge handling of `--enable-htmldoc'
574 option from guile-doc/configure.in.
575
d42df055
DH
5762001-03-06 Dirk Herrmann <D.Herrmann@tu-bs.de>
577
578 * libguile.h: Removed #include "libguile/dump.h".
579
ec896089
KN
5802001-02-02 Keisuke Nishida <kxn30@po.cwru.edu>
581
582 * libguile.h: Added #include "libguile/dump.h".
583
c2886a5a
MD
5842001-01-29 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
585
586 * libguile.h: Added #include "libguile/rdelim.h".
587
1ff7abbe
DH
5882001-01-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
589
590 The following patch was sent by Thien-Thi Nguyen.
591
592 * check-guile.in: New file.
593
594 * Makefile.am: Add TESTS rule.
595
596 * configure.in: Add support for "make check".
597
f0942910
DH
5982000-11-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
599
600 * acconfig.h: Removed bogus #ifndef. Thanks to Lars J. Aas.
601
14f1d9fe
MD
6022000-10-25 Mikael Djurfeldt <mdj@linnaeus.mit.edu>
603
604 * GUILE-VERSION (LIBGUILE_MAJOR_VERSION): Incremented major
605 version number to 10 due to the merge of GOOPS.
606
607 * oop: New directory.
608
e4dba4c7
KN
6092000-09-20 Keisuke Nishida <kxn30@po.cwru.edu>
610
467ab77e 611 * libguile.h: #include "libguile/properties.h".
e4dba4c7 612
45605b53
GH
6132000-09-17 Gary Houston <ghouston@arglist.com>
614
615 * configure.in, acconfig.h: remove the GCSE test: it doesn't seem
616 to be reliable on all platforms.
617
e494e76d
GH
6182000-08-18 Gary Houston <ghouston@arglist.com>
619
620 * acconfig.h: added BROKEN_GCSE.
621 * configure.in: check for a gcc GCSE optimisation bug.
622
42aae633
GH
6232000-07-31 Gary Houston <ghouston@arglist.com>
624
625 * acconfig.h: added HAVE_H_ERRNO
626 * configure.in: removed some dnl'd & obsolete cygwin stuff.
627 added a test for h_errno.
628
f9ed377d
MD
6292000-06-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
630
631 * Guile 1.4 released.
632
b5074b23
MD
6332000-06-20 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
634
635 * GUILE-VERSION: Changed to work also when included by a Makefile
636 (e.g. debian/rules). (Thanks to Karl M. Hegbloom.)
637 (LIBGUILE_MAJOR_VERSION): Bumped to 9.
638 (GUILE_MINOR_VERSION): Bumped to 4.
639
f43aac9a
MD
6402000-06-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
641
a8861fa0
MD
642 * libguile.h: Removed #include "libguile/kw.h".
643
9a8a1e8a
MD
644 * Makefile.am (ACLOCAL): Define as ./guile-aclocal.sh.
645 (The rule will cd to $(top_srcdir).)
646
647 * configure.in (EXTRA_DOT_DOC_FILES): Create from LIBOBJS and
648 substitute it into libguile/Makefile.
649
f43aac9a
MD
650 * HACKING: Updated recommended libtool version to be 1.3.5.
651
652 * RELEASE: Say that we should update HACKING to reflect the
653 versions of the tools we're using rather than README.
654
5cb6f99c
MD
6552000-06-02 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
656
657 * NOTES: Removed.
658
659 * TODO: Moved to devel/.
660
3ff0d90a
CB
6612000-06-01 Craig Brozefsky <craig@red-bean.com>
662
663 * GUILE-VERSION: added defnitions for LIBGUILE_MAJOR_VERSION,
664 LIBGUILE_MINOR_VERSION, LIBGUILE_REVISION_VERSION so that we now
665 define libguile.so version in a well-lit place.
666
667 * configure.in: added AC_SUBST lines for the new LIBGUILE version
668 variables.
72f1168d 669
65545721
ML
6702000-06-01 Michael Livshin <mlivshin@bigfoot.com>
671
672 * autogen.sh: call ./guile-aclocal.sh instead of aclocal.
72f1168d 673
65545721
ML
674 * guile-aclocal.sh: new file, works around aclocal problems.
675
b2728432
DH
6762000-05-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
677
678 * acconfig.h (USE_FSU_PTHREADS, USE_MIT_PTHREADS,
679 USE_PCTHREADS_PTHREADS): Removed.
680
7f5fa419
GH
6812000-05-01 Gary Houston <ghouston@arglist.com>
682
683 * Makefile.am: add include_HEADERS.
684 libguile.h: moved from libguile directory. maybe libguile.h should
685 be installed in $prefix/include/libguile/libguile.h instead?
686
9764c29b
MD
6872000-04-21 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
688
e415cb06
MD
689 * qthreads.m4: Removed THREADS_CPPFLAGS.
690
691 * acinclude.m4: Removed qthreads macros. They are provided in
692 qthreads.m4, so these were redundant.
693
9764c29b
MD
694 * acconfig.h (GUILE_DEBUG_MALLOC): New.
695
696 * configure.in: New --enable-debug-malloc configuration option.
697
1978b33e
MD
6982000-03-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
699
700 * acconfig.h (GUILE_PTHREAD_COMPAT): New config variable.
701
702 * configure.in: Enable workaround for COOP-linuxthreads
64e3bf6c 703 compatibility on Linux systems.
1978b33e 704
55a85c78
MD
7052000-03-19 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
706
707 * devel: New directory. Intended to carry documentation related
708 to Guile development (as opposed to the doc directory which
709 contains documentation related to the use of the current Guile).
710 This directory (devel) is not included in the Guile distribution,
711 but is accessible via anonymous CVS.
712
fdc7ea2d
MD
7132000-03-13 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
714
715 * configure.in: Don't add iselect.o to LIBOBJS.
716
31d8abce
MD
7172000-03-13 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
718
719 * configure.in: Added end-tag for local variables. (Thanks to
720 Thien-Thi Nguyen.)
721
244fdc2f
GH
7222000-03-12 Gary Houston <ghouston@arglist.com>
723
724 * README (Guile Documentation, About This Distribution): updated.
725
f3b5e185
MD
7262000-03-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
727
728 * configure.in (ac_cv_struct_timespec): Added test for struct
729 timespec.
730
731 * acconfig.h (HAVE_STRUCT_TIMESPEC): Added.
732
3a721413
MV
7332000-01-25 Marius Vollmer <mvo@zagadka.ping.de>
734
735 * autogen.sh: Call libtoolize. Pass --add-missing option to
736 automake. Do not decent into libltdl directory. The libltdl
737 directory is now populated by libtoolize and does not need any
738 further autogeneration.
739
d831b039
GH
7402000-01-23 Gary Houston <ghouston@arglist.com>
741
742 * configure.in: check for fchown.
743
a0a7b83b
MD
744Tue Jan 18 12:55:15 2000 Mikael Djurfeldt <mdj@r11n07-s.pdc.kth.se>
745
746 * acinclude.m4 (AC_LIBLTDL_CONVENIENCE): Add $(top_srcdir)/libltdl
747 instead of $(top_builddir)/libltdl to includepath.
748
56cfe22b
MD
7492000-01-18 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
750
751 * emacs: New subdirectory for elisp tools.
752
657fcb5a
MV
7532000-01-15 Marius Vollmer <mvo@zagadka.ping.de>
754
755 * README, HACKING: Moved "Hacking it yourself" section from README
756 to HACKING. Updated recommended libtool version to be 1.3.4.
757
dc914156
GH
7582000-01-14 Gary Houston <ghouston@arglist.com>
759
760 * configure.in: needs to have --disable-networking, not
761 --disable-net.
762
fb4956c9
MD
7632000-01-12 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
764
765 * libltdl/acconfig.h: New file: Needed by autogen.sh.
766
88423ab1
GB
767Tue Jan 11 13:42:35 2000 Greg J. Badros <gjb@cs.washington.edu>
768
769 * autogen.sh: Added messages as we run autogen in subdirectories.
770
771 * configure.in: Output libugile/guile-func-name-check script, and
72f1168d 772 chmod +x it.
88423ab1 773
0d90b76d
MV
7742000-01-11 Marius Vollmer <mvo@zagadka.ping.de>
775
776 * libltdl/autogen.sh: New file.
777 * autogen.sh: Invoke libltdl/autogen.sh.
778
7792000-01-09 Marius Vollmer <mvo@zagadka.ping.de>
780
781 Finally applied the libltdl patch from Thomas Tanner, with slight
782 modifications. All code copied from the libtool package is from
783 libtool-1.3.4.
784
785 * configure.in: Make "--with-modules=yes" the default. Do not
786 clear INCLTDL, LIBLTDL prior to processing "--with-modules".
72f1168d 787
0d90b76d
MV
788 1999-07-25 Thomas Tanner <tanner@ffii.org>
789
790 * Makefile.am: add libltdl to SUBDIRS, automake automatically
791 includes ltconfig, ltmain.sh and acconfig.h in EXTRA_DIST
792 * acinclude.m4: remove GUILE_DLSYM_USCORE, add libtool.m4
793 (no need to install libtool any more)
794 * configure.in: replace --enable-dynamic-linking with
795 --with-modules, required modules can be specified using
796 --with-modules="/path/to/mod.la" and will be linked
797 statically on platforms that don't support dynamic loading,
798 configure libltdl, configure libtool for dlopening
799 * libltdl: added using libtoolize -c --ltdl
800
38c1d3c4
GH
8012000-01-09 Gary Houston <ghouston@arglist.com>
802
803 * configure.in: check whether localtime caches TZ. copied from
804 Emacs 20.5.
805 * acconfig.h: add LOCALTIME_CACHE.
806
dceef6be
GB
807Tue Dec 14 09:12:22 1999 Greg J. Badros <gjb@cs.washington.edu>
808
809 * configure.in: Make it be guile-snarf.awk, since we'll be
810 switching names for guile-doc-snarf. (I wouldn't have changed
811 this, but I was getting ready to commit this way when the below
812 change was committed).
813
763a6716
MD
8141999-12-14 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
815
816 * configure.in: Create guile-doc-snarf.awk.
817
6aca8c6c
GB
8181999-12-12 Greg J. Badros <gjb@cs.washington.edu>
819
72f1168d 820 * configure.in: Create guile-doc-snarf, chmod +x that script after
6aca8c6c
GB
821 AC_OUTPUTted.
822
8231999-12-10 Greg J. Badros <gjb@cs.washington.edu>
6e706938
GB
824
825 * NEWS: More complete description for --enable-debug-freelist.
826
aee8ca3f
GH
8271999-12-09 Gary Houston <ghouston@freewire.co.uk>
828
829 * configure.in (CFLAGS): don't add -Wpointer-arith, since it
830 causes numerous spurious warnings with recent gcc and/or glibc
831 versions.
832
afe5177e
GH
8331999-11-19 Gary Houston <ghouston@freewire.co.uk>
834
835 * acconfig.h: add HAVE_ARRAYS.
836
837 * configure.in: add --disable-arrays option, probably temporary.
838
5c11cc9d
GH
8391999-11-17 Gary Houston <ghouston@freewire.co.uk>
840
841 * configure.in: check for hstrerror.
842
5d94b2fe
JB
8431999-10-05 Jim Blandy <jimb@savonarola.red-bean.com>
844
e8ff4648
JB
845 * autogen.sh: Don't call autoreconf at all; it's not reliable.
846 Instead, call the various tools explicitly. Invoke
847 guile-readline's autogen.sh script.
0cbedb5b
JB
848
849 Straighten up the situation regarding guile.m4 and qthreads.m4.
72f1168d 850
0cbedb5b
JB
851 We can't have .m4 files which are installed where aclocal can
852 see them, but also used by guile's own configure.in, because
853 aclocal will read both copies, complain about duplicate macro
854 definitions, and refuse to generate aclocal.m4 at all. This
855 happens if you invoke it as `aclocal -I .', as autoreconf does.
856 This is probably a flaw in the autotools, but Guile doesn't need
857 that flaw fixed immediately.
858
859 guile.m4 is intended for use by people linking against guile, so
860 it needs to be installed. But Guile itself doesn't use it. So
861 move guile.m4 into guile-config. That makes sense, since
862 guile.m4's GUILE_FLAGS macro is just an easy way to call
863 guile-config.
864
865 qthreads.m4 is indented to help configure a qthreads tree. It's
866 only useful to a package which actually includes a qthreads tree,
867 and it's intimately related to that tree, so it's not useful to
868 install this. So don't install it.
869
870 * guile.m4: Moved to guile-config.
871 * Makefile.am (aclocaldir, aclocal_DATA): Delete.
872 (EXTRA_DIST): Move qthreads.m4 here.
873
5d94b2fe
JB
874 Don't store generated files in the repository any more. Instead,
875 require people to run autogen.sh on trees from snapshots and CVS.
0cbedb5b 876 * Makefile.in, aclocal.m4, configure: Deleted.
5d94b2fe
JB
877 * autogen.sh: New file.
878 * ANON-CVS, SNAPSHOTS: Updated instructions.
879
dc4d930b
JB
8801999-10-02 Jim Blandy <jimb@zwingli.cygnus.com>
881
882 * acconfig.h (HAVE_POSIX, HAVE_NETWORKING): Add comments.
883
6e706938 8841999-09-27 Greg J. Badros <gjb@cs.washington.edu>
15526538
GB
885
886 * configure.in: Added --enable-debug-freelist option.
887
fca7547b 888 * acconfig.h: Added GUILE_DEBUG_FREELIST.
15526538 889
52cfc69b
GH
8901999-09-23 Gary Houston <ghouston@freewire.co.uk>
891
892 * acconfig.h: add HAVE_POSIX, HAVE_NETWORKING. remove FD_SETTER,
893 FILE_CNT_FIELD, FILE_CNT_GPTR, FILE_CNT_READPTR.
894
895 * configure.in: new options --disable-posix, --disable-net
896 and --disable-regex
897 export HAVE_POSIX and HAVE_NETWORKING definitions.
898 don't add regex-posix.o to LIBOBJS if regex disabled.
899
900 LIBOBJS: add filesys.c, posix.c, net_db.c, socket.c,
901 conditionally.
902
bab4e1cc
JB
9031999-09-25 Jim Blandy <jimb@savonarola.red-bean.com>
904
905 * Guile 1.3.4 released.
906
fc97c626
JB
9071999-09-22 Jim Blandy <jimb@savonarola.red-bean.com>
908
909 * configure.in: Call AM_PROG_CC_STDC before AM_PROG_LIBTOOL, so
910 libtool knows how to get ANSI C behavior from the compiler.
911 * configure: Regenerated.
912
7ee92fce
GH
9131999-09-20 Gary Houston <ghouston@freewire.co.uk>
914
915 * configure.in: check availability of siginterrupt.
916
08b8c694
GH
9171999-09-18 Gary Houston <ghouston@freewire.co.uk>
918
919 * configure.in: use AC_SYS_RESTARTABLE_SYSCALLS instead of
920 testing for SA_RESTART.
921
7cdbcc7d
MD
9221999-09-12 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
923
924 * configure.in: Removed ice-9/version.scm from AC_OUTPUT.
925
e1f20ec6
JB
9261999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
927
928 * configure.in (GUILE_STAMP): Don't set this variable, or
929 substitute it into anything. Full explanation in ice-9/ChangeLog.
930 * configure, Makefile.in: Regenerated.
72f1168d 931
ffe70f9c
JB
9321999-09-06 James Blandy <jimb@mule.m17n.org>
933
934 Propagate the changes of 2 Sept the rest of the way through.
935 * configure: Regenerated.
936 * Makefile.in: Regenerated. Not sure why this diff is so big.
937
e127c348
JB
9381999-09-02 Jim Blandy <jimb@savonarola.red-bean.com>
939
940 * acinclude.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): Fix typo in
941 variable name. (Thanks to Bill Schottstaedt.)
9918cf63 942 * aclocal.m4: Regenerated.
e127c348 943
655f19ab
MD
9441999-09-02 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
945
946 * configure.in: Test for presence of function on_exit.
947
b074884f
JB
9481999-09-01 James Blandy <jimb@mule.m17n.org>
949
950 * configure.in: Use AC_REPLACE_FUNCS to grab libguile/memmove.c if
951 the system doesn't have memmove. Don't test for memmove and bcopy
952 with AC_CHECK_FUNCS.
953 * configure: Regenerated.
954
a7098335
MD
9551999-08-30 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
956
957 * configure.in: Test for atexit.
958
9a26d6f9
MD
9591999-08-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
960
b030b39b
MD
961 * acinclude.m4: Updated. (Thanks to Karl Eichwalder.)
962
9a26d6f9
MD
963 * configure.in: Test for presence of S_ISLNK in sys/stat.h.
964 (Thanks to Bernard Urban.)
965 Test for memmove and bcopy. (Thanks to
a7098335 966 suzukis@file.phys.tohoku.ac.jp.)
9a26d6f9
MD
967
968 * acconfig.h: Added HAVE_S_ISLNK.
969
a05cba61
JB
9701999-08-20 James Blandy <jimb@mule.m17n.org>
971
0a852b94
JB
972 * Guile 1.3.2 released.
973
a05cba61
JB
974 * Makefile.in: Regenerated.
975
f29f2933
MD
9761999-07-24 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
977
978 * README, config.guess, config.sub, liconfig, ltmain.sh: Switched
979 to libtool-1.3.3.
980
0e8a8468
MV
9811999-07-22 Marius Vollmer <mvo@zagadka.ping.de>
982
983 Added guile-readline subdirectory with the removed readline
984 support.
985 * guile-readline: New directory, see ChangeLog there.
986 * configure.in: Cause configure to descend into guile-readline
987 dir.
988 * Makefile.am: Likewise for make.
989 * NEWS: Explain how to activate the readline support.
990 * configure, Makefile.in: Regenerated.
72f1168d 991
3144e1a9
JB
9921999-07-19 Jim Blandy <jimb@savonarola.red-bean.com>
993
994