* Makefile.am (libpath.h, cpp_err_symbols.c, cpp_sig_symbols.c):
[bpt/guile.git] / libguile / ChangeLog
1 Sun Apr 27 17:57:15 1997 Jim Blandy <jimb@floss.cyclic.com>
2
3 * aclocal.m4: Removed; unnecessary, given changes of Apr 24.
4
5 * Makefile.am (modincludedir): Use "ice-9" instead of "@module@";
6 we're not using AM_INIT_GUILE_MODULE any more.
7 * Makefile.in: Reneregated.
8
9 Thu Apr 24 00:41:08 1997 Jim Blandy <jimb@floss.cyclic.com>
10
11 Functions for finding variable bindings, grace à Tim Pierce.
12 * * gh_data.c (gh_lookup, gh_module_lookup): New functions.
13 * gh.h (gh_lookup, gh_module_lookup): New prototypes.
14
15 Get 'make dist' to work again.
16 * Makefile.am (EXTRA_DIST): Remove PLUGIN files.
17 * Makefile.in: Regenerated, like a surry without a fringe on top.
18
19 Changes for reduced Guile distribution: one configure script,
20 no plugins.
21 * configure.in, configure: Removed.
22 * acconfig.h, acinclude.m4: Moved to parent directory, where the
23 real configure script lives.
24 * Makefile.in, scmconfig.h.in: Regenerated.
25
26 * init.c: #include "script.h", to get prototype for script.c's
27 init function.
28
29 Wed Apr 23 21:25:39 1997 Jim Blandy <jimb@floss.cyclic.com>
30
31 * gh_data.c (gh_scm2newstr, gh_symbol2newstr): Use
32 scm_must_malloc, not raw malloc.
33
34 * script.c (scm_compile_shell_switches): Dyke out debugging output
35 code.
36
37 Mon Apr 21 05:00:32 1997 Gary Houston <ghouston@actrix.gen.nz>
38
39 * eq.c (scm_equal_p): use "SCM_TYP7SD", not "SCM (TYP7SD".
40
41 * stime.c: include both <sys/times.h> and <sys/timeb.h> if the
42 system has them. Hope this is safe. Previously
43 sys/timeb.h was included if HAVE_FTIME was defined or if
44 HAVE_SYS_TIMEB_H was defined but HAVE_SYS_TIMES_H was not,
45 but IRIX iris 5.3 apparently has ftime but not sys/timeb.h.
46
47 * ioext.c (scm_setfileno): add missing third argument to
48 scm_misc_error call.
49
50 Sun Apr 20 15:09:31 1997 Jim Blandy <jimb@totoro.cyclic.com>
51
52 * eq.c (scm_equal_p): Correctly compare strings of different
53 varieties. (Thanks to Tim Pierce.)
54
55 Sat Apr 19 03:59:02 1997 Jim Blandy <jimb@floss.cyclic.com>
56
57 * read.c (skip_scsh_block_comment): SCSH says the !# that ends a
58 #! block comment must occur on a line all by itself.
59
60 Move most of the guts of shell command processing into libguile,
61 so guile.c can be very small (and eventuallly auto-generated. (I
62 mean, generated mechanically, not self-generated. Hmm.))
63 * guile.c, script.c, script.h: New source files.
64 * init.c (scm_boot_guile_1): Call scm_init_script.
65 * libguile.h: #include "script.h".
66 * Makefile.am (bin_PROGRAMS, guile_SOURCES, guile_LDADD): New
67 targets, for new executable.
68 (libguile_la_SOURCES): Mention script.c.
69 (modinclude_HEADERS): Add script.h.
70 * configure.in: Always check for -lm, -lsocket, -lnsl, whether or
71 not dynamic linking is enabled. This is because we're generating
72 executables now. Move CY_AC_WITH_THREADS call after those, so the
73 values of cy_cv_threads_libs captures the libs chosen above.
74 * Makefile.in, configure, aclocal.m4: Regenerated.
75
76 * Makefile.am (EXTRA_DIST): Don't distribute gscm.c or gscm.h.
77 We don't maintain this interface any more, and it just confuses
78 people.
79
80 * alloca.c: #include <scmconfig.h>, not <config.h>.
81 * Makefile.am (EXTRA_libguile_la_SOURCES): Mention alloca.c, so
82 it'll get included in disties.
83
84 Thu Apr 17 17:45:10 1997 Jim Blandy <jimb@totoro.cyclic.com>
85
86 * gscm.c, gscm.h: These aren't supported any more, and shouldn't
87 be distributed, because they confuse people.
88 * Makefile.am (EXTRA_DIST): Remove gscm.c, gscm.h.
89
90 Sat Apr 19 11:56:18 1997 Tim Pierce <twp@twp.tezcat.com>
91
92 * configure.in: check for presence of gethostent (not present on
93 OpenBSD by default).
94 * net_db.c (scm_gethost): Check HAVE_GETHOSTENT.
95 * configure, scmconfig.h.in: Regenerated.
96
97 Wed Apr 16 17:52:38 1997 Jim Blandy <jimb@floss.cyclic.com>
98
99 * backtrace.c (scm_backtrace): Split message string across
100 newlines properly. GCC is more tolerant of this than other
101 compilers.
102
103 Mon Apr 14 20:20:14 1997 Jim Blandy <jimb@floss.cyclic.com>
104
105 Merge threads directory into libguile.
106 * coop-defs.h, coop-threads.c, coop-threads.h, coop.c, threads.c,
107 threads.h: New source files.
108 * Makefile.am (EXTRA_libguile_la_SOURCES): Add threads.c.
109 (noinst_HEADERS): Add coop-threads.c, coop-threads.h, coop.c
110 here; see comment.
111 (modinclude_HEADERS): Add threads.h, coop-defs.h.
112 (EXTRA_DIST): Add fsu-pthreads.h, mit-pthreads.c, mit-pthreads.h,
113 coop-threads.c.cygnus, coop-threads.h.cygnus.
114 * configure.in: If we're using threads, include threads.o in
115 LIBOBJS.
116 * _scm.h, libguile.h: threads.h lives in this directory now.
117 * fsu-pthreads.h, mit-pthreads.c, mit-pthreads.h,
118 coop-threads.c.cygnus, coop-threads.h.cygnus: New files, not
119 currently used, but brought along for information's sake.
120 * ChangeLog-threads: log from old 'threads' directory.
121 * Makefile.in, configure: Rebuilt.
122
123 Mon Apr 14 20:15:29 1997 Jim Blandy <jimb@totoro.cyclic.com>
124
125 * stime.c (scm_mktime): #ifndef HAVE_TM_ZONE, Use lt.tm_zone, not
126 lt->tm_zone.
127
128 Mon Apr 14 01:32:57 1997 Jim Blandy <jimb@floss.cyclic.com>
129
130 * gh_init.c (gh_standard_handler): Return SCM_BOOL_F, not garbage.
131
132 Merge GH interface library into libguile.
133 * gh.h, gh_data.c, gh_eval.c, gh_funcs.c, gh_init.c, gh_io.c,
134 gh_list.c, gh_predicates.c, gh_test_c.c, gh_test_repl.c: New files.
135 * Makefile.am (libguile_la_SOURCES): Add gh_data.c, gh_eval.c,
136 gh_funcs.c, gh_init.c, gh_io.c, gh_list.c, gh_predicates.c. Move
137 _scm.h to ...
138 (EXTRA_libguile_la_SOURCES): ... here.
139 (pkginclude_HEADERS): Add variable, to get gh.h installed.
140 (THREAD_LIBS, check_ldadd, check_PROGRAMS, gh_test_c_SOURCES,
141 gh_test_c_LDADD, gh_test_repl_SOURCES, gh_test_repl_LDADD):
142 New variables, describing how to build the gh test programs.
143 * configure.in: Check for -lm, -lsocket, -lnsl; we need this to
144 build the test programs, and we probably should have been linking
145 libguile.la against them all along, to support AIX shared libs.
146 Add cflags for threads to CFLAGS; add libs for threads to new
147 variable THREAD_LIBS, used in Makefile.am.
148 * ChangeLog-gh: log from old `gh' subdirectory.
149 * Makefile.in, configure, scmconfig.h.in: Rebuilt.
150
151 Sun Apr 13 23:03:55 1997 Jim Blandy <jimb@floss.cyclic.com>
152
153 * acconfig.h: Undo change of Apr 9; including the definition of
154 PACKAGE in the guile headers conflicts with applications' own
155 definitions.
156 * scmconfig.h.in: Regenerated.
157
158 Fri Apr 11 14:12:13 1997 Jim Blandy <jimb@floss.cyclic.com>
159
160 * * filesys.c (scm_fcntl): New function from Roland McGrath.
161 (scm_init_filesys): New symbols for use with fcntl.
162 * filesys.h: Added prototype.
163
164 * eval.c (SCM_APPLY): Set debug apply frame argument list correctly
165 when PROC is receiving no arguments.
166
167 Fri Apr 11 19:39:32 1997 Jim Blandy <jimb@totoro.cyclic.com>
168
169 * filesys.c (S_ISSOCK): Define this if it's missing, but we do
170 have S_IFSOCK. This is the case under Ultrix.
171
172 * posix.c (scm_status_exit_val, scm_status_exit_val,
173 scm_status_term_sig, scm_status_stop_sig): Modified to work with
174 Ultrix versions of WIFSTOPPED, etc., which assume that their
175 arguments are lvalues (hmm).
176
177 Thu Apr 10 15:10:07 1997 Jim Blandy <jimb@floss.cyclic.com>
178
179 * eval.c: Doc fixes.
180
181 * throw.c: Doc fixes; rearranged.
182
183 * putenv.c: #include "libguile/scmconfig.h", not <config.h>.
184
185 Wed Apr 9 18:01:20 1997 Jim Blandy <jimb@floss.cyclic.com>
186
187 * acconfig.h: Added entry for PACKAGE.
188 * scmconfig.h.in: Regenerated.
189
190 Changes to work with automake-1.1n, which has better libtool support.
191 * Makefile.am: Use lib_LTLIBRARIES instead of lib_PROGRAMS.
192 Use libguile_la_LIBADD instead of libguile_la_LDADD. (What's the
193 difference here?)
194 (libguile_la_SOURCES, modinclude_HEADERS, EXTRA_DIST): Format for
195 readability.
196 * Makefile.in: Rebuild.
197
198 Wed Apr 9 09:08:54 1997 Gary Houston <ghouston@actrix.gen.nz>
199
200 * stime.c (scm_mktime): take an optional zone argument.
201 (scm_localtime): check putenv return value.
202 (scm_strftime, scm_strptime): moved from posix.c. move #include
203 sequences.h too.
204 stime.h, posix.h: update prototypes.
205 (bdtime2c, setzone, restorezone): new static procedures.
206 (scm_mktime, scm_strftime): use them.
207 (scm_strftime): don't call mktime before strftime. Use
208 filltime for return value.
209 (filltime): convert NULL zname to #f.
210 * (scm_strptime): return a count of characters consumed, not
211 the remaining string.
212
213 Sun Apr 6 05:44:11 1997 Gary Houston <ghouston@actrix.gen.nz>
214
215 * stime.c (scm_localtime): check HAVE_TM_ZONE and HAVE_TZNAME.
216 (scm_mktime): likewise.
217 Declare *tzname[].
218 Uncomment localtime and mktime.
219
220 * configure.in: add AC_STRUCT_TIMEZONE.
221
222 Sat Apr 5 23:56:40 1997 Gary Houston <ghouston@actrix.gen.nz>
223
224 * stime.c (scm_init_stime): don't define ticks/sec.
225 (scm_gettimeofday): renamed from scm_time_plus_ticks (avoids multiple
226 return value problem and is still portable.)
227
228 Sat Apr 5 17:59:24 1997 Jim Blandy <jimb@floss.cyclic.com>
229
230 * cpp_err_symbols.in: Renamed from cpp_err_symbols, to avoid
231 make's implicit cpp_err_symbols: cpp_err_symbols.c rule.
232 * cpp_sig_symbols.in: Renamed from cpp_sig_symbols.
233 * Makefile.am (check_errnos, check_signals, cpp_sig_symbols.c,
234 cpp_err_symbols.c): Corresponding changes.
235 * Makefile.in: Regenerated.
236
237 Sat Apr 5 02:39:02 1997 Gary Houston <ghouston@actrix.gen.nz>
238
239 * posix.c (scm_putenv): don't check HAVE_PUTENV.
240 * Makefile.am (EXTRA_libguile_la_SOURCES): add putenv.c.
241 * configure.in: move putenv from AC_CHECK_FUNCS to AC_REPLACE_FUNCS.
242 * putenv.c: new file, from sh-utils 1.12.
243
244 * posix.c (scm_environ): use malloc in place of scm_must_malloc
245 since allocation isn't for Scheme objects.
246 (scm_putenv): copy strings before placing in the environment.
247
248 * stime.c (scm_current_time): throw an error if time returns -1,
249 instead of returning #f.
250 (scm_get_internal_real_time, scm_get_internal_real_time): use
251 scm_long2num for return value instead of SCM_MAKINUM.
252
253 * stime.h: prototypes updated.
254
255 * stime.c (scm_time_in_msec): apparently unused, deleted.
256
257 Fri Apr 4 08:53:41 1997 Gary Houston <ghouston@actrix.gen.nz>
258
259 * configure.in: check for gettimeofday.
260
261 * stime.c (scm_time_plus_ticks): new procedure, an scsh interface
262 which may be more usefully portable than a gettimeofday interface.
263
264 Wed Apr 2 17:11:39 1997 Jim Blandy <jimb@totoro.cyclic.com>
265
266 * Makefile.am (EXTRA_DIST): It's cpp_err_symbols, not
267 cpp_err_signals.
268 * Makefile.in: Regenerated.
269
270 Mon Mar 31 03:22:37 1997 Gary Houston <ghouston@actrix.gen.nz>
271
272 * stime.c (filltime): recovered static procedure.
273 (scm_localtime, scm_gmtime, scm_mktime, scm_tzset): recovered from
274 an earlier Guile.
275
276 * posix.h: add prototype for scm_close_pipe, remove prototypes for
277 scm_open_input_pipe, scm_open_output_pipe, change scm_mknod prototype.
278
279 * * posix.c (scm_mknod): split the mode argument into type and perms
280 arguments, like the extra fields returned by stat.
281
282 * fports.c (scm_pipob): set the close, free and print procedures.
283 (scm_close_pipe): new procedure.
284
285 * posix.c (scm_open_input_pipe, scm_open_output_pipe): deleted,
286 define them in boot-9.scm
287
288 Wed Mar 26 04:10:32 1997 Gary Houston <ghouston@actrix.gen.nz>
289
290 * ioext.c (scm_setfileno): throw a runtime error if SET_FILE_FD_FIELD
291 wan't defined. Don't include fd.h.
292
293 * Previously fd.h was regenerated whenever configure was run,
294 forcing a couple of files to be recompiled.
295
296 * fd.h.in: deleted, SET_FILE_FD_FIELD moved to ioext.c.
297 * configure.in: AC_DEFINE FD_SETTER instead of HAVE_FD_SETTER.
298 Check for _fileno as well as _file.
299 Don't output fd.h.
300 * ioext.c: don't fd.h.
301 * acconfig.h: remove duplicate HAVE_FD_SETTER and change the
302 other to FD_SETTER.
303
304 * Change the stratigy for getting information about errno
305 (and now signal number) values, e.g., ENOSYS, SIGKILL. Instead of
306 generating lists of symbols during the build process, which will
307 not always work, include comprehensive lists in the distribution.
308 To help keep the lists up to date, the "check_signals" and
309 "check_errnos" make targets can be used.
310
311 * configure.in: don't check for a command to extract errno codes.
312 * Makefile.am: update file lists, remove errnos.list and errnos.c
313 targets, add cpp_err_symbols.c, cpp_sig_symbols.c, check_signals,
314 check_errnos targets.
315 (CLEANFILES): remove errnos.c and errnos.list, add
316 cpp_err_symbols_here cpp_err_symbols_diff cpp_err_symbols_new
317 cpp_sig_symbols_here cpp_sig_symbols_diff cpp_sig_symbols_new
318 * errnos.default: deleted.
319 * cpp_signal.c: new file.
320 * cpp_errno.c: renamed from errnos_get.c.
321 * cpp_err_symbols, cpp_sig_symbols: new files.
322 * cpp_cnvt.awk: renamed from errnos_cnvt_awk.
323 * error.c (scm_init_error): #include cpp_err_symbols instead of
324 errnos.c.
325 * posix.c (scm_init_posix): don't intern signal symbols. #include
326 cpp_sig_symbols.c.
327
328 Tue Mar 25 04:51:10 1997 Gary Houston <ghouston@actrix.gen.nz>
329
330 * strop.c (scm_i_index): allow the lower bound to be equal to the
331 length of the string, so a null string doesn't always give an error.
332
333 * posix.h: new prototypes.
334 * posix.c (scm_status_exit_val, scm_status_term_sig,
335 scm_status_stop_sig): new functions, as in scsh. They break down
336 process status values as returned by waitpid.
337
338 Sat Mar 22 18:16:29 1997 Gary Houston <ghouston@actrix.gen.nz>
339
340 * net_db.c (scm_gethost): don't check HAVE_GETHOSTENT, since
341 configure doesn't know about it.
342
343 Fri Mar 21 23:49:28 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
344
345 * snarf.h, backtrace.c: Name change SCM_GLOBAL --> SCM_VCELL.
346
347 * snarf.h: Added new macros SCM_GLOBAL_SYMBOL and SCM_GLOBAL_VCELL
348 which defines C variables with global linkage.
349
350 Mon Mar 17 05:57:11 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
351
352 * snarf.h (SCM_PROC1): Bugfix: Use (void) rather than (...) for
353 zero arg subrs.
354
355 Sun Mar 16 11:43:49 1997 Mikael Djurfeldt <mdj@floss.cyclic.com>
356
357 * eval.c (safe_setjmp): Temporarily use old setjmp until someone
358 has time to check why this doesn't work well with continuations.
359
360 Sun Mar 16 05:09:55 1997 Jim Blandy <jimb@totoro.cyclic.com>
361
362 * Fix shell syntax error; some shells won't tolerate
363 multiple "fi" statements on a single line. (Thanks to Fred Fish.)
364
365 Sat Mar 15 01:11:40 1997 Gary Houston <ghouston@actrix.gen.nz>
366
367 * posix.c (scm_uname): throw an error if uname fails instead
368 of returning errno.
369
370 * error.h (scm_errno, scm_perror): obsolete prototypes removed.
371
372 * error.c (err_head, scm_errno, scm_perror): obsolete procedures
373 removed.
374
375 * async.c (scm_ints_disabled): definition moved from error.c.
376
377 Sat Mar 15 00:06:08 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
378
379 * acconfig.h: Removed PACKAGE.
380
381 * scmconfig.h.in: Regenerated.
382
383 * snarf.h: g++ says it's non-portable not to specify the first
384 argument in a varargs declaration. I introduced the first
385 argument by using preprocessor conditionals.
386
387 Thu Mar 13 21:28:25 1997 Gary Houston <ghouston@actrix.gen.nz>
388
389 * ioext.c (scm_read_delimited_x): use RO string macros for delims.
390 (scm_freopen): use RO string macros for filename and modes.
391 (scm_duplicate_port, scm_fdopen): use RO string macros for modes.
392
393 * posix.c (scm_getgrgid): simplify conversion of name to C string.
394 (scm_mknod): use RO string macros for path.
395
396 * socket.c (scm_fill_sockaddr, scm_send, scm_sendto):
397 use SCM_ROSTRINGP, SCM_ROCHARS, SCM_ROLENGTH.
398
399 * net_db.c (scm_gethost, scm_getnet, scm_getproto, scm_getserv):
400 use SCM_ROSTRINGP and SCM_ROCHARS.
401
402 Thu Mar 13 18:31:33 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
403
404 * unif.c (scm_array_set_x): Cast ICHR (obj) to char if storing in
405 a scm_tc7_byvect.
406
407 * ramap.c (scm_ra_matchp, scm_ra_matchp, scm_array_fill_int, racp,
408 scm_array_index_map_x, raeql_1, scm_array_equal_p): Completed
409 support for byte vectors.
410
411 * print.c (scm_iprin1): Limit number of vector elements printed
412 according to pstate->length.
413
414 Thu Mar 13 00:12:35 1997 Gary Houston <ghouston@actrix.gen.nz>
415
416 * backtrace.c (scm_display_error_message): don't segv if message
417 is an immediate.
418
419 * error.h: prototype for scm_error_scm.
420
421 * error.c (scm_error_scm): new procedure, reimplements scm-error
422 in C and uses scm_error.
423
424 Tue Mar 11 03:51:00 1997 Gary Houston <ghouston@actrix.gen.nz>
425
426 * read.c (scm_read_hash_extend): make scm_read_hash_procedures a
427 pointer to the Scheme variable read-hash-procedures and intern it
428 in scm_init_read. Modify scm_read_hash_extend and
429 scm_get_hash_procedure to use the pointer.
430
431 Mon Mar 10 06:28:54 1997 Gary Houston <ghouston@actrix.gen.nz>
432
433 * read.h (SCM_N_READ_OPTIONS): increase SCM_N_READ_OPTIONS to 4.
434 (SCM_KEYWORD_STYLE): defined.
435
436 * read.c (scm_read_opts): add a keywords option. This isn't a
437 boolean option, in case someone wants to add support for DSSSL
438 keywords too.
439 Setup scm_keyword_prefix symbol.
440 (scm_lreadr): Only process keywords if SCM_KEYWORD_STYLE is
441 set to 'prefix.
442 * I've left keyword support disabled by default, since it doesn't
443 seem to break the module system and it gives R4RS standard behaviour.
444 It can be reactivated with (read-set! keywords 'prefix).
445
446 Sun Mar 9 14:14:39 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
447
448 * arbiters.c (scm_make_arbiter): Bugfix: Must SCM_DEFER_INTS
449 before constructing arbiter.
450
451 * eval.c (scm_m_define): Bugfix: Check that the object is a
452 closure before setting the procedure property!
453
454 * ports.h: Removed prototype for scm_ungetc_char_ready_p.
455
456 * ports.c: Removed `ungetc-char-ready?'.
457
458 Sat Mar 8 00:27:05 1997 Gary Houston <ghouston@actrix.gen.nz>
459
460 * read.c (scm_init_read): intitialise scm_read_hash_procedures
461 (idea from Mikael: make it a pair so scm_permanent object only
462 called once.)
463 (scm_read_hash_extend): don't call scm_permanent_object.
464 (ideas from Mikael): if chr is already in the list, replace its
465 procedure instead of appending it again. If proc is #f, remove
466 it from the list.
467 (scm_get_hash_procedure): take CDR of scm_read_hash_procedures.
468
469 * strports.c (scm_read_0str, scm_eval_0str): update scm_read usage.
470
471 * gdbint.c (gdb_read): update scm_lreadr usage.
472
473 * load.h: update prototypes.
474
475 * load.c (scm_primitive_load, scm_read_and_eval_x,
476 scm_primitive_load_path): remove case_insensitive_p, sharp arguments.
477
478 * read.h: add prototype for scm_read_hash_extend. Change args for
479 other prototypes.
480
481 * read.c (scm_read_hash_procedures): new variable.
482 (scm_read_hash_extend): new procedure.
483 (scm_get_hash_procedure): new procedure.
484 * (scm_lreadr): use scm_get_hash_procedure instead of an argument
485 for extended # processing.
486 (scm_read, scm_lreadr, scm_lreadrecparen, scm_lreadparen,
487 scm_read_token): remove case_i, sharp arguments. Change callers.
488
489 Fri Mar 7 08:58:21 1997 Gary Houston <ghouston@actrix.gen.nz>
490
491 * read.h (SCM_N_READ_OPTIONS): increase to 3.
492 (SCM_CASE_INSENSITIVE_P): define.
493
494 * read.c: add case-insensitive option to scm_read_opts.
495 * (scm_read_token): use SCM_CASE_INSENSITIVE_P instead of an argument
496 to determine whether to convert symbol case.
497 (default_case_i): definition removed.
498 * read.c (scm_read_token): if case_i, downcase ic before doing
499 anything with it.
500
501 Sat Mar 8 03:49:03 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
502
503 * configure.in: Added configuration option `guile-debug'.
504 Configure with --enable-guile-debug if you want a bunch of extra
505 functions used for debugging when developing Guile.
506
507 * acconfig.h: Added new preprocessor symbol GUILE_DEBUG.
508
509 * procs.c (make-cclo): New undocumented debugging procedure: Make
510 compiled closure with internal procedure PROC and length LENGTH.
511 Only compiled if GUILE_DEBUG is defined.
512
513 * debug.c: Only include `debug-hang' if GUILE_DEBUG is defined.
514
515 * print.c: Put #ifdef GUILE_DEBUG around `current-pstate'.
516
517 * ports.c: Changed preprocessor symbol DEBUG --> GUILE_DEBUG.
518
519 * eval.c (SCM_CEVAL): Added code sections for handling of rpsubrs
520 with 3 or more args internally to the evaluator.
521
522 Fri Mar 7 19:38:18 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
523
524 * eval.c (SCM_CEVAL): Added code sections for handling of asubrs
525 with 3 or more args internally to the evaluator. This is mainly
526 because we don't want to pass entry and exit points of the
527 debug support twice, but it also seems to increase the speed of
528 the evaluator for such calls (e. g. (+ 1 2 3)).
529
530 * * backtrace.c (scm_display_application): New procedure:
531 display-application; Set fancy printing parameters individually
532 for different types of display (backtrace, error, application).
533 (These should of course be customizable!)
534
535 * debug.h (SCM_RESET_DEBUG_MODE): Bugfix: The old code didn't
536 clear the CHECK-flags.
537
538 Thu Mar 6 00:53:02 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
539
540 * tags.h, eval.c (iqq): Fixes to comments about SCM_ECONSP.
541
542 Wed Mar 5 23:31:21 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
543
544 * tags.h (SCM_ECONSP, SCM_NECONSP): Bugfix: Discriminate structs
545 from pairs with a GLOC in the car.
546
547 * symbols.c (msymbolize): Bugfix: Also initialize SCM_SYMBOL_HASH,
548 otherwise `symbol-hash' will behave badly.
549 (scm_symbol_hash): Bugfix: Must msymbolize if tc7_ssymbol, othwise
550 we get segmentation fault!
551
552 * * symbols.c: Added #include "weaks.h". New functions:
553 `builtin-bindings' and `builtin-weak-bindings'. (These will be
554 moved to an extraneous library when we split libguile.)
555
556 Tue Mar 4 19:50:07 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
557
558 * filesys.c (scm_stat): stat now takes fport arguments too as
559 documented in the manual.
560
561 Mon Mar 3 07:11:33 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
562
563 * debug.c (scm_single_step): Bugfix: Call continuation with
564 scm_call_continuation instead of throwing to it.
565
566 Mon Mar 3 09:07:56 1997 Gary Houston <ghouston@actrix.gen.nz>
567
568 * ports.c (scm_char_ready_p): bug fix: in SCM_PROC char-ready's
569 argument wasn't declared to be optional.
570
571 Sun Mar 2 16:34:40 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
572
573 * stime.c (scm_init_stime): Add feature "current-time".
574
575 Sun Mar 2 06:37:31 1997 Gary Houston <ghouston@actrix.gen.nz>
576
577 * throw.h: prototype for scm_exit_status.
578 * throw.c (scm_handle_by_message): if a 'quit is caught, use its
579 args to derive an exit status. Allows (quit) to work from a
580 script.
581 (scm_exit_status): new function.
582 #include "eq.h".
583
584 Sat Mar 1 00:09:15 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
585
586 * eval.c (scm_deval): Removed some old code.
587 (ENTER_APPLY): Bugfix: Reset apply-frame trap on trap as is done
588 with the others.
589 (ENTER_APPLY, scm_deval): Reset trace flag on apply-frame and
590 exit-frame traps.
591
592 * symbols.c (msymbolize): Bugfix: Must initialize property list to
593 SCM_EOL.
594
595 * procs.c: Introduce the existent C function scm_thunk_p at the
596 Scheme level as well.
597
598 Wed Feb 26 12:53:58 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
599
600 * symbols.c, symbols.h (scm_symbol_value0): New function. Can be
601 used from C to easily lookup the value of a symbol in the current
602 module.
603
604 Tue Feb 25 00:14:10 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
605
606 * unif.c (scm_init_unif): Added #include "unif.x". (There are two
607 scm_init_unif in this file. This will also fix a previous problem
608 with guile-snarf.)
609
610 * configure.in: Added AM_MAINTAINER_MODE
611
612 Fri Feb 21 23:07:26 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
613
614 * gdb_interface.h (GDB_INTERFACE): Added some (void *) casts to
615 avoid warnings.
616
617 Fri Feb 21 18:00:38 1997 Marius Vollmer <mvo@zagadka.ping.de>
618
619 * Makefile.am (EXTRA_libguile_la_SOURCES): New variable to hold
620 source files that are not always included in libguile but should
621 have their dependencies calculated by automake. This variable is
622 recognized by automake, no further magic is needed.
623 (libguile_la_DEPENDENCIES): Changed to @LIBLOBJS@. Libtool wants
624 to deal exclusively with *.lo files, as it seems. The *.o files
625 are built automatically when the corresponding *.lo file gets
626 built.
627
628 Wed Feb 19 14:04:23 1997 Jim Blandy <jimb@floss.cyclic.com>
629
630 * list.h (scm_list_cdr_ref): Delete prototype; function no longer
631 exists.
632
633 Thu Feb 13 21:44:07 1997 Gary Houston <ghouston@actrix.gen.nz>
634
635 * unif.c (scm_array_set_x): minor change to argument error checking.
636
637 Tue Feb 11 18:19:47 1997 Jim Blandy <jimb@floss.cyclic.com>
638
639 * Makefile.am (libguile_la_SOURCES): Remove backtrace.c, debug.c,
640 inet_aton.c, srcprop.c, stacks.c, and strerror.c from this list.
641 They should only be included in the library at configure.in's
642 discretion.
643 (libguile_la_LDADD): Include the appropriate .lo files here.
644 (libguile_la_DEPENDENCIES): List the corresponding .o files here,
645 so we know when to build them (and their .lo bretheren).
646 * configure.in (LIBLOBJS): New substituted variable. We let
647 configure decide which .o files to include in LIBOBJS, and then
648 put the corresponding list of .lo files in LIBLOBJS. The latter
649 is what we pass to libtool.
650 * Makefile.in, configure: regenerated.
651
652 Mon Feb 10 00:08:08 1997 Mikael Djurfeldt <mdj@kenneth>
653
654 * symbols.c (scm_sysintern0): New function. Contains the core of
655 old scm_sysintern but doesn't take a second value argument.
656 (scm_sysintern): Now uses scm_sysintern0.
657 (scm_sysintern_no_module_lookup): Renamed to
658 scm_sysintern0_no_module_lookup and doesn't take a second value
659 argument any longer.
660
661 * symbols.h (scm_sysintern0: Added declaration.
662
663 * options.c (scm_init_opts): Use scm_sysintern0 instead of
664 scm_sysintern when interning option keys. Otherwise we risk
665 destroying the values of already interned variables.
666
667 * symbols.c (scm_sym2vcell): Bugfix: Treat definedp as
668 scheme-level boolean (use SCM_NFALSEP).
669
670 * backtrace.c (scm_init_backtrace): Make Scheme-level variable
671 `the-last-stack'.
672 (scm_backtrace): New function. (C version of old function from
673 boot-9.scm) Motivation: Make it possible to display backtraces
674 without depending on boot-9.scm. (I'm uncertain if this
675 motivation is good enough...)
676
677 * root.h (scm_root_state): Add member the_last_stack_var.
678 (scm_the_stack_var): Defined to scm_root->the_last_stack_var.
679
680 * root.c (mark_root): Mark scm_the_last_stack_var.
681
682 * init.c (scm_start_stack): Initialize scm_the_last_stack_var to
683 SCM_BOOL_F.
684
685 Sun Feb 9 18:04:41 1997 Mikael Djurfeldt <mdj@kenneth>
686
687 * throw.c (mark_lazy_catch, free_lazy_catch): Removed.
688 1. mark_lazy_catch didn't mark the smob.
689 2. Both functions above have standard variants:
690 (lazy_catch_funs): Changed mark_lazy_catch --> scm_mark0,
691 free_lazy_catch --> scm_free0.
692
693 Fri Feb 7 17:30:26 1997 Jim Blandy <jimb@floss.cyclic.com>
694
695 * throw.c (scm_internal_lazy_catch): New function.
696 (scm_lazy_catch): Rewritten to use it.
697 (scm_ithrow): Handle the new lazy catch representation.
698 Use SCM_LAZY_CATCH_P, instead of assuming that any wind list entry
699 that doesn't have a jmpbuf is a lazy catch clause.
700 (tc16_lazy_catch, struct lazy_catch, mark_lazy_catch,
701 free_lazy_catch, print_lazy_catch, lazy_catch_funs,
702 make_lazy_catch, SCM_LAZY_CATCH_P): Support funs, including a new
703 smob.
704 (scm_init_throw): Register the new lazy-catch smob type.
705 * throw.h (scm_internal_lazy_catch): decl for new function.
706
707 * throw.c (scm_internal_catch): Doc fixes.
708
709 * alloca.c: New file, needed to support the AC_FUNC_ALLOCA call in
710 configure.in. Including this might cause problems if applications
711 that link against libguile include their own copies of alloca, but
712 if they're using autoconf, they should be adding libguile to LIBS
713 before calling AC_FUNC_ALLOCA anyway, in which case they'll find
714 the copy in libguile, and things will be okay. (I think.)
715
716 Thu Feb 6 03:10:32 1997 Gary Houston <ghouston@actrix.gen.nz>
717
718 * strop.c (scm_string_upcase_x, scm_string_downcase_x): moved from
719 unif.c.
720 strop.h: move prototypes too.
721
722 Wed Feb 5 08:33:00 1997 Gary Houston <ghouston@actrix.gen.nz>
723
724 * posix.c (scm_init_posix): don't intern EINTR since it's now done
725 elsewhere.
726
727 * ioext.c (scm_init_ioext): don't intern stat macros, S_IRUSR
728 etc. I deleted them from filesys.c long ago, but didn't
729 notice they were here too (although ineffective since
730 sys/stat.h wasn't included).
731
732 Tue Feb 4 18:17:50 1997 Tom Tromey <tromey@cygnus.com>
733
734 * eval.c: Don't define alloca in GCC case. gcc will automatically
735 use __builtin_alloca if appropriate.
736
737 Tue Feb 4 16:57:40 1997 Jim Blandy <jimb@floss.cyclic.com>
738
739 * eval.c (safe_setjmp): New function: trivial wrapper for setjmp.
740 (SCM_CEVAL, SCM_APPLY): Call it, instead of setjmp, to make sure
741 that values of automatic variables are preserved. See comments
742 for safe_setjmp for details.
743
744 Change from Thomas Morgan:
745 * variable.c: Include eq.h.
746 (var_equal): New function.
747 (variable_smob): Use var_equal as the discriminator for variables.
748
749 * throw.c (s_throw): Remove extraneous declaration.
750
751 * configure.in: Call AC_FUNC_ALLOCA, to see if we have alloca.
752 * eval.c: Add necessary CPP cruft to support that.
753 * configure, Makefile.in, scmconfig.h.in: regenerated.
754
755 Change from Thomas Morgan:
756 * procprop.c (scm_procedure_properties): Convert the Scheme
757 boolean returned by scm_procedure_p into a C boolean before using
758 it as a condition for SCM_ASSERT.
759 (scm_procedure_property): Likewise.
760
761 * simpos.c (SYSTNAME): Accept both 'unix' and '__unix' as
762 indications of Unixness.
763 * stime.c: Same.
764
765 Tue Feb 4 05:07:35 1997 Gary Houston <ghouston@actrix.gen.nz>
766
767 * * net_db.c (scm_lnaof): change scheme name from lnaof to inet-lnaof.
768
769 Mon Feb 3 06:12:37 1997 Gary Houston <ghouston@actrix.gen.nz>
770
771 * read.c (scm_lreadr): use scm_misc_error to improve one of the
772 "unknown # object" error messages.
773
774 * strop.c (scm_i_index, scm_i_rindex): combine into one procedure
775 (scm_i_index) and declare it static. Add a 'direction' argument
776 to indicate what way the search should go.
777 (scm_i_index): throw out-of-range error instead of wrong-type-arg
778 if indices are bad.
779 (scm_string_index, scm_string_rindex): adjust usage of scm_i_index.
780 strop.h: remove scm_i_index, scm_i_rindex prototypes.
781
782 Fri Jan 31 04:33:11 1997 Gary Houston <ghouston@actrix.gen.nz>
783
784 * ioext.c, ioext.h: remove obsolete _sys_ from 9 procedure names.
785
786 * * posix.c (scm_fork): Scheme name changed from fork to primitive-fork,
787 to avoid clash with various scsh forks.
788
789 Thu Jan 30 20:14:09 1997 Mikael Djurfeldt <mdj@syk-0606.pdc.kth.se>
790
791 The following two changes (ramap.c, throw.c) are motivated by the
792 apparent unportability of forward declarations of static arrays of
793 the form `static foo bar[];'.
794
795 * ramap.c (scm_array_fill_x): Moved above scm_array_fill_int.
796 (ra_rpsubrs, ra_asubrs): Moved to the top of array code.
797
798 * throw.c (scm_throw): Moved above scm_ithrow.
799
800 * options.h: Removed the extern declarations of scm_yes_sym and
801 scm_no_sym since these are static.
802
803 Fri Jan 24 06:16:32 1997 Gary Houston <ghouston@actrix.gen.nz>
804
805 * ports.c: add SCM_PROC declarations for pt-size and pt-member.
806
807 * Makefile.am: remove AWK=@AWK@.
808 Add a rule for generating errnos.list.
809 (CLEANFILES): put errnos.list here instead of in DISTCLEANFILES.
810
811 * configure.in: add AC_SUBST(AWK) and AC_SUBST(ERRNO_EXTRACT).
812 don't extract errnos, just set a variable (avoids the
813 need to recompile error.c just because configure is run.)
814
815 * unif.h: update prototypes.
816 * unif.c (scm_uniform_array_read,write): change the offset and
817 length arguments to start and end, for consistency.
818
819 * __scm.h: uncomment SCM_ARG6 and SCM_ARG7, I needed SCM_ARG6.
820
821 * ioext.h: update prototypes.
822 * * ioext.c (scm_read_delimited_x): replaces scm_read_line and
823 scm_read_line_x, it's a more general procedure using an
824 interface from scsh. read-line and read-line! are now defined
825 in boot-9.scm.
826 * Note that the new read-line trims the terminator
827 by default, previously it was appended to the returned string. An
828 optional argument specifies how to process the terminator (scsh
829 compatible). For the old behaviour: (read-line port 'concat).
830 scm_read_line, scm_read_line_x: deleted. (read-line port 'split)
831 returns a pair, but is converted to multiple values if the scsh
832 module is loaded.
833
834 socket.h: update prototypes.
835 * socket.c (scm_recvfrom): for consistency with other procedures,
836 take start and end as separate optional arguments.
837 * (scm_recv, scm_recvfrom): don't allow the second argument
838 to be a size, only a buffer. Change the scheme names to
839 recv! and recvfrom!. Don't return the buffer.
840
841 * ioext.h, posix.h: move prototypes too.
842 * ioext.c, posix.c (scm_read_line, scm_read_line_x, scm_write_line:
843 moved back from posix.c to ioext.c. Also move #includes of "genio.h"
844 "read.h" and "unif.h".
845 * ioext.c: include "chars.h"
846
847 Mon Jan 20 19:54:49 1997 Marius Vollmer <mvo@zagadka.ping.de>
848
849 * dynl.c: The dynamic linking and module registration functions
850 are now defined even when dynamic linking is not available for the
851 host system. Some of their functionality can be done without
852 dynamic linking; when it's really needed, they throw errors.
853
854 Thu Jan 16 16:39:29 1997 Marius Vollmer <mvo@zagadka.ping.de>
855
856 * configure.in: Only define DYNAMIC_LINKING when one of the system
857 dependent functions is detected.
858 * dynl.c (scm_dynamic_func): New function to get the address of a
859 function in a dynamic object.
860 (scm_dynamic_call, scm_dynamic_args_call): Accept the values
861 produced by scm_dynamic_func as the thing to call.
862
863 Sun Jan 12 21:09:42 1997 Marius Vollmer <mvo@zagadka.ping.de>
864
865 * dynl.c, dynl-dl.c, dynl-dld.c, dynl-shl.c: Restructured.
866 (scm_register_module_xxx, scm_registered_modules,
867 scm_clear_registered_modules): New functions.
868
869 Sat Jan 11 21:37:15 1997 Marius Vollmer <mvo@zagadka.ping.de>
870
871 * symbols.c (scm_sysintern): Renamed to
872 scm_sysintern_no_module_lookup.
873 (scm_sysintern): New function to take the place of the old
874 scm_sysintern. It uses the current toplevel lookup closure to give
875 the symbol its value. This is a temporary hack to put packages
876 like gtcltk into their own module.
877 (scm_can_use_top_level_lookup_closure_var): New variable to tell
878 us whether `scm_top_level_lookup_closure_var' has been initialized
879 and is usable.
880 * eval.c (scm_init_eval): Set it.
881
882 Sat Jan 18 00:03:31 1997 Gary Houston <ghouston@actrix.gen.nz>
883
884 * fports.c (scm_open_file): pass errno to scm_syserror_msg.
885 * filesys.h: update prototypes. Remove macros: SCM_FD_P, SCM_FD_FLAGS,
886 SCM_FD.
887 * filesys.c (scm_sys_stat, scm_sys_lstat): pass errno to
888 scm_syserror_msg.
889 * (scm_sys_read_fd, scm_sys_write_fd, scm_sys_close, scm_sys_lseek,
890 scm_sys_dup): deleted: FD capability will be added to other
891 procedures.
892 * Remove support for the FD object type: scm_tc16_fd, scm_fd_print,
893 scm_fd_free, fd_smob, scm_intern_fd.
894 * (scm_open): renamed from scm_sys_open. Return a port instead of
895 an FD object. Make the mode argument optional.
896 * (scm_sys_create): deleted, it's just a special case of open.
897 (scm_init_filesys): move interning of constants O_CREAT etc.,
898 here (were previously using SCM_CONST_LONG macro).
899 Add missing constants: O_RDONLY, O_WRONLY, O_RDWR, O_CREAT.
900 don't newsmob fd.
901 (numerous _sys_ procedures): remove gratuitous _sys_ from names.
902 include "fports.h" and <stdio.h>
903 (scm_stat, scm_select): don't support FD objects.
904
905 * error.h: adjust scm_syserror_msg prototype.
906 * error.c (scm_syserror_msg): take an extra argument for errno.
907 Using the global value didn't always work, since it could be
908 reset by procedure calls in the message or args arguments.
909
910 * fports.c (scm_setbuf0): call setbuf even if FIONREAD is not defined.
911 I don't understand why the check was there (and what about the
912 ultrix check?)
913
914 * strop.c (scm_string_copy): allow shared substrings to be copied.
915
916 * unif.h: corresponding change to prototypes.
917 * unif.c (scm_uniform_array_read_x, scm_uniform_array_write_x):
918 recognize two new optional arguments: offset and length. Allow
919 the port argument to be an integer (file descriptor, for scsh).
920 Include <unistd.h> for "read" prototype.
921
922 Tue Jan 14 02:42:02 1997 Gary Houston <ghouston@actrix.gen.nz>
923
924 * socket.c: don't include filesys.h.
925
926 Mon Jan 13 03:47:04 1997 Gary Houston <ghouston@actrix.gen.nz>
927
928 * Makefile.am: add AWK=@AWK@ (?)
929
930 * Makefile.am (EXTRA_DIST): add errnos_cnvt.awk, errnos.default,
931 errnos_get.c.
932 Add a rule to generate errnos.c from errnos.
933 * error.c (scm_init_error): include errnos.c.
934 * errnos_cnvt.awk: new file, converts the list of errno codes to
935 C expressions.
936 * errnos_get.c: new file.
937 * errnos.default: new file, contains errnos to try if they can't
938 be extracted from errno.h.
939 * configure.in: if using GCC, try and extract errno codes from
940 errno.h.
941 Added AC_PROG_AWK.
942
943 Sat Jan 11 14:47:00 1997 Marius Vollmer <mvo@zagadka.ping.de>
944
945 * configure.in: Replaced AC_PROG_RANLIB with AM_PROG_LIBTOOL.
946 * Makefile.am: Made libguile into a libtool library.
947 * PLUGIN/guile.config: Removed "-L ../libguile" from xtra_cflags.
948 Set libtool_libs to indicate that libguile is a libtool library.
949 See guile/ChangeLog for details.
950 * .cvsignore: ignore "*.lo", the libtool library objects.
951
952 Wed Jan 8 06:54:54 1997 Gary Houston <ghouston@actrix.gen.nz>
953
954 * net_db.c (scm_getserv): add missing SCM_ALLOW_INTS.
955 use htons in getservbyport argument.
956
957 Tue Jan 7 18:11:24 1997 Jim Blandy <jimb@floss.cyclic.com>
958
959 * ports.h (SCM_PTOBNUM): Removed extraneous semicolon.
960 * smob.h: (SCM_PTOBNUM): Removed entirely; this definition is a
961 duplicate.
962
963 * objprop.c (scm_object_property): No need to take the CDR of the
964 value returned by scm_object_properties, since Aug 20 change.
965
966 * configure.in: When checking for struct linger, #include
967 <sys/types.h> as well as <sys/socket.h>. I've never known
968 <sys/types.h> to cause any portability problems, and Solaris's
969 <sys/socket.h> needs it.
970 * configure: Rebuilt.
971
972 I think the Sun compiler has chosen a perverse way to interpret
973 ANSI declarations combined with K&R definitions. We'll
974 appease it a little bit. But when it invades France, we fight.
975 * print.c (scm_iprlist): Change 'tlr' argument to an int.
976 * print.h (scm_iprlist): Here too.
977 * numbers.c (scm_divbigdig): Change definition to match
978 declaration in numbers.h.
979 * unif.c (scm_makflo): Change definition to match declaration in
980 unif.h.
981
982 * init.c (scm_boot_guile): Don't return the value of
983 scm_boot_guile_1. This function doesn't return a value;
984 scm_boot_guile_1 doesn't return a value (or return at all).
985
986 * eval.c (unmemocopy): Add a semicolon to appease the Sun
987 compiler.
988
989 * simpos.c (SYSTNAME): Add case for AIX; otherwise it won't
990 compile. I have a feeling this function is a bad idea anyway ---
991 one should always test for features, not systems.
992
993 * smob.h (SCM_SMOBNUM, SCM_PTOBNUM): Remove extraneous
994 semicolons. Only pure luck kept this from being noticed earlier.
995
996 Tue Jan 7 15:04:06 1997 Mikael Djurfeldt <mdj@kenneth>
997
998 * socket.c (scm_recvfrom): Added missing semicolon.
999
1000 Mon Jan 6 20:39:08 1997 Gary Houston <ghouston@actrix.gen.nz>
1001
1002 * socket.c (scm_recvfrom): allow buff_or_size to be a list containing
1003 the buffer and start and end positions for scsh networking
1004 implementation.
1005
1006 Sun Jan 5 13:53:53 1997 Jim Blandy <jimb@floss.cyclic.com>
1007
1008 * configure.in: Revert previous change to this file; the problem
1009 is due to transient automake weirdness.
1010 * configure: Rebuilt.
1011
1012 * Makefile.am (EXTRA_DIST): Distribute PLUGIN/guile.libs.in, not
1013 PLUGIN/guile.libs. configure generates the latter from the former.
1014 * Makefile.in: Rebuilt.
1015
1016 * configure.in: Call AM_PROG_INSTALL; the automake manual says we
1017 need this if we install scripts, like guile-snarf.
1018 * configure: Rebuilt.
1019
1020 Thu Jan 2 01:56:38 1997 Marius Vollmer <mvo@zagadka.ping.de>
1021
1022 * Makefile.am (EXTRA_DIST): Added DYNAMIC-LINKING
1023
1024 Sat Dec 28 19:14:01 1996 Gary Houston <ghouston@actrix.gen.nz>
1025
1026 * socket.c (scm_addr_vector): fix faulty scm_listify.
1027
1028 Sat Dec 28 13:55:58 1996 Marius Vollmer <mvo@zagadka.ping.de>
1029
1030 * read.c (scm_lreadr): Encountering EOF after skipping a SCSH
1031 style block comment is no longer considered an error.
1032
1033 Fri Dec 27 13:44:23 1996 Marius Vollmer <mvo@zagadka.ping.de>
1034
1035 * PLUGIN/guile.libs.in: New file.
1036 * PLUGIN/guile.libs: Removed from repository.
1037 * configure.in: Create PLUGIN/guile.libs from
1038 PLUGIN/guile.libs.in. This is for including additonal libraries
1039 needed for dynamic linking.
1040 * Makefile.am (EXTRA_DIST): Distribute PLUGIN/guile.libs.in
1041 instead of PLUGIN/guile.libs.
1042
1043 * Makefile.am: Added explicit dependency "dynl.o: dynl.x".
1044
1045 Sun Dec 22 23:06:14 1996 Jim Blandy <jimb@floss.cyclic.com>
1046
1047 * list.c (scm_delq_x, scm_delv_x, scm_delete_x): Delete all
1048 occurrences of the given element from the list, not just the
1049 first. This is how the Emacs Lisp functions behave, how the
1050 analogous Common Lisp functions behave, and (I believe) how the
1051 older Maclisp functions worked. I realize that this change may
1052 break code, but it seemed better to break it before the Guile
1053 release than after.
1054
1055 * gc.c (scm_protect_object, scm_unprotect_object): New functions.
1056 Their prototypes were already present in gc.h, but they weren't
1057 implemented.
1058 (scm_init_storage): Initialize scm_protects.
1059 * root.c (scm_protects): New element of scm_sys_protects.
1060
1061 * net_db.h (scm_init_net_db): Fix spelling from scm_init_netdb.
1062
1063 Sat Dec 21 15:38:32 1996 Jim Blandy <jimb@floss.cyclic.com>
1064
1065 * libguile.h: Added #include "libguile/net_db.h".
1066
1067 * libguile.h: Don't #include "libguile/libpath.h", contrary to Oct
1068 30 change. That file is only meant for communication between the
1069 configuration process and load.c. If code linked against libguile
1070 wants to get at the paths mentioned in libpath.h, it can call
1071 functions declared in load.h.
1072
1073 Sat Dec 21 14:50:42 1996 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1074
1075 * libguile.h: Removed #include "libguile/fdsocket.h"
1076
1077 * net_db.c: Added #include <sys/socket.h>.
1078
1079 Sat Dec 21 00:33:03 1996 Gary Houston <ghouston@actrix.gen.nz>
1080
1081 * filesys.c (scm_input_waiting_p): use select in preference to
1082 FIONREAD, since the latter doesn't detect EOF.
1083 Throw error if neither select nor FIONREAD available.
1084
1085 * socket.c (scm_connect): take a port, not a fd object.
1086 (scm_fill_sockaddr): throw an error if fam is not recognised.
1087 (scm_bind): use scm_fill_sockaddr.
1088 (scm_listen): take a port, not a fd object.
1089 (scm_accept): take and return a port. return #f in the car if
1090 address can't be got
1091 (scm_sock_fd_to_port): new procedure.
1092 (scm_socket): use scm_sock_fd_to_port.
1093 (scm_addr_vector): throw error if unrecognised address type.
1094 take an extra argument with the calling procedure name.
1095 (scm_getsockname): take a port. return #f if address can't be got.
1096 (scm_getpeername): take a port. return #f if address can't be got.
1097 (scm_recvfrom): take a port. return #f for address component if can't
1098 be got.
1099 (scm_sendto, scm_socketpair, scm_getsockopt scm_shutdown,
1100 scm_setsockopt, scm_recv, scm_send): take a port not a fd object.
1101
1102 Fri Dec 20 23:06:53 1996 Jim Blandy <jimb@floss.cyclic.com>
1103
1104 * throw.c (scm_internal_catch): Make body funcs and handler funcs
1105 use separate data pointers, to allow them to be designed
1106 independently and reused.
1107 (scm_body_thunk, scm_handle_by_proc, scm_handle_by_message):
1108 Renamed from catch_body, catch_handler, and uncaught_throw; made
1109 generically useful.
1110 (struct scm_catch_body_data): Renamed from catch_body_data; moved
1111 to throw.h.
1112 (scm_catch): Use the above.
1113 (scm_throw): Don't bother printing a message for an uncaught
1114 throw; we establish a default handler in init.
1115 * throw.h (scm_internal_catch): Prototype updated.
1116 (scm_body_thunk, scm_handle_by_proc, scm_handle_by_message): New
1117 decls.
1118 (struct scm_body_thunk_data): New structure, used as data
1119 argument to scm_body_thunk.
1120 * init.c (struct main_func_closure): New structure, packaging up
1121 the data to pass to the user's main function.
1122 (scm_boot_guile): Create one. Pass it to scm_boot_guile_1.
1123 (scm_boot_guile_1): Pass it through to invoke_main_func. Use
1124 scm_internal_catch to establish a catch-all handler, using
1125 scm_handle_by_message. This replaces the special-case code in
1126 scm_throw.
1127 (invoke_main_func): Body function for scm_internal_catch; invoke
1128 the user's main function, using the main_func_closure pointer to
1129 decide what to pass it.
1130 * root.c (struct cwdr_body_data): Remove handler_proc member.
1131 (cwdr): Use scm_handle_by_proc instead of cwdr_handler.
1132 (cwdr_handler): Removed.
1133
1134 Thu Dec 19 00:00:26 1996 Gary Houston <ghouston@actrix.gen.nz>
1135
1136 * socket.h (SCM_P): update bind prototype.
1137 * socket.c (scm_init_socket): intern PF_UNSPEC, PF_UNIX, PF_INET.
1138 include "feature.h".
1139 (scm_socket): return a port, not a file descriptor object.
1140 include "fports.h" and <unistd.h>
1141 (scm_bind): take a port, not a file descriptor object.
1142 take an extra argument for address args.
1143
1144 * net_db.c (scm_init_net_db): intern INADDR_ANY, INADDR_BROADCAST,
1145 INADDR_NONE, INADDR_LOOPBACK.
1146
1147 Tue Dec 17 22:58:26 1996 Gary Houston <ghouston@actrix.gen.nz>
1148
1149 * init.c: include net_db.h and not fdsocket.h.
1150 (scm_boot_guile_1): call scm_init_net_db and not scm_init_fdsocket.
1151
1152 * Makefile.am: corresponding changes.
1153 * socket.h: renamed from fdsocket.h, fix names.
1154 * net_db.h: renamed from socket.h, fix names.
1155 * socket.c: renamed from fdsocket.c.
1156 remove _sys from procedure names.
1157 (scm_init_socket): rename from scm_init_fdsocket. include socket.x.
1158 add "socket" to features list.
1159 * net_db.c: renamed from socket.c.
1160 remove _sys from procedure names.
1161 (scm_init_net_db): rename from scm_init_socket. include net_db.x.
1162 add "net-db" to features list.
1163 include "net_db.h". don't include <sys/socket.h> or
1164 <sys/un.h>.
1165
1166 Thu Dec 19 14:03:24 1996 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1167
1168 * tags.h (scm_tags): Removed comma at end of last enumerator.
1169
1170 Thu Dec 19 02:54:59 1996 Jim Blandy <jimb@floss.cyclic.com>
1171
1172 Don't use GCC extensions to allocate space for debugging frames.
1173 (Here he goes again! Why do we put up with this?!)
1174 * debug.h (scm_debug_frame): Make the 'vect' member a pointer to
1175 an scm_debug_info structure, not an in-line array of them. Add
1176 'info' member, to say how many vect elements we've used, for eval
1177 frames.
1178 * eval.c (SCM_CEVAL): Use alloca to allocate space for vect. Use
1179 a new variable debug_info_end to mark the end of vect, instead of
1180 the address of the 'info' pointer itself.
1181 [DEVAL] (ENTER_APPLY, SCM_CEVAL, SCM_APPLY): Remove casts of
1182 &debug to scm_debug_frame *; debug is a real scm_debug_frame now.
1183 (SCM_APPLY): Explicitly allocate space for debug.vect.
1184 * debug.c (scm_m_start_stack): Same, for vframe.vect.
1185 * stacks.c: Adjusted for new debug frame structure.
1186 (RELOC_INFO, RELOC_FRAME): New macros.
1187 (stack_depth, read_frames): Use them, and new scm_debug_frame
1188 element 'info', instead of magically knowing that eval frames have
1189 an info pointer sitting after vect.
1190 (scm_make_stack, scm_stack_id, scm_last_stack_frame): Use
1191 RELOC_FRAME.
1192 (scm_init_stacks): Formatting tweaks.
1193
1194 Wed Dec 18 14:57:57 1996 Jim Blandy <jimb@floss.cyclic.com>
1195
1196 Give GCC more control flow information, so it can be sure that
1197 variables aren't used uninitialized.
1198 * error.h (scm_error, scm_syserror, scm_syserror_msg,
1199 scm_sysmissing, scm_num_overflow, scm_out_of_range,
1200 scm_wrong_num_args, scm_wrong_type_arg, scm_memory_error,
1201 scm_misc_error): Tell GCC that these functions never return.
1202 * struct.c (scm_struct_ref, scm_struct_set_x): If we can't figure
1203 out the field type, call abort if SCM_ASSERT returns, to placate
1204 the optimizer.
1205 * stacks.c (scm_make_stack, scm_last_stack_frame): abort if
1206 scm_wta ever returns. We can't handle this case anyway, and this
1207 gives the optimizer more information.
1208 * unif.c (scm_uniform_vector_ref, scm_array_set_x): Abort if
1209 scm_wta ever returns.
1210
1211 In some cases, the code is fine, but GCC isn't smart enough to
1212 figure that out; this usually happens when one variable is only
1213 initialized and used when a particular condition holds true, and
1214 we know that condition will never change within a given invocation
1215 of the function. In this case, we simply initialize the variables
1216 to placate the compiler, hopefully to a value which will cause a
1217 crash if it is ever actually used.
1218 * print.c (scm_iprin1): Initialize mw_pos.
1219 * read.c (scm_lreadrecparen): Initialize tl2, ans2.
1220 * throw.c (scm_ithrow): Initialize dynpair.
1221 * unif.c (scm_uniform_vector_ref): Initialize cra.
1222 * struct.c (init_struct): Initialize prot.
1223 * mbstrings.c (scm_print_mb_symbol): Initialize mw_pos and inc.
1224
1225 * strports.c (scm_eval_0str): Don't return uninitialized garbage
1226 if EXPR contains no expressions.
1227
1228 Wed Dec 18 11:43:22 1996 Jim Blandy <jimb@totoro.cyclic.com>
1229
1230 * eval.c, debug.h: Revert changes of Dec 16 and Nov 21. They
1231 cause an infinite loop (???). So much for the algebraic
1232 equivalency of variable-sized arrays and alloca...
1233
1234 Tue Dec 17 20:29:03 1996 Marius Vollmer <mvo@zagadka.ping.de>
1235
1236 * backtrace.c (scm_display_error): Bugfix: scm_procedure_p returns
1237 a SCM boolean, not a C boolean.
1238
1239 Sat Dec 14 23:21:45 1996 Marius Vollmer <mvo@zagadka.ping.de>
1240
1241 * gc.c (SCM_MTRIGGER_HYSTERESIS): New memory management parameter.
1242 (scm_must_malloc, scm_must_realloc): Added a hysteresis to the
1243 rules for raising scm_mtrigger. Previously, unfortunate but not
1244 unlikely circumstances could result in almost constant invokation
1245 of the gc. Now, this situations should be less likely, but they
1246 are not prevented completely.
1247
1248 Tue Dec 17 16:19:07 1996 Jim Blandy <jimb@totoro.cyclic.com>
1249
1250 * numbers.c (scm_fuck): Procedure removed; looks like old test
1251 code.
1252 * numbers.h: Prototype removed.
1253
1254 Mon Dec 16 18:20:32 1996 Jim Blandy <jimb@totoro.cyclic.com>
1255
1256 * debug.h (scm_debug_frame): Change `vect' member from an in-line
1257 array to a pointer, to match my Nov 21 change in eval.c.
1258
1259 Fri Dec 13 16:12:14 1996 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1260
1261 * libguile.h: Added #include "libguile/backtrace.h", #include
1262 "libguile/stacks.h".
1263
1264 * strings.c (scm_string scm_make_string scm_string_ref
1265 scm_string_set_x scm_string_equal_p scm_string_append):
1266 Bugfix according to scm patch from Aubrey Jaffer:
1267 Corrected long-standing
1268 (not (eqv? (integer->char 128)
1269 (string-ref (make-string 1 (integer->char 128)) 0)))
1270 bug found by John Kozak <jk@noontide.demon.co.uk>.
1271
1272 * strports.c, strports.h: Make scm_eval_0str return the value of
1273 the last expression evaluated (previously, it returned void).
1274
1275 * strports.c, strports.h: New function: scm_read_0str. Does what
1276 it sounds like.
1277
1278 Tue Dec 10 23:38:43 1996 Gary Houston <ghouston@actrix.gen.nz>
1279
1280 * simpos.c (scm_getenv): return #f if string can't be found in the
1281 environment instead of throwing an exception, for compatibility
1282 with numerous other systems.
1283
1284 Mon Dec 9 23:23:35 1996 Tom Tromey <tromey@cygnus.com>
1285
1286 * Makefile.am (.c.x): Use guile-snarf.
1287 * configure.in (AC_OUTPUT): Generate guile-snarf; make it
1288 executable.
1289 * guile-snarf.in: New file, resurrected from old guile-snarf.sh.
1290
1291 Mon Dec 9 18:36:50 1996 Jim Blandy <jimb@duality.gnu.ai.mit.edu>
1292
1293 * backtrace.c (scm_display_error_message): Made non-static, and
1294 renamed from display_error_message.
1295 * backtrace.h (scm_display_error_message): Added extern decl.
1296 * throw.c (uncaught_throw): Use it to display the error message.
1297
1298 Mon Dec 9 10:10:38 1996 Tom Tromey <tromey@cygnus.com>
1299
1300 * inet_aton.c: Use #if 0, not #ifdef 0.
1301
1302 Mon Dec 9 06:36:48 1996 Gary Houston <ghouston@actrix.gen.nz>
1303
1304 * ioext.c (scm_sys_ftell): use scm_long2num instead of SCM_MAKINUM
1305 to convert the returned value.
1306 (scm_sys_fseek): use scm_num2long instead of SCM_INUM to convert
1307 the offset argument.
1308
1309 Sun Dec 8 21:06:38 1996 Jim Blandy <jimb@duality.gnu.ai.mit.edu>
1310
1311 Add new interface to catch/throw, usable from C as well as
1312 Scheme.
1313 * throw.h (scm_catch_body_t, scm_catch_handler_t): New types.
1314 (scm_internal_catch): New function, replaces...
1315 (scm_catch_apply): Deleted.
1316 * throw.c (scm_catch_apply): Deleted; replaced with a more general
1317 mechanism which is a bit more code, but can be used nicely from C
1318 and implement the Scheme semantics as well.
1319 (scm_internal_catch): This is the replacement; it's named after
1320 the analogous function in Emacs.
1321 (scm_catch): Reimplemented in terms of the above.
1322 (struct catch_body_data, catch_body, catch_handler): New
1323 functions, used by scm_catch.
1324 * root.c (cwdr): Reimplemented in terms of scm_internal_catch.
1325 (struct cwdr_body_data, cwdr_body, cwdr_handler): New functions;
1326 support for new cwdr.
1327
1328 * Makefile.am (libpath.h): Re-incorporate Mikael's changes of Wed
1329 Oct 30.
1330
1331 Sun Dec 8 17:55:34 1996 Marius Vollmer <mvo@zagadka.ping.de>
1332
1333 * acconfig.h: Added DYNAMIC_LINKING symbol.
1334 * configure.in: Add option and checks for dynamic linking.
1335 * dynl.c, dynl-dl.c, dynl-dld.c, dynl-shl.c, dynl-vms.c,
1336 dynl.h: New files for dynamic linking support.
1337 * Makefile.am (libguile_a_SOURCES):
1338 Added "dynl.c".
1339 (modinclude_HEADERS): Added "dynl.h".
1340 (EXTRA_DIST): Added "dynl-dl.c", "dynl-dld.c", "dynl-shl.c" and
1341 "dynl-vms.c".
1342 * init.c (scm_boot_guile_1): Call
1343 scm_init_dynamic_linking to initialize dynamic linking support.
1344
1345 Thu Dec 5 22:47:53 1996 Marius Vollmer <mvo@zagadka.ping.de>
1346
1347 * init.c (scm_boot_guile_1): Moved `live' variable to the toplevel
1348 (as we Schemers say). It needs to be global, so that I can tweak
1349 it for the proper operation of unexec.
1350 (scm_boot_guile_1_live): New variable, see above.
1351
1352 Sun Dec 1 00:00:49 1996 Tom Tromey <tromey@cygnus.com>
1353
1354 * guile-snarf.sh: Removed.
1355 * PLUGIN/guile.libs: Added dependency for -lm.
1356 * acinclude.m4: Renamed from aclocal.m4.
1357 * PLUGIN/greet: Removed.
1358 * Makefile.am, aclocal.m4: New files.
1359 * configure.in: Updated for Automake.
1360
1361 Thu Nov 28 00:23:55 1996 Marius Vollmer <mvo@zagadka.ping.de>
1362
1363 * eval.c (scm_definedp): Use top_level_lookup_closure_var
1364 and not top_level_lookup_thunk_var.
1365
1366 Wed Nov 27 22:04:19 1996 Jim Blandy <jimb@baalperazim.frob.com>
1367
1368 * Makefile.in (ancillary): List ChangeLog-scm, not ChangeLog.scm.
1369
1370 Wed Nov 27 14:14:56 1996 Marius Vollmer <mvo@zagadka.ping.de>
1371
1372 * eval.c (scm_definedp): Incompatibly changed to be a builtin
1373 Scheme function, instead of syntax. Single argument is now a
1374 symbol.
1375
1376 Thu Nov 21 20:26:36 1996 Jim Blandy <jimb@totoro.cyclic.com>
1377
1378 * ramap.c (scm_ra_sum, scm_ra_difference, scm_ra_product,
1379 scm_ra_divide): Properly terminate statements passed as arguments
1380 to IVDEP macros. (Thanks to Bernard Urban.)
1381
1382 * eval.c (SCM_CEVAL): Use alloca, not GCC's extensions for arrays
1383 with non-constant sizes. (Thanks to Bernard Urban.)
1384
1385 Thu Nov 21 11:17:42 1996 Jim Blandy <jimb@floss.cyclic.com>
1386
1387 It's an "eval closure", not an "eval thunk." A thunk is a
1388 function of no arguments.
1389 * root.h (struct scm_root_state): Renamed
1390 top_level_lookup_closure_var from top_level_lookup_thunk_var.
1391 (scm_top_level_lookup_closure_var): Renamed from
1392 scm_top_level_lookup_thunk_var.
1393 * root.c (mark_root): Uses changed.
1394 * gdbint.c (gdb_eval, gdb_binding): Uses changed.
1395 * init.c (scm_start_stack): Uses changed.
1396 * eval.c (scm_eval, scm_eval_x, scm_init_eval): Rename uses.
1397 Change scheme-visible name to *top-level-lookup-closure* from
1398 *top-level-lookup-thunk*.
1399
1400 Tue Nov 19 22:43:31 1996 Jim Blandy <jimb@totoro.cyclic.com>
1401
1402 * gc.c (scm_igc, scm_gc_mark): Round up the size of the stack we
1403 pass to scm_mark_locations. (Thanks to Aubrey Jaffer.)
1404
1405 Sun Nov 10 13:35:05 1996 Jim Blandy <jimb@floss.cyclic.com>
1406
1407 * gc.c (struct scm_heap_seg_data): Doc fixes.
1408
1409 * gc.c (scm_gc_sweep): Empty all segments' freelists before
1410 sweeping. Then, prepend each segment's free cells to its
1411 freelist, rather than wiping out the old value. (Thanks to Marius
1412 Vollmer.)
1413
1414 * gc.c (which_seg, scm_map_free_list, scm_newcell_count,
1415 scm_check_freelist, scm_debug_newcell): New functions and
1416 variables, for debugging freelist problems.
1417 * pairs.h (SCM_NEWCELL): New debugging version added.
1418 * gc.h (scm_debug_newcell): Added extern declaration, used by
1419 debugging version of SCM_NEWCELL.
1420
1421 Sat Nov 9 19:02:46 1996 Jim Blandy <jimb@floss.cyclic.com>
1422
1423 On some systems <libc.h> conflicts with <unistd.h>, and should not
1424 be #included at all.
1425 * aclocal.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): New autoconf macro.
1426 * acconfig.h (LIBC_H_WITH_UNISTD_H): New CPP symbol.
1427 * configure.in: Call it.
1428 * posix.c, filesys.c: Use its results to decide whether or not to
1429 #include <libc.h>.
1430 * configure, scmconfig.h.in: Rebuilt with autoconf and
1431 autoheader.
1432
1433 Wed Nov 6 16:19:50 1996 Jim Blandy <jimb@totoro.cyclic.com>
1434
1435 * fports.c (scm_stdio_to_port, scm_open_file): Set the port's
1436 pointer to the stdio stream before calling scm_setbuf0, so the
1437 latter will be able to retrieve it. I'm surprised this didn't
1438 segfault earlier. (Thanks to Christopher Lee.)
1439
1440 Wed Nov 6 16:01:20 1996 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1441
1442 * throw.c (scm_lazy_catch, scm_ithrow): Completed implementation
1443 of `lazy-catch'.
1444
1445 Sat Nov 2 21:01:48 1996 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1446
1447 * stacks.c, stacks.h (scm_make_stack): Now takes arbitrary
1448 number of stack narrowing specifier pairs. The first specifier in
1449 a pair controls inner border, the second the outer border. A
1450 number means cut that number of frames, a procedure object means
1451 cut until that object is found in operator position in a frame.
1452
1453 * root.c (cwdr): Bugfix.
1454
1455 * read.c: Recording of positions disabled by default.
1456
1457 * procs.c (scm_closure_p): New function.
1458
1459 * posix.c (scm_tmpnam): New function.
1460
1461 * load.c: Added #include "throw.h".
1462 (scm_sys_search_load_path): Bugfix: Don't add an extra '/' if path
1463 ends with '/'.
1464
1465 * load.c, load.h (scm_read_and_eval_x): New function.
1466
1467 * eval.c: Renamed debug option "deval" to "debug".
1468
1469 (scm_eval_x): `eval!' is no longer accessible from the scheme
1470 level. Motivation: We can't allow operations which introduce
1471 glocs into the scheme level. Guile's type system can't handle
1472 these as data. Use `eval' or `read-and-eval!' as replacement.
1473
1474 * debug.c (scm_m_start_stack): Bugfix: Use SCM_ECONSP instead of
1475 SCM_CONSP since this is a macro!; Set vframe.prev to
1476 scm_last_debug_frame instead of 0. In this way we can look
1477 "above" the virtual start stack frame if we wish.
1478 (scm_debug_hang): New function: Useful for debugging Guile in
1479 certain tricky situations. Will probably be removed later...
1480
1481 * debug.h: Changed semantics of debug option "backtrace". This
1482 option now only indicates whether we want automatic backtrace at
1483 an error.
1484
1485 Wed Oct 30 00:31:55 1996 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1486
1487 * ports.c: #include "filesys.h"
1488 (scm_char_ready_p): input_waiting renamed and moved to filesys.c.
1489
1490 * filesys.c, filesys.h (scm_input_waiting_p): Moved from ports.c.
1491 Motivation: This is system specific code which is related to file
1492 I/O. It also may use select. Added code by Gary Houston to
1493 detect presence of character in stdio buffers.
1494
1495 * libguile.h: #include "libguile/libpath.h"
1496
1497 * Makefile.in (libpath.h): Renamed definition of: LIBRARY_PATH -->
1498 SCM_LIBRARY_DIR; Added definitions of: SCM_PKGDATA_DIR,
1499 SCM_SITE_DIR; Install libpath.h among the other include files.
1500
1501 * load.c, load.h (scm_sys_package_data_dir): New function.
1502
1503 Mon Oct 28 11:43:41 1996 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1504
1505 * stacks.h: Bugfix: Don't use tail-array length field as stack
1506 length field! This screwed GC.
1507
1508 Tue Oct 22 01:01:00 1996 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1509
1510 * _scm.h: Added #ifndef around definition of macros min and max.
1511
1512 * __scm.h: Added hooks for threads to plugin to in ints protection
1513 macros: SCM_THREAD_DEFER, SCM_THREAD_ALLOW, SCM_THREAD_REDEFER,
1514 SCM_THREAD_ALLOW_1, SCM_THREAD_ALLOW_2. Motivation: We don't want
1515 the main code in these macros duplicated and spread over multiple
1516 files. Renamed SCM_THREADS_SWITCHING_CODE ->
1517 SCM_THREAD_SWITCHING_CODE.
1518
1519 Tue Oct 29 14:55:40 1996 Marius Vollmer <mvo@zagadka.ping.de>
1520
1521 * snarf.h: New file.
1522 * guile-snarf.sh: New file.
1523 * Makefile.in (inner_h_files): Added snarf.h
1524 (ancillary, install, uninstall, distclean): Added actions for
1525 guile-snarf.
1526 (.c.x): Use guile-snarf.
1527 (guile-snarf): New rule, to produce guile-snarf from guile-snarf.sh.
1528 (gen_c_files): Note that these depend on guile-snarf.
1529 * _scm.h: Removed the snarfing macros (SCM_PROC, etc). They are
1530 now in "snarf.h". Added #include "snarf.h" to get them.
1531 * libguile.h: Added #include "snarf.h".
1532 (Patches applied and tweaked by Jim Blandy.)
1533
1534 Tue Oct 29 13:21:13 1996 Jim Blandy <jimb@totoro.cyclic.com>
1535
1536 * socket.c: Use K&R style declaration for 'close'; the GNU coding
1537 standards suggest against providing prototypes for system
1538 functions. Thanks to Greg Troxel.
1539
1540 Mon Oct 28 16:48:32 1996 Jim Blandy <jimb@floss.cyclic.com>
1541
1542 * strports.c (scm_eval_0str): New function.
1543 #include "read.h", to get prototype for scm_read.
1544 * Makefile.in (strports.o): Update dependencies.
1545 * strports.h: New prototype.
1546
1547 * numbers.c (scm_integer_p): Renamed from scm_int_p; change its
1548 scheme name from "int?" to "integer?". It seems to do the job.
1549 * numbers.h: Rename prototype too.
1550 * scmhob.h (intp): Change definition to refer to scm_integer_p. I
1551 hope this is right.
1552
1553 * numbers.c (scm_less_p, scm_gr_p, scm_leq_p, scm_geq_p,
1554 scm_num_eq_p): Rename these according to R4RS conventions: call
1555 them <, <=, =, >, and >=, not <?, <=?, =?, >?, and >=?. En route
1556 to making libguile R4RS compliant without ice-9...
1557
1558 * load.c (scm_sys_search_load_path): Search for files under all
1559 extensions listed in the %load-extensions variable. If FILENAME
1560 is absolute, return it unchanged, without searching the load path.
1561 (scm_loc_load_extensions): New variable, pointing to
1562 %load-extensions' value cell.
1563 (scm_init_load): Initialize it, and the value it points to.
1564 (scm_primitive_load_path): Improve error reporting.
1565
1566 * load.c (scm_loc_load_hook): New variable, pointing to value cell
1567 of new Scheme variable %load-hook.
1568 (scm_primitive_load): Apply %load-hook to filename.
1569
1570 Mon Oct 28 06:28:28 1996 Gary Houston <ghouston@actrix.gen.nz>
1571
1572 * configure.in: add tests for figuring out whether buffered data
1573 is available in a FILE structure, which is needed by char-ready.
1574
1575 * acconfig.h: define FILE_CNT_FIELD, FILE_CNT_GPTR and
1576 FILE_CNT_READPTR.
1577
1578 * simpos.c (scm_getenv): renamed from scm_sys_getenv. Throw
1579 exceptions using misc_error instead of syserror. It seems a bit
1580 odd to throw an exception if a string can't be found in the
1581 environment, but it's consistent with open-file, stat etc.
1582 (simpos.h): remove sys_ from getenv.
1583
1584 * posix.c (scm_putenv): renamed from scm_sys_putenv. If an error
1585 occurs, throw an error instead of returning errno. Return value
1586 is now unspecified.
1587 (numerous in posix.c and posix.h): removed superfluous sys_ from names.
1588
1589 Sun Oct 27 01:22:04 1996 Gary Houston <ghouston@actrix.gen.nz>
1590
1591 * filesys.c (scm_stat2scm): derive file type and permissions from
1592 the stat mode and append them to the returned vector.
1593 There isn't much overhead in doing this and it avoids the need to
1594 work with S_IRUSR et al. in Scheme.
1595 Define symbols scm_sym_regular etc.
1596 (scm_init_filesys): don't intern S_IRUSR etc.
1597
1598 * load.c: change s_try_load and s_try_load_path to s_primitive_load
1599 and s_primitive_load_path.
1600
1601 * eval.c, load.c, error.c (scm_wta): use scm_misc_error.
1602
1603 * error.h: don't declare error symbols. prototype for scm_misc_error.
1604
1605 * stackchk.c (scm_stack_overflow_key): defined here instead of in
1606 error.c.
1607
1608 * error.c: use SCM_SYMBOL to set up error keys.
1609 scm_misc_error: new procedure.
1610
1611 Fri Oct 25 01:56:30 1996 Jim Blandy <jimb@floss.cyclic.com>
1612
1613 * read.c (scm_lreadr): Recognize SCSH-style block comments; text
1614 between `#!' and `!#' is ignored.
1615 (skip_scsh_block_comment): New function.
1616
1617 * feature.c (scm_set_program_arguments): New argument, FIRST.
1618 * feature.h: Update prototype.
1619 * init.c (scm_boot_guile_1): Pass new argument to
1620 scm_set_program_arguments.
1621
1622 Tue Oct 22 20:54:42 1996 Jim Blandy <jimb@floss.cyclic.com>
1623
1624 * init.c (scm_start_stack): Don't initialize scm_progargs here.
1625 (scm_boot_guile): Call scm_set_program_arguments here, later than
1626 the old initialization.
1627
1628 * init.c: (scm_boot_guile, scm_boot_guile_1): New, simplified
1629 initialization procedure.
1630 - Delete in, out, err arguments; there are other perfectly good
1631 ways to override these when desired.
1632 - Delete result argument; this function shouldn't ever return.
1633 - Rename init_func argument to main_func, for less confusion.
1634 - Delete boot_cmd argument; main_func is more general.
1635 -Add 'closure' argument, to help people pass data to main_func
1636 without resorting to global variables.
1637 - Abort if reentered; don't bother returning an error code.
1638 - Call scm_init_standard_ports to set up the default/current
1639 standard ports; no need to pass them to scm_start_stack.
1640 - Remove code to evaluate the boot_cmd, and start the repl; let
1641 the user do something like that in main_func if they want.
1642 - Remove code to package up a return value; main_func can do any
1643 of that as needed.
1644 - Call exit (0), instead of returning.
1645 (scm_start_stack): Don't initialize the I/O ports here; that's
1646 weird. Delete in, out, err arguments. Move guts to
1647 scm_init_standard_ports, scm_stdio_to_port.
1648 (scm_init_standard_ports): New function, to set up current and
1649 default standard ports.
1650 (scm_start_stack, scm_restart_stack): Make these static.
1651 * init.h (scm_boot_guile): Adjust declaration.
1652 (scm_start_stack, scm_restart_stack): Remove externally
1653 visible declarations for these.
1654 (enum scm_boot_status): Removed; now scm_boot_guile never returns.
1655
1656 * fports.c (scm_stdio_to_port): New function. Its guts used to be
1657 written out several times in scm_start_stack.
1658 * fports.h: New declaration for the above.
1659
1660 * feature.c (scm_set_program_arguments): New function.
1661 * feature.h: New declaration for the above.
1662
1663 * ports.c: Formatting tweak.
1664
1665 Sun Oct 20 03:29:32 1996 Mikael Djurfeldt <mdj@kenneth>
1666
1667 * pairs.h, eval.c, eval.h, feature.c, gc.c, list.c, load.c,
1668 ramap.c, symbols.c: Added new selectors SCM_CARLOC and SCM_CDRLOC
1669 for obtaining the address of a car or cdr field. Motivation:
1670 &SCM_CXR make assumptions about the internal structure of the
1671 SCM_CXR selectors.
1672
1673 * eval.h, eval.c: Added new selector SCM_GLOC_VAL_LOC.
1674 Motivation: see SCM_CXRLOC.
1675
1676 * pairs.h, eval.c, gc.c, init.c, ioext.c, ports.c, ports.h,
1677 srcprop.h, tags.h, throw.c, unif.c: Added new selectors
1678 SCM_SETAND_CAR, SCM_SETAND_CDR, SCM_SETOR_CAR and SCM_SETOR_CDR.
1679 Motivation: Safer use. Some other macros are defined in terms of
1680 these operations. If these are defined using the SCM_SETCXR
1681 (<e1>, SCM_CXR (<e1>) <op> <e2>) pattern a complex <e1> will lead
1682 to inefficiency and an <e1> with side-effects could potentially
1683 break. Also, these particular operations are heavily utilized in
1684 the garbage collector. In unoptimized code there will be a
1685 measurable speedup.
1686
1687 * alist.c, arbiters.c, continuations.c, debug.c, debug.h, eval.c,
1688 eval.h, feature.c, filesys.c, fports.c, gc.c, gsubr.c, init.c,
1689 ioext.c, kw.c, list.c, load.c, mallocs.c, numbers.c, numbers.h,
1690 pairs.c, pairs.h, ports.c, ports.h, posix.c, procprop.c, procs.c,
1691 procs.h, ramap.c, read.c, root.c, srcprop.c, srcprop.h,
1692 strports.c, symbols.c, tags.h, throw.c, unif.c, variable.c,
1693 vports.c: Cleaned up use of pairs: Don't make any special
1694 assumptions about the internal structure of selectors and
1695 mutators: SCM_CXR (<e1>) = <e2> --> SCM_SETCXR (<e1>, <e2>),
1696 SCM_CXR (<e1>) &= <e2> --> SCM_SETAND_CXR (<e1>, <e2>) etc.
1697 (Among other things, this change makes it easier to build Guile
1698 with certain compilers which have problems with casted lvalues.)
1699
1700 Fri Oct 18 01:11:56 1996 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1701
1702 * stacks.c: Improve selection of relevant stack frames when making
1703 a stack object. Introduce one level of indirection in the stack
1704 object to make it possible to "narrow" to a certain region of the
1705 stack. This facilitates making use of more clever algorithms (not
1706 implemented) for selecting relevant frames and gives a cleaner
1707 design since selection of frames can be done independently of
1708 extraction of frames from the real stack.
1709 (scm_stack_id): Also take #t as argument which means look at
1710 current stack.
1711
1712 * stacks.h: In struct scm_stack: Turn field frames into a pointer.
1713 Turn n_tail into an integer directly representing current number
1714 of frames in stack. Add field tail.
1715
1716 * ports.c (scm_port_line_x, scm_port_column_x): New mutators.
1717
1718 * debug.c (scm_make_memoized): Made it available at scheme level.
1719 (scm_unmemoize, scm_memoized_environment): Bugfix: Check for
1720 SCM_NIMP before applying heavier predicates in argument checking.
1721 (scm_local_eval): Also take memoized object as argument.
1722
1723 * backtrace.c (scm_display_error): Just a safety measure: Stacks
1724 aren't created with zero length, but should such a strange
1725 creature suddenly turn up...
1726
1727 Wed Oct 16 11:08:41 1996 Marius Vollmer <mvo@zagadka.ping.de>
1728
1729 * hashtab.h (scm_hashx_remove_x): Renamed `delete' parameter to
1730 `del', for the sake of C++ compilers. (Patch applied by JimB.)
1731
1732 Tue Oct 15 17:06:13 1996 Jim Blandy <jimb@floss.cyclic.com>
1733
1734 * variable.c (scm_make_variable): Make the name hint optional, as
1735 documented.
1736 (anonymous_variable_sym): Renamed from variable_sym. All uses
1737 changed.
1738
1739 * load.c (scm_primitive_load, scm_primitive_load_path): Renamed
1740 from scm_sys_try_load and scm_sys_try_load_path. The Scheme name
1741 of scm_primitive_load_path was also changed to
1742 "primitive-load-path", from "%try-load-path". Callers changed.
1743 We'd like to respect the convention that a function named
1744 "try-mumble" should behave just like the function called "mumble",
1745 but return #f instead of signalling some error.
1746 * load.h: Rename prototypes.
1747
1748 Tue Oct 15 05:34:10 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
1749
1750 * print.c (make_print_state, grow_print_state), print.h: Modified
1751 the print state representation: Don't use a tail array for
1752 recording of circular references. Resizing of the print state
1753 structure invalidates the print state pointer. To avoid passing
1754 around an indirect print state reference to all printing
1755 functions, we instead let the print state reference a resizable
1756 vector.
1757
1758 Mon Oct 14 19:25:00 1996 Jim Blandy <jimb@totoro.cyclic.com>
1759
1760 * alist.c (scm_sloppy_assq, scm_sloppy_assv, scm_sloppy_assoc):
1761 Don't crash when passed an improper list terminated by a
1762 non-immediate value.
1763
1764 Mon Oct 14 19:08:33 1996 Jim Blandy <jimb@floss.cyclic.com>
1765
1766 Allocate data for structures on an eight-byte boundary, as
1767 required by the tagging system.
1768 * struct.c (alloc_struct): New function.
1769 (scm_make_struct, scm_make_vtable_vtable): Call it.
1770 * struct.h (scm_struct_n_extra_words): Bump to 3.
1771 (scm_struct_i_ptr): New "field".
1772 * gc.c (scm_gc_sweep): When we need to free the data, use the
1773 information stored by alloc_struct to find the beginning of the
1774 block allocated to the structure, so we can free it.
1775
1776 Mon Oct 14 17:07:55 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
1777
1778 * init.c (scm_boot_guile_1): Moved scm_init_struct in front of
1779 scm_init_stacks.
1780
1781 * debug.h (SCM_VOIDFRAME, SCM_VOIDFRAMEP): New macros.
1782 (scm_debug_info): New member: id.
1783
1784 * stacks.c: Stacks are now represented as structs; Stacks have an
1785 id given to them by `start-stack'.
1786 (scm_last_stack_frame): Added predicates `stack?' and `frame?'.
1787
1788 * stacks.h: Added declarations of scm_stack_p and scm_frame_p;
1789 Changed stack representation.
1790
1791 * debug.c (scm_procedure_name): Try procedure property `name' for
1792 compiled closures aswell.
1793
1794 * gc.c (scm_init_storage): Initialize scm_stand_in_procs to SCM_EOL.
1795
1796 * eval.c: scm_i_name moved to gsubr.c
1797 (scm_m_define): Record names of all kinds of procedure
1798 objects. (Earlier, only closures were recorded.)
1799
1800 * procprop.h: Added declaration of scm_i_name.
1801
1802 * gsubr.c: Added global scm_i_name. Added #include "procprop.h".
1803 (scm_make_gsubr): Record names of compiled closures.
1804
1805 Mon Oct 14 04:21:51 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
1806
1807 * debug.c, debug.h: Removed obsolete code.
1808
1809 * continuations.c, continuations.h, debug.c, gc.c, init.c, root.c,
1810 stacks.c: Renamed regs --> scm_contregs.
1811
1812 * print.c (scm_free_print_state): Cleanup print state before
1813 returning it to pool. It is better to do it here than in
1814 scm_prin1 since scm_prin1 is called often.
1815
1816 * srcprop.c (scm_source_properties, scm_set_source_properties_x,
1817 s_set_source_property_x): Check that first argument is a pair or a
1818 memoized object.
1819
1820 * srcprop.c, srcprop.h: Made scm_i_filename, scm_i_copy,
1821 scm_i_line, scm_i_column and scm_i_breakpoint global.
1822
1823 * init.c: Added #include "backtrace.h" and #include "stacks.h".
1824 (scm_boot_guile_1): Added calls to scm_init_backtrace and
1825 scm_init_stacks.
1826
1827 * debug.h: Added debug object smob declaration and macro
1828 definitions.
1829
1830 * configure.in: Build with backtrace.o and stacks.o if debug
1831 support enabled.
1832
1833 * Makefile.in: Added entries for new files: backtrace.c,
1834 backtrace.h, stacks.c and stacks.h.
1835
1836 * symbols.c (scm_sym2ovcell): Fixed documentation.
1837
1838 * _scm.h (min, max): Added.
1839
1840 * async.c: Moved `min' macro to _scm.h.
1841
1842 * debug.h: New debug options SCM_BACKTRACE_MAXDEPTH and
1843 SCM_BACKTRACE_INDENT.
1844
1845 * eval.c: Added new debug options `maxdepth' and `indent'.
1846
1847 * print.c (make_print_state): Bugfix: Initialize pstate->ceiling.
1848
1849 * print.h: Added selector SCM_PRINT_STATE.
1850
1851 * print.c: New functions: scm_make_print_state,
1852 scm_free_print_state.
1853
1854 * print.h: Added declarations for scm_make_print_state,
1855 scm_free_print_state.
1856
1857 * debug.c (scm_m_start_stack): New acro.
1858
1859 * debug.h: Small cleanup.
1860
1861 * init.c (scm_boot_guile_1): Moved scm_init_debug below
1862 scm_init_eval.
1863
1864 Sun Oct 13 20:14:53 1996 Jim Blandy <jimb@totoro.cyclic.com>
1865
1866 * __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,
1867 arbiters.c, arbiters.h, async.c, async.h, boolean.c, boolean.h,
1868 chars.c, chars.h, continuations.c, continuations.h, debug.c,
1869 debug.h, dynwind.c, dynwind.h, eq.c, eq.h, error.c, eval.c,
1870 eval.h, extchrs.c, extchrs.h, fdsocket.c, fdsocket.h, filesys.c,
1871 filesys.h, fports.c, fports.h, gc.c, gdb_interface.h, gdbint.c,
1872 gdbint.h, genio.c, genio.h, gscm.c, gscm.h, gsubr.c, gsubr.h,
1873 hash.c, hash.h, hashtab.c, hashtab.h, init.c, ioext.c, ioext.h,
1874 kw.c, kw.h, libguile.h, mallocs.c, mallocs.h, markers.c,
1875 markers.h, mbstrings.c, mbstrings.h, numbers.c, numbers.h,
1876 objprop.c, objprop.h, options.c, options.h, pairs.c, pairs.h,
1877 ports.c, ports.h, posix.c, posix.h, print.c, print.h, procprop.c,
1878 procprop.h, procs.c, procs.h, ramap.c, ramap.h, read.c, read.h,
1879 root.c, scmsigs.c, scmsigs.h, sequences.c, sequences.h, simpos.c,
1880 simpos.h, smob.c, socket.c, socket.h, srcprop.c, srcprop.h,
1881 stackchk.c, stackchk.h, stime.c, stime.h, strings.c, strings.h,
1882 strop.c, strop.h, strorder.c, strorder.h, strports.c, strports.h,
1883 struct.c, struct.h, symbols.c, symbols.h, tag.c, tag.h, unif.c,
1884 unif.h, variable.c, variable.h, vectors.c, vectors.h, version.c,
1885 version.h, vports.c, vports.h, weaks.c, weaks.h: Use SCM_P to
1886 declare functions with prototypes. (Patch thanks to Marius
1887 Vollmer.)
1888
1889 More prototype-related changes from Marius Vollmer:
1890 * gdb_interface.h: Wrapped header file in #ifdef/#endif
1891 * gscm.h (gscm_run_scm): Added prototype for `initfn' paramter.
1892 * ports.h (ptobfuns): Added prototypes. This means some casting in
1893 fports.c.
1894 * fports.c: Added casts for initializations, since the functions
1895 are defined to take FILE * as their stream argument, not SCM.
1896 * fdsocket.c, fdsocket.h: Made `init_addr_buffer' static.
1897 * genio.c (scm_gen_puts): Changed `unsigned char *str_data' parameter
1898 to `char *str_data' to conform to prototype.
1899
1900 Sat Oct 12 21:49:29 1996 Gary Houston <ghouston@actrix.gen.nz>
1901
1902 * error.c, eval.c, load.c, stackchk.c: use scm_error not lgh_error.
1903
1904 * __scm.h (lgh_error): removed, lgh shouldn't be in libguile.
1905
1906 * stime.c, stime.h: use SCM_P method.
1907
1908 Sat Oct 12 16:16:25 1996 Jim Blandy <jimb@floss.cyclic.com>
1909
1910 * eval.c (scm_nconc2last): Don't accept an empty list; apply must
1911 be given at least two arguments. Insist that lst's last element
1912 be a list, but don't make any requirements of its predecessors.
1913
1914 Fri Oct 11 03:58:25 1996 Jim Blandy <jimb@floss.cyclic.com>
1915
1916 * eval.c (scm_nconc2last): Revert last change; there seems to be
1917 other stuff going on here.
1918
1919 Fri Oct 11 02:43:59 1996 Jim Blandy <jimb@totoro.cyclic.com>
1920
1921 * eval.c (scm_nconc2last): Make sure that each element of lst
1922 (which is a list of argument lists, except for the tail) is a
1923 proper list, i.e., finite and terminated by '().
1924
1925 Thu Oct 10 21:09:13 1996 Jim Blandy <jimb@totoro.cyclic.com>
1926
1927 * unif.c (scm_ra_set_contp): Localize `inc' declaration.
1928 Clarifies flow.
1929
1930 * struct.c (scm_make_struct, scm_make_vtable_vtable): Use the
1931 symbolic name for the tag, scm_tc3_cons_gloc, instead of just
1932 saying "1".
1933
1934 * vectors.c (scm_make_vector): Fill vectors with the undefined
1935 value, to help make Guile Scheme code more portable to other
1936 Schemes.
1937
1938 * symbols.c (scm_intern_obarray_soft, scm_sysintern): Doc fixes.
1939 * symbols.h, tags.h: Doc fixes.
1940
1941 Wed Oct 9 19:39:29 1996 Jim Blandy <jimb@floss.cyclic.com>
1942
1943 * async.c (scm_take_signal): Doc fixes.
1944
1945 Mon Oct 7 22:30:34 1996 Jim Blandy <jimb@totoro.cyclic.com>
1946
1947 * numbers.c (scm_divbigint): When the remainder is zero, we don't
1948 want to subtract it from the modulus; we just want to leave it
1949 alone.
1950
1951 Mon Oct 7 00:14:17 1996 Mikael Djurfeldt <mdj@kenneth>
1952
1953 * init.c (scm_boot_guile_1): Bugfix: i --> base in argument to
1954 `scm_init_threads'.
1955
1956 * throw.h (scm_catch_apply): Removed the `lazyp' argument.
1957
1958 * throw.c (scm_catch_apply): Finished implementation of
1959 `lazy-catch'.
1960
1961 Sun Oct 6 05:26:05 1996 Gary Houston <ghouston@actrix.gen.nz>
1962
1963 * filesys.c (scm_sys_select): move SCM_ALLOW_INTS past the sreturn
1964 check.
1965 (scm_init_filesys): set "i/o-extensions" feature.
1966 include feature.h.
1967
1968 Sat Oct 5 12:22:00 1996 Jim Blandy <jimb@floss.cyclic.com>
1969
1970 * Makefile.in (root.o): Correct dependencies.
1971
1972 Sat Oct 5 18:40:42 1996 Mikael Djurfeldt <mdj@kenneth>
1973
1974 * Makefile.in: Added dependency entry for root.o.
1975
1976 * continuations.c, debug.[ch], eval.c, gscm.c init.c, root.c,
1977 throw.c: Renamed last_debug_info_frame -> scm_last_debug_frame.
1978
1979 * init.c (scm_start_stack): Set initial root continuation number
1980 to 0.
1981
1982 * procs.c: New function: scm_thunk_p.
1983
1984 * procs.h: Added declarations of scm_thunk_p.
1985
1986 * root.c: Renamed `call-with-new-root' -->
1987 `call-with-dynamic-root'.
1988 (cwdr): Removed allocation of new root state. This should be done
1989 separately by use of scm_make_root.
1990 (scm_apply_with_dynamic_root): New function: Does what it
1991 sounds like. Needed when spawning threads.
1992
1993 * root.h: Added member last_debug_frame to root state.
1994 Added #include "libguile/debug.h"
1995
1996 * throw.c: Renamed scm_catch --> scm_catch_apply and added more
1997 arguments. The motivation is that code in root.c needs catch
1998 functionality, and we want to avoid code duplication.
1999 New functions: scm_catch, scm_lazy_catch. These are wrappers for
2000 scm_catch_apply. scm_lazy_catch is intended to introduce catch
2001 handlers that run without popping the stack into the dynwind
2002 chain.
2003
2004 * throw.h: Added prototypes for scm_catch_apply and
2005 scm_lazy_catch.
2006
2007 Thu Oct 3 11:12:33 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
2008
2009 * root.h (scm_root, scm_set_root): Decouple thread support details
2010 by introducing the selector SCM_THREAD_LOCAL_DATA and the mutator
2011 SCM_SET_THREAD_LOCAL_DATA.
2012
2013 * print.c (scm_iprlist): Bugfix: Added SCM_ECONSP tests in hare
2014 and tortoise scanning loop.
2015
2016 Thu Oct 3 00:04:53 1996 Jim Blandy <jimb@totoro.cyclic.com>
2017
2018 * Makefile.in: Rebuild dependencies.
2019
2020 * libguile.h: #include "libguile/print.h" before "smob.h", since
2021 the latter uses the print_state structure.
2022
2023 * throw.c (scm_ithrow): Use the correct variable when checking to
2024 see if a given element of scm_dynwinds is a valid catch.
2025
2026 * throw.c (scm_ithrow): If scm_dynwinds has invalid list
2027 structure, abort; don't just silently ignore the garbage.
2028
2029 * _scm.h: #include "print.h" here, since it seems to be used just
2030 about everywhere.
2031 * eval.c, gdbint.c, genio.h, numbers.h, smob.h, srcprop.c,
2032 strports.c, unif.h: Don't #include "print.h".
2033
2034 Tue Oct 1 05:15:10 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
2035
2036 * feature.h (scm_loc_features): Removed external declaration.
2037 (Bug fix suggested by Petr Adamek <adamek@mit.edu>.)
2038
2039 Tue Oct 1 00:00:10 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
2040
2041 * feature.c (scm_init_feature): Added threads feature (needs to be
2042 initialized here, since features doesn't exist when
2043 scm_init_threads is called).
2044
2045 * libguile.h: Added #include "libguile/../threads/threads.h".
2046 (This is a kludge to get thread support working. This should be
2047 fixed.)
2048
2049 * configure.in, acconfig.h: Added flags for thread support.
2050
2051 * scmsigs.c: Define `signal' to be `pthread_signal' if using
2052 mit-pthreads.
2053
2054 * gc.c (scm_igc): Added SCM_THREAD_CRITICAL_SECTION_START and
2055 SCM_THREAD_CRITICAL_SECTION_END. Moved marking of root data to
2056 root.c:mark_root.
2057
2058 * _scm.h: Added conditional #include "threads.h"
2059
2060 * __scm.h (SCM_ASYNC_TICK): Added call to macro
2061 SCM_THREADS_SWITCHING_CODE.
2062
2063 * init.c (scm_start_stack): Call `scm_make_root' to dynamically
2064 allocate the basic dynamic root object.
2065 (scm_boot_guile): Added call to scm_init_root.
2066
2067 * root.c, root.h: Added root smob.
2068 (cwdr, scm_call_with_new_root, scm_dynamic_root, scm_app_wdr): New
2069 functions: Implements dynamic roots mostly according to spec in
2070 SCM manual. Main difference is that the second argument is a
2071 throw handler rather than an error "thunk".
2072
2073 * root.h: Added declaration of scm_init_root.
2074
2075 * root.c: Added #include "genio.h", #include "smob.h", #include
2076 "pairs.h", #include "throw.h", #include "dynwind.h", #include
2077 "eval.h"
2078 (scm_init_root): Added #include "root.x".
2079
2080 * throw.c: Added #include "stackchk.h"
2081 (scm_catch): Changed SCM_DEFER_INTS --> SCM_REDEFER_INTS and
2082 SCM_ALLOW_INTS --> SCM_REALLOW_INTS. This is so that scm_catch
2083 can be used in scm_call_with_new_root; Added reenabling of stack
2084 checking when catching a throw.
2085
2086 Mon Sep 30 21:48:11 1996 Jim Blandy <jimb@totoro.cyclic.com>
2087
2088 * list.c, list.h: Use SCM_P instead of CPP hair. Doc fixes.
2089
2090 * list.c (scm_member, scm_memv, scm_memq): Return #f if a matching
2091 element is not found, as per R4RS.
2092
2093 Sat Sep 28 18:13:01 1996 Jim Blandy <jimb@totoro.cyclic.com>
2094
2095 * list.c: Doc fixes throughout.
2096
2097 Sat Sep 28 02:07:43 1996 Gary Houston <ghouston@actrix.gen.nz>
2098
2099 * strings.c, strings.h: (scm_makfrom0str, scm_makefrom0str_opt:
2100 declare the char * to be const. Avoids a warning in rgx.c.
2101
2102 * ports.h: spelling fix.
2103
2104 * filesys.c (scm_sys_stat, scm_sys,lstat): include file name in
2105 error messages.
2106
2107 * load.c (scm_sys_try_load_path): throw an error if file not found
2108 (like it says it in NEWS).
2109
2110 Fri Sep 27 18:27:01 1996 Jim Blandy <jimb@totoro.cyclic.com>
2111
2112 * symbols.c (scm_intern_obarray_soft): Initialize the new symbol's
2113 PROPS slot to '(), not #f; it's an empty alist.
2114
2115 * throw.h, throw.c: Use SCM_P instead of #if hair.
2116
2117 Remove special support for uncaught throws; see throw.c for
2118 rationale.
2119 * throw.c (uncaught_throw): New function.
2120 (scm_ithrow): Call uncaught_throw if we don't find a throw
2121 target; don't mess with scm_bad_throw_vcell.
2122 (scm_bad_throw_vcell): Variable deleted.
2123 (scm_init_throw): Don't initialize it.
2124
2125 * throw.c (scm_ithrow): Don't let outer key matches shadow inner
2126 #t catches.
2127
2128 Wed Sep 25 04:35:50 1996 Jim Blandy <jimb@totoro.cyclic.com>
2129
2130 * numbers.c (scm_istr2int): If the number is short (as most
2131 numbers are), just call scm_small_istr2int to deal with it.
2132 (scm_small_istr2int): New function, created by un-#ifdefing the
2133 non-bignum version of scm_istr2int and renaming it.
2134
2135 Tue Sep 24 06:48:38 1996 Gary Houston <ghouston@actrix.gen.nz>
2136
2137 * load.c (scm_sys_try_load): don't check whether value returned
2138 by scm_open_file is #f, it won't be. Always return SCM_UNSPECIFIED.
2139 Change the Scheme name from %try-load to primitive-load.
2140
2141 * error.c (scm_error): convert a NULL message to SCM_BOOL_F.
2142 Can avoid passing a message, allowing it to be derived in the
2143 error handler (e.g., if we want to throw to the key both from
2144 Scheme and C).
2145
2146 Mon Sep 23 00:42:15 1996 Mikael Djurfeldt <mdj@kenneth>
2147
2148 * print.c (scm_iprin1, scm_prin1, scm_iprlist): Circular
2149 references now have a new appearance which is more compact and
2150 also gives a clue about what the target of the reference is.
2151 By setting parameters in the print state, more fancy printing can
2152 be achieved. This is used by the (not yet commited) backtrace
2153 code.
2154
2155 Sun Sep 22 17:10:06 1996 Mikael Djurfeldt <mdj@kenneth>
2156
2157 * eval.c, numbers.h, unif.h, smob.h, srcprop.c: Added #include
2158 "print.h"
2159
2160 * print.c: Added #include "struct.h". Removed function
2161 scm_prlist.
2162
2163 * print.h: Modified prototypes for scm_iprlist, scm_prin1 and
2164 scm_iprin1. Removed prototype for scm_prlist.
2165
2166 * arbiters.c (prinarb),
2167 async.c (print_async),
2168 debug.c (prindebugobj, prinmemoized),
2169 eval.c (prinprom, prinmacro),
2170 filesys.c (scm_fd_print, scm_dir_print),
2171 kw.c (print_kw),
2172 mallocs.c (prinmalloc),
2173 numbers.c, numbers.h (scm_floprint, scm_bigprint),
2174 smob.h (scm_smobfuns),
2175 srcprop.c (prinsrcprops),
2176 throw.c (prinjb),
2177 unif.c, unif.h (scm_raprin1, rapr1),
2178 variable.c (prin_var): Changed argument `int writing' to
2179 `scm_print_state *pstate'.
2180
2181 * init.c (scm_boot_guile): Moved scm_init_struct upwards so
2182 that it will be called before scm_init_print.
2183
2184 * print.c (scm_prin1): Print states are now allocated when calling
2185 scm_prin1 and then passed around to all printing functions as an
2186 argument. A cache `print_state_pool' enables reuse of print
2187 states.
2188 (scm_make_print_state): New function.
2189 (scm_iprin1): Adaption to print states.
2190 (scm_iprlist): An initial "hare and tortoise" scan brings down
2191 time complexity to O (depth * N). (Better time complexity will be
2192 achieved when the printing code is completely rewritten.)
2193
2194 Fri Sep 20 22:01:36 1996 Jim Blandy <jimb@totoro.cyclic.com>
2195
2196 * aclocal.m4 (GUILE_STRUCT_UTIMBUF): Use AC_CACHE_CHECK instead of
2197 AC_CACHE_VAL; #define UTIMBUF_NEEDS_POSIX outside AC_CACHE_VAL, so
2198 it gets done whether or not the cache variable has a value.
2199
2200 Thu Sep 19 17:06:39 1996 Jim Blandy <jimb@totoro.cyclic.com>
2201
2202 Distinguish #f and ().
2203 * __scm.h: #undef SICP.
2204 * pairs.h (SCM_EOL): Delete this definition, equating it with
2205 SCM_BOOL_F.
2206 * tags.h (SCM_EOL): Give it a new definition here; I think I found
2207 the value it used to have. Doc fixes, too.
2208
2209 Thu Sep 19 15:33:51 1996 Mikael Djurfeldt <mdj@kenneth>
2210
2211 * struct.c (scm_make_struct_layout, init_struct, scm_struct_ref,
2212 scm_struct_set_x), struct.h, gc.c (scm_gc_mark): Completed Tom
2213 Lord's implementation of structs, allowing for tail arrays as
2214 described in the manual. Also fixed some bugs. (Both the interface
2215 and the implementation should be improved.)
2216
2217 * read.c (scm_init_read): Removed #ifdef READER_EXTENSIONS
2218
2219 * print.c, print.h: Closures now print like #<procedure foo (x)>.
2220 People who whish to see the source can do `(print-enable 'source)'.
2221 Removed #ifdef DEBUG_EXTENSIONS.
2222
2223 Thu Sep 19 00:00:29 1996 Gary Houston <ghouston@actrix.gen.nz>
2224
2225 * filesys.c (scsm_sys_stat): don't SIGSEGV if argument is an
2226 integer (assuming for now accepting an integer is a good thing).
2227
2228 * error.c, fports.c: replace use of %S in lgh_error args with %s.
2229 %S will be used instead for write'ing arguments.
2230
2231 * unif.c (scm_transpose_array): change arguments in the SCM_WNA
2232 asserts. fix a few other asserts.
2233 (scm_aind, scm_enclose_array, scm_array_in_bounds_p,
2234 scm_uniform_vector_ref, scm_array_set_x,
2235 scm_dimensions_to_unform_array): change args in
2236 SCM_WNA SCM_ASSERTS and change scm_wta's to scm_wrong_num_args.
2237 strop.c (scm_substring_move_left_x, scm_substring_move_right_x,
2238 scm_substring_fill_x): likewise.
2239 gsubr.c (scm_gsubr_apply): likewise.
2240 eval.c (SCM_APPLY): likewise.
2241
2242 * eval.c (4 places): replace scm_everr with lgh_error or
2243 scm_wrong_num_args.
2244
2245 * error.c, error.h (scm_wrong_num_args, scm_wrong_type_arg,
2246 scm_memory_error): new procedures.
2247 scm_everr: deleted. can use scm_wta, dropping first two args.
2248 scm_error: convert NULL subr to SCM_BOOL_F.
2249
2250 * __scm.h: don't define SCM_STACK_OVFLOW, SCM_EXIT, SCM_ARG6, SCM_ARG7,
2251 SCM_ARGERR.
2252
2253 * stackchk.c (scm_report_stack_overflow): use lgh_error instead
2254 of scm_wta.
2255
2256 * error.c, error.h: new error keys: scm_arg_type_key,
2257 scm_args_number_key, scm_memory_alloc_key, scm_stack_overflow_key,
2258 scm_misc_error_key.
2259 scm_wta: reimplement using lgh_error instead of scm_everr.
2260
2261 Wed Sep 18 17:13:35 1996 Mikael Djurfeldt <mdj@kenneth>
2262
2263 * gdbint.c: scm_lread now has one more argument.
2264
2265 * ports.c, ports.h: Name change: scm_\(line\|column\)_number -->
2266 scm_port_\1; Added mutator scm_set_port_filename_x (used when
2267 loading source from non-file ports, which, e. g., happens when
2268 using the Emacs interface).
2269
2270 * fports.c (scm_open_file): Don't call scm_makfrom0str on a scheme
2271 object.
2272
2273 * read.c: Added code for recording of positions of source code
2274 expressions; New functions: recsexpr, scm_lreadrecparen;
2275 _scm_make_srcprops --> scm_make_srcprops
2276 (scm_flush_ws): Removed updating of positions counters. This work
2277 is already done by scm_gen_getc
2278
2279 * read.h: Added prototype for scm_lreadrecparen
2280
2281 * print.c: Added #include "alist.h"
2282
2283 * eval.c: Added #include "hash.h"
2284
2285 * eq.c: Added #include "ramap.h"
2286
2287 * options.c: Documentation fixes.
2288
2289 * srcprop.c (scm_finish_srcprop): Bugfix: update ptr.
2290 (scm_init_srcprop): Adjusted size of initial source-whash. Name
2291 changes: tc16_srcprops --> scm_tc16_srcprops, _scm_make_srcprops
2292 --> scm_make_srcprops
2293
2294 * srcprop.h: Name changes: tc16_srcprops --> scm_tc16_srcprops,
2295 _scm_make_srcprops --> scm_make_srcprops; Remove one layer of
2296 function calls in the definition of the whash access macros.
2297
2298 Tue Sep 17 11:33:16 1996 Lee Iverson <leei@Canada.AI.SRI.COM>
2299
2300 * init.c (scm_boot_guile): Add level of indirection to
2301 scm_boot_guile_1() to ensure that stack base pointer is properly
2302 initialized. There was no guarantee that variable i was the
2303 highest/lowest variable on stack (i.e. the call frame of
2304 scm_boot_guile was not completely protected from gc).
2305
2306 Tue Sep 17 01:40:56 1996 Gary Houston <ghouston@actrix.gen.nz>
2307
2308 * ports.h (scm_port_table): put back file_name, it will be used to
2309 support debugging. Undo related changes in fports.c, ioext.c,
2310 ports.c, gc.c.
2311
2312 Sun Sep 15 03:58:29 1996 Gary Houston <ghouston@actrix.gen.nz>
2313
2314 * ports.h (scm_port_table): remove file_name member for now, it seems
2315 undesirable.
2316 * fports.c (scm_open_file): don't set file_name in PTAB.
2317 (prinfport): don't use file_name in PTAB.
2318 * ioext.c (scm_sys_duplicate_port): don't set file_name in PTAB.
2319 * ports.c (scm_add_to_port_table): don't intialize file_name.
2320 (scm_port_file_name): remove for now.
2321 * gc.c (scm_gc_mark): don't mark PTAB file_name.
2322
2323 * fports.h (scm_mkfile): prototype deleted.
2324 * fports.c (scm_mkfile): merged into scm_open_file to simplify.
2325
2326 * debug.c, unif.c: use scm_out_of_range instead of
2327 wta for range errors (ASSERT still needs work).
2328
2329 * error.c, error.h (scm_out_of_range): new procedure.
2330
2331 * error.c, error.h (scm_out_of_range_key): new key.
2332
2333 * posix.c (scm_sync): #else was missing.
2334
2335 * error.c, error.h: append _key to names scm_num_overflow and
2336 scm_system_error.
2337
2338 * __scm.h (SCM_SYSMISSING, SCM_NUM_OVERFLOW): use SCM_BOOL_F instead
2339 of consing an empty list.
2340 (SCM_SYSERROR etc.): move into error.c, make them procedures instead
2341 of macros, saves code and string space.
2342 error.c, fports.c, numbers.c, posix.c, ioext.c, filesys.c, socket.c,
2343 fdsocket.c, simpos.c: change names of SCM_SYSERROR etc., to
2344 lower case. Rename scm_syserror_m to scm_syserror_msg.
2345 error.h: prototypes for new procedures.
2346
2347 Sat Sep 14 03:35:41 1996 Gary Houston <ghouston@actrix.gen.nz>
2348
2349 * numbers.c: use SCM_NUM_OVERFLOW instead of scm_wta or ASSERT.
2350
2351 * error.c, error.h: setup scm_num_overflow key.
2352
2353 * __scm.h: SCM_NUM_OVERFLOW: macro for reporting numerical overflow.
2354 Remove definition of SCM_OVSCM_FLOW.
2355
2356 * fports.c (scm_open_file): use SCM_SYSERROR_M.
2357
2358 * __scm.h: SCM_SYSERROR_M: new macro for system errors with an
2359 explicit message and args.
2360
2361 * error.c, error.h, __scm.h: change system_error_sym to
2362 scm_system_error.
2363
2364 * error.c (system_error_sym): remove leading %% from the Scheme name
2365 "%%system-error".
2366
2367 * __scm.h (SCM_SYSMISSING): Redefine using lgh_error.
2368
2369 Fri Sep 13 12:58:08 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
2370
2371 * __scm.h, chars.c, debug.c, eval.c, eval.h, extchrs.c, extchrs.h,
2372 fdsocket.c, feature.c, mbstrings.c, mbstrings.h, numbers.c,
2373 numbers.h, print.c, scmhob.h, simpos.h, symbols.c, symbols.h,
2374 tags.h, throw.c, variable.h: Name cleanup. Lots of xxxSCM_yyy
2375 renamed. (These were introduced by unsupervised name
2376 substitution.)
2377
2378 Fri Sep 13 01:19:08 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
2379
2380 * print.c: Added code for detection of circular references during
2381 printing. (init_ref_stack, grow_ref_stack): New functions. Added
2382 a hook for printing of closures (accessible via print options).
2383 This leads to a split of calls to scm_iprin1 into two classes:
2384 elementary print operations (e. g. the code which prints a smob)
2385 still use scm_iprin1 while top level calls (like scm_display) use
2386 scm_prin1. scm_prin1 begins by clearing the data structure used
2387 to record reference information.
2388
2389 * print.h: Added declarations of scm_prin1 and scm_prlist.
2390
2391 * strports.c (scm_strprint_obj): scm_iprin1 --> scm_prin1
2392
2393 * gscm.c (gscm_portprint_obj): scm_iprin1 --> scm_prin1
2394
2395 * gscm.h (gscm_print_obj): scm_iprin1 --> scm_prin1
2396
2397 * error.c (err_head): scm_iprin1 --> scm_prin1
2398
2399 * debug.c: Adjusted header comment.
2400
2401 * tags.h: Typo.
2402
2403 Wed Sep 11 17:55:59 1996 Jim Blandy <jimb@totoro.cyclic.com>
2404
2405 * strerror.c: Doc fix.
2406
2407 Thu Sep 12 00:00:32 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
2408
2409 * gdbint.c (gdb_read): Now possible to run during GC.
2410 (unmark_port, remark_port): New functions.
2411
2412 * symbols.h (SCM_SETLENGTH): Use SCM_SETCAR.
2413
2414 * read.c (scm_grow_tok_buf): Use scm_vector_set_length_x instead
2415 of allocating a new string object. Also, increase size by
2416 the factor 2 instead of 1.5.
2417
2418 Wed Sep 11 15:10:38 1996 Petr Adamek <jimb@floss.cyclic.com>
2419
2420 * __scm.h (SCM_P): Corrected to run under traditional C.
2421
2422 * _scm.h (SCM_PROC): Extraneous semicolon (outside functions)
2423 removed.
2424
2425 * async.c: Calls to scm_sysintern corrected.
2426
2427 * async.h (scm_async_clock): Redundant declaration removed.
2428
2429 * continuations.c (scm_dynthrow): Redundant declaration removed.
2430
2431 * debug.c (scm_single_step, scm_memoized, scm_lookup_soft):
2432 Definition typos corrected.
2433
2434 * debug.h: Missing declarations of functions in debug.c added
2435 (lots).
2436
2437 * eval.h (scm_eval_args, scm_deval_args, scm_m_undefine):
2438 Missing declarations to functions in eval.c added.
2439
2440 * filesys.c: Possibly uninitialized variable rv.
2441
2442 * gc.h (scm_object_addr, scm_unhash_name): Missing
2443 declarations of functions defined in gc.c added.
2444
2445 * genio.c: Possible typos str_data -> wstr_data. ???
2446
2447 * genio.c: Possibly unintended shadowing of local variable
2448 `int c' (gotos out of scope of inner `c'). ???
2449
2450 * init.c: Uninitialized `SCM last' may be used.
2451
2452 * ioext.h: (scm_sys_isatty_p): Typo.
2453
2454 * list.h (scm_list_head): Missing prototype for function in
2455 list.c added.
2456
2457 * numbers.c (scm_two_doubles): Changed from extern to static
2458 (is used only within numbers.c).
2459
2460 * numbers.h: Repeated declarations removed.
2461
2462 * ports.h (scm_close_all_ports_except): Declaration for the
2463 function defined in ports.c added.
2464
2465 * posix.h: Missing declarations added.
2466
2467 * procs.h (scm_make_subr_opt): Missing declaration added.
2468
2469 * socket.h (scm_sys_gethost): Missing declaration added.
2470
2471 * socket.h: Redundant declarations removed (they are in fdsocket.h).
2472
2473 * srcprop.h (scm_set_source_property_x, scm_finish_srcprop):
2474 Missing declarations added.
2475
2476 * stime.h (scm_get_internal_real_time): Repeated declarations removed.
2477
2478 * struct.c: Uninitialized variable `SCM answer' may be used.
2479
2480 * unif.c (l2ra): Declaration prototype.
2481
2482 * unif.c (scm_array_equal_p): Dummy definition removed (it is
2483 defined in ramap.c).
2484
2485 * unif.h (scm_raprin1, scm_istr2bve, scm_array_equal_p):
2486 Redundant declarations removed (they are in ramap.h).
2487
2488 * variable.h (scm_make_udvariable,
2489 scm_make_undefined_variable): Declaration corrected to
2490 correspond variable.c.
2491
2492 * vectors.h (scm_vector_move_left_x, scm_vector_move_right_x):
2493 Missing declarations added.
2494
2495 Wed Sep 11 14:38:50 1996 Jim Blandy <jimb@floss.cyclic.com>
2496
2497 * Makefile.in (distclean): Don't forget to delete fd.h.
2498
2499 Tue Sep 10 14:01:46 1996 Jim Blandy <jimb@floss.cyclic.com>
2500
2501 * fd.h.in, tags.h: Trivial cleanups.
2502
2503 * marksweep.c, marksweep.h: Deleted; marksweep.c was empty, and
2504 marksweep.h just declared functions from gc.c.
2505 * gc.h, libguile.h: Don't #include "marksweep.h".
2506 * Makefile.in (libobjs, inner_h_files, c_files, gen_c_files): Omit
2507 marksweep.o, marksweep.h, marksweep.c, and marksweep.x. Other
2508 dependencies updated.
2509
2510 * libguile.h: Don't #include "files.h"; it's been deleted.
2511
2512 * files.c (scm_sys_delete_file): Moved to filesys.c.
2513 File is now empty; deleted.
2514 * files.h: Deleted.
2515 * filesys.c: scm_sys_delete_file is now here. Remove
2516 #if's; they seem to rely on remnants of an old portability
2517 regimen. If the problems come up again, solve them properly,
2518 using autoconf. Specifically: Don't test M_SYSV, and #define
2519 remove to be unlink if it's #defined; don't use remove just
2520 because HAVE_STDC_HEADERS is #defined.
2521 * filesys.h: Add declarations for scm_sys_delete_file.
2522 * Makefile.in (libobjs, inner_h_files, c_files, gen_c_files): Omit
2523 files.o, files.h, files.c, and files.x.
2524 * init.c: Don't #include "files.h", and don't call scm_init_files.
2525
2526 Use SCM_P instead of PROTO; the latter intrudes on the user's
2527 namespace.
2528 * params.h: Deleted; definition of SCM_P moved to...
2529 * __scm.h: ... here, where it replaces PROTO macro.
2530 * libguile.h, smob.h: Don't #include "params.h".
2531 * continuations.c, error.h, feature.h, gc.c, gc.h, init.h, load.h,
2532 smob.h: Fix prototypes accordingly.
2533 * Makefile.in: Update dependencies.
2534 (inner_h_files): Remove params.h.
2535
2536 * gc.c: #include "gc.h"; every module should include its header,
2537 to let the compiler cross-check the declarations against the
2538 definitions.
2539
2540 * eq.h, files.h, hashtab.h, load.h, mallocs.h, scmsigs.h,
2541 simpos.h: #include "libguile/__scm.h".
2542
2543 Mon Sep 9 20:00:15 1996 Jim Blandy <jimb@floss.cyclic.com>
2544
2545 * init.c: Don't forget to #include smob.h and init.h.
2546 * Makefile.in: Dependencies updated.
2547
2548 * smob.h: Use PROTO instead of #if __STDC__.
2549
2550 * continuations.c (scm_dynthrow): Use PROTO, not SCM_P.
2551
2552 * __scm.h: Doc fixes.
2553
2554 * __scm.h, libguile.h: Use "quotes" in the #includes, not
2555 <angles>; this allows `make depends' to work properly.
2556
2557 * libguile.h: #include smob.h and pairs.h before the others; they
2558 define typedefs used by other headers.
2559
2560 C files should #include only the header files they need, not
2561 libguile.h (which #includes all the header files); the pointless
2562 recompilation was wasting my time.
2563 * Makefile.in (all .o dependency lists): Regenerated.
2564 * libguile.h: Don't try to get a definition for size_t here...
2565 * __scm.h: Do it here.
2566 * _scm.h: Since this is the internal libguile header, put things
2567 here that all (or a majority) of the libguile files will want.
2568 Don't #include <libguile.h> here; that generates dependencies on
2569 way too much. Instead, get "__scm.h", "error.h", "pairs.h",
2570 "list.h", "gc.h", "gsubr.h", "procs.h", "numbers.h", "symbols.h",
2571 "boolean.h", "strings.h", "vectors.h", "root.h", "ports.h", and
2572 "async.h".
2573 * alist.c: Get "eq.h", "list.h", "alist.h".
2574 * append.c: Get "append.h", "list.h".
2575 * arbiters.c: Get "arbiters.h", "smob.h".
2576 * async.c: Get "async.h", "smob.h", "throw.h", "eval.h".
2577 * boolean.c: Get "boolean.h".
2578 * chars.c: Get "chars.h".
2579 * continuations.c: Get "continuations.h", "dynwind.h", "debug.h",
2580 "stackchk.h".
2581 * debug.c: Get "debug.h", "feature.h", "read.h", "strports.h",
2582 "continuations.h", "alist.h", "srcprop.h", "procprop.h", "smob.h",
2583 "genio.h", "throw.h", "eval.h".
2584 * dynwind.c: Get "dynwind.h", "alist.h", "eval.h".
2585 * eq.c: Get "eq.h", "unif.h", "smob.h", "strorder.h",
2586 "stackchk.h".
2587 * error.c: Get "error.h", "throw.h", "genio.h", "pairs.h".
2588 * eval.c: Get "eval.h", "stackchk.h", "srcprop.h", "debug.h",
2589 "hashtab.h", "procprop.h", "markers.h", "smob.h", "throw.h",
2590 "continuations.h", "eq.h", "sequences.h", "alist.h", "append.h",
2591 "debug.h".
2592 * fdsocket.c: Get "fdsocket.h", "unif.h", "filesys.h".
2593 * feature.c: Get "feature.h".
2594 * files.c: Get "files.h".
2595 * filesys.c: Get "filesys.h", "smob.h", "genio.h".
2596 * fports.c: Get "fports.h", "markers.h".
2597 * gc.c: Get "async.h", "unif.h", "smob.h", "weaks.h",
2598 "genio.h", "struct.h", "stackchk.h", "stime.h".
2599 * gdbint.c: Get "gdbint.h", "chars.h", "eval.h", "print.h",
2600 "read.h", "strports.h", "tag.h".
2601 * genio.c: Get "genio.h", "chars.h".
2602 * gsubr.c: Get "gsubr.h", "genio.h".
2603 * hash.c: Get "hash.h", "chars.h".
2604 * hashtab.c: Get "hashtab.h", "eval.h", "hash.h", "alist.h".
2605 * init.c: Get everyone who has an scm_init_mumble function:
2606 "weaks.h", "vports.h", "version.h", "vectors.h", "variable.h",
2607 "unif.h", "throw.h", "tag.h", "symbols.h", "struct.h",
2608 "strports.h", "strorder.h", "strop.h", "strings.h", "stime.h",
2609 "stackchk.h", "srcprop.h", "socket.h", "simpos.h", "sequences.h",
2610 "scmsigs.h", "read.h", "ramap.h", "procs.h", "procprop.h",
2611 "print.h", "posix.h", "ports.h", "pairs.h", "options.h",
2612 "objprop.h", "numbers.h", "mbstrings.h", "mallocs.h", "load.h",
2613 "list.h", "kw.h", "ioext.h", "hashtab.h", "hash.h", "gsubr.h",
2614 "gdbint.h", "gc.h", "fports.h", "filesys.h", "files.h",
2615 "feature.h", "fdsocket.h", "eval.h", "error.h", "eq.h",
2616 "dynwind.h", "debug.h", "continuations.h", "chars.h", "boolean.h",
2617 "async.h", "arbiters.h", "append.h", "alist.h".
2618 * ioext.c: Get "ioext.h", "fports.h".
2619 * kw.c: Get "kw.h", "smob.h", "mbstrings.h", "genio.h".
2620 * list.c: Get "list.h", "eq.h".
2621 * load.c: Get "load.h", "eval.h", "read.h", "fports.h".
2622 * mallocs.c: Get "smob.h", "genio.h".
2623 * markers.c: Get "markers.h".
2624 * mbstrings.c: Get "mbstrings.h", "read.h", "genio.h", "unif.h",
2625 "chars.h".
2626 * numbers.c: Get "unif.h", "genio.h".
2627 * objprop.c: Get "objprop.h", "weaks.h", "alist.h", "hashtab.h".
2628 * options.c: Get "options.h".
2629 * ports.c: Get "ports.h", "vports.h", "strports.h", "fports.h",
2630 "markers.h", "chars.h", "genio.h".
2631 * posix.c: Get "posix.h", "sequences.h", "feature.h", "unif.h",
2632 "read.h", "scmsigs.h", "genio.h", "fports.h".
2633 * print.c: Get "print.h", "unif.h", "weaks.h", "read.h",
2634 "procprop.h", "eval.h", "smob.h", "mbstrings.h", "genio.h",
2635 "chars.h".
2636 * procprop.c: Get "procprop.h", "eval.h", "alist.h".
2637 * procs.c: Get "procs.h".
2638 * ramap.c: Get "ramap.h", "feature.h", "eval.h", "eq.h",
2639 "chars.h", "smob.h", "unif.h".
2640 * read.c: Get "alist.h", "kw.h", "mbstrings.h", "unif.h",
2641 "eval.h", "genio.h", "chars.h".
2642 * root.c: Get "root.h", "stackchk.h".
2643 * scmsigs.c: Get "scmsigs.h".
2644 * sequences.c: Get "sequences.h".
2645 * simpos.c: Get "simpos.h", "scmsigs.h".
2646 * smob.c: Get "smob.h".
2647 * socket.c: Get "socket.h", "feature.h".
2648 * srcprop.c: Get "srcprop.h", "weaks.h", "hashtab.h", "debug.h",
2649 "alist.h", "smob.h".
2650 * stackchk.c: Get "stackchk.h", "genio.h".
2651 * stime.c: Get "stime.h"."libguile/continuations.h".
2652 * strings.c: Get "strings.h", "chars.h".
2653 * strop.c: Get "strop.h", "chars.h".
2654 * strorder.c: Get "strorder.h", "chars.h".
2655 * strports.c: Get "strports.h", "print.h", "eval.h", "unif.h".
2656 * struct.c: Get "struct.h", "chars.h".
2657 * symbols.c: Get "symbols.h", "mbstrings.h", "alist.h",
2658 "variable.h", "eval.h", "chars.h".
2659 * tag.c: Get "tag.h", "struct.h", "chars.h".
2660 * throw.c: Get "throw.h", "continuations.h", "debug.h",
2661 "dynwind.h", "eval.h", "alist.h", "smob.h", "genio.h".
2662 * unif.c: Get "unif.h", "feature.h", "strop.h", "sequences.h",
2663 "smob.h", "genio.h", "eval.h", "chars.h".
2664 * variable.c: Get "variable.h", "smob.h", "genio.h".
2665 * vectors.c: Get "vectors.h", "eq.h".
2666 * version.c: Get "version.h".
2667 * vports.c: Get "vports.h", "fports.h", "chars.h", "eval.h".
2668 * weaks.c: Get "weaks.h".
2669
2670 * stackchk.h: #include "libguile/debug.h",
2671
2672 * print.h, read.h: #include "options.h", since everyone who uses
2673 either of these files will need that.
2674
2675 * smob.h: #include "ports.h", "genio.h", and "print.h", since
2676 anyone who uses this file will need them to define the smob
2677 printing functions. Also, get markers.h, since people will need
2678 to #define the mark functions.
2679
2680 * smob.h (scm_ptobfuns, SCM_PTOBNUM): Definitions moved...
2681 * ports.h: ... to here.
2682
2683 * ports.h (scm_port_table_size): Explicitly give type as 'int';
2684 don't rely on archaic C default type rules.
2685
2686 * fports.h: #include "libguile/ports.h", since you need that in
2687 order to parse this.
2688
2689 * genio.h: #include "libguile/print.h", because you need that to
2690 parse this; don't bother #including "ports.h", since print.h gets
2691 that.
2692
2693 * error.h: Don't #include "pairs.h"; _scm.h will do that now.
2694
2695 * eval.h (scm_top_level_lookup_thunk_var): Remove declaration for
2696 this; it's now a reference to an element of *scm_root.
2697
2698 * debug.h: Don't #include "options.h"; the compiler won't be able
2699 to find that once the headers are installed; instead, #include
2700 "libguile/options.h".
2701 * gc.h: Same, with marksweep.h.
2702 * mbstrings.h: Same, with symbols.h.
2703 * scmhob.h: Same, with _scm.h.
2704 * smob.h: Same, with params.h.
2705
2706 * Makefile.in (depends): Don't nuke scmconfig.h and the generated
2707 C files; there's no need for this, and it forces recompilations
2708 unnecessarily.
2709
2710 Sat Sep 7 06:57:23 1996 Gary Houston <ghouston@actrix.gen.nz>
2711
2712 * error.c (scm_error): declare scm_error_callback.
2713
2714 * error.h: prototype for scm_error_callback.
2715
2716 * __scm.h: define lgh_error.
2717 (SCM_SYSERROR): redefine using lgh_error.
2718
2719 Thu Sep 5 22:40:06 1996 Gary Houston <ghouston@actrix.gen.nz>
2720
2721 * error.c (scm_error): new procedure.
2722
2723 * error.h: prototype for scm_error.
2724
2725 * Makefile.in (install): install scmconfig.h from the current
2726 directory, not $(srcdir).
2727
2728 Thu Sep 5 11:38:07 1996 Jim Blandy <jimb@floss.cyclic.com>
2729
2730 * alist.h, append.h, arbiters.h, async.h, boolean.h, chars.h,
2731 continuations.h, debug.h, dynwind.h, error.h, eval.h, fdsocket.h,
2732 feature.h, filesys.h, fports.h, gc.h, gdbint.h, genio.h, gsubr.h,
2733 hash.h, init.h, ioext.h, kw.h, list.h, markers.h, marksweep.h,
2734 mbstrings.h, numbers.h, objprop.h, options.h, pairs.h, ports.h,
2735 posix.h, print.h, procprop.h, procs.h, ramap.h, read.h, root.h,
2736 sequences.h, smob.h, socket.h, srcprop.h, stackchk.h, stime.h,
2737 strings.h, strop.h, strorder.h, strports.h, struct.h, symbols.h,
2738 tag.h, throw.h, unif.h, variable.h, vectors.h, version.h,
2739 vports.h, weaks.h: #include "libguile/__scm.h", not
2740 <libguile/__scm.h>. This allows 'gcc -MM' to determine which
2741 dependencies are within libguile properly.
2742
2743 Thu Sep 5 11:38:07 1996 Jim Blandy <jimb@floss.cyclic.com>
2744
2745 * Makefile.in (.c.x): Simplify; there's no need to run this rule
2746 when scmconfig.h doesn't exist.
2747
2748 * load.c (scm_sys_try_load): Correct spelling.
2749
2750 * feature.c (scm_loc_features): Make this static.
2751
2752 * Makefile.in (libpath.h): Omit trailing slash from path. We
2753 shouldn't require it of users, so why put it here?
2754
2755 Move code to initialize and search %load-path from ice-9 to C
2756 code, so we can use the load-path to find the ice-9 boot code;
2757 this makes it easier to run Guile without installing it. See
2758 corresponding changes in guile/Makefile.in.
2759 * feature.c: Move stuff concerned with the load path to load.c.
2760 (scm_compiled_library_path): Deleted.
2761 Don't #include libpath.h here.
2762 * feature.h: Don't mention scm_compiled_library_path.
2763 * load.c: #include "libpath.h" here, as well as <sys/types.h>,
2764 <sys/stat.h>, and <unistd.h> (if present).
2765 (R_OK): #define if the system hasn't deigned to.
2766 (scm_loc_load_path): New variable.
2767 (scm_init_load_path, scm_sys_search_load_path,
2768 scm_sys_try_load_path): New functions.
2769 (scm_init_load): Initialize scm_loc_load_path to point to the
2770 value cell of the Scheme %load-path variable.
2771 * load.h: Add declarations for scm_sys_search_load_path,
2772 scm_sys_try_load_path.
2773 * init.c: Call scm_init_load_path.
2774 * Makefile.in (feature.o, load.o): Dependencies updated.
2775
2776 * load.c, load.h: Rewrite using PROTO macro.
2777
2778 Thu Sep 5 01:54:33 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
2779
2780 * gc.c (scm_cellp): New function: C predicate to determine if an
2781 SCM value can be regarded as a pointer to a cell on the heap.
2782
2783 * gc.h: Added declaration of scm_cellp.
2784
2785 * gdb_interface.h: New file: The GDB interface header from the GDB
2786 distribution.
2787
2788 * gdbint.c: New file: GDB interface.
2789
2790 * gdbint.h: New file: GDB interface.
2791
2792 * libguile.h: Added #include <libguile/gdbint.h>.
2793
2794 * init.c (scm_boot_guile): Added scm_init_gdbint.
2795
2796 * Makefile.in: Added gdb_interface.h, gdbint.[hc].
2797 Added -I.. to INCLUDE_CFLAGS (otherwise the include files won't be
2798 found if object files and source are kept separate).
2799
2800 Wed Sep 4 14:35:02 1996 Jim Blandy <jimb@floss.cyclic.com>
2801
2802 * feature.h, feature.c: Use PROTO macro, instead of #if __STDC__.
2803
2804 Wed Sep 4 01:30:47 1996 Jim Blandy <jimb@totoro.cyclic.com>
2805
2806 * configure.in: Don't substitute the values of TCL_SRC_DIR and
2807 TK_SRC_DIR; they're not relevant any more.
2808
2809 * Makefile.in (CC): Don't list -Wall here; it's a GCC-specific flag.
2810 * configure.in: Instead, put it in CFLAGS here, iff we're using GCC.
2811
2812 Wed Sep 4 00:55:49 1996 Jim Blandy <jimb@floss.cyclic.com>
2813
2814 * PLUGIN/guile.config (xtra_cflags): Include .. in the header
2815 search path, so we can find the <libguile/MUMBLE.h> headers.
2816
2817 * Makefile.in (ancillary): List aclocal.m4, for 'make dist'.
2818
2819 * Makefile.in (ALL_CFLAGS): Don't mention CFLAGS here; it's
2820 implicit in the .c.o rule.
2821 (.c.x): Don't mention ALL_CFLAGS here; its value is included in
2822 $(CC) already.
2823
2824 Put the library path in a header file, instead of passing it on
2825 the command line in every compilation.
2826 * Makefile.in (libpath.h): New target.
2827 (feature.o): Depend on libpath.h.
2828 (clean): Delete libpath.h.
2829 (ALL_CFLAGS): Don't use -DLIBRARY_PATH here. Instead ...
2830 * feature.c: ... #include "libpath.h" here.
2831 * .cvsignore: Ignore libpath.h.
2832
2833 Don't install the unwashed masses of Guile header files in the
2834 main #include path; put most of them in a subdirectory called
2835 'libguile'. This avoids naming conflicts between Guile header
2836 files and system header files (of which there were a few).
2837 * Makefile.in (pkgincludedir): Deleted.
2838 (innerincludedir): New variable; this and $(includedir) are enough.
2839 (INCLUDE_CFLAGS): Search for headers in "-I$(srcdir)/..".
2840 (installed_h_files): Divide this up. Now this variable lists
2841 those header files which should go into $(includedir) (i.e. appear
2842 directly in the #include path), and ...
2843 (inner_h_files): ... this new variable says which files appear in
2844 a subdirectory, and are referred to as <libguile/mumble.h>.
2845 (h_files): List them both.
2846 (install): Create innerincludedir, not pkgincludedir. Put
2847 the installed_h_files and inner_h_files in their proper places.
2848 (uninstall): Corresponding changes.
2849 * alist.h, append.h, arbiters.h, async.h, boolean.h, chars.h,
2850 continuations.h, debug.h, dynwind.h, error.h, eval.h, fdsocket.h,
2851 feature.h, fports.h, gc.h, genio.h, gsubr.h, hash.h, init.h,
2852 ioext.h, kw.h, libguile.h, list.h, markers.h, marksweep.h,
2853 mbstrings.h, numbers.h, options.h, pairs.h, ports.h, posix.h,
2854 print.h, procprop.h, procs.h, ramap.h, read.h, root.h,
2855 sequences.h, smob.h, socket.h, srcprop.h, stackchk.h, stime.h,
2856 strings.h, strop.h, strorder.h, strports.h, struct.h, symbols.h,
2857 tag.h, throw.h, unif.h, variable.h, vectors.h, version.h,
2858 vports.h, weaks.h: Find __scm.h in its new location.
2859 * __scm.h: Find scmconfig.h and tags.h in their new locations
2860 (they're both "inner" files).
2861
2862 Tue Sep 3 20:27:35 1996 Jim Blandy <jimb@floss.cyclic.com>
2863
2864 * Makefile.in (.c.x): Remove duplicate use of $(ALL_CFLAGS).
2865
2866 Tue Sep 3 19:53:00 1996 Jim Blandy <jimb@totoro.cyclic.com>
2867
2868 * posix.c: Doc fixes.
2869
2870 Mon Sep 2 15:22:40 1996 Jim Blandy <jimb@totoro.cyclic.com>
2871
2872 * socket.c: Don't include a prototype for inet_aton; just use a
2873 K&R style declaration, to avoid warnings but minimize the chance
2874 of conflicts with the system.
2875
2876 On NextStep, <utime.h> doesn't define struct utime, unless we
2877 #define _POSIX_SOURCE before #including it.
2878 * aclocal.m4 (GUILE_STRUCT_UTIMBUF): New test.
2879 * acconfig.h: New comment text for above CPP symbol.
2880 * configure.in: Call it.
2881 * posix.c: #define _POSIX_SOURCE if it seems necessary.
2882
2883 * configure.in (AC_CHECK_HEADERS): Include sys/utime.h and utime.h
2884 in the list.
2885 * posix.c: Check HAVE_SYS_UTIME_H and HAVE_UTIME_H, instead of
2886 testing for __EMX__.
2887
2888 * posix.c: #include <libc.h>, if it exists.
2889
2890 * posix.c: Cast the return result to GETGROUPS_T, not gid_t; we
2891 don't even know if the latter exists.
2892
2893 * posix.c (s_sys_setpgid, s_sys_setsid, s_sys_ctermid,
2894 s_sys_tcgetpgrp, s_sys_tcsetpgrp): Renamed from s_setpgid,
2895 s_setsid, s_ctermid, s_tcgetpgrp, s_tcsetpgrp, for consistency.
2896
2897 * posix.c (R_OK, W_OK, X_OK, F_OK): #define these if the system's
2898 header files don't.
2899 (scm_init_posix): Use them when initializing the Scheme constants
2900 of the same name.
2901
2902 Fri Aug 30 16:01:30 1996 Jim Blandy <jimb@floss.cyclic.com>
2903
2904 * Makefile.in (libdir, includedir, bindir): Use the
2905 autoconf-supplied values, instead of deriving them ourselves.
2906 (pkgincludedir, datadir, pkgdatadir): New variables.
2907 (install, uninstall): Put the header files in a special
2908 subdirectory, not in the main search path.
2909
2910 * Makefile.in (ALL_CFLAGS): Provide the proper value for
2911 LIBRARY_PATH --- use $(pkgdatadir) instead of $(libdir).
2912
2913 * Makefile.in (IMPLPATH): Deleted; never used.
2914
2915 * Makefile.in (TCL_SRC_DIR, TK_SRC_DIR): Deleted; we don't depend
2916 on the Tcl/Tk source any more.
2917 (INCLUDE_CFLAGS): Remove references to the above.
2918
2919 * Makefile.in (version.o): Corrected dependencies.
2920
2921 Thu Aug 29 23:06:19 1996 Thomas Morgan <tmorgan@gnu.ai.mit.edu>
2922
2923 * libguile.h: #include "version.h"
2924
2925 * init.c (scm_boot_guile): Call scm_init_version.
2926 * gscm.c (gscm_run_scm): Call scm_init_version.
2927
2928 * configure.in (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION,
2929 GUILE_VERSION): AC_DEFINE these.
2930 (acconfig.h): #undef the above symbols.
2931
2932 * Makefile.in (libobjs): Add version.o.
2933 (installed_h_files): Add version.h.
2934 (c_files): Add version.c.
2935 (gen_c_files): Add version.x.
2936 (version.o): New rule.
2937 (alist.o, append.o, appinit.o, arbiters.o, async.o, boolean.o,
2938 chars.o, continuations.o, dynwind.o, eq.o, error.o, eval.o,
2939 fdsocket.o, feature.o, files.o, filesys.o, fports.o, gc.o,
2940 genio.o, gsubr.o, hash.o, hashtab.o, init.o, kw.o, list.o, load.o,
2941 mallocs.o, markers.o, marksweep.o, mbstrings.o, numbers.o,
2942 objprop.o, pairs.o, ports.o, posix.o, print.o, procprop.o,
2943 procs.o, ramap.o, read.o, root.o, scmsigs.o, sequences.o,
2944 simpos.o, smob.o, socket.o, stackchk.o, stime.o, strings.o,
2945 strop.o, strorder.o, strports.o, struct.o, symbols.o, tag.o,
2946 throw.o, unif.o, variable.o, vectors.o, version.o, vports.o,
2947 weaks.o): Add version.h to dependency lists.
2948 (markers.o): Remove duplicate rule.
2949
2950 * version.h: New file.
2951
2952 * version.c: New file.
2953
2954 Thu Aug 29 15:21:39 1996 Jim Blandy <jimb@totoro.cyclic.com>
2955
2956 * symbols.c (scm_strhash): scm_downcase is now a function, not an
2957 array; use it appropriately. Since GCC is quite happy to
2958 subscript functions, it never warned us about this; we should use
2959 -Wpointer-arith in the future. I guess we never tested
2960 case-insensitivity.
2961
2962 Wed Aug 28 18:52:22 1996 Jim Blandy <jimb@totoro.cyclic.com>
2963
2964 * socket.c: Doc and copyright fixes.
2965
2966 Sat Aug 24 05:29:19 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
2967
2968 * debug.c: Fixed and improved gdb support.
2969
2970 Fri Aug 23 18:00:16 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
2971
2972 * socket.c: Added declaration of inet_aton to avoid compiler
2973 warning. (Hope this solution is correct.)
2974
2975 * stime.c: Added declaration of ftime. (This is missing in
2976 Solaris 2 headers.)
2977
2978 Fri Aug 23 02:03:32 1996 Gary Houston <ghouston@actrix.gen.nz>
2979
2980 * configure, scmconfig.h.in: Updated, using autoconf and autoheader.
2981
2982 * Makefile.in (c_files): add strerror.c.
2983
2984 * strerror.c: new file from Emacs' sysdep.c.
2985 maybe configure should also check for sys_errlist.
2986
2987 * configure.in (AC_REPLACE_FUNCS): add strerror.
2988
2989 Fri Aug 23 03:02:46 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
2990
2991 * debug.c (scm_init_debug): Added initialization for
2992 scm_evaluator_traps.
2993
2994 * debug.h, debug.c: Various name changes.
2995 (Mostly prefixing with SCM_.) Renamed "debug-options" -->
2996 "debug-options-interface". See commentary in options.c.
2997
2998 * options.h, options.c: Options now have documentation strings.
2999 Also added a long explanatory commentary.
3000
3001 * eval.c, print.h, print.c, read.h, read.c: Modifications to
3002 run-time options.
3003
3004 * gscm.c, init.c, root.c, throw.c: Bug fixes:
3005 last_debug_info_frame is now updated in all cases.
3006
3007 * __scm.h, stackchk.h, stackchk.c: Guile now performs stack
3008 checking.
3009
3010 Thu Aug 22 17:34:17 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
3011
3012 * __scm.h: SCM_STACK_LIMIT removed (now a run-time option).
3013 Added option STACK_CHECKING.
3014
3015 Tue Aug 20 18:48:40 1996 Mikael Djurfeldt <djurfeldt@nada.kth.se>
3016
3017 * Makefile.in: Added {debug,options,srcprop}.{h,c}
3018
3019 * __scm.h: Removed symbols for debugging support.
3020
3021 * acconfig.h: Added symbols for debugging support.
3022
3023 * configure.in: Added user option for debugging support.
3024 --enable-debug will include the debugging code into libguile.a.
3025
3026 * continuations.c (scm_make_cont): Enlarged the #if 0 around
3027 scm_relocate_chunk_to_heap.
3028
3029 * debug.c: New file: low-level debugging support. It also
3030 includes support for debugging with gdb. (The extensions to gdb
3031 are written by Per Bothner at Cygnus.)
3032
3033 * debug.h: New file: low-level debugging support.
3034
3035 * eval.c: scm_m_set and SCM_IM_SET no longer supports multiple
3036 argument pairs. Extensive modifications to the debugging
3037 evaluator. Added "SECTION:" commentaries to clarify what happens
3038 when, during double compilation. Renamed EVALIMP --> EVALIM.
3039 Renamed EVAL --> XEVAL. Removed function evalcar. Defined
3040 evalcar to scm_eval_car. Added explanation of "EVAL" symbols to
3041 the beginning of the file. New procedure: scm_unmemocopy.
3042 Added some global state variables needed by the debugging
3043 evaluator: scm_ceval_ptr, last_debug_info_frame, debug_mode,
3044 check_entry, check_apply, check_exit, debug_options and
3045 evaluator_traps. New acro: undefine.
3046
3047 * eval.h: Renamed EVAL --> XEVAL.
3048
3049 * gc.c (scm_init_storage): Renamed scm_make_weak_hash_table
3050 --> scm_make_weak_key_hash_table.
3051
3052 * init.c (scm_restart_stack, scm_boot_guile): Added initialization
3053 of SCM_DFRAME. Added calls to scm_init_{debug,options,srcprop}.
3054
3055 * libguile.h: Conditionally include debug.h
3056
3057 * objprop.c (scm_object_properties, scm_set_object_properties_x):
3058 scm_object_properties shouldn't return handle. `handle' now gets
3059 initialized in scm_set_object_properties_x. scm_object_properties
3060 doesn't any longer create an entry in scm_object_whash.
3061
3062 * options.c: New file: handling of run time options.
3063
3064 * options.h: New file: handling of run time options.
3065
3066 * posix.c (scm_getpgrp): Cast pointer to getpgrp.
3067
3068 * print.c: New procedure: scm_print_options
3069
3070 * print.h: Defines for print options.
3071
3072 * read.c: New procedure: scm_read_options
3073
3074 * read.h: Defines for reader options.
3075
3076 * root.h: Added scm_source_whash among scm_sys_protects.
3077
3078 * srcprop.c: New file: source properties.
3079
3080 * srcprop.h: New file: source properties.
3081
3082 * throw.c (jbsmob): Jump buffers are now correctly allocated.
3083 (Bug found by A. Green.)
3084
3085 * weak.c: Renamed scm_weak_hash_table --> scm_weak_key_hash_table.
3086
3087 * weak.h: Renamed scm_weak_hash_table --> scm_weak_key_hash_table.
3088
3089 Thu Aug 15 02:05:14 1996 Jim Blandy <jimb@totoro.cyclic.com>
3090
3091 * libguile.h: #include "objprop.h"; I guess this was forgotten.
3092
3093 * init.c (scm_boot_guile): Don't call scm_init_rgx; it's a plugin,
3094 and should be called by the final client.
3095
3096 Wed Aug 14 21:41:37 1996 Jim Blandy <jimb@totoro.cyclic.com>
3097
3098 * gc.h: Use the PROTO macro when declaring functions.
3099 * gc.c: Use the PROTO macro when declaring static functions.
3100 Remove the CPP hair around function definitions.
3101
3102 * gc.c (scm_init_storage): Initialize scm_asyncs.
3103
3104 * libguile.h: #include "__scm.h" before testing the STDC_HEADERS
3105 preprocessor symbol; "__scm.h" is where it might get #defined.
3106 * __scm.h: Similar: #include <scmconfig.h> before testing
3107 HAVE_LIMITS_H.
3108
3109 * __scm.h: It's HAVE_LIMITS_H, not HAVE_LIMITSH.
3110
3111 Fri Aug 9 11:09:28 1996 Jim Blandy <jimb@totoro.cyclic.com>
3112
3113 * init.c (scm_boot_guile): Add init_func argument; call
3114 (*init_func) instead of calling scm_appinit; it's ucky to
3115 hard-code names for the user's procedures.
3116 * init.h (scm_boot_guile): Adjust declaration.
3117
3118 * __scm.h (PROTO): New macro, for declaring functions with
3119 prototypes.
3120
3121 * init.h (scm_start_stack, scm_restart_stack): Use PROTO;
3122 eliminate all the __STDC__ conditionals.
3123 (scm_boot_guile): Add declaration.
3124 * init.c (scm_start_stack, scm_restart_stack, scm_boot_guile):
3125 Remove __STDC__ conditionals around function definitions; the
3126 declarations in init.h will provide the same information, more
3127 usefully.
3128
3129 * __scm.h (SCM_SYSMISSING): When we don't have ENOSYS, don't
3130 complain about it in the error message; the error message is
3131 adequate without that note, and there's nothing the user can do
3132 about it.
3133
3134 Wed Aug 7 14:14:46 1996 Jim Blandy <jimb@totoro.cyclic.com>
3135
3136 * Makefile.in (ancillary): Drop def.sed.
3137
3138 * posix.c (scm_init_posix): Use numeric values, rather than
3139 CPP symbols, when defining the scheme values R_OK, W_OK, X_OK, and
3140 F_OK. The symbols aren't available on some systems, and I'm
3141 pretty sure their values are fixed by common widespread practice.
3142 * ioext.c (scm_init_ioext): Code here defined them too; remove it.
3143
3144 More functions unavailable on some systems.
3145 * configure.in (AC_CHECK_FUNCS): Add ctermid, setpgid, setsid,
3146 tcgetpgrp, tcsetpgrp, and waitpid to the list of functions to
3147 check for.
3148 * configure, scmconfig.h.in: Updated, using autoconf and autoheader.
3149 * posix.c (scm_sys_ctermid, scm_sys_setpgid, scm_sys_setsid,
3150 scm_sys_tcgetpgrp, scm_sys_tcsetpgrp, scm_sys_waitpid): Put the
3151 bodies of these functions in "#ifdef HAVE_MUMBLE" clauses, with a
3152 stub that signals an error as the #else.
3153
3154 * Makefile.in (ancillary): Drop acconfig-1.5.h; add acconfig.h.
3155
3156 Wed Aug 7 06:28:42 1996 Gary Houston <ghouston@actrix.gen.nz>
3157
3158 * Fixes motivated by Petr Adamek <adamek@mit.edu>:
3159
3160 * unif.c: include ramap.h.
3161
3162 * read.c (endif): case_insensative_p renamed case_insensitive_p.
3163
3164 * ramap.h: rename scm_array_copy prototypes to scm_array_copy_x.
3165
3166 * ports.c: include sys/ioctl.h.
3167
3168 * scmconfig.h.in: add HAVE_SYS_IOCTL_H.
3169
3170 * configure.in: check for sys/ioctl.h.
3171
3172 * ports.c: include <malloc.h> not "malloc.h".
3173
3174 * mallocs.c: include <malloc.h> not "malloc.h", likewise for unistd.h.
3175
3176 * fports.c: remove ttyname and tmpnam declarations.
3177
3178 * posix.c: fewer ttyname declarations.
3179
3180 * fports.c: include <string.h> not "string.h".
3181
3182 * init.c, ioext.c: include string.h and unistd.h.
3183
3184 * gc.c: include <malloc.h> not "malloc.h", likewise for unistd.h.
3185
3186 * async.c, strings.h, strports.c, struct.c, symbols.c, feature.c,
3187 genio.c, simpos.c, vports.c: include string.h.
3188
3189 * socket.c, fdsocket.c: include string.h only if HAVE_STRING_H.
3190
3191 * fdsocket.c (getsockopt, setsockopt): change type of optlen from
3192 scm_sizet to int.
3193 (scm_addr_buffer_size): change type from scm_sizet to int.
3194 (accept, getsockname, getpeername, recvfrom): change type of tmp_size
3195 from scm_sizet to int.
3196
3197 * error.c: include unistd.h.
3198
3199 * __scm.h: (SCM_SYSMISSING): another version in case ENOSYS isn't
3200 defined.
3201
3202 * Makefile.in: remove references to .hd, .cd suffix and __scm.hd.
3203
3204 * __scm.hd, def.sed: deleted.
3205
3206 Tue Aug 6 14:49:08 1996 Jim Blandy <jimb@totoro.cyclic.com>
3207
3208 Changes for NeXT, suggested by Robert Brown.
3209 * configure.in: Call AC_TYPE_MODE_T.
3210 (AC_CHECK_HEADERS): Add libc.h, to get more prototypes on the
3211 NeXT. Put header file list in alphabetical order.
3212 * configure, scmconfig.h.in: Regenerated.
3213 * filesys.c [HAVE_LIBC_H]: #include <libc.h>.
3214
3215 * filesys.c [HAVE_STRING_H]: #include <string.h>, to get prototype
3216 for strerror.
3217
3218 * acconfig.h: New file, providing documentation for the CPP
3219 symbols defined in configure.in
3220 * acconfig-1.5.h: Removed; superceded by the above.
3221
3222 Sat Aug 3 01:27:14 1996 Gary Houston <ghouston@actrix.gen.nz>
3223
3224 * ioext.c (scm_sys_fdopen): fix the port-table assignment.
3225
3226 * fports.c (scm_open_file): don't return #f, throw error.
3227
3228 * ioext.c (fileno): renamed from %fileno.
3229 (soft-fileno): deleted.
3230
3231 * ports.c (scm_port_revealed): don't need to check for -1 from
3232 scm_revealed_count.
3233 (scm_set_port_revealed_x): return unspecified, not #f.
3234
3235 * ioext.c (primitive-move->fdes): return #t or #f, not 1 or 0.
3236
3237 * fdsocket.c: getsockopt, setsockopt: use HAVE_STRUCT_LINGER.
3238
3239 * scmconfig.h.in: add HAVE_STRUCT_LINGER.
3240
3241 * configure.in: check for struct linger, set HAVE_STRUCT_LINGER.
3242
3243 Thu Aug 1 02:58:39 1996 Jim Blandy <jimb@totoro.cyclic.com>
3244
3245 * filesys.c, posix.c: #include <sys/types.h> before <sys/stat.h>.
3246 This is necessary on Ultrix, and doesn't hurt portability.
3247
3248 * Makefile.in (dist-dir): New target, implementing a new dist system.
3249 (installed_h_files): Put in alphabetical order.
3250 Remove duplicate entries for markers.h and unif.h.
3251 (c_files): Remove duplicate entries for markers.c.
3252 (ancillary): Renamed from anillery; all uses changed. Remove
3253 PLUGIN; it's a directory, and needs special treatment in dist-dir.
3254 Remove all the ../doc/* files; doc/Makefile.in handles that.
3255
3256 * Makefile.in (libobjs): Remove duplicate entry for markers.o.
3257
3258 * Makefile.in (.c.x): Compensate for Ultrix's broken Bourne shell:
3259 every if must have an else, or else the whole command has a
3260 non-zero exit code whenever the if's condition is false.
3261
3262 Thu Aug 1 08:22:24 1996 Gary Houston <ghouston@actrix.gen.nz>
3263
3264 * posix.c: include string.h.
3265
3266 Wed Jul 31 23:43:05 1996 Gary Houston <ghouston@actrix.gen.nz>
3267
3268 * numbers.c: rename %expt -> $expt, %atan2 -> $atan2, as it must
3269 have been once.
3270
3271 * posix.c, ioext.c, socket.c, fdsocket.c, files.c, filesys.c, simpos.c:
3272 Remove leading % from scheme names.
3273 Do not return error values, call SCM_SYSERROR or similar.
3274
3275 * __scm.h (SCM_SYSERROR, SCM_SYSMISSING): new macros.
3276
3277 Wed Jun 12 00:28:31 1996 Tom Lord <lord@beehive>
3278
3279 * struct.c (scm_init_struct): new file.
3280
3281 Fri Jun 7 14:02:00 1996 Tom Lord <lord@beehive>
3282
3283 * list.c (scm_list_tail): list-cdr-ref is the same as list-tail.
3284 (scm_list_head): added list-head for rapidly chopping argument
3285 lists off of longer lists (and similar).
3286
3287 Tue Jun 4 09:40:33 1996 Tom Lord <lord@beehive>
3288
3289 * objprop.c (scm_object_property): assq the cdr of the whash
3290 handle for obj, not the handle itself.
3291
3292 Mon Jun 3 17:19:30 1996 Tom Lord <lord@beehive>
3293
3294 * gc.c (scm_mark_weak_vector_spines): Mark the spines (alists) of
3295 weak hash tables last of all marking to avoid an obscure gc bug.
3296 WARNING: circular lists stored in a weak hash table will hose us.
3297
3298 Fri May 24 09:53:39 1996 Tom Lord <lord@beehive>
3299
3300 * vectors.c (scm_vector_move_left_x, scm_vector_move_right_x):
3301 new functions similar to scm_substring_move_left_x and
3302 scm_substring_move_right_x.
3303
3304 Wed May 22 20:07:01 1996 Tom Lord <lord@beehive>
3305
3306 * init.c (scm_boot_guile): prevent gc with scm_block_gc not
3307 scm_gc_heap_lock!
3308
3309 Wed May 15 16:13:29 1996 Tom Lord <lord@beehive>
3310
3311 * ports.c (scm_unread_char): scm_gen_ungetc as a scheme procedure.
3312
3313 Thu May 9 09:33:17 1996 Tom Lord <lord@beehive>
3314
3315 * strports.c (scm_strprint_obj): convenience function. C for
3316 (lambda (obj) (call-with-output-string (lambda (p) (write obj p))))
3317
3318 * guile-{tcl,tk}.[ch], events.[ch], keysyms.[ch], tcl-channels.[ch]
3319 removed to a separate library
3320
3321 * init.c (scm_boot_guile): copied from guile-tcl.c.
3322 Initialization specific to tcl interpreters removed.
3323
3324 Wed May 8 15:07:37 1996 Tom Lord <lord@beehive>
3325
3326 * ports.c (scm_ports_prehistory): size malloced here doesn't
3327 matter so long as it is non-0 (got rid of "* 4").
3328
3329 Tue May 7 11:43:37 1996 Tom Lord <lord@beehive>
3330
3331 * gscm.h: gscm_mkarray eliminated (presumably was not being used
3332 since its definition was bogus).
3333
3334 Mon May 6 13:02:56 1996 Tom Lord <lord@beehive>
3335
3336 * mallocs.[ch]: back again (for rx at least).
3337
3338 Wed Apr 17 08:54:20 1996 Tom Lord <lord@beehive>
3339
3340 * ports.c: removed functions relating to the mapping between ports
3341 and descriptors. (That stuff is unix-specific and should be collected
3342 in a separate library).
3343
3344 * ramap.c (scm_array_copy): return #<unspecified> not #<undefined>.
3345 (Tom Mckay@avanticorp.com)
3346
3347 Mon Apr 15 14:16:55 1996 Tom Lord <lord@beehive>
3348
3349 * gc.c (scm_gc_sweep): Immediates in weak vectors were not
3350 handled correctly (SCM_FREEP was applied to them) -- test for
3351 NIMP. Keys in weak hash tables were spuriously (though harmlessly)
3352 being overwritten with #f. (brown@grettir.bibliotech.com)
3353
3354 Tue Apr 2 22:25:00 1996 Tom Lord <lord@beehive>
3355
3356 * gc.c (scm_unhash_name): new procedure, unhash-name, flushes glocs
3357 for a specific symbol or for all symbols.
3358
3359 Mon Apr 1 10:34:55 1996 Tom Lord <lord@beehive>
3360
3361 * gc.c (scm_gc_mark): mark weak hash tables correctly (was getting weak
3362 keys and weak values confused).
3363
3364 Thu Mar 14 22:20:20 1996 Tom Lord <lord@beehive>
3365
3366 * list.c (scm_last_pair): map '()=>'()
3367
3368 Wed Mar 13 16:43:34 1996 Tom Lord <lord@beehive>
3369
3370 * pairs.c, hashtab.c, list.c, alist.c append.c, sequences.c:
3371 Generalized assoc and hash-table functions.
3372 Factored pairs.c into multiple files.
3373
3374 Fri Mar 8 14:44:39 1996 Tom Lord <lord@beehive>
3375
3376 * gscm.c (gscm_run_scm): got rid of objprop.
3377
3378 Fri Mar 1 10:39:52 1996 Tom Lord <lord@beehive>
3379
3380 * genio.c (scm_getc):
3381 NOTE: fgetc may not be interruptable.
3382
3383 * procprop.c (scm_stand_in_scm_proc):
3384 NOTE: don't use a alist here.
3385 (scm_set_procedure_properties_x): fix type checking throughout this file.
3386
3387 * gc.c (scm_gc_sweep): free heap segments with free, not must_free.
3388
3389 * ports.c (scm_remove_from_port_table): adjust scm_mallocated
3390 after freeing part of the port table.
3391
3392 Thu Feb 29 16:21:17 1996 Tom Lord <lord@beehive>
3393
3394 * strports.c (scm_mkstrport):
3395 * vports.c (scm_make_soft_port): allocate a port table entry
3396 (possibly triggering gc) before setting the tag of the corresponding
3397 ports handle.
3398
3399 * pairs.c (scm_delq_x): never throw an error.
3400
3401 * vectors.c (scm_make_vector): made the default vector fill argument
3402 into '() (much more useful than the previous value, "#unspecified")
3403
3404 Mon Feb 26 17:19:09 1996 Tom Lord <lord@beehive>
3405
3406 * ports.c (scm_add_to_port_table): Added fields
3407 to port table entries: file_name, line_num, col.
3408 Update these in open_file, gen_getc and gen_ungetc.
3409 Added procedures to access those fields.
3410
3411 Sun Feb 25 00:10:36 1996 Tom Lord <lord@beehive>
3412
3413 * procs.c (scm_make_subr_opt): new entry point for making
3414 anonymous subrs.
3415
3416 Sat Feb 24 17:11:31 1996 Tom Lord <lord@beehive>
3417
3418 * gc.h: SCM_STACK_GROWS_UP is now set by autoconf.
3419
3420 Fri Feb 23 10:26:29 1996 Tom Lord <lord@beehive>
3421
3422 * numbers.c (scm_exact_p): This function no longer
3423 implements "integer?".
3424
3425 Thu Feb 22 20:56:16 1996 Tom Lord <lord@beehive>
3426
3427 * gc.c (scm_gc_end): simulate a signal at the end of each GC.
3428 (scm_gc_stats): return an assoc of useful data. Replaces "room"
3429 and the stats reporting formerlly built into repl.
3430
3431 * repl.[ch]: removed.
3432 GC statistics keeping moved to gc.c.
3433 Other statistics keeping can be done from Scheme.
3434 REPLS are now written in Scheme.
3435
3436 Wed Feb 21 10:28:53 1996 Tom Lord <lord@beehive>
3437
3438 * cnsvobj.c (gscm_is_gscm_obj): new file for old functions (icky
3439 conservatively marked objects).
3440
3441 * throw.c (scm_ithrow): Unwind up to the right catch during a throw!
3442
3443 * error.c (scm_init_error): init system_error_sym here, not in repl.c.
3444
3445 * feature.c (scm_compiled_library_path): moved here from repl.c.
3446 This file is for stuff relating specifically to Scheme libraries
3447 like slib.
3448
3449 * eval.c (scm_m_define): don't give warning about redefinition, don't
3450 check verbosity.
3451
3452 NOTE: this should throw a resumable exception with parameters --
3453 the name, the top-level env, the variable, the definition, #t/#f: redefining builtin?
3454
3455 * repl.c (scm_gc_begin/end): don't print a message, don't check verbosity.
3456
3457 * error.c: scm_warn eliminated.
3458
3459 * read.c (scm_lreadr): extra right paren gets an error, not a warning.
3460
3461 * repl.c, marksweep.c, gc.c (various):
3462 lose exit_report, growth_mon.
3463
3464 * gscm.c: got rid of verbosity functions.
3465
3466 Tue Feb 20 00:19:10 1996 Tom Lord <lord@beehive>
3467
3468 * throw.c (scm_ithrow): guard against the bad-throw hook changing
3469 between the call to procedurep and use.
3470
3471 * error.c (scm_everr):
3472 * gc.c (fixconfig):
3473 * gsubr.c (scm_make_gsubr): use exit, not scm_quit. still wrong,
3474 but less so.
3475
3476 * strports.c: don't reveal the port's string to the caller
3477 because it changes size.
3478
3479 (stputc stwrite): check/change the strings length with interrupts
3480 blocked.
3481
3482 * objprop.c (scm_set_object_property_x &c): use the generic
3483 hashing functions and be threadsafe.
3484
3485 * eval.c (scm_unmemocar): do this operation in a thread-safe way.
3486 (per suggestion jaffer@gnu.ai.mit.edu).
3487
3488 * mbstrings.c (scm_multi_byte_string): guard against argument list
3489 changing length.
3490
3491 * strings.c (scm_make_string): loop cleanup
3492
3493 * unif.c (scm_vector_set_length_x): scm_vector_set_length_x no longer
3494 a scheme function.
3495
3496 * weaks.c (scm_weak_vector): guard against argument list
3497 changing length.
3498
3499 * variable.c (scm_builtin_variable): check for/make a built-in
3500 variable automicly.
3501
3502 * vectors.c (scm_vector): while filling the new array,
3503 guard against a list of fill elements that grows after
3504 the vector is allocated.
3505
3506 * hashtab.c -- new file: general hash table
3507 functions. hash, hashq, hashv, hashx.
3508
3509 * tags.h: made wvect an option bit of vector.
3510
3511 Mon Feb 19 09:38:05 1996 Tom Lord <lord@beehive>
3512
3513 * symbols.c: made the basic symbol table operations atomic.
3514
3515 * root.c &c.: collected stack-specific global state.
3516 linum/colnum etc *should* be port-specific state.
3517
3518 * struct.c (scm_init_struct): init the first struct type during
3519 initialization to fix a race condition.
3520
3521 * continuations.c (scm_dynthrow): pass throwval in the 'regs'
3522 object, not in a global.
3523 (suggested by green@cygnus, jaffer@gnu.ai.mit.edu)
3524
3525 * throw.c (_scm_throw): Pass throwval on the stack, not in a global
3526 (suggested by green@cygnus, jaffer@gnu.ai.mit.edu)
3527
3528 * *.[ch]: namespace cleanup. Changed all (nearly) exported CPP
3529 and C symbols to begin with SCM_ or scm_.
3530
3531 Sun Feb 18 15:55:38 1996 Tom Lord <lord@beehive>
3532
3533 * gsubr.c (scm_gsubr_apply): statically allocate the
3534 array of arguments (bothner@cygnus.com).
3535
3536 Sat Feb 17 20:20:40 1996 Tom Lord <lord@beehive>
3537
3538 * scmsigs.c: Simplified to use async rountines.
3539
3540 * async.c: New support for interrupt handlers.
3541
3542 Thu Feb 15 11:39:09 1996 Tom Lord <lord@beehive>
3543
3544 * symbols.c (scm_string_to_symbol et al.): number of tweaky changes to
3545 set the multi_byte flag correctly in symbols. This is wrong.
3546 intern_obbary_soft and msymbolize should take an extra parameter.
3547 Also, weird multibyte symbols don't print correctly.
3548 The weird symbol syntax is also a bit bogus (emacs doesn't quite
3549 cope).
3550
3551 Tue Feb 13 11:39:37 1996 Tom Lord <lord@beehive>
3552
3553 * symbols.c (scm_string_to_obarray_symbol): obarray == #f means
3554 use the system symhash. == #t means create an uninterned symbol.
3555
3556 Wed Feb 7 09:28:02 1996 Tom Lord <lord@beehive>
3557
3558 * strings.c (scm_make_shared_substring): build'em.
3559 It might better to keep a table of these and use one
3560 less cons-pair per shared-substring.
3561
3562 Tue Feb 6 17:45:21 1996 Tom Lord <lord@beehive>
3563
3564 * strings.c (scm_string_shared_substring): create shared
3565 substrings. (Doesn't handle mb strings yet).
3566
3567 * mbstrings.c (scm_print_mb_string): handle RO strings.
3568
3569 * print.c (scm_iprin1): print substrings as their non-substring
3570 counterparts (dubious).
3571
3572 * marksweep.c (scm_gc_mark scm_gc_sweep): handle RO and MB
3573 strings.
3574
3575 * hash.c (scm_hasher): hash RO and MB strings as bytestrings.
3576
3577 * eval.c (SCM_CEVAL): self-evaluate RO and MB strings.
3578
3579 * eq.c (scm_equal_p): handle RO and MB strings.
3580
3581 * symbols.c (scm_string_to_symbol):
3582 (scm_string_to_obarray_symbol):
3583 * strop.c (scm_i_index):
3584 (scm_i_rindex):
3585 (scm_string_null_p):
3586 (scm_string_to_list):
3587 * strings.c (scm_string_length):
3588 (scm_string_ref):
3589 (scm_substring):
3590 (scm_string_append):
3591 * simpos.c (scm_system):
3592 (scm_getenv):
3593 * fports.c (scm_open_file):
3594 * strorder.c (scm_string_equal_p):
3595 (scm_string_ci_equal_p):
3596 (scm_string_less_p):
3597 (scm_string_ci_less_p):
3598 * pairs.c (scm_obj_length):
3599 * mbstrings.c (scm_multi_byte_string_length):
3600
3601 Use RO string macros for RO strings.
3602
3603 Tue Jan 30 09:19:08 1996 Tom Lord <lord@beehive>
3604
3605 * Makefile.in (CFLAGS ALL_CFLAGS): be more standard.
3606
3607 * strop.c (scm_i_rindex, scm_i_index): Don't use the BSD functions
3608 index/rindex. Do handle embedded \000 characters.
3609
3610 Sun Jan 28 13:16:18 1996 Tom Lord <lord@beehive>
3611
3612 * error.c (def_err_response): (int)scm_err_pos => (long)scm_err_pos
3613 Eliminate a (presumed) warning on some systems.
3614
3615 * gscm.c (gscm_run_scm): SCM_INIT_PATH => GUILE_INIT_PATH
3616 (Mikael Djurfeldt <mdj@nada.kth.se>)
3617
3618 Sat Jan 27 12:36:55 1996 Tom Lord <lord@beehive>
3619
3620 * eval.c (scm_map): added argument type checking.
3621 (kawai@sail.t.u-tokyo.ac.jp)
3622
3623 * gscm.c (gscm_set_procedure_properties_x): parameter "new" => "new_val"
3624 for C++. (Seth Alves <alves@gryphon.com>)
3625
3626 (gscm_cstr): uses an uninitialized local variable causing
3627 segv. (kawai@sail.t.u-tokyo.ac.jp)
3628
3629
3630 * lvectors.c (scm_get_lvector_hook):
3631 In guile-ii, the lvector code was broken. It was fixed in guile-iii.
3632 It seems to me like if it is broken again in guile-iv...Here is a patch.
3633 "! || (LENGTH (keyvec) == 0))"
3634 (From: Mikael Djurfeldt <mdj@nada.kth.se>)
3635
3636
3637 * gscm.c (gscm_sys_default_verbosity):
3638 incorrectly declared for non-__STDC__
3639 (Tom_Mckay@avanticorp.com)
3640
3641 * ports.c (scm_setfileno): Tweak the macro a bit
3642 to make it easier to port to systems that use
3643 more than a single structure field to hold a descriptor.
3644
3645 * debug.c (change_mode): Avoid GNUCism "int foo[n];"
3646 Give a warning, not an error, for unrecognized modes.
3647
3648 * eval.c (SCM_CEVAL):
3649 static char scm_s_for_each[];
3650 static char scm_s_map[];
3651 not needed.
3652
3653 * strings.c (scm_string_p):
3654 static char s_string[];
3655 (see next entry)
3656
3657 * struct.c (scm_sys_struct_set_x):
3658 static char s_sys_make_struct[];
3659 static char s_sys_struct_ref[];
3660 static char s_sys_struct_set_x[];
3661 Rearrange code to eliminate those forward decls for the sake of
3662 broken compilers.
3663
3664 * variable.c (make_vcell_variable): static char s_make_variable[];
3665 isn't needed.
3666
3667 * fports.c (scm_port_mode):
3668 chars modes[3] = "";
3669 to
3670 chars modes[3];
3671 modes[0] = '\0';
3672 (Tom_Mckay@avanticorp.com)
3673
3674
3675 * pairs.c (scm_set_cdr_x): non-__STDC__ declaration of
3676 scm_cons2(), scm_acons(), and scm_set_cdr_x() missing semicolon
3677 (Tom_Mckay@avanticorp.com)
3678
3679 * numbers.c (scm_num_eq_p): Non-__STDC__ declaration of
3680 scm_num_eq_p() was scm_equal_p().
3681 (Tom_Mckay@avanticorp.com)
3682
3683 * symbols.c (msymbolize): "CHARS(X) = " => "SETCHARS..."
3684 (Tom_Mckay@avanticorp.com)
3685
3686 Fri Jan 26 14:03:01 1996 Tom Lord <lord@beehive>
3687
3688 * weaks.c (scm_make_weak_vector): "VELTS(X) =" => "SETVELTS..."
3689 (Tom_Mckay@avanticorp.com)
3690
3691 * strop.c (scm_substring_fill_x):
3692 Non-__STDC__ declaration of scm_substring_fill_x() missing semicolon
3693 (Tom_Mckay@avanticorp.com)
3694
3695 * eval.c (SCM_APPLY): variables "debug_info" -> dbg_info.
3696 Works around a compiler bug on some machines. (Tom_Mckay@avanticorp.com)
3697
3698 * _scm.h (CxR functions): #define CxR SCM_CxR => #define CxR(X) SCM_CxR(X)
3699 Works around a compiler bug on some machines. (Tom_Mckay@avanticorp.com)
3700
3701 * lvectors.c (scm_lvector_set_x): avoid VELTS (VELTS (...)[..]) which
3702 can turn into an obscure gc bug.
3703
3704 * chars.c (scm_char_p): fixed PROC call.
3705
3706 * gscm.h (gscm_vset): use scm_vector_set_x not (the missing)
3707 scm_vector_set.
3708
3709 Tue Jan 23 13:29:40 1996 Tom Lord <lord@beehive>
3710
3711 * elisp.c (new file): dynamic scoping and other bits for
3712 elisp. Don't use this yet unless you specificly want to
3713 hack on elisp emulation.
3714
3715 * dynwind.c (scm_dowinds): When entering or leaving a dynamic
3716 scope created by scm_with_dynamic_bindings_operation_x, swap
3717 the bindings of that scope with the corresponding globals.
3718
3719 * continuations.c (scm_make_cont): when a continuation is captured,
3720 relocate the continuation stack chunks registered on the wind chain
3721 to the heap.
3722
3723 Sun Jan 21 19:31:17 1996 Tom Lord <lord@beehive>
3724
3725 * eval.c (SCM_CEVAL): if the function position evaluates
3726 to a macro, process it accordingly. (Previously, macros were
3727 handled only if the function position was a symbol naming a
3728 variable bound to a macro).
3729
3730 Sat Jan 20 23:21:37 1996 Tom Lord <lord@beehive>
3731
3732 * eval.c (scm_m_set): allow multi-variable set! like
3733 (set! x 1 y 2 z 3).
3734
3735 Wed Dec 6 02:40:49 1995 Tom Lord <lord@beehive>
3736
3737 * ports.h fports.c vports.c marksweep.c gc.c strports.c: moved the
3738 STREAM of ports into the port table and replaced it with a
3739 port-table index.
3740
3741 * repl.c (iprin1): added tc7_mb_string -- same as tc7_string.
3742
3743 * marksweep.c (scm_gc_mark): added tc7_mb_string -- same as tc7_string.
3744
3745 * mbstrings.c (new file): functions on multi-byte strings.
3746
3747 * tags.h (scm_typ7_string, scm_typ7_mb_string): added a tag
3748 for multi-byte strings. Moved the string tag.
3749
3750 * chars.h chars.c repl.c (many functions): made scm_upcase and
3751 scm_downcase functions that are safe for extended character sets.
3752
3753 Changed the range of integer->char.
3754
3755 Changed the type of SCM_ICHR.
3756
3757 Tue May 16 17:49:58 1995 Mikael Djurfeldt <mdj@sanscalc.nada.kth.se>
3758
3759 * guile.c: Changed init file name from "SCM_INIT_PATH" to
3760 "GUILE_INIT_PATH"
3761
3762 Sun Aug 6 15:14:46 1995 Andrew McCallum <mccallum@vein.cs.rochester.edu>
3763
3764 * guile.c (gscm_is_gscm_type): New function. (Without this how will we
3765 know that it's safe to pass an object to gscm_get_type?)
3766 (gscm_get_type): Fix tyop in error message.
3767
3768 * variable.c (scm_variable_ref): fixed assertion test.
3769 (Robert STRANDH <strandh@labri.u-bordeaux.fr>)
3770
3771 * gscm.h: fixed several prototypes, notably gscm_vref.
3772 Add gscm_is_eq and temporarily commented out gscm_eq (see
3773 the note in gscm.h near gscm_eq if this change effects your
3774 code).
3775 (Reported by Mark Galassi <rosalia@sstcx1.lanl.gov>)
3776
3777 * pairs.c (scm_obj_length): see next entry.
3778
3779 * gscm.h (gscm_obj_length): A way to get an integer
3780 length for lists, strings, symbols (treated as strings),
3781 and vectors. Returns -1 on error.
3782
3783 * eq.c (scm_equal_p): fixed smob case.
3784 (William Gribble <grib@arlut.utexas.edu>)
3785
3786 * Makefile.in (X_CFLAGS): defined.
3787 (William Gribble <grib@arlut.utexas.edu>)
3788
3789 * gscm.h (gscm_2_double): provided now
3790 (reported by Mark Galassi <rosalia@sstcx1.lanl.gov>)
3791
3792 Tue Jun 13 01:04:09 1995 gnu
3793 * Vrooom!
3794
3795