*** empty log message ***
[bpt/guile.git] / libguile / ChangeLog
1 1999-09-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
2
3 * srcprop.c (scm_source_property): Bugfix: Use SCM_NECONSP instead
4 of SCM_NCONSP. (Thanks to Greg Badros.)
5
6 * gsubr.c (scm_make_gsubr): Use scm_make_subr_opt for creation of
7 the self subr.
8
9 * eval.c, debug.h (SCM_BACKTRACE_WIDTH): New debug option: width.
10
11 * backtrace.c: Keep backtraces within specified width by
12 adaptively adjusting fancy printing parameters and cut output if
13 necessary.
14 (scm_display_application): Check args.
15
16 1999-09-11 Jim Blandy <jimb@savonarola.red-bean.com>
17
18 * Makefile.am (CLEANFILES): Remove versiondat.h; that should only
19 be removed by `make distclean', since it's generated by configure.
20 * Makefile.in: Regenerated.
21 (Thanks to Robert Bihlmeyer.)
22
23 * strop.c (scm_substring_move_x): Signal an error if start1
24 doesn't come before end1. (Thanks to Karoly Lorentey).
25
26 * numbers.c (scm_istr2flo): Don't call SCM_INEXP without first
27 calling SCM_NIMP. (Thanks to Karoly Lorentey).
28
29 * version.c (scm_libguile_config_stamp): Deleted. See
30 corresponding change to ../ice-9/boot-9.scm.
31 * versiondat.h.in: Remove definition for GUILE_STAMP.
32 * version.h: Delete prototype.
33 * Makefile.in: Regenerated.
34
35 1999-09-11 Gary Houston <ghouston@easynet.co.uk>
36
37 * filesys.c (scm_directory_p): new procedure "directory?" Returns
38 a boolean indicating whether its argument is a directory
39 port as returned by opendir (thanks to Dirk Herrmann for the
40 suggestion.)
41
42 1999-09-11 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
43
44 * backtrace.c (display_frame_expr): Don't print a newline.
45 (display_frame): Print the newline here instead.
46 (display_backtrace_body): Don't print "Backtrace:".
47 (scm_backtrace): Print "Backtrace:" here instead.
48
49 1999-09-09 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
50
51 * procs.c (scm_setter): Signal WTA if handed an entity or operator
52 lacking a setter.
53
54 * feature.c, feature.h: (scm_hook_p, scm_hook_empty_p): New
55 primitives. (Thanks to Greg Badros);
56 (scm_hook_to_list): New primitive; Hooks are now smobs.
57
58 1999-09-08 Gary Houston <ghouston@easynet.co.uk>
59
60 * stime.c (bdtime2c): rewrite the ASSERTs. Accept a value
61 of #f for the 10th vector element to avoid an exception
62 seen by Bernard Urban.
63 (scm_mktime): unneeded ASSERT removed.
64
65 1999-09-07 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
66
67 * eval.c (scm_map, scm_for_each): Converted to dispatch on generic
68 if args don't match.
69
70 * __scm.h (SCM_WTA_DISPATCH_n, SCM_GASSERTn): New macros.
71
72 1999-09-06 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
73
74 * numbers.c: Converted comparison operations to dispatch on
75 generic if args don't match.
76
77 * Makefile.am (ETAGS_ARGS): Added support for GPROC and GPROC1.
78
79 1999-09-06 James Blandy <jimb@mule.m17n.org>
80
81 * guile-snarf.c: Deleted. Snarfing should respect CPP
82 conditionals, so it needs to actually run CPP. Bleah.
83
84 1999-09-05 James Blandy <jimb@mule.m17n.org>
85
86 Handle errors properly in guile-snarf. (Thanks to Han-Wen Nienhuys.)
87 * guile-snarf.in: Be sure to exit with an error if CPP does.
88 * Makefile.am (.c.x): Delete the .x file and exit with an error
89 status if guile-snarf exits with an error status.
90 * Makefile.in: Regenerated.
91
92 * snarf.h (SCM_GLOBAL_KEYWORD): Call scm_c_make_keyword, not
93 scm_makekey, which doesn't exist any more. Guess nobody's using
94 this.
95
96 * guile-snarf.c: New implementation of guile-snarf, meant to be
97 more robust than the shell script. I think it's complete, but I
98 haven't tested it at all, and I haven't changed the build process
99 to actually use it. We should compare its output against that of
100 the existing shell script, for all source files.
101
102 * guile-snarf.c (parse_args): Abort if we haven't handled some
103 character type.
104
105 1999-09-03 James Blandy <jimb@mule.m17n.org>
106
107 * load.c (scm_search_path): If the filename has any extension at
108 all, ignore the entire list of extensions. Also, don't check whether
109 the file is accessible. If the file exists, accessible or not, we
110 should return it. Inaccessible files should cause an error later.
111 (Thanks to Keisuke Nishida for the suggestions.)
112
113 1999-09-02 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
114
115 * gc.c (cleanup, scm_init_storage): Use on_exit if present and
116 atexit not available. (sunos4.1.4 needs it.)
117
118 1999-09-01 James Blandy <jimb@mule.m17n.org>
119
120 I take it all back --- bcopy does handle overlapping source and
121 destination areas correctly. At least on every system I could
122 find. But it is better to use AC_REPLACE_FUNCS than to introduce
123 new CPP conditionals.
124 * memmove.c: New file, implementing memmove in terms of bcopy.
125 * scmconfig.h.in: Regenerated.
126
127 Allocators should use the `void *' type for generic pointers.
128 * gc.c (scm_must_malloc, scm_must_realloc, scm_must_free): Change
129 argument and return types.
130 * gc.h: Corresponding changes to prototypes.
131 (Thanks to Forcer.)
132
133 1999-08-31 James Blandy <jimb@mule.m17n.org>
134
135 * numbers.c (scm_init_numbers): Claim to support the `complex'
136 feature, as expected by (ice-9 format). (Thanks to Ceri Storey.)
137
138 * Makefile.am (check-local): Set GUILE_LOAD_PATH so the tests can
139 find (ice-9 boot-9) when Guile was compiled in a separate
140 directory from the source. (Thanks to Rodney Brown.)
141 * Makefile.in: Regenerated.
142
143 * procs.c (scm_make_subr_opt): Fix typo. Remember to multiply
144 table lengths by the size of a single element when growing the
145 table. (Thanks to Bill Schottstaedt.)
146
147 1999-08-30 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
148
149 * eval.c (SCM_CEVAL): Duplicated the method dispatch code at the
150 SCM_IM_DISPATCH form instead of calling scm_mcache_lookup_cmethod
151 since that cuts down the time for type dispatch by 50%.
152
153 1999-08-30 James Blandy <jimb@mule.m17n.org>
154
155 * gh_data.c (gh_set_substr): Revert change of 1999-08-29; bcopy is
156 not a correct substitute for memmove, because it doesn't handle
157 overlapping source and destination areas on many platforms.
158 Overlaps are the primary reason to use memmove in the first place.
159 * ports.c (scm_ungetc): Same.
160 * strop.c (scm_substring_move_x): Same.
161
162 1999-08-30 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
163
164 * gc.c (scm_init_storage): Skip registration of cleanup on systems
165 which lack atexit. (Is it important that cleanup is made
166 properly? Maybe we should replace all `exit' with `scm_exit' and
167 call cleanup there?)
168
169 * struct.c, struct.h (scm_struct_free_0, scm_struct_free_light,
170 scm_struct_free_standard, scm_struct_free_entity): Declared to
171 return scm_sizet instead of size_t.
172
173 * gdbint.c, strports.c: #include <unistd.h>. (SEEK_SET is defined
174 there on sunos4.1.4.)
175
176 1999-08-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
177
178 * numbers.c (scm_lcm): Bugfix: BIGDIG --> SCM_BIGDIG;
179 Account for the case when second argument is unbound.
180
181 * strorder.c (scm_string_less_p, scm_string_ci_less_p): Bugfix.
182 (Thanks to Karoly Lorentey.)
183
184 * gh_data.c, ports.c, strop.c: Alternatively use bcopy if memmove
185 isn't present. (Thanks to Suzuki Toshiya.)
186
187 * ports.c: Use ANSI C prototypes in definitions. (Thanks to
188 Bernard Urban.)
189
190 * filesys.c (scm_stat2scm): Conditionally use S_ISLNK. (Thanks to
191 Bernard Urban.)
192
193 * dynl-dl.c (RTLD_GLOBAL): Define if non-existent. (Thanks to
194 Bernard Urban and Ian Grant.)
195
196 * Makefile.am (libguile_la_LDFLAGS): Bumped libguile version
197 again. (1.3.4 will be binary incompatible with 1.3.2 because of a
198 change in the representation of entities and operators.)
199
200 1999-08-29 Gary Houston <ghouston@easynet.co.uk>
201
202 * ports.c (scm_ungetc): bugfix: if putback_buf is NULL
203 don't allocate zero bytes (thanks to Bill Schottstaedt).
204
205 1999-08-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
206
207 * procs.c (scm_setter): Converted to use generic dispatch.
208
209 * eval.c, eval.h: Bugfix: scm_sym_apply was not initialized
210 correctly.
211
212 * load.c (scm_search_path): Don't try extensions which already are
213 present at the end of the filename.
214 (scm_init_load): Check .scm first. (Thanks to Keisuke Nishida.)
215
216 * stacks.c (scm_sym_apply): Removed. (Thanks to Ken Raeburn.)
217
218 Cleanup and simplification of generic method dispatch.
219 Also, the quadruple representation of entity and operator
220 procedures has been replaced with single.
221
222 * tags.h (SCM_IM_HASH_DISPATCH): Removed.
223
224 * print.c (scm_isymnames): Removed #@hash-dispatch.
225
226 * objects.c, objects.h (scm_mcache_lookup_cmethod): Moved here
227 from eval.c; Support 0 arity methods.
228 (scm_set_object_procedure_x): Removed scm_sym_atdispatch;
229 (scm_apply_generic_env): Removed.
230 Replaced slots proc0-3 with procedure.
231
232 * objects.h (SCM_OPERATOR_PROC_0, SCM_OPERATOR_PROC_1,
233 SCM_OPERATOR_PROC_2, SCM_OPERATOR_PROC_3): Replaced by
234 SCM_OPERATOR_PROCEDURE.
235 (SCM_ENTITY_PROC_0, SCM_ENTITY_PROC_1, SCM_ENTITY_PROC_2,
236 SCM_ENTITY_PROC_3): Replaced by SCM_ENTITY_PROCEDURE.
237
238 * struct.c, struct.h: Replace 4 procedure slots with one.
239 (scm_struct_i_procedure): Replaces scm_struct_i_procedure.
240
241 * gc.c (scm_gc_mark): Mark 1 procedure slot in entities instead of
242 4.
243
244 * eval.c (scm_sym_args): Removed.
245 (SCM_CEVAL): Simplified entity application.
246 Moved dispatch code to objects.c.
247
248 * procprop.c (scm_i_procedure_arity): Bugfix: Handle generics.
249
250 1999-08-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
251
252 * sort.c (closureless): Use scm_eval_body.
253
254 * eval.c (SCM_APPLY): Fixed serious evaluator bug: If a closure
255 with a symbol as last form was first called normally and then via
256 `map' or some other mechanism using primitive apply, an ILOC was
257 returned.
258
259 1999-08-26 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
260
261 This change extends the representation of primitive procedures
262 with more data fields, e.g. a place for documentation and true
263 procedure properties.
264
265 * procs.c, procs.h (scm_subr_entry): New type: Stores data
266 associated with subrs.
267 (SCM_SUBRNUM, SCM_SUBR_ENTRY, SCM_SUBR_GENERIC, SCM_SUBR_PROPS,
268 SCM_SUBR_DOC): New macros.
269 (scm_subr_table): New variable.
270 (scm_mark_subr_table): New function.
271
272 * init.c (scm_boot_guile_1): Call scm_init_subr_table.
273
274 * gc.c (scm_gc_mark): Don't mark subr names here.
275 (scm_igc): Call scm_mark_subr_table.
276
277
278 This change implements a scheme for letting a generic work as a
279 shadow for a primitive procedure. If the primitive procedure
280 can't dispatch on its arguments, control is left over to the
281 generic. Normal wrong type arg errors will be generated until the
282 user has hung the first method on the primitive.
283
284 * snarf.h (SCM_GPROC, SCM_GPROC1): New macros.
285
286 * procs.c, procs.h (scm_subr_p): New function (used internally).
287
288 * gsubr.c, gsubr.h (scm_make_gsubr_with_generic): New function.
289
290 * objects.c, objects.h (scm_primitive_generic): New class.
291
292 * objects.h (SCM_CMETHOD_CODE, SCM_CMETHOD_ENV): New macros.
293
294 * print.c (scm_iprin1): Print primitive-generics.
295
296 * __scm.h (SCM_WTA_DISPATCH_1, SCM_GASSERT1,
297 SCM_WTA_DISPATCH_2, SCM_GASSERT2): New macros.
298
299 * eval.c (SCM_CEVAL, SCM_APPLY): Replace scm_wta -->
300 SCM_WTA_DISPATCH_1 for scm_cxr's (unary floating point
301 primitives). NOTE: This means that it is now *required* to use
302 SCM_GPROC1 when creating float scm_cxr's (float scm_cxr's is an
303 obscured representation that will be removed in the future anyway,
304 so backward compatibility is no problem here).
305
306 * numbers.c: Converted most numeric primitives (all but bit
307 comparison operations and bit operations) to dispatch on generic
308 if args don't match.
309
310
311 Better support for applying generic functions.
312
313 * eval.c, eval.h (scm_eval_body): New function.
314
315 * objects.c (scm_call_generic_0, scm_call_generic_1,
316 scm_call_generic_2, scm_call_generic_3, scm_apply_generic): New
317 functions.
318
319
320 Optimization of the generic function dispatch mechanism.
321
322 * eval.c (SCM_CEVAL): Apply the cmethod directly after having
323 called scm_memoize_method instead of doing a second lookup.
324
325 * objects.h (scm_memoize_method): Now returns the memoized cmethod.
326
327
328 Bugfix
329
330 * procs.c (scm_make_subr_opt): Use scm_sysintern0 instead of
331 scm_sysintern so that the binding connected with the subr name
332 isn't cleared when we give set = 0.
333
334
335 1999-08-24 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
336
337 More transparent handling of ports with print states.
338
339 * print.h (SCM_PORT_WITH_PS_P, SCM_PORT_WITH_PS_PORT,
340 SCM_PORT_WITH_PS_PS): Represent ports with print states as a smob
341 instead of a pair of a port and a print state. We'll need to cons
342 once extra in scm_printer_apply but the type system will be
343 cleaner, it will mix better with GOOPS, and, it will be even more
344 transparent to the user.
345
346 * print.c (scm_get_print_state): New procedure: Given an output
347 port, return the print state associated to it in the current print
348 chain, if one exists;
349 (scm_port_with_print_state): New procedure: Associate a
350 print-state with a port.
351 (scm_valid_oport_value_p): Use SCM_PORT_WITH_PS_P;
352 (scm_printer_apply): Wrap port and pstate as a smob;
353 (print_state_printer): Removed.
354
355 * objects.c (scm_class_of): Treat scm_tc16_port_with_ps as ports.
356
357 * eval.c (scm_init_eval): Use scm_make_smob_type instead of
358 scm_newsmob.
359
360 * ports.c (scm_output_port_p): Bugfix: Coerce output port before
361 testing (otherwise the port-print-state trick won't be transparent
362 to the user; one example where this caused problems was in the
363 (ice-9 format) module).
364
365 1999-08-23 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
366
367 * eval.c (SCM_CEVAL): Let the SCM_IM_SLOT_SET_X form return
368 SCM_UNSPECIFIED instead of the set value.
369
370 1999-08-20 James Blandy <jimb@mule.m17n.org>
371
372 * load.c (scm_init_load_path): Remove support for SCHEME_LOAD_PATH.
373
374 * ports.h (enum scm_port_rw_active): New enum, containing
375 SCM_PORT_READ, SCM_PORT_WRITE, and SCM_PORT_NEITHER (instead of
376 zero). The debugger knows about enums, but doesn't know about
377 #defines.
378 (typedef scm_port): Declare rw_active member to be an enum
379 scm_port_rw_active.
380 * fports.c (fport_flush, fport_end_input): Use SCM_PORT_NEITHER
381 instead of zero.
382 * ports.c (scm_add_to_port_table): Same.
383 * strports.c (st_flush, st_end_input): Same.
384
385 * ioext.c (scm_do_read_line, scm_read_line): Use scm_must_malloc,
386 scm_must_realloc, and scm_done_malloc as appropriate.
387
388 1999-08-20 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
389
390 * sort.c (quicksort): Added condition to protect the algorithm
391 from crashing the interpreter if the less predicate is buggy.
392
393 1999-08-19 Gary Houston <ghouston@easynet.co.uk>
394
395 * fports.c (fport_write): fix line-buffering mode again.
396 (scm_open_file): recognise 'l' for line-buffering.
397 (scm_setvbuf): recognise _IOLBF for line-buffering.
398
399 1999-08-19 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
400
401 * Makefile.am (libguile_la_LDFLAGS): Increased the version number
402 of libguile to 5.0.
403
404 * eval.c (SCM_APPLY), sort.c (closureless): Expand body when
405 evaluating closures.
406
407 1999-08-18 Gary Houston <ghouston@easynet.co.uk>
408
409 * fports.c (fport_write): use memcpy instead of strncpy, in case
410 the data contains NUL.
411
412 1999-08-17 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
413
414 * gh.h (gh_vector_to_list): Bugfix. (Thanks to Frank Cieslok.)
415
416 * backtrace.c, debug.c, eval.c, eval.h, gsubr.c, procprop.h,
417 read.c, srcprop.c, srcprop.h (scm_i_filename, scm_i_line,
418 scm_i_column, scm_i_copy, scm_i_name, scm_i_lambda, scm_i_source,
419 scm_i_more, scm_i_procname, scm_i_dot, scm_i_arrow, scm_i_else,
420 scm_i_unquote, scm_i_uq_splicing, scm_i_apply, scm_i_enter_frame,
421 scm_i_apply_frame, scm_i_exit_frame, scm_i_trace, scm_i_quote,
422 scm_i_begin, scm_i_if, scm_i_and, scm_i_or, scm_i_case,
423 scm_i_cond, scm_i_letstar, scm_i_do, scm_i_quasiquote,
424 scm_i_define, scm_i_letrec, scm_i_let, scm_i_atapply,
425 scm_i_atcall_cc, scm_i_breakpoint): Renamed: Consequently use
426 scm_sym_ as prefix for symbols.
427
428 * debug.c (scm_i_proc, scm_i_args, scm_i_eval_args): Removed.
429
430 * eval.c, eval.h (scm_sym_begin, scm_sym_if, scm_sym_and,
431 scm_sym_case, scm_sym_cond, scm_sym_letstar, scm_sym_do,
432 scm_sym_define, scm_sym_letrec, scm_sym_atapply,
433 scm_sym_atcall_cc): Made global.
434
435 1999-08-16 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
436
437 * eval.c (scm_sym_args): Made global.
438
439 * objects.c (scm_set_object_procedure_x): Disallow setting of
440 procedures for pure generic functions.
441
442 1999-08-12 Gary Houston <ghouston@easynet.co.uk>
443
444 * ports.c (scm_seek): one more: was scm_lseek. Also changed the
445 Scheme name from lseek to seek, but lseek was added recently so
446 it shouldn't be a big problem.
447 * ports.c, gdbint.c, ioext.c: changed callers.
448
449 1999-08-11 Gary Houston <ghouston@easynet.co.uk>
450
451 * fports.c (fport_input_waiting): if select is used, return 1
452 instead of whatever FD_ISSET expands to. maybe it will be useful
453 to interpret the value from the input_waiting ptob procedure as a
454 lower bound on the number of bytes available.
455
456 * Mikael asked for a few names to be changed...
457
458 * ports.c (scm_make_port_type): take the write procedure as the
459 second argument instead of the flush procedure.
460 * ports.h (scm_ptob_descriptor): rename the ptob procedures:
461 fflush -> flush, read_flush -> end_input, fclose -> close,
462 fill_buffer -> fill_input, ftruncate -> truncate,
463 input_waiting_p -> input_waiting.
464
465 * ports.c (end_input_void_port): was read_flush_void_port.
466 (scm_set_port_end_input): was scm_set_port_flush_input.
467 (scm_set_port_flush): was scm_set_port_write.
468 (scm_set_port_input_waiting): was scm_set_port_input_waiting_p
469 (scm_end_input): was scm_read_flush.
470 (scm_fill_input): was scm_fill_buffer.
471 (scm_flush): was scm_fflush.
472 * fports.c (fport_input_waiting): renamed from fport_input_waiting_p.
473 (fport_end_input): was local_read_flush.
474 (fport_flush): was local_fflush.
475 (fport_close): was local_fclose.
476 (fport_truncate): was local_ftruncate.
477 (fport_seek): was local_seek.
478 (fport_free): was local_free.
479 (fport_fill_input): was fport_fill_buffer.
480 * strports.c (st_end_input): was st_read_flush.
481 (st_truncate): was st_ftruncate.
482 * vports.c: (sf_flush): was sfflush.
483 (sf_close): was sfclose.
484 (sf_fill_input): was sf_fill_buffer.
485
486 * ports.c, fports.c, strports, vports.c, ioext.c, unif.c, filesys.c:
487 change callers.
488
489 1999-08-06 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
490
491 * eval.c (SCM_IM_DISPATCH): Rewrote dispatch protocol. Dispatch
492 forms now contain the expressions to be dispatched upon instead of
493 depending on a surrounding lambda or let; Generic function
494 dispatch has been optimized; `apply' on a generic function now
495 works a little bit strangely. It uses a trick so that the type
496 dispatch code in SCM_CEVAL can be reused.
497
498 * objects.h, objects.c (scm_apply_generic_env): Added (used by
499 apply).
500 (scm_operator_p): Added.
501 (scm_sym_atdispatch): Added.
502 (scm_set_object_procedure_x): Modified to handle the new style
503 generic functions.
504 (scm_object_procedures): New debugging procedure.
505
506 1999-08-05 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
507
508 * eval.c, eval.h (scm_sym_args): Added.
509
510 * objects.h (SCM_CLASSF_PURE_GENERIC): Added.
511
512 * feature.c, feature.h (scm_c_run_hook): Added.
513
514 * eval.c (SCM_CEVAL:SCM_IM_DISPATCH): Bugfix: Jump back to
515 cdrxnoap and loopnoap instead of begin and loop.
516
517 1999-08-04 Gary Houston <ghouston@easynet.co.uk>
518
519 * ports.c (scm_putc, scm_puts),
520 * unif.c (scm_uniform_array_write): use scm_lfwrite.
521 * ports.c (scm_putc): change type of first argument from int to char.
522
523 1999-08-04 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
524
525 * eval.c (SCM_CEVAL): Improvements to SCM_IM_DISPATCH and
526 SCM_IM_HASH_DISPATCH.
527
528 * objects.h (SCM_CLASSF_GOOPS_VALID): Added.
529 (scm_si_redfined, scm_si_hashsets): Moved.
530
531 * objects.c (scm_class_of): Use the new SCM_CLASSF_GOOPS_VALID
532 flag which combines type and status info so that the class
533 redefinition protocol has zero cost during normal execution.
534
535 1999-08-03 Gary Houston <ghouston@easynet.co.uk>
536
537 * ports.h (scm_ptob_descriptor): include a write procedure again.
538 it's more efficient for unbuffered fports (e.g., sockets.)
539
540 * ports.c (scm_puts): use ptob->write.
541 * vports.c (scm_make_sfptob): set write proc in ptob.
542 * strports.c (scm_make_stptob): set write proc in ptob.
543 * ports.c (write_void_port): new procedure.
544 * vports.c (sf_write): new procedure.
545 * ports.c (scm_lfwrite): use ptob->write.
546 * strports.c (st_write): new procedure.
547 * fports.c (fport_write): new procedure.
548 (scm_make_fptob): set write in ptob to fport_write.
549 * ports.h: prototype for scm_set_port_write.
550 * ports.c (scm_make_port_type): initialise ptob write procedure.
551 (scm_set_port_write): new proc.
552
553 1999-08-01 Jim Blandy <jimb@savonarola.red-bean.com>
554
555 * ports.c (scm_char_ready_p): Don't try to find PORT's ptab entry
556 until we've verified that it is actually a port. (Thanks to
557 Lorentey Karoly.)
558
559 1999-07-31 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
560
561 * gc.c (scm_must_malloc, scm_must_realloc): Removed unnecessary
562 code, particularly an unnecessary test (len != size, where len ==
563 size). (Was this leftovers from debugging code, or have I missed
564 something profound?)
565
566 * hashtab.c: Bugfix: Don't declare s_hash_fold without storage
567 size. (Thanks to James Dean Palmer.)
568
569 * numbers.c (scm_makdbl): Bugfix: Initialize imaginary part.
570 (Thanks to Lorentey Karoly.)
571
572 1999-07-30 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
573
574 * eval.c (scm_m_expand_body): Use scm_cons_source.
575
576 * struct.c (scm_print_struct): Use vtable name.
577
578 * print.c (scm_init_print): Set name of print state type.
579
580 * stacks.c (scm_init_stacks): Set name of stack type.
581
582 1999-07-29 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
583
584 * eval.c (SCM_CEVAL): Removed old implementation of internal
585 define.
586
587 * gsubr.c, procprop.h (scm_i_inner_name): Removed.
588
589 * debug.c, debug.h (scm_reverse_lookup): Added.
590 (scm_procedure_name): Use scm_reverse_lookup to lookup the name of
591 internal procedure definitions; Don't use scm_i_inner_name.
592
593 * eval.c, tags.h, print.c (SCM_IM_SLOT_REF, SCM_IM_SLOT_SET_X):
594 New isym operations.
595
596 * eval.h: Added prototypes for multi language support functions.
597
598 * eval.c (SCM_IM_DISPATCH, SCM_IM_HASH_DISPATCH): Don't use
599 improper lists in the low-level representation, since that will
600 cause a begin to be prepended at macro expansion.
601
602 * eval.c (scm_cons_source): Version of cons which copies source
603 properties from an existing cell.
604 (scm_copy_tree, SCM_CEVAL): Use scm_cons_source.
605
606 * debug.c (scm_procedure_source): Cons SCM_IM_LAMBDA onto
607 procedure source before calling scm_unmemocopy instead of faking
608 an environment.
609
610 1998-10-25 Marius Vollmer <mvo@zagadka.ping.de>
611
612 Ported `internal defines' fix from SCM. Original ChangeLog entry:
613
614 1998-07-09 Radey Shouman <radey@colorage.com>
615
616 * eval.c (ceval_1): Modifications to allow rewriting of interal
617 DEFINE to LETREC: If an ISYM is evaluated in non-tail position the
618 body of which it is the CAR is macro expanded by m_expand_body,
619 which rewrites internal DEFINE.
620
621 (m_expand_body): Added.
622
623 (m_macroexp1): Added argument to control error checking:
624 m_expand_body may speculatively expand forms in the wrong
625 environments. Made argument number checks conditional on
626 RECKLESS.
627
628 (m_body): Added, error checks bodies and inserts the ISYM tokens.
629
630 (m_lambda): (m_letstar): (m_letrec1): (m_letrec): (m_let): Now
631 call m_body.
632
633 (m_cond): (m_case): (m_quote): Modified to avoid destructively
634 changing their argument forms. Since m_expand_body
635 speculatively macro expands forms the process must be
636 reversible.
637
638 (m_ident_eqp): Fixed to use proper environment.
639
640 (renamed_ident): Added DEFER_INTS_EGC.
641
642 Added prototypes for static functions.
643
644 * eval.c
645
646 (undef_cell): New.
647
648 (scm_lookupcar1, scm_lookupcar): Added CHECK argument. When CHECK
649 is false, do not produce an error for unbound variables, return a
650 pointer to cell_undef instead.
651
652 (EVALCELLCAR, XEVALCAR): Call scm_lookupcar with check=1.
653
654 (scm_m_body): New.
655
656 (scm_m_cond, scm_m_case, scm_m_quote): Modified to avoid
657 destructively changing their argument forms. Since m_expand_body
658 speculatively macro expands forms the process must be reversible.
659
660 (scm_m_lambda): Use scm_m_body instead of bodycheck. Account for
661 SCM_IM_LET introduced by named lets.
662
663 (scm_m_letstar): Use scm_m_body instead of bodycheck.
664
665 (scm_m_letrec1, scm_letrec): Split scm_letrec into scm_letrec1 and
666 scm_letrec. scm_letrec1 does not check for a null binding and
667 takes an additional argument to specify the ISYM of the body. Use
668 scm_m_body instead of bodycheck.
669
670 (scm_m_let): Use scm_m_body instead of bodycheck.
671
672 (scm_m_expand_body, scm_macroexp): New.
673
674 (unmemocopy): Account for ISYMs introduced by scm_m_body.
675
676 (ceval, deval): Call scm_m_expand_body. Call scm_lookupcar with
677 check=1. Throw error for internal defined that have not been
678 rewritten by scm_m_expand_body.
679
680 * eval.h: Added prototypes for scm_m_expand_body and scm_macroexp.
681 Removed prototype for SCM_APPLY.
682
683 * tags.h: Added extern declaration of scm_isymnames.
684
685 1999-07-27 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
686
687 * Makefile.am (EXTRA_libguile_la_SOURCES): Added lang.c.
688
689 * lang.c: New file: Beginning of multi-language support.
690
691 * init.c (scm_boot_guile_1): Added call to scm_init_lang ().
692
693 * dynwind.c (scm_dowinds): Removed obsolete wind_key #f case.
694 (scm_dynamic_wind): Added argument checking for the after guard so
695 that we don't add garbage on the dynwind chain.
696 (scm_swap_bindings): Added.
697
698 * tags.h, print.c (SCM_IM_NIL_COND, SCM_IM_NIL_IFY, SCM_IM_T_IFY,
699 SCM_IM_0_COND, SCM_IM_0_IFY, SCM_IM_1_IFY), print.c
700 (scm_isymnames): New isyms for multi-language support.
701
702 * eval.c (scm_nil, scm_t): New symbols.
703 (nil-cond, nil-ify, t-ify, 0-cond, 0-ify, 1-ify): New special
704 forms for multi-language support.
705
706 1999-07-25 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
707
708 * random.c, random.h (scm_c_default_rstate, scm_c_uniform32):
709 Added.
710 Renamed functions in the random function library interface
711 from scm_i_XXX --> scm_c_XXX.
712
713 1999-07-25 Gary Houston <ghouston@easynet.co.uk>
714
715 * ports.c (scm_putc): fix line-buffering.
716
717 1999-07-25 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
718
719 * ports.c, ports.h, fports.c, strports.c, vports.c: Renamed
720 scm_set_ptob_XXX --> scm_set_port_XXX.
721
722 1999-07-24 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
723
724 * ports.c, ports.h (scm_make_port_type): New interface for
725 creation of port types (replaces scm_newptob). Just as for the
726 smobs, we need to separate the internal representation of smob
727 types from the interface, so that we easily can add new fields and
728 rearrange things without caring about backward compatibility.
729 This change was forced by the need in GOOPS to create classes
730 representing port types.
731 (scm_set_ptob_mark, scm_set_ptob_free, scm_set_ptob_print,
732 scm_set_ptob_equalp, scm_set_ptob_flush_input, scm_set_ptob_close,
733 scm_set_ptob_seek, scm_set_ptob_truncate,
734 scm_set_ptob_input_waiting_p): New setters.
735 (scm_newptob): Rewritten to use scm_make_port_type. For backward
736 compatibility.
737 (scm_ptobs): Changed type scm_ptobfuns --> scm_ptob_descriptor.
738 (scm_prinport): Removed.
739 (scm_port_print): Added.
740 (scm_print_port_mode): Added.
741 (void_port_ptob, print_void_port, close_void_port, noop0):
742 Removed. Removed #include "genio.h" Added #include "objects.h",
743 #include "smobs.h"
744
745 * fports.c (prinfport): Moved code from ports.c.
746 (local_free): Added.
747 (scm_fptob): Removed. Instead use new interface.
748 (scm_make_fptob): Added. (Need to create basic ports in a
749 specific order in ports.c.)
750
751 * strports.c (scm_stptob, prinstpt, noop0): Removed
752 (scm_make_stptob): Added.
753
754 * vports.c (scm_sfport, prinsfpt, sf_read_flush, noop0): Removed.
755 (scm_make_sfport): Added.
756
757 * filesys.c (scm_dir_print): Don't use the port printing code.
758 Instead provide specific directory printer.
759
760 * gc.c (scm_gc_sweep): Use value returned from scm_ptobs[].free.
761
762 * ioext.c (scm_redirect_port): Replaced scm_ptobfuns -->
763 scm_ptob_descriptor.
764
765 * smob.c (scm_smob_print): Handle non-existing type name nicely.
766 Removed #include "genio.h"
767
768 * objects.c (scm_make_port_classes): New function ptr.
769
770 1999-07-24 Gary Houston <ghouston@easynet.co.uk>
771
772 * gdbint.c (gdb_print, gdb_read): call scm_truncate_file.
773
774 * ports.c (scm_truncate_file): renamed from scm_ftruncate.
775 allow the 1st argument to be a fdes or filename as well as a
776 port (as in the filesys.c version).
777
778 * filesys.c (scm_truncate_file): removed.
779
780 1999-07-24 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
781
782 * readline.c, readline.h: Removed.
783
784 * objects.c, objects.h (scm_port_class): Added.
785 (scm_class_of): Look up port class in scm_port_class.
786 (SCM_IN_PCLASS_INDEX, SCM_OUT_PCLASS_INDEX,
787 SCM_INOUT_PCLASS_INDEX): Added.
788
789
790 * Makefile.am: Removed genio.c, genio.x.
791
792 * genio.c: Removed.
793
794 1999-07-23 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
795
796 * init.c: Make sure that scm_post_boot_init_modules is called only
797 once. (Important when using a dumped image.; Thanks to Bernard
798 Urban.)
799
800 1999-07-19 Jim Blandy <jimb@savonarola.red-bean.com>
801
802 * guardians.c (scm_guardian_zombify): Separate scanning for
803 zombies from marking the pairs of the free list.
804
805 * guardians.c (scm_guardian_zombify): Don't set marks manually ---
806 use the macros. (Thanks to Michael Livshin.)
807
808 * eval.c (scm_m_lambda): Let bodycheck check the body of the
809 lambda. Let your sins be purified by the blood of the lambda.
810 (Thanks to Eric Hanchrow.)
811
812 * net_db.c (h_errno): Don't declare this if it's #defined. Eew.
813 (Thanks to Valdis Kletnieks.)
814
815 Fixes for EMX from Mikael Ståldal.
816
817 * filesys.c: #include <io.h>, if we have it.
818 * scmconfig.h.in: Regenerated.
819
820 * stime.c (ftime): Delete declaration for this function --- let
821 the system supply it.
822
823 Cleanups from John Bley.
824
825 * gdbint.c: Don't include <stdio.h> and "_scm.h" twice.
826
827 * gsubr.c: Don't include "gsubr.h" twice.
828
829 Cleanups for compilation on Irix 6, from David Kaelbling.
830
831 * regex-posix.c (scm_regexp_error_msg): Change `rx' argument to
832 regex_t pointer. This is what the callers have, mostly.
833 (scm_regexp_exec): Don't forget to pass the `rx' argument to
834 scm_regexp_error_msg.
835
836 * scmsigs.c (scm_sigaction): Cast SIG_DFL and SIG_IGN to SCM, not
837 int. That way, if we get a warning on this line, it's more likely
838 that we're really missing bits we care about.
839
840 * snarf.h (SCM_CONST_LONG): Remove trailing semicolon from
841 definition.
842
843 * tags.h (SCM_IMP, SCM_NCONSP, SCM_NCELLP, SCM_ITAG3, SCM_TYP3,
844 SCM_TYP7, SCM_TYP7S, SCM_TYP16, SCM_TYP16S, SCM_GCTYP16,
845 SCM_GCMARKP, SCM_GC8MARKP): Don't cast to int. Either SCM or no
846 cast at all is more appropriate in every case. At the moment, we
847 assume everywhere that SCM is an integral type anyway.
848
849 1999-07-14 Gary Houston <ghouston@easynet.co.uk>
850
851 * unif.c (scm_uniform_array_read_x), ports.c (scm_getc): increment
852 read_pos after scm_fill_buffer.
853
854 * ioext.c (scm_do_read_line): simplify by ignoring the fill_buffer
855 return char.
856
857 * vports.c (sf_fill_buffer), strports.c (stfill_buffer),
858 fports.c (fport_fill_buffer): implement the interface change.
859
860 * ports.c (scm_fill_buffer): interface change: no longer increments
861 read_pos past the character that's returned. it seems clearer to
862 leave it to the caller to decide what to do (thanks Jim).
863
864 * vports.c (sf_fill_buffer): put the read char into the buffer
865 as well as returning it.
866
867 * ports.c (scm_grow_port_cbuf): residue of this deleted procedure
868 deleted.
869
870 1999-07-13 Gary Houston <ghouston@easynet.co.uk>
871
872 * strports.c (scm_strprint_obj): simplify. start with initial
873 buffer size of 0.
874 (st_seek): don't allow string to be extended if seeking past
875 the end of a read-only port.
876
877 1999-07-12 Gary Houston <ghouston@easynet.co.uk>
878
879 * strports.c (st_seek): change the resize checks.
880
881 * ports.c (scm_ftruncate): throw error if offset works out negative.
882
883 * strports.c (st_flush): increase string size in blocks of
884 SCM_WRITE_BLOCK instead of 1. set read_end to read_pos if
885 it's greater and reset read_buf_size.
886 (scm_mkstrport): set rw_randow if only writing, since read_buf needs
887 to be maintained for output ports too (it holds the written
888 part of the string, while write_buf may have unwritten buffer
889 chars.)
890 (st_truncate): rewritten.
891 (top of file): added a few notes.
892
893 1999-07-10 Jim Blandy <jimb@savonarola.red-bean.com>
894
895 Patch from Greg Badros:
896 * snarf.h (SCM_PROC, SCM_PROC1): Use __cplusplus or
897 GUILE_CPLUSPLUS_SNARF macros to force adding a cast to the last
898 (function pointer) argument to scm_make_gsubr and scm_make_subr
899 calls. This avoids warnings in C++ programs using guile-snarf.
900
901 1999-07-06 Gary Houston <ghouston@easynet.co.uk>
902
903 * strports.c (st_grow_port): set pt->read_pos. set
904 pt->read_buf_size one less than pt->write_buf_size if there's
905 an unwritten char at the end of the string. similarly for
906 pt->read_end.
907 (st_resize_port): renamed from st_grow_port.
908 (st_seek): simplify by assuming that pt->write_pos == pt->read_pos.
909 seek from read_end instead of write_end for SEEK_END.
910 (st_ftruncate): calculate current length using readbuf, not write
911 buf.
912 (scm_strport_to_string): use read_buf_size for length.
913 (stfill_buffer): don't re-initialise the readbuf.
914
915 1999-07-05 Gary Houston <ghouston@easynet.co.uk>
916
917 * strports.c (scm_strport_to_string): new procedure.
918 (scm_call_with_output_string, scm_strprint_obj): use
919 scm_strport_to_string.
920 used SCM_INUM0 instead of SCM_MAKINUM (0) in a few places.
921
922 1999-07-08 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
923
924 * symbols.c (scm_gensym): Bugfix. (Thanks to Johannes Hjorth.)
925
926 Fri Jun 25 22:14:32 1999 Greg Badros <gjb@cs.washington.edu>
927
928 * smob.c: added scm_make_smob_type_mfpe (), scm_set_smob_mfpe ();
929 use scm_make_smob_type_mfpe to initialize "free", "flo", "bigpos",
930 and "bigneg" smob types.
931
932 * smob.h: Add do ... while(0) idiom to SCM_NEWSMOB. Added
933 SCM_RETURN_NEWSMOB macro. Added protos for new functions in
934 smob.c.
935
936 * *.c: Use scm_make_smob_type_mfpe, instead of scm_newsmob, and
937 use SCM_NEWSMOB or SCM_RETURN_NEWSMOB in constructors instead of
938 SCM_NEWCELL and setting the CAR/CDR by hand.
939
940 1999-07-04 Gary Houston <ghouston@easynet.co.uk>
941
942 * ports.c (scm_putc): call scm_read_flush.
943 (scm_puts): likewise.
944 (scm_lfwrite): likewise.
945 (scm_lseek): likewise.
946 (scm_ftruncate): likewise.
947 * unif.c (scm_uniform_array_write): likewise.
948 * ioext.c (scm_redirect_port): likewise.
949
950 * ports.c (scm_fill_buffer): don't take pt argument. change callers.
951 (read_flush_void_port): new proc, for void port ptob.
952
953 * vports.c (sf_read_flush): likewise.
954 * strports.c (st_read_flush): take offset arg.
955 * fports.c (local_read_flush): use offset, don't reset putback
956 buffer here.
957
958 * ports.h (scm_ptobfuns): let read_flush take an offset argument,
959 which is the number of chars from the putback buffer.
960
961 * ports.c (scm_read_flush): new procedure, resets the putback
962 buffer before calling the ptob routine.
963
964 * strports.c (scm_strprint_obj): bug fix: get pt from the port,
965 not from the parameter obj. (Thanks to Eric Moore.)
966
967 * ports.h: SCM_CRDY, SCM_CUC, SCM_CRDYP, SCM_SETRDY, SCM_CUNGET,
968 SCM_CGETUN, SCM_CLRDY, SCM_TRY_CLRDY, SCM_N_READY_CHARS: deleted.
969
970 * strings.c (scm_make_string): throw error if 2nd arg isn't
971 a char.
972
973 * unif.c (scm_uniform_array_read_x): fix reading from a port.
974 allow non-fports.
975 (scm_uniform_array_write): likewise.
976
977 1999-06-29 Gary Houston <ghouston@easynet.co.uk>
978
979 * ports.c (scm_drain_input): rewritten.
980
981 * fports.c (local_fclose): check putback_buf.
982 (local_read_flush): likewise.
983
984 * ports.c (scm_remove_from_port_table): maybe free putback_buf.
985
986 * ports.h (scm_port): replace cbuf/cbufend/cp with putback_buf/
987 putback_buf_size.
988 (SCM_INITIAL_PUTBACK_BUF_SIZE): renamed from SCM_INITIAL_CBUF_SIZE.
989
990 * ports.c (scm_grow_port_cbuf): deleted.
991 (scm_add_to_port_table): initialise putback_buf to 0. remove cbuf
992 stuff.
993 (scm_char_ready_p): check putback_buf
994 (scm_fill_buffer): likewise.
995 (scm_ungetc): rewritten.
996
997 1999-06-27 Gary Houston <ghouston@easynet.co.uk>
998
999 * fports.c (local_fclose): account for push-back buffer.
1000
1001 * ports.c (scm_char_ready_p): check the push-back buffer in
1002 a new way.
1003
1004 * ioext.c (scm_do_read_line): remove the extra code to handle
1005 the push-back buffer.
1006
1007 * ports.c (scm_getc): don't use SCM_CRDYP etc.
1008
1009 * ioext.c (scm_do_read_line): call scm_fill_buffer.
1010
1011 * ports.c (scm_ungetc): don't call SCM_CUNGET. reset the
1012 read buffer pointers.
1013 scm_fill_buffer: new procedure.
1014 (scm_getc): call scm_fill_buffer.
1015
1016 * ports.h (struct scm_port): saved_read_buf, saved_read_pos,
1017 saved_read_end: new fields.
1018
1019 1999-06-24 Mikael Djurfeldt <mdj@orjan.nada.kth.se>
1020
1021 * dynl-dl.c (sysdep_dynl_link): Added parenthesis around the
1022 trinary conditional in order for the flag computation to be
1023 correct.
1024
1025 1999-06-23 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
1026
1027 * struct.c, struct.h:
1028
1029 In order to support different kinds of deallocation, a destructor
1030 slot has been added to struct vtables. This allows for structs
1031 containing pointers to other memory blocks.
1032
1033 (scm_struct_i_free): New hidden struct slot. Holds destructor for
1034 instances to this vtable.
1035 (scm_struct_free_0): New destructor: Doesn't deallocate data.
1036 (scm_struct_free_light): New destructor: Deallocates a light
1037 struct (i.e. a struct without hidden slots).
1038 (scm_struct_free_standard): New destructor: Deallocates standard
1039 structs.
1040 (scm_struct_free_entity): New destructor: Deallocates entity
1041 structs.
1042 (SCM_SET_VTABLE_DESTRUCTOR): New macro.
1043
1044 Changes to hidden slots:
1045
1046 (scm_struct_i_size): scm_struct_i_flags now shares space with
1047 scm_struct_i_size which holds the size of light structs.
1048 (scm_struct_i_n_words): This slot has changed meaning. Previously
1049 it included hidden slots. Now it indicates visible slots.
1050 (scm_alloc_struct): Clear flags.
1051 (SCM_STRUCTF_MASK): 4 new flag positions added => 12 bits.
1052
1053 (struct_num, scm_struct_i_tag): Removed.
1054 (scm_struct_vtable_tag): Base tag on the pointer to mallocated
1055 memory.
1056 (scm_struct_ihashq): Base hash value on pointer to struct handle.
1057
1058 * tag.c (scm_tag): Base tag on vtable pointer.
1059
1060 * objects.c (scm_init_objects): Initialize destructor slot of the
1061 primordial entity class.
1062
1063 * objects.h (SCM_SET_CLASS_DESTRUCTOR,
1064 SCM_SET_CLASS_INSTANCE_SIZE): New macros.
1065
1066 * gc.c (scm_gc_sweep): Call struct free slot.
1067
1068 * keywords.c, keywords.h (scm_c_make_keyword): New function.
1069 (We should remove the use of the prefix '-'.)
1070
1071 * snarf.h (SCM_KEYWORD, SCM_GLOBAL_KEYWORD): New macros.
1072
1073 * libguile.h: #include "objects.h"
1074
1075 1999-06-22 Marius Vollmer <mvo@zagadka.ping.de>
1076
1077 * dynl.c (DYNL_GLOBAL): New.
1078 (sysdep_dynl_link): Added `flags' argument.
1079 (kw_global, sym_global): New.
1080 (scm_dynamic_link): Handle keyword arguments. Pass suitable flags
1081 to sysdep_dynl_link.
1082 * dynl-dl.c (sysdep_dynl_link): Handle new `flags' argument by
1083 conditrionally adding RTLD_GLOBAL to DLOPEN_MODES.
1084 * dynl-shl.c (sysdep_dynl_link): Add and ignore new flags
1085 argument.
1086 * dynl-dld.c (sysdep_dynl_link): Add and ignore new flags
1087 argument.
1088 * dynl.h (scm_dynamic_link): Added rest argument.
1089
1090 1999-06-21 Marius Vollmer <mvo@zagadka.ping.de>
1091
1092 * dynl.c (sysdep_dynl_unlink, sysdep_dynl_func): Use const
1093 qualifier for char* argument, to match prototypes. Thanks to Mark
1094 Elbrecht.
1095
1096 1999-06-21 Jim Blandy <jimb@savonarola.red-bean.com>
1097
1098 * dynl.c (no_dynl_error, sysdep_dynl_link, sysdep_dynl_unlink,
1099 sysdep_dynl_func): Use ANSI declarations, and const char *
1100 pointers. (Thanks to Mark Elbrecht.)
1101
1102 1999-06-19 Jim Blandy <jimb@savonarola.red-bean.com>
1103
1104 Patch from Greg Harvey:
1105 * eq.c, eval.c, list.c, ramap.c, vectors.c: Always write parens
1106 around the condition of an `if', `while', etc., even if the
1107 condition is a macro invocation that expands to something
1108 surrounded by parens. It's more readable.
1109
1110 * eval.c (scm_map, scm_for_each): Verify that all arguments are
1111 proper lists, and of the appropriate lengths.
1112 (check_map_args): New function. (Thanks to Greg Harvey for the
1113 bug report.)
1114
1115 1999-06-19 Michael Livshin <mike@olan.com>
1116
1117 * guardians.c (guardian_t): `next' - new field to be used for
1118 chaining the live guardians in a single-linked list during the GC
1119 mark phase.
1120 (GUARDIAN_NEXT): convenience macro to access the `next' field.
1121 (guardians, guardians_size, n_guardians): deleted.
1122 (first_live_guardian, current_link_field): new globals used to
1123 point to the head of the live guardian list and current `next'
1124 field, respectively.
1125 (g_mark): append the guardian to the live guardian list.
1126 (scm_guardian_gc_init): zero the live guardian list.
1127 (scm_guardian_zombify): iterate through the live guardian list.
1128
1129 (Applied by Jim Blandy.)
1130
1131 1999-06-16 Jim Blandy <jimb@savonarola.red-bean.com>
1132
1133 * gc.c (scm_mallocated): Just make this signed.
1134 (scm_igc): Check for underflow by seeing if this is negative.
1135 Much cleaner.
1136 * gc.h (scm_mallocated): Fix declaration.
1137 (Thanks to Greg Harvey.)
1138
1139 * ports.h: #include <sys/types.h>, to get a definition for `off_t'.
1140
1141 1999-06-15 Jim Blandy <jimb@savonarola.red-bean.com>
1142
1143 * stime.c (bdtime2c): Initialize lt->gmtoff and lt->tm_zone from
1144 sbd_time. (Thanks to Eric Hanchrow.)
1145
1146 Fix from Ken Raeburn <raeburn@raeburn.org>:
1147 * weaks.c (scm_make_weak_vector): Add another extra slot before
1148 vector contents, to be used only during garbage collection.
1149 * weaks.h (SCM_WVECT_GC_CHAIN): New macro to access it.
1150 * gc.c (scm_weak_vectors): Now a SCM instead of a SCM*, and now
1151 static.
1152 (scm_weak_size, scm_n_weak): Deleted.
1153 (scm_igc): Use SCM_WVECT_GC_CHAIN to build up a chain of weak
1154 vectors without allocating new storage during GC, using
1155 scm_weak_vectors as the head of the chain.
1156 (scm_mark_weak_vector_spines): Walk SCM_WVECT_GC_CHAIN chain
1157 instead of stepping through an array.
1158 (scm_gc_sweep): Update offset used to find start of weak vector to
1159 free it.
1160 (scm_init_storage): Set scm_weak_vectors to EOL.
1161
1162 Fix from Ken Raeburn <raeburn@raeburn.org>:
1163 * gc.c (already_in_gc): New variable.
1164 (scm_igc): Set and clear already_in_gc; abort if it's set at
1165 entry.
1166
1167 1999-06-14 Jim Blandy <jimb@savonarola.red-bean.com>
1168
1169 Fix from Gary Houston:
1170 * fports.c (local_seek): Signal an error if the seek fails.
1171 * ports.c (scm_lseek): Don't check return value of port's seek
1172 function; it's its job to signal an error if there's a problem.
1173
1174 1999-06-12 Jim Blandy <jimb@savonarola.red-bean.com>
1175
1176 * strports.c (scm_call_with_output_string): Don't include the
1177 extra character at the end of the string in the result.
1178
1179 * ioext.c (scm_read_line): Switch to reading properly.
1180
1181 * fports.c, fports.h, gc.c, gdbint.c, ioext.c, ports.c, ports.h,
1182 scmsigs.c, strports.c, vports.c: Install the sources which
1183 actually correspond to the changes described below. I got the
1184 ChangeLog entries and the patch from two different places...
1185
1186 1999-06-09 Jim Blandy <jimb@savonarola.red-bean.com>
1187
1188 * gc.c (scm_igc): Check for scm_mallocated underflow. Otherwise,
1189 it shows up as terrible performance, as we GC constantly.
1190
1191 * ioext.c (scm_do_read_line): Rewritten to use memchr to find the
1192 newline. A bit faster, and definitely hairier.
1193 (scm_read_line): Count newlines here instead.
1194
1195 * strings.c (scm_take_str): New function.
1196 (scm_take0str): Reimplement in terms of scm_take_str. * strings.h
1197 (scm_take_str): New declaration. * ioext.c (scm_read_line): Use
1198 scm_take_str, to avoid copying the string.
1199
1200 Add some simple-minded support for line buffered ports.
1201 * ports.h (SCM_BUFLINE): New flag for ports.
1202 * init.c (scm_init_standard_ports): Request line-buffering on
1203 the standard output port.
1204 * ports.c (scm_mode_bits): Recognize 'l' as a request for line
1205 buffering.
1206 (scm_putc, scm_puts, scm_lfwrite): If the port is line-buffered,
1207 and there's a newline to be written, flush the port.
1208
1209 Gary Houston's open-buffer port patches:
1210
1211 1999-04-26 Gary Houston <ghouston@easynet.co.uk>
1212
1213 * ports.c: (scm_lseek): clear buffers even if just reading current
1214 position.
1215
1216 * fports.c (local_fclose): call local_fflush unconditionally.
1217 (various): don't use the scm_must... memory procs.
1218
1219 1999-04-25 Gary Houston <ghouston@easynet.co.uk>
1220
1221 * ports.h (scm_port): make read_pos a pointer to const.
1222 strports.c: take care of rw_active and rw_randow.
1223 fports.c: scm_fport_drain_input: removed. do it all in ports.c.
1224 strports.c (scm_mkstrport): check that pos is reasonable.
1225 ioext.c (scm_ftell, scm_fseek): use lseek.
1226 (SCM_CLEAR_BUFFERS): macro deleted.
1227 ioext.c (redirect_port: use ptob fflush, read_flush.
1228 ports.h (scm_ptobfuns): add ftruncate.
1229 ports.c (scm_newptob): set ftruncate.
1230 adjust ptob tables.
1231 ports.c (scm_ftruncate): new procedure.
1232 fports.c (local_ftrunate), strports.c (str_ftruncate): new procs.
1233 strports.c (st_seek, st_grow_port): new procs.
1234 fports.h (scm_port): change size types from int to off_t.
1235 ports.c (scm_init_ports): initialise the seek symbols here
1236 instead of in ioext.c.
1237 strports.c (scm_call_with_output_string): start with an empty
1238 string, so seek and ftruncate can be used.
1239
1240 gdbint.c: adjust string port usage.
1241
1242 1999-04-24 Gary Houston <ghouston@easynet.co.uk>
1243
1244 * ports.h (scm_ptobfuns): add a read_flush procedure which is the
1245 equivalent to fflush for the read buffer.
1246 * ports.c (scm_newptob): set read_flush.
1247 ports.c (void_port_ptob): set read_flush.
1248 fports.c (local_read_flush): new proc. add to ptob.
1249 strport.c (st_read_flush): likewise.
1250 vport.c (sf_read_flush): likewise.
1251 fports.h (struct scm_fport): remove random member. there's nothing
1252 left but fdes. leaving it as a struct to allow for future changes.
1253 fports.c: replace usage of scm_fport::random with scm_port::rw_random.
1254 ports.c: (scm_putc, scm_puts, scm_lfwrite): call the read_flush
1255 ptob proc if the read buffer is filled.
1256
1257 1999-04-23 Gary Houston <ghouston@easynet.co.uk>
1258
1259 * ports.h (scm_port): add a rw_random member and replace
1260 reading and writing members with rw_active member.
1261 SCM_PORT_READ/SCM_PORT_WRITE: new values.
1262
1263 1999-04-22 Gary Houston <ghouston@easynet.co.uk>
1264
1265 * ports.h (struct scm_port_table): add writing and reading members
1266 to replace write_needs_seek: it isn't good enough for non-fports.
1267 ports.c, ioext.c, fports.c: corresponding changes.
1268 (struct scm_port_table): give it a typedef and rename to scm_port.
1269 ports.c, fports.c, strports.c, vports.c, ioext.c, ports.h:
1270 corresponding changes.
1271
1272 1999-04-20 Gary Houston <ghouston@easynet.co.uk>
1273
1274 * ports.c (scm_newptob): bugfix: set seek member.
1275 * (scm_lseek): new procedure, using code from ioext.c:scm_fseek
1276 and generalised to all port types.
1277
1278 1999-04-18 Gary Houston <ghouston@easynet.co.uk>
1279
1280 * scmsigs.c (scm_init_scmsigs): set the SA_RESTART flag for all
1281 signals (it was only being done for handlers installed from Scheme).
1282 Otherwise (for example) SIGSTOP followed by SIGCONT on an interpreter
1283 waiting for input caused an EINTR error from read.
1284
1285 1999-04-07 Gary Houston <ghouston@easynet.co.uk>
1286
1287 * ports.h (struct scm_port_table): make all the char members
1288 unsigned, so they convert to int without becoming negative if large.
1289
1290 1999-03-14 Gary Houston <ghouston@easynet.co.uk>
1291
1292 * fports.c (scm_fdes_wait_for_input): forgot to check compilation
1293 with threads enabled. rename this procedure to
1294 fport_wait_for_input and take a port instead of a fdes.
1295 use scm_fport_input_waiting_p instead of scm_fdes_waiting_p.
1296
1297 * readline.c (scm_readline): Applied a patch from Greg Harvey to
1298 get readline support working again: use fdopen to get FILE objects.
1299
1300 1999-02-26 Gary Houston <ghouston@easynet.co.uk>
1301
1302 * gc.c (scm_init_storage): install an atexit proc to flush the
1303 ports.
1304 (cleanup): the new proc. it sets a global variable which can be
1305 checked by the ptob flush procs to avoid trying to throw
1306 exceptions during exit. not very pleasant but it seems more reliable.
1307 * fports.c (local_fflush): check terminating variable and if set
1308 don't throw exception.
1309 * CHECKME: that the atexit proc is installed if unexec used.
1310
1311 * throw.c (scm_handle_by_message): don't flush all ports here.
1312 it still causes bus errors.
1313
1314 * fports.h (SCM_FPORT_CLEAR_BUFFERS): rename to SCM_CLEAR_BUFFERS
1315 and move to ioext.c.
1316
1317 * fports.c (scm_fdes_waiting_p): merged into fport_input_waiting_p.
1318
1319 * ports.c (scm_char_ready_p): check the port buffer and call the
1320 ptob entry if needed.
1321
1322 * ports.h (scm_ptobfuns): input_waiting_p added. change all the
1323 ptob initialisers. use it in char-ready
1324
1325 * ioext.c (scm_do_read_line): moved from ports.c. make it static.
1326
1327 * vports.c (sfflush): modified to write a char (since softports
1328 currently use shortbuf.)
1329
1330 * fports.c (scm_standard_stream_to_port): moved to init.c and
1331 made static.
1332
1333 * init.c (scm_init_standard_ports): make stdout and stderr
1334 unbuffered if connected to a terminal. with stdio they
1335 were line-buffered by default.
1336
1337 (scm_ptobfuns): fputc, fputs, fwrite, fgetc, fgets removed.
1338 update ptob tables.
1339
1340 * ports.h (scm_ptobfuns): change fflush return to void.
1341 change flush proc definitions.
1342
1343 * strports.c (scm_call_with_output_string): get size from
1344 buffer instead of port stream.
1345 (st_flush): new proc.
1346
1347 * ports.h (struct scm_port_table): added write_end member,
1348 as an optimisation. set it where write_buf_size is set.
1349
1350 * ports.h (struct scm_port_table): change stream from void *
1351 back to SCM. SCM presumably must be large enough to hold a
1352 pointer (and probably vice versa but who knows.)
1353 (SCM_SSTREAM): deleted. change users back to SCM_STREAM.
1354
1355 (scm_puts): rewritten
1356 * fports.c (local_ffwrite, local_fputs): removed.
1357 * strports.c (stputc, stputs, stwrite): dyked out (FIXME)
1358 * vports.c (sfputc, sfputs, sfwrite) likewise.
1359 * ports.c (write_void_port, puts_void_port): removed.
1360 (putc_void_port, getc_void_port, fgets_void_port): likewise.
1361
1362 * ports.c (scm_lfwrite): rewritten using fport.c version.
1363
1364 * fports.c (local_fputc): deleted.
1365
1366 * ports.c (scm_add_to_port_table): initialise write_needs_seek.
1367
1368 * ports.h (scm_ptobfuns): add seek function pointer.
1369 * fports.c: set it to local_seek, new procedure.
1370
1371
1372 * fports.h (SCM_MAYBE_DRAIN_INPUT): moved to ports.c.
1373 use ptob for seek. take ptob instead of fport arg.
1374
1375 * ports.h (struct scm_port_table): new member write_needs_seek,
1376 replaces reading member in fport struct.
1377
1378 * vports.c (sfgetc): store the getted char into the buffer.
1379 rename to sf_fill_buffer and install it for fill-buffer in ptob.
1380 the Scheme interface is still a procedure that gets a char.
1381 (scm_make_soft_port): set up the port buffer (shortbuf).
1382
1383 * fports.c (local_fgetc, local_fgets): deleted.
1384 * strports.c (stgetc): likewise.
1385 * ports.c: scm_generic_fgets: likewise.
1386
1387 * ports.h (scm_ptobfuns): add fill_buffer.
1388 * ports.c (scm_newptob): assign it.
1389 * strports.c (scm_mkstrport): set up the buffer.
1390 put just the string into the stream, not cons (pos stream).
1391 (stfill_buffer): new proc.
1392
1393 * ports.h: fport buffer moved into port table: to be
1394 used for all port types.
1395
1396 1998-12-20 Gary Houston <ghouston@easynet.co.uk>
1397
1398 * throw.c (scm_handle_by_message): flush ports at exit.
1399
1400 * socket.c (scm_sock_fd_to_port): use scm_fdes_to_port.
1401 (scm_getsockopt, scm_setsockopt, scm_shutdown, scm_connect,
1402 scm_bind, scm_listen, scm_accept, scm_getsockname,
1403 scm_getpeername, scm_recv, scm_send, scm_recvfrom,
1404 scm_sendto,
1405 use SCM_FPORT_FDES. use SCM_OPFPORTP not SCM_FPORTP.
1406
1407 * posix.c (scm_getgroups): use SCM_ALLOW/DEFER_INTS.
1408 (scm_ttyname): use SCM_FPORT_FDES.
1409 (scm_tcgetpgrp, scm_tcsetpgrp): likewise.
1410
1411 * filesys.c (scm_chown): use SCM_FPORT_FDES.
1412 (scm_chmod, scm_stat, scm_truncate_file: likewise.
1413
1414 * ioext.c (scm_isatty_p): use SCM_FPORT_FDES.
1415 (scm_fdes_to_ports): modified.
1416 (scm_fdopen): use scm_fdes_to_port.
1417
1418 * ports.c (scm_init_ports): don't try to flush ports using
1419 atexit(). it's too late, errors will cause SEGV.
1420
1421 * fports.c (scm_fport_buffer_add): new procedure.
1422
1423 * fports.h (SCM_FDES_RANDOM_P): new macro. use it in
1424 scm_fdes_to_port and scm_redirect_port.
1425
1426 * ioext.c (scm_redirect_port): use setvbuf to set buffers in the
1427 new port. reset fp->random.
1428
1429 * fports.c (scm_fdes_to_port), ports.c (scm_void_port),
1430 filesys.c (scm_opendir):
1431 restore defer interrupts while the port is constructed.
1432 (scm_setvbuf): if mode is _IOFBF and size is not supplied,
1433 derive buffer size from fdes or use a default.
1434 (scm_fdes_to_port): use setvbuf instead of creating the buffers
1435 directly.
1436
1437 vports.c (various places): use SCM_SSTREAM.
1438 strports.c: likewise.
1439 * gdbint.c: likewise.
1440 * ports.h (SCM_SSTREAM): new macro.
1441
1442 * fports.c (scm_input_waiting_p): use scm_return_first, since port
1443 may be removed from the stack by the tail call to scm_fdes_waiting_p.
1444
1445 * fports.h (SCM_CLEAR_BUFFERS): new macro.
1446
1447 * filesys.c (scm_fsync): use SCM_FDES.
1448
1449 * ports.c (scm_force_output): call scm_fflush.
1450
1451 * print.c (scm_newline): don't check errno for EPIPE (it wouldn't
1452 reach this point.) don't flush port (if scm_cur_outp).
1453
1454 * fports.h (SCM_FPORT_FDES): new macro.
1455
1456 * filesys.c (scm_fcntl): get fdes from fport.
1457 (set_element, get_element): likewise.
1458
1459 * vports.c (sfflush): don't need to set errno.
1460
1461 * ports.c: install scm_flush_all_ports to be run on exit.
1462
1463 * filesys.c (scm_open): adjust port_mode for O_APPEND and O_CREAT.
1464
1465 ports.c fports.c ioext.c posix.c socket.c net_db.c filesys.c:
1466 removed all uses of SCM_DEFER/ALLOW ints for now. they were mainly
1467 just protecting errno. some may need to be put back.
1468
1469 * scmsigs.c (take_signal): save and restore errno while this
1470 proc runs.
1471
1472 *fports.c (print_pipe_port, local_pclose, scm_pipob): deleted.
1473 open-pipe, close-pipe are emulated in (ice-9 popen)
1474 ports.c (scm_ports_prehistory): don't init scm_pipob.
1475 ports.h (scm_tc16_pipe): deleted.
1476 posix.c (scm_open_pipe, scm_close_pipe): deleted.
1477
1478 * ioext.c (scm_primitive_move_to_fdes): use fport.
1479 * fport.c (scm_fport_fill_buffer): flush write buffer if needed.
1480 change arg type from scm_fport to SCM port.
1481 fport.h (SCM_SETFDES): removed.
1482 (SCM_MAYBE_DRAIN_INPUT): new macro.
1483
1484 * fport.h (struct scm_fport): added 'random'.
1485 fport.c (scm_open_file): set random if lseek works.
1486
1487 * ioext.c (scm_dup_to_fdes): use SCM_FSTREAM.
1488 (scm_ftell): always use lseek and account for the buffer.
1489 (scm_fileno): use fport buffer.
1490 (scm_fseek): clear fport buffers. always use lseek.
1491
1492 * posix.c (scm_pipe): use fport buffer.
1493 * unif.c: include fports.h instead of genio.h.
1494 * fports.c (scm_fdes_wait_for_input, scm_fport_fill_buffer): new
1495 procedures.
1496 (local_fgetc): use them.
1497 (local_ffwrite): use buffer.
1498 (local_fgets): use buffer.
1499 (scm_setbuf0): deleted.
1500 (scm_setvbuf): set the buffer.
1501 (scm_setfileno): deleted.
1502 (scm_evict_ports): set fdes directly.
1503 (scm_freopen): deleted. doesn't seem useful in Guile.
1504 (scm_stdio_to_port): deleted.
1505 fports.h (struct scm_fport): add shortbuf member to avoid separate
1506 code for unbuffered ports.
1507 (SCM_FPORTP, SCM_OPFPORTP, SCM_OPINFPORTP, SCM_OPOUTFPORTP): moved
1508 from ports.h.
1509
1510 * genio.c, genio.h: move contents into ports.c, ports.h. The
1511 division wasn't useful.
1512
1513 * fports.c, fports.h (scm_fport_drain_input): new procedure.
1514 * ports.c (scm_drain_input): call scm_fport_drain_input.
1515 * scm_fdes_waiting_p: new procedure.
1516 * fports.c (scm_fdes_to_port): allocate read and/or write buffers.
1517 (scm_input_waiting_p): check the buffer.
1518 (local_fgetc, local_fflush, local_fputc): likewise.
1519
1520 * fports.h (scm_fport): read/write_buf,_pos,_buf_end,,_buf_size:
1521 new members.
1522 * init.c (scm_init_standard_ports): pass fdes instead of FILE *.
1523
1524 * ports.c (scm_drain_input): new procedure.
1525 ports.h: prototype.
1526 * fports.c (FPORT_READ_SAFE, FPORT_WRITE_SAFE, FPORT_ALL_OKAY,
1527 pre_read, pre_write): removed.
1528 (local_fputc, local_fputs, local_ffwrite): use write, not stdio.
1529 (scm_standard_stream_to_port): change first arg from FILE * to
1530 int fdes.
1531 (local_fflush): flush fdes, not FILE *.
1532 * fports.h (SCM_NOFTELL): removed.
1533 * genio.c, ports.c: don't include filesys.h.
1534 * genio.c (scm_getc): don't use scm_internal_select if FPORT.
1535 do it in fports.c:local_fgetc.
1536 * genio.c: don't use SCM_SYSCALL when calling ptob procedures.
1537 do it where it's needed in the port smobs.
1538 * filesys.c (scm_input_waiting_p): moved to fports.c, stdio
1539 buffer support removed. take SCM arg, not FILE *.
1540 * filesys.h: prototype moved too.
1541 * fports.c (scm_fdes_to_port): new procedure.
1542 (local_fgetc): use read not fgetc.
1543 (local_fclose): use close, not fclose.
1544 (local_fgets): use read, not fgets
1545 * fports.h: prototype for scm_fdes_to_port.
1546 * fports.h (scm_fport): new struct.
1547 * fports.c (scm_open_file): use open, not fopen.
1548 #include fcntl.h
1549 * ports.h (struct scm_port_table): change stream from SCM to void *.
1550 * ports.c (scm_add_to_port_table): check for memory allocation error.
1551 (scm_prinport): remove MSDOS hair.
1552 (scm_void_port): set stream to 0 instead of SCM_BOOL_F.
1553 (scm_close_port): don't throw errors: do it in fports.c.
1554
1555 1999-06-04 Mikael Djurfeldt <mdj@mdj-pc.nada.kth.se>
1556
1557 * numbers.c: Added #include "feature.h".
1558
1559 1999-05-23 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
1560
1561 * smob.c, smob.h (scm_make_smob_type): New interface to smob
1562 types (supersedes scm_newsmob).
1563 (scm_set_smob_mark, scm_set_smob_free, scm_set_smob_print,
1564 scm_set_smob_equalp): New functions. Sets smob functions.
1565 (SCM_NEWSMOB): New macro. Creates smob objects.
1566 (scm_make_smob): New function. Creates smob objects and
1567 mallocates memory.
1568 (scm_smob_free, scm_smob_print): Default free and print
1569 functions.
1570
1571 * Makefile.am: Removed markers.c, markers.x, markers.h.
1572
1573 * markers.c, markers.h: Removed. (Contents moved to smob.c,
1574 smob.h.)
1575
1576 * arbiters.c, async.c, regex-posix.c: Use new smob interface.
1577
1578 * eval.c, fports.c, libguile.h, ports.c: Removed #include
1579 "markers.h".
1580
1581 * fluids.c, guardians.c, srcprop.c, threads.c: Added #include
1582 "genio.h".
1583
1584 * regex-posix.c, regex-posix.h: Renamed scm_tc16_regex_t -->
1585 scm_tc16_regex.
1586
1587 1999-05-09 Jim Blandy <jimb@savonarola.red-bean.com>
1588
1589 * strop.c (scm_string_capitalize_x): Use the SCM object `s' in
1590 error messages, not the uninitialized string `str'. Love that
1591 typechecking.
1592
1593 * strop.c (scm_substring_move_x): New function, which can handle
1594 arbitrary overlapping substrings.
1595 (substring-move-left!, substring-move-right!): These are
1596 now just synonyms for substring-move!.
1597 * strop.h (scm_substring_move_x): New prototype.
1598 (scm_substring_move_left_x, scm_substring_move_right_x):
1599 #define these as synonyms for scm_substring_move_x.
1600
1601 Fixes, cleanups, and new functions from Greg Harvey.
1602
1603 1999-05-03 Greg Harvey <Greg.Harvey@thezone.net>
1604
1605 * strop.c (scm_string_capitalize_x, scm_string_capitalize): new
1606 functions; capitalize the first letter of each word in the
1607 argument string, and downcase the rest.
1608 (scm_string_ci_to_symbol): string->symbol, such that the same
1609 symbol is returned for any argument where the only difference
1610 between strings is in capitalization.
1611 (scm_string_upcase, scm_string_downcase): non-destructive
1612 versions.
1613
1614 1999-01-13 Greg Harvey <Greg.Harvey@thezone.net>
1615
1616 * strop.c (scm_substring_move_left_x, scm_substring_move_right_x):
1617 changed to use memmove.
1618 * strop.c (scm_i_index): removed the pos arguments (it's only
1619 called twice, and each time it's SCM_ARG1, SCM_ARG2, SCM_ARG3,
1620 SCM_ARG4).
1621
1622 1999-01-11 Greg Harvey <Greg.Harvey@thezone.net>
1623
1624 * strop.h: fixed prototypes.
1625
1626 * strop.c (scm_substring_move_left_x, scm_substring_move_right_x):
1627 changed to have 5 required args, rather than 2 required, and 3 required
1628 rest args. Also modified to allow str1 & str2 to overlap.
1629 (scm_substring_fill_x): changed to 4 args, rather than 2 args and
1630 2 required rest args.
1631
1632 1999-05-02 Jim Blandy <jimb@savonarola.red-bean.com>
1633
1634 * procs.h: Doc fix.
1635
1636 * Makefile.am (modinclude_HEADERS): Add kw.h, so the new version
1637 gets installed.
1638 * Makefile.in: Regenerated.
1639
1640 * numbers.c: If we're supporting floating-point, provide the
1641 feature "inexact".
1642
1643 * scmconfig.h.in: Regenerated; see today's change to
1644 ../configure.in.
1645
1646 1999-04-17 Jim Blandy <jimb@savonarola.red-bean.com>
1647
1648 * Makefile.in: Regenerated.
1649
1650 Remove readline support, to avoid copyright confusion.
1651 * Makefile.am: Remove readline files from lists.
1652 * init.c: Don't initialize readline.
1653 * scmconfig.h.in: Regenerated.
1654
1655 * numbers.c (s_bignum): Renamed to s_bignum, and made static.
1656 Libguile should not be exporting random little strings.
1657 * numbers.h (s_bignum): Extern declaration removed.
1658
1659 More const changes from Ken Raeburn.
1660 * numbers.c (scm_s_bignum, fx): Now const.
1661 (scm_logtab, scm_ilentab, s_adjbig): Now static and const.
1662 * numbers.h (scm_s_bignum): Update declaration.
1663 * eval.c (bodycheck): Argument WHAT now points to const.
1664 * snarf.h (SCM_SYNTAX): Name is const.
1665
1666 * eval.c (scm_i_let): Make this globally visible, to avoid dynamic
1667 linking crashes on NetBSD. (Thanks to Ken Raeburn.)
1668
1669 1999-03-26 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1670
1671 * numbers.c (isfinite): Define this macro if not defined: Return a
1672 non-zero value if X is finite. (From ISO C 9x standard.)
1673 (scm_inexact_to_exact): Bugfix: Don't pass NaNs to scm_dbl2big.
1674 (Thanks to Jon Trowbridge and Greg Harvey.)
1675
1676 1999-03-22 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
1677
1678 * keywords.c (scm_tc16_kw): Added for backward compatibility.
1679 Will be removed in next release.
1680
1681 * Makefile.am (modinclude_HEADERS): Added kw.h;
1682
1683 * kw.h: New file.
1684
1685 * libguile.h: #include "libguile/kw.h"
1686
1687 1999-03-22 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1688
1689 * pairs.c (scm_set_car_x, scm_set_cdr_x): Return SCM_UNSPECIFIED.
1690
1691 1999-03-21 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1692
1693 * print.c (scm_isymnames): Added #@dispatch and #@hash-dispatch.
1694
1695 * hashtab.c, hashtab.h (scm_hash_fold, scm_internal_hash_fold):
1696 Place the table argument last.
1697
1698 1999-03-19 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
1699
1700 * modules.c: #include "procprop.h"
1701 (scm_system_module_env_p): Assume root environment is no lookup
1702 closure is found.
1703
1704 * debug.c, eval.c, evalext.c, gdbint.c stacks.c:
1705 #include "modules.h".
1706
1707 * modules.c, modules.h, eval.c, eval.h (scm_env_top_level,
1708 scm_top_level_env, scm_system_module_env_p): Moved to modules.c.
1709
1710 * eval.c, eval.h (scm_top_level_lookup_closure): Removed.
1711
1712 1999-03-18 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
1713
1714 * error.c (scm_wta): Pass SCM_LIST1 (arg) instead of SCM_EOL to
1715 scm_misc_error when pos is a string. This allows for dispatching
1716 arbitrary error messages with one argument via SCM_ASSERT:
1717 SCM_ASSERT (<cond>, obj, "Undigestable object: %S", <subr>);
1718
1719 1999-03-17 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
1720
1721 * list.c (scm_reverse): Report an error if given a circular list
1722 instead of filling memory.
1723 * list.c (scm_reverse_x): Check args.
1724
1725 1999-03-14 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
1726
1727 Most of this batch of changes is about how to deal with extended
1728 types when an object system is loaded into Guile. A nice object
1729 system is capable of representing Guile's types as class objects.
1730
1731 For example, we want a regular expression to be of class <regex>.
1732 But regular expressions are smobs which aren't under direct
1733 control of the object system, so there has to be some mechanism
1734 which informs the object system that a new class should be created
1735 which can represent the smob type. I call this a "wrapper class".
1736
1737 * objects.c: #include "smob.h";
1738 (scm_class_keyword): Removed. (Class is automatically created by
1739 make_smob_classes.)
1740 (scm_smob_class): Array of smob classes indexed by smobnum.
1741 (scm_make_extended_class): "Plugin" function pointer for creation
1742 of wrapper classes for smob and struct types.
1743 (scm_class_of): Handle compiled closures. (Currently regarded as
1744 <procedure>.);
1745 Use scm_smob_class to handle smob types;
1746 Handle scm_tc16_bigpos, scm_tc16_bigneg, and, scm_tc16_keyword
1747 through scm_smob_class;
1748 Handle structs.
1749
1750 * smob.c (scm_newsmob): Also create a wrapper class if
1751 scm_smob_class has been initialized.
1752
1753 * smob.h (SCM_TC2SMOBNUM): New macro for conversion between tc16
1754 type code and smobnum.
1755
1756 * struct.c: #include "alist.h", "weaks.h", "hashtab.h";
1757 (scm_struct_table): Weak key table with auxilliary information for
1758 struct types. Currently used for names and wrapper classes.
1759 (scm_struct_ihashq): Hash function for structs.
1760 (scm_struct_create_handle): Get/create entry in scm_struct_table.
1761 (scm_struct_vtable_name, scm_set_struct_vtable_name_x): Procedures
1762 for accessing names of vtables. The record implementation in
1763 boot-9.scm currently uses the setter to record the name of record
1764 types. When the object system is initialized, it can use this
1765 information to create wrapper classes with suitable names.
1766 (scm_init_struct): Allocate scm_struct_table.
1767 (scm_alloc_struct): Don't initialize scm_struct_i_tag here.
1768 (struct tags are a finite resource and we might want to restrict
1769 the use of tags to vtables only. E.g., Goops only uses tags for
1770 classes.)
1771 (scm_make_struct): Use scm_struct_entity_n_extra_words instead of
1772 magic number 5.
1773 (scm_struct_vtable_tag): Use scm_struct_i_tag instead of magic
1774 number -1.
1775
1776 * struct.h (SCM_STRUCT_TABLE_NAME, SCM_SET_STRUCT_TABLE_NAME,
1777 SCM_STRUCT_TABLE_CLASS, SCM_SET_STRUCT_TABLE_CLASS): New macros.
1778 Used for access of struct table entries.
1779
1780 * hashtab.c, hashtab.h (scm_internal_hash_fold): New function.
1781 (scm_hash_fold): New procedure. Used to process all entries in a
1782 hash table (in no particular order).
1783
1784 Argh! For the umpteenth time I got compilation errors because of
1785 the "intuitive" name `kw'. This has to have an end:
1786
1787 * Makefile.am, init.c, libguile.h, objects.c, root.h: Replaced
1788 "kw" --> "keywords" everywhere.
1789 (I doubt that this will cause big compatibility problems since the
1790 application interface is unaffected.)
1791
1792 * keywords.c, keywords.h: Files renamed from kw.c, kw.h.
1793
1794 1999-03-12 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1795
1796 * srcprop.c (scm_set_source_property_x): Bugfix: Convert line and
1797 column inums to native form.
1798
1799 Improvement of backtraces: Introduces a new stack narrowing
1800 specifier, #t, for the inner cut. (See further in the comments in
1801 stacks.c:narrow_stack ().)
1802
1803 * procprop.c, procprop.h (scm_sym_system_procedure): New symbol.
1804 (Used to flag certain system procedures which shouldn't turn up in
1805 backtraces.)
1806
1807 * eval.c (scm_sym_system_module): New symbol. (Used to flag
1808 modules which aren't "user" modules and the code of which
1809 shouldn't turn up in backtraces.)
1810
1811 * eval.c, eval.h (scm_top_level_lookup_closure): New function:
1812 Extract the lookup closure from an environment.
1813 (scm_system_module_env_p): New function: Return non-#f if MODULE
1814 is a system module.
1815
1816 * stacks.c: #include "eval.h"; #include "procprop.h";
1817 (narrow_stack): Handle new narrowing specifier #t.
1818
1819 * debug.c (scm_procedure_name): Use name property in the default
1820 case.
1821
1822 * gc.c, gc.h (scm_object_address): Renamed from scm_object_addr ().
1823
1824 * objects.h (scm_si_redefined, scm_si_hashsets): Shifted.
1825
1826 * eval.c, procs.c, procs.h, procprop.c: Renamed getter ->
1827 procedure throughout.
1828
1829 * print.c (scm_iprin1): Removed extraneous space when printing
1830 procedure-with-setters.
1831
1832 Entity and operator setter slots were introduced as a complement
1833 to the <procedure-with-setter> type in order to support entities
1834 and operators with setters in a reasonable and efficient way.
1835 * procs.c (scm_procedure, scm_setter): Handle entity and operator
1836 setter slots.
1837
1838 * objects.h (SCM_OPERATOR_SETTER, SCM_ENTITY_SETTER): New macros.
1839 (struct scm_metaclass_operator): New setter slot.
1840
1841 * gc.c (scm_gc_mark): Mark struct setter slot.
1842
1843 * struct.c (scm_make_struct): Allocate one word more for
1844 entities and initialize the new slot.
1845
1846 * struct.h (scm_struct_i_setter): New constant.
1847
1848 1999-03-08 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
1849
1850 * objects.h (SCM_OBJ_CLASS_REDEF): New macro: Find class slots
1851 directly through the instance.
1852
1853 * objects.c (scm_class_of): Use SCM_OBJ_CLASS_REDEF.
1854
1855 * gc.c (scm_gc_sweep): Bugfix: Look for SCM_STRUCT_F_LIGHT flag at
1856 scm_struct_i_flags instead of scm_vtable_index_layout!
1857
1858 * list.c (scm_list_star): New procedure.
1859
1860 1999-02-19 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
1861
1862 * debug.c (scm_init_debug): Added scheme level constant
1863 SCM_IM_DISPATCH.
1864
1865 1999-02-12 Jim Blandy <jimb@savonarola.red-bean.com>
1866
1867 * __scm.h (SCM_FENCE): Fix `asm volatile' warnings for EGCS.
1868
1869 * gc.c (scm_gc_sweep): Properly properly record the size of a
1870 freed structure. (Thanks to Greg Harvey.)
1871
1872 1999-02-07 Jim Blandy <jimb@savonarola.red-bean.com>
1873
1874 * gc.c (scm_gc_sweep): Properly record the size of a freed
1875 structure. (Thanks to Michael Livshin.)
1876
1877 1999-02-06 Jim Blandy <jimb@savonarola.red-bean.com>
1878
1879 Readline paren matching from Greg Harvey, with modifications from
1880 Mikael Djurfeldt:
1881
1882 * readline.c (in_readline, reentry_barrier_mutex): Make these
1883 static.
1884
1885 * readline.c: #include <sys/time.h> and "iselect.h", so we can
1886 control how long we're paused, and threads will run while we're
1887 paused.
1888 (match_paren, find_matching_paren, init_bouncing_parens): New
1889 functions.
1890 (scm_init_readline): Call init_bouncing_parens.
1891 (scm_readline_opts): Add the bounce-parens option.
1892 * readline.h (SCM_READLINE_BOUNCE_PARENS): New readline option.
1893 (SCM_N_READLINE_OPTIONS): Adjust.
1894
1895 1999-02-06 Jim Blandy <jimb@zwingli.cygnus.com>
1896
1897 All the below are changes from Ken Raeburn, to get Guile to use
1898 const where it can.
1899
1900 * chars.c (scm_lowers, scm_uppers, scm_charnames, scm_charnums),
1901 eval.c (s_expression, s_test, s_body, s_bindings, s_variable,
1902 s_clauses, s_formals): Variables now const.
1903
1904 * eval.c (promsmob): Now const.
1905 * macros.c (macrosmob): Now const.
1906 * smob.c (scm_newsmob): Smobfuns argument now points to const.
1907 (freecell, flob, bigob): Now const.
1908
1909 * dynl.c (scm_make_argv_from_stringlist, scm_coerce_rostring),
1910 error.c (scm_error, scm_syserror, scm_syserror_msg,
1911 scm_num_overflow, scm_out_of_range, scm_wrong_type_arg,
1912 scm_memory_error, scm_misc_error, scm_wta), macros.c
1913 (scm_make_synt), feature.c (scm_add_feature), filesys.c
1914 (scm_input_waiting_p), gc.c (scm_gc_start, scm_igc,
1915 scm_must_malloc, scm_must_realloc), gsubr.c (scm_make_gsubr),
1916 numbers.c (scm_num2dbl, scm_two_doubles, scm_num2long,
1917 scm_num2long_long, scm_num2ulong),
1918 options.c (scm_options), posix.c (scm_convert_exec_args,
1919 environ_list_to_c), procs.c (scm_make_subr_opt, scm_make_subr),
1920 ramap.c (scm_ramapc), read.c (scm_flush_ws), socket.c
1921 (scm_sock_fd_to_port, scm_fill_sockaddr, scm_addr_vector), stime.c
1922 (setzone, restorezone, bdtime2c), strop.c (scm_i_index),
1923 strports.c (scm_mkstrport), symbols.c (scm_intern_obarray_soft,
1924 scm_intern_obarray, scm_intern, scm_intern0,
1925 scm_sysintern0_no_module_lookup, scm_sysintern, scm_sysintern0,
1926 scm_symbol_value0), unif.c (scm_aind, scm_shap2ra): Argument
1927 indicating calling subr, error message text, reason for error,
1928 symbol name or feature name are now pointer to const.
1929 * snarf.h (SCM_PROC, SCM_PROC1): String variables are now const.
1930
1931 * procs.c (scm_init_iprocs): iproc argument now points to const.
1932 * pairs.c (cxrs): Now const.
1933
1934 * chars.h, error.h, feature.h, filesys.h, gc.h, gsubr.h, macros.h,
1935 numbers.h, options.h, procs.h, ramap.h, read.h, smob.h,
1936 strports.h, symbols.h, unif.h: Update variable declarations and
1937 function prototypes for above changes.
1938
1939 * dynl.c, dynl-dld.c, dynl-dl.c, dynl-shl.c (sysdep_dynl_link,
1940 sysdep_dynl_unlink, sysdep_dynl_func): Arguments FNAME, SUBR, and
1941 SYMB now point to const.
1942
1943 1999-01-30 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1944
1945 * print.c (scm_iprin1): Use scm_procedure_name instead of
1946 scm_procedure_property for compiled closures.
1947
1948 * tags.h (scm_tc7_pws): New procedure type. Four representations
1949 for procedure-with-setters were considered before selecting this
1950 one:
1951
1952 1. A closure where the CODE and ENV slots are used to represent
1953 the getter and a new SETTER slot is used for the setter. The
1954 original getter is stored as a `getter' procedure property. For
1955 closure getters, the CODE and ENV slots contains a copy of the
1956 getter's CODE and ENV slots. For subr getters, the CODE contains
1957 a call to the subr.
1958
1959 2. A compiled closure with a call to the getter in the cclo
1960 procedure. The getter and setter are stored in slots 1 and 2.
1961
1962 3. An entity (i.e. a struct with an associated procedure) with a
1963 call to the getter in the entity procedure and the setter stored
1964 in slot 0. The original getter is stored in slot 1.
1965
1966 4. A new primitive procedure type supported in the evaluator. The
1967 getter and setter are stored in a GETTER and SETTER slot. A call
1968 to this procedure type results in a retrieval of the getter and a
1969 jump back to the correct eval dispatcher.
1970
1971 Representation 4 was selected because of efficiency and
1972 simplicity.
1973
1974 Rep 1 has the advantage that there is zero penalty for closure
1975 getters, but primitive getters will get considerable overhead
1976 because the procedure-with-getter will be a closure which calls
1977 the getter.
1978
1979 Rep 3 has the advantage that a GOOPS accessor can be a subclass of
1980 <procedure-with-setter>, but together with rep 2 it suffers from a
1981 three level dispatch for non-GOOPS getters:
1982
1983 cclo/struct --> dispatch proc --> getter
1984
1985 This is because the dispatch procedure must take an extra initial
1986 argument (cclo for rep 2, struct for rep 3).
1987
1988 Rep 4 has the single disadvantage that it uses up one tc7 type
1989 code, but the plan for uniform vectors will very likely free tc7
1990 codes, so this is probably no big problem. Also note that the
1991 GETTER and SETTER slots can live directly on the heap, using the
1992 new four-word cells.
1993
1994 * procs.c, procs.h (SCM_PROCEDURE_WITH_SETTER_P, SCM_GETTER,
1995 SCM_SETTER): New macros.
1996 (scm_procedure_with_setter_p, scm_make_procedure_with_setter,
1997 scm_getter, scm_setter): New procedures.
1998
1999 * eval.c, print.c (scm_iprin1): Added entries for scm_tc7_pws.
2000
2001 * gc.c (scm_gc_mark, scm_gc_sweep): Added case labels for
2002 scm_tc7_pws.
2003
2004 * objects.c, objects.h (scm_class_of,
2005 scm_class_procedure_with_setter): Added.
2006
2007 * procprop.c (scm_i_procedure_arity), procs.c (scm_thunk_p): Added
2008 entry for scm_tc7_pws.
2009
2010 * procs.c (scm_procedure_p): Added case label for scm_tc7_pws.
2011
2012 1999-01-28 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2013
2014 * evalext.c, evalext.h (scm_m_generalized_set_x): New memoizing
2015 macro.
2016 (scm_init_evalext): Call scm_make_gsubr for
2017 scm_m_generalized_set_x.
2018
2019 * eval.c, debug.c, tags.h (SCM_IM_SET_X): Renamed from SCM_IM_SET.
2020
2021 * eval.h: Declare scm_s_set_x, scm_sym_set_x;
2022
2023 * eval.c: Renamed "set" --> "set_x" in various names for
2024 consistency of name correspondence between Scheme and C;
2025 Renamed scm_i_set_x --> scm_sym_set_x and made global.
2026 Renamed s_set_x --> scm_s_set_x and made global.
2027
2028 1999-01-26 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2029
2030 * random.c (scm_i_random_bignum): Made independent of endianness.
2031
2032 1999-01-22 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2033
2034 * eval.c (SCM_CEVAL): Added ENTER_APPLY in code for SCM_IM_APPLY.
2035 (Thanks to Eric Hanchrow.)
2036
2037 1999-01-21 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2038
2039 * objects.c, objects.h (SCM_CLASS_REDEF): Renamed from CLASS_REDEF.
2040
2041 * random.c: Bugfix: Retrieve and store most significant 32 bits in
2042 different order if the machine is bigendian.
2043 (scm_init_random): Added safety check for bignum digit size.
2044
2045 1999-01-21 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
2046
2047 * random.c, random.h (scm_i_make_rstate): New function: Makes
2048 scm_rstate from seed.
2049 (scm_copy_random_state, scm_seed_to_random_state): New functions.
2050 (scm_make_random_state): Removed.
2051
2052 * random.c (scm_make_random_state): Use scm_i_make_rstate().
2053
2054 1999-01-21 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2055
2056 * random.c: Bugfix: Retrieve and store most significant 32 bits in
2057 different order if the machine is bigendian.
2058 (scm_init_random): Added safety check for bignum digit size.
2059
2060 1999-01-11 Roland Orre <mdj@mdj.nada.kth.se>
2061
2062 * sort.c (scm_merge, scm_merge_list_x): Bugfix: Place elements
2063 from first arg before equal elements in second arg in result.
2064 (scm_merge_list_step): Bugfix: Don't presume that arguments in a C
2065 function call are executed in a well defined order.
2066
2067 1999-01-11 Jim Blandy <jimb@zwingli.cygnus.com>
2068
2069 * alloca.c (alloca): Cast value returned by malloc. (Thanks to
2070 Christian Lynbech.)
2071
2072 1999-01-11 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2073
2074 * random.c: Removed alloca includes.
2075
2076 1999-01-11 Jim Blandy <jimb@zwingli.cygnus.com>
2077
2078 * Makefile.in: This changed, for some reason I don't really
2079 understand, when I ran automake in the top level directory. This
2080 may be contamination by Cygnus internal releases. If you re-run
2081 automake and this change gets reverted, don't worry about it.
2082
2083 1999-01-10 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
2084
2085 * sort.c, sort.h: New files: Implement slib's and scsh's sort
2086 interfaces. Author: Roland Orre.
2087
2088 * Makefile.am: Added sort.c, sort.h, sort.x.
2089
2090 * init.c: #include "sort.h";
2091 (scm_boot_guile_1): Call scm_init_sort ().
2092
2093 * numbers.h: Added #include "libguile/print.h".
2094
2095 * numbers.c: Formatted according to Guile conventions;
2096 Renamed s_bignum --> scm_s_bignum.
2097
2098 * random.c, random.h: New files: Random number support.
2099 Interface same as slib's.
2100
2101 * Makefile.am: Added random.c, random.h, random.x.
2102
2103 * init.c: #include "random.h";
2104 (scm_boot_guile_1): Call scm_init_random ().
2105
2106 1998-12-23 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
2107
2108 * Makefile.am: New files: guardians.c, guardians.x, guardians.h
2109
2110 * guardians.c, guardians.h (scm_make_guardian,
2111 scm_guardian_gc_init, scm_guardian_zombify, scm_guard,
2112 scm_get_one_zombie, scm_init_guardian): This is an implementation
2113 of guardians as described in R. Kent Dybvig, Carl Bruggeman, and
2114 David Eby (1993) "Guardians in a Generation-Based Garbage
2115 Collector" ACM SIGPLAN Conference on Programming Language Design
2116 and Implementation, June 1993 ftp://ftp.cs.indiana.edu
2117 /pub/scheme-repository/doc/pubs/guardians.ps.gz
2118 Author: Michael N. Livshin.
2119
2120 * gc.h (SCM_MARKEDP, SCM_NMARKEDP): New macros.
2121
2122 * gc.c (scm_igc): Call scm_guardian_gc_init and
2123 scm_guardian_zombify.
2124
2125 * init.c (scm_boot_guile_1): Call scm_init_guardian.
2126
2127 1998-12-19 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
2128
2129 * macros.c (scm_makacro, scm_makmacro, scm_makmmacro): Added
2130 argument checking.
2131
2132 1998-12-15 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
2133
2134 Move the procedure slots of entities to invisible slots (so that
2135 we can have operator class objects which themselves are entities).
2136 * struct.h (scm_struct_i_proc, scm_struct_i_flags,
2137 SCM_STRUCTF_ENTITY): New constants.
2138
2139 * struct.c (scm_make_struct): Allocate "invisible" room for
2140 procedures if SCM_STRUCTF_ENTITY is set in vtable.
2141
2142 * gc.c (scm_gc_mark): Mark entity procedures.
2143
2144 * struct.c, struct.h (scm_alloc_struct): Renamed from alloc_struct
2145 and made global.
2146 (scm_struct_init): Renamed from init_struct and made global.
2147
2148 * objects.h (SCM_ENTITY, scm_entity): Removed.
2149 (SCM_ENTITY_PROC_0, SCM_ENTITY_PROC_0, SCM_ENTITY_PROC_0,
2150 SCM_ENTITY_PROC_3): Adjusted for new location of procedure slots.
2151
2152 Mon Dec 14 18:10:12 1998 Maciej Stachowiak <mstachow@mit.edu>
2153
2154 * snarf.h (SCM_SYNTAX): New macro to allow convenient declaration
2155 of syntactic forms, similar to SCM_PROC.
2156 * debug.c, eval.c, evalext.c: use SCM_SYNTAX to declare all special
2157 forms, and SCM_SYMBOL or SCM_GLOBAL_SYMBOL to delcare C variables
2158 for the name symbols when needed.
2159
2160 1998-12-14 Jim Blandy <jimb@zwingli.cygnus.com>
2161
2162 * Makefile.in: Regenerated.
2163
2164 1998-12-05 Jim Blandy <jimb@zwingli.cygnus.com>
2165
2166 * pairs.h (SCM_NEWCELL): When DEBUG_FREELIST is defined, don't
2167 take the address of _into; it might be a register. Just have
2168 scm_debug_newcell return the new cell.
2169 * gc.c (scm_debug_newcell): Just return the new cell, instead of
2170 taking the address of a place to store it as an argument.
2171 * gc.h (scm_debug_newcell): Change declaration.
2172 (Thanks to Greg Harvey.)
2173
2174 1998-12-08 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
2175
2176 * ramap.c (array-copy-in-order!, array-map-in-order): New names.
2177 Replaces old names serial-array-copy! and serial-array-map!.
2178
2179 * evalext.c (map-in-order): New name. Replaces serial-map.
2180
2181 1998-12-05 Jim Blandy <jimb@totoro.red-bean.com>
2182
2183 * smob.c (freeprint): New function.
2184 (freecell): Use it to print freed objects, for slightly easier
2185 debugging.
2186
2187 1998-12-04 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2188
2189 * backtrace.c (display_frame): Made more robust. Doesn't throw an
2190 error if no source properties can be found for a frame. (Thanks
2191 to Christian Lynbech.)
2192
2193 1998-11-27 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2194
2195 * objects.h: Removed slots direct_supers and direct_slots from the
2196 definitions of the rudimentary classes described by objects.h.
2197
2198 * objects.c, objects.h (scm_entity_p): New procedure. Together
2199 with the predicates scm_procedure_p and scm_struct_p, this
2200 predicate makes it possible to differ between structs, entities
2201 and operators.
2202
2203 * modules.c, modules.h (scm_resolve_module): New function.
2204
2205 1998-11-26 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2206
2207 * objects.h (SCM_METACLASS_STANDARD_LAYOUT,
2208 SCM_METACLASS_OPERATOR_LAYOUT): Removed slots `direct_supers' and
2209 `direct_slots'.
2210
2211 * objects.c (scm_entity_p): New procedure.
2212
2213 * procprop.c (scm_i_procedure_arity): Bugfix: Return correct value
2214 for asubrs, rpsubrs, lsubrs and lsubr_2s.
2215
2216 1998-11-26 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
2217
2218 * procprop.h (scm_i_procedure_arity): Added declaration.
2219
2220 * procprop.c (scm_i_procedure_arity): Made global; New code to
2221 handle operators and entities.
2222 (scm_procedure_property): No need to call scm_procedure_p since
2223 scm_i_procedure_arity now does all necessary type checking.
2224 Added #include "objects.h".
2225
2226 * feature.c (scm_remove_hook_x): Bugfix: Changed reference to
2227 s_add_hook_x --> s_remove_hook_x.
2228 (scm_add_hook_x, scm_remove_hook_x): Hooks now takes arguments.
2229 Added #include "procprop.h"
2230
2231 * feature.c, feature.h (scm_reset_hook_x): New procedure.
2232 (scm_make_hook): Optional argument defines number of arguments to
2233 the hook.
2234 (scm_make_named_hook): Take number of args as second arg.
2235 (scm_run_hook): Renamed from scm_run_hooks (old name defined in
2236 boot-9.scm for a while); First arg is the hook. The rest are
2237 arguments passed on to the hook procedures.
2238
2239 1998-11-23 Jim Blandy <jimb@zwingli.cygnus.com>
2240
2241 * numbers.c (scm_logand, scm_logior, scm_logxor, scm_logtest,
2242 scm_logbit_p): Do the computation in ulongs. This is not as nice
2243 as doing it in bignums, but at least it's good enough for
2244 manipulating flags in 32-bit words. (Thanks to Jim Wilson.)
2245
2246 * regex-posix.c (scm_regexp_exec): Reliably mark unmatched
2247 subexpressions. (Thanks to Charbel Jacquin.)
2248
2249 1998-11-23 Mikael Djurfeldt <mdj@kenneth>
2250
2251 * feature.c, feature.h (scm_make_hook, scm_add_hook_x,
2252 scm_remove_hook_x, scm_run_hooks): Moved from ice-9/boot-9.scm.
2253 (scm_make_named_hook): New function.
2254
2255 * feature.c: Added #include "eval.h".
2256
2257 * modules.c (scm_make_module): Beautify the module.
2258
2259 1998-11-22 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
2260
2261 * modules.c, modules.h: New files: C interface to modules. (This
2262 is necessary in order to interface the object system to Guile
2263 properly. The guts of these modules will be replaced by the new
2264 module system in the future.)
2265
2266 * init.c: Added #include "modules.h"
2267 (scm_boot_guile_1): Call scm_init_modules.
2268 (invoke_main_func): Call scm_post_boot_init_modules.
2269
2270 * Makefile.am: Added modules.c, modules.x, modules.h.
2271
2272 1998-11-22 Mikael Djurfeldt <mdj@kenneth>
2273
2274 * procs.c: #include "objects.h"
2275 (scm_procedure_p): Return #t also on structs which are operators.
2276
2277 * objects.c (scm_init_objects): Renamed <standard-metaclass>,
2278 <operator-metaclass> and <entity-class> to <standard-class>,
2279 <operator-class> and <entity> in order to conform with STKlos
2280 naming conventions.
2281
2282 * eval.c (SCM_CEVAL): Jump to badfun if trying to apply a struct
2283 which isn't an operator.
2284 (SCM_APPLY): Ditto, but jump to badproc.
2285
2286 1998-11-21 Mikael Djurfeldt <mdj@kenneth>
2287
2288 * eval.c (SCM_CEVAL): Allow structs implanted in code.
2289 Previously, structs implanted in code were interpreted as forms
2290 the operator of which was a gloc. We solve this by checking for
2291 the zero in the emulated vcell in the struct vtable. Since
2292 implanted structs always will look like forms with a gloc
2293 operator, execution will only be slowed down by maximally one
2294 extra test-and-branch per application.
2295
2296 * evalext.c (scm_definedp): Removed check for isyms; Added a
2297 second optional argument: It is now possible to supply an
2298 evaluation environment in which to look for the symbol.
2299
2300 1998-11-19 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2301
2302 * readline.c (scm_init_readline): Set
2303 rl_basic_word_break_characters. (Thanks to Ian Grant.)
2304
2305 * coop.c (coop_condition_variable_wait): Removed
2306 (coop_condition_variable_wait_mutex): Folded logic of
2307 coop_mutex_unlock into coop_condition_variable_wait_mutex to
2308 prevent condvar signal lossage. Previously, another thread could
2309 start to run after unlocking the mutex but before putting the
2310 current thread on the wait queue. If that thread then would
2311 signal the first, the signal would be lost. (Thanks to Christian
2312 Lynbech.)
2313
2314 1998-11-17 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2315
2316 * eval.c (SCM_CEVAL): Added missing case for cclo. (Thanks to
2317 Christian Lynbech.)
2318
2319 1998-11-14 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
2320
2321 * objects.c (scm_i_make_class_object): Renamed from
2322 make_class_object; exported; error checking moved to
2323 scm_make_class_object and scm_make_subclass_object.
2324 (scm_make_class_object, scm_make_subclass_object): Use
2325 scm_i_make_class_object.
2326 (scm_make_subclass_object): Let the subclass have same metaclass
2327 as the superclass.
2328
2329 1998-11-14 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2330
2331 * debug.c (scm_debug_options): Bugfix: Set the value of
2332 scm_stack_checking_enabled_p after setting debug options;
2333 #include "stackchk.h". (Thanks to Richard Polton.)
2334
2335 1998-11-13 Radey Shouman <rshouman@metro2000.com>
2336
2337 * unif.c (scm_array_contents): removed unnecessary test for 0
2338 base.
2339
2340 1998-11-13 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
2341
2342 * evalext.c, evalext.h (scm_m_sequence_to_list): Removed.
2343 Replaced by macro `collect' in boot-9.scm.
2344
2345 1998-11-10 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
2346
2347 * eval.c (scm_copy_tree): Copy source properties if existent.
2348
2349 * debug.c (scm_start_stack): Copy source when evaluating. (If we
2350 don't, we may end up passing memoized source to a transformer.)
2351
2352 1998-11-10 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2353
2354 * stack.c (get_applybody): Help function which lookups the first
2355 body form of the apply closure.
2356 (read_frames): Prevent the source of the first form of the apply
2357 closure from being recorded. This would only be confusing.
2358
2359 * debug.h (SCM_SET_MACROEXP, SCM_CLEAR_MACROEXP, SCM_MACROEXPP):
2360 Replaces SCM_MACROFRAME, SCM_MACROFRAMEP.
2361
2362 * eval.c (SCM_CEVAL): Use SCM_SET/CLEAR_MACROEXP.
2363
2364 * stacks.c (read_frame): Bugfix: Removed lingering `else'
2365 statement.
2366 (read_frames): Use SCM_MACROEXPP.
2367
2368 1998-11-10 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
2369
2370 * stacks.c (read_frames): Skip gsubr frames in backtraces. (They
2371 don't contain interesting information since all arguments are
2372 present in the frame which applies the compiled closure anyway.);
2373 Skip the transformer application frames.
2374
2375 * print.c (scm_iprin1): Print gsubrs as primitives.
2376
2377 1998-11-09 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
2378
2379 * debug.h (SCM_MACROFRAME, SCM_MACROFRAMEP): New frame type.
2380
2381 * eval.c (SCM_CEVAL): Mark macro frames at `handle_a_macro' so
2382 that we can identify these in a backtrace. (This change doesn't
2383 introduce any significant speed penalty.)
2384
2385 * eval.c: Added note about `serial-map' using scm_map.
2386
2387 * read.c, read.h (scm_read_options, scm_read_opts): Removed
2388 readline options. They should reside in their own options array.
2389
2390 * readline.c, readline.h (scm_readline_options,
2391 scm_readline_opts): Moved readline options here.
2392
2393 1998-11-07 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
2394
2395 * readline.c (scm_read_history, scm_write_history): Bugfix: Use
2396 SCM_ROCHARS instead of SCM_CHARS.
2397
2398 * ports.c (scm_unread_string): Bugfixes: Check for SCM_STRINGP,
2399 not SCM_ROSTRINGP; use SCM_ROUCHARS instead of SCM_UCHARS.
2400
2401 1998-11-06 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
2402
2403 * ports.h (SCM_CUC): #define as ~SCM_CRDY instead of 0x001fffffL.
2404 This is quite important since the latter clears the
2405 FPORT_READ_SAFE and FPORT_WRITE_SAFE flags causing flushes at
2406 every single character read...
2407
2408 1998-11-03 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
2409
2410 * print.c (scm_iprin1): Removed suspect looking (and indeed
2411 malevolent) semicolon after test for user supplied closure print
2412 procedure. (Thanks to Telford Tendys.)
2413
2414 * list.c (scm_sloppy_memq): Removed sloppy_mem_check.
2415 (scm_memq, scm_memv, scm_member): Do argument checking *before*
2416 starting to search the list. Removed call to sloppy_mem_check.
2417
2418 * list.c, list.h (scm_delq1_x, scm_delv1_x, scm_delete1_x): New
2419 procedures: Same as scm_delq_x et al, but delete maximally one
2420 element.
2421
2422 * options.c (scm_options, scm_init_options): GC-protect option
2423 values of type SCM. (Thanks to Telford Tendys.)
2424
2425 1998-11-01 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2426
2427 * eval.c: Don't #define scm_lookupcar to scm_lookupcar1. Instead
2428 make sure that there always is a "real" scm_lookupcar.
2429
2430 1998-11-01 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
2431
2432 * read.c, read.h (scm_read_opts): New read options
2433 "history-length" and "history-file".
2434 (scm_read_options): Stifle history to history length.
2435
2436 * readline.c (scm_read_history, scm_write_history): New procedures.
2437
2438 1998-10-31 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
2439
2440 * eval.h (scm_macro_eval_x): Removed declaration.
2441
2442 * eval.c (scm_s_expression, scm_s_test, scm_s_body,
2443 scm_s_bindings, scm_s_variable, scm_s_clauses, scm_s_formals):
2444 Renamed and made global.
2445
2446 * eval.c, eval.h (SCM_EVALIM): Renamed from EVALIM.
2447 (SCM_XEVAL, SCM_XEVALCAR): Renamed from XEVAL, XEVALCAR.
2448
2449 * evalext.c, evalext.h: New files. Contain non-R5RS things
2450 having to do with evaluation.
2451
2452 * evalext.c (scm_serial_map): New procedure: Version of `map'
2453 which guarantees that the procedure is applied to the lists in
2454 serial order.
2455 (scm_m_sequence_to_list): New syntax: Version of `begin' which
2456 returns a list of the results of the body forms instead of the
2457 result of the last body form.
2458 (scm_definedp, scm_m_undefine): Moved from eval.c
2459
2460 * evalext.h (scm_m_sequence_to_list): Added declaration.
2461
2462 * macros.c, macros.h: New files.
2463 (scm_procedure_to_syntax, scm_procedure_to_macro,
2464 scm_procedure_to_memoizing_macro, scm_macro_p, scm_macro_type,
2465 scm_macro_name, scm_macro_transformer): Moved from eval.c
2466 (scm_make_synt): Moved from eval.c
2467
2468 * procs.c, procs.h (scm_procedure_documentation): Moved from eval.c.
2469
2470 * init.c (scm_boot_guile_1): Added calls to scm_init_macros and
2471 scm_init_evalext.
2472
2473 * Makefile.am: Added evalext.c, evalext.h, macros.c, macros.h.
2474
2475 * debug.c, print.c: Added #include "macros.h".
2476
2477 1998-10-29 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
2478
2479 This change adds the ability to use `unread-char' multiple times
2480 without interspersed reads and adds the new procedure
2481 `unread-string'. The change is optimized for the common case of
2482 unreading a single character. This is also the reason behind the
2483 choice to store characters in the port itself: in most cases no
2484 extra malloc is required.
2485
2486 The amount of code in some macros in ports.h has been increased to
2487 the extent that they would fit better as C functions, but, since
2488 this code belongs to the port representation, such functions
2489 should be placed in ports.c which would cause calls back and forth
2490 between ports.c and genio.c. That is not good for performance.
2491 Also, keeping them as macros allows the compiler to do some
2492 optimizations which are needed to make the current interface
2493 (SCM_CRDYP, SCM_CGETUN, SCM_TRY_CLRDY) efficient.
2494
2495 One benchmark (Guile startup time) indicates an increase of
2496 loading speed of 1%. Another (reading (using `read') boot-9.scm
2497 10 times) shows no change in performance.
2498
2499 (Caveat: Since Gary is redesigning I/O anyway, no big efforts were
2500 made to find a beautiful solution.)
2501
2502 * ports.h (SCM_CLRDY, SCM_CUNGET, SCM_CGETUN): Rewritten.
2503 (SCM_TRY_CLRDY): New macro: Only clear the first unread
2504 character. (SCM_CLRDY clears all.)
2505 (SCM_N_READY_CHARS): New macro: Returns number of unread
2506 characters in a port. Returns wrong answer if SCM_CRDYP is false.
2507 (struct scm_port_table): New fields: `entry' contains port table
2508 index, `cp' points to last unread char, `cbuf' is the buffer for
2509 unread chars, `cbufend' points after end of the character buffer.
2510
2511 * ports.h, ports.c (scm_unread_string): New procedure.
2512 (scm_grow_port_cbuf): New function.
2513
2514 * ports.c (scm_add_to_port_table, scm_remove_from_port_table):
2515 Handle new fields.
2516 (scm_generic_fgets), fports.c (local_fgets): Use a loop
2517 to read unread characters. Use SCM_TRY_CLRDY instead of
2518 SCM_CLRDY.
2519
2520 * ioext.c (scm_ftell): Use SCM_N_READY_CHARS to correct position.
2521
2522 * genio.c (scm_getc): Use SCM_TRY_CLRDY instead of SCM_CLRDY.
2523
2524 * genio.c, genio.h (scm_ungets): New function.
2525
2526 * genio.c (scm_puts): Removed mysterious TRANSCRIPT_SUPPORT code
2527 sections.
2528
2529 1998-10-28 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2530
2531 * threads.h (scm_thread_sleep, scm_thread_usleep): Fixed
2532 declarations. (Thanks to Russ McManus.)
2533
2534 1998-10-26 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
2535
2536 * numbers.c (num2long): As a software archeologist, I'm proud of
2537 this finding! :) Preliminary dating suggests an almost 4 year old
2538 remnant from the SCM ancestor. The sample has been removed from
2539 the finding site and is now safely stored in the repository.
2540
2541 * numbers.h: Removed prototype for num2long.
2542
2543 * unif.c (scm_array_set_x): Use scm_num2long instead of num2long.
2544
2545 * gh_data.c (gh_scm2doubles): Make it possible to pass result
2546 array as second arg.
2547 (gh_chars2byvect, gh_shorts2svect, gh_floats2fvect, gh_scm2chars,
2548 gh_scm2shorts, gh_scm2longs, gh_scm2floats): New functions.
2549 * gh.h: Updated and added prototypes.
2550
2551 * gh_data.c (gh_ints2scm): Handle integers outside INUM limits.
2552
2553 1998-10-24 Jim Blandy <jimb@zwingli.cygnus.com>
2554
2555 * gc.h: Remove all uses of SCM_P. (Thanks to Richard Polton.)
2556
2557 * guile-snarf.in: Never generate an empty file. (Thanks to
2558 Richard Polton.)
2559
2560 * gh.h (gh_enter, gh_new_procedure0_0, gh_new_procedure0_1,
2561 gh_new_procedure0_2, gh_new_procedure1_0, gh_new_procedure1_1,
2562 gh_new_procedure1_2, gh_new_procedure2_0, gh_new_procedure2_1,
2563 gh_new_procedure2_2, gh_new_procedure3_0, gh_new_procedure4_0,
2564 gh_new_procedure5_0): Specify argument types, to appease C++
2565 compilers. (Thanks to Brad Bowman.)
2566
2567 Bug reports from Russ McManus:
2568 * guile-snarf.in: If the CPP environment variable is set, use that
2569 as the C preprocessor, instead of the preprocessor autoconf
2570 found.
2571 * snarf.h (SCM_PROC): Cast the function pointer passed to
2572 scm_make_gsubr, to satisfy C++.
2573
2574 * gh_eval.c (gh_eval_str_with_catch, gh_eval_file_with_catch):
2575 Use the handler passed, instead of ignoring it and using
2576 gh_standard_handler. (Thanks to Etienne Bernard.)
2577
2578 1998-10-20 Jim Blandy <jimb@zwingli.cygnus.com>
2579
2580 * ports.h: Put text after #endif in comment. (Thanks to Nicolas
2581 Neuss.)
2582
2583 1998-10-19 Jim Blandy <jimb@zwingli.cygnus.com>
2584
2585 * __scm.h, alist.c, async.c, async.h, backtrace.h, chars.c,
2586 continuations.c, debug.c, debug.h, dynl-dl.c, dynl.c, dynl.h,
2587 dynwind.c, dynwind.h, eq.c, error.c, error.h, eval.c, eval.h,
2588 feature.c, filesys.c, filesys.h, fports.c, fports.h, gc.c, gc.h,
2589 genio.c, genio.h, gh.h, gh_data.c, gsubr.c, gsubr.h, hash.c,
2590 hashtab.c, init.c, init.h, ioext.c, ioext.h, kw.c, libguile.h,
2591 list.c, list.h, load.c, load.h, mallocs.c, markers.c,
2592 mit-pthreads.c, net_db.c, numbers.c, numbers.h, options.c,
2593 ports.c, ports.h, posix.c, posix.h, print.c, print.h, procprop.c,
2594 procprop.h, procs.c, procs.h, ramap.c, ramap.h, regex-posix.c,
2595 regex-posix.h, root.c, root.h, scmsigs.c, scmsigs.h, script.c,
2596 script.h, simpos.c, simpos.h, smob.c, smob.h, snarf.h, socket.c,
2597 srcprop.c, stackchk.c, stackchk.h, stacks.c, stime.c, stime.h,
2598 strings.c, strings.h, strports.c, struct.c, struct.h, symbols.c,
2599 symbols.h, tags.h, threads.c, throw.h, unif.c, variable.c,
2600 vectors.c, vectors.h, version.h, vports.c, weaks.c: Update
2601 copyright years.
2602
2603 * script.c (scm_compile_shell_switches): Define
2604 use-emacs-interface in the root module, so the repl code can see
2605 it. See today's change to top-repl in ice-9/boot-9.scm.
2606
2607 * filesys.c (set_element, get_element): Make sure that `element'
2608 is a cell before applying SCM_FPORTP to it. (Thanks to Jost
2609 Boekemeier and Jorgen "forcer" Schaefer.)
2610
2611 1998-10-18 Jim Blandy <jimb@zwingli.cygnus.com>
2612
2613 * chars.c (scm_charnames): In ASCII character name table, make
2614 newlines print as #\newline by default, not #\nl.
2615
2616 * Makefile.am (libguile_la_SOURCES, BUILT_SOURCES): Put these in
2617 alphabetical order. Oh thrills. But it helps me know how far
2618 along in the compilation I am.
2619 * Makefile.in: Regenerated.
2620
2621 1998-10-18 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
2622
2623 * unif.c (scm_raprin1): Changed print syntax for byte vectors from
2624 #bytes(...) to #y(...), and syntax for short vectors from
2625 #short(...) to #h(...). This may seem nutty, but, like the other
2626 uniform vectors, byte vectors and short vectors want to have the
2627 same print and read syntax (and, more basic, want to have read
2628 syntax!). Changing the read syntax to use multiple characters
2629 after the hash sign breaks with the conventions used in R5RS and
2630 the conventions used for the other uniform vectors. It also
2631 introduces complexity in the current reader, both on the C and
2632 Scheme levels. (The Right solution is probably to change the
2633 syntax and prototypes for uniform vectors entirely.)
2634
2635 1998-10-17 Jim Blandy <jimb@savonarola.red-bean.com>
2636
2637 Don't use local_fgets on sockets; ftell doesn't work on sockets.
2638 (Thanks to Jorgen "forcer" Schaefer.)
2639 * ports.h (SCM_NOFTELL): New flag.
2640 * fports.c (local_fgets): If it's set, use the generic fgets.
2641 * socket.c (scm_socket): Set SCM_NOFTELL on the ports we produce.
2642
2643 1998-10-17 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
2644
2645 * script.c (scm_compile_shell_switches): Add handling of -q switch
2646 (inhibit loading of user init file).
2647 (scm_shell_usage): Add usage text for -q switch.
2648 (scm_compile_shell_switches): Always load user init file first if
2649 it is loaded at all.
2650
2651 1998-10-16 Jim Blandy <jimb@zwingli.cygnus.com>
2652
2653 * stime.c: The CPP hair to determine a value for CLKTCK is weird,
2654 and is now broken under NetBSD. I can't fathom what it's trying
2655 to do, so I've replaced it with something that I do understand,
2656 which seems to work, and which isn't broken on NetBSD. "Progress?
2657 You Decide." (Thanks to Perry Metzger.)
2658
2659 * regex-posix.c (scm_regexp_exec): Add a cast to remove a
2660 signed/unsigned comparison.
2661
2662 1998-10-15 Jim Blandy <jimb@zwingli.cygnus.com>
2663
2664 Warning fixes from Greg Harvey:
2665 * unif.c (scm_array_set_x): initializer for pos
2666 * throw.c (scm_ithrow): added initializer for jmpbuf (SCM_UNDEFINED)
2667 * struct.c (scm_struct_ref, scm_struct_set_x): Added
2668 initializers for field_type, since EGCS so desparately wants to
2669 play dumb
2670 * debug.h (scm_make_gloc, scm_gloc_p, scm_make_iloc, scm_memcons,
2671 scm_mem_to_proc, scm_proc_to_mem, scm_debug_hang): Added prototypes
2672 when GUILE_DEBUG is defined.
2673 * dynwind.h (scm_wind_chain): Same.
2674 * ports.h (scm_pt_size, scm_pt_member): Same.
2675 * print.h (scm_current_pstate): Same.
2676 * procs.h (scm_make_cclo): Same.
2677
2678 1998-10-14 Jim Blandy <jimb@zwingli.cygnus.com>
2679
2680 Handle short and long long uniform arrays properly. (Thanks to
2681 Clark McGrew.)
2682 * ramap.c (scm_ra_matchp, scm_array_fill_int, scm_array_index_map_x,
2683 raeql_1): Add cases for scm_tc7_svect (short vectors) and
2684 scm_tc7_llvect (long long vectors).
2685
2686 Change the way libguile and boot-9.scm are timestamped, to try to
2687 get rid of these spurious mismatch warnings. Now both
2688 libguile/versiondat.h and ice-9/version.scm are generated directly
2689 by the configuration process, rather than having version.scm
2690 generated directly, and libguile/versiondat.h generated by the
2691 Makefile, which is generated by configure. It seems that
2692 sometimes the Makefile would change, but versiondat.h depends on
2693 Makefile.in, not Makefile, so it wouldn't get rebuilt.
2694 * Makefile.am (versiondat.h): Target removed; this is generated
2695 directly by the configure script now.
2696 (BUILT_SOURCES): Remove versiondat.h.
2697 * versiondat.h.in: New file, transformed by the configure script
2698 into versiondat.h.
2699 * Makefile.in: Regenerated.
2700
2701 * (__scm.h, alist.c, eval.c, feature.c, gsubr.c, numbers.c,
2702 options.c): Rename RECKLESS -> SCM_RECKLESS, CAUTIOUS ->
2703 SCM_CAUTIOUS; this way, 1) there's only one version of each flag
2704 to define (we used to have both RECKLESS and SCM_RECKLESS), and 2)
2705 if we want to use them in a header file some day, we can. (Thanks
2706 to Michael Livshin.)
2707
2708 * stime.c (scm_get_internal_real_time): Do the arithmetic using
2709 SCM numbers, so we won't have rollover problems; the range of a
2710 signed long in milliseconds is about 25 days. (Thanks to Karl
2711 Hegbloom.)
2712
2713 Don't redefine sleep and usleep; fix this problem now.
2714 * coop.c (sleep, usleep): Remove declarations; we don't use or
2715 redefine these any more.
2716 (scm_thread_usleep, scm_thread_sleep): New functions which do the
2717 job of usleep and sleep in a thread-friendly way. We can use
2718 these in the rest of Guile. Define versions for systems both with
2719 and without iselect.
2720 * threads.h (scm_thread_usleep, scm_thread_sleep): New declarations.
2721 * scmsigs.c (usleep): Clean up oddities declaring usleep; since
2722 we're just using it, not redefining it, we can use a K&R style
2723 declaration here.
2724 (sleep): Declare this, too, if the system hasn't.
2725 (scm_sleep, scm_usleep): Use scm_thread_sleep and
2726 scm_uthread_sleep if they're available; otherwise, just call the
2727 system functions.
2728 * scmconfig.h.in: Regenerated.
2729
2730 * coop.c (scm_thread_sleep): Make `slept' an unsigned long.
2731
2732 * coop.c (coop_sleephelp): Remove ANSI #ifdef hair.
2733
2734 1998-10-12 Jim Blandy <jimb@zwingli.cygnus.com>
2735
2736 * threads.c: Doc fix.
2737
2738 The argument type of usleep varies from system to system,
2739 as does the return type. We really shouldn't be redefining usleep
2740 at all, but I don't have time to clean that up before the 1.3.
2741 release. It's on the schedule for afterwards. (Thanks to Julian
2742 Satchell.)
2743 * coop.c (usleep): Use USLEEP_ARG_TYPE in prototype and
2744 definition.
2745 * scmsigs.c (usleep): Use USLEEP_ARG_TYPE in prototype.
2746 * scmconfig.h: Regenerated.
2747
2748 * simpos.c (scm_software_type): Procedure deleted. This isn't the
2749 right way to handle system variation. Autoconf's approach is the
2750 way and the light.
2751 * simpos.h (scm_software_type): Declaration deleted.
2752
2753 * script.c (scm_find_executable): Don't test if unix is #defined
2754 here; first, NetBSD doesn't #define it, and second, it's the wrong
2755 way to go about these things. (Thanks to Perry Metzger.)
2756 (dld_find_executable): Delete this MSDOS support code. This isn't
2757 the way we want to support this; it needs to be rethunk at a
2758 larger scale.
2759
2760 * genio.c (scm_do_read_line): Don't just politely check that the
2761 line was either non-empty or EOF. Abort if it's empty and not
2762 EOF.
2763
2764 1998-10-11 Jim Blandy <jimb@zwingli.cygnus.com>
2765
2766 * scmconfig.h.in: Regenerated.
2767
2768 * libguile.h: Don't omit the dynamic linking functions. (Thanks
2769 to Greg Badros.)
2770
2771 * genio.c (scm_do_read_line): Count lines correctly when the file
2772 doesn't end in a newline.
2773
2774 1998-10-10 Jim Blandy <jimb@zwingli.cygnus.com>
2775
2776 * genio.c (scm_do_read_line): Maintain the line count correctly.
2777 (Thanks to Harvey J. Stein and Greg Harvey.)
2778
2779 * gc.c (scm_return_first): Remove #ifdef __STDC__ garbage; Guile
2780 requires ANSI now.
2781
2782 * numbers.c (big2str): Protect t from garbage collection until
2783 we're done. (Thanks to Gary Houston.)
2784
2785 1998-10-09 Jim Blandy <jimb@zwingli.cygnus.com>
2786
2787 * Makefile.am (libguile_la_LDFLAGS): Increment shared library
2788 version number.
2789 * Makefile.in: Regenerated.
2790
2791 * fports.h (scm_setbuf0, scm_setvbuf, scm_setfileno,
2792 scm_evict_ports, scm_open_file, scm_stdio_to_port): Get rid of
2793 SCM_P macro.
2794
2795 Do magic to mix reads and writes on stdio FILE-based ports.
2796 (Thanks to Christian Lynbech.)
2797 * fports.c (FPORT_READ_SAFE, FPORT_WRITE_SAFE, FPORT_ALL_OKAY):
2798 New macros.
2799 (pre_read, pre_write): New functions.
2800 (local_fgetc, local_fgets, local_ffwrite, local_fputc,
2801 local_fputs): Call them.
2802 (local_fflush): Mark the port as ready for reading and writing.
2803 (scm_stdio_to_port): Set the FPORT_READ_SAFE, FPORT_WRITE_SAFE
2804 flags on new port objects. This might not be accurate --- who
2805 knows what state the FILE * is in when we get it --- but it won't
2806 do extraneous calls to fflush or fseek, so it's no worse than the
2807 behavior before this change.
2808 * ports.h: Add comment.
2809
2810 Centralize the creation of port objects based on stdio FILE * in
2811 fports.c; don't just throw them together anywhere.
2812 * fports.c (scm_stdio_to_port): Make NAME a SCM value, which is
2813 what the rest of Guile wants. Don't set the revealed count;
2814 that's only appropriate for stdin, stdout, stderr.
2815 (scm_standard_stream_to_port): This function does set the revealed
2816 count.
2817 * init.c (scm_init_standard_ports): Use scm_standard_stream_to_port,
2818 not scm_stdio_to_port.
2819 * filesys.c (scm_open): Call scm_stdio_to_port; don't write it out.
2820 * fports.c (scm_open_file): Same.
2821 * posix.c (scm_pipe): Same.
2822 * socket.c (scm_sock_fd_to_port): Same.
2823 * ioext.c (scm_fdopen): Same.
2824 (scm_freopen): Moved from here to...
2825 * fports.c (scm_freopen): ... here. This is really something that
2826 munges the internals of an fport, so it should go here.
2827 * fports.h (scm_stdio_to_port): Adjust prototype.
2828 (scm_standard_stream_to_port, scm_freopen): New protoypes.
2829 * ioext.h (scm_freopen): Prototype removed.
2830
2831 * filesys.c (set_element, get_element): This can work on both pipe
2832 and file ports, so use SCM_FPORTP to typecheck, instead of testing
2833 for scm_tc16_fport.
2834
2835 * scmconfig.h.in: Regenerated.
2836
2837 Change the definition of the functions in scm_ptobfuns so that
2838 they get passed the port object, not the port's stream.
2839 * ports.h (scm_ptobfuns): Rename all `stream' arguments to `port'.
2840 * gc.c (scm_gc_sweep): Pass the port itself to the free function.
2841 * genio.c (scm_putc, scm_puts, scm_lfwrite, scm_fflush, scm_getc):
2842 Pass the port itself to the scm_ptobs function.
2843 * ports.c (scm_close_port, scm_force_output, scm_flush_all_ports,
2844 scm_generic_fgets): Same.
2845 (putc_void_port, puts_void_port, write_void_port, flush_void_port,
2846 getc_void_port, fgets_void_port, close_void_port): Just change the
2847 argument names; these functions don't really do anything.
2848 * fports.c (local_fgetc, local_fgets, local_fclose, local_fflush,
2849 local_fputc, local_fputs, local_ffwrite, local_pclose): Take the
2850 port as an argument, and use SCM_STREAM to get the stdio FILE *.
2851 Also, use prototyped definitions, and get rid of the extra
2852 declarations.
2853 (scm_fptob, scm_pipob): We don't need casts here any more.
2854 * strports.c (prinstpt): Use prototype declarations.
2855 (stputc, stwrite, stputs, stgetc): Take the port as an argument,
2856 and use SCM_STREAM to get the string info. Also, use prototyped
2857 definitions, and get rid of the extra declarations.
2858 * vports.c (sfputc, sfwrite, sfputs, sfflush, sfgetc, sfclose,
2859 noop0): Same.
2860
2861 * ports.h (scm_ptobfuns): Replace uses of SCM_P with a straight
2862 prototype; it's okay (preferred, even!) to use ANSI C in Guile.
2863
2864 * fports.c (local_fgetc, local_fgets): Renamed from scm_fgetc and
2865 scm_fgets, for consistency.
2866 (scm_fptop, scm_pipob): References updated.
2867
2868 1998-10-08 Jim Blandy <jimb@zwingli.cygnus.com>
2869
2870 Include the source location in error messages for scripts.
2871 * init.c (scm_boot_guile_1): Use scm_internal_lazy_catch, so the
2872 stack is still there when we catch the error.
2873 * throw.c (handler_message): If we are handling an error with a
2874 message, then put together the proper arguments and call
2875 scm_display_error, instead of scm_display_error_message. That
2876 displays source location, if it can find it.
2877
2878 1998-10-07 Jim Blandy <jimb@zwingli.cygnus.com>
2879
2880 * gc.c (scm_unprotect_object): Change this so that calls to
2881 scm_protect_object and scm_unprotect_object nest properly.
2882 (scm_protect_object): Doc fixes.
2883
2884 * strings.c (scm_string_set_x): Require the argument to be a
2885 writable string, not a substring or a symbol.
2886 * strings.h (SCM_RWSTRINGP, SCM_NRWSTRINGP): New predicates.
2887 (Thanks to John Redford and Charbel Jacquin.)
2888
2889 * scmconfig.h.in: Regenerated; ../acconfig.h has changed.
2890
2891 1998-10-07 Jim Blandy <jimb@totoro.red-bean.com>
2892
2893 * eval.c (safe_setjmp): Remove this misunderstanding.
2894 (ENTER_APPLY, SCM_CEVAL, SCM_APPLY): Replace with references to
2895 ordinary setjmp.
2896
2897 1998-10-06 Jim Blandy <jimb@zwingli.cygnus.com>
2898
2899 * libguile.h: Mark these as C declarations, for compilation by C++
2900 compilers.
2901
2902 * snarf.h (SCM_PROC, SCM_PROC1): Remove very odd code in #ifdef
2903 __cplusplus clause. I seriously doubt this ever worked the way
2904 the author seems to have intended.
2905
2906 1998-10-05 Jim Blandy <jimb@zwingli.cygnus.com>
2907
2908 Utterly needless cleanups to hopelessly messy code.
2909 * ports.c: Doc fixes.
2910 (scm_fflush): Moved to ...
2911 * genio.c (scm_fflush): ... here, amongst all the other port
2912 method invocation functions.
2913 * genio.h, ports.h: The prototype moves too.
2914
2915 1998-10-04 Jim Blandy <jimb@zwingli.cygnus.com>
2916
2917 * backtrace.c (display_error_body): The current frame does not
2918 always have a parent frame; consider a function called directly
2919 from the MAIN_FUNC passed to scm_boot_guile. (Thanks to Maciej
2920 Stachowiak.)
2921
2922 * alloca.c (alloca): Undo yesterday's changes, and simply call
2923 malloc directly for storage, and abort if we don't get what we
2924 want. The situation is much simpler --- just call malloc. Emacs
2925 has bizarre/evil requirements (signal handlers might malloc unless
2926 you set this global flag, so you have to set the flag around all
2927 calls to malloc) which we are certainly not going to conform to,
2928 so we can do the simple and obvious thing.
2929
2930 * coop.c (coop_condition_variable_wait): Make this function
2931 static. It's only useful internally --- you should never just
2932 wait on a condition variable.
2933 * coop-defs.h (coop_condition_variable_wait): Delete prototype.
2934
2935 1998-10-03 Jim Blandy <jimb@zwingli.cygnus.com>
2936
2937 * unif.c (scm_array_set_x): Accept any kind of number as an
2938 element for a uniform vector of doubles. This is more consistent
2939 with Scheme's view of numbers. (Thanks to Miroslav Silovic.)
2940
2941 * alloca.c: Use scm_must_malloc to obtain storage. Hopefully this
2942 works; I can't conveniently test it myself. (Thanks to Dvid
2943 Tillman for the bug report.)
2944
2945 * init.c: Doc fixes.
2946
2947 * init.c (invoke_main_func): Load the startup files (boot-9.scm)
2948 from here, not from scm_compile_shell_switches (which is a pretty
2949 dumb place to do it).
2950 (scm_load_startup_files): New function.
2951 (scm_ice_9_already_loaded): Variable moved to here from script.c.
2952 * script.c (scm_compile_shell_switches): Don't load the startup
2953 files here.
2954 (scm_ice_9_already_loaded): Variable moved.
2955 * init.c (scm_load_startup_files): Prototype for new function.
2956 * gh_init.c (gh_enter): Doc fix.
2957
2958 1998-10-03 Jim Blandy <jimb@savonarola.red-bean.com>
2959
2960 Some anti-warning changes from Greg Harvey.
2961 * gh_data.c (gh_scm2doubles): Initialize m, to avoid compiler
2962 warnings when it doesn't understand our NORETURN declarations in
2963 error.h.
2964 * posix.c (scm_mknod): Similar.
2965
2966 1998-10-03 Jim Blandy <jimb@zwingli.cygnus.com>
2967
2968 * posix.c (scm_getpwuid): If we can't find an entry, return our
2969 own message, instead of using scm_syserror --- the getpwMUMBLE
2970 functions don't set `errno' to anything interesting.
2971
2972 1998-10-03 Jim Blandy <jimb@savonarola.red-bean.com>
2973
2974 Get rid of warnings from the cooperative threading system.
2975 * threads.h (scm_single_thread_p, scm_yield,
2976 scm_call_with_new_thread, scm_join_thread, scm_make_mutex,
2977 scm_lock_mutex, scm_unlock_mutex, scm_make_condition_variable,
2978 scm_wait_condition_variable, scm_signal_condition_variable): Add
2979 prototypes for these Scheme-visible functions.
2980 * coop-defs.h (coop_next_runnable_thread,
2981 coop_wait_for_runnable_thread_now, coop_wait_for_runnable_thread):
2982 Prototypes for these here, even though they're from iselect.c.
2983 (coop_condition_variable_wait, coop_join): Add prototypes.
2984 * coop-threads.c (scm_threads_free_thread, scm_threads_free_mutex,
2985 scm_threads_free_condvar): Make these smob functions static.
2986 * coop-threads.h (coop_init): Give this a real prototype.
2987 * coop.c: #include <unistd.h>, if we have it, for `usleep' and `sleep'.
2988 (coop_next_runnable_thread): No need to provide prototype; it's in
2989 coop-defs.h.
2990
2991 * scmconfig.h.in: .detarenegeR
2992
2993 * iselect.c, threads.c: Doc fixes.
2994
2995 1998-10-03 Jim Blandy <jimb@zwingli.cygnus.com>
2996
2997 * Makefile.in: Regenerated with a patched automake, to get
2998 dependency generation right when using EGCS.
2999
3000 * inet_aton.c (inet_aton): Add prototype, to remove compiler
3001 warning. (Thanks to Robert Pluim.)
3002
3003 * inet_aton.c (inet_aton): Reassure the compiler that the
3004 arguments to the <ctype.h> macros are all unsigned characters, not
3005 signed characters.
3006
3007 1998-10-03 Jim Blandy <jimb@savonarola.red-bean.com>
3008
3009 Getting rid of more warnings...
3010 * iselect.c: Test for MISSING_BZERO_DECL, not DECLARE_BZERO; see
3011 today's change to ../configure.in.
3012 * scmsigs.c: Test for MISSING_USLEEP_DECL, not DECLARE_USLEEP.
3013 * scmconfig.h.in: Regenertaded.de.,.__
3014 * stime.c (strptime): Declare this, #ifdef MISSING_STRPTIME_DECL.
3015 (scm_localtime, scm_mktime): Use a const char * to manipulate the
3016 time zone name.
3017
3018 * readline.c: Doc fix.
3019 (rl_cleanup_after_signal, rl_free_line_state): Make these static.
3020 * readline.h (scm_filename_completion_function): Add prototype.
3021 (scm_init_readline): Make this into a prototype.
3022
3023 * readline.c (scm_filename_completion_function): Use SCM_PROC to
3024 declare this, instead of calling scm_make_subr manually.
3025
3026 1998-10-02 Jim Blandy <jimb@savonarola.red-bean.com>
3027
3028 * readline.h (scm_init_readline): Add prototype for this.
3029 (scm_init_readline): Make this a real prototype.
3030
3031 1998-09-30 Jim Blandy <jimb@zwingli.cygnus.com>
3032
3033 Warning fixes from Maciej Stachowiak:
3034 * backtrace.h (scm_display_application, scm_backtrace): Add
3035 prototypes.
3036 * debug.c (scm_m_start_stack): Make this function static.
3037 * fluids.h (scm_fluid_p): Add prototype.
3038 * procprop.c (scm_i_procedure_arity): Make this function static.
3039 * regex-posix.c (scm_regexp_error_msg): Make this function static.
3040 * regex-posix.h (scm_init_regex_posix): Use prototype, not K&R decl.
3041 * root.h (scm_dynamic_root): Add external prototype.
3042 * scmsigs.h (scm_usleep): Add external prototype.
3043 * script.h (scm_init_script): Use prototype, not K&R decl.
3044 * stacks.h (scm_stack_id): Add external prototype.
3045 * symbols.h (scm_sysintern0_no_module_lookup): Add external prototype.
3046
3047 1998-09-30 Mark Galassi <rosalia@cygnus.com>
3048
3049 * gh.h: took out the definitions of vset and vref, since they are
3050 replaced by the proper vector routines that correspond to the R4RS
3051 procedures.
3052
3053 1998-09-29 Jim Blandy <jimb@totoro.red-bean.com>
3054
3055 * snarf.h (SCM_VCELL_INIT, SCM_GLOBAL_VCELL_INIT): New macros;
3056 these are analogous to SCM_VCELL and SCM_GLOBAL_VCELL but take a
3057 third argument, a C expression that should result in a SCM value,
3058 which is used to initialize the variable. Reimplemented
3059 SCM_CONST_LONG in terms of SCM_VCELL_INIT. (Thanks to Maciej
3060 Stachowiak.)
3061
3062 * version.h (scm_libguile_config_stamp): Add prototype.
3063 (From Maciej Stachowiak.)
3064
3065 1998-09-26 Jim Blandy <jimb@zwingli.cygnus.com>
3066
3067 * eval.c (scm_force): Assert that x is SCM_NIMP to fix segv when
3068 (force 9) is tried. (Thanks to Karl M. Hegbloom.)
3069
3070 1998-09-06 Jim Blandy <jimb@zwingli.cygnus.com>
3071
3072 * print.c (scm_iprin1): Rather than having one i, and using it in
3073 several places, declare a fresh i local to each block where it is
3074 used, and give it a signedness appropriate to its use in each case.
3075 (scm_iprlist): Same.
3076
3077 * print.c (scm_iprin1): Add cast to avoid unsigned/signed
3078 comparison warnings.
3079
3080 * print.c (ENTER_NESTED_DATA): Make i an unsigned long, to avoid
3081 signed/unsigned clashes.
3082
3083 * posix.h (scm_tmpnam): Added prototype.
3084
3085 * objects.h (scm_set_object_procedure_x, scm_make_class_object,
3086 scm_make_subclass_object): Add external prototypes.
3087
3088 * numbers.c (scm_mkbig): Add cast, and note that signed/unsigned
3089 comparison is okay here.
3090
3091 * numbers.c (scm_istr2int): Add cast; len is known to be positive.
3092
3093 * numbers.c (scm_bigcomp): Clarify logic, and avoid relying on the
3094 (true, but confusing) fact that -1 == ((unsigned) 0 - 1).
3095
3096 * numbers.c (scm_adjbig): Make nsiz an scm_sizet, to avoid mixing
3097 signed/unsigned.
3098
3099 * load.c (swap_port): Make this function static.
3100
3101 * load.c (scm_search_path): Make max_path_len and max_ext_len
3102 unsigned, since they're compared against string sizes.
3103
3104 * load.c (init_build_info): Make i unsigned.
3105
3106 * ioext.h (scm_read_line): Add prototype.
3107
3108 * hashtab.c (scm_hash_fn_get_handle, scm_hash_fn_create_handle_x,
3109 scm_hash_fn_remove_x): Make hash bucket index local variable k
3110 unsigned. Use scm_ulong2num to pass it to SCM_ASSERT as
3111 accurately as possible.
3112
3113 * gh_data.c (gh_set_substr): Add casts to avoid signed/unsigned
3114 comparisons, and range checking to make sure those casts are
3115 harmless.
3116
3117 * stackchk.h (SCM_STACK_OVERFLOW_P): Change definition to avoid
3118 signed/unsigned comparisons.
3119
3120 * smob.c (scm_numsmob): Make this an int, not an scm_sizet, to
3121 avoid signed/unsigned comparisons.
3122 * smob.h (scm_numsmob): Change extern declaration to match.
3123
3124 * ports.c (scm_numptob): Make this an int, not an scm_sizet, to
3125 avoid signed/unsigned comparisons.
3126 * ports.h (scm_numptob): Change extern declaration to match.
3127 (scm_current_load_port, scm_set_port_line_x,
3128 scm_set_port_column_x): New prototypes.
3129
3130 * gsubr.c (GSUBR_TEST): Don't #define this. Nobody's using the
3131 test code, and it causes warnings.
3132
3133 * gh.h (gh_int2scmb, gh_uniform_vector_length,
3134 gh_uniform_vector_ref): Added prototypes.
3135
3136 * Makefile.am (libguile_la_SOURCES): Include Scheme-level
3137 debugging support unconditionally. That's backtrace.c, stack.c,
3138 debug.c, and srcprop.c.
3139 (EXTRA_libguile_la_SOURCES): Omit those from here.
3140 * Makefile.in: Regenerated.
3141
3142 1998-08-21 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
3143
3144 * options.c (scm_options): Bugfix: Allow empty list of options!
3145
3146 * debug.c, debug.h (scm_single_step): Removed.
3147 (scm_with_traps): New procedure. This procedure could easily be
3148 written in Scheme but needs to be highly optimized.
3149
3150 * eval.h, eval.c: New evaluator trap flag: SCM_TRAPS_P.
3151
3152 * eval.c (SCM_CEVAL, SCM_APPLY): Removed resetting of trap flags.
3153 Check SCM_TRAPS_P before trapping.
3154
3155 1998-07-30 Jim Blandy <jimb@zwingli.cygnus.com>
3156
3157 Changes to avoid signed/unsigned comparison warnings.
3158 * gc.c (scm_mtrigger, scm_heap_size): Make these unsigned longs.
3159 (scm_gc_sweep): Make n and j local to the blocks they're used in,
3160 so they can have appropriate types for each application. Make i
3161 signed. Use initializers in some spots. I'll probably pay for
3162 all this tweaking.
3163 (scm_must_malloc, scm_must_realloc): Use scm_sizet for size args.
3164 (scm_must_realloc): Make nm unsigned.
3165 (init_heap_seg): Make new_seg_index and n_new_objects signed.
3166 (scm_init_storage): Use prototype-style definition, and make the
3167 argument unsigned.
3168 * gc.h (scm_heap_size, scm_mtrigger, scm_must_malloc,
3169 scm_must_realloc, scm_init_storage): Adjust prototype accordingly.
3170
3171 * filesys.c (scm_readlink): Make local vars rv and size ints, to
3172 avoid signed/unsigned comparison warnings, and because the return
3173 value of readlink may be -1. Don't bother casting the third
3174 argument to readlink.
3175
3176 * filesys.c (scm_dirname, scm_basename): Move these to their own
3177 page, at the end of the file.
3178 * filesys.h (scm_dirname, scm_basename): Add prototypes for these.
3179
3180 * eval.h (scm_eval_options_interface): Add external prototype for this.
3181 * eval.c (scm_eval_options_interface): Use prototype-style def'n.
3182
3183 * eval.c (scm_lookupcar1): Make this static.
3184
3185 * dynl.h (scm_registered_modules, scm_clear_registered_modules):
3186 Make these prototype declarations, not K&R-style.
3187
3188 * chars.c (scm_tables_prehistory): Add cast, to remove signed/
3189 unsigned comparison warning.
3190
3191 * appinit.c: File removed. It had a single function in it, empty,
3192 whose reason for existence is explained in no documentation or
3193 comment. I think it's there as a default for some Tcl-style
3194 initialization, but Tcl abandoned that approach a while ago.
3195 * Makefile.am (libguile_la_SOURCES): Remove appinit.c.
3196 (BUILT_SOURCES): Remove appinit.x.
3197 * Makefile.in: Regenerated.
3198
3199 1998-07-29 Jim Blandy <jimb@zwingli.cygnus.com>
3200
3201 * Makefile.in: Regenerated using the last public version of
3202 automake, not the hacked Cygnus version.
3203
3204 1998-07-28 Jim Blandy <jimb@zwingli.cygnus.com>
3205
3206 Remove Totoro kludge.
3207 * Makefile.in, scmconfig.h.in: Regenerated.
3208 * init.c, readline.c: Don't check if TOTORO is #defined.
3209
3210 1998-07-26 Jim Blandy <jimb@zwingli.cygnus.com>
3211
3212 * Makefile.am: Adjust for new thread configuration system.
3213 (INCLUDES): Include the value of THREAD_CPPFLAGS.
3214 (guile_LDADD, check_ldadd): THREAD_LIBS_LOCAL has been renamed from
3215 THREAD_LIBS.
3216 (THREAD_LIBS): Definition deleted; automake will generate such
3217 things automatically.
3218 * Makefile.in: Regenerated.
3219
3220 1998-07-23 Jim Blandy <jimb@zwingli.cygnus.com>
3221
3222 Simplify smob and port marking; set the mark bit in the generic
3223 marking code, and make marker routines only responsible for
3224 turning up outgoing pointers.
3225 * gc.c (scm_gc_mark): Set the mark bit on ports and smobs here,
3226 before calling the marking function. Don't call the marking
3227 function if it's zero.
3228 * markers.c (scm_mark0): Just return #f. This function isn't
3229 necessary at all now, but it's harmless to call it. We'll leave
3230 it in so other folks' code doesn't croak at link time.
3231 (scm_markcdr): Don't call SCM_SETGC8MARK.
3232 * async.c (mark_async): Don't call SCM_SETGC8MARK.
3233 * dynl.c (mark_dynl_obj): Same.
3234 * root.c (mark_root): Same.
3235 * srcprop.c (marksrcprops): Same.
3236 * unif.c (markra): Same.
3237 * variable.c (scm_markvar): Same.
3238 * ports.c (scm_markstream): Same.
3239 (void_port_ptob): Specify zero for our marking function.
3240 * debug.c (debugobjsmob): Same.
3241 * dynwind.c (guardsmob): Same.
3242 * filesys.c (dir_smob): Same.
3243 * fluids.c (fluid_smob): Same.
3244 * fports.c (scm_fptob, scm_pipob): Same.
3245 * mallocs.c (mallocsmob): Same.
3246 * regex-posix.c (regex_t_smob): Same.
3247 * smob.c (freecell, flob, bigob): Same.
3248 * threads.c (thread_smob, mutex_smob, condvar_smob): Same.
3249 * throw.c (jbsmob, lazy_catch_funs): Same.
3250
3251 1998-07-17 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
3252
3253 * eval.c (scm_copy_tree): Reverted last change: `eval' uses
3254 scm_copy_tree on code in order not to let memoized code to leak
3255 out. Thus, scm_copy_tree needs to copy vectors as well since
3256 quasiquote can introduce evaluated code also inside vector
3257 constants.
3258
3259 1998-07-17 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
3260
3261 * eval.c (scm_copy_tree): Removed ability to copy vectors.
3262
3263 * gh_data.c, gh.h (gh_ints2scm, gh_longs2ivect,
3264 gh_ulongs2uvect): New procedures. (Complements gh_doubles2scm and
3265 gh_doubles2dvect.)
3266
3267 * unif.c: Say that ivect and uvect are of type signed and unsigned
3268 long instead of int in commentary so that it correctly describes
3269 the implementation.
3270
3271 1998-07-12 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
3272
3273 * stime.c: Removed declaration of strptime. (It should be
3274 declared by the system headers. If it turns out that some systems
3275 don't, we'll handle that then.) (Thanks to Greg Troxel.)
3276
3277 * stime.h: Renamed TIMEH --> STIMEH
3278
3279 * backtrace.c (scm_display_error, scm_display_backtrace): In order
3280 to increase portability, don't use structure assignment.
3281 (Thanks to Nicolas Neuss.)
3282
3283 * iselect.c: Use LONG_MAX instead of ULONG_MAX for increased
3284 portability.
3285 (finalize_fd_sets): Added empty statement after last case label.
3286 (Thanks to Nicolas Neuss.)
3287
3288 * gc.c (scm_igc): Changed //-comment into /*-comment. (Thanks to
3289 Nicolas Neuss.)
3290
3291 Sat Jul 11 22:08:21 1998 Mikael Djurfeldt <mdj@totoro.red-bean.com>
3292
3293 * init.c, readline.c: OK, I won't have these readline.x bug
3294 reports anymore. We've had them since April. The current reason
3295 is a completely unintelligible failure of totoro.red-bean.com to
3296 do the test for rl_getc_function in libreadline correctly. This
3297 kludge overrides the test if we're on totoro so that the snapshot
3298 generation process can work.
3299
3300 * readline.c: Define a strdup replacement if not existent on system.
3301
3302 1998-07-12 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
3303
3304 * vectors.c, vectors.h (scm_make_vector): Removed third argument.
3305 This change makes scm_make_vector R5RS compatible. We cannot keep
3306 the third argument since people want to be able to deduce the form
3307 of the C function call only by looking at R5RS. (At the same time
3308 we have removed some unnecessary complexity!)
3309
3310 * eval.c, filesys.c, fluids.c, gc.c, gh_data.c, init.c, kw.c,
3311 net_db.c, posix.c, print.c, regex-posix.c, scmsigs.c, socket.c,
3312 stime.c, symbols.c, unif.c, vectors.c, weaks.c: Removed third
3313 argument in call to scm_make_vector.
3314
3315 1998-07-02 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
3316
3317 * numbers.h (SCM_NUM2DBL): New macro. Complements SCM_NUMBERP.
3318 This macro is useful in applications.
3319
3320 1998-06-21 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
3321
3322 * load.c (scm_internal_parse_path): Renamed from scm_parse_path.
3323 (scm_parse_path, scm_search_path): New Scheme level procedures.
3324
3325 * load.h (scm_internal_parse_path, scm_parse_path,
3326 scm_search_path): Declared.
3327
3328 1998-06-18 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
3329
3330 * filesys.c (dirname, basename): New procedures.
3331
3332 * init.c (scm_boot_guile_1): Removed condition around
3333 scm_init_options.
3334
3335 * dynwind.c: #include "genio.h"; #include "smob.h"; Implemented a
3336 new data type (guards) for representation of C level guards and
3337 data on the wind chain.
3338 (scm_internal_dynamic_wind): New function.
3339
3340 * dynwind.h: Declare scm_internal_dynamic_wind.
3341
3342 * root.h (scm_root_state): Added scm_cur_loadp.
3343
3344 * root.c (mark_root): Added comment about cur_loadp.
3345
3346 * load.c: #include "dynwind.h";
3347 (scm_primitive_load): Use scm_inner_dynamic_wind to update
3348 scm_cur_loadp.
3349
3350 * init.c (scm_init_standard_ports): Initialize scm_def_loadp.
3351
3352 * ports.c (current-load-port): New procedure.
3353
3354 1998-06-09 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
3355
3356 * ioext.c (scm_isatty_p): Accept any kind of data as argument. If
3357 not a tty, return #f.
3358
3359 * regex-posix.c (scm_regexp_exec): Free malloced memory. (Thanks
3360 to Julian Satchell and Roland Kaufmann.)
3361
3362 * gh.h (gh_memv, gh_member): Fixed typos in macro definitions.
3363 (gh_write): Added declaration. (Thanks to Eiichi Takamori.)
3364
3365 1998-06-07 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
3366
3367 * debug.h, debug.c (scm_start_stack): New function. Implements
3368 the guts of old scm_m_start_stack.
3369
3370 * debug.c (scm_m_start_stack): Use scm_start_stack.
3371
3372 * init.c (scm_start_stack, scm_restart_stack): Renamed to
3373 start_stack and restart_stack. (These have static scope.)
3374
3375 1998-05-19 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
3376
3377 * readline.c (rl_cleanup_after_signals, rl_free_line_state): New
3378 readline functions to come in release 2.3. (Thanks to Chet
3379 Ramey.)
3380 (handle_errors): Use the above functions.
3381
3382 1998-05-12 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
3383
3384 * readline.c: Improvements for readline support: Handle errors
3385 better; Implement before-read-hook.
3386
3387 1998-05-11 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
3388
3389 * init.c (scm_boot_guile_1), readline.c: Test for
3390 HAVE_RL_GETC_FUNCTION instead of HAVE_LIBREADLINE. (Need to
3391 assure that we have version >= 2.1.)
3392
3393 1998-05-11 Mikael Djurfeldt <mdj@kenneth>
3394
3395 * readline.c (scm_readline): Defer interrupts while we're calling
3396 readline.
3397
3398 * readline.c (scm_add_history): Bugfix: Do strdup before giving
3399 away the string to add_history.
3400 (completion_function): Do completion for readline. (Thanks to
3401 Andrew Archibald.)
3402 (scm_filename_completion_function): New procedure: Filename
3403 completer.
3404 (current_input_getc): New function. Use this one instead of
3405 standard getc from readline.
3406
3407 * throw.c, throw.h (scm_handle_by_throw): New function: This
3408 handler throws errors to next handler on the dynwind chain.
3409
3410 1998-05-09 Mikael Djurfeldt <mdj@kenneth>
3411
3412 * scmsigs.c (scm_usleep): Bugfix: Don't define j if it isn't
3413 used.
3414
3415 1998-05-03 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
3416
3417 * procprop.c (scm_i_procedure_arity): New function. Returns arity
3418 of procedure.
3419 (scm_procedure_properties): Modified to return arity together with
3420 other properties.
3421 (scm_procedure_property): Added the read-only property `arity'.
3422 (scm_set_procedure_property_x): It is an error to set the `arity'
3423 property.
3424
3425 * gsubr.h, gsubr.c: Moved macros from gsubr.c to gsubr.h and added
3426 prefix SCM_; Made f_gsubr_apply global and added prefix scm_.
3427
3428 * procprop.h (scm_sym_arity): New symbol.
3429
3430 * objects.c (scm_set_object_procedure_x): New procedure: Use this
3431 to set the dispatch procedure of an operator or entity object.
3432
3433 * objects.h (SCM_METACLASS_OPERATOR_LAYOUT, SCM_ENTITY_LAYOUT):
3434 Made procedure slots read-only.
3435
3436 * eval.c (SCM_CEVAL): Moved scm_tc7_contin case above
3437 scm_tcs_cons_gloc case in zero args switch; Fixed args
3438 construction for operators in scm_tcs_cons_gloc case in two args
3439 switch.
3440
3441 1998-05-02 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
3442
3443 * fluids.c: Removed use of assert.h (in order to avoid
3444 __eprintf).
3445
3446 * Makefile.am (libguile_la_LDFLAGS): Added -export-dynamic.
3447
3448 * dynl.c (maybe_drag_in_eprintf): Disabled through #ifdef 0.
3449
3450 * eval.c (SCM_CEVAL): Do more thorough argument checking. This
3451 change makes the evaluator safer at the cost of evaluation speed.
3452 It handles the case when the user has added a non-immediate
3453 improper end of the application form, e.g., `(+ 0 . x)'.
3454 (Earlier only cases like `(+ 0 . 0)' were handled.) I've tried to
3455 minimize the extra cost as much as possible. The new code is
3456 enclosed in #ifdef CAUTIOUS regions. NOTE: This also fixes the
3457 problem with structs planted directly in the code (e.g. by a
3458 macro). This no longer causes segmentation fault. (Thanks to
3459 Eric Hanchrow.)
3460
3461 * eval.c, eval.h (scm_eval_args, scm_deval_args): Take one extra
3462 arg `proc' in order to be able to throw errors; New argument
3463 checking code.
3464
3465 * Removed extra #include "debug.h"
3466
3467 1998-04-25 Mikael Djurfeldt <mdj@kenneth>
3468
3469 * scmsigs.c: Declare usleep as returning void on some systems.
3470 (scm_usleep): Return SCM_INUM0 on those systems. (Thanks to Julian
3471 Satchell.)
3472
3473 * coop.c (usleep): Return void on some systems.
3474
3475 1998-04-20 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
3476
3477 * Makefile.am (libguile_la_LDFLAGS): Removed redundant -rpath.
3478
3479 * coop.c: Changed return type of usleep to int.
3480
3481 * scmsigs.c (scm_usleep): New procedure; Declare usleep if it
3482 isn't found in the OS.
3483
3484 * iselect.h: #define scm_internal_select select if GUILE_ISELECT
3485 isn't enabled. (Thought that I had made this change ages ago...)
3486
3487 * iselect.c: Declare bzero if not defined by OS.
3488
3489 1998-04-19 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
3490
3491 * dynl.c (scm_must_free_argv): Fixed memory leak due to negated
3492 condition. (Thanks to John Tobey.)
3493
3494 * continuations.c (scm_make_cont), debug.c (scm_make_memoized,
3495 scm_make_debugobj), eval.c (scm_makprom): SCM_DEFER/ALLOW_INTS -->
3496 A section.
3497
3498 * __scm.h: Start the long-term project of moving to POSIX threads.
3499 Phase 1: Classification of all critical sections.
3500 (SCM_ENTER_A_SECTION, SCM_EXIT_A_SECTION): New macros: Delimiters
3501 for A sections. (See comments in __scm.h for details.)
3502
3503 * dynl.c: Only check that HAVE_DLOPEN is defined before loading
3504 dynl-dl.c; Test on HAVE_LIBDLD instead of HAVE_DLD.
3505
3506 1998-04-18 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
3507
3508 * Makefile.am (BUILT_SOURCES): Added cpp_err_symbols.c,
3509 cpp_sig_symbols.c, libpath.h and versiondat.h to BUILT_SOURCES
3510 (libpath.h, versiondat.h): Replaced dependency on Makefile with
3511 dependencies on $(srcdir)/Makefile.in
3512 $(top_builddir)/config.status in order to avoid circularity.
3513
3514 * script.c (scm_compile_shell_switches): Bugfix: Don't discount i
3515 from argc if argc was 0 initially.
3516
3517 * Makefile.am (Makefile.am): Replaced THREAD_LIBS --> GUILE_LIBS
3518 in generation of libpath.h.
3519
3520 1998-04-15 Mikael Djurfeldt <mdj@nada.kth.se>
3521
3522 * Makefile.am (libguile_la_LDFLAGS): Bumped version number of
3523 libguile from 2 to 3.
3524
3525 1998-04-14 Mikael Djurfeldt <mdj@nada.kth.se>
3526
3527 * Makefile.am: Added .x-dependencies to variable BUILT_SOURCES.
3528
3529 1998-04-13 Mikael Djurfeldt <mdj@kenneth>
3530
3531 * ports.c (scm_port_line, scm_set_port_line_x, scm_port_column,
3532 scm_set_port_column_x, scm_port_filename,
3533 scm_set_port_filename_x): Removed optional arguments. Added
3534 proper argument checking.
3535
3536 * eval.c, eval.h, coop.c (scm_eval_stack, SCM_EVAL_STACK): Measure
3537 stack size in machine words.
3538
3539 * unif.c (scm_uniform_vector_ref, scm_cvref, scm_array_set_x,
3540 rapr1): Use SCM_UCHARS instead of SCM_CHARS for strings. (Thanks
3541 to Ole Myren Röhne.)
3542
3543 1998-04-12 Mikael Djurfeldt <mdj@kenneth>
3544
3545 * socket.c: Check for HAVE_UNIX_DOMAIN_SOCKETS instead of
3546 UNIX_DOMAIN_SOCKETS. (Thanks to Lauri Alanko.)
3547
3548 * gc.c (scm_gc_sweep): Count cells correctly. (Thanks to Ben
3549 Caradoc-Davies.)
3550
3551 * eval.c (SCM_CEVAL, SCM_APPLY): In SCM_IM_APPLY and in the
3552 procedure apply: Copy argument lists before pushing them unto the
3553 environment so that the environment won't get mutated due to
3554 manipulation of procedure arguments. This should perhaps be
3555 regarded as a temporary solution until someone finds a more
3556 efficient one. (Thanks to Maciej Stachowiak.)
3557
3558 1998-04-10 Mikael Djurfeldt <mdj@kenneth>
3559
3560 * script.c (scm_compile_shell_switches): Use "guile" as default
3561 zero arg if argc is NULL.
3562
3563 1998-04-02 Mikael Djurfeldt <mdj@nada.kth.se>
3564
3565 * script.c (scm_compile_shell_switches): Allow NULL argv if argc
3566 is zero. (Thanks to Dirk Herrmann.)
3567
3568 1998-03-30 Mikael Djurfeldt <mdj@nada.kth.se>
3569
3570 * ports.c (scm_add_to_port_table): First line is now line 0
3571 (was 1). (Interface changed according to suggestion by Per
3572 Bothner.)
3573
3574 * backtrace.c (display_header): Add 1 to line and column numbers
3575 when presenting them to the user.
3576
3577 * eval.h, eval.c, debug.h, debug.c (scm_evaluator_traps): Moved
3578 from debug.c --> eval.c
3579
3580 * eval.h, eval.c (scm_eval_options_interface): New options
3581 interface.
3582 (SCM_EVAL_STACK): New option: Size of newly created stacks,
3583 i.e. stacks for new threads.
3584
3585 * coop.c (COOP_STKSIZE): Use SCM_EVAL_STACK.
3586
3587 * eval.c (unsafe_setjmp): Removed with #if 0.
3588
3589 * gsubr.c (scm_gsubr_apply): Added dummy return to avoid compiler
3590 warning.
3591
3592 * eval.c, numbers.c, unif.c, srcprop.c: Added a few curly braces
3593 to avoid compiler warnings.
3594
3595 * dynl-dl.c (sysdep_dynl_func): Only define usymb if needed.
3596
3597 1998-03-28 Mikael Djurfeldt <mdj@nada.kth.se>
3598
3599 * throw.c (handler_message): Print message on current error port
3600 instead of default error port. (Thanks to Maciej Stachowiak.)
3601
3602 Mon Mar 2 21:35:02 1998 Gary Houston <ghouston@actrix.gen.nz>
3603
3604 * ports.c (scm_add_to_port_table): allocate in units of
3605 struct scm_port_table *, not struct scm_port_table.
3606 * posix.c (scm_close_pipe): remove the port from the port table
3607 and mark as closed.
3608 Thanks to Rob Engle for both fixes.
3609
3610 1998-02-06 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
3611
3612 * iselect.h, iselect.c, coop.c, coop-threads.c, coop-threads.h,
3613 coop-defs.h, throw.c, backtrace.c: Added new copyright year 1998.
3614
3615 1998-02-02 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
3616
3617 * throw.h: Removed jmpbuf arg in scm_catch_body_t.
3618
3619 * backtrace.c (display_error_body, display_backtrace_body),
3620 coop-threads.c (scheme_body_bootstrip, c_body_bootstrip),
3621 gh_eval.c (eval_str_wrapper, eval_file_wrapper), init.c
3622 (invoke_main_func), root.c (cwdr_body), throw.c (cwss_body,
3623 scm_body_thunk, hbpca_body): Removed the second jmpbuf arg on body
3624 functions.
3625
3626 * throw.c (scm_internal_catch, scm_internal_lazy_catch): Bodies
3627 don't receive the jmpbuf arg anylonger.
3628 (scm_catch): Don't accept a #f tag.
3629 (scm_throw): Check that key is a symbol.
3630 (scm_ithrow): Don't take a jmpbuf as key. Don't check key arg.
3631
3632 Fri Jan 30 22:28:07 1998 Mikael Djurfeldt <mdj@kenneth>
3633
3634 * async.c (async_pending): Removed declaration.
3635
3636 1998-01-30 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
3637
3638 * dynwind.c (scm_wind_chain): New debug function.
3639
3640 * coop-threads.c (scheme_launch_data, scheme_body_bootstrip,
3641 scheme_handler_bootstrip, scheme_launch_thread, c_launch_data,
3642 c_body_bootstrip, c_handler_bootstrip, c_launch_thread): Add an
3643 extra layer of functions around the body and handler of a thread.
3644 This extra layer makes sure that the handler is called in the
3645 dynamic context of the surround (= empty dynwind list), but under
3646 the *dynamic root* of the body. We can not use the dynamic root
3647 of the surround since that root belongs to another thread => stack
3648 is not handled correctly. It may seem ugly to use this extra
3649 layer, but the extra cost in terms of execution time is really
3650 negligible compared to the total amount of time required to create
3651 a thread, and it would reduce maintainability to duplicate the
3652 crucial and complicated steps performed by cwdr.
3653
3654 * __scm.h (SCM_ASYNC_TICK): Removed thread switching code.
3655 (SCM_ALLOW_INTS): Added thread switching code before interrupts
3656 get re-enabled. The important effect of this is that interrupts
3657 are blocked during thread switching so that thread data structures
3658 don't risk getting messed up by an unfortunate signal.
3659 (SCM_REDEFER_INTS, SCM_REALLOW_INTS): It turned out that gcc-2.8.0
3660 seems to do more aggressive optimization which actually move
3661 instructions around in these macros in a fatal way. Therefore:
3662 Introduce Anthony's SCM_FENCE macro! (And I who thought he was
3663 just superstitious...)
3664 (SCM_TICK): Maybe do a context switch and take care of asyncs.
3665 This macro should be used instead of SCM_ASYNC_TICK since the
3666 latter doesn't do context switches any more.
3667
3668 * eval.c (scm_eval, scm_deval), eq.c (scm_equal_p): Use SCM_TICK
3669 instead of SCM_ASYNC_TICK.
3670
3671 * coop.c, iselect.c: Since thread switches are now performed with
3672 interrupts masked, we can't use the old mechanism of delivering
3673 signals immediately when they arrive. Signals must instead be
3674 delivered when the asyncs run *after* the end of the critical
3675 section in scm_internal_select. But this also means after context
3676 switch so that the signal will be delivered to a different thread.
3677 To avoid this, I have changed the protocol of
3678 coop_wait_for_runnable_thread and friends so that they are allowed
3679 to return the original thread. So, if a signal arrives during
3680 scm_internal_select, we won't any longer be forced do a context
3681 switch, but can remain in the same thread and deliver the signal
3682 to it.
3683
3684 * async.c, async.h (asyncs_pending): Renamed asyncs_pending -->
3685 scm_asyncs_pending and made it global.
3686
3687 * iselect.c: Small fixes.
3688
3689 * coop.c (coop_mutex_init, coop_mutex_lock, coop_mutex_unlock,
3690 coop_condition_variable_init, coop_condition_variable_wait,
3691 coop_condition_variable_signal): Changed return type from `void'
3692 to `int'. This is to adhere closer to the pthreads interface.
3693 This, in turn, is part of an attempt to provide C versions of the
3694 mutex and condition variable primitives which can be part of a
3695 frontend to COOP or pthreads.
3696
3697 * coop.c (coop_mutex_destroy, coop_condition_variable_wait_mutex,
3698 coop_condition_variable_destroy): New functions.
3699
3700 * coop-threads.c (scm_wait_condition_variable): Use
3701 coop_condition_variable_wait_mutex.
3702
3703 * coop-threads.h, coop-defs.h (coop_q_t, coop_m, coop_c):
3704 Definitions moved to coop-defs.h.
3705
3706 * coop-defs.h (scm_mutex_init, scm_mutex_lock, scm_mutex_unlock,
3707 scm_mutex_destroy, scm_cond_init, scm_cond_wait, scm_cond_signal,
3708 scm_cond_destroy): New C interface to mutecis and cond vars.
3709
3710 1998-01-24 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
3711
3712 * error.c (scm_wta): Added support for SCM_ARG6 and SCM_ARG7.
3713
3714 * iselect.c: Now several threads can wait on the same file
3715 descriptor. The behaviour is compatible with OS select: All
3716 threads waiting for the fd return with the same status.
3717
3718 1998-01-23 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
3719
3720 * coop-threads.c, threads.h (scm_spawn_thread): New function.
3721 Can spawn a thread from application C code.
3722
3723 1998-01-20 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
3724
3725 * gh.h, gh_data.c (gh_doubles2scm, gh_doubles2dvect,
3726 gh_doubles2scm): New functions.
3727
3728 1998-01-15 Mark Galassi <rosalia@nis.lanl.gov>
3729
3730 * gh_eval.c (gh_eval_str): cleanup -- threw out the old
3731 commented-out version of gh_eval_str()
3732
3733 Sun Jan 4 02:23:36 1998 Gary Houston <ghouston@actrix.gen.nz>
3734
3735 * socket.c (scm_bind): free soka after use.
3736
3737 Sat Jan 3 20:55:07 1998 Gary Houston <ghouston@actrix.gen.nz>
3738
3739 * stime.c (tzvar): new variable.
3740 (setzone, restorezone, scm_localtime, scm_mktime, scm_strftime):
3741 avoid memory leaks when allocating.
3742
3743 1998-01-03 Jim Blandy <jimb@totoro.red-bean.com>
3744
3745 * iselect.h: Some systems require <sys/types.h> to get the FD_SET
3746 macro definitions.
3747
3748 * gc.c, tags.h: Doc fixes.
3749
3750 1998-01-02 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
3751
3752 * eval.c (macro-eval!): Removed. This function was a design bug.
3753 It allowed memoized code to leak out to the scheme level. Most
3754 things that you could do with `macro-eval!' can be done with
3755 `local-eval'.
3756
3757 1997-12-20 Tim Pierce <twp@skepsis.com>
3758
3759 * fports.c (scm_pipob): Use scm_generic_fgets for line i/o, since
3760 scm_fgets now depends on ftell(3) to know how many bytes were
3761 read. Sigh.
3762
3763 1997-12-15 Tim Pierce <twp@skepsis.com>
3764
3765 * gh_data.c (gh_scm2newstr, gh_get_substr): Use RO macros for
3766 dealing with strings.
3767
3768 1997-12-13 Tim Pierce <twp@skepsis.com>
3769
3770 Make %read-line more suitable for implementing read-line efficiently.
3771 * ioext.c (scm_read_line): Strip the terminating newline from a
3772 string, and return a cons of the string and its terminator.
3773
3774 * fports.c, fports.h (scm_fgets): Add `len' argument. The length
3775 of the string that is read is stored in this memory location.
3776 * ports.c, ports.h (scm_generic_fgets, fgets_void_port): Same.
3777 * genio.c, genio.h (scm_do_read_line): Update caller.
3778 * ports.h (scm_ptobfuns): Update typedef.
3779 * fports.c (scm_fptob, scm_pipob): Update struct.
3780
3781 1997-12-08 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
3782
3783 * filesys.c (set_element): Return file descriptor.
3784 (fill_select_type): Return the highest file descriptor.
3785 (scm_select): Tell select about the highest file descriptor. On
3786 some systems the SELECT_SET_SIZE can be as much as 128 bytes.
3787 Therefore the extra overhead for calculating the maximum fd seems
3788 to be more than compensated. Is this correct? In any case,
3789 scm_internal_select will be much faster with this info.
3790 (scm_select, fill_select_type, set_element): Don't accept any kind
3791 of object in the file descriptor list or vector.
3792
3793 1997-12-07 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
3794
3795 * iselect.c (finalize_fd_sets): Bugfix.
3796
3797 1997-12-06 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
3798
3799 * filesys.c (scm_select): Don't use SCM_DEFER_INTS/SCM_ALLOW_INTS
3800 when using scm_internal_select (since we might switch to another
3801 thread).
3802
3803 Sun Dec 7 01:43:56 1997 Gary Houston <ghouston@actrix.gen.nz>
3804
3805 * simpos.c (scm_system): always define: use sysmissing if not
3806 available. Check for HAVE_SYSTEM instead of _Windows (does
3807 Windows lack system or does it have an unusable one?).
3808 Check for error conditions -1 and 127. Use SCM_DEFER_INTS.
3809 Let the argument be optional: if not supplied, call system(NULL).
3810
3811 * ports.c (scm_close_port): relax the type check from OPPORTP to
3812 PORTP; closing a closed port is allowed.
3813
3814 1997-12-04 Tim Pierce <twp@ppp39.Nantucket.net>
3815
3816 * fports.c (scm_fgets): Return if the last char in a chunk is
3817 newline. When fgets returns a string whose length is `size-1', it
3818 is ambiguous whether a whole line was retrieved, so we must check
3819 explicitly whether a line terminator is present.
3820
3821 1997-12-04 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
3822
3823 * print.h (SCM_COERCE_OUTPORT): Check that the object is a pair
3824 before taking the CDR. (Thanks to Harald Meland.)
3825
3826 * filesys.c (scm_stat): Slightly optimized.
3827
3828 Wed Dec 3 12:23:06 1997 Jim Blandy <jimb@totoro.red-bean.com>
3829
3830 * ports.c (scm_close_port): Make sure the port is open before
3831 trying to close it.
3832
3833 * guile-snarf.in: Pass args through to gcc in a way that preserves
3834 whitespace boundaries. (Thanks to Greg Badros.)
3835
3836 1997-12-02 Tim Pierce <twp@skepsis.com>
3837
3838 * stacks.c (scm_frame_procedure): Reverse the logic in the return
3839 statement. (Thanks to Doug Evans for pointing this out.)
3840
3841 1997-12-01 Tim Pierce <twp@skepsis.com>
3842
3843 * scmconfig.h.in: Regenerated for USCORE change in ../acconfig.h.
3844
3845 Sun Nov 30 11:29:18 1997 Mikael Djurfeldt <mdj@kenneth>
3846
3847 * coop-defs.h (struct coop_t): Renamed errno --> _errno to prevent
3848 errno macro expansion of this field name. (errno is a C
3849 preprocessor macro on some systems.)
3850
3851 1997-11-29 Tim Pierce <twp@skepsis.com>
3852
3853 * iselect.c: Doc fix.
3854
3855 Sat Nov 29 01:16:53 1997 Mikael Djurfeldt <mdj@kenneth>
3856
3857 * init.c (scm_start_stack): Removed initialization of
3858 scm_the_last_stack_var.
3859
3860 * backtrace.h: Declare scm_the_last_stack_var.
3861
3862 * backtrace.c: Define scm_the_last_stack_var.
3863
3864 * root.c (mark_root): Don't mark the_last_stack_var.
3865
3866 * root.h (scm_root_state): Removed the_last_stack_var.
3867
3868 * throw.c: Added #include "fluids.h"
3869 (ss_handler): `the-last-stack' is now a fluid.
3870
3871 * (backtrace.h, backtrace.c, throw.c): Renamed the_last_stack_var
3872 --> the_last_stack_fluid.
3873
3874 * backtrace.c: Added #include "fluids.h"
3875 (scm_init_backtrace): Initialize `the-last-stack' to a fluid.
3876 (scm_backtrace): `the-last-stack' is now a fluid.
3877
3878 * init.c (scm_boot_guile_1): Moved call to scm_init_backtrace
3879 after scm_init_fluids.
3880
3881 1997-11-28 Tim Pierce <twp@skepsis.com>
3882
3883 * iselect.c: #ifdef USE_THREADS around thread-related includes.
3884
3885 * dynl-dl.c (sysdep_dynl_func): Check both USCORE and
3886 DLSYM_ADDS_USCORE to decide whether to add an underscore.
3887
3888 1997-11-28 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
3889
3890 * iselect.c (coop_next_runnable_thread,
3891 coop_wait_for_runnable_thread): Disable interrupts so that no
3892 async is executed before a potential error_revive.
3893 (scm_internal_select): Disable interrupts during the parts of the
3894 code which manipulate the sleep queue and the file descriptors.
3895
3896 1997-11-27 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
3897
3898 * Makefile.am: Added iselect.c and iselect.h.
3899
3900 * coop.c (coop_qinit): Initialize fields used by
3901 scm_internal_select.
3902 (coop_qget, coop_qget, coop_tmp_queue): Made global.
3903 (coop_next_runnable_thread): If GUILE_ISELECT enabled, use
3904 replacement in iselect.c.
3905 (coop_mutex_lock, coop_condition_variable_wait, coop_abort,
3906 coop_join): If GUILE_ISELECT enabled, use
3907 coop_wait_for_runnable_thread instead of
3908 coop_next_runnable_thread.
3909 (usleep, sleep): New replacements for system functions if
3910 GUILE_ISELECT is enabled.
3911
3912 * coop-threads.h: Declare coop_wait_for_runnable_thread.
3913
3914 * coop-defs.h (coop_t): Added fields used by scm_internal_select.
3915
3916 * filesys.c: Added #include "iselect.h". Moved FD-macros to
3917 iselect.h. Implement Scheme level `select' using
3918 scm_internal_select. (See NEWS.)
3919
3920 * genio.c (scm_getc): Block with scm_internal_select. (See NEWS.)
3921
3922 * init.c: Call scm_init_iselect.
3923
3924 * iselect.h, iselect.c: New files. Implements
3925 scm_internal_select. (See NEWS.)
3926
3927 1997-11-27 Tim Pierce <twp@skepsis.com>
3928
3929 Fix a memory leak in scm_read_line and a type cast bug in the ptob.
3930 * fports.c (scm_fgets): Use malloc/free rather than scm_must_malloc
3931 and scm_must_free, since ultimately the string returned will be copied
3932 by scm_makfrom0str anyway. Also, read any characters that may have
3933 been pushed onto the port with scm_ungetc.
3934 * ports.c (scm_generic_fgets): Same as for scm_fgets.
3935 * ioext.c (scm_read_line): Free string after Guilifying it.
3936 * ports.h (scm_ptobfuns): fgets method returns a char *, not a char.
3937
3938 1997-11-26 Anthony Green <green@hoser.cygnus.com>
3939
3940 * gh_data.c (gh_set_substr): Strings can be longer than 256 bytes.
3941
3942 * gh.h: Safely wrap prototypes for c++ usage.
3943
3944 1997-11-25 Mark Galassi <rosalia@cygnus.com>
3945
3946 * gh_test_repl.c (main_prog): changed invocation of gh_repl() to
3947 gh_repl (argc, argv).
3948
3949 1997-11-24 Mark Galassi <rosalia@nis.lanl.gov>
3950
3951 * gh_init.c (gh_repl): modified gh_repl() to accept argc and argv
3952 and to invoke scm_shell().
3953 (gh_launch_pad): took out the loading of boot-9.scm from here,
3954 since it is probably best to let the user control that. In fact,
3955 gh_repl() now invokes scm_shell() which does that.
3956
3957 1997-11-23 Mark Galassi <rosalia@cygnus.com>
3958
3959 * gh_test_repl.c (main_prog): added argc and argv to the gh_repl()
3960 invocation.
3961
3962 1997-11-22 Tim Pierce <twp@twp.tezcat.com>
3963
3964 * dynl-dl.c (sysdep_dynl_func): Fix memory leak created by
3965 yesterday's underscore patch. (Thanks to Marius Vollmer for
3966 spotting this.)
3967
3968 1997-11-21 Tim Pierce <twp@twp.tezcat.com>
3969
3970 * dynl-dl.c (sysdep_dynl_func): Prepend symb with underscore if
3971 DLSYM_ADDS_USCORE is not defined.
3972
3973 1997-11-17 Mark Galassi <rosalia@nis.lanl.gov>
3974
3975 * gh_data.c (gh_uniform_vector_length):
3976 (gh_uniform_vector_ref): started implementing the uniform types in
3977 the gh_ interface.
3978
3979 1997-11-06 Mikael Djurfeldt <mdj@nada.kth.se>
3980
3981 * regex-posix.c (scm_free_regex_t): Return size of regex_t instead
3982 of 0; size_t --> scm_size_t. Thanks to Bernard Urban.
3983
3984 1997-10-26 Mikael Djurfeldt <mdj@nada.kth.se>
3985
3986 * scmconfig.h.in: Updated (HAVE_LIBTERMCAP was added when
3987 configure.in was changed).
3988
3989 Sun Oct 26 02:20:11 1997 Jim Blandy <jimb@totoro.red-bean.com>
3990
3991 * Makefile.am (modinclude_HEADERS): Include readline.h here.
3992 * Makefile.in: Regenerated.
3993
3994 1997-10-25 Marius Vollmer <mvo@zagadka.ping.de>
3995
3996 * print.h (SCM_COERCE_OPORT): Renamed to SCM_COERCE_OUTPORT. An
3997 OPORT is an `open' port, not an output port.
3998
3999 * filesys.c (scm_close, set_element, get_element, scm_chown,
4000 scm_chmod, scm_stat, scm_truncate_file, scm_fcntl, scm_fsync): Use
4001 SCM_COERCE_OUTPORT to cope with the printstate/port magic.
4002 * ports.c (scm_port_revealed, scm_set_port_revealed_x,
4003 scm_close_port, scm_port_line, scm_set_port_line_x,
4004 scm_port_column, scm_set_port_column_x, scm_port_filename,
4005 scm_set_port_filename_x, scm_port_mode,
4006 scm_close_all_ports_except, scm_set_current_output_port,
4007 scm_set_current_error_port): Likewise
4008 * ioext.c (scm_redirect_port, scm_dup_to_fdes, scm_freopen,
4009 scm_ftell, scm_fileno, scm_isatty_p, scm_primitive_move_to_fdes):
4010 Likewise
4011 * posix.c (scm_ttyname, scm_tcgetpgrp, scm_tcsetpgrp): Likewise
4012 * backtrace.c (display_backtrace_body): Likewise
4013 * fports (scm_setvbuf): Likewise
4014 * socket.c (scm_getsockopt, scm_setsockopt, scm_shutdown,
4015 scm_connect, scm_bind, scm_listen, scm_accept, scm_getsockname,
4016 scm_getpeername, scm_send, scm_sendto): Likewise
4017 * unif.c (scm_uniform_array_write): Likewise
4018
4019 Sat Oct 25 02:52:58 1997 Jim Blandy <jimb@totoro.red-bean.com>
4020
4021 Minor problems with substring-related tag changes.
4022 * symbols.h (SCM_SUBSTRP): Don't mask off the S bit; that's
4023 exactly what we want to leave in to detect substrings.
4024 (SCM_ROSTRINGP, ROUCHARS): Formatting tweaks.
4025 * tags.h: Fix diagrams and comments describing the S tag bit;
4026 remove vestigial remarks about the D tag bit.
4027 (SCM_TYP7, SCM_TYP7S): Rephrased for readability.
4028 * strings.c: Formatting tweaks.
4029
4030 * load.c (scm_init_load_path): Check GUILE_LOAD_PATH environment
4031 variable first; then SCHEME_LOAD_PATH, with a warning message.
4032 (scm_parse_path): New function.
4033 * script.c: Doc fixes.
4034
4035 Thu Oct 23 01:02:03 1997 Jim Blandy <jimb@totoro.red-bean.com>
4036
4037 Readline support, from Daniel Risacher.
4038 * readline.c, readline.h: New files.
4039 * init.c: #include "readline.h".
4040 (scm_boot_guile_1): Call scm_init_readline, if we have it.
4041 * Makefile.am (libguile_la_SOURCES): Include readline.c.
4042 * Makefile.in: Regenerated.
4043 * scmconfig.h.in: Regenerated, after change to ../configure.
4044
4045 1997-10-20 Mark Galassi <rosalia@nis.lanl.gov>
4046
4047 * gh.h: gh_vector_set -> gh_vector_set_x
4048
4049 1997-10-20 Mark Galassi <rosalia@nis.lanl.gov>
4050
4051 * gh_data.c (gh_vector_set_x): changed name to make it consistent
4052 with the ! -> _x mapping when going from Scheme to C.
4053
4054 1997-10-19 Mark Galassi <rosalia@cygnus.com>
4055
4056 * gh.h (gh_reverse):
4057 (gh_list_tail):
4058 (gh_list_ref):
4059 (gh_memq):
4060 (gh_memv):
4061 (gh_member):
4062 (gh_assq):
4063 (gh_assv):
4064 (gh_assoc): added these gh_ functions implemented as macros.
4065
4066 * gh_predicates.c (gh_null_p):
4067 (gh_string_equal_p): added these two missing predicates.
4068
4069 * gh_list.c (gh_append):
4070 (gh_append2):
4071 (gh_append3):
4072 (gh_append4):
4073 (gh_set_car_x):
4074 (gh_set_cdr_x): added these routines as I go through and try to
4075 complete the picture R4RS functions that should be mirrored in the
4076 gh_ interface.
4077
4078 Sat Oct 18 01:52:51 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
4079
4080 * tags.h (scm_tc7_substring): Changed the comment and code to
4081 conform with the changes below. Folks! We have suddenly two new
4082 free tc7 codes!!! Jummy, jummy!
4083
4084 Tue Oct 14 22:03:06 1997 Tom Tromey <tromey@cygnus.com>
4085
4086 * Makefile.in: Rebuilt.
4087 * Makefile.am (libguile_la_SOURCES): Removed extchrs.c,
4088 mbstrings.c.
4089 (modinclude_HEADERS): Removed extchrs.h, mbstrings.h.
4090 * unif.c (scm_vector_set_length_x): Don't handle multibyte
4091 strings.
4092 * tag.c (scm_utag_mb_string, scm_utag_mb_substring): Removed.
4093 (scm_tag): Don't handle multibyte strings.
4094 * read.c: Don't include mbstrings.h.
4095 (scm_lreadr): Don't handle multibyte ports.
4096 * kw.c: Don't include mbstrings.h.
4097 * init.c: Don't include mbstrings.h.
4098 (scm_boot_guile_1): Don't init mbstrings module.
4099 * hash.c (scm_hasher): Don't handle mbstrings.
4100 * gscm.c (gscm_run_scm): Don't init mbstrings module.
4101 * gc.c (scm_gc_mark): Don't handle mbstrings.
4102 (scm_gc_sweep): Likewise.
4103 * eval.c (SCM_CEVAL): Don't handle mbstrings.
4104 * eq.c (scm_equal_p): Use SCM_TYP7S, not SCM_TYP7SD.
4105 * tags.h (SCM_TYP7SD): Removed.
4106 (SCM_TYP7D): Removed.
4107 (scm_tc7_mb_string): Removed.
4108 (scm_tc7_mb_substring): Removed.
4109 * print.c (scm_iprin1): Handle char printing directly. Don't
4110 handle mbstrings.
4111 Don't include "mbstrings.h".
4112 * symbols.c (scm_intern_obarray_soft, scm_string_to_symbol,
4113 scm_string_to_obarray_symbol, msymbolize): Don't set symbol's
4114 multi-byte flag.
4115 Don't include "mbstrings.h".
4116 * symbols.h (SCM_SYMBOL_MULTI_BYTE_STRINGP): Removed.
4117 (SCM_SYMBOL_SLOTS): Define as 4.
4118 (SCM_ROSTRINGP): Use SCM_TYP7S, not SCM_TYP7SD.
4119 * arbiters.c, backtrace.c, debug.c, dynl.c, eval.c, fluids.c,
4120 gc.c, gsubr.c, ioext.c, kw.c, mallocs.c, numbers.c, ports.c,
4121 print.c, read.c, regex-posix.c, root.c, srcprop.c, stackchk.c,
4122 struct.c, threads.c, throw.c, unif.c, variable.c: Use new
4123 ("gen"-less) I/O function names.
4124 * ports.c (scm_add_to_port_table): Don't set port's
4125 representation.
4126 * ports.h (scm_port_representation_type): Removed.
4127 (scm_string_representation_type): Removed.
4128 (struct scm_port_table ): Removed representation field.
4129 (SCM_PORT_REPRESENTATION): Removed.
4130 (SCM_SET_PORT_REPRESENTATION): Removed.
4131 * genio.h: Use new function names.
4132 * genio.c: Don't include "extchrs.h".
4133 (scm_gen_putc, scm_gen_puts, scm_gen_write, scm_get_getc):
4134 Removed.
4135 (scm_putc, scm_puts, scm_lfwrite): No longer static.
4136 (scm_getc): No longer static; handle line and column changes.
4137 (scm_ungetc): Renamed from scm_gen_ungetc.
4138 (scm_do_read_line): Renamed from scm_gen_read_line.
4139 * libguile.h: Don't include "extchrs.h" or "mbstrings.h"
4140 * extchrs.h, extchrs.c, mbstrings.h, mbstrings.c: Removed.
4141
4142 1997-10-12 Mark Galassi <rosalia@cygnus.com>
4143
4144 * gh_test_repl.c (c_vector_test): same as gh_test_c.c
4145
4146 * gh_test_c.c (c_vector_test): some improvements on the vector
4147 routines test.
4148
4149 * gh.h (gh_vector): this used to exist but do the wrong thing.
4150 Now it (almost) does the right thing, though it takes a list
4151 instead of the individual arguments. I need to see how it could
4152 be done right.
4153 (gh_list_to_vector): added this function as a macro. Corresponds
4154 to Scheme's (list->vector ...).
4155 (gh_vector_to_list): added this function as a macro. Corresponds
4156 to Scheme's (vector->list ...).
4157
4158 * gh_data.c (gh_vector_ref): renamed from gh_vref to
4159 gh_vector_ref, so that it resembles the Scheme routines more.
4160 (gh_vector_set): renamed from gh_vset to gh_vector_set, so that it
4161 resembles the Scheme routines more.
4162 (gh_make_vector): this used to be (stupidly) called gh_vector().
4163 This is the right name, since it does the same thing as the Scheme
4164 (make-vector ...) procedure.
4165
4166 Sun Oct 12 14:41:39 1997 Mikael Djurfeldt <mdj@kenneth>
4167
4168 * ports.h: #include "libguile/print.h"
4169
4170 * eval.c (SCM_CEVAL, scm_apply): Completed GOOPS support code;
4171 Some indentation fixes.
4172
4173 * objects.h (SCM_METACLASS_STANDARD_LAYOUT): Printer field is no
4174 longer a user field; New field: class_flags.
4175
4176 * objets.c, objects.h: New metaclass: scm_metaclass_operator.
4177
4178 Tue Oct 7 09:37:24 1997 Mark Galassi <rosalia@cygnus.com>
4179
4180 * gh_data.c (gh_bool2scm): new function which replaces
4181 gh_int2scmb(), which is now tagged as obsolete.
4182
4183 1997-10-03 Mikael Djurfeldt <mdj@nada.kth.se>
4184
4185 * print.h (SCM_PRINT_STATE_P): Removed SCM_NIMP test. (NIMP
4186 macros should by convention not test for NIMPness.)
4187 (SCM_COERCE_OPORT): Adjust indentation.
4188
4189 * print.c (scm_valid_oport_value_p): Adjusted indentation; Added
4190 SCM_NIMP test before SCM_PRINT_STATE_P.
4191
4192 * struct.c, struct.h, gc.c: Renamed:
4193 scm_struct_i_layout --> scm_vtable_index_layout
4194 scm_struct_i_vcell --> scm_vtable_index_vcell
4195 scm_struct_i_vtable --> scm_vtable_index_vtable
4196 scm_struct_i_printer --> scm_vtable_index_printer
4197 scm_struct_i_vtable_offset --> scm_vtable_offset_user
4198
4199 * struct.c (scm_print_struct): Use new printer slot; Default
4200 printing: Also output hex code of vtable so that type identity
4201 will be indicated as well.
4202 (scm_init_struct): Updated required_vtable_fields to "pruosrpw";
4203 Removed struct_printer_var; Removed struct-vtable-offset;
4204 (vtable-index-layout, vtable-index-vtable, vtable-index-printer,
4205 vtable-offset-user): New constants.
4206
4207 * struct.h (scm_struct_i_vtable_offset): Bumped from 3 to 4.
4208 (scm_struct_i_printer, SCM_STRUCT_PRINTER): New slot in vtables.
4209 If this slot contains a procedure, use that to print structures of
4210 the type represented by this vtable.
4211
4212 * print.c (scm_iprin1): Don't print arguments of macro
4213 transformers. (They are always: exp env.); Bugfix: Unmemoize
4214 transformer source with correct environment.
4215
4216 1997-10-02 Marius Vollmer <mvo@zagadka.ping.de>
4217
4218 Streamlining of call-with-dynamic-root:
4219
4220 * root.c (cwdr_inner_body, cwdr_body): Remove "inner" from name,
4221 there is now only one catch.
4222 (cwdr_outer_body): Removed.
4223 (cwdr_handler): New function.
4224 (scm_internal_cwdr): New function to perform the function of cwdr
4225 but take args that are more useful to C code. Also, the handler
4226 is now invoked *outside* of the new dynamic root, like the docs
4227 say. We no longer have to catch absolutely all errors, the caller
4228 is responsible for using a handler that does not throw, if he
4229 wants that.
4230 (cwdr): Reimplemented in terms of scm_internal_cwdr.
4231 * root.h (scm_internal_cwdr): New prototype.
4232
4233 Even more but risky streamlining:
4234
4235 * root.c (USE_STACKJMPBUF): New define to activate a stack-based
4236 allocation of the jumpbuf of a root continuation. The changes
4237 below are controlled by it. They are now deactivated.
4238 (scm_internal_cwdr): Allocate the scm_contregs on the stack. Set
4239 the JMPBUF of the scm_rootcont to NULL before returning.
4240
4241 * gc.c (scm_gc_sweep): Free the SCM_VELTS of a scm_tc7_contin only
4242 when they are non-NULL.
4243 (scm_gc_mark): Likewise, mark only when non-NULL.
4244
4245 Make dynamic linking work on Dec Unix. (Thanks to Clark McGrew)
4246 * dynl.c: Include "dynl-dl.c" also when HAVE_DLOPEN is defined.
4247
4248 * gc.c (scm_done_malloc): New function.
4249 gc.h (scm_done_malloc): New prototype.
4250
4251 * print.h (SCM_PRINT_STATE_P, SCM_COERCE_OPORT): New macros.
4252 (struct scm_print_state) [revealed]: New field.
4253 (scm_print_state_vtable): Make visible to the outside world for
4254 type checking purposes.
4255 (scm_valid_oport_value_p): New prototype.
4256
4257 * print.c (scm_valid_oport_value_p): New function to check whether
4258 a certain value is acceptable as a port argument.
4259 (scm_print_state_vtable): New variable.
4260 (scm_free_print_state): Set `revealed' field to false.
4261 (scm_iprin1): Call user supplied closure printer with
4262 scm_printer_apply. Print in the traditional way when there isn't
4263 one or when it returns #f.
4264 (scm_prin1, scm_display, scm_write, scm_newline, scm_write_char):
4265 Accept a port/print-state pair in addition to just a port.
4266 (scm_prin1): Don't return the print_state to the pool when it has
4267 been `revealed'.
4268 (scm_printer_apply): Set `revealed' field of print_state to true.
4269 (scm_init_print): Set scm_print_state_vtable.
4270 (print_state_fluid, print_state_fluid_num): Removed.
4271
4272 * throw.h (scm_handle_by_proc_catching_all): New prototype
4273 throw.c (scm_handle_by_proc_catching_all): New function
4274
4275 Mon Sep 29 23:54:09 1997 Jim Blandy <jimb@totoro.red-bean.com>
4276
4277 * Makefile.in: Regenerated with automake 1.2c.
4278
4279 Sun Sep 28 21:35:42 1997 Radey Shouman <shouman@zianet.com>
4280
4281 * ramap.c (scm_array_index_map_x): Fixed for zero-rank arguments,
4282 was looping endlessly.
4283
4284 Sun Sep 28 00:04:29 1997 Jim Blandy <jimb@totoro.red-bean.com>
4285
4286 * strports.c (scm_eval_string): Don't close the port.
4287
4288 * stime.c (bdtime2c): Use SCM_LENGTH, not scm_vector_length; the
4289 former returns a nice normal integer. (Thanks to Daniel
4290 Risacher.)
4291
4292 Sat Sep 27 20:19:34 1997 Jim Blandy <jimb@totoro.red-bean.com>
4293
4294 * Makefile.am (libpath.h): Include the value of the THREAD_LIBS
4295 makefile variable as a build parameter called LIBS. The
4296 build-guile program will use this, for the time being.
4297 * Makefile.in: Regenerated.
4298
4299 Thanks to Shiro Kawai:
4300 * gc.c (scm_gc_mark): Pass NULL to scm_wta as the subroutine name.
4301 * ports.h (scm_ptobfuns): The fgets method returns a char *, not
4302 an SCM.
4303
4304 * Makefile.in: Regenerated with automake 1.2a.
4305
4306 * script.c (scm_compile_shell_switches): If we hit the -c or --
4307 arguments, don't set the car of (command-line) to scm_usage_name,
4308 the prettified name of the guile executable; give it the full
4309 path, the way shells usually handle $0.
4310
4311 Wed Sep 24 22:09:52 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
4312
4313 * ramap.c (scm_array_map): Renamed to scm_array_map_x. Removed
4314 Scheme-level name `array-map' and renamed `serial-array-map' to
4315 `serial-array-map!'.
4316
4317 * backtrace.c: Introduced exception handlers which now enclose
4318 `display-error' and `display-backtrace' so that error reporting
4319 won't get into infinite loops if an error occurs during displaying
4320 of the error. This can very easily happen with user supplied
4321 print call-back routines.
4322
4323 Tue Sep 23 12:43:17 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
4324
4325 * ramap.c: Added alias `array-map!' for `array-map'. (Probably,
4326 the names `serial-array-map' and `array-map' should be removed.)
4327
4328 Mon Sep 22 01:21:54 1997 Mikael Djurfeldt <mdj@kenneth>
4329
4330 * init.c (scm_boot_guile_1): Added scm_init_objects ().
4331 Added #include "objects.h"
4332
4333 * eval.c (scm_makprom): Added SCM_DEFER_INTS and SCM_ALLOW_INTS.
4334 Add #include "feature.h".
4335
4336 * Makefile.am (libguile_la_SOURCES): Added objects.c.
4337 (modinclude_HEADERS): Added objects.h.
4338
4339 * ports.h (SCM_EOF_OBJECT_P): New macro predicate.
4340 This test is needed at many places in the code and should be
4341 abstracted. (Motivated by the need of this test in libguiletk.)
4342
4343 * ports.c (scm_eof_object_p), vports.c (sfgetc), strports.c
4344 (scm_eval_string), load.c (scm_primitive_load,
4345 scm_read_and_eval_x), gh_eval.c (gh_eval_str):
4346 Use SCM_EOF_OBJECT_P.
4347
4348 * eval.c (scm_init_eval): Add feature `delay'.
4349
4350 Tue Sep 16 02:12:02 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
4351
4352 * scmhob.h: Removed.
4353
4354 Mon Sep 15 20:42:03 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
4355
4356 * list.h (SCM_LISTn): New macros. Make list creation in C code
4357 prettier. The idea comes from STk.
4358
4359 * sequences.h, sequences.c, append.h, append.c: Removed. These
4360 files implemented non-R4RS operations which would encourage
4361 non-portable programming style and less easy-to-read code.
4362
4363 * Makefile.am (sequences.h, sequences.c, append.h, append.c):
4364 Removed.
4365
4366 * libguile.h, eval.c, init.c, stime.c, unif.c: Removed #include
4367 sequences.h, #include append.h.
4368
4369 * init.c (scm_boot_guile_1): Removed calls to scm_init_append and
4370 scm_init_sequences.
4371
4372 * gh.h, gh_list.c: Renamed gh_list_length --> gh_length.
4373
4374 * list.h, list.c: Renamed scm_list_length --> scm_length, scm
4375
4376 * stime.c (bdtime2c): Changed scm_obj_length --> scm_vector_length.
4377
4378 Sat Sep 13 00:21:41 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
4379
4380 * eval.c: Added #include "objects.h"
4381
4382 * tags.h (scm_tc16_object, scm_tc16_entity): Smobtags for objects
4383 and entities.
4384
4385 * smob.c (scm_smob_prehistory): Create two objectsmobs with
4386 adjacent smob numbers.
4387
4388 Thu Sep 11 00:59:17 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
4389
4390 * procprop.h: Added declaration of scm_i_inner_name.
4391
4392 * gsubr.c: New global symbol scm_i_inner_name.
4393
4394 * debug.c (scm_procedure_name): Try procedure property
4395 `inner-name' if `name' fails.
4396
4397 * print.c (scm_iprin1): Use scm_macro_name.
4398
4399 * eval.c (scm_m_define): Give names to macros as well; Only the
4400 first top-level definition gives a procedure/macro a name.
4401 Otherwise confusing names can turn up in backtraces.
4402 (SCM_CEVAL): SCM_IM_DEFINE: Set `inner-name' property instead of
4403 `name'; Give names to macros as well.
4404
4405 * procs.c (scm_closure_p), print.c (scm_iprin1), eval.c
4406 (scm_macro_transformer): Use SCM_CLOSUREP instead of
4407 scm_closure_p.
4408
4409 Wed Sep 10 20:52:18 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
4410
4411 * eval.c (macro?, macro-type, macro-name, macro-transformer): New
4412 procedures;
4413 (prinmacro): Removed. The code has been moved/merged into print.c
4414 in order to decrease code redundancy. We want macros to print in
4415 a way equivalent to procedures, and it would be silly to duplicate
4416 the required code. (We don't want to maintain two places.)
4417 (macrosmob): Print field is now a NULL pointer.
4418
4419 * eval.h (scm_macro_p, scm_macro_type, scm_macro_name,
4420 scm_macro_transformer): New prototypes.
4421 (scm_tc16_macro): Declared.
4422
4423 * print.c (scm_iprin1): Added code for printing of macros. Macros
4424 are now printed in a way equivalent to procedures.
4425
4426 Sat Sep 6 12:20:42 1997 Mikael Djurfeldt <mdj@kenneth>
4427
4428 * procs.h (scm_closure_p): Added declaration.
4429
4430 Fri Sep 5 13:36:14 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
4431
4432 * gc.c (scm_gc_mark): Fixed "rogue pointer in heap" message:
4433 Shouldn't pass "heap" as the subr name.
4434
4435 Tue Sep 2 18:14:30 1997 Jim Blandy <jimb@totoro.red-bean.com>
4436
4437 * gh_predicates.c (gh_boolean_p, gh_symbol_p, gh_char_p,
4438 gh_vector_p, gh_pair_p, gh_number_p, gh_string_p, gh_procedure_p,
4439 gh_list_p, gh_inexact_p, gh_exact_p, gh_eq_p, gh_eqv_p,
4440 gh_equal_p): Use SCM_NFALSEP, instead of testing against
4441 SCM_BOOL_T. Any non-false value is true.
4442
4443 Tue Sep 2 00:27:07 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
4444
4445 * symbols.h (scm_builtin_bindings, scm_builtin_weak_bindings,
4446 scm_gensym): Added prototypes.
4447
4448 * symbols.c (scm_gensym): New function. This will speed up
4449 certain types of applications (such as macro systems) which
4450 generate lots of symbols.
4451
4452 Mon Sep 1 22:30:33 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
4453
4454 * numbers.c (logand, logior, logxor): Handle 0 or 1 arguments.
4455
4456 Sat Aug 30 18:56:19 1997 Gary Houston <ghouston@actrix.gen.nz>
4457
4458 * unif.c (scm_shap2ra): tighten the checking of the array dimension
4459 specifier, since (2) or (2 . 3) would cause SEGV.
4460 (scm_transpose_array): more argument checking fixes.
4461
4462 Thu Aug 28 23:48:53 1997 Jim Blandy <jimb@totoro.red-bean.com>
4463
4464 * Makefile.in: Regenerated.
4465
4466 Wed Aug 27 17:44:44 1997 Jim Blandy <jimb@totoro.red-bean.com>
4467
4468 * Makefile.in: Regenerated, so it uses "tar", not "gtar".
4469
4470 Mon Aug 25 13:47:25 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
4471
4472 * error.c, error.h (scm_error_callback): Removed (see NEWS).
4473
4474 Sun Aug 24 01:25:35 1997 Mikael Djurfeldt <mdj@kenneth>
4475
4476 * regex-posix.c: If <regex.h> can't be found, try <rxposix.h> or
4477 <rx/rxposix.h>. (This is in order to accomodate for the GNU Rx
4478 library.)
4479
4480 * ramap.c (scm_ra_matchp, scm_array_fill_int, racp, ramap_1,
4481 ramap_2o, scm_array_index_map_x, raeql_1, scm_array_equal_p),
4482 unif.c (scm_vector_set_length_x, scm_uniform_vector_length,
4483 scm_array_p, scm_array_rank, scm_array_dimensions,
4484 scm_enclose_array, scm_array_in_bounds_p, scm_uniform_vector_ref,
4485 scm_cvref, scm_array_set_x, scm_array_contents, scm_array_to_list,
4486 scm_array_prototype): Added case scm_tc7_wvect.
4487
4488 Sat Aug 23 18:45:44 1997 Gary Houston <ghouston@actrix.gen.nz>
4489
4490 * errno.h: prototype for scm_strerror.
4491 * error.c (scm_strerror): new procedure.
4492
4493 Mon Aug 18 14:58:22 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
4494
4495 * list.c (scm_list_append_x): Allow non-pair as last argument.
4496 This is consistent with the R4RS append and is probably the
4497 correct behaviour as specified by R2RS. (Thanks to Radey Shouman)
4498
4499 Sat Aug 16 18:42:15 1997 Gary Houston <ghouston@actrix.gen.nz>
4500
4501 * stime.h: prototype for scm_times.
4502 * stime.c (scm_times): new procedure.
4503 * ioext.c (scm_fseek): if the first argument is a file descriptor
4504 call lseek.
4505 (scm_ftell): if the first argument is a file descriptor call lseek
4506 (sic).
4507 * filesys.h: prototypes for scm_open_fdes, scm_fsync.
4508 * filesys.c (scm_chmod): if the first argument is a file descriptor,
4509 call fchmod.
4510 (scm_chown): if the first argument is a port or file descriptor,
4511 call fchown.
4512 (scm_truncate_file): new procedure.
4513 Add DEFER/ALLOW INTS to a few other procedures.
4514 (scm_fsync): new procedure.
4515 (scm_open_fdes): new procedure.
4516 (scm_open): use scm_open_fdes. If mode isn't specified, 666 will
4517 now be used.
4518 (scm_fcntl): the first argument can now be a file descriptor. The
4519 third argument is now optional.
4520
4521 * posix.c (scm_execl, scm_execlp): make the filename argument
4522 compulsory, since omitting it causes SEGV.
4523 (scm_sync): return unspecified instead of #f.
4524 (scm_execle): new procedure.
4525 (environ_list_to_c): new procedure.
4526 (scm_environ): use environ_list_to_c. disable interrupts.
4527 (scm_convert_exec_args): take pos and subr arguments and
4528 improve error checking.
4529
4530 1997-08-14 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
4531
4532 * stacks.c (scm_make_stack), coop-threads.c, mit-pthreads.c
4533 (scm_call_with_new_thread): Bugfix: SCM_WNA should go as third
4534 argument to SCM_ASSERT. Furthermore, the name of the function
4535 should be passed as first argument when signalling
4536 SCM_WNA. (Thanks to Thomas Morgan)
4537
4538 * gsubr.c (scm_gsubr_apply): From Radey Shouman
4539 <shouman@zianet.com>: "The switch in scm_gsubr_apply that
4540 dispatches on the number of actual args has a default case
4541 reporting an internal error. This is a vestige from a version
4542 that mallocated a SCM vector to hold the arguments. In the
4543 current version this check is too late: if it ever happens we will
4544 have already overstepped the bounds of the array.
4545
4546 Also, the patch [...] adds a check for too many actual arguments."
4547
4548 mdj: Removed check for "internal programming error".
4549
4550 Wed Aug 13 15:38:44 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
4551
4552 * gh_io.c (gh_write): New function.
4553
4554 * gh_eval.c (catch_with_saved_stack): Removed. Replaced by:
4555 throw.c (scm_internal_stack_catch): New sibling to the other catch
4556 functions. Code moved from gh_eval.c.
4557 throw.h: Added header.
4558 gh_eval.c (gh_eval_str_with_stack_saving_handler): Renamed call to
4559 scm_internal_stack_catch.
4560
4561 Tue Jul 29 01:03:08 1997 Gary Houston <ghouston@actrix.gen.nz>
4562
4563 * ioext.h: fix up prototypes.
4564 * ioext.c (scm_dup_to_fdes): renamed from scm_primitive_dup2.
4565 Scheme name is now dup->fdes.
4566 (scm_dup_to_fdes): make the second argument optional and
4567 fold in the functionality of scm_primitive_dup.
4568 (scm_primitive_dup): deleted.
4569
4570 Mon Jul 28 05:24:42 1997 Gary Houston <ghouston@actrix.gen.nz>
4571
4572 * fports.h (SCM_P): prototypes for scm_setvbuf, scm_setfileno.
4573 * fports.c (scm_setbuf0): don't disable the setbuf if MSDOS or
4574 ultrix are defined. Use setvbuf instead of setbuf.
4575 (scm_setvbuf): new procedure.
4576 (scm_init_fports): intern _IOFBF, _IOLBF, _IONBF.
4577 (scm_setfileno): moved from ioext.c.
4578 (scm_fgets): cast SCM_STREAM to (FILE *), remove unused lp variable.
4579 (top of file): Delete 25 lines of probably obsolete CPP hair for MSDOS.
4580
4581 Sun Jul 27 10:54:01 1997 Marius Vollmer <mvo@zagadka.ping.de>
4582
4583 * fluids.c (scm_fluid_p): New function.
4584 * fluids.h (scm_fluid_p): New prototype.
4585
4586 Sat Jul 26 21:33:37 1997 Marius Vollmer <mvo@zagadka.ping.de>
4587
4588 * print.c (scm_iprin1): Enter printed structures into the print
4589 state as nested data while they are printed.
4590 (print_state_fluid, print_state_fluid_num): New variables.
4591 (scm_init_print): Initialize them.
4592 (scm_iprin): If print_state_fluid carries a print_state, use that
4593 instead of creating a new one.
4594 (scm_printer_apply, apply_stub, struct apply_data): New
4595 definitions to help with calling printer functions written in
4596 Scheme.
4597 * print.h (scm_printer_apply): New prototype.
4598
4599 * struct.c (scm_print_struct): Use scm_printer_apply to call the
4600 user defined struct printer.
4601
4602 * dynwind.c (scm_dowinds): Handle fluids on the wind list.
4603 * fluids.h (scm_internal_with_fluids, scm_with_fluids,
4604 scm_swap_fluids, scm_swap_fluids_reverse): New prototypes.
4605 * fluids.c (scm_internal_with_fluids, scm_with_fluids,
4606 scm_swap_fluids, scm_swap_fluids_reverse): New functions.
4607
4608 Fri Jul 25 12:05:46 1997 Marius Vollmer <mvo@zagadka.ping.de>
4609
4610 * fluids.c (scm_fluid_ref, scm_fluid_set_x): Fixed use of
4611 SCM_ASSERT: arg comes before pos.
4612
4613 Fri Jul 25 17:00:38 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
4614
4615 * eval.c (scm_apply): Handle the case when a tc7_sybr_2 is applied
4616 to a list of length zero correctly.
4617
4618 Wed Jul 23 16:17:46 1997 Tim Pierce <twpierce@bio-5.bsd.uchicago.edu>
4619
4620 Supply an `fgets' method for port objects to do fast line i/o.
4621 * ioext.c (scm_read_line): New function.
4622 * genio.c (scm_gen_read_line): New function.
4623 * fports.c (scm_fgets): New function.
4624 (scm_fptob, scm_pipob): Add scm_fgets method.
4625 * ports.c (fgets_void_port, scm_generic_fgets): New functions.
4626 (void_port_ptob): Add void fgets method.
4627 (scm_newptob): Initialize fgets method from ptob struct.
4628 * ports.h (scm_ptobfuns): Add fgets method.
4629 * vports.c (scm_sfptob): Supply generic fgets method.
4630 * strports.c (scm_stptob): Supply generic fgets method.
4631
4632 Mon Jul 21 04:03:42 1997 Gary Houston <ghouston@actrix.gen.nz>
4633
4634 * ioext.h: removed scm_duplicate_port prototype.
4635
4636 * ioext.c (scm_primitive_dup2): return the new file descriptor
4637 instead of SCM_UNSPECIFIED, since similarity to scm_primitive_dup
4638 is convenient.
4639 (scm_fdopen): bug fix: don't try to make port unbuffered until its
4640 stream has been set.
4641 (scm_duplicate_port): deleted, there's now an implementation in
4642 boot-9.scm.
4643 (scm_primitive_dup2): do nothing if newfd == oldfd.
4644
4645 Sun Jul 20 03:55:49 1997 Gary Houston <ghouston@actrix.gen.nz>
4646
4647 * filesys.c (scm_close): oops, don't call SCM_INUM twice on the
4648 argument.
4649
4650 * ioext.h: new prototypes.
4651 * ioext.c (scm_primitive_dup, scm_primitive_dup2): new procedures.
4652
4653 * fluids.c (next_fluid_num): don't do
4654 SCM_THREAD_CRITICAL_SECTION_START/END unless USE_THREADS is defined.
4655
4656 * ports.h: prototypes too.
4657 * ports.c (scm_mode_bits, scm_port_mode): moved from fports.c.
4658
4659 * fports.h: prototype too.
4660 * fports.c (scm_evict_ports): moved from ioext.c.
4661
4662 Sat Jul 19 04:56:52 1997 Gary Houston <ghouston@actrix.gen.nz>
4663
4664 * ports.c (scm_close_port): return a boolean instead of unspecified.
4665 throw an error if an error other than EBADF occurs.
4666
4667 * filesys.h: scm_close prototype.
4668 * filesys.c (scm_close): new procedure, can close file descriptors
4669 and ports (scsh compatible).
4670
4671 * ports.c (scm_flush_all_ports): SCM_PROC incorrectly allowed an
4672 optional argument.
4673
4674 Fri Jul 18 11:19:53 1997 Marius Vollmer <mvo@zagadka.ping.de>
4675
4676 * fluids.c, fluid.h: New files.
4677 * Makefile.am (libguile_la_SOURCES): Added "fluids.c".
4678 (modinclude_HEADERS): Added "fluids.h"
4679
4680 * init.c: Include "fluids.h". (scm_boot_guile_1): Added call to
4681 scm_init_fluids to initialize the fluid machine.
4682 (scm_start_stack): Initialize the fluids of the first root with
4683 scm_make_initial_fluids.
4684
4685 * root.h: Added "fluids" member to scm_root_state.
4686 * root.c: Include "fluids.h". (scm_mark_root): Mark "fluids".
4687 (scm_make_root): Call scm_copy_fluids to make fluid bindings
4688 unique for the new root when it has a parent.
4689
4690 * smob.h: Include "libguile/print.h" to make scm_print_state
4691 visible.
4692
4693 * dynl.c (free_dynl_obj): New function to free the dynamic object
4694 data. (dynl_smob): Use it.
4695 * dynl.c (scm_dynamic_link): Moved allocating of the memory for
4696 the dynamic object data below the linking of the object to avoid
4697 memory leak when the linking code throws an error. Now the code
4698 leaks a whole dynamically linked library when must_malloc throws,
4699 but that should be much less likely.
4700
4701 Fri Jul 11 00:19:47 1997 Jim Blandy <jimb@floss.red-bean.com>
4702
4703 Changes to compile under gnu-win32, from Marcus Daniels:
4704 * stime.c (tzset): If tzset isn't provided, make it a NOP.
4705 (scm_localtime): Change SCM_EOF to SCM_EOL.
4706 (scm_mktime): Likewise.
4707 * socket.c: Don't include sys/un.h unless autoconf tells
4708 us Unix domain sockets are available.
4709 (scm_fill_sockaddr): Ignore Unix domain code.
4710 (scm_addr_vector): Likewise.
4711 (scm_init_addr_buffer): Likewise.
4712 (scm_socketpair): Don't include unless socketpair was
4713 found during autoconf.
4714 * simpos.c (SYSTNAME): Treat cygwin like Unix.
4715 * scmsigs.c (scm_pause): Don't include unless pause was found
4716 during autoconf.
4717 * posix.c (scm_getgroups): Don't include unless support function
4718 was found during autoconf (in this case, getgroups).
4719 (scm_setpwent): For setpwent.
4720 (scm_setegid): For setegid.
4721 * net_db.c (scm_inet_netof): Don't include unless support
4722 function was found during autoconf (in this case, inet_netof).
4723 (scm_lnaof): For inet_lnaof.
4724 (scm_inet_makeaddr): For inet_makeaddr.
4725 (scm_getnet): For getnetent, getnetbyname, getnetbyaddr.
4726 (scm_getproto): For getprotoent.
4727 (scm_getserv): For getservent.
4728 (scm_sethost): For sethostent, endhostent.
4729 (scm_setnet): For setnetent, endnetent.
4730 (scm_setproto): For setprotoent, endprotoent.
4731 (scm_setserv): For setservent, endservent.
4732 * scmconfig.h.in: Regenerated.
4733
4734 Thu Jul 10 00:22:24 1997 Jim Blandy <jimb@floss.red-bean.com>
4735
4736 * stime.c (scm_localtime, scm_mktime): Pass SCM_EOL to
4737 scm_misc_error, not SCM_EOF.
4738
4739 * error.c (scm_wta): Pass SCM_EOL to scm_misc_error as the list of
4740 arguments for formatting the error message, not SCM_BOOL_F. I
4741 think this is left over from the (eq? '() #f) days.
4742
4743 * read.c (recsexpr): Give this a dummy definition if
4744 DEBUG_EXTENSIONS isn't #defined.
4745
4746 Fri Jul 4 23:42:17 1997 Marius Vollmer <mvo@zagadka.ping.de>
4747
4748 * coop-threads.c (scm_wait_condition_variable): Lock mutex again
4749 after waiting.
4750
4751 Thu Jul 3 16:31:24 1997 Marius Vollmer <mvo@zagadka.ping.de>
4752
4753 * root.c (cwdr_outer_body): Bugfix: Pass `c' instead of `&c' to
4754 scm_internal_catch.
4755
4756 Sat Jun 28 16:14:09 1997 Tim Pierce <twp@twp.tezcat.com>
4757
4758 * Makefile.am (libguile_la_LIBADD): Remove @ALLOCA@, since
4759 alloca.lo will be included in @LIBLOBJS@. Something better than
4760 this should be possible.
4761 * Makefile.in: Regenerated.
4762
4763 Sat Jun 28 03:40:15 1997 Gary Houston <ghouston@actrix.gen.nz>
4764
4765 * simpos.h: prototype for scm_primitive_exit.
4766 * simpos.c (scm_primitive_exit): new procedure, terminates the
4767 process without unwinding the stack.
4768
4769 Sat Jun 28 03:45:25 1997 Tim Pierce <twp@twp.tezcat.com>
4770
4771 * regex-posix.c (scm_make_regexp): Make `flags' a variable-length
4772 argument and logior its components together, so the user doesn't
4773 have to do this explicitly. Also, if regexp/basic is supplied, then
4774 turn off REG_EXTENDED.
4775 (scm_init_regex_posix): New regexp/basic symbol.
4776 (REG_BASIC): #define this if it is not already present.
4777
4778 Fri Jun 27 20:36:35 1997 Tim Pierce <twpierce@bio-5.bsd.uchicago.edu>
4779
4780 * Makefile.am (libguile_la_LIBADD): Include @ALLOCA@.
4781 (MOSTLYCLEANFILES): New target, changed from CLEANFILES.
4782 (CLEANFILES): New target, clean versiondat.h, libpath.h.
4783 (DISTCLEANFILES): New target, clean *.x.
4784 * Makefile.in: Regenerated.
4785
4786 Tue Jun 24 00:29:07 1997 Jim Blandy <jimb@floss.red-bean.com>
4787
4788 * script.c (scm_compile_shell_switches): Add 1997 to copyright
4789 years in usage message.
4790
4791 * Makefile.am (libguile_la_LDFLAGS): Bump library version.
4792 * Makefile.in: Regenerated.
4793
4794 * regex-posix.c (scm_init_regex_posix): Delete the regexp/nosub
4795 flag; I don't think we support it.
4796 (scm_make_regexp): Make sure the user doesn't pass the
4797 regexp/nosub flag.
4798
4799 * regex-posix.c (scm_make_regexp, scm_regexp_exec): Add optional
4800 FLAGS arguments.
4801 (scm_init_regex_posix): Define constants for the REG_mumble flags;
4802 name them according to the SCSH convention: regexp/mumble.
4803
4804 * regex-posix.h (scm_make_regexp, scm_regexp_exec): Update prototypes.
4805
4806 Mon Jun 23 18:44:49 1997 Jim Blandy <jimb@floss.red-bean.com>
4807
4808 * Makefile.am (libpath.h): Include the values of all the standard
4809 Makefile directory variables. Print a message, but don't print
4810 all the commands.
4811 (versiondat.h): Print a message, but don't print all the commands.
4812 * load.c: #include "alist.h".
4813 (init_build_info): New function.
4814 (scm_init_load): Call it.
4815 * Makefile.in: Regenerated.
4816
4817 Sun Jun 22 19:12:58 1997 Jim Blandy <jimb@floss.red-bean.com>
4818
4819 * root.c: Establish a reliable catch-all handler for the new root.
4820 After all the Scheme handler function might signal an error too,
4821 and we don't want to lose that.
4822 (cwdr_inner_body): Renamed from cwdr_body.
4823 (cwdr_outer_body): New function, to establish the user's handler,
4824 and pass control to cwdr_inner_body.
4825 (cwdr): Establish the reliable catch-all handler here, and pass
4826 control to cwdr_outer_body.
4827 (struct cwdr_body_data): New field, handler, to allow cwdr to pass
4828 the user's handler through to cwdr_outer_body.
4829 * throw.c (scm_handle_by_message): Move guts into....
4830 (handler_message): New static function.
4831 (scm_handle_by_message_noexit): New function.
4832 * throw.h (scm_handle_by_message_noexit): New prototype.
4833
4834 * __scm.h: (SCM_FENCE): New macro: optimizer will not move code
4835 across this. Only works on GCC. Otherwise, we hope for the best.
4836 (SCM_DEFER_INTS, SCM_ALLOW_INTS): Use FENCE appropriately. I have
4837 the feeling that real thread systems will not need this...
4838
4839 Sun Jun 22 15:46:35 1997 Jim Blandy <jimb@floss.red-bean.com>
4840
4841 Try to detect when people are using one version of libguile and a
4842 different version of ice-9. People have been skewing things and
4843 sending in bug reports.
4844 * Makefile.am (versiondat.h): New file to generate.
4845 * version.c: #include "versiondat.h", to get version info.
4846 (scm_libguile_config_stamp): New function.
4847 * script.c: #include "version.h".
4848 (scm_compile_switches): Call scm_version to get version number.
4849 * scmconfig.h.in, Makefile.in: Regenerated.
4850 * Makefile.in: Regenerated.
4851
4852 * Makefile.am (ETAGS_ARGS): Catch SCM_PROC, etc. so we can find
4853 primitive definitions under their Scheme names.
4854
4855 * Makefile.am (libguile_la_LDFLAGS): Update library version to
4856 1:2. Helps avoid confusion between installed and uninstalled libs.
4857
4858 * scmconfig.h.in: Regenerated. (Needed after June 3 change to
4859 ../configure.in.)
4860
4861 * gdb_interface.h (GDB_INTERFACE): Remove semicolon and trailing
4862 backslash from definition; this should be used like: GDB_INTERFACE;
4863
4864 Sun Jun 22 04:00:32 1997 Gary Houston <ghouston@actrix.gen.nz>
4865
4866 * ioext.c (scm_duplicate_port): bug fix: don't try to make the
4867 new port unbuffered until its stream has been set.
4868
4869 Sat Jun 21 18:44:03 1997 Gary Houston <ghouston@actrix.gen.nz>
4870
4871 * ports.h: new prototype.
4872 * ports.c (scm_flush_all_ports): new procedure, scsh compatible.
4873
4874 Sat Jun 21 00:25:03 1997 Jim Blandy <jimb@floss.red-bean.com>
4875
4876 Make things compile neatly under Sun's C compiler.
4877 * dynl.c (scm_dynamic_func): Cast return value from sysdep_dynl_func.
4878 * extchrs.c (xmbtowc): Make the second arg a normal char, not
4879 unsigned, because that's what the ANSI function takes.
4880 * extchrs.h (xmbtowc): Corresponding change to prototype.
4881 * genio.c (scm_gen_getc): Make buf plain chars. Nobody wants
4882 uchars here.
4883 * mbstrings.c (scm_mb_ilength): Use ANSI arg syntax. Make DATA
4884 argument plain char *.
4885 * strings.c (scm_string): Use SCM_ROCHARS, since c is a plain
4886 char.
4887 * tag.c (scm_tag): Remove unreachable statement.
4888 * unif.c (scm_array_to_list): If we want to shift a 1 bit to the
4889 top of the word, it should be unsigned.
4890
4891 * eval.c (scm_lookupcar1): Don't declare var2 unless USE_THREADS
4892 is defined, to avoid warnings; it's only used in the
4893 conflict-checking code. Which might go away anyway.
4894 (SCM_CEVAL): All goto's targeting the `dispatch' label are in
4895 conditionals; put the label definition in an #if too, to stifle
4896 warnings.
4897
4898 * Makefile.am (EXTRA_DIST): Include ChangeLog-gh and
4899 ChangeLog-threads in the distribution.
4900 * Makefile.in: Regenerated.
4901
4902 Fri Jun 20 10:03:41 1997 Tim Pierce <twpierce@bio-5.bsd.uchicago.edu>
4903
4904 * guile-snarf.in: Changed regexp to support CPPs that insert
4905 whitespace between lexical tokens (which munges the `%%%' snarf
4906 cookie).
4907
4908 Tue Jun 17 13:49:56 1997 Tim Pierce <twpierce@bio-5.bsd.uchicago.edu>
4909
4910 * load.c (scm_init_load_path): Append $(datadir)/guile to
4911 %load-path, so modules do not have to be installed in Guile's
4912 current version directory.
4913
4914 Mon Jun 16 17:20:55 1997 Marius Vollmer <mvo@zagadka.ping.de>
4915
4916 * dynl.c (scm_dynamic_call, scm_dynamic_args_call): Wrap dynamic
4917 function call in SCM_DEFER_INTS/SCM_ALLOW_INTS.
4918 (scm_dynamic_link, scm_dynamic_unlink, scm_dynamic_func): Always
4919 call the sysdep functions with deferred ints.
4920 * dynl.c, dynl-dl.c, dynl-dld.c, dynl-shl.c (sysdep_dynl_link,
4921 sysdep_dynl_unlink, sysdep_dynl_func): Expect to be called with
4922 deferred interrupts and insert SCM_ALLOW_INTS before throwing an
4923 error.
4924
4925 * dynl.c (scm_dynamic_unlink, scm_dynamic_call): Return
4926 SCM_UNSPECIFIED.
4927
4928 Sat Jun 14 19:00:58 1997 Gary Houston <ghouston@actrix.gen.nz>
4929
4930 * scmsigs.c (sys_deliver_signals): add a comment about a probable bug.
4931
4932 Wed Jun 11 00:33:00 1997 Jim Blandy <jimb@floss.red-bean.com>
4933
4934 * Makefile.in: Regenerated after xtra_PLUGIN_guile_libs change in
4935 ../configure.in.
4936
4937 Sun Jun 8 14:37:26 1997 Marius Vollmer <mvo@zagadka.ping.de>
4938
4939 * eval.c (scm_lookupcar1): New procedure to cope with a race
4940 condition during lookup (when using threads).
4941 (scm_lookupcar): Implement in terms of scm_lookupcar1.
4942 (SCM_CEVAL): Use scm_lookupcar1 instead of scm_lookupcar in one
4943 place.
4944
4945 Fri Jun 6 19:05:07 1997 Jim Blandy <jimb@totoro.cyclic.com>
4946
4947 * regex-posix.c (scm_regexp_exec): Use the `start' argument if
4948 supplied. (Change from Tim Pierce.)
4949
4950 Thu Jun 5 16:38:19 1997 Marius Vollmer <mvo@zagadka.ping.de>
4951
4952 * struct.c (init_struct): Forget to mention this in the "Wed Jun 4
4953 23:47:01 1997" changelog: Slots are now initialized with `#f' by
4954 default and not `()'. `#f' is the canonical non-value in Scheme,
4955 right?
4956
4957 Wed Jun 4 23:47:01 1997 Marius Vollmer <mvo@zagadka.ping.de>
4958
4959 * struct.c (struct_printer): New variable that holds a handle on
4960 the Scheme variable *struct-printer*. This variable can be set by
4961 Scheme code to override the printing of structures.
4962 (scm_print_struct): If struct_printer is set, call it. If it is
4963 not set, or returns #f, print the structure in the old fashion.
4964 Include "eval.h" for scm_apply.
4965
4966 Tue Jun 3 23:01:39 1997 Marius Vollmer <mvo@zagadka.ping.de>
4967
4968 * struct.c (scm_struct_ref, scm_struct_set_x): Use
4969 scm_struct_i_n_words to get the number of fields, not
4970 -scm_struct_n_extra_words.
4971
4972 On the route to fancier struct printing:
4973 * struct.c (scm_print_struct): New function to print a structure.
4974 Include "genio.h" to support it. This function doesn't do
4975 anything interesting right now, but I think it should be here
4976 anyway.
4977 * struct.h: Include "print.h" and add prototype for
4978 scm_print_struct.
4979 * print.c (scm_iprin1): Call scm_print_struct instead of trying to
4980 print structures ourself.
4981
4982 Sun Jun 1 07:58:41 1997 Gary Houston <ghouston@actrix.gen.nz>
4983
4984 * scmsigs.c (sys_deliver_signals): bug fix: reset got_signal[i]
4985 before applying the handler in case it doesn't return.
4986
4987 Sat May 31 18:57:51 1997 Gary Houston <ghouston@actrix.gen.nz>
4988
4989 * scmsigs.h, async.h: updated.
4990
4991 * _scm.h: if HAVE_RESTARTS is defined then don't use a SYSCALL
4992 loop.
4993
4994 * posix.c (scm_uname): interpret only negative values as an error.
4995 Solaris normally returns a positive value.
4996
4997 * script.c (scm_compile_shell_switches): if we are not going into
4998 an interactive repl, set scm_mask_ints to zero so that asyncs can
4999 run.
5000
5001 * simpos.c (scm_system): don't ignore/unignore signals around
5002 the "system" call.
5003
5004 * posix.c (scm_open_pipe): don't ignore/unignore signals around
5005 the "popen" call.
5006
5007 * init.c (scm_boot_guile_1): don't call scm_init_signals, it's
5008 done in boot-9.scm instead.
5009
5010 * scmsigs.c, async.c: Major rewriting of signal handling code.
5011 (scm_sigaction): new procedure.
5012 (scm_sleep): don't wrap sleep in SCM_SYSCALL, it would mess up the
5013 timing.
5014 (scm_raise): return unspecified, throw error on failure.
5015
5016 Thu May 29 02:47:36 1997 Jim Blandy <jimb@floss.cyclic.com>
5017
5018 * regex-posix.c (scm_init_regex_posix): Register the "regex"
5019 feature, to help boot-9.scm decide whether to import the regex
5020 module.
5021
5022 Thu May 29 02:19:40 1997 Jim Blandy <jimb@floss.cyclic.com>
5023
5024 * eval.c: Include scmconfig.h at the beginning of the file so that
5025 HAVE_ALLOCA_H may properly be defined. Thanks to Bill Janssen for
5026 pointing this out.
5027
5028 * regex-posix.c: #include "_scm.h" before conditionally #including
5029 <regex.h>; the former defines HAVE_REGCOMP.
5030
5031 * regex-posix.c: #include <regex.h> conditionally, so the file is
5032 CPP'able (for dependency scanning) even on systems that don't have
5033 a <regex.h> header.
5034
5035 Tue May 27 23:48:38 1997 Jim Blandy <jimb@floss.cyclic.com>
5036
5037 Add new R4RS-compliant syntax for keywords.
5038 * read.c (scm_lreadr): Recognize `#:' as a prefix for keywords,
5039 regardless of the setting of the `keywords' read option.
5040 * kw.c (prin_kw): Print keywords using the `#:' syntax, so they
5041 can be re-read no matter what the setting of the `keywords' read
5042 option.
5043
5044 Tue May 27 22:47:31 1997 Tim Pierce <twp@twp.tezcat.com>
5045
5046 Add support for POSIX regular expressions.
5047
5048 * regex-posix.c, regex-posix.h: New files. (Some code
5049 is taken liberally from rx/rgx.c in the old Guile dist.)
5050
5051 * init.c: Include regex-posix.h.
5052 (scm_boot_guile_1): Call scm_init_regex_posix.
5053
5054 * Makefile.am (EXTRA_libguile_la_SOURCES, modinclude_HEADERS):
5055 Add regex-posix.[ch] sources.
5056 * Makefile.in: Regenerated.
5057
5058 * scmconfig.h.in: Add HAVE_REGCOMP macro. (automake is supposed
5059 to do this automatically? It didn't for me, bleh.)
5060
5061 Mon May 26 18:51:29 1997 Jim Blandy <jimb@floss.cyclic.com>
5062
5063 * fports.c (print_pipe_port): New function.
5064 (scm_fptob): Use print_pipe_port instead of scm_prinport; the
5065 latter doesn't even take the right arguments.
5066
5067 * Makefile.am: Increment shared lib revision number. I think
5068 sometimes the uninstalled Guile finds the installed shared lib;
5069 Gord says doing this might help. As things turned out, I can't
5070 say whether it does.
5071 * Makefile.in: Regenerated.
5072
5073 * gh_init.c (gh_enter): Cast c_main_prog to a void * before
5074 passing it as the closure argument to scm_boot_guile. (Bill
5075 Janssen)
5076
5077 * ports.c (print_void_port, putc_void_port, puts_void_port,
5078 write_void_port, flush_void_port, getc_void_port, close_void_port,
5079 noop0): Use ANSI prototypes instead of K&R declarations, so the
5080 initialization of void_port_ptob gets aggressively type-checked.
5081 Fix arguments of print_void_port and write_void_port. (Bill
5082 Janssen)
5083
5084 * COPYING, __scm.h, _scm.h, alist.c, alist.h, append.c, append.h,
5085 appinit.c, arbiters.c, arbiters.h, async.c, async.h, backtrace.c,
5086 backtrace.h, boolean.c, boolean.h, chars.c, chars.h,
5087 continuations.c, continuations.h, coop-defs.h, coop-threads.c,
5088 coop-threads.c.cygnus, coop-threads.h, coop-threads.h.cygnus,
5089 coop.c, debug.c, debug.h, dynl-dl.c, dynl-dld.c, dynl-shl.c,
5090 dynl-vms.c, dynl.c, dynl.h, dynwind.c, dynwind.h, eq.c, eq.h,
5091 error.c, error.h, eval.c, eval.h, extchrs.h, feature.c, feature.h,
5092 filesys.c, filesys.h, fports.c, fports.h, fsu-pthreads.h, gc.c,
5093 gc.h, gdbint.c, gdbint.h, genio.c, genio.h, gh.h, gh_data.c,
5094 gh_eval.c, gh_funcs.c, gh_init.c, gh_io.c, gh_list.c,
5095 gh_predicates.c, gh_test_c.c, gh_test_repl.c, gscm.c, gscm.h,
5096 gsubr.c, gsubr.h, guile.c, hash.c, hash.h, hashtab.c, hashtab.h,
5097 init.c, init.h, ioext.c, ioext.h, kw.c, kw.h, libguile.h, list.c,
5098 list.h, load.c, load.h, mallocs.c, mallocs.h, markers.c,
5099 markers.h, mbstrings.c, mbstrings.h, mit-pthreads.c,
5100 mit-pthreads.h, net_db.c, net_db.h, numbers.c, numbers.h,
5101 objprop.c, objprop.h, options.c, options.h, pairs.c, pairs.h,
5102 ports.c, ports.h, posix.c, posix.h, print.c, print.h, procprop.c,
5103 procprop.h, procs.c, procs.h, putenv.c, ramap.c, ramap.h, read.c,
5104 read.h, root.c, root.h, scmhob.h, scmsigs.c, scmsigs.h, script.c,
5105 script.h, sequences.c, sequences.h, simpos.c, simpos.h, smob.c,
5106 smob.h, snarf.h, socket.c, socket.h, srcprop.c, srcprop.h,
5107 stackchk.c, stackchk.h, stacks.c, stacks.h, stime.c, stime.h,
5108 strings.c, strings.h, strop.c, strop.h, strorder.c, strorder.h,
5109 strports.c, strports.h, struct.c, struct.h, symbols.c, symbols.h,
5110 tag.c, tag.h, tags.h, threads.c, threads.h, throw.c, throw.h,
5111 unif.c, unif.h, variable.c, variable.h, vectors.c, vectors.h,
5112 version.c, version.h, vports.c, vports.h, weaks.c, weaks.h: New
5113 address for FSF.
5114
5115 Mon May 26 12:37:30 1997 Jim Blandy <jimb@floss.cyclic.com>
5116
5117 * script.c (scm_find_executable): Use prototype-style definition
5118 here; apparently it's not quite right to have const in a prototype
5119 and then use a K&R declaration. I wonder if stuff like this will
5120 go away if we compile with -Wrequire-prototypes, or whatever that
5121 is... (Bernard URBAN)
5122
5123 * scmhob.h: New text from Bernard URBAN.
5124
5125 Sat May 17 17:14:36 1997 Jim Blandy <jimb@floss.cyclic.com>
5126
5127 * script.c: Don't #define const on hpux. Configure takes care of
5128 this. (Thanks to Larry Schwimmer.)
5129
5130 * script.c: Use the HAVE_UNISTD_H symbol provided by autoconf to
5131 decide whether to #include <unistd.h>, instead of listing a bunch
5132 of systems. Don't #include stdio twice. Removed dyked-out
5133 definition of scm_find_impl_file.
5134
5135 Fri May 16 03:06:08 1997 Jim Blandy <jimb@floss.cyclic.com>
5136
5137 * Makefile.am (libguile_la_LDFLAGS): Update libguile's shared
5138 library version info to 1:0.
5139 * Makefile.in: Regenerated.
5140
5141 * backtrace.c, backtrace.h, debug.c, debug.h, eq.c,
5142 gdb_interface.h, gdbint.c, gdbint.h, gh_data.c, gh_init.c,
5143 gh_io.c, gh_list.c, gh_predicates.c, gh_test_c.c, gh_test_repl.c,
5144 init.c, net_db.c, options.c, options.h, ports.c, print.c, read.c,
5145 script.h, snarf.h, srcprop.c, srcprop.h, stacks.c, stacks.h,
5146 throw.c: Update copyright years; these files have been worked on
5147 significantly in 1997, but only had copyright years for 1996.
5148 Also, change name of copyright holder on some from Mikael
5149 Djurfeldt to Free Software Foundation; he has signed papers
5150 assigning the changes to the FSF.
5151
5152 * script.c (scm_shell_usage): Pass FATAL to exit. There's no
5153 reason not to give the user the option.
5154
5155 * net_db.c (scm_gethost, scm_getnet, scm_getproto, scm_getserv):
5156 Return #f on end-of-file when scanning table (i.e. when called
5157 with no arguments). Try to catch errors, when we can.
5158 * posix.c (scm_getgrgid, scm_getpwuid): Same.
5159
5160 * script.h (scm_shell_usage, scm_compile_shell_switches): New
5161 external declarations. These are useful.
5162
5163 Thu May 15 05:21:36 1997 Gary Houston <ghouston@actrix.gen.nz>
5164
5165 * posix.c: don't include <sys/select.h> or define macros for
5166 select, since they were not used in this file.
5167
5168 * filesys.c (scm_select): make the fifth parameter microseconds,
5169 not milliseconds. let the fourth parameter be either a real value
5170 or an integer or #f. The first, second and third arguments can
5171 now be vectors: the type of the corresponding return set will be
5172 the same.
5173 (set_element, get_element): new static procedures.
5174
5175 Wed May 14 12:18:12 1997 Jim Blandy <jimb@floss.cyclic.com>
5176
5177 * strports.c (scm_eval_string): New function.
5178 (scm_eval_0str): Trivially re-implemented in terms of
5179 scm_eval_string.
5180 * strports.h (scm_eval_string): New extern decl.
5181
5182 * net_db.c (h_errno): Add extern decl for this.
5183
5184 * fports.c (local_pclose): New function.
5185 (scm_pipob): Use it in the initializer here.
5186
5187 From Tim Pierce:
5188 * net_db.c (scm_gethost, scm_getproto, scm_getnet, scm_getserv):
5189 Use a meaningful error message when signalling an error. For
5190 this, scm_gethost must check h_errno rather than errno.
5191
5192 Tue May 13 16:40:06 1997 Jim Blandy <jimb@floss.cyclic.com>
5193
5194 * Makefile.in: Regenerated, using automake-1.1p.
5195
5196 Tue May 13 04:34:52 1997 Gary Houston <ghouston@actrix.gen.nz>
5197
5198 * socket.c (scm_addr_vector): use SCM_UNDEFINED in scm_listify,
5199 not SCM_UNSPECIFIED.
5200
5201 * script.c (scm_compile_shell_switches): don't append (quit) if
5202 interactive.
5203 (scm_shell): call scm_exit_status and exit on the result of the
5204 evaluation.
5205
5206 Mon May 12 17:23:58 1997 Jim Blandy <jimb@floss.cyclic.com>
5207
5208 Ensure that shared substrings are handled properly when passed to
5209 a system call or other foreign function. Many thanks to Tim
5210 Pierce!
5211 * symbols.h (SCM_COERCE_SUBSTR): new macro.
5212 * filesys.c (scm_chmod, scm_rename, scm_delete_file, scm_mkdir,
5213 scm_rmdir, scm_opendir, scm_chdir, scm_symlink, scm_readlink,
5214 scm_lstat), ports.c (scm_sys_make_void_port), posix.c (scm_utime,
5215 scm_putenv, scm_setlocale, scm_mknod), stime.c (setzone,
5216 scm_strftime), vports.c (scm_make_soft_port), backtrace.c
5217 (scm_display_error_message): use RO macros when strings may be RO.
5218 * error.c (scm_error_scm), filesys.c (scm_chown, scm_chmod,
5219 scm_rename, scm_delete_file, scm_mkdir, scm_rmdir, scm_opendir,
5220 scm_chdir, scm_symlink, scm_readlink, scm_lstat), ioext.c
5221 (scm_freopen, scm_duplicate_port, scm_fdopen), net_db.c
5222 (scm_gethost, scm_getnet, scm_getproto, scm_getserv), ports.c
5223 (scm_sys_make_void_port), posix.c (scm_getgrgid, scm_utime,
5224 scm_setlocale, scm_mknod), stime.c (setzone, scm_strptime,
5225 scm_strftime), vports.c (scm_make_soft_port): use
5226 SCM_COERCE_SUBSTR to make sure shared substrings are
5227 null-terminated.
5228
5229 Mon May 12 15:33:10 1997 Jim Blandy <jimb@totoro.cyclic.com>
5230
5231 * error.c (scm_error): Add newline to error message.
5232
5233 * init.c (scm_init_standard_ports): Doc fix.
5234
5235 Thu May 8 14:38:01 1997 Marius Vollmer <mvo@zagadka.ping.de>
5236
5237 * dynl-shl.c: Completely replaced with new code from Bernard
5238 URBAN.
5239
5240 * script.c (scm_ice_9_already_loaded): New variable.
5241 (scm_compile_shell_switches): Use it.
5242
5243 Mon May 5 20:35:08 1997 Gary Houston <ghouston@actrix.gen.nz>
5244
5245 * filesys.c (scm_input_waiting_p): add missing third argument to
5246 scm_misc_error.
5247
5248 * stime.c (scm_localtime): copy the result of localtime before
5249 calling gmtime in case they share a buffer.
5250 (scm_localtime, scm_mktime): throw an error if neither HAVE_TM_ZONE
5251 nor HAVE_TZNAME.
5252
5253 Fri May 2 19:07:11 1997 Gary Houston <ghouston@actrix.gen.nz>
5254
5255 * eq.c (scm_equal_p): use SCM_TYP7SD (y) not SCM_TYP7SD (x).
5256
5257 Thu May 1 17:01:45 1997 Jim Blandy <jimb@floss.cyclic.com>
5258
5259 * Makefile.am (check-local): New target, which causes 'make check'
5260 to run gh_test_c and gh_test_repl, with some trivial input.
5261 * Makefile.in: Rgnrtd.
5262
5263 Tue Apr 29 19:00:40 1997 Marius Vollmer <mvo@zagadka.ping.de>
5264
5265 * dynl.c (print_dynl_obj): Indicate whether the dynamic object has
5266 been unlinked.
5267
5268 Mon Apr 28 06:10:14 1997 Gary Houston <ghouston@actrix.gen.nz>
5269
5270 * async.c (scm_sys_tick_async_thunk): commented out. I'm not
5271 sure how this was supposed to work.
5272 (scm_async_click): don't send SCM_TICK_SIGNAL.
5273 (scm_init_async): don't initialize %tick-thunk.
5274
5275 * the following change doesn't affect the Scheme interface:
5276 gc-thunk is called at the end of garbage collection. however it's
5277 no longer implemented by pretending it's a signal.
5278
5279 * gc.c (scm_gc_end): don't call scm_take_signal. instead mark the
5280 system async corresponding to scm_gc_thunk.
5281 * async.h: declare scm_gc_async.
5282 * async.c (scm_sys_gc_async_thunk): apply the thunk named by
5283 gc-thunk directly, instead of going through a signal handler.
5284 (scm_gc_async): new variable, points to the GC system-async.
5285 (scm_init_async): save the GC async as scm_gc_async instead
5286 of using system_signal_asyncs.
5287 (scm_gc_vcell): new variable, stores the gc-thunk vcell.
5288
5289 Mon Apr 28 19:14:44 1997 Jim Blandy <jimb@floss.cyclic.com>
5290
5291 * Makefile.am (libpath.h, cpp_err_symbols.c, cpp_sig_symbols.c):
5292 Don't screw up if we're interrupted.
5293 * Makefile.in: Regeneradet.
5294
5295 Sun Apr 27 17:57:15 1997 Jim Blandy <jimb@floss.cyclic.com>
5296
5297 * aclocal.m4: Removed; unnecessary, given changes of Apr 24.
5298
5299 * Makefile.am (modincludedir): Use "ice-9" instead of "@module@";
5300 we're not using AM_INIT_GUILE_MODULE any more.
5301 * Makefile.in: Reneregated.
5302
5303 Thu Apr 24 00:41:08 1997 Jim Blandy <jimb@floss.cyclic.com>
5304
5305 Functions for finding variable bindings, grace à Tim Pierce.
5306 * gh_data.c (gh_lookup, gh_module_lookup): New functions.
5307 * gh.h (gh_lookup, gh_module_lookup): New prototypes.
5308
5309 Get 'make dist' to work again.
5310 * Makefile.am (EXTRA_DIST): Remove PLUGIN files.
5311 * Makefile.in: Regenerated, like a surry without a fringe on top.
5312
5313 Changes for reduced Guile distribution: one configure script,
5314 no plugins.
5315 * configure.in, configure: Removed.
5316 * acconfig.h, acinclude.m4: Moved to parent directory, where the
5317 real configure script lives.
5318 * Makefile.in, scmconfig.h.in: Regenerated.
5319
5320 * init.c: #include "script.h", to get prototype for script.c's
5321 init function.
5322
5323 Wed Apr 23 21:25:39 1997 Jim Blandy <jimb@floss.cyclic.com>
5324
5325 * gh_data.c (gh_scm2newstr, gh_symbol2newstr): Use
5326 scm_must_malloc, not raw malloc.
5327
5328 * script.c (scm_compile_shell_switches): Dyke out debugging output
5329 code.
5330
5331 Mon Apr 21 05:00:32 1997 Gary Houston <ghouston@actrix.gen.nz>
5332
5333 * eq.c (scm_equal_p): use "SCM_TYP7SD", not "SCM (TYP7SD".
5334
5335 * stime.c: include both <sys/times.h> and <sys/timeb.h> if the
5336 system has them. Hope this is safe. Previously
5337 sys/timeb.h was included if HAVE_FTIME was defined or if
5338 HAVE_SYS_TIMEB_H was defined but HAVE_SYS_TIMES_H was not,
5339 but IRIX iris 5.3 apparently has ftime but not sys/timeb.h.
5340
5341 * ioext.c (scm_setfileno): add missing third argument to
5342 scm_misc_error call.
5343
5344 Sun Apr 20 15:09:31 1997 Jim Blandy <jimb@totoro.cyclic.com>
5345
5346 * eq.c (scm_equal_p): Correctly compare strings of different
5347 varieties. (Thanks to Tim Pierce.)
5348
5349 Sat Apr 19 03:59:02 1997 Jim Blandy <jimb@floss.cyclic.com>
5350
5351 * read.c (skip_scsh_block_comment): SCSH says the !# that ends a
5352 #! block comment must occur on a line all by itself.
5353
5354 Move most of the guts of shell command processing into libguile,
5355 so guile.c can be very small (and eventuallly auto-generated. (I
5356 mean, generated mechanically, not self-generated. Hmm.))
5357 * guile.c, script.c, script.h: New source files.
5358 * init.c (scm_boot_guile_1): Call scm_init_script.
5359 * libguile.h: #include "script.h".
5360 * Makefile.am (bin_PROGRAMS, guile_SOURCES, guile_LDADD): New
5361 targets, for new executable.
5362 (libguile_la_SOURCES): Mention script.c.
5363 (modinclude_HEADERS): Add script.h.
5364 * configure.in: Always check for -lm, -lsocket, -lnsl, whether or
5365 not dynamic linking is enabled. This is because we're generating
5366 executables now. Move CY_AC_WITH_THREADS call after those, so the
5367 values of cy_cv_threads_libs captures the libs chosen above.
5368 * Makefile.in, configure, aclocal.m4: Regenerated.
5369
5370 * Makefile.am (EXTRA_DIST): Don't distribute gscm.c or gscm.h.
5371 We don't maintain this interface any more, and it just confuses
5372 people.
5373
5374 * alloca.c: #include <scmconfig.h>, not <config.h>.
5375 * Makefile.am (EXTRA_libguile_la_SOURCES): Mention alloca.c, so
5376 it'll get included in disties.
5377
5378 Thu Apr 17 17:45:10 1997 Jim Blandy <jimb@totoro.cyclic.com>
5379
5380 * gscm.c, gscm.h: These aren't supported any more, and shouldn't
5381 be distributed, because they confuse people.
5382 * Makefile.am (EXTRA_DIST): Remove gscm.c, gscm.h.
5383
5384 Sat Apr 19 11:56:18 1997 Tim Pierce <twp@twp.tezcat.com>
5385
5386 * configure.in: check for presence of gethostent (not present on
5387 OpenBSD by default).
5388 * net_db.c (scm_gethost): Check HAVE_GETHOSTENT.
5389 * configure, scmconfig.h.in: Regenerated.
5390
5391 Wed Apr 16 17:52:38 1997 Jim Blandy <jimb@floss.cyclic.com>
5392
5393 * backtrace.c (scm_backtrace): Split message string across
5394 newlines properly. GCC is more tolerant of this than other
5395 compilers.
5396
5397 Mon Apr 14 20:20:14 1997 Jim Blandy <jimb@floss.cyclic.com>
5398
5399 Merge threads directory into libguile.
5400 * coop-defs.h, coop-threads.c, coop-threads.h, coop.c, threads.c,
5401 threads.h: New source files.
5402 * Makefile.am (EXTRA_libguile_la_SOURCES): Add threads.c.
5403 (noinst_HEADERS): Add coop-threads.c, coop-threads.h, coop.c
5404 here; see comment.
5405 (modinclude_HEADERS): Add threads.h, coop-defs.h.
5406 (EXTRA_DIST): Add fsu-pthreads.h, mit-pthreads.c, mit-pthreads.h,
5407 coop-threads.c.cygnus, coop-threads.h.cygnus.
5408 * configure.in: If we're using threads, include threads.o in
5409 LIBOBJS.
5410 * _scm.h, libguile.h: threads.h lives in this directory now.
5411 * fsu-pthreads.h, mit-pthreads.c, mit-pthreads.h,
5412 coop-threads.c.cygnus, coop-threads.h.cygnus: New files, not
5413 currently used, but brought along for information's sake.
5414 * ChangeLog-threads: log from old 'threads' directory.
5415 * Makefile.in, configure: Rebuilt.
5416
5417 Mon Apr 14 20:15:29 1997 Jim Blandy <jimb@totoro.cyclic.com>
5418
5419 * stime.c (scm_mktime): #ifndef HAVE_TM_ZONE, Use lt.tm_zone, not
5420 lt->tm_zone.
5421
5422 Mon Apr 14 01:32:57 1997 Jim Blandy <jimb@floss.cyclic.com>
5423
5424 * gh_init.c (gh_standard_handler): Return SCM_BOOL_F, not garbage.
5425
5426 Merge GH interface library into libguile.
5427 * gh.h, gh_data.c, gh_eval.c, gh_funcs.c, gh_init.c, gh_io.c,
5428 gh_list.c, gh_predicates.c, gh_test_c.c, gh_test_repl.c: New files.
5429 * Makefile.am (libguile_la_SOURCES): Add gh_data.c, gh_eval.c,
5430 gh_funcs.c, gh_init.c, gh_io.c, gh_list.c, gh_predicates.c. Move
5431 _scm.h to ...
5432 (EXTRA_libguile_la_SOURCES): ... here.
5433 (pkginclude_HEADERS): Add variable, to get gh.h installed.
5434 (THREAD_LIBS, check_ldadd, check_PROGRAMS, gh_test_c_SOURCES,
5435 gh_test_c_LDADD, gh_test_repl_SOURCES, gh_test_repl_LDADD):
5436 New variables, describing how to build the gh test programs.
5437 * configure.in: Check for -lm, -lsocket, -lnsl; we need this to
5438 build the test programs, and we probably should have been linking
5439 libguile.la against them all along, to support AIX shared libs.
5440 Add cflags for threads to CFLAGS; add libs for threads to new
5441 variable THREAD_LIBS, used in Makefile.am.
5442 * ChangeLog-gh: log from old `gh' subdirectory.
5443 * Makefile.in, configure, scmconfig.h.in: Rebuilt.
5444
5445 Sun Apr 13 23:03:55 1997 Jim Blandy <jimb@floss.cyclic.com>
5446
5447 * acconfig.h: Undo change of Apr 9; including the definition of
5448 PACKAGE in the guile headers conflicts with applications' own
5449 definitions.
5450 * scmconfig.h.in: Regenerated.
5451
5452 Fri Apr 11 14:12:13 1997 Jim Blandy <jimb@floss.cyclic.com>
5453
5454 * filesys.c (scm_fcntl): New function from Roland McGrath.
5455 (scm_init_filesys): New symbols for use with fcntl.
5456 * filesys.h: Added prototype.
5457
5458 * eval.c (SCM_APPLY): Set debug apply frame argument list correctly
5459 when PROC is receiving no arguments.
5460
5461 Fri Apr 11 19:39:32 1997 Jim Blandy <jimb@totoro.cyclic.com>
5462
5463 * filesys.c (S_ISSOCK): Define this if it's missing, but we do
5464 have S_IFSOCK. This is the case under Ultrix.
5465
5466 * posix.c (scm_status_exit_val, scm_status_exit_val,
5467 scm_status_term_sig, scm_status_stop_sig): Modified to work with
5468 Ultrix versions of WIFSTOPPED, etc., which assume that their
5469 arguments are lvalues (hmm).
5470
5471 Thu Apr 10 15:10:07 1997 Jim Blandy <jimb@floss.cyclic.com>
5472
5473 * eval.c: Doc fixes.
5474
5475 * throw.c: Doc fixes; rearranged.
5476
5477 * putenv.c: #include "libguile/scmconfig.h", not <config.h>.
5478
5479 Wed Apr 9 18:01:20 1997 Jim Blandy <jimb@floss.cyclic.com>
5480
5481 * acconfig.h: Added entry for PACKAGE.
5482 * scmconfig.h.in: Regenerated.
5483
5484 Changes to work with automake-1.1n, which has better libtool support.
5485 * Makefile.am: Use lib_LTLIBRARIES instead of lib_PROGRAMS.
5486 Use libguile_la_LIBADD instead of libguile_la_LDADD. (What's the
5487 difference here?)
5488 (libguile_la_SOURCES, modinclude_HEADERS, EXTRA_DIST): Format for
5489 readability.
5490 * Makefile.in: Rebuild.
5491
5492 Wed Apr 9 09:08:54 1997 Gary Houston <ghouston@actrix.gen.nz>
5493
5494 * stime.c (scm_mktime): take an optional zone argument.
5495 (scm_localtime): check putenv return value.
5496 (scm_strftime, scm_strptime): moved from posix.c. move #include
5497 sequences.h too.
5498 stime.h, posix.h: update prototypes.
5499 (bdtime2c, setzone, restorezone): new static procedures.
5500 (scm_mktime, scm_strftime): use them.
5501 (scm_strftime): don't call mktime before strftime. Use
5502 filltime for return value.
5503 (filltime): convert NULL zname to #f.
5504 (scm_strptime): return a count of characters consumed, not
5505 the remaining string.
5506
5507 Sun Apr 6 05:44:11 1997 Gary Houston <ghouston@actrix.gen.nz>
5508
5509 * stime.c (scm_localtime): check HAVE_TM_ZONE and HAVE_TZNAME.
5510 (scm_mktime): likewise.
5511 Declare *tzname[].
5512 Uncomment localtime and mktime.
5513
5514 * configure.in: add AC_STRUCT_TIMEZONE.
5515
5516 Sat Apr 5 23:56:40 1997 Gary Houston <ghouston@actrix.gen.nz>
5517
5518 * stime.c (scm_init_stime): don't define ticks/sec.
5519 (scm_gettimeofday): renamed from scm_time_plus_ticks (avoids multiple
5520 return value problem and is still portable.)
5521
5522 Sat Apr 5 17:59:24 1997 Jim Blandy <jimb@floss.cyclic.com>
5523
5524 * cpp_err_symbols.in: Renamed from cpp_err_symbols, to avoid
5525 make's implicit cpp_err_symbols: cpp_err_symbols.c rule.
5526 * cpp_sig_symbols.in: Renamed from cpp_sig_symbols.
5527 * Makefile.am (check_errnos, check_signals, cpp_sig_symbols.c,
5528 cpp_err_symbols.c): Corresponding changes.
5529 * Makefile.in: Regenerated.
5530
5531 Sat Apr 5 02:39:02 1997 Gary Houston <ghouston@actrix.gen.nz>
5532
5533 * posix.c (scm_putenv): don't check HAVE_PUTENV.
5534 * Makefile.am (EXTRA_libguile_la_SOURCES): add putenv.c.
5535 * configure.in: move putenv from AC_CHECK_FUNCS to AC_REPLACE_FUNCS.
5536 * putenv.c: new file, from sh-utils 1.12.
5537
5538 * posix.c (scm_environ): use malloc in place of scm_must_malloc
5539 since allocation isn't for Scheme objects.
5540 (scm_putenv): copy strings before placing in the environment.
5541
5542 * stime.c (scm_current_time): throw an error if time returns -1,
5543 instead of returning #f.
5544 (scm_get_internal_real_time, scm_get_internal_real_time): use
5545 scm_long2num for return value instead of SCM_MAKINUM.
5546
5547 * stime.h: prototypes updated.
5548
5549 * stime.c (scm_time_in_msec): apparently unused, deleted.
5550
5551 Fri Apr 4 08:53:41 1997 Gary Houston <ghouston@actrix.gen.nz>
5552
5553 * configure.in: check for gettimeofday.
5554
5555 * stime.c (scm_time_plus_ticks): new procedure, an scsh interface
5556 which may be more usefully portable than a gettimeofday interface.
5557
5558 Wed Apr 2 17:11:39 1997 Jim Blandy <jimb@totoro.cyclic.com>
5559
5560 * Makefile.am (EXTRA_DIST): It's cpp_err_symbols, not
5561 cpp_err_signals.
5562 * Makefile.in: Regenerated.
5563
5564 Mon Mar 31 03:22:37 1997 Gary Houston <ghouston@actrix.gen.nz>
5565
5566 * stime.c (filltime): recovered static procedure.
5567 (scm_localtime, scm_gmtime, scm_mktime, scm_tzset): recovered from
5568 an earlier Guile.
5569
5570 * posix.h: add prototype for scm_close_pipe, remove prototypes for
5571 scm_open_input_pipe, scm_open_output_pipe, change scm_mknod prototype.
5572
5573 * posix.c (scm_mknod): split the mode argument into type and perms
5574 arguments, like the extra fields returned by stat.
5575
5576 * fports.c (scm_pipob): set the close, free and print procedures.
5577 (scm_close_pipe): new procedure.
5578
5579 * posix.c (scm_open_input_pipe, scm_open_output_pipe): deleted,
5580 define them in boot-9.scm
5581
5582 Wed Mar 26 04:10:32 1997 Gary Houston <ghouston@actrix.gen.nz>
5583
5584 * ioext.c (scm_setfileno): throw a runtime error if SET_FILE_FD_FIELD
5585 wan't defined. Don't include fd.h.
5586
5587 * Previously fd.h was regenerated whenever configure was run,
5588 forcing a couple of files to be recompiled.
5589
5590 * fd.h.in: deleted, SET_FILE_FD_FIELD moved to ioext.c.
5591 * configure.in: AC_DEFINE FD_SETTER instead of HAVE_FD_SETTER.
5592 Check for _fileno as well as _file.
5593 Don't output fd.h.
5594 * ioext.c: don't fd.h.
5595 * acconfig.h: remove duplicate HAVE_FD_SETTER and change the
5596 other to FD_SETTER.
5597
5598 * Change the stratigy for getting information about errno
5599 (and now signal number) values, e.g., ENOSYS, SIGKILL. Instead of
5600 generating lists of symbols during the build process, which will
5601 not always work, include comprehensive lists in the distribution.
5602 To help keep the lists up to date, the "check_signals" and
5603 "check_errnos" make targets can be used.
5604
5605 * configure.in: don't check for a command to extract errno codes.
5606 * Makefile.am: update file lists, remove errnos.list and errnos.c
5607 targets, add cpp_err_symbols.c, cpp_sig_symbols.c, check_signals,
5608 check_errnos targets.
5609 (CLEANFILES): remove errnos.c and errnos.list, add
5610 cpp_err_symbols_here cpp_err_symbols_diff cpp_err_symbols_new
5611 cpp_sig_symbols_here cpp_sig_symbols_diff cpp_sig_symbols_new
5612 * errnos.default: deleted.
5613 * cpp_signal.c: new file.
5614 * cpp_errno.c: renamed from errnos_get.c.
5615 * cpp_err_symbols, cpp_sig_symbols: new files.
5616 * cpp_cnvt.awk: renamed from errnos_cnvt_awk.
5617 * error.c (scm_init_error): #include cpp_err_symbols instead of
5618 errnos.c.
5619 * posix.c (scm_init_posix): don't intern signal symbols. #include
5620 cpp_sig_symbols.c.
5621
5622 Tue Mar 25 04:51:10 1997 Gary Houston <ghouston@actrix.gen.nz>
5623
5624 * strop.c (scm_i_index): allow the lower bound to be equal to the
5625 length of the string, so a null string doesn't always give an error.
5626
5627 * posix.h: new prototypes.
5628 * posix.c (scm_status_exit_val, scm_status_term_sig,
5629 scm_status_stop_sig): new functions, as in scsh. They break down
5630 process status values as returned by waitpid.
5631
5632 Sat Mar 22 18:16:29 1997 Gary Houston <ghouston@actrix.gen.nz>
5633
5634 * net_db.c (scm_gethost): don't check HAVE_GETHOSTENT, since
5635 configure doesn't know about it.
5636
5637 Fri Mar 21 23:49:28 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
5638
5639 * snarf.h, backtrace.c: Name change SCM_GLOBAL --> SCM_VCELL.
5640
5641 * snarf.h: Added new macros SCM_GLOBAL_SYMBOL and SCM_GLOBAL_VCELL
5642 which defines C variables with global linkage.
5643
5644 Mon Mar 17 05:57:11 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
5645
5646 * snarf.h (SCM_PROC1): Bugfix: Use (void) rather than (...) for
5647 zero arg subrs.
5648
5649 Sun Mar 16 11:43:49 1997 Mikael Djurfeldt <mdj@floss.cyclic.com>
5650
5651 * eval.c (safe_setjmp): Temporarily use old setjmp until someone
5652 has time to check why this doesn't work well with continuations.
5653
5654 Sun Mar 16 05:09:55 1997 Jim Blandy <jimb@totoro.cyclic.com>
5655
5656 * Fix shell syntax error; some shells won't tolerate
5657 multiple "fi" statements on a single line. (Thanks to Fred Fish.)
5658
5659 Sat Mar 15 01:11:40 1997 Gary Houston <ghouston@actrix.gen.nz>
5660
5661 * posix.c (scm_uname): throw an error if uname fails instead
5662 of returning errno.
5663
5664 * error.h (scm_errno, scm_perror): obsolete prototypes removed.
5665
5666 * error.c (err_head, scm_errno, scm_perror): obsolete procedures
5667 removed.
5668
5669 * async.c (scm_ints_disabled): definition moved from error.c.
5670
5671 Sat Mar 15 00:06:08 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
5672
5673 * acconfig.h: Removed PACKAGE.
5674
5675 * scmconfig.h.in: Regenerated.
5676
5677 * snarf.h: g++ says it's non-portable not to specify the first
5678 argument in a varargs declaration. I introduced the first
5679 argument by using preprocessor conditionals.
5680
5681 Thu Mar 13 21:28:25 1997 Gary Houston <ghouston@actrix.gen.nz>
5682
5683 * ioext.c (scm_read_delimited_x): use RO string macros for delims.
5684 (scm_freopen): use RO string macros for filename and modes.
5685 (scm_duplicate_port, scm_fdopen): use RO string macros for modes.
5686
5687 * posix.c (scm_getgrgid): simplify conversion of name to C string.
5688 (scm_mknod): use RO string macros for path.
5689
5690 * socket.c (scm_fill_sockaddr, scm_send, scm_sendto):
5691 use SCM_ROSTRINGP, SCM_ROCHARS, SCM_ROLENGTH.
5692
5693 * net_db.c (scm_gethost, scm_getnet, scm_getproto, scm_getserv):
5694 use SCM_ROSTRINGP and SCM_ROCHARS.
5695
5696 Thu Mar 13 18:31:33 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
5697
5698 * unif.c (scm_array_set_x): Cast ICHR (obj) to char if storing in
5699 a scm_tc7_byvect.
5700
5701 * ramap.c (scm_ra_matchp, scm_array_fill_int, racp,
5702 scm_array_index_map_x, raeql_1, scm_array_equal_p): Completed
5703 support for byte vectors.
5704
5705 * print.c (scm_iprin1): Limit number of vector elements printed
5706 according to pstate->length.
5707
5708 Thu Mar 13 00:12:35 1997 Gary Houston <ghouston@actrix.gen.nz>
5709
5710 * backtrace.c (scm_display_error_message): don't segv if message
5711 is an immediate.
5712
5713 * error.h: prototype for scm_error_scm.
5714
5715 * error.c (scm_error_scm): new procedure, reimplements scm-error
5716 in C and uses scm_error.
5717
5718 Tue Mar 11 03:51:00 1997 Gary Houston <ghouston@actrix.gen.nz>
5719
5720 * read.c (scm_read_hash_extend): make scm_read_hash_procedures a
5721 pointer to the Scheme variable read-hash-procedures and intern it
5722 in scm_init_read. Modify scm_read_hash_extend and
5723 scm_get_hash_procedure to use the pointer.
5724
5725 Mon Mar 10 06:28:54 1997 Gary Houston <ghouston@actrix.gen.nz>
5726
5727 * read.h (SCM_N_READ_OPTIONS): increase SCM_N_READ_OPTIONS to 4.
5728 (SCM_KEYWORD_STYLE): defined.
5729
5730 * read.c (scm_read_opts): add a keywords option. This isn't a
5731 boolean option, in case someone wants to add support for DSSSL
5732 keywords too.
5733 Setup scm_keyword_prefix symbol.
5734 (scm_lreadr): Only process keywords if SCM_KEYWORD_STYLE is
5735 set to 'prefix.
5736 I've left keyword support disabled by default, since it doesn't
5737 seem to break the module system and it gives R4RS standard behaviour.
5738 It can be reactivated with (read-set! keywords 'prefix).
5739
5740 Sun Mar 9 14:14:39 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
5741
5742 * arbiters.c (scm_make_arbiter): Bugfix: Must SCM_DEFER_INTS
5743 before constructing arbiter.
5744
5745 * eval.c (scm_m_define): Bugfix: Check that the object is a
5746 closure before setting the procedure property!
5747
5748 * ports.h: Removed prototype for scm_ungetc_char_ready_p.
5749
5750 * ports.c: Removed `ungetc-char-ready?'.
5751
5752 Sat Mar 8 00:27:05 1997 Gary Houston <ghouston@actrix.gen.nz>
5753
5754 * read.c (scm_init_read): intitialise scm_read_hash_procedures
5755 (idea from Mikael: make it a pair so scm_permanent object only
5756 called once.)
5757 (scm_read_hash_extend): don't call scm_permanent_object.
5758 (ideas from Mikael): if chr is already in the list, replace its
5759 procedure instead of appending it again. If proc is #f, remove
5760 it from the list.
5761 (scm_get_hash_procedure): take CDR of scm_read_hash_procedures.
5762
5763 * strports.c (scm_read_0str, scm_eval_0str): update scm_read usage.
5764
5765 * gdbint.c (gdb_read): update scm_lreadr usage.
5766
5767 * load.h: update prototypes.
5768
5769 * load.c (scm_primitive_load, scm_read_and_eval_x,
5770 scm_primitive_load_path): remove case_insensitive_p, sharp arguments.
5771
5772 * read.h: add prototype for scm_read_hash_extend. Change args for
5773 other prototypes.
5774
5775 * read.c (scm_read_hash_procedures): new variable.
5776 (scm_read_hash_extend): new procedure.
5777 (scm_get_hash_procedure): new procedure.
5778 (scm_lreadr): use scm_get_hash_procedure instead of an argument
5779 for extended # processing.
5780 (scm_read, scm_lreadr, scm_lreadrecparen, scm_lreadparen,
5781 scm_read_token): remove case_i, sharp arguments. Change callers.
5782
5783 Fri Mar 7 08:58:21 1997 Gary Houston <ghouston@actrix.gen.nz>
5784
5785 * read.h (SCM_N_READ_OPTIONS): increase to 3.
5786 (SCM_CASE_INSENSITIVE_P): define.
5787
5788 * read.c: add case-insensitive option to scm_read_opts.
5789 (scm_read_token): use SCM_CASE_INSENSITIVE_P instead of an argument
5790 to determine whether to convert symbol case.
5791 (default_case_i): definition removed.
5792 * read.c (scm_read_token): if case_i, downcase ic before doing
5793 anything with it.
5794
5795 Sat Mar 8 03:49:03 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
5796
5797 * configure.in: Added configuration option `guile-debug'.
5798 Configure with --enable-guile-debug if you want a bunch of extra
5799 functions used for debugging when developing Guile.
5800
5801 * acconfig.h: Added new preprocessor symbol GUILE_DEBUG.
5802
5803 * procs.c (make-cclo): New undocumented debugging procedure: Make
5804 compiled closure with internal procedure PROC and length LENGTH.
5805 Only compiled if GUILE_DEBUG is defined.
5806
5807 * debug.c: Only include `debug-hang' if GUILE_DEBUG is defined.
5808
5809 * print.c: Put #ifdef GUILE_DEBUG around `current-pstate'.
5810
5811 * ports.c: Changed preprocessor symbol DEBUG --> GUILE_DEBUG.
5812
5813 * eval.c (SCM_CEVAL): Added code sections for handling of rpsubrs
5814 with 3 or more args internally to the evaluator.
5815
5816 Fri Mar 7 19:38:18 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
5817
5818 * eval.c (SCM_CEVAL): Added code sections for handling of asubrs
5819 with 3 or more args internally to the evaluator. This is mainly
5820 because we don't want to pass entry and exit points of the
5821 debug support twice, but it also seems to increase the speed of
5822 the evaluator for such calls (e. g. (+ 1 2 3)).
5823
5824 * backtrace.c (scm_display_application): New procedure:
5825 display-application; Set fancy printing parameters individually
5826 for different types of display (backtrace, error, application).
5827 (These should of course be customizable!)
5828
5829 * debug.h (SCM_RESET_DEBUG_MODE): Bugfix: The old code didn't
5830 clear the CHECK-flags.
5831
5832 Thu Mar 6 00:53:02 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
5833
5834 * tags.h, eval.c (iqq): Fixes to comments about SCM_ECONSP.
5835
5836 Wed Mar 5 23:31:21 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
5837
5838 * tags.h (SCM_ECONSP, SCM_NECONSP): Bugfix: Discriminate structs
5839 from pairs with a GLOC in the car.
5840
5841 * symbols.c (msymbolize): Bugfix: Also initialize SCM_SYMBOL_HASH,
5842 otherwise `symbol-hash' will behave badly.
5843 (scm_symbol_hash): Bugfix: Must msymbolize if tc7_ssymbol, othwise
5844 we get segmentation fault!
5845
5846 * symbols.c: Added #include "weaks.h". New functions:
5847 `builtin-bindings' and `builtin-weak-bindings'. (These will be
5848 moved to an extraneous library when we split libguile.)
5849
5850 Tue Mar 4 19:50:07 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
5851
5852 * filesys.c (scm_stat): stat now takes fport arguments too as
5853 documented in the manual.
5854
5855 Mon Mar 3 07:11:33 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
5856
5857 * debug.c (scm_single_step): Bugfix: Call continuation with
5858 scm_call_continuation instead of throwing to it.
5859
5860 Mon Mar 3 09:07:56 1997 Gary Houston <ghouston@actrix.gen.nz>
5861
5862 * ports.c (scm_char_ready_p): bug fix: in SCM_PROC char-ready's
5863 argument wasn't declared to be optional.
5864
5865 Sun Mar 2 16:34:40 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
5866
5867 * stime.c (scm_init_stime): Add feature "current-time".
5868
5869 Sun Mar 2 06:37:31 1997 Gary Houston <ghouston@actrix.gen.nz>
5870
5871 * throw.h: prototype for scm_exit_status.
5872 * throw.c (scm_handle_by_message): if a 'quit is caught, use its
5873 args to derive an exit status. Allows (quit) to work from a
5874 script.
5875 (scm_exit_status): new function.
5876 #include "eq.h".
5877
5878 Sat Mar 1 00:09:15 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
5879
5880 * eval.c (scm_deval): Removed some old code.
5881 (ENTER_APPLY): Bugfix: Reset apply-frame trap on trap as is done
5882 with the others.
5883 (ENTER_APPLY, scm_deval): Reset trace flag on apply-frame and
5884 exit-frame traps.
5885
5886 * symbols.c (msymbolize): Bugfix: Must initialize property list to
5887 SCM_EOL.
5888
5889 * procs.c: Introduce the existent C function scm_thunk_p at the
5890 Scheme level as well.
5891
5892 Wed Feb 26 12:53:58 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
5893
5894 * symbols.c, symbols.h (scm_symbol_value0): New function. Can be
5895 used from C to easily lookup the value of a symbol in the current
5896 module.
5897
5898 Tue Feb 25 00:14:10 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
5899
5900 * unif.c (scm_init_unif): Added #include "unif.x". (There are two
5901 scm_init_unif in this file. This will also fix a previous problem
5902 with guile-snarf.)
5903
5904 * configure.in: Added AM_MAINTAINER_MODE
5905
5906 Fri Feb 21 23:07:26 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
5907
5908 * gdb_interface.h (GDB_INTERFACE): Added some (void *) casts to
5909 avoid warnings.
5910
5911 Fri Feb 21 18:00:38 1997 Marius Vollmer <mvo@zagadka.ping.de>
5912
5913 * Makefile.am (EXTRA_libguile_la_SOURCES): New variable to hold
5914 source files that are not always included in libguile but should
5915 have their dependencies calculated by automake. This variable is
5916 recognized by automake, no further magic is needed.
5917 (libguile_la_DEPENDENCIES): Changed to @LIBLOBJS@. Libtool wants
5918 to deal exclusively with *.lo files, as it seems. The *.o files
5919 are built automatically when the corresponding *.lo file gets
5920 built.
5921
5922 Wed Feb 19 14:04:23 1997 Jim Blandy <jimb@floss.cyclic.com>
5923
5924 * list.h (scm_list_cdr_ref): Delete prototype; function no longer
5925 exists.
5926
5927 Thu Feb 13 21:44:07 1997 Gary Houston <ghouston@actrix.gen.nz>
5928
5929 * unif.c (scm_array_set_x): minor change to argument error checking.
5930
5931 Tue Feb 11 18:19:47 1997 Jim Blandy <jimb@floss.cyclic.com>
5932
5933 * Makefile.am (libguile_la_SOURCES): Remove backtrace.c, debug.c,
5934 inet_aton.c, srcprop.c, stacks.c, and strerror.c from this list.
5935 They should only be included in the library at configure.in's
5936 discretion.
5937 (libguile_la_LDADD): Include the appropriate .lo files here.
5938 (libguile_la_DEPENDENCIES): List the corresponding .o files here,
5939 so we know when to build them (and their .lo bretheren).
5940 * configure.in (LIBLOBJS): New substituted variable. We let
5941 configure decide which .o files to include in LIBOBJS, and then
5942 put the corresponding list of .lo files in LIBLOBJS. The latter
5943 is what we pass to libtool.
5944 * Makefile.in, configure: regenerated.
5945
5946 Mon Feb 10 00:08:08 1997 Mikael Djurfeldt <mdj@kenneth>
5947
5948 * symbols.c (scm_sysintern0): New function. Contains the core of
5949 old scm_sysintern but doesn't take a second value argument.
5950 (scm_sysintern): Now uses scm_sysintern0.
5951 (scm_sysintern_no_module_lookup): Renamed to
5952 scm_sysintern0_no_module_lookup and doesn't take a second value
5953 argument any longer.
5954
5955 * symbols.h (scm_sysintern0: Added declaration.
5956
5957 * options.c (scm_init_opts): Use scm_sysintern0 instead of
5958 scm_sysintern when interning option keys. Otherwise we risk
5959 destroying the values of already interned variables.
5960
5961 * symbols.c (scm_sym2vcell): Bugfix: Treat definedp as
5962 scheme-level boolean (use SCM_NFALSEP).
5963
5964 * backtrace.c (scm_init_backtrace): Make Scheme-level variable
5965 `the-last-stack'.
5966 (scm_backtrace): New function. (C version of old function from
5967 boot-9.scm) Motivation: Make it possible to display backtraces
5968 without depending on boot-9.scm. (I'm uncertain if this
5969 motivation is good enough...)
5970
5971 * root.h (scm_root_state): Add member the_last_stack_var.
5972 (scm_the_stack_var): Defined to scm_root->the_last_stack_var.
5973
5974 * root.c (mark_root): Mark scm_the_last_stack_var.
5975
5976 * init.c (scm_start_stack): Initialize scm_the_last_stack_var to
5977 SCM_BOOL_F.
5978
5979 Sun Feb 9 18:04:41 1997 Mikael Djurfeldt <mdj@kenneth>
5980
5981 * throw.c (mark_lazy_catch, free_lazy_catch): Removed.
5982 1. mark_lazy_catch didn't mark the smob.
5983 2. Both functions above have standard variants:
5984 (lazy_catch_funs): Changed mark_lazy_catch --> scm_mark0,
5985 free_lazy_catch --> scm_free0.
5986
5987 Fri Feb 7 17:30:26 1997 Jim Blandy <jimb@floss.cyclic.com>
5988
5989 * throw.c (scm_internal_lazy_catch): New function.
5990 (scm_lazy_catch): Rewritten to use it.
5991 (scm_ithrow): Handle the new lazy catch representation.
5992 Use SCM_LAZY_CATCH_P, instead of assuming that any wind list entry
5993 that doesn't have a jmpbuf is a lazy catch clause.
5994 (tc16_lazy_catch, struct lazy_catch, mark_lazy_catch,
5995 free_lazy_catch, print_lazy_catch, lazy_catch_funs,
5996 make_lazy_catch, SCM_LAZY_CATCH_P): Support funs, including a new
5997 smob.
5998 (scm_init_throw): Register the new lazy-catch smob type.
5999 * throw.h (scm_internal_lazy_catch): decl for new function.
6000
6001 * throw.c (scm_internal_catch): Doc fixes.
6002
6003 * alloca.c: New file, needed to support the AC_FUNC_ALLOCA call in
6004 configure.in. Including this might cause problems if applications
6005 that link against libguile include their own copies of alloca, but
6006 if they're using autoconf, they should be adding libguile to LIBS
6007 before calling AC_FUNC_ALLOCA anyway, in which case they'll find
6008 the copy in libguile, and things will be okay. (I think.)
6009
6010 Thu Feb 6 03:10:32 1997 Gary Houston <ghouston@actrix.gen.nz>
6011
6012 * strop.c (scm_string_upcase_x, scm_string_downcase_x): moved from
6013 unif.c.
6014 strop.h: move prototypes too.
6015
6016 Wed Feb 5 08:33:00 1997 Gary Houston <ghouston@actrix.gen.nz>
6017
6018 * posix.c (scm_init_posix): don't intern EINTR since it's now done
6019 elsewhere.
6020
6021 * ioext.c (scm_init_ioext): don't intern stat macros, S_IRUSR
6022 etc. I deleted them from filesys.c long ago, but didn't
6023 notice they were here too (although ineffective since
6024 sys/stat.h wasn't included).
6025
6026 Tue Feb 4 18:17:50 1997 Tom Tromey <tromey@cygnus.com>
6027
6028 * eval.c: Don't define alloca in GCC case. gcc will automatically
6029 use __builtin_alloca if appropriate.
6030
6031 Tue Feb 4 16:57:40 1997 Jim Blandy <jimb@floss.cyclic.com>
6032
6033 * eval.c (safe_setjmp): New function: trivial wrapper for setjmp.
6034 (SCM_CEVAL, SCM_APPLY): Call it, instead of setjmp, to make sure
6035 that values of automatic variables are preserved. See comments
6036 for safe_setjmp for details.
6037
6038 Change from Thomas Morgan:
6039 * variable.c: Include eq.h.
6040 (var_equal): New function.
6041 (variable_smob): Use var_equal as the discriminator for variables.
6042
6043 * throw.c (s_throw): Remove extraneous declaration.
6044
6045 * configure.in: Call AC_FUNC_ALLOCA, to see if we have alloca.
6046 * eval.c: Add necessary CPP cruft to support that.
6047 * configure, Makefile.in, scmconfig.h.in: regenerated.
6048
6049 Change from Thomas Morgan:
6050 * procprop.c (scm_procedure_properties): Convert the Scheme
6051 boolean returned by scm_procedure_p into a C boolean before using
6052 it as a condition for SCM_ASSERT.
6053 (scm_procedure_property): Likewise.
6054
6055 * simpos.c (SYSTNAME): Accept both 'unix' and '__unix' as
6056 indications of Unixness.
6057 * stime.c: Same.
6058
6059 Tue Feb 4 05:07:35 1997 Gary Houston <ghouston@actrix.gen.nz>
6060
6061 * net_db.c (scm_lnaof): change scheme name from lnaof to inet-lnaof.
6062
6063 Mon Feb 3 06:12:37 1997 Gary Houston <ghouston@actrix.gen.nz>
6064
6065 * read.c (scm_lreadr): use scm_misc_error to improve one of the
6066 "unknown # object" error messages.
6067
6068 * strop.c (scm_i_index, scm_i_rindex): combine into one procedure
6069 (scm_i_index) and declare it static. Add a 'direction' argument
6070 to indicate what way the search should go.
6071 (scm_i_index): throw out-of-range error instead of wrong-type-arg
6072 if indices are bad.
6073 (scm_string_index, scm_string_rindex): adjust usage of scm_i_index.
6074 strop.h: remove scm_i_index, scm_i_rindex prototypes.
6075
6076 Fri Jan 31 04:33:11 1997 Gary Houston <ghouston@actrix.gen.nz>
6077
6078 * ioext.c, ioext.h: remove obsolete _sys_ from 9 procedure names.
6079
6080 * posix.c (scm_fork): Scheme name changed from fork to primitive-fork,
6081 to avoid clash with various scsh forks.
6082
6083 Thu Jan 30 20:14:09 1997 Mikael Djurfeldt <mdj@syk-0606.pdc.kth.se>
6084
6085 The following two changes (ramap.c, throw.c) are motivated by the
6086 apparent unportability of forward declarations of static arrays of
6087 the form `static foo bar[];'.
6088
6089 * ramap.c (scm_array_fill_x): Moved above scm_array_fill_int.
6090 (ra_rpsubrs, ra_asubrs): Moved to the top of array code.
6091
6092 * throw.c (scm_throw): Moved above scm_ithrow.
6093
6094 * options.h: Removed the extern declarations of scm_yes_sym and
6095 scm_no_sym since these are static.
6096
6097 Fri Jan 24 06:16:32 1997 Gary Houston <ghouston@actrix.gen.nz>
6098
6099 * ports.c: add SCM_PROC declarations for pt-size and pt-member.
6100
6101 * Makefile.am: remove AWK=@AWK@.
6102 Add a rule for generating errnos.list.
6103 (CLEANFILES): put errnos.list here instead of in DISTCLEANFILES.
6104
6105 * configure.in: add AC_SUBST(AWK) and AC_SUBST(ERRNO_EXTRACT).
6106 don't extract errnos, just set a variable (avoids the
6107 need to recompile error.c just because configure is run.)
6108
6109 * unif.h: update prototypes.
6110 * unif.c (scm_uniform_array_read,write): change the offset and
6111 length arguments to start and end, for consistency.
6112
6113 * __scm.h: uncomment SCM_ARG6 and SCM_ARG7, I needed SCM_ARG6.
6114
6115 * ioext.h: update prototypes.
6116 * ioext.c (scm_read_delimited_x): replaces scm_read_line and
6117 scm_read_line_x, it's a more general procedure using an
6118 interface from scsh. read-line and read-line! are now defined
6119 in boot-9.scm.
6120 Note that the new read-line trims the terminator
6121 by default, previously it was appended to the returned string. An
6122 optional argument specifies how to process the terminator (scsh
6123 compatible). For the old behaviour: (read-line port 'concat).
6124 scm_read_line, scm_read_line_x: deleted. (read-line port 'split)
6125 returns a pair, but is converted to multiple values if the scsh
6126 module is loaded.
6127
6128 socket.h: update prototypes.
6129 * socket.c (scm_recvfrom): for consistency with other procedures,
6130 take start and end as separate optional arguments.
6131 (scm_recv, scm_recvfrom): don't allow the second argument
6132 to be a size, only a buffer. Change the scheme names to
6133 recv! and recvfrom!. Don't return the buffer.
6134
6135 * ioext.h, posix.h: move prototypes too.
6136 * ioext.c, posix.c (scm_read_line, scm_read_line_x, scm_write_line:
6137 moved back from posix.c to ioext.c. Also move #includes of "genio.h"
6138 "read.h" and "unif.h".
6139 * ioext.c: include "chars.h"
6140
6141 Mon Jan 20 19:54:49 1997 Marius Vollmer <mvo@zagadka.ping.de>
6142
6143 * dynl.c: The dynamic linking and module registration functions
6144 are now defined even when dynamic linking is not available for the
6145 host system. Some of their functionality can be done without
6146 dynamic linking; when it's really needed, they throw errors.
6147
6148 Thu Jan 16 16:39:29 1997 Marius Vollmer <mvo@zagadka.ping.de>
6149
6150 * configure.in: Only define DYNAMIC_LINKING when one of the system
6151 dependent functions is detected.
6152 * dynl.c (scm_dynamic_func): New function to get the address of a
6153 function in a dynamic object.
6154 (scm_dynamic_call, scm_dynamic_args_call): Accept the values
6155 produced by scm_dynamic_func as the thing to call.
6156
6157 Sun Jan 12 21:09:42 1997 Marius Vollmer <mvo@zagadka.ping.de>
6158
6159 * dynl.c, dynl-dl.c, dynl-dld.c, dynl-shl.c: Restructured.
6160 (scm_register_module_xxx, scm_registered_modules,
6161 scm_clear_registered_modules): New functions.
6162
6163 Sat Jan 11 21:37:15 1997 Marius Vollmer <mvo@zagadka.ping.de>
6164
6165 * symbols.c (scm_sysintern): Renamed to
6166 scm_sysintern_no_module_lookup.
6167 (scm_sysintern): New function to take the place of the old
6168 scm_sysintern. It uses the current toplevel lookup closure to give
6169 the symbol its value. This is a temporary hack to put packages
6170 like gtcltk into their own module.
6171 (scm_can_use_top_level_lookup_closure_var): New variable to tell
6172 us whether `scm_top_level_lookup_closure_var' has been initialized
6173 and is usable.
6174 * eval.c (scm_init_eval): Set it.
6175
6176 Sat Jan 18 00:03:31 1997 Gary Houston <ghouston@actrix.gen.nz>
6177
6178 * fports.c (scm_open_file): pass errno to scm_syserror_msg.
6179 * filesys.h: update prototypes. Remove macros: SCM_FD_P, SCM_FD_FLAGS,
6180 SCM_FD.
6181 * filesys.c (scm_sys_stat, scm_sys_lstat): pass errno to
6182 scm_syserror_msg.
6183 (scm_sys_read_fd, scm_sys_write_fd, scm_sys_close, scm_sys_lseek,
6184 scm_sys_dup): deleted: FD capability will be added to other
6185 procedures.
6186 Remove support for the FD object type: scm_tc16_fd, scm_fd_print,
6187 scm_fd_free, fd_smob, scm_intern_fd.
6188 (scm_open): renamed from scm_sys_open. Return a port instead of
6189 an FD object. Make the mode argument optional.
6190 (scm_sys_create): deleted, it's just a special case of open.
6191 (scm_init_filesys): move interning of constants O_CREAT etc.,
6192 here (were previously using SCM_CONST_LONG macro).
6193 Add missing constants: O_RDONLY, O_WRONLY, O_RDWR, O_CREAT.
6194 don't newsmob fd.
6195 (numerous _sys_ procedures): remove gratuitous _sys_ from names.
6196 include "fports.h" and <stdio.h>
6197 (scm_stat, scm_select): don't support FD objects.
6198
6199 * error.h: adjust scm_syserror_msg prototype.
6200 * error.c (scm_syserror_msg): take an extra argument for errno.
6201 Using the global value didn't always work, since it could be
6202 reset by procedure calls in the message or args arguments.
6203
6204 * fports.c (scm_setbuf0): call setbuf even if FIONREAD is not defined.
6205 I don't understand why the check was there (and what about the
6206 ultrix check?)
6207
6208 * strop.c (scm_string_copy): allow shared substrings to be copied.
6209
6210 * unif.h: corresponding change to prototypes.
6211 * unif.c (scm_uniform_array_read_x, scm_uniform_array_write_x):
6212 recognize two new optional arguments: offset and length. Allow
6213 the port argument to be an integer (file descriptor, for scsh).
6214 Include <unistd.h> for "read" prototype.
6215
6216 Tue Jan 14 02:42:02 1997 Gary Houston <ghouston@actrix.gen.nz>
6217
6218 * socket.c: don't include filesys.h.
6219
6220 Mon Jan 13 03:47:04 1997 Gary Houston <ghouston@actrix.gen.nz>
6221
6222 * Makefile.am: add AWK=@AWK@ (?)
6223
6224 * Makefile.am (EXTRA_DIST): add errnos_cnvt.awk, errnos.default,
6225 errnos_get.c.
6226 Add a rule to generate errnos.c from errnos.
6227 * error.c (scm_init_error): include errnos.c.
6228 * errnos_cnvt.awk: new file, converts the list of errno codes to
6229 C expressions.
6230 * errnos_get.c: new file.
6231 * errnos.default: new file, contains errnos to try if they can't
6232 be extracted from errno.h.
6233 * configure.in: if using GCC, try and extract errno codes from
6234 errno.h.
6235 Added AC_PROG_AWK.
6236
6237 Sat Jan 11 14:47:00 1997 Marius Vollmer <mvo@zagadka.ping.de>
6238
6239 * configure.in: Replaced AC_PROG_RANLIB with AM_PROG_LIBTOOL.
6240 * Makefile.am: Made libguile into a libtool library.
6241 * PLUGIN/guile.config: Removed "-L ../libguile" from xtra_cflags.
6242 Set libtool_libs to indicate that libguile is a libtool library.
6243 See guile/ChangeLog for details.
6244 * .cvsignore: ignore "*.lo", the libtool library objects.
6245
6246 Wed Jan 8 06:54:54 1997 Gary Houston <ghouston@actrix.gen.nz>
6247
6248 * net_db.c (scm_getserv): add missing SCM_ALLOW_INTS.
6249 use htons in getservbyport argument.
6250
6251 Tue Jan 7 18:11:24 1997 Jim Blandy <jimb@floss.cyclic.com>
6252
6253 * ports.h (SCM_PTOBNUM): Removed extraneous semicolon.
6254 * smob.h: (SCM_PTOBNUM): Removed entirely; this definition is a
6255 duplicate.
6256
6257 * objprop.c (scm_object_property): No need to take the CDR of the
6258 value returned by scm_object_properties, since Aug 20 change.
6259
6260 * configure.in: When checking for struct linger, #include
6261 <sys/types.h> as well as <sys/socket.h>. I've never known
6262 <sys/types.h> to cause any portability problems, and Solaris's
6263 <sys/socket.h> needs it.
6264 * configure: Rebuilt.
6265
6266 I think the Sun compiler has chosen a perverse way to interpret
6267 ANSI declarations combined with K&R definitions. We'll
6268 appease it a little bit. But when it invades France, we fight.
6269 * print.c (scm_iprlist): Change 'tlr' argument to an int.
6270 * print.h (scm_iprlist): Here too.
6271 * numbers.c (scm_divbigdig): Change definition to match
6272 declaration in numbers.h.
6273 * unif.c (scm_makflo): Change definition to match declaration in
6274 unif.h.
6275
6276 * init.c (scm_boot_guile): Don't return the value of
6277 scm_boot_guile_1. This function doesn't return a value;
6278 scm_boot_guile_1 doesn't return a value (or return at all).
6279
6280 * eval.c (unmemocopy): Add a semicolon to appease the Sun
6281 compiler.
6282
6283 * simpos.c (SYSTNAME): Add case for AIX; otherwise it won't
6284 compile. I have a feeling this function is a bad idea anyway ---
6285 one should always test for features, not systems.
6286
6287 * smob.h (SCM_SMOBNUM, SCM_PTOBNUM): Remove extraneous
6288 semicolons. Only pure luck kept this from being noticed earlier.
6289
6290 Tue Jan 7 15:04:06 1997 Mikael Djurfeldt <mdj@kenneth>
6291
6292 * socket.c (scm_recvfrom): Added missing semicolon.
6293
6294 Mon Jan 6 20:39:08 1997 Gary Houston <ghouston@actrix.gen.nz>
6295
6296 * socket.c (scm_recvfrom): allow buff_or_size to be a list containing
6297 the buffer and start and end positions for scsh networking
6298 implementation.
6299
6300 Sun Jan 5 13:53:53 1997 Jim Blandy <jimb@floss.cyclic.com>
6301
6302 * configure.in: Revert previous change to this file; the problem
6303 is due to transient automake weirdness.
6304 * configure: Rebuilt.
6305
6306 * Makefile.am (EXTRA_DIST): Distribute PLUGIN/guile.libs.in, not
6307 PLUGIN/guile.libs. configure generates the latter from the former.
6308 * Makefile.in: Rebuilt.
6309
6310 * configure.in: Call AM_PROG_INSTALL; the automake manual says we
6311 need this if we install scripts, like guile-snarf.
6312 * configure: Rebuilt.
6313
6314 Thu Jan 2 01:56:38 1997 Marius Vollmer <mvo@zagadka.ping.de>
6315
6316 * Makefile.am (EXTRA_DIST): Added DYNAMIC-LINKING
6317
6318 Sat Dec 28 19:14:01 1996 Gary Houston <ghouston@actrix.gen.nz>
6319
6320 * socket.c (scm_addr_vector): fix faulty scm_listify.
6321
6322 Sat Dec 28 13:55:58 1996 Marius Vollmer <mvo@zagadka.ping.de>
6323
6324 * read.c (scm_lreadr): Encountering EOF after skipping a SCSH
6325 style block comment is no longer considered an error.
6326
6327 Fri Dec 27 13:44:23 1996 Marius Vollmer <mvo@zagadka.ping.de>
6328
6329 * PLUGIN/guile.libs.in: New file.
6330 * PLUGIN/guile.libs: Removed from repository.
6331 * configure.in: Create PLUGIN/guile.libs from
6332 PLUGIN/guile.libs.in. This is for including additonal libraries
6333 needed for dynamic linking.
6334 * Makefile.am (EXTRA_DIST): Distribute PLUGIN/guile.libs.in
6335 instead of PLUGIN/guile.libs.
6336
6337 * Makefile.am: Added explicit dependency "dynl.o: dynl.x".
6338
6339 Sun Dec 22 23:06:14 1996 Jim Blandy <jimb@floss.cyclic.com>
6340
6341 * list.c (scm_delq_x, scm_delv_x, scm_delete_x): Delete all
6342 occurrences of the given element from the list, not just the
6343 first. This is how the Emacs Lisp functions behave, how the
6344 analogous Common Lisp functions behave, and (I believe) how the
6345 older Maclisp functions worked. I realize that this change may
6346 break code, but it seemed better to break it before the Guile
6347 release than after.
6348
6349 * gc.c (scm_protect_object, scm_unprotect_object): New functions.
6350 Their prototypes were already present in gc.h, but they weren't
6351 implemented.
6352 (scm_init_storage): Initialize scm_protects.
6353 * root.c (scm_protects): New element of scm_sys_protects.
6354
6355 * net_db.h (scm_init_net_db): Fix spelling from scm_init_netdb.
6356
6357 Sat Dec 21 15:38:32 1996 Jim Blandy <jimb@floss.cyclic.com>
6358
6359 * libguile.h: Added #include "libguile/net_db.h".
6360
6361 * libguile.h: Don't #include "libguile/libpath.h", contrary to Oct
6362 30 change. That file is only meant for communication between the
6363 configuration process and load.c. If code linked against libguile
6364 wants to get at the paths mentioned in libpath.h, it can call
6365 functions declared in load.h.
6366
6367 Sat Dec 21 14:50:42 1996 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
6368
6369 * libguile.h: Removed #include "libguile/fdsocket.h"
6370
6371 * net_db.c: Added #include <sys/socket.h>.
6372
6373 Sat Dec 21 00:33:03 1996 Gary Houston <ghouston@actrix.gen.nz>
6374
6375 * filesys.c (scm_input_waiting_p): use select in preference to
6376 FIONREAD, since the latter doesn't detect EOF.
6377 Throw error if neither select nor FIONREAD available.
6378
6379 * socket.c (scm_connect): take a port, not a fd object.
6380 (scm_fill_sockaddr): throw an error if fam is not recognised.
6381 (scm_bind): use scm_fill_sockaddr.
6382 (scm_listen): take a port, not a fd object.
6383 (scm_accept): take and return a port. return #f in the car if
6384 address can't be got
6385 (scm_sock_fd_to_port): new procedure.
6386 (scm_socket): use scm_sock_fd_to_port.
6387 (scm_addr_vector): throw error if unrecognised address type.
6388 take an extra argument with the calling procedure name.
6389 (scm_getsockname): take a port. return #f if address can't be got.
6390 (scm_getpeername): take a port. return #f if address can't be got.
6391 (scm_recvfrom): take a port. return #f for address component if can't
6392 be got.
6393 (scm_sendto, scm_socketpair, scm_getsockopt scm_shutdown,
6394 scm_setsockopt, scm_recv, scm_send): take a port not a fd object.
6395
6396 Fri Dec 20 23:06:53 1996 Jim Blandy <jimb@floss.cyclic.com>
6397
6398 * throw.c (scm_internal_catch): Make body funcs and handler funcs
6399 use separate data pointers, to allow them to be designed
6400 independently and reused.
6401 (scm_body_thunk, scm_handle_by_proc, scm_handle_by_message):
6402 Renamed from catch_body, catch_handler, and uncaught_throw; made
6403 generically useful.
6404 (struct scm_catch_body_data): Renamed from catch_body_data; moved
6405 to throw.h.
6406 (scm_catch): Use the above.
6407 (scm_throw): Don't bother printing a message for an uncaught
6408 throw; we establish a default handler in init.
6409 * throw.h (scm_internal_catch): Prototype updated.
6410 (scm_body_thunk, scm_handle_by_proc, scm_handle_by_message): New
6411 decls.
6412 (struct scm_body_thunk_data): New structure, used as data
6413 argument to scm_body_thunk.
6414 * init.c (struct main_func_closure): New structure, packaging up
6415 the data to pass to the user's main function.
6416 (scm_boot_guile): Create one. Pass it to scm_boot_guile_1.
6417 (scm_boot_guile_1): Pass it through to invoke_main_func. Use
6418 scm_internal_catch to establish a catch-all handler, using
6419 scm_handle_by_message. This replaces the special-case code in
6420 scm_throw.
6421 (invoke_main_func): Body function for scm_internal_catch; invoke
6422 the user's main function, using the main_func_closure pointer to
6423 decide what to pass it.
6424 * root.c (struct cwdr_body_data): Remove handler_proc member.
6425 (cwdr): Use scm_handle_by_proc instead of cwdr_handler.
6426 (cwdr_handler): Removed.
6427
6428 Thu Dec 19 00:00:26 1996 Gary Houston <ghouston@actrix.gen.nz>
6429
6430 * socket.h (SCM_P): update bind prototype.
6431 * socket.c (scm_init_socket): intern PF_UNSPEC, PF_UNIX, PF_INET.
6432 include "feature.h".
6433 (scm_socket): return a port, not a file descriptor object.
6434 include "fports.h" and <unistd.h>
6435 (scm_bind): take a port, not a file descriptor object.
6436 take an extra argument for address args.
6437
6438 * net_db.c (scm_init_net_db): intern INADDR_ANY, INADDR_BROADCAST,
6439 INADDR_NONE, INADDR_LOOPBACK.
6440
6441 Tue Dec 17 22:58:26 1996 Gary Houston <ghouston@actrix.gen.nz>
6442
6443 * init.c: include net_db.h and not fdsocket.h.
6444 (scm_boot_guile_1): call scm_init_net_db and not scm_init_fdsocket.
6445
6446 * Makefile.am: corresponding changes.
6447 * socket.h: renamed from fdsocket.h, fix names.
6448 * net_db.h: renamed from socket.h, fix names.
6449 * socket.c: renamed from fdsocket.c.
6450 remove _sys from procedure names.
6451 (scm_init_socket): rename from scm_init_fdsocket. include socket.x.
6452 add "socket" to features list.
6453 * net_db.c: renamed from socket.c.
6454 remove _sys from procedure names.
6455 (scm_init_net_db): rename from scm_init_socket. include net_db.x.
6456 add "net-db" to features list.
6457 include "net_db.h". don't include <sys/socket.h> or
6458 <sys/un.h>.
6459
6460 Thu Dec 19 14:03:24 1996 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
6461
6462 * tags.h (scm_tags): Removed comma at end of last enumerator.
6463
6464 Thu Dec 19 02:54:59 1996 Jim Blandy <jimb@floss.cyclic.com>
6465
6466 Don't use GCC extensions to allocate space for debugging frames.
6467 (Here he goes again! Why do we put up with this?!)
6468 * debug.h (scm_debug_frame): Make the 'vect' member a pointer to
6469 an scm_debug_info structure, not an in-line array of them. Add
6470 'info' member, to say how many vect elements we've used, for eval
6471 frames.
6472 * eval.c (SCM_CEVAL): Use alloca to allocate space for vect. Use
6473 a new variable debug_info_end to mark the end of vect, instead of
6474 the address of the 'info' pointer itself.
6475 [DEVAL] (ENTER_APPLY, SCM_CEVAL, SCM_APPLY): Remove casts of
6476 &debug to scm_debug_frame *; debug is a real scm_debug_frame now.
6477 (SCM_APPLY): Explicitly allocate space for debug.vect.
6478 * debug.c (scm_m_start_stack): Same, for vframe.vect.
6479 * stacks.c: Adjusted for new debug frame structure.
6480 (RELOC_INFO, RELOC_FRAME): New macros.
6481 (stack_depth, read_frames): Use them, and new scm_debug_frame
6482 element 'info', instead of magically knowing that eval frames have
6483 an info pointer sitting after vect.
6484 (scm_make_stack, scm_stack_id, scm_last_stack_frame): Use
6485 RELOC_FRAME.
6486 (scm_init_stacks): Formatting tweaks.
6487
6488 Wed Dec 18 14:57:57 1996 Jim Blandy <jimb@floss.cyclic.com>
6489
6490 Give GCC more control flow information, so it can be sure that
6491 variables aren't used uninitialized.
6492 * error.h (scm_error, scm_syserror, scm_syserror_msg,
6493 scm_sysmissing, scm_num_overflow, scm_out_of_range,
6494 scm_wrong_num_args, scm_wrong_type_arg, scm_memory_error,
6495 scm_misc_error): Tell GCC that these functions never return.
6496 * struct.c (scm_struct_ref, scm_struct_set_x): If we can't figure
6497 out the field type, call abort if SCM_ASSERT returns, to placate
6498 the optimizer.
6499 * stacks.c (scm_make_stack, scm_last_stack_frame): abort if
6500 scm_wta ever returns. We can't handle this case anyway, and this
6501 gives the optimizer more information.
6502 * unif.c (scm_uniform_vector_ref, scm_array_set_x): Abort if
6503 scm_wta ever returns.
6504
6505 In some cases, the code is fine, but GCC isn't smart enough to
6506 figure that out; this usually happens when one variable is only
6507 initialized and used when a particular condition holds true, and
6508 we know that condition will never change within a given invocation
6509 of the function. In this case, we simply initialize the variables
6510 to placate the compiler, hopefully to a value which will cause a
6511 crash if it is ever actually used.
6512 * print.c (scm_iprin1): Initialize mw_pos.
6513 * read.c (scm_lreadrecparen): Initialize tl2, ans2.
6514 * throw.c (scm_ithrow): Initialize dynpair.
6515 * unif.c (scm_uniform_vector_ref): Initialize cra.
6516 * struct.c (init_struct): Initialize prot.
6517 * mbstrings.c (scm_print_mb_symbol): Initialize mw_pos and inc.
6518
6519 * strports.c (scm_eval_0str): Don't return uninitialized garbage
6520 if EXPR contains no expressions.
6521
6522 Wed Dec 18 11:43:22 1996 Jim Blandy <jimb@totoro.cyclic.com>
6523
6524 * eval.c, debug.h: Revert changes of Dec 16 and Nov 21. They
6525 cause an infinite loop (???). So much for the algebraic
6526 equivalency of variable-sized arrays and alloca...
6527
6528 Tue Dec 17 20:29:03 1996 Marius Vollmer <mvo@zagadka.ping.de>
6529
6530 * backtrace.c (scm_display_error): Bugfix: scm_procedure_p returns
6531 a SCM boolean, not a C boolean.
6532
6533 Sat Dec 14 23:21:45 1996 Marius Vollmer <mvo@zagadka.ping.de>
6534
6535 * gc.c (SCM_MTRIGGER_HYSTERESIS): New memory management parameter.
6536 (scm_must_malloc, scm_must_realloc): Added a hysteresis to the
6537 rules for raising scm_mtrigger. Previously, unfortunate but not
6538 unlikely circumstances could result in almost constant invokation
6539 of the gc. Now, this situations should be less likely, but they
6540 are not prevented completely.
6541
6542 Tue Dec 17 16:19:07 1996 Jim Blandy <jimb@totoro.cyclic.com>
6543
6544 * numbers.c (scm_fuck): Procedure removed; looks like old test
6545 code.
6546 * numbers.h: Prototype removed.
6547
6548 Mon Dec 16 18:20:32 1996 Jim Blandy <jimb@totoro.cyclic.com>
6549
6550 * debug.h (scm_debug_frame): Change `vect' member from an in-line
6551 array to a pointer, to match my Nov 21 change in eval.c.
6552
6553 Fri Dec 13 16:12:14 1996 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
6554
6555 * libguile.h: Added #include "libguile/backtrace.h", #include
6556 "libguile/stacks.h".
6557
6558 * strings.c (scm_string scm_make_string scm_string_ref
6559 scm_string_set_x scm_string_equal_p scm_string_append):
6560 Bugfix according to scm patch from Aubrey Jaffer:
6561 Corrected long-standing
6562 (not (eqv? (integer->char 128)
6563 (string-ref (make-string 1 (integer->char 128)) 0)))
6564 bug found by John Kozak <jk@noontide.demon.co.uk>.
6565
6566 * strports.c, strports.h: Make scm_eval_0str return the value of
6567 the last expression evaluated (previously, it returned void).
6568
6569 * strports.c, strports.h: New function: scm_read_0str. Does what
6570 it sounds like.
6571
6572 Tue Dec 10 23:38:43 1996 Gary Houston <ghouston@actrix.gen.nz>
6573
6574 * simpos.c (scm_getenv): return #f if string can't be found in the
6575 environment instead of throwing an exception, for compatibility
6576 with numerous other systems.
6577
6578 Mon Dec 9 23:23:35 1996 Tom Tromey <tromey@cygnus.com>
6579
6580 * Makefile.am (.c.x): Use guile-snarf.
6581 * configure.in (AC_OUTPUT): Generate guile-snarf; make it
6582 executable.
6583 * guile-snarf.in: New file, resurrected from old guile-snarf.sh.
6584
6585 Mon Dec 9 18:36:50 1996 Jim Blandy <jimb@duality.gnu.ai.mit.edu>
6586
6587 * backtrace.c (scm_display_error_message): Made non-static, and
6588 renamed from display_error_message.
6589 * backtrace.h (scm_display_error_message): Added extern decl.
6590 * throw.c (uncaught_throw): Use it to display the error message.
6591
6592 Mon Dec 9 10:10:38 1996 Tom Tromey <tromey@cygnus.com>
6593
6594 * inet_aton.c: Use #if 0, not #ifdef 0.
6595
6596 Mon Dec 9 06:36:48 1996 Gary Houston <ghouston@actrix.gen.nz>
6597
6598 * ioext.c (scm_sys_ftell): use scm_long2num instead of SCM_MAKINUM
6599 to convert the returned value.
6600 (scm_sys_fseek): use scm_num2long instead of SCM_INUM to convert
6601 the offset argument.
6602
6603 Sun Dec 8 21:06:38 1996 Jim Blandy <jimb@duality.gnu.ai.mit.edu>
6604
6605 Add new interface to catch/throw, usable from C as well as
6606 Scheme.
6607 * throw.h (scm_catch_body_t, scm_catch_handler_t): New types.
6608 (scm_internal_catch): New function, replaces...
6609 (scm_catch_apply): Deleted.
6610 * throw.c (scm_catch_apply): Deleted; replaced with a more general
6611 mechanism which is a bit more code, but can be used nicely from C
6612 and implement the Scheme semantics as well.
6613 (scm_internal_catch): This is the replacement; it's named after
6614 the analogous function in Emacs.
6615 (scm_catch): Reimplemented in terms of the above.
6616 (struct catch_body_data, catch_body, catch_handler): New
6617 functions, used by scm_catch.
6618 * root.c (cwdr): Reimplemented in terms of scm_internal_catch.
6619 (struct cwdr_body_data, cwdr_body, cwdr_handler): New functions;
6620 support for new cwdr.
6621
6622 * Makefile.am (libpath.h): Re-incorporate Mikael's changes of Wed
6623 Oct 30.
6624
6625 Sun Dec 8 17:55:34 1996 Marius Vollmer <mvo@zagadka.ping.de>
6626
6627 * acconfig.h: Added DYNAMIC_LINKING symbol.
6628 * configure.in: Add option and checks for dynamic linking.
6629 * dynl.c, dynl-dl.c, dynl-dld.c, dynl-shl.c, dynl-vms.c,
6630 dynl.h: New files for dynamic linking support.
6631 * Makefile.am (libguile_a_SOURCES):
6632 Added "dynl.c".
6633 (modinclude_HEADERS): Added "dynl.h".
6634 (EXTRA_DIST): Added "dynl-dl.c", "dynl-dld.c", "dynl-shl.c" and
6635 "dynl-vms.c".
6636 * init.c (scm_boot_guile_1): Call
6637 scm_init_dynamic_linking to initialize dynamic linking support.
6638
6639 Thu Dec 5 22:47:53 1996 Marius Vollmer <mvo@zagadka.ping.de>
6640
6641 * init.c (scm_boot_guile_1): Moved `live' variable to the toplevel
6642 (as we Schemers say). It needs to be global, so that I can tweak
6643 it for the proper operation of unexec.
6644 (scm_boot_guile_1_live): New variable, see above.
6645
6646 Sun Dec 1 00:00:49 1996 Tom Tromey <tromey@cygnus.com>
6647
6648 * guile-snarf.sh: Removed.
6649 * PLUGIN/guile.libs: Added dependency for -lm.
6650 * acinclude.m4: Renamed from aclocal.m4.
6651 * PLUGIN/greet: Removed.
6652 * Makefile.am, aclocal.m4: New files.
6653 * configure.in: Updated for Automake.
6654
6655 Thu Nov 28 00:23:55 1996 Marius Vollmer <mvo@zagadka.ping.de>
6656
6657 * eval.c (scm_definedp): Use top_level_lookup_closure_var
6658 and not top_level_lookup_thunk_var.
6659
6660 Wed Nov 27 22:04:19 1996 Jim Blandy <jimb@baalperazim.frob.com>
6661
6662 * Makefile.in (ancillary): List ChangeLog-scm, not ChangeLog.scm.
6663
6664 Wed Nov 27 14:14:56 1996 Marius Vollmer <mvo@zagadka.ping.de>
6665
6666 * eval.c (scm_definedp): Incompatibly changed to be a builtin
6667 Scheme function, instead of syntax. Single argument is now a
6668 symbol.
6669
6670 Thu Nov 21 20:26:36 1996 Jim Blandy <jimb@totoro.cyclic.com>
6671
6672 * ramap.c (scm_ra_sum, scm_ra_difference, scm_ra_product,
6673 scm_ra_divide): Properly terminate statements passed as arguments
6674 to IVDEP macros. (Thanks to Bernard Urban.)
6675
6676 * eval.c (SCM_CEVAL): Use alloca, not GCC's extensions for arrays
6677 with non-constant sizes. (Thanks to Bernard Urban.)
6678
6679 Thu Nov 21 11:17:42 1996 Jim Blandy <jimb@floss.cyclic.com>
6680
6681 It's an "eval closure", not an "eval thunk." A thunk is a
6682 function of no arguments.
6683 * root.h (struct scm_root_state): Renamed
6684 top_level_lookup_closure_var from top_level_lookup_thunk_var.
6685 (scm_top_level_lookup_closure_var): Renamed from
6686 scm_top_level_lookup_thunk_var.
6687 * root.c (mark_root): Uses changed.
6688 * gdbint.c (gdb_eval, gdb_binding): Uses changed.
6689 * init.c (scm_start_stack): Uses changed.
6690 * eval.c (scm_eval, scm_eval_x, scm_init_eval): Rename uses.
6691 Change scheme-visible name to *top-level-lookup-closure* from
6692 *top-level-lookup-thunk*.
6693
6694 Tue Nov 19 22:43:31 1996 Jim Blandy <jimb@totoro.cyclic.com>
6695
6696 * gc.c (scm_igc, scm_gc_mark): Round up the size of the stack we
6697 pass to scm_mark_locations. (Thanks to Aubrey Jaffer.)
6698
6699 Sun Nov 10 13:35:05 1996 Jim Blandy <jimb@floss.cyclic.com>
6700
6701 * gc.c (struct scm_heap_seg_data): Doc fixes.
6702
6703 * gc.c (scm_gc_sweep): Empty all segments' freelists before
6704 sweeping. Then, prepend each segment's free cells to its
6705 freelist, rather than wiping out the old value. (Thanks to Marius
6706 Vollmer.)
6707
6708 * gc.c (which_seg, scm_map_free_list, scm_newcell_count,
6709 scm_check_freelist, scm_debug_newcell): New functions and
6710 variables, for debugging freelist problems.
6711 * pairs.h (SCM_NEWCELL): New debugging version added.
6712 * gc.h (scm_debug_newcell): Added extern declaration, used by
6713 debugging version of SCM_NEWCELL.
6714
6715 Sat Nov 9 19:02:46 1996 Jim Blandy <jimb@floss.cyclic.com>
6716
6717 On some systems <libc.h> conflicts with <unistd.h>, and should not
6718 be #included at all.
6719 * aclocal.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): New autoconf macro.
6720 * acconfig.h (LIBC_H_WITH_UNISTD_H): New CPP symbol.
6721 * configure.in: Call it.
6722 * posix.c, filesys.c: Use its results to decide whether or not to
6723 #include <libc.h>.
6724 * configure, scmconfig.h.in: Rebuilt with autoconf and
6725 autoheader.
6726
6727 Wed Nov 6 16:19:50 1996 Jim Blandy <jimb@totoro.cyclic.com>
6728
6729 * fports.c (scm_stdio_to_port, scm_open_file): Set the port's
6730 pointer to the stdio stream before calling scm_setbuf0, so the
6731 latter will be able to retrieve it. I'm surprised this didn't
6732 segfault earlier. (Thanks to Christopher Lee.)
6733
6734 Wed Nov 6 16:01:20 1996 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
6735
6736 * throw.c (scm_lazy_catch, scm_ithrow): Completed implementation
6737 of `lazy-catch'.
6738
6739 Sat Nov 2 21:01:48 1996 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
6740
6741 * stacks.c, stacks.h (scm_make_stack): Now takes arbitrary
6742 number of stack narrowing specifier pairs. The first specifier in
6743 a pair controls inner border, the second the outer border. A
6744 number means cut that number of frames, a procedure object means
6745 cut until that object is found in operator position in a frame.
6746
6747 * root.c (cwdr): Bugfix.
6748
6749 * read.c: Recording of positions disabled by default.
6750
6751 * procs.c (scm_closure_p): New function.
6752
6753 * posix.c (scm_tmpnam): New function.
6754
6755 * load.c: Added #include "throw.h".
6756 (scm_sys_search_load_path): Bugfix: Don't add an extra '/' if path
6757 ends with '/'.
6758
6759 * load.c, load.h (scm_read_and_eval_x): New function.
6760
6761 * eval.c: Renamed debug option "deval" to "debug".
6762
6763 (scm_eval_x): `eval!' is no longer accessible from the scheme
6764 level. Motivation: We can't allow operations which introduce
6765 glocs into the scheme level. Guile's type system can't handle
6766 these as data. Use `eval' or `read-and-eval!' as replacement.
6767
6768 * debug.c (scm_m_start_stack): Bugfix: Use SCM_ECONSP instead of
6769 SCM_CONSP since this is a macro!; Set vframe.prev to
6770 scm_last_debug_frame instead of 0. In this way we can look
6771 "above" the virtual start stack frame if we wish.
6772 (scm_debug_hang): New function: Useful for debugging Guile in
6773 certain tricky situations. Will probably be removed later...
6774
6775 * debug.h: Changed semantics of debug option "backtrace". This
6776 option now only indicates whether we want automatic backtrace at
6777 an error.
6778
6779 Wed Oct 30 00:31:55 1996 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
6780
6781 * ports.c: #include "filesys.h"
6782 (scm_char_ready_p): input_waiting renamed and moved to filesys.c.
6783
6784 * filesys.c, filesys.h (scm_input_waiting_p): Moved from ports.c.
6785 Motivation: This is system specific code which is related to file
6786 I/O. It also may use select. Added code by Gary Houston to
6787 detect presence of character in stdio buffers.
6788
6789 * libguile.h: #include "libguile/libpath.h"
6790
6791 * Makefile.in (libpath.h): Renamed definition of: LIBRARY_PATH -->
6792 SCM_LIBRARY_DIR; Added definitions of: SCM_PKGDATA_DIR,
6793 SCM_SITE_DIR; Install libpath.h among the other include files.
6794
6795 * load.c, load.h (scm_sys_package_data_dir): New function.
6796
6797 Mon Oct 28 11:43:41 1996 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
6798
6799 * stacks.h: Bugfix: Don't use tail-array length field as stack
6800 length field! This screwed GC.
6801
6802 Tue Oct 22 01:01:00 1996 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
6803
6804 * _scm.h: Added #ifndef around definition of macros min and max.
6805
6806 * __scm.h: Added hooks for threads to plugin to in ints protection
6807 macros: SCM_THREAD_DEFER, SCM_THREAD_ALLOW, SCM_THREAD_REDEFER,
6808 SCM_THREAD_ALLOW_1, SCM_THREAD_ALLOW_2. Motivation: We don't want
6809 the main code in these macros duplicated and spread over multiple
6810 files. Renamed SCM_THREADS_SWITCHING_CODE ->
6811 SCM_THREAD_SWITCHING_CODE.
6812
6813 Tue Oct 29 14:55:40 1996 Marius Vollmer <mvo@zagadka.ping.de>
6814
6815 * snarf.h: New file.
6816 * guile-snarf.sh: New file.
6817 * Makefile.in (inner_h_files): Added snarf.h
6818 (ancillary, install, uninstall, distclean): Added actions for
6819 guile-snarf.
6820 (.c.x): Use guile-snarf.
6821 (guile-snarf): New rule, to produce guile-snarf from guile-snarf.sh.
6822 (gen_c_files): Note that these depend on guile-snarf.
6823 * _scm.h: Removed the snarfing macros (SCM_PROC, etc). They are
6824 now in "snarf.h". Added #include "snarf.h" to get them.
6825 * libguile.h: Added #include "snarf.h".
6826 (Patches applied and tweaked by Jim Blandy.)
6827
6828 Tue Oct 29 13:21:13 1996 Jim Blandy <jimb@totoro.cyclic.com>
6829
6830 * socket.c: Use K&R style declaration for 'close'; the GNU coding
6831 standards suggest against providing prototypes for system
6832 functions. Thanks to Greg Troxel.
6833
6834 Mon Oct 28 16:48:32 1996 Jim Blandy <jimb@floss.cyclic.com>
6835
6836 * strports.c (scm_eval_0str): New function.
6837 #include "read.h", to get prototype for scm_read.
6838 * Makefile.in (strports.o): Update dependencies.
6839 * strports.h: New prototype.
6840
6841 * numbers.c (scm_integer_p): Renamed from scm_int_p; change its
6842 scheme name from "int?" to "integer?". It seems to do the job.
6843 * numbers.h: Rename prototype too.
6844 * scmhob.h (intp): Change definition to refer to scm_integer_p. I
6845 hope this is right.
6846
6847 * numbers.c (scm_less_p, scm_gr_p, scm_leq_p, scm_geq_p,
6848 scm_num_eq_p): Rename these according to R4RS conventions: call
6849 them <, <=, =, >, and >=, not <?, <=?, =?, >?, and >=?. En route
6850 to making libguile R4RS compliant without ice-9...
6851
6852 * load.c (scm_sys_search_load_path): Search for files under all
6853 extensions listed in the %load-extensions variable. If FILENAME
6854 is absolute, return it unchanged, without searching the load path.
6855 (scm_loc_load_extensions): New variable, pointing to
6856 %load-extensions' value cell.
6857 (scm_init_load): Initialize it, and the value it points to.
6858 (scm_primitive_load_path): Improve error reporting.
6859
6860 * load.c (scm_loc_load_hook): New variable, pointing to value cell
6861 of new Scheme variable %load-hook.
6862 (scm_primitive_load): Apply %load-hook to filename.
6863
6864 Mon Oct 28 06:28:28 1996 Gary Houston <ghouston@actrix.gen.nz>
6865
6866 * configure.in: add tests for figuring out whether buffered data
6867 is available in a FILE structure, which is needed by char-ready.
6868
6869 * acconfig.h: define FILE_CNT_FIELD, FILE_CNT_GPTR and
6870 FILE_CNT_READPTR.
6871
6872 * simpos.c (scm_getenv): renamed from scm_sys_getenv. Throw
6873 exceptions using misc_error instead of syserror. It seems a bit
6874 odd to throw an exception if a string can't be found in the
6875 environment, but it's consistent with open-file, stat etc.
6876 (simpos.h): remove sys_ from getenv.
6877
6878 * posix.c (scm_putenv): renamed from scm_sys_putenv. If an error
6879 occurs, throw an error instead of returning errno. Return value
6880 is now unspecified.
6881 (numerous in posix.c and posix.h): removed superfluous sys_ from names.
6882
6883 Sun Oct 27 01:22:04 1996 Gary Houston <ghouston@actrix.gen.nz>
6884
6885 * filesys.c (scm_stat2scm): derive file type and permissions from
6886 the stat mode and append them to the returned vector.
6887 There isn't much overhead in doing this and it avoids the need to
6888 work with S_IRUSR et al. in Scheme.
6889 Define symbols scm_sym_regular etc.
6890 (scm_init_filesys): don't intern S_IRUSR etc.
6891
6892 * load.c: change s_try_load and s_try_load_path to s_primitive_load
6893 and s_primitive_load_path.
6894
6895 * eval.c, load.c, error.c (scm_wta): use scm_misc_error.
6896
6897 * error.h: don't declare error symbols. prototype for scm_misc_error.
6898
6899 * stackchk.c (scm_stack_overflow_key): defined here instead of in
6900 error.c.
6901
6902 * error.c: use SCM_SYMBOL to set up error keys.
6903 scm_misc_error: new procedure.
6904
6905 Fri Oct 25 01:56:30 1996 Jim Blandy <jimb@floss.cyclic.com>
6906
6907 * read.c (scm_lreadr): Recognize SCSH-style block comments; text
6908 between `#!' and `!#' is ignored.
6909 (skip_scsh_block_comment): New function.
6910
6911 * feature.c (scm_set_program_arguments): New argument, FIRST.
6912 * feature.h: Update prototype.
6913 * init.c (scm_boot_guile_1): Pass new argument to
6914 scm_set_program_arguments.
6915
6916 Tue Oct 22 20:54:42 1996 Jim Blandy <jimb@floss.cyclic.com>
6917
6918 * init.c (scm_start_stack): Don't initialize scm_progargs here.
6919 (scm_boot_guile): Call scm_set_program_arguments here, later than
6920 the old initialization.
6921
6922 * init.c: (scm_boot_guile, scm_boot_guile_1): New, simplified
6923 initialization procedure.
6924 - Delete in, out, err arguments; there are other perfectly good
6925 ways to override these when desired.
6926 - Delete result argument; this function shouldn't ever return.
6927 - Rename init_func argument to main_func, for less confusion.
6928 - Delete boot_cmd argument; main_func is more general.
6929 -Add 'closure' argument, to help people pass data to main_func
6930 without resorting to global variables.
6931 - Abort if reentered; don't bother returning an error code.
6932 - Call scm_init_standard_ports to set up the default/current
6933 standard ports; no need to pass them to scm_start_stack.
6934 - Remove code to evaluate the boot_cmd, and start the repl; let
6935 the user do something like that in main_func if they want.
6936 - Remove code to package up a return value; main_func can do any
6937 of that as needed.
6938 - Call exit (0), instead of returning.
6939 (scm_start_stack): Don't initialize the I/O ports here; that's
6940 weird. Delete in, out, err arguments. Move guts to
6941 scm_init_standard_ports, scm_stdio_to_port.
6942 (scm_init_standard_ports): New function, to set up current and
6943 default standard ports.
6944 (scm_start_stack, scm_restart_stack): Make these static.
6945 * init.h (scm_boot_guile): Adjust declaration.
6946 (scm_start_stack, scm_restart_stack): Remove externally
6947 visible declarations for these.
6948 (enum scm_boot_status): Removed; now scm_boot_guile never returns.
6949
6950 * fports.c (scm_stdio_to_port): New function. Its guts used to be
6951 written out several times in scm_start_stack.
6952 * fports.h: New declaration for the above.
6953
6954 * feature.c (scm_set_program_arguments): New function.
6955 * feature.h: New declaration for the above.
6956
6957 * ports.c: Formatting tweak.
6958
6959 Sun Oct 20 03:29:32 1996 Mikael Djurfeldt <mdj@kenneth>
6960
6961 * pairs.h, eval.c, eval.h, feature.c, gc.c, list.c, load.c,
6962 ramap.c, symbols.c: Added new selectors SCM_CARLOC and SCM_CDRLOC
6963 for obtaining the address of a car or cdr field. Motivation:
6964 &SCM_CXR make assumptions about the internal structure of the
6965 SCM_CXR selectors.
6966
6967 * eval.h, eval.c: Added new selector SCM_GLOC_VAL_LOC.
6968 Motivation: see SCM_CXRLOC.
6969
6970 * pairs.h, eval.c, gc.c, init.c, ioext.c, ports.c, ports.h,
6971 srcprop.h, tags.h, throw.c, unif.c: Added new selectors
6972 SCM_SETAND_CAR, SCM_SETAND_CDR, SCM_SETOR_CAR and SCM_SETOR_CDR.
6973 Motivation: Safer use. Some other macros are defined in terms of
6974 these operations. If these are defined using the SCM_SETCXR
6975 (<e1>, SCM_CXR (<e1>) <op> <e2>) pattern a complex <e1> will lead
6976 to inefficiency and an <e1> with side-effects could potentially
6977 break. Also, these particular operations are heavily utilized in
6978 the garbage collector. In unoptimized code there will be a
6979 measurable speedup.
6980
6981 * alist.c, arbiters.c, continuations.c, debug.c, debug.h, eval.c,
6982 eval.h, feature.c, filesys.c, fports.c, gc.c, gsubr.c, init.c,
6983 ioext.c, kw.c, list.c, load.c, mallocs.c, numbers.c, numbers.h,
6984 pairs.c, pairs.h, ports.c, ports.h, posix.c, procprop.c, procs.c,
6985 procs.h, ramap.c, read.c, root.c, srcprop.c, srcprop.h,
6986 strports.c, symbols.c, tags.h, throw.c, unif.c, variable.c,
6987 vports.c: Cleaned up use of pairs: Don't make any special
6988 assumptions about the internal structure of selectors and
6989 mutators: SCM_CXR (<e1>) = <e2> --> SCM_SETCXR (<e1>, <e2>),
6990 SCM_CXR (<e1>) &= <e2> --> SCM_SETAND_CXR (<e1>, <e2>) etc.
6991 (Among other things, this change makes it easier to build Guile
6992 with certain compilers which have problems with casted lvalues.)
6993
6994 Fri Oct 18 01:11:56 1996 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
6995
6996 * stacks.c: Improve selection of relevant stack frames when making
6997 a stack object. Introduce one level of indirection in the stack
6998 object to make it possible to "narrow" to a certain region of the
6999 stack. This facilitates making use of more clever algorithms (not
7000 implemented) for selecting relevant frames and gives a cleaner
7001 design since selection of frames can be done independently of
7002 extraction of frames from the real stack.
7003 (scm_stack_id): Also take #t as argument which means look at
7004 current stack.
7005
7006 * stacks.h: In struct scm_stack: Turn field frames into a pointer.
7007 Turn n_tail into an integer directly representing current number
7008 of frames in stack. Add field tail.
7009
7010 * ports.c (scm_port_line_x, scm_port_column_x): New mutators.
7011
7012 * debug.c (scm_make_memoized): Made it available at scheme level.
7013 (scm_unmemoize, scm_memoized_environment): Bugfix: Check for
7014 SCM_NIMP before applying heavier predicates in argument checking.
7015 (scm_local_eval): Also take memoized object as argument.
7016
7017 * backtrace.c (scm_display_error): Just a safety measure: Stacks
7018 aren't created with zero length, but should such a strange
7019 creature suddenly turn up...
7020
7021 Wed Oct 16 11:08:41 1996 Marius Vollmer <mvo@zagadka.ping.de>
7022
7023 * hashtab.h (scm_hashx_remove_x): Renamed `delete' parameter to
7024 `del', for the sake of C++ compilers. (Patch applied by JimB.)
7025
7026 Tue Oct 15 17:06:13 1996 Jim Blandy <jimb@floss.cyclic.com>
7027
7028 * variable.c (scm_make_variable): Make the name hint optional, as
7029 documented.
7030 (anonymous_variable_sym): Renamed from variable_sym. All uses
7031 changed.
7032
7033 * load.c (scm_primitive_load, scm_primitive_load_path): Renamed
7034 from scm_sys_try_load and scm_sys_try_load_path. The Scheme name
7035 of scm_primitive_load_path was also changed to
7036 "primitive-load-path", from "%try-load-path". Callers changed.
7037 We'd like to respect the convention that a function named
7038 "try-mumble" should behave just like the function called "mumble",
7039 but return #f instead of signalling some error.
7040 * load.h: Rename prototypes.
7041
7042 Tue Oct 15 05:34:10 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
7043
7044 * print.c (make_print_state, grow_print_state), print.h: Modified
7045 the print state representation: Don't use a tail array for
7046 recording of circular references. Resizing of the print state
7047 structure invalidates the print state pointer. To avoid passing
7048 around an indirect print state reference to all printing
7049 functions, we instead let the print state reference a resizable
7050 vector.
7051
7052 Mon Oct 14 19:25:00 1996 Jim Blandy <jimb@totoro.cyclic.com>
7053
7054 * alist.c (scm_sloppy_assq, scm_sloppy_assv, scm_sloppy_assoc):
7055 Don't crash when passed an improper list terminated by a
7056 non-immediate value.
7057
7058 Mon Oct 14 19:08:33 1996 Jim Blandy <jimb@floss.cyclic.com>
7059
7060 Allocate data for structures on an eight-byte boundary, as
7061 required by the tagging system.
7062 * struct.c (alloc_struct): New function.
7063 (scm_make_struct, scm_make_vtable_vtable): Call it.
7064 * struct.h (scm_struct_n_extra_words): Bump to 3.
7065 (scm_struct_i_ptr): New "field".
7066 * gc.c (scm_gc_sweep): When we need to free the data, use the
7067 information stored by alloc_struct to find the beginning of the
7068 block allocated to the structure, so we can free it.
7069
7070 Mon Oct 14 17:07:55 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
7071
7072 * init.c (scm_boot_guile_1): Moved scm_init_struct in front of
7073 scm_init_stacks.
7074
7075 * debug.h (SCM_VOIDFRAME, SCM_VOIDFRAMEP): New macros.
7076 (scm_debug_info): New member: id.
7077
7078 * stacks.c: Stacks are now represented as structs; Stacks have an
7079 id given to them by `start-stack'.
7080 (scm_last_stack_frame): Added predicates `stack?' and `frame?'.
7081
7082 * stacks.h: Added declarations of scm_stack_p and scm_frame_p;
7083 Changed stack representation.
7084
7085 * debug.c (scm_procedure_name): Try procedure property `name' for
7086 compiled closures aswell.
7087
7088 * gc.c (scm_init_storage): Initialize scm_stand_in_procs to SCM_EOL.
7089
7090 * eval.c: scm_i_name moved to gsubr.c
7091 (scm_m_define): Record names of all kinds of procedure
7092 objects. (Earlier, only closures were recorded.)
7093
7094 * procprop.h: Added declaration of scm_i_name.
7095
7096 * gsubr.c: Added global scm_i_name. Added #include "procprop.h".
7097 (scm_make_gsubr): Record names of compiled closures.
7098
7099 Mon Oct 14 04:21:51 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
7100
7101 * debug.c, debug.h: Removed obsolete code.
7102
7103 * continuations.c, continuations.h, debug.c, gc.c, init.c, root.c,
7104 stacks.c: Renamed regs --> scm_contregs.
7105
7106 * print.c (scm_free_print_state): Cleanup print state before
7107 returning it to pool. It is better to do it here than in
7108 scm_prin1 since scm_prin1 is called often.
7109
7110 * srcprop.c (scm_source_properties, scm_set_source_properties_x,
7111 s_set_source_property_x): Check that first argument is a pair or a
7112 memoized object.
7113
7114 * srcprop.c, srcprop.h: Made scm_i_filename, scm_i_copy,
7115 scm_i_line, scm_i_column and scm_i_breakpoint global.
7116
7117 * init.c: Added #include "backtrace.h" and #include "stacks.h".
7118 (scm_boot_guile_1): Added calls to scm_init_backtrace and
7119 scm_init_stacks.
7120
7121 * debug.h: Added debug object smob declaration and macro
7122 definitions.
7123
7124 * configure.in: Build with backtrace.o and stacks.o if debug
7125 support enabled.
7126
7127 * Makefile.in: Added entries for new files: backtrace.c,
7128 backtrace.h, stacks.c and stacks.h.
7129
7130 * symbols.c (scm_sym2ovcell): Fixed documentation.
7131
7132 * _scm.h (min, max): Added.
7133
7134 * async.c: Moved `min' macro to _scm.h.
7135
7136 * debug.h: New debug options SCM_BACKTRACE_MAXDEPTH and
7137 SCM_BACKTRACE_INDENT.
7138
7139 * eval.c: Added new debug options `maxdepth' and `indent'.
7140
7141 * print.c (make_print_state): Bugfix: Initialize pstate->ceiling.
7142
7143 * print.h: Added selector SCM_PRINT_STATE.
7144
7145 * print.c: New functions: scm_make_print_state,
7146 scm_free_print_state.
7147
7148 * print.h: Added declarations for scm_make_print_state,
7149 scm_free_print_state.
7150
7151 * debug.c (scm_m_start_stack): New acro.
7152
7153 * debug.h: Small cleanup.
7154
7155 * init.c (scm_boot_guile_1): Moved scm_init_debug below
7156 scm_init_eval.
7157
7158 Sun Oct 13 20:14:53 1996 Jim Blandy <jimb@totoro.cyclic.com>
7159
7160 * __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,
7161 arbiters.c, arbiters.h, async.c, async.h, boolean.c, boolean.h,
7162 chars.c, chars.h, continuations.c, continuations.h, debug.c,
7163 debug.h, dynwind.c, dynwind.h, eq.c, eq.h, error.c, eval.c,
7164 eval.h, extchrs.c, extchrs.h, fdsocket.c, fdsocket.h, filesys.c,
7165 filesys.h, fports.c, fports.h, gc.c, gdb_interface.h, gdbint.c,
7166 gdbint.h, genio.c, genio.h, gscm.c, gscm.h, gsubr.c, gsubr.h,
7167 hash.c, hash.h, hashtab.c, hashtab.h, init.c, ioext.c, ioext.h,
7168 kw.c, kw.h, libguile.h, mallocs.c, mallocs.h, markers.c,
7169 markers.h, mbstrings.c, mbstrings.h, numbers.c, numbers.h,
7170 objprop.c, objprop.h, options.c, options.h, pairs.c, pairs.h,
7171 ports.c, ports.h, posix.c, posix.h, print.c, print.h, procprop.c,
7172 procprop.h, procs.c, procs.h, ramap.c, ramap.h, read.c, read.h,
7173 root.c, scmsigs.c, scmsigs.h, sequences.c, sequences.h, simpos.c,
7174 simpos.h, smob.c, socket.c, socket.h, srcprop.c, srcprop.h,
7175 stackchk.c, stackchk.h, stime.c, stime.h, strings.c, strings.h,
7176 strop.c, strop.h, strorder.c, strorder.h, strports.c, strports.h,
7177 struct.c, struct.h, symbols.c, symbols.h, tag.c, tag.h, unif.c,
7178 unif.h, variable.c, variable.h, vectors.c, vectors.h, version.c,
7179 version.h, vports.c, vports.h, weaks.c, weaks.h: Use SCM_P to
7180 declare functions with prototypes. (Patch thanks to Marius
7181 Vollmer.)
7182
7183 More prototype-related changes from Marius Vollmer:
7184 * gdb_interface.h: Wrapped header file in #ifdef/#endif
7185 * gscm.h (gscm_run_scm): Added prototype for `initfn' paramter.
7186 * ports.h (ptobfuns): Added prototypes. This means some casting in
7187 fports.c.
7188 * fports.c: Added casts for initializations, since the functions
7189 are defined to take FILE * as their stream argument, not SCM.
7190 * fdsocket.c, fdsocket.h: Made `init_addr_buffer' static.
7191 * genio.c (scm_gen_puts): Changed `unsigned char *str_data' parameter
7192 to `char *str_data' to conform to prototype.
7193
7194 Sat Oct 12 21:49:29 1996 Gary Houston <ghouston@actrix.gen.nz>
7195
7196 * error.c, eval.c, load.c, stackchk.c: use scm_error not lgh_error.
7197
7198 * __scm.h (lgh_error): removed, lgh shouldn't be in libguile.
7199
7200 * stime.c, stime.h: use SCM_P method.
7201
7202 Sat Oct 12 16:16:25 1996 Jim Blandy <jimb@floss.cyclic.com>
7203
7204 * eval.c (scm_nconc2last): Don't accept an empty list; apply must
7205 be given at least two arguments. Insist that lst's last element
7206 be a list, but don't make any requirements of its predecessors.
7207
7208 Fri Oct 11 03:58:25 1996 Jim Blandy <jimb@floss.cyclic.com>
7209
7210 * eval.c (scm_nconc2last): Revert last change; there seems to be
7211 other stuff going on here.
7212
7213 Fri Oct 11 02:43:59 1996 Jim Blandy <jimb@totoro.cyclic.com>
7214
7215 * eval.c (scm_nconc2last): Make sure that each element of lst
7216 (which is a list of argument lists, except for the tail) is a
7217 proper list, i.e., finite and terminated by '().
7218
7219 Thu Oct 10 21:09:13 1996 Jim Blandy <jimb@totoro.cyclic.com>
7220
7221 * unif.c (scm_ra_set_contp): Localize `inc' declaration.
7222 Clarifies flow.
7223
7224 * struct.c (scm_make_struct, scm_make_vtable_vtable): Use the
7225 symbolic name for the tag, scm_tc3_cons_gloc, instead of just
7226 saying "1".
7227
7228 * vectors.c (scm_make_vector): Fill vectors with the undefined
7229 value, to help make Guile Scheme code more portable to other
7230 Schemes.
7231
7232 * symbols.c (scm_intern_obarray_soft, scm_sysintern): Doc fixes.
7233 * symbols.h, tags.h: Doc fixes.
7234
7235 Wed Oct 9 19:39:29 1996 Jim Blandy <jimb@floss.cyclic.com>
7236
7237 * async.c (scm_take_signal): Doc fixes.
7238
7239 Mon Oct 7 22:30:34 1996 Jim Blandy <jimb@totoro.cyclic.com>
7240
7241 * numbers.c (scm_divbigint): When the remainder is zero, we don't
7242 want to subtract it from the modulus; we just want to leave it
7243 alone.
7244
7245 Mon Oct 7 00:14:17 1996 Mikael Djurfeldt <mdj@kenneth>
7246
7247 * init.c (scm_boot_guile_1): Bugfix: i --> base in argument to
7248 `scm_init_threads'.
7249
7250 * throw.h (scm_catch_apply): Removed the `lazyp' argument.
7251
7252 * throw.c (scm_catch_apply): Finished implementation of
7253 `lazy-catch'.
7254
7255 Sun Oct 6 05:26:05 1996 Gary Houston <ghouston@actrix.gen.nz>
7256
7257 * filesys.c (scm_sys_select): move SCM_ALLOW_INTS past the sreturn
7258 check.
7259 (scm_init_filesys): set "i/o-extensions" feature.
7260 include feature.h.
7261
7262 Sat Oct 5 12:22:00 1996 Jim Blandy <jimb@floss.cyclic.com>
7263
7264 * Makefile.in (root.o): Correct dependencies.
7265
7266 Sat Oct 5 18:40:42 1996 Mikael Djurfeldt <mdj@kenneth>
7267
7268 * Makefile.in: Added dependency entry for root.o.
7269
7270 * continuations.c, debug.[ch], eval.c, gscm.c init.c, root.c,
7271 throw.c: Renamed last_debug_info_frame -> scm_last_debug_frame.
7272
7273 * init.c (scm_start_stack): Set initial root continuation number
7274 to 0.
7275
7276 * procs.c: New function: scm_thunk_p.
7277
7278 * procs.h: Added declarations of scm_thunk_p.
7279
7280 * root.c: Renamed `call-with-new-root' -->
7281 `call-with-dynamic-root'.
7282 (cwdr): Removed allocation of new root state. This should be done
7283 separately by use of scm_make_root.
7284 (scm_apply_with_dynamic_root): New function: Does what it
7285 sounds like. Needed when spawning threads.
7286
7287 * root.h: Added member last_debug_frame to root state.
7288 Added #include "libguile/debug.h"
7289
7290 * throw.c: Renamed scm_catch --> scm_catch_apply and added more
7291 arguments. The motivation is that code in root.c needs catch
7292 functionality, and we want to avoid code duplication.
7293 New functions: scm_catch, scm_lazy_catch. These are wrappers for
7294 scm_catch_apply. scm_lazy_catch is intended to introduce catch
7295 handlers that run without popping the stack into the dynwind
7296 chain.
7297
7298 * throw.h: Added prototypes for scm_catch_apply and
7299 scm_lazy_catch.
7300
7301 Thu Oct 3 11:12:33 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
7302
7303 * root.h (scm_root, scm_set_root): Decouple thread support details
7304 by introducing the selector SCM_THREAD_LOCAL_DATA and the mutator
7305 SCM_SET_THREAD_LOCAL_DATA.
7306
7307 * print.c (scm_iprlist): Bugfix: Added SCM_ECONSP tests in hare
7308 and tortoise scanning loop.
7309
7310 Thu Oct 3 00:04:53 1996 Jim Blandy <jimb@totoro.cyclic.com>
7311
7312 * Makefile.in: Rebuild dependencies.
7313
7314 * libguile.h: #include "libguile/print.h" before "smob.h", since
7315 the latter uses the print_state structure.
7316
7317 * throw.c (scm_ithrow): Use the correct variable when checking to
7318 see if a given element of scm_dynwinds is a valid catch.
7319
7320 * throw.c (scm_ithrow): If scm_dynwinds has invalid list
7321 structure, abort; don't just silently ignore the garbage.
7322
7323 * _scm.h: #include "print.h" here, since it seems to be used just
7324 about everywhere.
7325 * eval.c, gdbint.c, genio.h, numbers.h, smob.h, srcprop.c,
7326 strports.c, unif.h: Don't #include "print.h".
7327
7328 Tue Oct 1 05:15:10 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
7329
7330 * feature.h (scm_loc_features): Removed external declaration.
7331 (Bug fix suggested by Petr Adamek <adamek@mit.edu>.)
7332
7333 Tue Oct 1 00:00:10 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
7334
7335 * feature.c (scm_init_feature): Added threads feature (needs to be
7336 initialized here, since features doesn't exist when
7337 scm_init_threads is called).
7338
7339 * libguile.h: Added #include "libguile/../threads/threads.h".
7340 (This is a kludge to get thread support working. This should be
7341 fixed.)
7342
7343 * configure.in, acconfig.h: Added flags for thread support.
7344
7345 * scmsigs.c: Define `signal' to be `pthread_signal' if using
7346 mit-pthreads.
7347
7348 * gc.c (scm_igc): Added SCM_THREAD_CRITICAL_SECTION_START and
7349 SCM_THREAD_CRITICAL_SECTION_END. Moved marking of root data to
7350 root.c:mark_root.
7351
7352 * _scm.h: Added conditional #include "threads.h"
7353
7354 * __scm.h (SCM_ASYNC_TICK): Added call to macro
7355 SCM_THREADS_SWITCHING_CODE.
7356
7357 * init.c (scm_start_stack): Call `scm_make_root' to dynamically
7358 allocate the basic dynamic root object.
7359 (scm_boot_guile): Added call to scm_init_root.
7360
7361 * root.c, root.h: Added root smob.
7362 (cwdr, scm_call_with_new_root, scm_dynamic_root, scm_app_wdr): New
7363 functions: Implements dynamic roots mostly according to spec in
7364 SCM manual. Main difference is that the second argument is a
7365 throw handler rather than an error "thunk".
7366
7367 * root.h: Added declaration of scm_init_root.
7368
7369 * root.c: Added #include "genio.h", #include "smob.h", #include
7370 "pairs.h", #include "throw.h", #include "dynwind.h", #include
7371 "eval.h"
7372 (scm_init_root): Added #include "root.x".
7373
7374 * throw.c: Added #include "stackchk.h"
7375 (scm_catch): Changed SCM_DEFER_INTS --> SCM_REDEFER_INTS and
7376 SCM_ALLOW_INTS --> SCM_REALLOW_INTS. This is so that scm_catch
7377 can be used in scm_call_with_new_root; Added reenabling of stack
7378 checking when catching a throw.
7379
7380 Mon Sep 30 21:48:11 1996 Jim Blandy <jimb@totoro.cyclic.com>
7381
7382 * list.c, list.h: Use SCM_P instead of CPP hair. Doc fixes.
7383
7384 * list.c (scm_member, scm_memv, scm_memq): Return #f if a matching
7385 element is not found, as per R4RS.
7386
7387 Sat Sep 28 18:13:01 1996 Jim Blandy <jimb@totoro.cyclic.com>
7388
7389 * list.c: Doc fixes throughout.
7390
7391 Sat Sep 28 02:07:43 1996 Gary Houston <ghouston@actrix.gen.nz>
7392
7393 * strings.c, strings.h: (scm_makfrom0str, scm_makefrom0str_opt:
7394 declare the char * to be const. Avoids a warning in rgx.c.
7395
7396 * ports.h: spelling fix.
7397
7398 * filesys.c (scm_sys_stat, scm_sys,lstat): include file name in
7399 error messages.
7400
7401 * load.c (scm_sys_try_load_path): throw an error if file not found
7402 (like it says it in NEWS).
7403
7404 Fri Sep 27 18:27:01 1996 Jim Blandy <jimb@totoro.cyclic.com>
7405
7406 * symbols.c (scm_intern_obarray_soft): Initialize the new symbol's
7407 PROPS slot to '(), not #f; it's an empty alist.
7408
7409 * throw.h, throw.c: Use SCM_P instead of #if hair.
7410
7411 Remove special support for uncaught throws; see throw.c for
7412 rationale.
7413 * throw.c (uncaught_throw): New function.
7414 (scm_ithrow): Call uncaught_throw if we don't find a throw
7415 target; don't mess with scm_bad_throw_vcell.
7416 (scm_bad_throw_vcell): Variable deleted.
7417 (scm_init_throw): Don't initialize it.
7418
7419 * throw.c (scm_ithrow): Don't let outer key matches shadow inner
7420 #t catches.
7421
7422 Wed Sep 25 04:35:50 1996 Jim Blandy <jimb@totoro.cyclic.com>
7423
7424 * numbers.c (scm_istr2int): If the number is short (as most
7425 numbers are), just call scm_small_istr2int to deal with it.
7426 (scm_small_istr2int): New function, created by un-#ifdefing the
7427 non-bignum version of scm_istr2int and renaming it.
7428
7429 Tue Sep 24 06:48:38 1996 Gary Houston <ghouston@actrix.gen.nz>
7430
7431 * load.c (scm_sys_try_load): don't check whether value returned
7432 by scm_open_file is #f, it won't be. Always return SCM_UNSPECIFIED.
7433 Change the Scheme name from %try-load to primitive-load.
7434
7435 * error.c (scm_error): convert a NULL message to SCM_BOOL_F.
7436 Can avoid passing a message, allowing it to be derived in the
7437 error handler (e.g., if we want to throw to the key both from
7438 Scheme and C).
7439
7440 Mon Sep 23 00:42:15 1996 Mikael Djurfeldt <mdj@kenneth>
7441
7442 * print.c (scm_iprin1, scm_prin1, scm_iprlist): Circular
7443 references now have a new appearance which is more compact and
7444 also gives a clue about what the target of the reference is.
7445 By setting parameters in the print state, more fancy printing can
7446 be achieved. This is used by the (not yet commited) backtrace
7447 code.
7448
7449 Sun Sep 22 17:10:06 1996 Mikael Djurfeldt <mdj@kenneth>
7450
7451 * eval.c, numbers.h, unif.h, smob.h, srcprop.c: Added #include
7452 "print.h"
7453
7454 * print.c: Added #include "struct.h". Removed function
7455 scm_prlist.
7456
7457 * print.h: Modified prototypes for scm_iprlist, scm_prin1 and
7458 scm_iprin1. Removed prototype for scm_prlist.
7459
7460 * arbiters.c (prinarb),
7461 async.c (print_async),
7462 debug.c (prindebugobj, prinmemoized),
7463 eval.c (prinprom, prinmacro),
7464 filesys.c (scm_fd_print, scm_dir_print),
7465 kw.c (print_kw),
7466 mallocs.c (prinmalloc),
7467 numbers.c, numbers.h (scm_floprint, scm_bigprint),
7468 smob.h (scm_smobfuns),
7469 srcprop.c (prinsrcprops),
7470 throw.c (prinjb),
7471 unif.c, unif.h (scm_raprin1, rapr1),
7472 variable.c (prin_var): Changed argument `int writing' to
7473 `scm_print_state *pstate'.
7474
7475 * init.c (scm_boot_guile): Moved scm_init_struct upwards so
7476 that it will be called before scm_init_print.
7477
7478 * print.c (scm_prin1): Print states are now allocated when calling
7479 scm_prin1 and then passed around to all printing functions as an
7480 argument. A cache `print_state_pool' enables reuse of print
7481 states.
7482 (scm_make_print_state): New function.
7483 (scm_iprin1): Adaption to print states.
7484 (scm_iprlist): An initial "hare and tortoise" scan brings down
7485 time complexity to O (depth * N). (Better time complexity will be
7486 achieved when the printing code is completely rewritten.)
7487
7488 Fri Sep 20 22:01:36 1996 Jim Blandy <jimb@totoro.cyclic.com>
7489
7490 * aclocal.m4 (GUILE_STRUCT_UTIMBUF): Use AC_CACHE_CHECK instead of
7491 AC_CACHE_VAL; #define UTIMBUF_NEEDS_POSIX outside AC_CACHE_VAL, so
7492 it gets done whether or not the cache variable has a value.
7493
7494 Thu Sep 19 17:06:39 1996 Jim Blandy <jimb@totoro.cyclic.com>
7495
7496 Distinguish #f and ().
7497 * __scm.h: #undef SICP.
7498 * pairs.h (SCM_EOL): Delete this definition, equating it with
7499 SCM_BOOL_F.
7500 * tags.h (SCM_EOL): Give it a new definition here; I think I found
7501 the value it used to have. Doc fixes, too.
7502
7503 Thu Sep 19 15:33:51 1996 Mikael Djurfeldt <mdj@kenneth>
7504
7505 * struct.c (scm_make_struct_layout, init_struct, scm_struct_ref,
7506 scm_struct_set_x), struct.h, gc.c (scm_gc_mark): Completed Tom
7507 Lord's implementation of structs, allowing for tail arrays as
7508 described in the manual. Also fixed some bugs. (Both the interface
7509 and the implementation should be improved.)
7510
7511 * read.c (scm_init_read): Removed #ifdef READER_EXTENSIONS
7512
7513 * print.c, print.h: Closures now print like #<procedure foo (x)>.
7514 People who whish to see the source can do `(print-enable 'source)'.
7515 Removed #ifdef DEBUG_EXTENSIONS.
7516
7517 Thu Sep 19 00:00:29 1996 Gary Houston <ghouston@actrix.gen.nz>
7518
7519 * filesys.c (scsm_sys_stat): don't SIGSEGV if argument is an
7520 integer (assuming for now accepting an integer is a good thing).
7521
7522 * error.c, fports.c: replace use of %S in lgh_error args with %s.
7523 %S will be used instead for write'ing arguments.
7524
7525 * unif.c (scm_transpose_array): change arguments in the SCM_WNA
7526 asserts. fix a few other asserts.
7527 (scm_aind, scm_enclose_array, scm_array_in_bounds_p,
7528 scm_uniform_vector_ref, scm_array_set_x,
7529 scm_dimensions_to_unform_array): change args in
7530 SCM_WNA SCM_ASSERTS and change scm_wta's to scm_wrong_num_args.
7531 strop.c (scm_substring_move_left_x, scm_substring_move_right_x,
7532 scm_substring_fill_x): likewise.
7533 gsubr.c (scm_gsubr_apply): likewise.
7534 eval.c (SCM_APPLY): likewise.
7535
7536 * eval.c (4 places): replace scm_everr with lgh_error or
7537 scm_wrong_num_args.
7538
7539 * error.c, error.h (scm_wrong_num_args, scm_wrong_type_arg,
7540 scm_memory_error): new procedures.
7541 scm_everr: deleted. can use scm_wta, dropping first two args.
7542 scm_error: convert NULL subr to SCM_BOOL_F.
7543
7544 * __scm.h: don't define SCM_STACK_OVFLOW, SCM_EXIT, SCM_ARG6, SCM_ARG7,
7545 SCM_ARGERR.
7546
7547 * stackchk.c (scm_report_stack_overflow): use lgh_error instead
7548 of scm_wta.
7549
7550 * error.c, error.h: new error keys: scm_arg_type_key,
7551 scm_args_number_key, scm_memory_alloc_key, scm_stack_overflow_key,
7552 scm_misc_error_key.
7553 scm_wta: reimplement using lgh_error instead of scm_everr.
7554
7555 Wed Sep 18 17:13:35 1996 Mikael Djurfeldt <mdj@kenneth>
7556
7557 * gdbint.c: scm_lread now has one more argument.
7558
7559 * ports.c, ports.h: Name change: scm_\(line\|column\)_number -->
7560 scm_port_\1; Added mutator scm_set_port_filename_x (used when
7561 loading source from non-file ports, which, e. g., happens when
7562 using the Emacs interface).
7563
7564 * fports.c (scm_open_file): Don't call scm_makfrom0str on a scheme
7565 object.
7566
7567 * read.c: Added code for recording of positions of source code
7568 expressions; New functions: recsexpr, scm_lreadrecparen;
7569 _scm_make_srcprops --> scm_make_srcprops
7570 (scm_flush_ws): Removed updating of positions counters. This work
7571 is already done by scm_gen_getc
7572
7573 * read.h: Added prototype for scm_lreadrecparen
7574
7575 * print.c: Added #include "alist.h"
7576
7577 * eval.c: Added #include "hash.h"
7578
7579 * eq.c: Added #include "ramap.h"
7580
7581 * options.c: Documentation fixes.
7582
7583 * srcprop.c (scm_finish_srcprop): Bugfix: update ptr.
7584 (scm_init_srcprop): Adjusted size of initial source-whash. Name
7585 changes: tc16_srcprops --> scm_tc16_srcprops, _scm_make_srcprops
7586 --> scm_make_srcprops
7587
7588 * srcprop.h: Name changes: tc16_srcprops --> scm_tc16_srcprops,
7589 _scm_make_srcprops --> scm_make_srcprops; Remove one layer of
7590 function calls in the definition of the whash access macros.
7591
7592 Tue Sep 17 11:33:16 1996 Lee Iverson <leei@Canada.AI.SRI.COM>
7593
7594 * init.c (scm_boot_guile): Add level of indirection to
7595 scm_boot_guile_1() to ensure that stack base pointer is properly
7596 initialized. There was no guarantee that variable i was the
7597 highest/lowest variable on stack (i.e. the call frame of
7598 scm_boot_guile was not completely protected from gc).
7599
7600 Tue Sep 17 01:40:56 1996 Gary Houston <ghouston@actrix.gen.nz>
7601
7602 * ports.h (scm_port_table): put back file_name, it will be used to
7603 support debugging. Undo related changes in fports.c, ioext.c,
7604 ports.c, gc.c.
7605
7606 Sun Sep 15 03:58:29 1996 Gary Houston <ghouston@actrix.gen.nz>
7607
7608 * ports.h (scm_port_table): remove file_name member for now, it seems
7609 undesirable.
7610 * fports.c (scm_open_file): don't set file_name in PTAB.
7611 (prinfport): don't use file_name in PTAB.
7612 * ioext.c (scm_sys_duplicate_port): don't set file_name in PTAB.
7613 * ports.c (scm_add_to_port_table): don't intialize file_name.
7614 (scm_port_file_name): remove for now.
7615 * gc.c (scm_gc_mark): don't mark PTAB file_name.
7616
7617 * fports.h (scm_mkfile): prototype deleted.
7618 * fports.c (scm_mkfile): merged into scm_open_file to simplify.
7619
7620 * debug.c, unif.c: use scm_out_of_range instead of
7621 wta for range errors (ASSERT still needs work).
7622
7623 * error.c, error.h (scm_out_of_range): new procedure.
7624
7625 * error.c, error.h (scm_out_of_range_key): new key.
7626
7627 * posix.c (scm_sync): #else was missing.
7628
7629 * error.c, error.h: append _key to names scm_num_overflow and
7630 scm_system_error.
7631
7632 * __scm.h (SCM_SYSMISSING, SCM_NUM_OVERFLOW): use SCM_BOOL_F instead
7633 of consing an empty list.
7634 (SCM_SYSERROR etc.): move into error.c, make them procedures instead
7635 of macros, saves code and string space.
7636 error.c, fports.c, numbers.c, posix.c, ioext.c, filesys.c, socket.c,
7637 fdsocket.c, simpos.c: change names of SCM_SYSERROR etc., to
7638 lower case. Rename scm_syserror_m to scm_syserror_msg.
7639 error.h: prototypes for new procedures.
7640
7641 Sat Sep 14 03:35:41 1996 Gary Houston <ghouston@actrix.gen.nz>
7642
7643 * numbers.c: use SCM_NUM_OVERFLOW instead of scm_wta or ASSERT.
7644
7645 * error.c, error.h: setup scm_num_overflow key.
7646
7647 * __scm.h: SCM_NUM_OVERFLOW: macro for reporting numerical overflow.
7648 Remove definition of SCM_OVSCM_FLOW.
7649
7650 * fports.c (scm_open_file): use SCM_SYSERROR_M.
7651
7652 * __scm.h: SCM_SYSERROR_M: new macro for system errors with an
7653 explicit message and args.
7654
7655 * error.c, error.h, __scm.h: change system_error_sym to
7656 scm_system_error.
7657
7658 * error.c (system_error_sym): remove leading %% from the Scheme name
7659 "%%system-error".
7660
7661 * __scm.h (SCM_SYSMISSING): Redefine using lgh_error.
7662
7663 Fri Sep 13 12:58:08 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
7664
7665 * __scm.h, chars.c, debug.c, eval.c, eval.h, extchrs.c, extchrs.h,
7666 fdsocket.c, feature.c, mbstrings.c, mbstrings.h, numbers.c,
7667 numbers.h, print.c, scmhob.h, simpos.h, symbols.c, symbols.h,
7668 tags.h, throw.c, variable.h: Name cleanup. Lots of xxxSCM_yyy
7669 renamed. (These were introduced by unsupervised name
7670 substitution.)
7671
7672 Fri Sep 13 01:19:08 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
7673
7674 * print.c: Added code for detection of circular references during
7675 printing. (init_ref_stack, grow_ref_stack): New functions. Added
7676 a hook for printing of closures (accessible via print options).
7677 This leads to a split of calls to scm_iprin1 into two classes:
7678 elementary print operations (e. g. the code which prints a smob)
7679 still use scm_iprin1 while top level calls (like scm_display) use
7680 scm_prin1. scm_prin1 begins by clearing the data structure used
7681 to record reference information.
7682
7683 * print.h: Added declarations of scm_prin1 and scm_prlist.
7684
7685 * strports.c (scm_strprint_obj): scm_iprin1 --> scm_prin1
7686
7687 * gscm.c (gscm_portprint_obj): scm_iprin1 --> scm_prin1
7688
7689 * gscm.h (gscm_print_obj): scm_iprin1 --> scm_prin1
7690
7691 * error.c (err_head): scm_iprin1 --> scm_prin1
7692
7693 * debug.c: Adjusted header comment.
7694
7695 * tags.h: Typo.
7696
7697 Wed Sep 11 17:55:59 1996 Jim Blandy <jimb@totoro.cyclic.com>
7698
7699 * strerror.c: Doc fix.
7700
7701 Thu Sep 12 00:00:32 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
7702
7703 * gdbint.c (gdb_read): Now possible to run during GC.
7704 (unmark_port, remark_port): New functions.
7705
7706 * symbols.h (SCM_SETLENGTH): Use SCM_SETCAR.
7707
7708 * read.c (scm_grow_tok_buf): Use scm_vector_set_length_x instead
7709 of allocating a new string object. Also, increase size by
7710 the factor 2 instead of 1.5.
7711
7712 Wed Sep 11 15:10:38 1996 Petr Adamek <jimb@floss.cyclic.com>
7713
7714 * __scm.h (SCM_P): Corrected to run under traditional C.
7715
7716 * _scm.h (SCM_PROC): Extraneous semicolon (outside functions)
7717 removed.
7718
7719 * async.c: Calls to scm_sysintern corrected.
7720
7721 * async.h (scm_async_clock): Redundant declaration removed.
7722
7723 * continuations.c (scm_dynthrow): Redundant declaration removed.
7724
7725 * debug.c (scm_single_step, scm_memoized, scm_lookup_soft):
7726 Definition typos corrected.
7727
7728 * debug.h: Missing declarations of functions in debug.c added
7729 (lots).
7730
7731 * eval.h (scm_eval_args, scm_deval_args, scm_m_undefine):
7732 Missing declarations to functions in eval.c added.
7733
7734 * filesys.c: Possibly uninitialized variable rv.
7735
7736 * gc.h (scm_object_addr, scm_unhash_name): Missing
7737 declarations of functions defined in gc.c added.
7738
7739 * genio.c: Possible typos str_data -> wstr_data. ???
7740
7741 * genio.c: Possibly unintended shadowing of local variable
7742 `int c' (gotos out of scope of inner `c'). ???
7743
7744 * init.c: Uninitialized `SCM last' may be used.
7745
7746 * ioext.h: (scm_sys_isatty_p): Typo.
7747
7748 * list.h (scm_list_head): Missing prototype for function in
7749 list.c added.
7750
7751 * numbers.c (scm_two_doubles): Changed from extern to static
7752 (is used only within numbers.c).
7753
7754 * numbers.h: Repeated declarations removed.
7755
7756 * ports.h (scm_close_all_ports_except): Declaration for the
7757 function defined in ports.c added.
7758
7759 * posix.h: Missing declarations added.
7760
7761 * procs.h (scm_make_subr_opt): Missing declaration added.
7762
7763 * socket.h (scm_sys_gethost): Missing declaration added.
7764
7765 * socket.h: Redundant declarations removed (they are in fdsocket.h).
7766
7767 * srcprop.h (scm_set_source_property_x, scm_finish_srcprop):
7768 Missing declarations added.
7769
7770 * stime.h (scm_get_internal_real_time): Repeated declarations removed.
7771
7772 * struct.c: Uninitialized variable `SCM answer' may be used.
7773
7774 * unif.c (l2ra): Declaration prototype.
7775
7776 * unif.c (scm_array_equal_p): Dummy definition removed (it is
7777 defined in ramap.c).
7778
7779 * unif.h (scm_raprin1, scm_istr2bve, scm_array_equal_p):
7780 Redundant declarations removed (they are in ramap.h).
7781
7782 * variable.h (scm_make_udvariable,
7783 scm_make_undefined_variable): Declaration corrected to
7784 correspond variable.c.
7785
7786 * vectors.h (scm_vector_move_left_x, scm_vector_move_right_x):
7787 Missing declarations added.
7788
7789 Wed Sep 11 14:38:50 1996 Jim Blandy <jimb@floss.cyclic.com>
7790
7791 * Makefile.in (distclean): Don't forget to delete fd.h.
7792
7793 Tue Sep 10 14:01:46 1996 Jim Blandy <jimb@floss.cyclic.com>
7794
7795 * fd.h.in, tags.h: Trivial cleanups.
7796
7797 * marksweep.c, marksweep.h: Deleted; marksweep.c was empty, and
7798 marksweep.h just declared functions from gc.c.
7799 * gc.h, libguile.h: Don't #include "marksweep.h".
7800 * Makefile.in (libobjs, inner_h_files, c_files, gen_c_files): Omit
7801 marksweep.o, marksweep.h, marksweep.c, and marksweep.x. Other
7802 dependencies updated.
7803
7804 * libguile.h: Don't #include "files.h"; it's been deleted.
7805
7806 * files.c (scm_sys_delete_file): Moved to filesys.c.
7807 File is now empty; deleted.
7808 * files.h: Deleted.
7809 * filesys.c: scm_sys_delete_file is now here. Remove
7810 #if's; they seem to rely on remnants of an old portability
7811 regimen. If the problems come up again, solve them properly,
7812 using autoconf. Specifically: Don't test M_SYSV, and #define
7813 remove to be unlink if it's #defined; don't use remove just
7814 because HAVE_STDC_HEADERS is #defined.
7815 * filesys.h: Add declarations for scm_sys_delete_file.
7816 * Makefile.in (libobjs, inner_h_files, c_files, gen_c_files): Omit
7817 files.o, files.h, files.c, and files.x.
7818 * init.c: Don't #include "files.h", and don't call scm_init_files.
7819
7820 Use SCM_P instead of PROTO; the latter intrudes on the user's
7821 namespace.
7822 * params.h: Deleted; definition of SCM_P moved to...
7823 * __scm.h: ... here, where it replaces PROTO macro.
7824 * libguile.h, smob.h: Don't #include "params.h".
7825 * continuations.c, error.h, feature.h, gc.c, gc.h, init.h, load.h,
7826 smob.h: Fix prototypes accordingly.
7827 * Makefile.in: Update dependencies.
7828 (inner_h_files): Remove params.h.
7829
7830 * gc.c: #include "gc.h"; every module should include its header,
7831 to let the compiler cross-check the declarations against the
7832 definitions.
7833
7834 * eq.h, files.h, hashtab.h, load.h, mallocs.h, scmsigs.h,
7835 simpos.h: #include "libguile/__scm.h".
7836
7837 Mon Sep 9 20:00:15 1996 Jim Blandy <jimb@floss.cyclic.com>
7838
7839 * init.c: Don't forget to #include smob.h and init.h.
7840 * Makefile.in: Dependencies updated.
7841
7842 * smob.h: Use PROTO instead of #if __STDC__.
7843
7844 * continuations.c (scm_dynthrow): Use PROTO, not SCM_P.
7845
7846 * __scm.h: Doc fixes.
7847
7848 * __scm.h, libguile.h: Use "quotes" in the #includes, not
7849 <angles>; this allows `make depends' to work properly.
7850
7851 * libguile.h: #include smob.h and pairs.h before the others; they
7852 define typedefs used by other headers.
7853
7854 C files should #include only the header files they need, not
7855 libguile.h (which #includes all the header files); the pointless
7856 recompilation was wasting my time.
7857 * Makefile.in (all .o dependency lists): Regenerated.
7858 * libguile.h: Don't try to get a definition for size_t here...
7859 * __scm.h: Do it here.
7860 * _scm.h: Since this is the internal libguile header, put things
7861 here that all (or a majority) of the libguile files will want.
7862 Don't #include <libguile.h> here; that generates dependencies on
7863 way too much. Instead, get "__scm.h", "error.h", "pairs.h",
7864 "list.h", "gc.h", "gsubr.h", "procs.h", "numbers.h", "symbols.h",
7865 "boolean.h", "strings.h", "vectors.h", "root.h", "ports.h", and
7866 "async.h".
7867 * alist.c: Get "eq.h", "list.h", "alist.h".
7868 * append.c: Get "append.h", "list.h".
7869 * arbiters.c: Get "arbiters.h", "smob.h".
7870 * async.c: Get "async.h", "smob.h", "throw.h", "eval.h".
7871 * boolean.c: Get "boolean.h".
7872 * chars.c: Get "chars.h".
7873 * continuations.c: Get "continuations.h", "dynwind.h", "debug.h",
7874 "stackchk.h".
7875 * debug.c: Get "debug.h", "feature.h", "read.h", "strports.h",
7876 "continuations.h", "alist.h", "srcprop.h", "procprop.h", "smob.h",
7877 "genio.h", "throw.h", "eval.h".
7878 * dynwind.c: Get "dynwind.h", "alist.h", "eval.h".
7879 * eq.c: Get "eq.h", "unif.h", "smob.h", "strorder.h",
7880 "stackchk.h".
7881 * error.c: Get "error.h", "throw.h", "genio.h", "pairs.h".
7882 * eval.c: Get "eval.h", "stackchk.h", "srcprop.h", "debug.h",
7883 "hashtab.h", "procprop.h", "markers.h", "smob.h", "throw.h",
7884 "continuations.h", "eq.h", "sequences.h", "alist.h", "append.h",
7885 "debug.h".
7886 * fdsocket.c: Get "fdsocket.h", "unif.h", "filesys.h".
7887 * feature.c: Get "feature.h".
7888 * files.c: Get "files.h".
7889 * filesys.c: Get "filesys.h", "smob.h", "genio.h".
7890 * fports.c: Get "fports.h", "markers.h".
7891 * gc.c: Get "async.h", "unif.h", "smob.h", "weaks.h",
7892 "genio.h", "struct.h", "stackchk.h", "stime.h".
7893 * gdbint.c: Get "gdbint.h", "chars.h", "eval.h", "print.h",
7894 "read.h", "strports.h", "tag.h".
7895 * genio.c: Get "genio.h", "chars.h".
7896 * gsubr.c: Get "gsubr.h", "genio.h".
7897 * hash.c: Get "hash.h", "chars.h".
7898 * hashtab.c: Get "hashtab.h", "eval.h", "hash.h", "alist.h".
7899 * init.c: Get everyone who has an scm_init_mumble function:
7900 "weaks.h", "vports.h", "version.h", "vectors.h", "variable.h",
7901 "unif.h", "throw.h", "tag.h", "symbols.h", "struct.h",
7902 "strports.h", "strorder.h", "strop.h", "strings.h", "stime.h",
7903 "stackchk.h", "srcprop.h", "socket.h", "simpos.h", "sequences.h",
7904 "scmsigs.h", "read.h", "ramap.h", "procs.h", "procprop.h",
7905 "print.h", "posix.h", "ports.h", "pairs.h", "options.h",
7906 "objprop.h", "numbers.h", "mbstrings.h", "mallocs.h", "load.h",
7907 "list.h", "kw.h", "ioext.h", "hashtab.h", "hash.h", "gsubr.h",
7908 "gdbint.h", "gc.h", "fports.h", "filesys.h", "files.h",
7909 "feature.h", "fdsocket.h", "eval.h", "error.h", "eq.h",
7910 "dynwind.h", "debug.h", "continuations.h", "chars.h", "boolean.h",
7911 "async.h", "arbiters.h", "append.h", "alist.h".
7912 * ioext.c: Get "ioext.h", "fports.h".
7913 * kw.c: Get "kw.h", "smob.h", "mbstrings.h", "genio.h".
7914 * list.c: Get "list.h", "eq.h".
7915 * load.c: Get "load.h", "eval.h", "read.h", "fports.h".
7916 * mallocs.c: Get "smob.h", "genio.h".
7917 * markers.c: Get "markers.h".
7918 * mbstrings.c: Get "mbstrings.h", "read.h", "genio.h", "unif.h",
7919 "chars.h".
7920 * numbers.c: Get "unif.h", "genio.h".
7921 * objprop.c: Get "objprop.h", "weaks.h", "alist.h", "hashtab.h".
7922 * options.c: Get "options.h".
7923 * ports.c: Get "ports.h", "vports.h", "strports.h", "fports.h",
7924 "markers.h", "chars.h", "genio.h".
7925 * posix.c: Get "posix.h", "sequences.h", "feature.h", "unif.h",
7926 "read.h", "scmsigs.h", "genio.h", "fports.h".
7927 * print.c: Get "print.h", "unif.h", "weaks.h", "read.h",
7928 "procprop.h", "eval.h", "smob.h", "mbstrings.h", "genio.h",
7929 "chars.h".
7930 * procprop.c: Get "procprop.h", "eval.h", "alist.h".
7931 * procs.c: Get "procs.h".
7932 * ramap.c: Get "ramap.h", "feature.h", "eval.h", "eq.h",
7933 "chars.h", "smob.h", "unif.h".
7934 * read.c: Get "alist.h", "kw.h", "mbstrings.h", "unif.h",
7935 "eval.h", "genio.h", "chars.h".
7936 * root.c: Get "root.h", "stackchk.h".
7937 * scmsigs.c: Get "scmsigs.h".
7938 * sequences.c: Get "sequences.h".
7939 * simpos.c: Get "simpos.h", "scmsigs.h".
7940 * smob.c: Get "smob.h".
7941 * socket.c: Get "socket.h", "feature.h".
7942 * srcprop.c: Get "srcprop.h", "weaks.h", "hashtab.h", "debug.h",
7943 "alist.h", "smob.h".
7944 * stackchk.c: Get "stackchk.h", "genio.h".
7945 * stime.c: Get "stime.h"."libguile/continuations.h".
7946 * strings.c: Get "strings.h", "chars.h".
7947 * strop.c: Get "strop.h", "chars.h".
7948 * strorder.c: Get "strorder.h", "chars.h".
7949 * strports.c: Get "strports.h", "print.h", "eval.h", "unif.h".
7950 * struct.c: Get "struct.h", "chars.h".
7951 * symbols.c: Get "symbols.h", "mbstrings.h", "alist.h",
7952 "variable.h", "eval.h", "chars.h".
7953 * tag.c: Get "tag.h", "struct.h", "chars.h".
7954 * throw.c: Get "throw.h", "continuations.h", "debug.h",
7955 "dynwind.h", "eval.h", "alist.h", "smob.h", "genio.h".
7956 * unif.c: Get "unif.h", "feature.h", "strop.h", "sequences.h",
7957 "smob.h", "genio.h", "eval.h", "chars.h".
7958 * variable.c: Get "variable.h", "smob.h", "genio.h".
7959 * vectors.c: Get "vectors.h", "eq.h".
7960 * version.c: Get "version.h".
7961 * vports.c: Get "vports.h", "fports.h", "chars.h", "eval.h".
7962 * weaks.c: Get "weaks.h".
7963
7964 * stackchk.h: #include "libguile/debug.h",
7965
7966 * print.h, read.h: #include "options.h", since everyone who uses
7967 either of these files will need that.
7968
7969 * smob.h: #include "ports.h", "genio.h", and "print.h", since
7970 anyone who uses this file will need them to define the smob
7971 printing functions. Also, get markers.h, since people will need
7972 to #define the mark functions.
7973
7974 * smob.h (scm_ptobfuns, SCM_PTOBNUM): Definitions moved...
7975 * ports.h: ... to here.
7976
7977 * ports.h (scm_port_table_size): Explicitly give type as 'int';
7978 don't rely on archaic C default type rules.
7979
7980 * fports.h: #include "libguile/ports.h", since you need that in
7981 order to parse this.
7982
7983 * genio.h: #include "libguile/print.h", because you need that to
7984 parse this; don't bother #including "ports.h", since print.h gets
7985 that.
7986
7987 * error.h: Don't #include "pairs.h"; _scm.h will do that now.
7988
7989 * eval.h (scm_top_level_lookup_thunk_var): Remove declaration for
7990 this; it's now a reference to an element of *scm_root.
7991
7992 * debug.h: Don't #include "options.h"; the compiler won't be able
7993 to find that once the headers are installed; instead, #include
7994 "libguile/options.h".
7995 * gc.h: Same, with marksweep.h.
7996 * mbstrings.h: Same, with symbols.h.
7997 * scmhob.h: Same, with _scm.h.
7998 * smob.h: Same, with params.h.
7999
8000 * Makefile.in (depends): Don't nuke scmconfig.h and the generated
8001 C files; there's no need for this, and it forces recompilations
8002 unnecessarily.
8003
8004 Sat Sep 7 06:57:23 1996 Gary Houston <ghouston@actrix.gen.nz>
8005
8006 * error.c (scm_error): declare scm_error_callback.
8007
8008 * error.h: prototype for scm_error_callback.
8009
8010 * __scm.h: define lgh_error.
8011 (SCM_SYSERROR): redefine using lgh_error.
8012
8013 Thu Sep 5 22:40:06 1996 Gary Houston <ghouston@actrix.gen.nz>
8014
8015 * error.c (scm_error): new procedure.
8016
8017 * error.h: prototype for scm_error.
8018
8019 * Makefile.in (install): install scmconfig.h from the current
8020 directory, not $(srcdir).
8021
8022 Thu Sep 5 11:38:07 1996 Jim Blandy <jimb@floss.cyclic.com>
8023
8024 * alist.h, append.h, arbiters.h, async.h, boolean.h, chars.h,
8025 continuations.h, debug.h, dynwind.h, error.h, eval.h, fdsocket.h,
8026 feature.h, filesys.h, fports.h, gc.h, gdbint.h, genio.h, gsubr.h,
8027 hash.h, init.h, ioext.h, kw.h, list.h, markers.h, marksweep.h,
8028 mbstrings.h, numbers.h, objprop.h, options.h, pairs.h, ports.h,
8029 posix.h, print.h, procprop.h, procs.h, ramap.h, read.h, root.h,
8030 sequences.h, smob.h, socket.h, srcprop.h, stackchk.h, stime.h,
8031 strings.h, strop.h, strorder.h, strports.h, struct.h, symbols.h,
8032 tag.h, throw.h, unif.h, variable.h, vectors.h, version.h,
8033 vports.h, weaks.h: #include "libguile/__scm.h", not
8034 <libguile/__scm.h>. This allows 'gcc -MM' to determine which
8035 dependencies are within libguile properly.
8036
8037 Thu Sep 5 11:38:07 1996 Jim Blandy <jimb@floss.cyclic.com>
8038
8039 * Makefile.in (.c.x): Simplify; there's no need to run this rule
8040 when scmconfig.h doesn't exist.
8041
8042 * load.c (scm_sys_try_load): Correct spelling.
8043
8044 * feature.c (scm_loc_features): Make this static.
8045
8046 * Makefile.in (libpath.h): Omit trailing slash from path. We
8047 shouldn't require it of users, so why put it here?
8048
8049 Move code to initialize and search %load-path from ice-9 to C
8050 code, so we can use the load-path to find the ice-9 boot code;
8051 this makes it easier to run Guile without installing it. See
8052 corresponding changes in guile/Makefile.in.
8053 * feature.c: Move stuff concerned with the load path to load.c.
8054 (scm_compiled_library_path): Deleted.
8055 Don't #include libpath.h here.
8056 * feature.h: Don't mention scm_compiled_library_path.
8057 * load.c: #include "libpath.h" here, as well as <sys/types.h>,
8058 <sys/stat.h>, and <unistd.h> (if present).
8059 (R_OK): #define if the system hasn't deigned to.
8060 (scm_loc_load_path): New variable.
8061 (scm_init_load_path, scm_sys_search_load_path,
8062 scm_sys_try_load_path): New functions.
8063 (scm_init_load): Initialize scm_loc_load_path to point to the
8064 value cell of the Scheme %load-path variable.
8065 * load.h: Add declarations for scm_sys_search_load_path,
8066 scm_sys_try_load_path.
8067 * init.c: Call scm_init_load_path.
8068 * Makefile.in (feature.o, load.o): Dependencies updated.
8069
8070 * load.c, load.h: Rewrite using PROTO macro.
8071
8072 Thu Sep 5 01:54:33 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
8073
8074 * gc.c (scm_cellp): New function: C predicate to determine if an
8075 SCM value can be regarded as a pointer to a cell on the heap.
8076
8077 * gc.h: Added declaration of scm_cellp.
8078
8079 * gdb_interface.h: New file: The GDB interface header from the GDB
8080 distribution.
8081
8082 * gdbint.c: New file: GDB interface.
8083
8084 * gdbint.h: New file: GDB interface.
8085
8086 * libguile.h: Added #include <libguile/gdbint.h>.
8087
8088 * init.c (scm_boot_guile): Added scm_init_gdbint.
8089
8090 * Makefile.in: Added gdb_interface.h, gdbint.[hc].
8091 Added -I.. to INCLUDE_CFLAGS (otherwise the include files won't be
8092 found if object files and source are kept separate).
8093
8094 Wed Sep 4 14:35:02 1996 Jim Blandy <jimb@floss.cyclic.com>
8095
8096 * feature.h, feature.c: Use PROTO macro, instead of #if __STDC__.
8097
8098 Wed Sep 4 01:30:47 1996 Jim Blandy <jimb@totoro.cyclic.com>
8099
8100 * configure.in: Don't substitute the values of TCL_SRC_DIR and
8101 TK_SRC_DIR; they're not relevant any more.
8102
8103 * Makefile.in (CC): Don't list -Wall here; it's a GCC-specific flag.
8104 * configure.in: Instead, put it in CFLAGS here, iff we're using GCC.
8105
8106 Wed Sep 4 00:55:49 1996 Jim Blandy <jimb@floss.cyclic.com>
8107
8108 * PLUGIN/guile.config (xtra_cflags): Include .. in the header
8109 search path, so we can find the <libguile/MUMBLE.h> headers.
8110
8111 * Makefile.in (ancillary): List aclocal.m4, for 'make dist'.
8112
8113 * Makefile.in (ALL_CFLAGS): Don't mention CFLAGS here; it's
8114 implicit in the .c.o rule.
8115 (.c.x): Don't mention ALL_CFLAGS here; its value is included in
8116 $(CC) already.
8117
8118 Put the library path in a header file, instead of passing it on
8119 the command line in every compilation.
8120 * Makefile.in (libpath.h): New target.
8121 (feature.o): Depend on libpath.h.
8122 (clean): Delete libpath.h.
8123 (ALL_CFLAGS): Don't use -DLIBRARY_PATH here. Instead ...
8124 * feature.c: ... #include "libpath.h" here.
8125 * .cvsignore: Ignore libpath.h.
8126
8127 Don't install the unwashed masses of Guile header files in the
8128 main #include path; put most of them in a subdirectory called
8129 'libguile'. This avoids naming conflicts between Guile header
8130 files and system header files (of which there were a few).
8131 * Makefile.in (pkgincludedir): Deleted.
8132 (innerincludedir): New variable; this and $(includedir) are enough.
8133 (INCLUDE_CFLAGS): Search for headers in "-I$(srcdir)/..".
8134 (installed_h_files): Divide this up. Now this variable lists
8135 those header files which should go into $(includedir) (i.e. appear
8136 directly in the #include path), and ...
8137 (inner_h_files): ... this new variable says which files appear in
8138 a subdirectory, and are referred to as <libguile/mumble.h>.
8139 (h_files): List them both.
8140 (install): Create innerincludedir, not pkgincludedir. Put
8141 the installed_h_files and inner_h_files in their proper places.
8142 (uninstall): Corresponding changes.
8143 * alist.h, append.h, arbiters.h, async.h, boolean.h, chars.h,
8144 continuations.h, debug.h, dynwind.h, error.h, eval.h, fdsocket.h,
8145 feature.h, fports.h, gc.h, genio.h, gsubr.h, hash.h, init.h,
8146 ioext.h, kw.h, libguile.h, list.h, markers.h, marksweep.h,
8147 mbstrings.h, numbers.h, options.h, pairs.h, ports.h, posix.h,
8148 print.h, procprop.h, procs.h, ramap.h, read.h, root.h,
8149 sequences.h, smob.h, socket.h, srcprop.h, stackchk.h, stime.h,
8150 strings.h, strop.h, strorder.h, strports.h, struct.h, symbols.h,
8151 tag.h, throw.h, unif.h, variable.h, vectors.h, version.h,
8152 vports.h, weaks.h: Find __scm.h in its new location.
8153 * __scm.h: Find scmconfig.h and tags.h in their new locations
8154 (they're both "inner" files).
8155
8156 Tue Sep 3 20:27:35 1996 Jim Blandy <jimb@floss.cyclic.com>
8157
8158 * Makefile.in (.c.x): Remove duplicate use of $(ALL_CFLAGS).
8159
8160 Tue Sep 3 19:53:00 1996 Jim Blandy <jimb@totoro.cyclic.com>
8161
8162 * posix.c: Doc fixes.
8163
8164 Mon Sep 2 15:22:40 1996 Jim Blandy <jimb@totoro.cyclic.com>
8165
8166 * socket.c: Don't include a prototype for inet_aton; just use a
8167 K&R style declaration, to avoid warnings but minimize the chance
8168 of conflicts with the system.
8169
8170 On NextStep, <utime.h> doesn't define struct utime, unless we
8171 #define _POSIX_SOURCE before #including it.
8172 * aclocal.m4 (GUILE_STRUCT_UTIMBUF): New test.
8173 * acconfig.h: New comment text for above CPP symbol.
8174 * configure.in: Call it.
8175 * posix.c: #define _POSIX_SOURCE if it seems necessary.
8176
8177 * configure.in (AC_CHECK_HEADERS): Include sys/utime.h and utime.h
8178 in the list.
8179 * posix.c: Check HAVE_SYS_UTIME_H and HAVE_UTIME_H, instead of
8180 testing for __EMX__.
8181
8182 * posix.c: #include <libc.h>, if it exists.
8183
8184 * posix.c: Cast the return result to GETGROUPS_T, not gid_t; we
8185 don't even know if the latter exists.
8186
8187 * posix.c (s_sys_setpgid, s_sys_setsid, s_sys_ctermid,
8188 s_sys_tcgetpgrp, s_sys_tcsetpgrp): Renamed from s_setpgid,
8189 s_setsid, s_ctermid, s_tcgetpgrp, s_tcsetpgrp, for consistency.
8190
8191 * posix.c (R_OK, W_OK, X_OK, F_OK): #define these if the system's
8192 header files don't.
8193 (scm_init_posix): Use them when initializing the Scheme constants
8194 of the same name.
8195
8196 Fri Aug 30 16:01:30 1996 Jim Blandy <jimb@floss.cyclic.com>
8197
8198 * Makefile.in (libdir, includedir, bindir): Use the
8199 autoconf-supplied values, instead of deriving them ourselves.
8200 (pkgincludedir, datadir, pkgdatadir): New variables.
8201 (install, uninstall): Put the header files in a special
8202 subdirectory, not in the main search path.
8203
8204 * Makefile.in (ALL_CFLAGS): Provide the proper value for
8205 LIBRARY_PATH --- use $(pkgdatadir) instead of $(libdir).
8206
8207 * Makefile.in (IMPLPATH): Deleted; never used.
8208
8209 * Makefile.in (TCL_SRC_DIR, TK_SRC_DIR): Deleted; we don't depend
8210 on the Tcl/Tk source any more.
8211 (INCLUDE_CFLAGS): Remove references to the above.
8212
8213 * Makefile.in (version.o): Corrected dependencies.
8214
8215 Thu Aug 29 23:06:19 1996 Thomas Morgan <tmorgan@gnu.ai.mit.edu>
8216
8217 * libguile.h: #include "version.h"
8218
8219 * init.c (scm_boot_guile): Call scm_init_version.
8220 * gscm.c (gscm_run_scm): Call scm_init_version.
8221
8222 * configure.in (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION,
8223 GUILE_VERSION): AC_DEFINE these.
8224 (acconfig.h): #undef the above symbols.
8225
8226 * Makefile.in (libobjs): Add version.o.
8227 (installed_h_files): Add version.h.
8228 (c_files): Add version.c.
8229 (gen_c_files): Add version.x.
8230 (version.o): New rule.
8231 (alist.o, append.o, appinit.o, arbiters.o, async.o, boolean.o,
8232 chars.o, continuations.o, dynwind.o, eq.o, error.o, eval.o,
8233 fdsocket.o, feature.o, files.o, filesys.o, fports.o, gc.o,
8234 genio.o, gsubr.o, hash.o, hashtab.o, init.o, kw.o, list.o, load.o,
8235 mallocs.o, markers.o, marksweep.o, mbstrings.o, numbers.o,
8236 objprop.o, pairs.o, ports.o, posix.o, print.o, procprop.o,
8237 procs.o, ramap.o, read.o, root.o, scmsigs.o, sequences.o,
8238 simpos.o, smob.o, socket.o, stackchk.o, stime.o, strings.o,
8239 strop.o, strorder.o, strports.o, struct.o, symbols.o, tag.o,
8240 throw.o, unif.o, variable.o, vectors.o, version.o, vports.o,
8241 weaks.o): Add version.h to dependency lists.
8242 (markers.o): Remove duplicate rule.
8243
8244 * version.h: New file.
8245
8246 * version.c: New file.
8247
8248 Thu Aug 29 15:21:39 1996 Jim Blandy <jimb@totoro.cyclic.com>
8249
8250 * symbols.c (scm_strhash): scm_downcase is now a function, not an
8251 array; use it appropriately. Since GCC is quite happy to
8252 subscript functions, it never warned us about this; we should use
8253 -Wpointer-arith in the future. I guess we never tested
8254 case-insensitivity.
8255
8256 Wed Aug 28 18:52:22 1996 Jim Blandy <jimb@totoro.cyclic.com>
8257
8258 * socket.c: Doc and copyright fixes.
8259
8260 Sat Aug 24 05:29:19 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
8261
8262 * debug.c: Fixed and improved gdb support.
8263
8264 Fri Aug 23 18:00:16 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
8265
8266 * socket.c: Added declaration of inet_aton to avoid compiler
8267 warning. (Hope this solution is correct.)
8268
8269 * stime.c: Added declaration of ftime. (This is missing in
8270 Solaris 2 headers.)
8271
8272 Fri Aug 23 02:03:32 1996 Gary Houston <ghouston@actrix.gen.nz>
8273
8274 * configure, scmconfig.h.in: Updated, using autoconf and autoheader.
8275
8276 * Makefile.in (c_files): add strerror.c.
8277
8278 * strerror.c: new file from Emacs' sysdep.c.
8279 maybe configure should also check for sys_errlist.
8280
8281 * configure.in (AC_REPLACE_FUNCS): add strerror.
8282
8283 Fri Aug 23 03:02:46 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
8284
8285 * debug.c (scm_init_debug): Added initialization for
8286 scm_evaluator_traps.
8287
8288 * debug.h, debug.c: Various name changes.
8289 (Mostly prefixing with SCM_.) Renamed "debug-options" -->
8290 "debug-options-interface". See commentary in options.c.
8291
8292 * options.h, options.c: Options now have documentation strings.
8293 Also added a long explanatory commentary.
8294
8295 * eval.c, print.h, print.c, read.h, read.c: Modifications to
8296 run-time options.
8297
8298 * gscm.c, init.c, root.c, throw.c: Bug fixes:
8299 last_debug_info_frame is now updated in all cases.
8300
8301 * __scm.h, stackchk.h, stackchk.c: Guile now performs stack
8302 checking.
8303
8304 Thu Aug 22 17:34:17 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
8305
8306 * __scm.h: SCM_STACK_LIMIT removed (now a run-time option).
8307 Added option STACK_CHECKING.
8308
8309 Tue Aug 20 18:48:40 1996 Mikael Djurfeldt <djurfeldt@nada.kth.se>
8310
8311 * Makefile.in: Added {debug,options,srcprop}.{h,c}
8312
8313 * __scm.h: Removed symbols for debugging support.
8314
8315 * acconfig.h: Added symbols for debugging support.
8316
8317 * configure.in: Added user option for debugging support.
8318 --enable-debug will include the debugging code into libguile.a.
8319
8320 * continuations.c (scm_make_cont): Enlarged the #if 0 around
8321 scm_relocate_chunk_to_heap.
8322
8323 * debug.c: New file: low-level debugging support. It also
8324 includes support for debugging with gdb. (The extensions to gdb
8325 are written by Per Bothner at Cygnus.)
8326
8327 * debug.h: New file: low-level debugging support.
8328
8329 * eval.c: scm_m_set and SCM_IM_SET no longer supports multiple
8330 argument pairs. Extensive modifications to the debugging
8331 evaluator. Added "SECTION:" commentaries to clarify what happens
8332 when, during double compilation. Renamed EVALIMP --> EVALIM.
8333 Renamed EVAL --> XEVAL. Removed function evalcar. Defined
8334 evalcar to scm_eval_car. Added explanation of "EVAL" symbols to
8335 the beginning of the file. New procedure: scm_unmemocopy.
8336 Added some global state variables needed by the debugging
8337 evaluator: scm_ceval_ptr, last_debug_info_frame, debug_mode,
8338 check_entry, check_apply, check_exit, debug_options and
8339 evaluator_traps. New acro: undefine.
8340
8341 * eval.h: Renamed EVAL --> XEVAL.
8342
8343 * gc.c (scm_init_storage): Renamed scm_make_weak_hash_table
8344 --> scm_make_weak_key_hash_table.
8345
8346 * init.c (scm_restart_stack, scm_boot_guile): Added initialization
8347 of SCM_DFRAME. Added calls to scm_init_{debug,options,srcprop}.
8348
8349 * libguile.h: Conditionally include debug.h
8350
8351 * objprop.c (scm_object_properties, scm_set_object_properties_x):
8352 scm_object_properties shouldn't return handle. `handle' now gets
8353 initialized in scm_set_object_properties_x. scm_object_properties
8354 doesn't any longer create an entry in scm_object_whash.
8355
8356 * options.c: New file: handling of run time options.
8357
8358 * options.h: New file: handling of run time options.
8359
8360 * posix.c (scm_getpgrp): Cast pointer to getpgrp.
8361
8362 * print.c: New procedure: scm_print_options
8363
8364 * print.h: Defines for print options.
8365
8366 * read.c: New procedure: scm_read_options
8367
8368 * read.h: Defines for reader options.
8369
8370 * root.h: Added scm_source_whash among scm_sys_protects.
8371
8372 * srcprop.c: New file: source properties.
8373
8374 * srcprop.h: New file: source properties.
8375
8376 * throw.c (jbsmob): Jump buffers are now correctly allocated.
8377 (Bug found by A. Green.)
8378
8379 * weak.c: Renamed scm_weak_hash_table --> scm_weak_key_hash_table.
8380
8381 * weak.h: Renamed scm_weak_hash_table --> scm_weak_key_hash_table.
8382
8383 Thu Aug 15 02:05:14 1996 Jim Blandy <jimb@totoro.cyclic.com>
8384
8385 * libguile.h: #include "objprop.h"; I guess this was forgotten.
8386
8387 * init.c (scm_boot_guile): Don't call scm_init_rgx; it's a plugin,
8388 and should be called by the final client.
8389
8390 Wed Aug 14 21:41:37 1996 Jim Blandy <jimb@totoro.cyclic.com>
8391
8392 * gc.h: Use the PROTO macro when declaring functions.
8393 * gc.c: Use the PROTO macro when declaring static functions.
8394 Remove the CPP hair around function definitions.
8395
8396 * gc.c (scm_init_storage): Initialize scm_asyncs.
8397
8398 * libguile.h: #include "__scm.h" before testing the STDC_HEADERS
8399 preprocessor symbol; "__scm.h" is where it might get #defined.
8400 * __scm.h: Similar: #include <scmconfig.h> before testing
8401 HAVE_LIMITS_H.
8402
8403 * __scm.h: It's HAVE_LIMITS_H, not HAVE_LIMITSH.
8404
8405 Fri Aug 9 11:09:28 1996 Jim Blandy <jimb@totoro.cyclic.com>
8406
8407 * init.c (scm_boot_guile): Add init_func argument; call
8408 (*init_func) instead of calling scm_appinit; it's ucky to
8409 hard-code names for the user's procedures.
8410 * init.h (scm_boot_guile): Adjust declaration.
8411
8412 * __scm.h (PROTO): New macro, for declaring functions with
8413 prototypes.
8414
8415 * init.h (scm_start_stack, scm_restart_stack): Use PROTO;
8416 eliminate all the __STDC__ conditionals.
8417 (scm_boot_guile): Add declaration.
8418 * init.c (scm_start_stack, scm_restart_stack, scm_boot_guile):
8419 Remove __STDC__ conditionals around function definitions; the
8420 declarations in init.h will provide the same information, more
8421 usefully.
8422
8423 * __scm.h (SCM_SYSMISSING): When we don't have ENOSYS, don't
8424 complain about it in the error message; the error message is
8425 adequate without that note, and there's nothing the user can do
8426 about it.
8427
8428 Wed Aug 7 14:14:46 1996 Jim Blandy <jimb@totoro.cyclic.com>
8429
8430 * Makefile.in (ancillary): Drop def.sed.
8431
8432 * posix.c (scm_init_posix): Use numeric values, rather than
8433 CPP symbols, when defining the scheme values R_OK, W_OK, X_OK, and
8434 F_OK. The symbols aren't available on some systems, and I'm
8435 pretty sure their values are fixed by common widespread practice.
8436 * ioext.c (scm_init_ioext): Code here defined them too; remove it.
8437
8438 More functions unavailable on some systems.
8439 * configure.in (AC_CHECK_FUNCS): Add ctermid, setpgid, setsid,
8440 tcgetpgrp, tcsetpgrp, and waitpid to the list of functions to
8441 check for.
8442 * configure, scmconfig.h.in: Updated, using autoconf and autoheader.
8443 * posix.c (scm_sys_ctermid, scm_sys_setpgid, scm_sys_setsid,
8444 scm_sys_tcgetpgrp, scm_sys_tcsetpgrp, scm_sys_waitpid): Put the
8445 bodies of these functions in "#ifdef HAVE_MUMBLE" clauses, with a
8446 stub that signals an error as the #else.
8447
8448 * Makefile.in (ancillary): Drop acconfig-1.5.h; add acconfig.h.
8449
8450 Wed Aug 7 06:28:42 1996 Gary Houston <ghouston@actrix.gen.nz>
8451
8452 * Fixes motivated by Petr Adamek <adamek@mit.edu>:
8453
8454 * unif.c: include ramap.h.
8455
8456 * read.c (endif): case_insensative_p renamed case_insensitive_p.
8457
8458 * ramap.h: rename scm_array_copy prototypes to scm_array_copy_x.
8459
8460 * ports.c: include sys/ioctl.h.
8461
8462 * scmconfig.h.in: add HAVE_SYS_IOCTL_H.
8463
8464 * configure.in: check for sys/ioctl.h.
8465
8466 * ports.c: include <malloc.h> not "malloc.h".
8467
8468 * mallocs.c: include <malloc.h> not "malloc.h", likewise for unistd.h.
8469
8470 * fports.c: remove ttyname and tmpnam declarations.
8471
8472 * posix.c: fewer ttyname declarations.
8473
8474 * fports.c: include <string.h> not "string.h".
8475
8476 * init.c, ioext.c: include string.h and unistd.h.
8477
8478 * gc.c: include <malloc.h> not "malloc.h", likewise for unistd.h.
8479
8480 * async.c, strings.h, strports.c, struct.c, symbols.c, feature.c,
8481 genio.c, simpos.c, vports.c: include string.h.
8482
8483 * socket.c, fdsocket.c: include string.h only if HAVE_STRING_H.
8484
8485 * fdsocket.c (getsockopt, setsockopt): change type of optlen from
8486 scm_sizet to int.
8487 (scm_addr_buffer_size): change type from scm_sizet to int.
8488 (accept, getsockname, getpeername, recvfrom): change type of tmp_size
8489 from scm_sizet to int.
8490
8491 * error.c: include unistd.h.
8492
8493 * __scm.h: (SCM_SYSMISSING): another version in case ENOSYS isn't
8494 defined.
8495
8496 * Makefile.in: remove references to .hd, .cd suffix and __scm.hd.
8497
8498 * __scm.hd, def.sed: deleted.
8499
8500 Tue Aug 6 14:49:08 1996 Jim Blandy <jimb@totoro.cyclic.com>
8501
8502 Changes for NeXT, suggested by Robert Brown.
8503 * configure.in: Call AC_TYPE_MODE_T.
8504 (AC_CHECK_HEADERS): Add libc.h, to get more prototypes on the
8505 NeXT. Put header file list in alphabetical order.
8506 * configure, scmconfig.h.in: Regenerated.
8507 * filesys.c [HAVE_LIBC_H]: #include <libc.h>.
8508
8509 * filesys.c [HAVE_STRING_H]: #include <string.h>, to get prototype
8510 for strerror.
8511
8512 * acconfig.h: New file, providing documentation for the CPP
8513 symbols defined in configure.in
8514 * acconfig-1.5.h: Removed; superceded by the above.
8515
8516 Sat Aug 3 01:27:14 1996 Gary Houston <ghouston@actrix.gen.nz>
8517
8518 * ioext.c (scm_sys_fdopen): fix the port-table assignment.
8519
8520 * fports.c (scm_open_file): don't return #f, throw error.
8521
8522 * ioext.c (fileno): renamed from %fileno.
8523 (soft-fileno): deleted.
8524
8525 * ports.c (scm_port_revealed): don't need to check for -1 from
8526 scm_revealed_count.
8527 (scm_set_port_revealed_x): return unspecified, not #f.
8528
8529 * ioext.c (primitive-move->fdes): return #t or #f, not 1 or 0.
8530
8531 * fdsocket.c: getsockopt, setsockopt: use HAVE_STRUCT_LINGER.
8532
8533 * scmconfig.h.in: add HAVE_STRUCT_LINGER.
8534
8535 * configure.in: check for struct linger, set HAVE_STRUCT_LINGER.
8536
8537 Thu Aug 1 02:58:39 1996 Jim Blandy <jimb@totoro.cyclic.com>
8538
8539 * filesys.c, posix.c: #include <sys/types.h> before <sys/stat.h>.
8540 This is necessary on Ultrix, and doesn't hurt portability.
8541
8542 * Makefile.in (dist-dir): New target, implementing a new dist system.
8543 (installed_h_files): Put in alphabetical order.
8544 Remove duplicate entries for markers.h and unif.h.
8545 (c_files): Remove duplicate entries for markers.c.
8546 (ancillary): Renamed from anillery; all uses changed. Remove
8547 PLUGIN; it's a directory, and needs special treatment in dist-dir.
8548 Remove all the ../doc/* files; doc/Makefile.in handles that.
8549
8550 * Makefile.in (libobjs): Remove duplicate entry for markers.o.
8551
8552 * Makefile.in (.c.x): Compensate for Ultrix's broken Bourne shell:
8553 every if must have an else, or else the whole command has a
8554 non-zero exit code whenever the if's condition is false.
8555
8556 Thu Aug 1 08:22:24 1996 Gary Houston <ghouston@actrix.gen.nz>
8557
8558 * posix.c: include string.h.
8559
8560 Wed Jul 31 23:43:05 1996 Gary Houston <ghouston@actrix.gen.nz>
8561
8562 * numbers.c: rename %expt -> $expt, %atan2 -> $atan2, as it must
8563 have been once.
8564
8565 * posix.c, ioext.c, socket.c, fdsocket.c, files.c, filesys.c, simpos.c:
8566 Remove leading % from scheme names.
8567 Do not return error values, call SCM_SYSERROR or similar.
8568
8569 * __scm.h (SCM_SYSERROR, SCM_SYSMISSING): new macros.
8570
8571 Wed Jun 12 00:28:31 1996 Tom Lord <lord@beehive>
8572
8573 * struct.c (scm_init_struct): new file.
8574
8575 Fri Jun 7 14:02:00 1996 Tom Lord <lord@beehive>
8576
8577 * list.c (scm_list_tail): list-cdr-ref is the same as list-tail.
8578 (scm_list_head): added list-head for rapidly chopping argument
8579 lists off of longer lists (and similar).
8580
8581 Tue Jun 4 09:40:33 1996 Tom Lord <lord@beehive>
8582
8583 * objprop.c (scm_object_property): assq the cdr of the whash
8584 handle for obj, not the handle itself.
8585
8586 Mon Jun 3 17:19:30 1996 Tom Lord <lord@beehive>
8587
8588 * gc.c (scm_mark_weak_vector_spines): Mark the spines (alists) of
8589 weak hash tables last of all marking to avoid an obscure gc bug.
8590 WARNING: circular lists stored in a weak hash table will hose us.
8591
8592 Fri May 24 09:53:39 1996 Tom Lord <lord@beehive>
8593
8594 * vectors.c (scm_vector_move_left_x, scm_vector_move_right_x):
8595 new functions similar to scm_substring_move_left_x and
8596 scm_substring_move_right_x.
8597
8598 Wed May 22 20:07:01 1996 Tom Lord <lord@beehive>
8599
8600 * init.c (scm_boot_guile): prevent gc with scm_block_gc not
8601 scm_gc_heap_lock!
8602
8603 Wed May 15 16:13:29 1996 Tom Lord <lord@beehive>
8604
8605 * ports.c (scm_unread_char): scm_gen_ungetc as a scheme procedure.
8606
8607 Thu May 9 09:33:17 1996 Tom Lord <lord@beehive>
8608
8609 * strports.c (scm_strprint_obj): convenience function. C for
8610 (lambda (obj) (call-with-output-string (lambda (p) (write obj p))))
8611
8612 * guile-{tcl,tk}.[ch], events.[ch], keysyms.[ch], tcl-channels.[ch]
8613 removed to a separate library
8614
8615 * init.c (scm_boot_guile): copied from guile-tcl.c.
8616 Initialization specific to tcl interpreters removed.
8617
8618 Wed May 8 15:07:37 1996 Tom Lord <lord@beehive>
8619
8620 * ports.c (scm_ports_prehistory): size malloced here doesn't
8621 matter so long as it is non-0 (got rid of "* 4").
8622
8623 Tue May 7 11:43:37 1996 Tom Lord <lord@beehive>
8624
8625 * gscm.h: gscm_mkarray eliminated (presumably was not being used
8626 since its definition was bogus).
8627
8628 Mon May 6 13:02:56 1996 Tom Lord <lord@beehive>
8629
8630 * mallocs.[ch]: back again (for rx at least).
8631
8632 Wed Apr 17 08:54:20 1996 Tom Lord <lord@beehive>
8633
8634 * ports.c: removed functions relating to the mapping between ports
8635 and descriptors. (That stuff is unix-specific and should be collected
8636 in a separate library).
8637
8638 * ramap.c (scm_array_copy): return #<unspecified> not #<undefined>.
8639 (Tom Mckay@avanticorp.com)
8640
8641 Mon Apr 15 14:16:55 1996 Tom Lord <lord@beehive>
8642
8643 * gc.c (scm_gc_sweep): Immediates in weak vectors were not
8644 handled correctly (SCM_FREEP was applied to them) -- test for
8645 NIMP. Keys in weak hash tables were spuriously (though harmlessly)
8646 being overwritten with #f. (brown@grettir.bibliotech.com)
8647
8648 Tue Apr 2 22:25:00 1996 Tom Lord <lord@beehive>
8649
8650 * gc.c (scm_unhash_name): new procedure, unhash-name, flushes glocs
8651 for a specific symbol or for all symbols.
8652
8653 Mon Apr 1 10:34:55 1996 Tom Lord <lord@beehive>
8654
8655 * gc.c (scm_gc_mark): mark weak hash tables correctly (was getting weak
8656 keys and weak values confused).
8657
8658 Thu Mar 14 22:20:20 1996 Tom Lord <lord@beehive>
8659
8660 * list.c (scm_last_pair): map '()=>'()
8661
8662 Wed Mar 13 16:43:34 1996 Tom Lord <lord@beehive>
8663
8664 * pairs.c, hashtab.c, list.c, alist.c append.c, sequences.c:
8665 Generalized assoc and hash-table functions.
8666 Factored pairs.c into multiple files.
8667
8668 Fri Mar 8 14:44:39 1996 Tom Lord <lord@beehive>
8669
8670 * gscm.c (gscm_run_scm): got rid of objprop.
8671
8672 Fri Mar 1 10:39:52 1996 Tom Lord <lord@beehive>
8673
8674 * genio.c (scm_getc):
8675 NOTE: fgetc may not be interruptable.
8676
8677 * procprop.c (scm_stand_in_scm_proc):
8678 NOTE: don't use a alist here.
8679 (scm_set_procedure_properties_x): fix type checking throughout this file.
8680
8681 * gc.c (scm_gc_sweep): free heap segments with free, not must_free.
8682
8683 * ports.c (scm_remove_from_port_table): adjust scm_mallocated
8684 after freeing part of the port table.
8685
8686 Thu Feb 29 16:21:17 1996 Tom Lord <lord@beehive>
8687
8688 * strports.c (scm_mkstrport):
8689 * vports.c (scm_make_soft_port): allocate a port table entry
8690 (possibly triggering gc) before setting the tag of the corresponding
8691 ports handle.
8692
8693 * pairs.c (scm_delq_x): never throw an error.
8694
8695 * vectors.c (scm_make_vector): made the default vector fill argument
8696 into '() (much more useful than the previous value, "#unspecified")
8697
8698 Mon Feb 26 17:19:09 1996 Tom Lord <lord@beehive>
8699
8700 * ports.c (scm_add_to_port_table): Added fields
8701 to port table entries: file_name, line_num, col.
8702 Update these in open_file, gen_getc and gen_ungetc.
8703 Added procedures to access those fields.
8704
8705 Sun Feb 25 00:10:36 1996 Tom Lord <lord@beehive>
8706
8707 * procs.c (scm_make_subr_opt): new entry point for making
8708 anonymous subrs.
8709
8710 Sat Feb 24 17:11:31 1996 Tom Lord <lord@beehive>
8711
8712 * gc.h: SCM_STACK_GROWS_UP is now set by autoconf.
8713
8714 Fri Feb 23 10:26:29 1996 Tom Lord <lord@beehive>
8715
8716 * numbers.c (scm_exact_p): This function no longer
8717 implements "integer?".
8718
8719 Thu Feb 22 20:56:16 1996 Tom Lord <lord@beehive>
8720
8721 * gc.c (scm_gc_end): simulate a signal at the end of each GC.
8722 (scm_gc_stats): return an assoc of useful data. Replaces "room"
8723 and the stats reporting formerlly built into repl.
8724
8725 * repl.[ch]: removed.
8726 GC statistics keeping moved to gc.c.
8727 Other statistics keeping can be done from Scheme.
8728 REPLS are now written in Scheme.
8729
8730 Wed Feb 21 10:28:53 1996 Tom Lord <lord@beehive>
8731
8732 * cnsvobj.c (gscm_is_gscm_obj): new file for old functions (icky
8733 conservatively marked objects).
8734
8735 * throw.c (scm_ithrow): Unwind up to the right catch during a throw!
8736
8737 * error.c (scm_init_error): init system_error_sym here, not in repl.c.
8738
8739 * feature.c (scm_compiled_library_path): moved here from repl.c.
8740 This file is for stuff relating specifically to Scheme libraries
8741 like slib.
8742
8743 * eval.c (scm_m_define): don't give warning about redefinition, don't
8744 check verbosity.
8745
8746 NOTE: this should throw a resumable exception with parameters --
8747 the name, the top-level env, the variable, the definition, #t/#f: redefining builtin?
8748
8749 * repl.c (scm_gc_begin/end): don't print a message, don't check verbosity.
8750
8751 * error.c: scm_warn eliminated.
8752
8753 * read.c (scm_lreadr): extra right paren gets an error, not a warning.
8754
8755 * repl.c, marksweep.c, gc.c (various):
8756 lose exit_report, growth_mon.
8757
8758 * gscm.c: got rid of verbosity functions.
8759
8760 Tue Feb 20 00:19:10 1996 Tom Lord <lord@beehive>
8761
8762 * throw.c (scm_ithrow): guard against the bad-throw hook changing
8763 between the call to procedurep and use.
8764
8765 * error.c (scm_everr):
8766 * gc.c (fixconfig):
8767 * gsubr.c (scm_make_gsubr): use exit, not scm_quit. still wrong,
8768 but less so.
8769
8770 * strports.c: don't reveal the port's string to the caller
8771 because it changes size.
8772
8773 (stputc stwrite): check/change the strings length with interrupts
8774 blocked.
8775
8776 * objprop.c (scm_set_object_property_x &c): use the generic
8777 hashing functions and be threadsafe.
8778
8779 * eval.c (scm_unmemocar): do this operation in a thread-safe way.
8780 (per suggestion jaffer@gnu.ai.mit.edu).
8781
8782 * mbstrings.c (scm_multi_byte_string): guard against argument list
8783 changing length.
8784
8785 * strings.c (scm_make_string): loop cleanup
8786
8787 * unif.c (scm_vector_set_length_x): scm_vector_set_length_x no longer
8788 a scheme function.
8789
8790 * weaks.c (scm_weak_vector): guard against argument list
8791 changing length.
8792
8793 * variable.c (scm_builtin_variable): check for/make a built-in
8794 variable automicly.
8795
8796 * vectors.c (scm_vector): while filling the new array,
8797 guard against a list of fill elements that grows after
8798 the vector is allocated.
8799
8800 * hashtab.c -- new file: general hash table
8801 functions. hash, hashq, hashv, hashx.
8802
8803 * tags.h: made wvect an option bit of vector.
8804
8805 Mon Feb 19 09:38:05 1996 Tom Lord <lord@beehive>
8806
8807 * symbols.c: made the basic symbol table operations atomic.
8808
8809 * root.c &c.: collected stack-specific global state.
8810 linum/colnum etc *should* be port-specific state.
8811
8812 * struct.c (scm_init_struct): init the first struct type during
8813 initialization to fix a race condition.
8814
8815 * continuations.c (scm_dynthrow): pass throwval in the 'regs'
8816 object, not in a global.
8817 (suggested by green@cygnus, jaffer@gnu.ai.mit.edu)
8818
8819 * throw.c (_scm_throw): Pass throwval on the stack, not in a global
8820 (suggested by green@cygnus, jaffer@gnu.ai.mit.edu)
8821
8822 * *.[ch]: namespace cleanup. Changed all (nearly) exported CPP
8823 and C symbols to begin with SCM_ or scm_.
8824
8825 Sun Feb 18 15:55:38 1996 Tom Lord <lord@beehive>
8826
8827 * gsubr.c (scm_gsubr_apply): statically allocate the
8828 array of arguments (bothner@cygnus.com).
8829
8830 Sat Feb 17 20:20:40 1996 Tom Lord <lord@beehive>
8831
8832 * scmsigs.c: Simplified to use async rountines.
8833
8834 * async.c: New support for interrupt handlers.
8835
8836 Thu Feb 15 11:39:09 1996 Tom Lord <lord@beehive>
8837
8838 * symbols.c (scm_string_to_symbol et al.): number of tweaky changes to
8839 set the multi_byte flag correctly in symbols. This is wrong.
8840 intern_obbary_soft and msymbolize should take an extra parameter.
8841 Also, weird multibyte symbols don't print correctly.
8842 The weird symbol syntax is also a bit bogus (emacs doesn't quite
8843 cope).
8844
8845 Tue Feb 13 11:39:37 1996 Tom Lord <lord@beehive>
8846
8847 * symbols.c (scm_string_to_obarray_symbol): obarray == #f means
8848 use the system symhash. == #t means create an uninterned symbol.
8849
8850 Wed Feb 7 09:28:02 1996 Tom Lord <lord@beehive>
8851
8852 * strings.c (scm_make_shared_substring): build'em.
8853 It might better to keep a table of these and use one
8854 less cons-pair per shared-substring.
8855
8856 Tue Feb 6 17:45:21 1996 Tom Lord <lord@beehive>
8857
8858 * strings.c (scm_string_shared_substring): create shared
8859 substrings. (Doesn't handle mb strings yet).
8860
8861 * mbstrings.c (scm_print_mb_string): handle RO strings.
8862
8863 * print.c (scm_iprin1): print substrings as their non-substring
8864 counterparts (dubious).
8865
8866 * marksweep.c (scm_gc_mark scm_gc_sweep): handle RO and MB
8867 strings.
8868
8869 * hash.c (scm_hasher): hash RO and MB strings as bytestrings.
8870
8871 * eval.c (SCM_CEVAL): self-evaluate RO and MB strings.
8872
8873 * eq.c (scm_equal_p): handle RO and MB strings.
8874
8875 * symbols.c (scm_string_to_symbol):
8876 (scm_string_to_obarray_symbol):
8877 * strop.c (scm_i_index):
8878 (scm_i_rindex):
8879 (scm_string_null_p):
8880 (scm_string_to_list):
8881 * strings.c (scm_string_length):
8882 (scm_string_ref):
8883 (scm_substring):
8884 (scm_string_append):
8885 * simpos.c (scm_system):
8886 (scm_getenv):
8887 * fports.c (scm_open_file):
8888 * strorder.c (scm_string_equal_p):
8889 (scm_string_ci_equal_p):
8890 (scm_string_less_p):
8891 (scm_string_ci_less_p):
8892 * pairs.c (scm_obj_length):
8893 * mbstrings.c (scm_multi_byte_string_length):
8894
8895 Use RO string macros for RO strings.
8896
8897 Tue Jan 30 09:19:08 1996 Tom Lord <lord@beehive>
8898
8899 * Makefile.in (CFLAGS ALL_CFLAGS): be more standard.
8900
8901 * strop.c (scm_i_rindex, scm_i_index): Don't use the BSD functions
8902 index/rindex. Do handle embedded \000 characters.
8903
8904 Sun Jan 28 13:16:18 1996 Tom Lord <lord@beehive>
8905
8906 * error.c (def_err_response): (int)scm_err_pos => (long)scm_err_pos
8907 Eliminate a (presumed) warning on some systems.
8908
8909 * gscm.c (gscm_run_scm): SCM_INIT_PATH => GUILE_INIT_PATH
8910 (Mikael Djurfeldt <mdj@nada.kth.se>)
8911
8912 Sat Jan 27 12:36:55 1996 Tom Lord <lord@beehive>
8913
8914 * eval.c (scm_map): added argument type checking.
8915 (kawai@sail.t.u-tokyo.ac.jp)
8916
8917 * gscm.c (gscm_set_procedure_properties_x): parameter "new" => "new_val"
8918 for C++. (Seth Alves <alves@gryphon.com>)
8919
8920 (gscm_cstr): uses an uninitialized local variable causing
8921 segv. (kawai@sail.t.u-tokyo.ac.jp)
8922
8923
8924 * lvectors.c (scm_get_lvector_hook):
8925 In guile-ii, the lvector code was broken. It was fixed in guile-iii.
8926 It seems to me like if it is broken again in guile-iv...Here is a patch.
8927 "! || (LENGTH (keyvec) == 0))"
8928 (From: Mikael Djurfeldt <mdj@nada.kth.se>)
8929
8930
8931 * gscm.c (gscm_sys_default_verbosity):
8932 incorrectly declared for non-__STDC__
8933 (Tom_Mckay@avanticorp.com)
8934
8935 * ports.c (scm_setfileno): Tweak the macro a bit
8936 to make it easier to port to systems that use
8937 more than a single structure field to hold a descriptor.
8938
8939 * debug.c (change_mode): Avoid GNUCism "int foo[n];"
8940 Give a warning, not an error, for unrecognized modes.
8941
8942 * eval.c (SCM_CEVAL):
8943 static char scm_s_for_each[];
8944 static char scm_s_map[];
8945 not needed.
8946
8947 * strings.c (scm_string_p):
8948 static char s_string[];
8949 (see next entry)
8950
8951 * struct.c (scm_sys_struct_set_x):
8952 static char s_sys_make_struct[];
8953 static char s_sys_struct_ref[];
8954 static char s_sys_struct_set_x[];
8955 Rearrange code to eliminate those forward decls for the sake of
8956 broken compilers.
8957
8958 * variable.c (make_vcell_variable): static char s_make_variable[];
8959 isn't needed.
8960
8961 * fports.c (scm_port_mode):
8962 chars modes[3] = "";
8963 to
8964 chars modes[3];
8965 modes[0] = '\0';
8966 (Tom_Mckay@avanticorp.com)
8967
8968
8969 * pairs.c (scm_set_cdr_x): non-__STDC__ declaration of
8970 scm_cons2(), scm_acons(), and scm_set_cdr_x() missing semicolon
8971 (Tom_Mckay@avanticorp.com)
8972
8973 * numbers.c (scm_num_eq_p): Non-__STDC__ declaration of
8974 scm_num_eq_p() was scm_equal_p().
8975 (Tom_Mckay@avanticorp.com)
8976
8977 * symbols.c (msymbolize): "CHARS(X) = " => "SETCHARS..."
8978 (Tom_Mckay@avanticorp.com)
8979
8980 Fri Jan 26 14:03:01 1996 Tom Lord <lord@beehive>
8981
8982 * weaks.c (scm_make_weak_vector): "VELTS(X) =" => "SETVELTS..."
8983 (Tom_Mckay@avanticorp.com)
8984
8985 * strop.c (scm_substring_fill_x):
8986 Non-__STDC__ declaration of scm_substring_fill_x() missing semicolon
8987 (Tom_Mckay@avanticorp.com)
8988
8989 * eval.c (SCM_APPLY): variables "debug_info" -> dbg_info.
8990 Works around a compiler bug on some machines. (Tom_Mckay@avanticorp.com)
8991
8992 * _scm.h (CxR functions): #define CxR SCM_CxR => #define CxR(X) SCM_CxR(X)
8993 Works around a compiler bug on some machines. (Tom_Mckay@avanticorp.com)
8994
8995 * lvectors.c (scm_lvector_set_x): avoid VELTS (VELTS (...)[..]) which
8996 can turn into an obscure gc bug.
8997
8998 * chars.c (scm_char_p): fixed PROC call.
8999
9000 * gscm.h (gscm_vset): use scm_vector_set_x not (the missing)
9001 scm_vector_set.
9002
9003 Tue Jan 23 13:29:40 1996 Tom Lord <lord@beehive>
9004
9005 * elisp.c (new file): dynamic scoping and other bits for
9006 elisp. Don't use this yet unless you specificly want to
9007 hack on elisp emulation.
9008
9009 * dynwind.c (scm_dowinds): When entering or leaving a dynamic
9010 scope created by scm_with_dynamic_bindings_operation_x, swap
9011 the bindings of that scope with the corresponding globals.
9012
9013 * continuations.c (scm_make_cont): when a continuation is captured,
9014 relocate the continuation stack chunks registered on the wind chain
9015 to the heap.
9016
9017 Sun Jan 21 19:31:17 1996 Tom Lord <lord@beehive>
9018
9019 * eval.c (SCM_CEVAL): if the function position evaluates
9020 to a macro, process it accordingly. (Previously, macros were
9021 handled only if the function position was a symbol naming a
9022 variable bound to a macro).
9023
9024 Sat Jan 20 23:21:37 1996 Tom Lord <lord@beehive>
9025
9026 * eval.c (scm_m_set): allow multi-variable set! like
9027 (set! x 1 y 2 z 3).
9028
9029 Wed Dec 6 02:40:49 1995 Tom Lord <lord@beehive>
9030
9031 * ports.h fports.c vports.c marksweep.c gc.c strports.c: moved the
9032 STREAM of ports into the port table and replaced it with a
9033 port-table index.
9034
9035 * repl.c (iprin1): added tc7_mb_string -- same as tc7_string.
9036
9037 * marksweep.c (scm_gc_mark): added tc7_mb_string -- same as tc7_string.
9038
9039 * mbstrings.c (new file): functions on multi-byte strings.
9040
9041 * tags.h (scm_typ7_string, scm_typ7_mb_string): added a tag
9042 for multi-byte strings. Moved the string tag.
9043
9044 * chars.h chars.c repl.c (many functions): made scm_upcase and
9045 scm_downcase functions that are safe for extended character sets.
9046
9047 Changed the range of integer->char.
9048
9049 Changed the type of SCM_ICHR.
9050
9051 Tue May 16 17:49:58 1995 Mikael Djurfeldt <mdj@sanscalc.nada.kth.se>
9052
9053 * guile.c: Changed init file name from "SCM_INIT_PATH" to
9054 "GUILE_INIT_PATH"
9055
9056 Sun Aug 6 15:14:46 1995 Andrew McCallum <mccallum@vein.cs.rochester.edu>
9057
9058 * guile.c (gscm_is_gscm_type): New function. (Without this how will we
9059 know that it's safe to pass an object to gscm_get_type?)
9060 (gscm_get_type): Fix tyop in error message.
9061
9062 * variable.c (scm_variable_ref): fixed assertion test.
9063 (Robert STRANDH <strandh@labri.u-bordeaux.fr>)
9064
9065 * gscm.h: fixed several prototypes, notably gscm_vref.
9066 Add gscm_is_eq and temporarily commented out gscm_eq (see
9067 the note in gscm.h near gscm_eq if this change effects your
9068 code).
9069 (Reported by Mark Galassi <rosalia@sstcx1.lanl.gov>)
9070
9071 * pairs.c (scm_obj_length): see next entry.
9072
9073 * gscm.h (gscm_obj_length): A way to get an integer
9074 length for lists, strings, symbols (treated as strings),
9075 and vectors. Returns -1 on error.
9076
9077 * eq.c (scm_equal_p): fixed smob case.
9078 (William Gribble <grib@arlut.utexas.edu>)
9079
9080 * Makefile.in (X_CFLAGS): defined.
9081 (William Gribble <grib@arlut.utexas.edu>)
9082
9083 * gscm.h (gscm_2_double): provided now
9084 (reported by Mark Galassi <rosalia@sstcx1.lanl.gov>)
9085
9086 Tue Jun 13 01:04:09 1995 gnu
9087 * Vrooom!
9088
9089