*** empty log message ***
[bpt/guile.git] / libguile / ChangeLog
1 1998-10-03 Jim Blandy <jimb@zwingli.cygnus.com>
2
3 * Makefile.in: Regenerated with a patched automake, to get
4 dependency generation right when using EGCS.
5
6 * inet_aton.c (inet_aton): Add prototype, to remove compiler
7 warning. (Thanks to Robert Pluim.)
8
9 * inet_aton.c (inet_aton): Reassure the compiler that the
10 arguments to the <ctype.h> macros are all unsigned characters, not
11 signed characters.
12
13 1998-10-03 <jimb@savonarola.red-bean.com>
14
15 Getting rid of more warnings...
16 * iselect.c: Test for MISSING_BZERO_DECL, not DECLARE_BZERO; see
17 today's change to ../configure.in.
18 * scmsigs.c: Test for MISSING_USLEEP_DECL, not DECLARE_USLEEP.
19 * scmconfig.h.in: Regenertaded.de.,.__
20 * stime.c (strptime): Declare this, #ifdef MISSING_STRPTIME_DECL.
21 (scm_localtime, scm_mktime): Use a const char * to manipulate the
22 time zone name.
23
24 * readline.c: Doc fix.
25 (rl_cleanup_after_signal, rl_free_line_state): Make these static.
26 * readline.h (scm_filename_completion_function): Add prototype.
27 (scm_init_readline): Make this into a prototype.
28
29 * readline.c (scm_filename_completion_function): Use SCM_PROC to
30 declare this, instead of calling scm_make_subr manually.
31
32 1998-10-02 <jimb@savonarola.red-bean.com>
33
34 * readline.h (scm_init_readline): Add prototype for this.
35 (scm_init_readline): Make this a real prototype.
36
37 1998-09-30 Jim Blandy <jimb@zwingli.cygnus.com>
38
39 Warning fixes from Maciej Stachowiak:
40 * backtrace.h (scm_display_application, scm_backtrace): Add
41 prototypes.
42 * debug.c (scm_m_start_stack): Make this function static.
43 * fluids.h (scm_fluid_p): Add prototype.
44 * procprop.c (scm_i_procedure_arity): Make this function static.
45 * regex-posix.c (scm_regexp_error_msg): Make this function static.
46 * regex-posix.h (scm_init_regex_posix): Use prototype, not K&R decl.
47 * root.h (scm_dynamic_root): Add external prototype.
48 * scmsigs.h (scm_usleep): Add external prototype.
49 * script.h (scm_init_script): Use prototype, not K&R decl.
50 * stacks.h (scm_stack_id): Add external prototype.
51 * symbols.h (scm_sysintern0_no_module_lookup): Add external prototype.
52
53 1998-09-30 Mark Galassi <rosalia@cygnus.com>
54
55 * gh.h: took out the definitions of vset and vref, since they are
56 replaced by the proper vector routines that correspond to the R4RS
57 procedures.
58
59 1998-09-29 Jim Blandy <jimb@totoro.red-bean.com>
60
61 * snarf.h (SCM_VCELL_INIT, SCM_GLOBAL_VCELL_INIT): New macros;
62 these are analogous to SCM_VCELL and SCM_GLOBAL_VCELL but take a
63 third argument, a C expression that should result in a SCM value,
64 which is used to initialize the variable. Reimplemented
65 SCM_CONST_LONG in terms of SCM_VCELL_INIT. (Thanks to Maciej
66 Stachowiak.)
67
68 * version.h (scm_libguile_config_stamp): Add prototype.
69 (From Maciej Stachowiak.)
70
71 1998-09-26 Jim Blandy <jimb@zwingli.cygnus.com>
72
73 * eval.c (scm_force): Assert that x is SCM_NIMP to fix segv when
74 (force 9) is tried. (Thanks to Karl M. Hegbloom.)
75
76 1998-09-06 Jim Blandy <jimb@zwingli.cygnus.com>
77
78 * print.c (scm_iprin1): Rather than having one i, and using it in
79 several places, declare a fresh i local to each block where it is
80 used, and give it a signedness appropriate to its use in each case.
81 (scm_iprlist): Same.
82
83 * print.c (scm_iprin1): Add cast to avoid unsigned/signed
84 comparison warnings.
85
86 * print.c (ENTER_NESTED_DATA): Make i an unsigned long, to avoid
87 signed/unsigned clashes.
88
89 * posix.h (scm_tmpnam): Added prototype.
90
91 * objects.h (scm_set_object_procedure_x, scm_make_class_object,
92 scm_make_subclass_object): Add external prototypes.
93
94 * numbers.c (scm_mkbig): Add cast, and note that signed/unsigned
95 comparison is okay here.
96
97 * numbers.c (scm_istr2int): Add cast; len is known to be positive.
98
99 * numbers.c (scm_bigcomp): Clarify logic, and avoid relying on the
100 (true, but confusing) fact that -1 == ((unsigned) 0 - 1).
101
102 * numbers.c (scm_adjbig): Make nsiz an scm_sizet, to avoid mixing
103 signed/unsigned.
104
105 * load.c (swap_port): Make this function static.
106
107 * load.c (scm_search_path): Make max_path_len and max_ext_len
108 unsigned, since they're compared against string sizes.
109
110 * load.c (init_build_info): Make i unsigned.
111
112 * ioext.h (scm_read_line): Add prototype.
113
114 * hashtab.c (scm_hash_fn_get_handle, scm_hash_fn_create_handle_x,
115 scm_hash_fn_remove_x): Make hash bucket index local variable k
116 unsigned. Use scm_ulong2num to pass it to SCM_ASSERT as
117 accurately as possible.
118
119 * gh_data.c (gh_set_substr): Add casts to avoid signed/unsigned
120 comparisons, and range checking to make sure those casts are
121 harmless.
122
123 * stackchk.h (SCM_STACK_OVERFLOW_P): Change definition to avoid
124 signed/unsigned comparisons.
125
126 * smob.c (scm_numsmob): Make this an int, not an scm_sizet, to
127 avoid signed/unsigned comparisons.
128 * smob.h (scm_numsmob): Change extern declaration to match.
129
130 * ports.c (scm_numptob): Make this an int, not an scm_sizet, to
131 avoid signed/unsigned comparisons.
132 * ports.h (scm_numptob): Change extern declaration to match.
133 (scm_current_load_port, scm_set_port_line_x,
134 scm_set_port_column_x): New prototypes.
135
136 * gsubr.c (GSUBR_TEST): Don't #define this. Nobody's using the
137 test code, and it causes warnings.
138
139 * gh.h (gh_int2scmb, gh_uniform_vector_length,
140 gh_uniform_vector_ref): Added prototypes.
141
142 * Makefile.am (libguile_la_SOURCES): Include Scheme-level
143 debugging support unconditionally. That's backtrace.c, stack.c,
144 debug.c, and srcprop.c.
145 (EXTRA_libguile_la_SOURCES): Omit those from here.
146 * Makefile.in: Regenerated.
147
148 1998-08-21 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
149
150 * options.c (scm_options): Bugfix: Allow empty list of options!
151
152 * debug.c, debug.h (scm_single_step): Removed.
153 (scm_with_traps): New procedure. This procedure could easily be
154 written in Scheme but needs to be highly optimized.
155
156 * eval.h, eval.c: New evaluator trap flag: SCM_TRAPS_P.
157
158 * eval.c (SCM_CEVAL, SCM_APPLY): Removed resetting of trap flags.
159 Check SCM_TRAPS_P before trapping.
160
161 1998-07-30 Jim Blandy <jimb@zwingli.cygnus.com>
162
163 Changes to avoid signed/unsigned comparison warnings.
164 * gc.c (scm_mtrigger, scm_heap_size): Make these unsigned longs.
165 (scm_gc_sweep): Make n and j local to the blocks they're used in,
166 so they can have appropriate types for each application. Make i
167 signed. Use initializers in some spots. I'll probably pay for
168 all this tweaking.
169 (scm_must_malloc, scm_must_realloc): Use scm_sizet for size args.
170 (scm_must_realloc): Make nm unsigned.
171 (init_heap_seg): Make new_seg_index and n_new_objects signed.
172 (scm_init_storage): Use prototype-style definition, and make the
173 argument unsigned.
174 * gc.h (scm_heap_size, scm_mtrigger, scm_must_malloc,
175 scm_must_realloc, scm_init_storage): Adjust prototype accordingly.
176
177 * filesys.c (scm_readlink): Make local vars rv and size ints, to
178 avoid signed/unsigned comparison warnings, and because the return
179 value of readlink may be -1. Don't bother casting the third
180 argument to readlink.
181
182 * filesys.c (scm_dirname, scm_basename): Move these to their own
183 page, at the end of the file.
184 * filesys.h (scm_dirname, scm_basename): Add prototypes for these.
185
186 * eval.h (scm_eval_options_interface): Add external prototype for this.
187 * eval.c (scm_eval_options_interface): Use prototype-style def'n.
188
189 * eval.c (scm_lookupcar1): Make this static.
190
191 * dynl.h (scm_registered_modules, scm_clear_registered_modules):
192 Make these prototype declarations, not K&R-style.
193
194 * chars.c (scm_tables_prehistory): Add cast, to remove signed/
195 unsigned comparison warning.
196
197 * appinit.c: File removed. It had a single function in it, empty,
198 whose reason for existence is explained in no documentation or
199 comment. I think it's there as a default for some Tcl-style
200 initialization, but Tcl abandoned that approach a while ago.
201 * Makefile.am (libguile_la_SOURCES): Remove appinit.c.
202 (BUILT_SOURCES): Remove appinit.x.
203 * Makefile.in: Regenerated.
204
205 1998-07-29 Jim Blandy <jimb@zwingli.cygnus.com>
206
207 * Makefile.in: Regenerated using the last public version of
208 automake, not the hacked Cygnus version.
209
210 1998-07-28 Jim Blandy <jimb@zwingli.cygnus.com>
211
212 Remove Totoro kludge.
213 * Makefile.in, scmconfig.h.in: Regenerated.
214 * init.c, readline.c: Don't check if TOTORO is #defined.
215
216 1998-07-26 Jim Blandy <jimb@zwingli.cygnus.com>
217
218 * Makefile.am: Adjust for new thread configuration system.
219 (INCLUDES): Include the value of THREAD_CPPFLAGS.
220 (guile_LDADD, check_ldadd): THREAD_LIBS_LOCAL has been renamed from
221 THREAD_LIBS.
222 (THREAD_LIBS): Definition deleted; automake will generate such
223 things automatically.
224 * Makefile.in: Regenerated.
225
226 1998-07-23 Jim Blandy <jimb@zwingli.cygnus.com>
227
228 Simplify smob and port marking; set the mark bit in the generic
229 marking code, and make marker routines only responsible for
230 turning up outgoing pointers.
231 * gc.c (scm_gc_mark): Set the mark bit on ports and smobs here,
232 before calling the marking function. Don't call the marking
233 function if it's zero.
234 * markers.c (scm_mark0): Just return #f. This function isn't
235 necessary at all now, but it's harmless to call it. We'll leave
236 it in so other folks' code doesn't croak at link time.
237 (scm_markcdr): Don't call SCM_SETGC8MARK.
238 * async.c (mark_async): Don't call SCM_SETGC8MARK.
239 * dynl.c (mark_dynl_obj): Same.
240 * root.c (mark_root): Same.
241 * srcprop.c (marksrcprops): Same.
242 * unif.c (markra): Same.
243 * variable.c (scm_markvar): Same.
244 * ports.c (scm_markstream): Same.
245 (void_port_ptob): Specify zero for our marking function.
246 * debug.c (debugobjsmob): Same.
247 * dynwind.c (guardsmob): Same.
248 * filesys.c (dir_smob): Same.
249 * fluids.c (fluid_smob): Same.
250 * fports.c (scm_fptob, scm_pipob): Same.
251 * mallocs.c (mallocsmob): Same.
252 * regex-posix.c (regex_t_smob): Same.
253 * smob.c (freecell, flob, bigob): Same.
254 * threads.c (thread_smob, mutex_smob, condvar_smob): Same.
255 * throw.c (jbsmob, lazy_catch_funs): Same.
256
257 1998-07-17 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
258
259 * eval.c (scm_copy_tree): Reverted last change: `eval' uses
260 scm_copy_tree on code in order not to let memoized code to leak
261 out. Thus, scm_copy_tree needs to copy vectors as well since
262 quasiquote can introduce evaluated code also inside vector
263 constants.
264
265 1998-07-17 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
266
267 * eval.c (scm_copy_tree): Removed ability to copy vectors.
268
269 * gh_data.c, gh.h (gh_ints2scm, gh_longs2ivect,
270 gh_ulongs2uvect): New procedures. (Complements gh_doubles2scm and
271 gh_doubles2dvect.)
272
273 * unif.c: Say that ivect and uvect are of type signed and unsigned
274 long instead of int in commentary so that it correctly describes
275 the implementation.
276
277 1998-07-12 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
278
279 * stime.c: Removed declaration of strptime. (It should be
280 declared by the system headers. If it turns out that some systems
281 don't, we'll handle that then.) (Thanks to Greg Troxel.)
282
283 * stime.h: Renamed TIMEH --> STIMEH
284
285 * backtrace.c (scm_display_error, scm_display_backtrace): In order
286 to increase portability, don't use structure assignment.
287 (Thanks to Nicolas Neuss.)
288
289 * iselect.c: Use LONG_MAX instead of ULONG_MAX for increased
290 portability.
291 (finalize_fd_sets): Added empty statement after last case label.
292 (Thanks to Nicolas Neuss.)
293
294 * gc.c (scm_igc): Changed //-comment into /*-comment. (Thanks to
295 Nicolas Neuss.)
296
297 Sat Jul 11 22:08:21 1998 Mikael Djurfeldt <mdj@totoro.red-bean.com>
298
299 * init.c, readline.c: OK, I won't have these readline.x bug
300 reports anymore. We've had them since April. The current reason
301 is a completely unintelligible failure of totoro.red-bean.com to
302 do the test for rl_getc_function in libreadline correctly. This
303 kludge overrides the test if we're on totoro so that the snapshot
304 generation process can work.
305
306 * readline.c: Define a strdup replacement if not existent on system.
307
308 1998-07-12 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
309
310 * vectors.c, vectors.h (scm_make_vector): Removed third argument.
311 This change makes scm_make_vector R5RS compatible. We cannot keep
312 the third argument since people want to be able to deduce the form
313 of the C function call only by looking at R5RS. (At the same time
314 we have removed some unnecessary complexity!)
315
316 * eval.c, filesys.c, fluids.c, gc.c, gh_data.c, init.c, kw.c,
317 net_db.c, posix.c, print.c, regex-posix.c, scmsigs.c, socket.c,
318 stime.c, symbols.c, unif.c, vectors.c, weaks.c: Removed third
319 argument in call to scm_make_vector.
320
321 1998-07-02 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
322
323 * numbers.h (SCM_NUM2DBL): New macro. Complements SCM_NUMBERP.
324 This macro is useful in applications.
325
326 1998-06-21 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
327
328 * load.c (scm_internal_parse_path): Renamed from scm_parse_path.
329 (scm_parse_path, scm_search_path): New Scheme level procedures.
330
331 * load.h (scm_internal_parse_path, scm_parse_path,
332 scm_search_path): Declared.
333
334 1998-06-18 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
335
336 * filesys.c (dirname, basename): New procedures.
337
338 * init.c (scm_boot_guile_1): Removed condition around
339 scm_init_options.
340
341 * dynwind.c: #include "genio.h"; #include "smob.h"; Implemented a
342 new data type (guards) for representation of C level guards and
343 data on the wind chain.
344 (scm_internal_dynamic_wind): New function.
345
346 * dynwind.h: Declare scm_internal_dynamic_wind.
347
348 * root.h (scm_root_state): Added scm_cur_loadp.
349
350 * root.c (mark_root): Added comment about cur_loadp.
351
352 * load.c: #include "dynwind.h";
353 (scm_primitive_load): Use scm_inner_dynamic_wind to update
354 scm_cur_loadp.
355
356 * init.c (scm_init_standard_ports): Initialize scm_def_loadp.
357
358 * ports.c (current-load-port): New procedure.
359
360 1998-06-09 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
361
362 * ioext.c (scm_isatty_p): Accept any kind of data as argument. If
363 not a tty, return #f.
364
365 * regex-posix.c (scm_regexp_exec): Free malloced memory. (Thanks
366 to Julian Satchell and Roland Kaufmann.)
367
368 * gh.h (gh_memv, gh_member): Fixed typos in macro definitions.
369 (gh_write): Added declaration. (Thanks to Eiichi Takamori.)
370
371 1998-06-07 Mikael Djurfeldt <mdj@barbara.nada.kth.se>
372
373 * debug.h, debug.c (scm_start_stack): New function. Implements
374 the guts of old scm_m_start_stack.
375
376 * debug.c (scm_m_start_stack): Use scm_start_stack.
377
378 * init.c (scm_start_stack, scm_restart_stack): Renamed to
379 start_stack and restart_stack. (These have static scope.)
380
381 1998-05-19 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
382
383 * readline.c (rl_cleanup_after_signals, rl_free_line_state): New
384 readline functions to come in release 2.3. (Thanks to Chet
385 Ramey.)
386 (handle_errors): Use the above functions.
387
388 1998-05-12 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
389
390 * readline.c: Improvements for readline support: Handle errors
391 better; Implement before-read-hook.
392
393 1998-05-11 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
394
395 * init.c (scm_boot_guile_1), readline.c: Test for
396 HAVE_RL_GETC_FUNCTION instead of HAVE_LIBREADLINE. (Need to
397 assure that we have version >= 2.1.)
398
399 1998-05-11 Mikael Djurfeldt <mdj@kenneth>
400
401 * readline.c (scm_readline): Defer interrupts while we're calling
402 readline.
403
404 * readline.c (scm_add_history): Bugfix: Do strdup before giving
405 away the string to add_history.
406 (completion_function): Do completion for readline. (Thanks to
407 Andrew Archibald.)
408 (scm_filename_completion_function): New procedure: Filename
409 completer.
410 (current_input_getc): New function. Use this one instead of
411 standard getc from readline.
412
413 * throw.c, throw.h (scm_handle_by_throw): New function: This
414 handler throws errors to next handler on the dynwind chain.
415
416 1998-05-09 Mikael Djurfeldt <mdj@kenneth>
417
418 * scmsigs.c (scm_usleep): Bugfix: Don't define j if it isn't
419 used.
420
421 1998-05-03 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
422
423 * procprop.c (scm_i_procedure_arity): New function. Returns arity
424 of procedure.
425 (scm_procedure_properties): Modified to return arity together with
426 other properties.
427 (scm_procedure_property): Added the read-only property `arity'.
428 (scm_set_procedure_property_x): It is an error to set the `arity'
429 property.
430
431 * gsubr.h, gsubr.c: Moved macros from gsubr.c to gsubr.h and added
432 prefix SCM_; Made f_gsubr_apply global and added prefix scm_.
433
434 * procprop.h (scm_sym_arity): New symbol.
435
436 * objects.c (scm_set_object_procedure_x): New procedure: Use this
437 to set the dispatch procedure of an operator or entity object.
438
439 * objects.h (SCM_METACLASS_OPERATOR_LAYOUT, SCM_ENTITY_LAYOUT):
440 Made procedure slots read-only.
441
442 * eval.c (SCM_CEVAL): Moved scm_tc7_contin case above
443 scm_tcs_cons_gloc case in zero args switch; Fixed args
444 construction for operators in scm_tcs_cons_gloc case in two args
445 switch.
446
447 1998-05-02 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
448
449 * fluids.c: Removed use of assert.h (in order to avoid
450 __eprintf).
451
452 * Makefile.am (libguile_la_LDFLAGS): Added -export-dynamic.
453
454 * dynl.c (maybe_drag_in_eprintf): Disabled through #ifdef 0.
455
456 * eval.c (SCM_CEVAL): Do more thorough argument checking. This
457 change makes the evaluator safer at the cost of evaluation speed.
458 It handles the case when the user has added a non-immediate
459 improper end of the application form, e.g., `(+ 0 . x)'.
460 (Earlier only cases like `(+ 0 . 0)' were handled.) I've tried to
461 minimize the extra cost as much as possible. The new code is
462 enclosed in #ifdef CAUTIOUS regions. NOTE: This also fixes the
463 problem with structs planted directly in the code (e.g. by a
464 macro). This no longer causes segmentation fault. (Thanks to
465 Eric Hanchrow.)
466
467 * eval.c, eval.h (scm_eval_args, scm_deval_args): Take one extra
468 arg `proc' in order to be able to throw errors; New argument
469 checking code.
470
471 * Removed extra #include "debug.h"
472
473 1998-04-25 Mikael Djurfeldt <mdj@kenneth>
474
475 * scmsigs.c: Declare usleep as returning void on some systems.
476 (scm_usleep): Return SCM_INUM0 on those systems. (Thanks to Julian
477 Satchell.)
478
479 * coop.c (usleep): Return void on some systems.
480
481 1998-04-20 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
482
483 * Makefile.am (libguile_la_LDFLAGS): Removed redundant -rpath.
484
485 * coop.c: Changed return type of usleep to int.
486
487 * scmsigs.c (scm_usleep): New procedure; Declare usleep if it
488 isn't found in the OS.
489
490 * iselect.h: #define scm_internal_select select if GUILE_ISELECT
491 isn't enabled. (Thought that I had made this change ages ago...)
492
493 * iselect.c: Declare bzero if not defined by OS.
494
495 1998-04-19 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
496
497 * dynl.c (scm_must_free_argv): Fixed memory leak due to negated
498 condition. (Thanks to John Tobey.)
499
500 * continuations.c (scm_make_cont), debug.c (scm_make_memoized,
501 scm_make_debugobj), eval.c (scm_makprom): SCM_DEFER/ALLOW_INTS -->
502 A section.
503
504 * __scm.h: Start the long-term project of moving to POSIX threads.
505 Phase 1: Classification of all critical sections.
506 (SCM_ENTER_A_SECTION, SCM_EXIT_A_SECTION): New macros: Delimiters
507 for A sections. (See comments in __scm.h for details.)
508
509 * dynl.c: Only check that HAVE_DLOPEN is defined before loading
510 dynl-dl.c; Test on HAVE_LIBDLD instead of HAVE_DLD.
511
512 1998-04-18 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
513
514 * Makefile.am (BUILT_SOURCES): Added cpp_err_symbols.c,
515 cpp_sig_symbols.c, libpath.h and versiondat.h to BUILT_SOURCES
516 (libpath.h, versiondat.h): Replaced dependency on Makefile with
517 dependencies on $(srcdir)/Makefile.in
518 $(top_builddir)/config.status in order to avoid circularity.
519
520 * script.c (scm_compile_shell_switches): Bugfix: Don't discount i
521 from argc if argc was 0 initially.
522
523 * Makefile.am (Makefile.am): Replaced THREAD_LIBS --> GUILE_LIBS
524 in generation of libpath.h.
525
526 1998-04-15 Mikael Djurfeldt <mdj@nada.kth.se>
527
528 * Makefile.am (libguile_la_LDFLAGS): Bumped version number of
529 libguile from 2 to 3.
530
531 1998-04-14 Mikael Djurfeldt <mdj@nada.kth.se>
532
533 * Makefile.am: Added .x-dependencies to variable BUILT_SOURCES.
534
535 1998-04-13 Mikael Djurfeldt <mdj@kenneth>
536
537 * ports.c (scm_port_line, scm_set_port_line_x, scm_port_column,
538 scm_set_port_column_x, scm_port_filename,
539 scm_set_port_filename_x): Removed optional arguments. Added
540 proper argument checking.
541
542 * eval.c, eval.h, coop.c (scm_eval_stack, SCM_EVAL_STACK): Measure
543 stack size in machine words.
544
545 * unif.c (scm_uniform_vector_ref, scm_cvref, scm_array_set_x,
546 rapr1): Use SCM_UCHARS instead of SCM_CHARS for strings. (Thanks
547 to Ole Myren Röhne.)
548
549 1998-04-12 Mikael Djurfeldt <mdj@kenneth>
550
551 * socket.c: Check for HAVE_UNIX_DOMAIN_SOCKETS instead of
552 UNIX_DOMAIN_SOCKETS. (Thanks to Lauri Alanko.)
553
554 * gc.c (scm_gc_sweep): Count cells correctly. (Thanks to Ben
555 Caradoc-Davies.)
556
557 * eval.c (SCM_CEVAL, SCM_APPLY): In SCM_IM_APPLY and in the
558 procedure apply: Copy argument lists before pushing them unto the
559 environment so that the environment won't get mutated due to
560 manipulation of procedure arguments. This should perhaps be
561 regarded as a temporary solution until someone finds a more
562 efficient one. (Thanks to Maciej Stachowiak.)
563
564 1998-04-10 Mikael Djurfeldt <mdj@kenneth>
565
566 * script.c (scm_compile_shell_switches): Use "guile" as default
567 zero arg if argc is NULL.
568
569 1998-04-02 Mikael Djurfeldt <mdj@nada.kth.se>
570
571 * script.c (scm_compile_shell_switches): Allow NULL argv if argc
572 is zero. (Thanks to Dirk Herrmann.)
573
574 1998-03-30 Mikael Djurfeldt <mdj@nada.kth.se>
575
576 * ports.c (scm_add_to_port_table): First line is now line 0
577 (was 1). (Interface changed according to suggestion by Per
578 Bothner.)
579
580 * backtrace.c (display_header): Add 1 to line and column numbers
581 when presenting them to the user.
582
583 * eval.h, eval.c, debug.h, debug.c (scm_evaluator_traps): Moved
584 from debug.c --> eval.c
585
586 * eval.h, eval.c (scm_eval_options_interface): New options
587 interface.
588 (SCM_EVAL_STACK): New option: Size of newly created stacks,
589 i.e. stacks for new threads.
590
591 * coop.c (COOP_STKSIZE): Use SCM_EVAL_STACK.
592
593 * eval.c (unsafe_setjmp): Removed with #if 0.
594
595 * gsubr.c (scm_gsubr_apply): Added dummy return to avoid compiler
596 warning.
597
598 * eval.c, numbers.c, unif.c, srcprop.c: Added a few curly braces
599 to avoid compiler warnings.
600
601 * dynl-dl.c (sysdep_dynl_func): Only define usymb if needed.
602
603 1998-03-28 Mikael Djurfeldt <mdj@nada.kth.se>
604
605 * throw.c (handler_message): Print message on current error port
606 instead of default error port. (Thanks to Maciej Stachowiak.)
607
608 Mon Mar 2 21:35:02 1998 Gary Houston <ghouston@actrix.gen.nz>
609
610 * ports.c (scm_add_to_port_table): allocate in units of
611 struct scm_port_table *, not struct scm_port_table.
612 * posix.c (scm_close_pipe): remove the port from the port table
613 and mark as closed.
614 Thanks to Rob Engle for both fixes.
615
616 1998-02-06 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
617
618 * iselect.h, iselect.c, coop.c, coop-threads.c, coop-threads.h,
619 coop-defs.h, throw.c, backtrace.c: Added new copyright year 1998.
620
621 1998-02-02 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
622
623 * throw.h: Removed jmpbuf arg in scm_catch_body_t.
624
625 * backtrace.c (display_error_body, display_backtrace_body),
626 coop-threads.c (scheme_body_bootstrip, c_body_bootstrip),
627 gh_eval.c (eval_str_wrapper, eval_file_wrapper), init.c
628 (invoke_main_func), root.c (cwdr_body), throw.c (cwss_body,
629 scm_body_thunk, hbpca_body): Removed the second jmpbuf arg on body
630 functions.
631
632 * throw.c (scm_internal_catch, scm_internal_lazy_catch): Bodies
633 don't receive the jmpbuf arg anylonger.
634 (scm_catch): Don't accept a #f tag.
635 (scm_throw): Check that key is a symbol.
636 (scm_ithrow): Don't take a jmpbuf as key. Don't check key arg.
637
638 Fri Jan 30 22:28:07 1998 Mikael Djurfeldt <mdj@kenneth>
639
640 * async.c (async_pending): Removed declaration.
641
642 1998-01-30 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
643
644 * dynwind.c (scm_wind_chain): New debug function.
645
646 * coop-threads.c (scheme_launch_data, scheme_body_bootstrip,
647 scheme_handler_bootstrip, scheme_launch_thread, c_launch_data,
648 c_body_bootstrip, c_handler_bootstrip, c_launch_thread): Add an
649 extra layer of functions around the body and handler of a thread.
650 This extra layer makes sure that the handler is called in the
651 dynamic context of the surround (= empty dynwind list), but under
652 the *dynamic root* of the body. We can not use the dynamic root
653 of the surround since that root belongs to another thread => stack
654 is not handled correctly. It may seem ugly to use this extra
655 layer, but the extra cost in terms of execution time is really
656 negligible compared to the total amount of time required to create
657 a thread, and it would reduce maintainability to duplicate the
658 crucial and complicated steps performed by cwdr.
659
660 * __scm.h (SCM_ASYNC_TICK): Removed thread switching code.
661 (SCM_ALLOW_INTS): Added thread switching code before interrupts
662 get re-enabled. The important effect of this is that interrupts
663 are blocked during thread switching so that thread data structures
664 don't risk getting messed up by an unfortunate signal.
665 (SCM_REDEFER_INTS, SCM_REALLOW_INTS): It turned out that gcc-2.8.0
666 seems to do more aggressive optimization which actually move
667 instructions around in these macros in a fatal way. Therefore:
668 Introduce Anthony's SCM_FENCE macro! (And I who thought he was
669 just superstitious...)
670 (SCM_TICK): Maybe do a context switch and take care of asyncs.
671 This macro should be used instead of SCM_ASYNC_TICK since the
672 latter doesn't do context switches any more.
673
674 * eval.c (scm_eval, scm_deval), eq.c (scm_equal_p): Use SCM_TICK
675 instead of SCM_ASYNC_TICK.
676
677 * coop.c, iselect.c: Since thread switches are now performed with
678 interrupts masked, we can't use the old mechanism of delivering
679 signals immediately when they arrive. Signals must instead be
680 delivered when the asyncs run *after* the end of the critical
681 section in scm_internal_select. But this also means after context
682 switch so that the signal will be delivered to a different thread.
683 To avoid this, I have changed the protocol of
684 coop_wait_for_runnable_thread and friends so that they are allowed
685 to return the original thread. So, if a signal arrives during
686 scm_internal_select, we won't any longer be forced do a context
687 switch, but can remain in the same thread and deliver the signal
688 to it.
689
690 * async.c, async.h (asyncs_pending): Renamed asyncs_pending -->
691 scm_asyncs_pending and made it global.
692
693 * iselect.c: Small fixes.
694
695 * coop.c (coop_mutex_init, coop_mutex_lock, coop_mutex_unlock,
696 coop_condition_variable_init, coop_condition_variable_wait,
697 coop_condition_variable_signal): Changed return type from `void'
698 to `int'. This is to adhere closer to the pthreads interface.
699 This, in turn, is part of an attempt to provide C versions of the
700 mutex and condition variable primitives which can be part of a
701 frontend to COOP or pthreads.
702
703 * coop.c (coop_mutex_destroy, coop_condition_variable_wait_mutex,
704 coop_condition_variable_destroy): New functions.
705
706 * coop-threads.c (scm_wait_condition_variable): Use
707 coop_condition_variable_wait_mutex.
708
709 * coop-threads.h, coop-defs.h (coop_q_t, coop_m, coop_c):
710 Definitions moved to coop-defs.h.
711
712 * coop-defs.h (scm_mutex_init, scm_mutex_lock, scm_mutex_unlock,
713 scm_mutex_destroy, scm_cond_init, scm_cond_wait, scm_cond_signal,
714 scm_cond_destroy): New C interface to mutecis and cond vars.
715
716 1998-01-24 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
717
718 * error.c (scm_wta): Added support for SCM_ARG6 and SCM_ARG7.
719
720 * iselect.c: Now several threads can wait on the same file
721 descriptor. The behaviour is compatible with OS select: All
722 threads waiting for the fd return with the same status.
723
724 1998-01-23 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
725
726 * coop-threads.c, threads.h (scm_spawn_thread): New function.
727 Can spawn a thread from application C code.
728
729 1998-01-20 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
730
731 * gh.h, gh_data.c (gh_doubles2scm, gh_doubles2dvect,
732 gh_doubles2scm): New functions.
733
734 1998-01-15 Mark Galassi <rosalia@nis.lanl.gov>
735
736 * gh_eval.c (gh_eval_str): cleanup -- threw out the old
737 commented-out version of gh_eval_str()
738
739 Sun Jan 4 02:23:36 1998 Gary Houston <ghouston@actrix.gen.nz>
740
741 * socket.c (scm_bind): free soka after use.
742
743 Sat Jan 3 20:55:07 1998 Gary Houston <ghouston@actrix.gen.nz>
744
745 * stime.c (tzvar): new variable.
746 (setzone, restorezone, scm_localtime, scm_mktime, scm_strftime):
747 avoid memory leaks when allocating.
748
749 1998-01-03 Jim Blandy <jimb@totoro.red-bean.com>
750
751 * iselect.h: Some systems require <sys/types.h> to get the FD_SET
752 macro definitions.
753
754 * gc.c, tags.h: Doc fixes.
755
756 1998-01-02 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
757
758 * eval.c (macro-eval!): Removed. This function was a design bug.
759 It allowed memoized code to leak out to the scheme level. Most
760 things that you could do with `macro-eval!' can be done with
761 `local-eval'.
762
763 1997-12-20 Tim Pierce <twp@skepsis.com>
764
765 * fports.c (scm_pipob): Use scm_generic_fgets for line i/o, since
766 scm_fgets now depends on ftell(3) to know how many bytes were
767 read. Sigh.
768
769 1997-12-15 Tim Pierce <twp@skepsis.com>
770
771 * gh_data.c (gh_scm2newstr, gh_get_substr): Use RO macros for
772 dealing with strings.
773
774 1997-12-13 Tim Pierce <twp@skepsis.com>
775
776 Make %read-line more suitable for implementing read-line efficiently.
777 * ioext.c (scm_read_line): Strip the terminating newline from a
778 string, and return a cons of the string and its terminator.
779
780 * fports.c, fports.h (scm_fgets): Add `len' argument. The length
781 of the string that is read is stored in this memory location.
782 * ports.c, ports.h (scm_generic_fgets, fgets_void_port): Same.
783 * genio.c, genio.h (scm_do_read_line): Update caller.
784 * ports.h (scm_ptobfuns): Update typedef.
785 * fports.c (scm_fptob, scm_pipob): Update struct.
786
787 1997-12-08 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
788
789 * filesys.c (set_element): Return file descriptor.
790 (fill_select_type): Return the highest file descriptor.
791 (scm_select): Tell select about the highest file descriptor. On
792 some systems the SELECT_SET_SIZE can be as much as 128 bytes.
793 Therefore the extra overhead for calculating the maximum fd seems
794 to be more than compensated. Is this correct? In any case,
795 scm_internal_select will be much faster with this info.
796 (scm_select, fill_select_type, set_element): Don't accept any kind
797 of object in the file descriptor list or vector.
798
799 1997-12-07 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
800
801 * iselect.c (finalize_fd_sets): Bugfix.
802
803 1997-12-06 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
804
805 * filesys.c (scm_select): Don't use SCM_DEFER_INTS/SCM_ALLOW_INTS
806 when using scm_internal_select (since we might switch to another
807 thread).
808
809 Sun Dec 7 01:43:56 1997 Gary Houston <ghouston@actrix.gen.nz>
810
811 * simpos.c (scm_system): always define: use sysmissing if not
812 available. Check for HAVE_SYSTEM instead of _Windows (does
813 Windows lack system or does it have an unusable one?).
814 Check for error conditions -1 and 127. Use SCM_DEFER_INTS.
815 Let the argument be optional: if not supplied, call system(NULL).
816
817 * ports.c (scm_close_port): relax the type check from OPPORTP to
818 PORTP; closing a closed port is allowed.
819
820 1997-12-04 Tim Pierce <twp@ppp39.Nantucket.net>
821
822 * fports.c (scm_fgets): Return if the last char in a chunk is
823 newline. When fgets returns a string whose length is `size-1', it
824 is ambiguous whether a whole line was retrieved, so we must check
825 explicitly whether a line terminator is present.
826
827 1997-12-04 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
828
829 * print.h (SCM_COERCE_OUTPORT): Check that the object is a pair
830 before taking the CDR. (Thanks to Harald Meland.)
831
832 * filesys.c (scm_stat): Slightly optimized.
833
834 Wed Dec 3 12:23:06 1997 Jim Blandy <jimb@totoro.red-bean.com>
835
836 * ports.c (scm_close_port): Make sure the port is open before
837 trying to close it.
838
839 * guile-snarf.in: Pass args through to gcc in a way that preserves
840 whitespace boundaries. (Thanks to Greg Badros.)
841
842 1997-12-02 Tim Pierce <twp@skepsis.com>
843
844 * stacks.c (scm_frame_procedure): Reverse the logic in the return
845 statement. (Thanks to Doug Evans for pointing this out.)
846
847 1997-12-01 Tim Pierce <twp@skepsis.com>
848
849 * scmconfig.h.in: Regenerated for USCORE change in ../acconfig.h.
850
851 Sun Nov 30 11:29:18 1997 Mikael Djurfeldt <mdj@kenneth>
852
853 * coop-defs.h (struct coop_t): Renamed errno --> _errno to prevent
854 errno macro expansion of this field name. (errno is a C
855 preprocessor macro on some systems.)
856
857 1997-11-29 Tim Pierce <twp@skepsis.com>
858
859 * iselect.c: Doc fix.
860
861 Sat Nov 29 01:16:53 1997 Mikael Djurfeldt <mdj@kenneth>
862
863 * init.c (scm_start_stack): Removed initialization of
864 scm_the_last_stack_var.
865
866 * backtrace.h: Declare scm_the_last_stack_var.
867
868 * backtrace.c: Define scm_the_last_stack_var.
869
870 * root.c (mark_root): Don't mark the_last_stack_var.
871
872 * root.h (scm_root_state): Removed the_last_stack_var.
873
874 * throw.c: Added #include "fluids.h"
875 (ss_handler): `the-last-stack' is now a fluid.
876
877 * (backtrace.h, backtrace.c, throw.c): Renamed the_last_stack_var
878 --> the_last_stack_fluid.
879
880 * backtrace.c: Added #include "fluids.h"
881 (scm_init_backtrace): Initialize `the-last-stack' to a fluid.
882 (scm_backtrace): `the-last-stack' is now a fluid.
883
884 * init.c (scm_boot_guile_1): Moved call to scm_init_backtrace
885 after scm_init_fluids.
886
887 1997-11-28 Tim Pierce <twp@skepsis.com>
888
889 * iselect.c: #ifdef USE_THREADS around thread-related includes.
890
891 * dynl-dl.c (sysdep_dynl_func): Check both USCORE and
892 DLSYM_ADDS_USCORE to decide whether to add an underscore.
893
894 1997-11-28 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
895
896 * iselect.c (coop_next_runnable_thread,
897 coop_wait_for_runnable_thread): Disable interrupts so that no
898 async is executed before a potential error_revive.
899 (scm_internal_select): Disable interrupts during the parts of the
900 code which manipulate the sleep queue and the file descriptors.
901
902 1997-11-27 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
903
904 * Makefile.am: Added iselect.c and iselect.h.
905
906 * coop.c (coop_qinit): Initialize fields used by
907 scm_internal_select.
908 (coop_qget, coop_qget, coop_tmp_queue): Made global.
909 (coop_next_runnable_thread): If GUILE_ISELECT enabled, use
910 replacement in iselect.c.
911 (coop_mutex_lock, coop_condition_variable_wait, coop_abort,
912 coop_join): If GUILE_ISELECT enabled, use
913 coop_wait_for_runnable_thread instead of
914 coop_next_runnable_thread.
915 (usleep, sleep): New replacements for system functions if
916 GUILE_ISELECT is enabled.
917
918 * coop-threads.h: Declare coop_wait_for_runnable_thread.
919
920 * coop-defs.h (coop_t): Added fields used by scm_internal_select.
921
922 * filesys.c: Added #include "iselect.h". Moved FD-macros to
923 iselect.h. Implement Scheme level `select' using
924 scm_internal_select. (See NEWS.)
925
926 * genio.c (scm_getc): Block with scm_internal_select. (See NEWS.)
927
928 * init.c: Call scm_init_iselect.
929
930 * iselect.h, iselect.c: New files. Implements
931 scm_internal_select. (See NEWS.)
932
933 1997-11-27 Tim Pierce <twp@skepsis.com>
934
935 Fix a memory leak in scm_read_line and a type cast bug in the ptob.
936 * fports.c (scm_fgets): Use malloc/free rather than scm_must_malloc
937 and scm_must_free, since ultimately the string returned will be copied
938 by scm_makfrom0str anyway. Also, read any characters that may have
939 been pushed onto the port with scm_ungetc.
940 * ports.c (scm_generic_fgets): Same as for scm_fgets.
941 * ioext.c (scm_read_line): Free string after Guilifying it.
942 * ports.h (scm_ptobfuns): fgets method returns a char *, not a char.
943
944 1997-11-26 Anthony Green <green@hoser.cygnus.com>
945
946 * gh_data.c (gh_set_substr): Strings can be longer than 256 bytes.
947
948 * gh.h: Safely wrap prototypes for c++ usage.
949
950 1997-11-25 Mark Galassi <rosalia@cygnus.com>
951
952 * gh_test_repl.c (main_prog): changed invocation of gh_repl() to
953 gh_repl (argc, argv).
954
955 1997-11-24 Mark Galassi <rosalia@nis.lanl.gov>
956
957 * gh_init.c (gh_repl): modified gh_repl() to accept argc and argv
958 and to invoke scm_shell().
959 (gh_launch_pad): took out the loading of boot-9.scm from here,
960 since it is probably best to let the user control that. In fact,
961 gh_repl() now invokes scm_shell() which does that.
962
963 1997-11-23 Mark Galassi <rosalia@cygnus.com>
964
965 * gh_test_repl.c (main_prog): added argc and argv to the gh_repl()
966 invocation.
967
968 1997-11-22 Tim Pierce <twp@twp.tezcat.com>
969
970 * dynl-dl.c (sysdep_dynl_func): Fix memory leak created by
971 yesterday's underscore patch. (Thanks to Marius Vollmer for
972 spotting this.)
973
974 1997-11-21 Tim Pierce <twp@twp.tezcat.com>
975
976 * dynl-dl.c (sysdep_dynl_func): Prepend symb with underscore if
977 DLSYM_ADDS_USCORE is not defined.
978
979 1997-11-17 Mark Galassi <rosalia@nis.lanl.gov>
980
981 * gh_data.c (gh_uniform_vector_length):
982 (gh_uniform_vector_ref): started implementing the uniform types in
983 the gh_ interface.
984
985 1997-11-06 Mikael Djurfeldt <mdj@nada.kth.se>
986
987 * regex-posix.c (scm_free_regex_t): Return size of regex_t instead
988 of 0; size_t --> scm_size_t. Thanks to Bernard Urban.
989
990 1997-10-26 Mikael Djurfeldt <mdj@nada.kth.se>
991
992 * scmconfig.h.in: Updated (HAVE_LIBTERMCAP was added when
993 configure.in was changed).
994
995 Sun Oct 26 02:20:11 1997 Jim Blandy <jimb@totoro.red-bean.com>
996
997 * Makefile.am (modinclude_HEADERS): Include readline.h here.
998 * Makefile.in: Regenerated.
999
1000 1997-10-25 Marius Vollmer <mvo@zagadka.ping.de>
1001
1002 * print.h (SCM_COERCE_OPORT): Renamed to SCM_COERCE_OUTPORT. An
1003 OPORT is an `open' port, not an output port.
1004
1005 * filesys.c (scm_close, set_element, get_element, scm_chown,
1006 scm_chmod, scm_stat, scm_truncate_file, scm_fcntl, scm_fsync): Use
1007 SCM_COERCE_OUTPORT to cope with the printstate/port magic.
1008 * ports.c (scm_port_revealed, scm_set_port_revealed_x,
1009 scm_close_port, scm_port_line, scm_set_port_line_x,
1010 scm_port_column, scm_set_port_column_x, scm_port_filename,
1011 scm_set_port_filename_x, scm_port_mode,
1012 scm_close_all_ports_except, scm_set_current_output_port,
1013 scm_set_current_error_port): Likewise
1014 * ioext.c (scm_redirect_port, scm_dup_to_fdes, scm_freopen,
1015 scm_ftell, scm_fileno, scm_isatty_p, scm_primitive_move_to_fdes):
1016 Likewise
1017 * posix.c (scm_ttyname, scm_tcgetpgrp, scm_tcsetpgrp): Likewise
1018 * backtrace.c (display_backtrace_body): Likewise
1019 * fports (scm_setvbuf): Likewise
1020 * socket.c (scm_getsockopt, scm_setsockopt, scm_shutdown,
1021 scm_connect, scm_bind, scm_listen, scm_accept, scm_getsockname,
1022 scm_getpeername, scm_send, scm_sendto): Likewise
1023 * unif.c (scm_uniform_array_write): Likewise
1024
1025 Sat Oct 25 02:52:58 1997 Jim Blandy <jimb@totoro.red-bean.com>
1026
1027 Minor problems with substring-related tag changes.
1028 * symbols.h (SCM_SUBSTRP): Don't mask off the S bit; that's
1029 exactly what we want to leave in to detect substrings.
1030 (SCM_ROSTRINGP, ROUCHARS): Formatting tweaks.
1031 * tags.h: Fix diagrams and comments describing the S tag bit;
1032 remove vestigial remarks about the D tag bit.
1033 (SCM_TYP7, SCM_TYP7S): Rephrased for readability.
1034 * strings.c: Formatting tweaks.
1035
1036 * load.c (scm_init_load_path): Check GUILE_LOAD_PATH environment
1037 variable first; then SCHEME_LOAD_PATH, with a warning message.
1038 (scm_parse_path): New function.
1039 * script.c: Doc fixes.
1040
1041 Thu Oct 23 01:02:03 1997 Jim Blandy <jimb@totoro.red-bean.com>
1042
1043 Readline support, from Daniel Risacher.
1044 * readline.c, readline.h: New files.
1045 * init.c: #include "readline.h".
1046 (scm_boot_guile_1): Call scm_init_readline, if we have it.
1047 * Makefile.am (libguile_la_SOURCES): Include readline.c.
1048 * Makefile.in: Regenerated.
1049 * scmconfig.h.in: Regenerated, after change to ../configure.
1050
1051 1997-10-20 Mark Galassi <rosalia@nis.lanl.gov>
1052
1053 * gh.h: gh_vector_set -> gh_vector_set_x
1054
1055 1997-10-20 Mark Galassi <rosalia@nis.lanl.gov>
1056
1057 * gh_data.c (gh_vector_set_x): changed name to make it consistent
1058 with the ! -> _x mapping when going from Scheme to C.
1059
1060 1997-10-19 Mark Galassi <rosalia@cygnus.com>
1061
1062 * gh.h (gh_reverse):
1063 (gh_list_tail):
1064 (gh_list_ref):
1065 (gh_memq):
1066 (gh_memv):
1067 (gh_member):
1068 (gh_assq):
1069 (gh_assv):
1070 (gh_assoc): added these gh_ functions implemented as macros.
1071
1072 * gh_predicates.c (gh_null_p):
1073 (gh_string_equal_p): added these two missing predicates.
1074
1075 * gh_list.c (gh_append):
1076 (gh_append2):
1077 (gh_append3):
1078 (gh_append4):
1079 (gh_set_car_x):
1080 (gh_set_cdr_x): added these routines as I go through and try to
1081 complete the picture R4RS functions that should be mirrored in the
1082 gh_ interface.
1083
1084 Sat Oct 18 01:52:51 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1085
1086 * tags.h (scm_tc7_substring): Changed the comment and code to
1087 conform with the changes below. Folks! We have suddenly two new
1088 free tc7 codes!!! Jummy, jummy!
1089
1090 Tue Oct 14 22:03:06 1997 Tom Tromey <tromey@cygnus.com>
1091
1092 * Makefile.in: Rebuilt.
1093 * Makefile.am (libguile_la_SOURCES): Removed extchrs.c,
1094 mbstrings.c.
1095 (modinclude_HEADERS): Removed extchrs.h, mbstrings.h.
1096 * unif.c (scm_vector_set_length_x): Don't handle multibyte
1097 strings.
1098 * tag.c (scm_utag_mb_string, scm_utag_mb_substring): Removed.
1099 (scm_tag): Don't handle multibyte strings.
1100 * read.c: Don't include mbstrings.h.
1101 (scm_lreadr): Don't handle multibyte ports.
1102 * kw.c: Don't include mbstrings.h.
1103 * init.c: Don't include mbstrings.h.
1104 (scm_boot_guile_1): Don't init mbstrings module.
1105 * hash.c (scm_hasher): Don't handle mbstrings.
1106 * gscm.c (gscm_run_scm): Don't init mbstrings module.
1107 * gc.c (scm_gc_mark): Don't handle mbstrings.
1108 (scm_gc_sweep): Likewise.
1109 * eval.c (SCM_CEVAL): Don't handle mbstrings.
1110 * eq.c (scm_equal_p): Use SCM_TYP7S, not SCM_TYP7SD.
1111 * tags.h (SCM_TYP7SD): Removed.
1112 (SCM_TYP7D): Removed.
1113 (scm_tc7_mb_string): Removed.
1114 (scm_tc7_mb_substring): Removed.
1115 * print.c (scm_iprin1): Handle char printing directly. Don't
1116 handle mbstrings.
1117 Don't include "mbstrings.h".
1118 * symbols.c (scm_intern_obarray_soft, scm_string_to_symbol,
1119 scm_string_to_obarray_symbol, msymbolize): Don't set symbol's
1120 multi-byte flag.
1121 Don't include "mbstrings.h".
1122 * symbols.h (SCM_SYMBOL_MULTI_BYTE_STRINGP): Removed.
1123 (SCM_SYMBOL_SLOTS): Define as 4.
1124 (SCM_ROSTRINGP): Use SCM_TYP7S, not SCM_TYP7SD.
1125 * arbiters.c, backtrace.c, debug.c, dynl.c, eval.c, fluids.c,
1126 gc.c, gsubr.c, ioext.c, kw.c, mallocs.c, numbers.c, ports.c,
1127 print.c, read.c, regex-posix.c, root.c, srcprop.c, stackchk.c,
1128 struct.c, threads.c, throw.c, unif.c, variable.c: Use new
1129 ("gen"-less) I/O function names.
1130 * ports.c (scm_add_to_port_table): Don't set port's
1131 representation.
1132 * ports.h (scm_port_representation_type): Removed.
1133 (scm_string_representation_type): Removed.
1134 (struct scm_port_table ): Removed representation field.
1135 (SCM_PORT_REPRESENTATION): Removed.
1136 (SCM_SET_PORT_REPRESENTATION): Removed.
1137 * genio.h: Use new function names.
1138 * genio.c: Don't include "extchrs.h".
1139 (scm_gen_putc, scm_gen_puts, scm_gen_write, scm_get_getc):
1140 Removed.
1141 (scm_putc, scm_puts, scm_lfwrite): No longer static.
1142 (scm_getc): No longer static; handle line and column changes.
1143 (scm_ungetc): Renamed from scm_gen_ungetc.
1144 (scm_do_read_line): Renamed from scm_gen_read_line.
1145 * libguile.h: Don't include "extchrs.h" or "mbstrings.h"
1146 * extchrs.h, extchrs.c, mbstrings.h, mbstrings.c: Removed.
1147
1148 1997-10-12 Mark Galassi <rosalia@cygnus.com>
1149
1150 * gh_test_repl.c (c_vector_test): same as gh_test_c.c
1151
1152 * gh_test_c.c (c_vector_test): some improvements on the vector
1153 routines test.
1154
1155 * gh.h (gh_vector): this used to exist but do the wrong thing.
1156 Now it (almost) does the right thing, though it takes a list
1157 instead of the individual arguments. I need to see how it could
1158 be done right.
1159 (gh_list_to_vector): added this function as a macro. Corresponds
1160 to Scheme's (list->vector ...).
1161 (gh_vector_to_list): added this function as a macro. Corresponds
1162 to Scheme's (vector->list ...).
1163
1164 * gh_data.c (gh_vector_ref): renamed from gh_vref to
1165 gh_vector_ref, so that it resembles the Scheme routines more.
1166 (gh_vector_set): renamed from gh_vset to gh_vector_set, so that it
1167 resembles the Scheme routines more.
1168 (gh_make_vector): this used to be (stupidly) called gh_vector().
1169 This is the right name, since it does the same thing as the Scheme
1170 (make-vector ...) procedure.
1171
1172 Sun Oct 12 14:41:39 1997 Mikael Djurfeldt <mdj@kenneth>
1173
1174 * ports.h: #include "libguile/print.h"
1175
1176 * eval.c (SCM_CEVAL, scm_apply): Completed GOOPS support code;
1177 Some indentation fixes.
1178
1179 * objects.h (SCM_METACLASS_STANDARD_LAYOUT): Printer field is no
1180 longer a user field; New field: class_flags.
1181
1182 * objets.c, objects.h: New metaclass: scm_metaclass_operator.
1183
1184 Tue Oct 7 09:37:24 1997 Mark Galassi <rosalia@cygnus.com>
1185
1186 * gh_data.c (gh_bool2scm): new function which replaces
1187 gh_int2scmb(), which is now tagged as obsolete.
1188
1189 1997-10-03 Mikael Djurfeldt <mdj@nada.kth.se>
1190
1191 * print.h (SCM_PRINT_STATE_P): Removed SCM_NIMP test. (NIMP
1192 macros should by convention not test for NIMPness.)
1193 (SCM_COERCE_OPORT): Adjust indentation.
1194
1195 * print.c (scm_valid_oport_value_p): Adjusted indentation; Added
1196 SCM_NIMP test before SCM_PRINT_STATE_P.
1197
1198 * struct.c, struct.h, gc.c: Renamed:
1199 scm_struct_i_layout --> scm_vtable_index_layout
1200 scm_struct_i_vcell --> scm_vtable_index_vcell
1201 scm_struct_i_vtable --> scm_vtable_index_vtable
1202 scm_struct_i_printer --> scm_vtable_index_printer
1203 scm_struct_i_vtable_offset --> scm_vtable_offset_user
1204
1205 * struct.c (scm_print_struct): Use new printer slot; Default
1206 printing: Also output hex code of vtable so that type identity
1207 will be indicated as well.
1208 (scm_init_struct): Updated required_vtable_fields to "pruosrpw";
1209 Removed struct_printer_var; Removed struct-vtable-offset;
1210 (vtable-index-layout, vtable-index-vtable, vtable-index-printer,
1211 vtable-offset-user): New constants.
1212
1213 * struct.h (scm_struct_i_vtable_offset): Bumped from 3 to 4.
1214 (scm_struct_i_printer, SCM_STRUCT_PRINTER): New slot in vtables.
1215 If this slot contains a procedure, use that to print structures of
1216 the type represented by this vtable.
1217
1218 * print.c (scm_iprin1): Don't print arguments of macro
1219 transformers. (They are always: exp env.); Bugfix: Unmemoize
1220 transformer source with correct environment.
1221
1222 1997-10-02 Marius Vollmer <mvo@zagadka.ping.de>
1223
1224 Streamlining of call-with-dynamic-root:
1225
1226 * root.c (cwdr_inner_body, cwdr_body): Remove "inner" from name,
1227 there is now only one catch.
1228 (cwdr_outer_body): Removed.
1229 (cwdr_handler): New function.
1230 (scm_internal_cwdr): New function to perform the function of cwdr
1231 but take args that are more useful to C code. Also, the handler
1232 is now invoked *outside* of the new dynamic root, like the docs
1233 say. We no longer have to catch absolutely all errors, the caller
1234 is responsible for using a handler that does not throw, if he
1235 wants that.
1236 (cwdr): Reimplemented in terms of scm_internal_cwdr.
1237 * root.h (scm_internal_cwdr): New prototype.
1238
1239 Even more but risky streamlining:
1240
1241 * root.c (USE_STACKJMPBUF): New define to activate a stack-based
1242 allocation of the jumpbuf of a root continuation. The changes
1243 below are controlled by it. They are now deactivated.
1244 (scm_internal_cwdr): Allocate the scm_contregs on the stack. Set
1245 the JMPBUF of the scm_rootcont to NULL before returning.
1246
1247 * gc.c (scm_gc_sweep): Free the SCM_VELTS of a scm_tc7_contin only
1248 when they are non-NULL.
1249 (scm_gc_mark): Likewise, mark only when non-NULL.
1250
1251 Make dynamic linking work on Dec Unix. (Thanks to Clark McGrew)
1252 * dynl.c: Include "dynl-dl.c" also when HAVE_DLOPEN is defined.
1253
1254 * gc.c (scm_done_malloc): New function.
1255 gc.h (scm_done_malloc): New prototype.
1256
1257 * print.h (SCM_PRINT_STATE_P, SCM_COERCE_OPORT): New macros.
1258 (struct scm_print_state) [revealed]: New field.
1259 (scm_print_state_vtable): Make visible to the outside world for
1260 type checking purposes.
1261 (scm_valid_oport_value_p): New prototype.
1262
1263 * print.c (scm_valid_oport_value_p): New function to check whether
1264 a certain value is acceptable as a port argument.
1265 (scm_print_state_vtable): New variable.
1266 (scm_free_print_state): Set `revealed' field to false.
1267 (scm_iprin1): Call user supplied closure printer with
1268 scm_printer_apply. Print in the traditional way when there isn't
1269 one or when it returns #f.
1270 (scm_prin1, scm_display, scm_write, scm_newline, scm_write_char):
1271 Accept a port/print-state pair in addition to just a port.
1272 (scm_prin1): Don't return the print_state to the pool when it has
1273 been `revealed'.
1274 (scm_printer_apply): Set `revealed' field of print_state to true.
1275 (scm_init_print): Set scm_print_state_vtable.
1276 (print_state_fluid, print_state_fluid_num): Removed.
1277
1278 * throw.h (scm_handle_by_proc_catching_all): New prototype
1279 throw.c (scm_handle_by_proc_catching_all): New function
1280
1281 Mon Sep 29 23:54:09 1997 Jim Blandy <jimb@totoro.red-bean.com>
1282
1283 * Makefile.in: Regenerated with automake 1.2c.
1284
1285 Sun Sep 28 21:35:42 1997 Radey Shouman <shouman@zianet.com>
1286
1287 * ramap.c (scm_array_index_map_x): Fixed for zero-rank arguments,
1288 was looping endlessly.
1289
1290 Sun Sep 28 00:04:29 1997 Jim Blandy <jimb@totoro.red-bean.com>
1291
1292 * strports.c (scm_eval_string): Don't close the port.
1293
1294 * stime.c (bdtime2c): Use SCM_LENGTH, not scm_vector_length; the
1295 former returns a nice normal integer. (Thanks to Daniel
1296 Risacher.)
1297
1298 Sat Sep 27 20:19:34 1997 Jim Blandy <jimb@totoro.red-bean.com>
1299
1300 * Makefile.am (libpath.h): Include the value of the THREAD_LIBS
1301 makefile variable as a build parameter called LIBS. The
1302 build-guile program will use this, for the time being.
1303 * Makefile.in: Regenerated.
1304
1305 Thanks to Shiro Kawai:
1306 * gc.c (scm_gc_mark): Pass NULL to scm_wta as the subroutine name.
1307 * ports.h (scm_ptobfuns): The fgets method returns a char *, not
1308 an SCM.
1309
1310 * Makefile.in: Regenerated with automake 1.2a.
1311
1312 * script.c (scm_compile_shell_switches): If we hit the -c or --
1313 arguments, don't set the car of (command-line) to scm_usage_name,
1314 the prettified name of the guile executable; give it the full
1315 path, the way shells usually handle $0.
1316
1317 Wed Sep 24 22:09:52 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1318
1319 * ramap.c (scm_array_map): Renamed to scm_array_map_x. Removed
1320 Scheme-level name `array-map' and renamed `serial-array-map' to
1321 `serial-array-map!'.
1322
1323 * backtrace.c: Introduced exception handlers which now enclose
1324 `display-error' and `display-backtrace' so that error reporting
1325 won't get into infinite loops if an error occurs during displaying
1326 of the error. This can very easily happen with user supplied
1327 print call-back routines.
1328
1329 Tue Sep 23 12:43:17 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1330
1331 * ramap.c: Added alias `array-map!' for `array-map'. (Probably,
1332 the names `serial-array-map' and `array-map' should be removed.)
1333
1334 Mon Sep 22 01:21:54 1997 Mikael Djurfeldt <mdj@kenneth>
1335
1336 * init.c (scm_boot_guile_1): Added scm_init_objects ().
1337 Added #include "objects.h"
1338
1339 * eval.c (scm_makprom): Added SCM_DEFER_INTS and SCM_ALLOW_INTS.
1340 Add #include "feature.h".
1341
1342 * Makefile.am (libguile_la_SOURCES): Added objects.c.
1343 (modinclude_HEADERS): Added objects.h.
1344
1345 * ports.h (SCM_EOF_OBJECT_P): New macro predicate.
1346 This test is needed at many places in the code and should be
1347 abstracted. (Motivated by the need of this test in libguiletk.)
1348
1349 * ports.c (scm_eof_object_p), vports.c (sfgetc), strports.c
1350 (scm_eval_string), load.c (scm_primitive_load,
1351 scm_read_and_eval_x), gh_eval.c (gh_eval_str):
1352 Use SCM_EOF_OBJECT_P.
1353
1354 * eval.c (scm_init_eval): Add feature `delay'.
1355
1356 Tue Sep 16 02:12:02 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1357
1358 * scmhob.h: Removed.
1359
1360 Mon Sep 15 20:42:03 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1361
1362 * list.h (SCM_LISTn): New macros. Make list creation in C code
1363 prettier. The idea comes from STk.
1364
1365 * sequences.h, sequences.c, append.h, append.c: Removed. These
1366 files implemented non-R4RS operations which would encourage
1367 non-portable programming style and less easy-to-read code.
1368
1369 * Makefile.am (sequences.h, sequences.c, append.h, append.c):
1370 Removed.
1371
1372 * libguile.h, eval.c, init.c, stime.c, unif.c: Removed #include
1373 sequences.h, #include append.h.
1374
1375 * init.c (scm_boot_guile_1): Removed calls to scm_init_append and
1376 scm_init_sequences.
1377
1378 * gh.h, gh_list.c: Renamed gh_list_length --> gh_length.
1379
1380 * list.h, list.c: Renamed scm_list_length --> scm_length, scm
1381
1382 * stime.c (bdtime2c): Changed scm_obj_length --> scm_vector_length.
1383
1384 Sat Sep 13 00:21:41 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1385
1386 * eval.c: Added #include "objects.h"
1387
1388 * tags.h (scm_tc16_object, scm_tc16_entity): Smobtags for objects
1389 and entities.
1390
1391 * smob.c (scm_smob_prehistory): Create two objectsmobs with
1392 adjacent smob numbers.
1393
1394 Thu Sep 11 00:59:17 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1395
1396 * procprop.h: Added declaration of scm_i_inner_name.
1397
1398 * gsubr.c: New global symbol scm_i_inner_name.
1399
1400 * debug.c (scm_procedure_name): Try procedure property
1401 `inner-name' if `name' fails.
1402
1403 * print.c (scm_iprin1): Use scm_macro_name.
1404
1405 * eval.c (scm_m_define): Give names to macros as well; Only the
1406 first top-level definition gives a procedure/macro a name.
1407 Otherwise confusing names can turn up in backtraces.
1408 (SCM_CEVAL): SCM_IM_DEFINE: Set `inner-name' property instead of
1409 `name'; Give names to macros as well.
1410
1411 * procs.c (scm_closure_p), print.c (scm_iprin1), eval.c
1412 (scm_macro_transformer): Use SCM_CLOSUREP instead of
1413 scm_closure_p.
1414
1415 Wed Sep 10 20:52:18 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1416
1417 * * eval.c (macro?, macro-type, macro-name, macro-transfomer): New
1418 procedures;
1419 (prinmacro): Removed. The code has been moved/merged into print.c
1420 in order to decrease code redundancy. We want macros to print in
1421 a way equivalent to procedures, and it would be silly to duplicate
1422 the required code. (We don't want to maintain two places.)
1423 (macrosmob): Print field is now a NULL pointer.
1424
1425 * eval.h (scm_macro_p, scm_macro_type, scm_macro_name,
1426 scm_macro_transformer): New prototypes.
1427 (scm_tc16_macro): Declared.
1428
1429 * * print.c (scm_iprin1): Added code for printing of macros. Macros
1430 are now printed in a way equivalent to procedures.
1431
1432 Sat Sep 6 12:20:42 1997 Mikael Djurfeldt <mdj@kenneth>
1433
1434 * procs.h (scm_closure_p): Added declaration.
1435
1436 Fri Sep 5 13:36:14 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1437
1438 * gc.c (scm_gc_mark): Fixed "rogue pointer in heap" message:
1439 Shouldn't pass "heap" as the subr name.
1440
1441 Tue Sep 2 18:14:30 1997 Jim Blandy <jimb@totoro.red-bean.com>
1442
1443 * gh_predicates.c (gh_boolean_p, gh_symbol_p, gh_char_p,
1444 gh_vector_p, gh_pair_p, gh_number_p, gh_string_p, gh_procedure_p,
1445 gh_list_p, gh_inexact_p, gh_exact_p, gh_eq_p, gh_eqv_p,
1446 gh_equal_p): Use SCM_NFALSEP, instead of testing against
1447 SCM_BOOL_T. Any non-false value is true.
1448
1449 Tue Sep 2 00:27:07 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1450
1451 * symbols.h (scm_builtin_bindings, scm_builtin_weak_bindings,
1452 scm_gensym): Added prototypes.
1453
1454 * symbols.c (scm_gensym): New function. This will speed up
1455 certain types of applications (such as macro systems) which
1456 generate lots of symbols.
1457
1458 Mon Sep 1 22:30:33 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1459
1460 * numbers.c (logand, logior, logxor): Handle 0 or 1 arguments.
1461
1462 Sat Aug 30 18:56:19 1997 Gary Houston <ghouston@actrix.gen.nz>
1463
1464 * unif.c (scm_shap2ra): tighten the checking of the array dimension
1465 specifier, since (2) or (2 . 3) would cause SEGV.
1466 (scm_transpose_array): more argument checking fixes.
1467
1468 Thu Aug 28 23:48:53 1997 Jim Blandy <jimb@totoro.red-bean.com>
1469
1470 * Makefile.in: Regenerated.
1471
1472 Wed Aug 27 17:44:44 1997 Jim Blandy <jimb@totoro.red-bean.com>
1473
1474 * Makefile.in: Regenerated, so it uses "tar", not "gtar".
1475
1476 Mon Aug 25 13:47:25 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1477
1478 * error.c, error.h (scm_error_callback): Removed (see NEWS).
1479
1480 Sun Aug 24 01:25:35 1997 Mikael Djurfeldt <mdj@kenneth>
1481
1482 * regex-posix.c: If <regex.h> can't be found, try <rxposix.h> or
1483 <rx/rxposix.h>. (This is in order to accomodate for the GNU Rx
1484 library.)
1485
1486 * ramap.c (scm_ra_matchp, scm_array_fill_int, racp, ramap_1,
1487 ramap_2o, scm_array_index_map_x, raeql_1, scm_array_equal_p),
1488 unif.c (scm_vector_set_length_x, scm_uniform_vector_length,
1489 scm_array_p, scm_array_rank, scm_array_dimensions,
1490 scm_enclose_array, scm_array_in_bounds_p, scm_uniform_vector_ref,
1491 scm_cvref, scm_array_set_x, scm_array_contents, scm_array_to_list,
1492 scm_array_prototype): Added case scm_tc7_wvect.
1493
1494 Sat Aug 23 18:45:44 1997 Gary Houston <ghouston@actrix.gen.nz>
1495
1496 * errno.h: prototype for scm_strerror.
1497 * error.c (scm_strerror): new procedure.
1498
1499 Mon Aug 18 14:58:22 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1500
1501 * list.c (scm_list_append_x): Allow non-pair as last argument.
1502 This is consistent with the R4RS append and is probably the
1503 correct behaviour as specified by R2RS. (Thanks to Radey Shouman)
1504
1505 Sat Aug 16 18:42:15 1997 Gary Houston <ghouston@actrix.gen.nz>
1506
1507 * stime.h: prototype for scm_times.
1508 * stime.c (scm_times): new procedure.
1509 * ioext.c (scm_fseek): if the first argument is a file descriptor
1510 call lseek.
1511 (scm_ftell): if the first argument is a file descriptor call lseek
1512 (sic).
1513 * filesys.h: prototypes for scm_open_fdes, scm_fsync.
1514 * filesys.c (scm_chmod): if the first argument is a file descriptor,
1515 call fchmod.
1516 (scm_chown): if the first argument is a port or file descriptor,
1517 call fchown.
1518 (scm_truncate_file): new procedure.
1519 Add DEFER/ALLOW INTS to a few other procedures.
1520 (scm_fsync): new procedure.
1521 (scm_open_fdes): new procedure.
1522 (scm_open): use scm_open_fdes. If mode isn't specified, 666 will
1523 now be used.
1524 (scm_fcntl): the first argument can now be a file descriptor. The
1525 third argument is now optional.
1526
1527 * posix.c (scm_execl, scm_execlp): make the filename argument
1528 compulsory, since omitting it causes SEGV.
1529 (scm_sync): return unspecified instead of #f.
1530 (scm_execle): new procedure.
1531 (environ_list_to_c): new procedure.
1532 (scm_environ): use environ_list_to_c. disable interrupts.
1533 (scm_convert_exec_args): take pos and subr arguments and
1534 improve error checking.
1535
1536 1997-08-14 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1537
1538 * stacks.c (scm_make_stack), coop-threads.c, mit-pthreads.c
1539 (scm_call_with_new_thread): Bugfix: SCM_WNA should go as third
1540 argument to SCM_ASSERT. Furthermore, the name of the function
1541 should be passed as first argument when signalling
1542 SCM_WNA. (Thanks to Thomas Morgan)
1543
1544 * gsubr.c (scm_gsubr_apply): From Radey Shouman
1545 <shouman@zianet.com>: "The switch in scm_gsubr_apply that
1546 dispatches on the number of actual args has a default case
1547 reporting an internal error. This is a vestige from a version
1548 that mallocated a SCM vector to hold the arguments. In the
1549 current version this check is too late: if it ever happens we will
1550 have already overstepped the bounds of the array.
1551
1552 Also, the patch [...] adds a check for too many actual arguments."
1553
1554 mdj: Removed check for "internal programming error".
1555
1556 Wed Aug 13 15:38:44 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1557
1558 * gh_io.c (gh_write): New function.
1559
1560 * gh_eval.c (catch_with_saved_stack): Removed. Replaced by:
1561 throw.c (scm_internal_stack_catch): New sibling to the other catch
1562 functions. Code moved from gh_eval.c.
1563 throw.h: Added header.
1564 gh_eval.c (gh_eval_str_with_stack_saving_handler): Renamed call to
1565 scm_internal_stack_catch.
1566
1567 Tue Jul 29 01:03:08 1997 Gary Houston <ghouston@actrix.gen.nz>
1568
1569 * ioext.h: fix up prototypes.
1570 * ioext.c (scm_dup_to_fdes): renamed from scm_primitive_dup2.
1571 Scheme name is now dup->fdes.
1572 (scm_dup_to_fdes): make the second argument optional and
1573 fold in the functionality of scm_primitive_dup.
1574 (scm_primitive_dup): deleted.
1575
1576 Mon Jul 28 05:24:42 1997 Gary Houston <ghouston@actrix.gen.nz>
1577
1578 * fports.h (SCM_P): prototypes for scm_setvbuf, scm_setfileno.
1579 * fports.c (scm_setbuf0): don't disable the setbuf if MSDOS or
1580 ultrix are defined. Use setvbuf instead of setbuf.
1581 (scm_setvbuf): new procedure.
1582 (scm_init_fports): intern _IOFBF, _IOLBF, _IONBF.
1583 (scm_setfileno): moved from ioext.c.
1584 (scm_fgets): cast SCM_STREAM to (FILE *), remove unused lp variable.
1585 (top of file): Delete 25 lines of probably obsolete CPP hair for MSDOS.
1586
1587 Sun Jul 27 10:54:01 1997 Marius Vollmer <mvo@zagadka.ping.de>
1588
1589 * fluids.c (scm_fluid_p): New function.
1590 * fluids.h (scm_fluid_p): New prototype.
1591
1592 Sat Jul 26 21:33:37 1997 Marius Vollmer <mvo@zagadka.ping.de>
1593
1594 * print.c (scm_iprin1): Enter printed structures into the print
1595 state as nested data while they are printed.
1596 (print_state_fluid, print_state_fluid_num): New variables.
1597 (scm_init_print): Initialize them.
1598 (scm_iprin): If print_state_fluid carries a print_state, use that
1599 instead of creating a new one.
1600 (scm_printer_apply, apply_stub, struct apply_data): New
1601 definitions to help with calling printer functions written in
1602 Scheme.
1603 * print.h (scm_printer_apply): New prototype.
1604
1605 * struct.c (scm_print_struct): Use scm_printer_apply to call the
1606 user defined struct printer.
1607
1608 * dynwind.c (scm_dowinds): Handle fluids on the wind list.
1609 * fluids.h (scm_internal_with_fluids, scm_with_fluids,
1610 scm_swap_fluids, scm_swap_fluids_reverse): New prototypes.
1611 * fluids.c (scm_internal_with_fluids, scm_with_fluids,
1612 scm_swap_fluids, scm_swap_fluids_reverse): New functions.
1613
1614 Fri Jul 25 12:05:46 1997 Marius Vollmer <mvo@zagadka.ping.de>
1615
1616 * fluids.c (scm_fluid_ref, scm_fluid_set_x): Fixed use of
1617 SCM_ASSERT: arg comes before pos.
1618
1619 Fri Jul 25 17:00:38 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
1620
1621 * eval.c (scm_apply): Handle the case when a tc7_sybr_2 is applied
1622 to a list of length zero correctly.
1623
1624 Wed Jul 23 16:17:46 1997 Tim Pierce <twpierce@bio-5.bsd.uchicago.edu>
1625
1626 Supply an `fgets' method for port objects to do fast line i/o.
1627 * ioext.c (scm_read_line): New function.
1628 * genio.c (scm_gen_read_line): New function.
1629 * fports.c (scm_fgets): New function.
1630 (scm_fptob, scm_pipob): Add scm_fgets method.
1631 * ports.c (fgets_void_port, scm_generic_fgets): New functions.
1632 (void_port_ptob): Add void fgets method.
1633 (scm_newptob): Initialize fgets method from ptob struct.
1634 * ports.h (scm_ptobfuns): Add fgets method.
1635 * vports.c (scm_sfptob): Supply generic fgets method.
1636 * strports.c (scm_stptob): Supply generic fgets method.
1637
1638 Mon Jul 21 04:03:42 1997 Gary Houston <ghouston@actrix.gen.nz>
1639
1640 * ioext.h: removed scm_duplicate_port prototype.
1641
1642 * ioext.c (scm_primitive_dup2): return the new file descriptor
1643 instead of SCM_UNSPECIFIED, since similarity to scm_primitive_dup
1644 is convenient.
1645 (scm_fdopen): bug fix: don't try to make port unbuffered until its
1646 stream has been set.
1647 (scm_duplicate_port): deleted, there's now an implementation in
1648 boot-9.scm.
1649 (scm_primitive_dup2): do nothing if newfd == oldfd.
1650
1651 Sun Jul 20 03:55:49 1997 Gary Houston <ghouston@actrix.gen.nz>
1652
1653 * filesys.c (scm_close): oops, don't call SCM_INUM twice on the
1654 argument.
1655
1656 * ioext.h: new prototypes.
1657 * ioext.c (scm_primitive_dup, scm_primitive_dup2): new procedures.
1658
1659 * fluids.c (next_fluid_num): don't do
1660 SCM_THREAD_CRITICAL_SECTION_START/END unless USE_THREADS is defined.
1661
1662 * ports.h: prototypes too.
1663 * ports.c (scm_mode_bits, scm_port_mode): moved from fports.c.
1664
1665 * fports.h: prototype too.
1666 * fports.c (scm_evict_ports): moved from ioext.c.
1667
1668 Sat Jul 19 04:56:52 1997 Gary Houston <ghouston@actrix.gen.nz>
1669
1670 * ports.c (scm_close_port): return a boolean instead of unspecified.
1671 throw an error if an error other than EBADF occurs.
1672
1673 * filesys.h: scm_close prototype.
1674 * filesys.c (scm_close): new procedure, can close file descriptors
1675 and ports (scsh compatible).
1676
1677 * ports.c (scm_flush_all_ports): SCM_PROC incorrectly allowed an
1678 optional argument.
1679
1680 Fri Jul 18 11:19:53 1997 Marius Vollmer <mvo@zagadka.ping.de>
1681
1682 * fluids.c, fluid.h: New files.
1683 * Makefile.am (libguile_la_SOURCES): Added "fluids.c".
1684 (modinclude_HEADERS): Added "fluids.h"
1685
1686 * init.c: Include "fluids.h". (scm_boot_guile_1): Added call to
1687 scm_init_fluids to initialize the fluid machine.
1688 (scm_start_stack): Initialize the fluids of the first root with
1689 scm_make_initial_fluids.
1690
1691 * root.h: Added "fluids" member to scm_root_state.
1692 * root.c: Include "fluids.h". (scm_mark_root): Mark "fluids".
1693 (scm_make_root): Call scm_copy_fluids to make fluid bindings
1694 unique for the new root when it has a parent.
1695
1696 * smob.h: Include "libguile/print.h" to make scm_print_state
1697 visible.
1698
1699 * dynl.c (free_dynl_obj): New function to free the dynamic object
1700 data. (dynl_smob): Use it.
1701 * dynl.c (scm_dynamic_link): Moved allocating of the memory for
1702 the dynamic object data below the linking of the object to avoid
1703 memory leak when the linking code throws an error. Now the code
1704 leaks a whole dynamically linked library when must_malloc throws,
1705 but that should be much less likely.
1706
1707 Fri Jul 11 00:19:47 1997 Jim Blandy <jimb@floss.red-bean.com>
1708
1709 Changes to compile under gnu-win32, from Marcus Daniels:
1710 * stime.c (tzset): If tzset isn't provided, make it a NOP.
1711 (scm_localtime): Change SCM_EOF to SCM_EOL.
1712 (scm_mktime): Likewise.
1713 * socket.c: Don't include sys/un.h unless autoconf tells
1714 us Unix domain sockets are available.
1715 (scm_fill_sockaddr): Ignore Unix domain code.
1716 (scm_addr_vector): Likewise.
1717 (scm_init_addr_buffer): Likewise.
1718 (scm_socketpair): Don't include unless socketpair was
1719 found during autoconf.
1720 * simpos.c (SYSTNAME): Treat cygwin like Unix.
1721 * scmsigs.c (scm_pause): Don't include unless pause was found
1722 during autoconf.
1723 * posix.c (scm_getgroups): Don't include unless support function
1724 was found during autoconf (in this case, getgroups).
1725 (scm_setpwent): For setpwent.
1726 (scm_setegid): For setegid.
1727 * net_db.c (scm_inet_netof): Don't include unless support
1728 function was found during autoconf (in this case, inet_netof).
1729 (scm_lnaof): For inet_lnaof.
1730 (scm_inet_makeaddr): For inet_makeaddr.
1731 (scm_getnet): For getnetent, getnetbyname, getnetbyaddr.
1732 (scm_getproto): For getprotoent.
1733 (scm_getserv): For getservent.
1734 (scm_sethost): For sethostent, endhostent.
1735 (scm_setnet): For setnetent, endnetent.
1736 (scm_setproto): For setprotoent, endprotoent.
1737 (scm_setserv): For setservent, endservent.
1738 * scmconfig.h.in: Regenerated.
1739
1740 Thu Jul 10 00:22:24 1997 Jim Blandy <jimb@floss.red-bean.com>
1741
1742 * stime.c (scm_localtime, scm_mktime): Pass SCM_EOL to
1743 scm_misc_error, not SCM_EOF.
1744
1745 * error.c (scm_wta): Pass SCM_EOL to scm_misc_error as the list of
1746 arguments for formatting the error message, not SCM_BOOL_F. I
1747 think this is left over from the (eq? '() #f) days.
1748
1749 * read.c (recsexpr): Give this a dummy definition if
1750 DEBUG_EXTENSIONS isn't #defined.
1751
1752 Fri Jul 4 23:42:17 1997 Marius Vollmer <mvo@zagadka.ping.de>
1753
1754 * coop-threads.c (scm_wait_condition_variable): Lock mutex again
1755 after waiting.
1756
1757 Thu Jul 3 16:31:24 1997 Marius Vollmer <mvo@zagadka.ping.de>
1758
1759 * root.c (cwdr_outer_body): Bugfix: Pass `c' instead of `&c' to
1760 scm_internal_catch.
1761
1762 Sat Jun 28 16:14:09 1997 Tim Pierce <twp@twp.tezcat.com>
1763
1764 * Makefile.am (libguile_la_LIBADD): Remove @ALLOCA@, since
1765 alloca.lo will be included in @LIBLOBJS@. Something better than
1766 this should be possible.
1767 * Makefile.in: Regenerated.
1768
1769 Sat Jun 28 03:40:15 1997 Gary Houston <ghouston@actrix.gen.nz>
1770
1771 * simpos.h: prototype for scm_primitive_exit.
1772 * simpos.c (scm_primitive_exit): new procedure, terminates the
1773 process without unwinding the stack.
1774
1775 Sat Jun 28 03:45:25 1997 Tim Pierce <twp@twp.tezcat.com>
1776
1777 * regex-posix.c (scm_make_regexp): Make `flags' a variable-length
1778 argument and logior its components together, so the user doesn't
1779 have to do this explicitly. Also, if regexp/basic is supplied, then
1780 turn off REG_EXTENDED.
1781 (scm_init_regex_posix): New regexp/basic symbol.
1782 (REG_BASIC): #define this if it is not already present.
1783
1784 Fri Jun 27 20:36:35 1997 Tim Pierce <twpierce@bio-5.bsd.uchicago.edu>
1785
1786 * Makefile.am (libguile_la_LIBADD): Include @ALLOCA@.
1787 (MOSTLYCLEANFILES): New target, changed from CLEANFILES.
1788 (CLEANFILES): New target, clean versiondat.h, libpath.h.
1789 (DISTCLEANFILES): New target, clean *.x.
1790 * Makefile.in: Regenerated.
1791
1792 Tue Jun 24 00:29:07 1997 Jim Blandy <jimb@floss.red-bean.com>
1793
1794 * script.c (scm_compile_shell_switches): Add 1997 to copyright
1795 years in usage message.
1796
1797 * Makefile.am (libguile_la_LDFLAGS): Bump library version.
1798 * Makefile.in: Regenerated.
1799
1800 * regex-posix.c (scm_init_regex_posix): Delete the regexp/nosub
1801 flag; I don't think we support it.
1802 (scm_make_regexp): Make sure the user doesn't pass the
1803 regexp/nosub flag.
1804
1805 * regex-posix.c (scm_make_regexp, scm_regexp_exec): Add optional
1806 FLAGS arguments.
1807 (scm_init_regex_posix): Define constants for the REG_mumble flags;
1808 name them according to the SCSH convention: regexp/mumble.
1809
1810 * regex-posix.h (scm_make_regexp, scm_regexp_exec): Update prototypes.
1811
1812 Mon Jun 23 18:44:49 1997 Jim Blandy <jimb@floss.red-bean.com>
1813
1814 * Makefile.am (libpath.h): Include the values of all the standard
1815 Makefile directory variables. Print a message, but don't print
1816 all the commands.
1817 (versiondat.h): Print a message, but don't print all the commands.
1818 * load.c: #include "alist.h".
1819 (init_build_info): New function.
1820 (scm_init_load): Call it.
1821 * Makefile.in: Regenerated.
1822
1823 Sun Jun 22 19:12:58 1997 Jim Blandy <jimb@floss.red-bean.com>
1824
1825 * root.c: Establish a reliable catch-all handler for the new root.
1826 After all the Scheme handler function might signal an error too,
1827 and we don't want to lose that.
1828 (cwdr_inner_body): Renamed from cwdr_body.
1829 (cwdr_outer_body): New function, to establish the user's handler,
1830 and pass control to cwdr_inner_body.
1831 (cwdr): Establish the reliable catch-all handler here, and pass
1832 control to cwdr_outer_body.
1833 (struct cwdr_body_data): New field, handler, to allow cwdr to pass
1834 the user's handler through to cwdr_outer_body.
1835 * throw.c (scm_handle_by_message): Move guts into....
1836 (handler_message): New static function.
1837 (scm_handle_by_message_noexit): New function.
1838 * throw.h (scm_handle_by_message_noexit): New prototype.
1839
1840 * __scm.h: (SCM_FENCE): New macro: optimizer will not move code
1841 across this. Only works on GCC. Otherwise, we hope for the best.
1842 (SCM_DEFER_INTS, SCM_ALLOW_INTS): Use FENCE appropriately. I have
1843 the feeling that real thread systems will not need this...
1844
1845 Sun Jun 22 15:46:35 1997 Jim Blandy <jimb@floss.red-bean.com>
1846
1847 Try to detect when people are using one version of libguile and a
1848 different version of ice-9. People have been skewing things and
1849 sending in bug reports.
1850 * Makefile.am (versiondat.h): New file to generate.
1851 * version.c: #include "versiondat.h", to get version info.
1852 (scm_libguile_config_stamp): New function.
1853 * script.c: #include "version.h".
1854 (scm_compile_switches): Call scm_version to get version number.
1855 * scmconfig.h.in, Makefile.in: Regenerated.
1856 * Makefile.in: Regenerated.
1857
1858 * Makefile.am (ETAGS_ARGS): Catch SCM_PROC, etc. so we can find
1859 primitive definitions under their Scheme names.
1860
1861 * Makefile.am (libguile_la_LDFLAGS): Update library version to
1862 1:2. Helps avoid confusion between installed and uninstalled libs.
1863
1864 * scmconfig.h.in: Regenerated. (Needed after June 3 change to
1865 ../configure.in.)
1866
1867 * gdb_interface.h (GDB_INTERFACE): Remove semicolon and trailing
1868 backslash from definition; this should be used like: GDB_INTERFACE;
1869
1870 Sun Jun 22 04:00:32 1997 Gary Houston <ghouston@actrix.gen.nz>
1871
1872 * ioext.c (scm_duplicate_port): bug fix: don't try to make the
1873 new port unbuffered until its stream has been set.
1874
1875 Sat Jun 21 18:44:03 1997 Gary Houston <ghouston@actrix.gen.nz>
1876
1877 * ports.h: new prototype.
1878 * ports.c (scm_flush_all_ports): new procedure, scsh compatible.
1879
1880 Sat Jun 21 00:25:03 1997 Jim Blandy <jimb@floss.red-bean.com>
1881
1882 Make things compile neatly under Sun's C compiler.
1883 * dynl.c (scm_dynamic_func): Cast return value from sysdep_dynl_func.
1884 * extchrs.c (xmbtowc): Make the second arg a normal char, not
1885 unsigned, because that's what the ANSI function takes.
1886 * extchrs.h (xmbtowc): Corresponding change to prototype.
1887 * genio.c (scm_gen_getc): Make buf plain chars. Nobody wants
1888 uchars here.
1889 * mbstrings.c (scm_mb_ilength): Use ANSI arg syntax. Make DATA
1890 argument plain char *.
1891 * strings.c (scm_string): Use SCM_ROCHARS, since c is a plain
1892 char.
1893 * tag.c (scm_tag): Remove unreachable statement.
1894 * unif.c (scm_array_to_list): If we want to shift a 1 bit to the
1895 top of the word, it should be unsigned.
1896
1897 * eval.c (scm_lookupcar1): Don't declare var2 unless USE_THREADS
1898 is defined, to avoid warnings; it's only used in the
1899 conflict-checking code. Which might go away anyway.
1900 (SCM_CEVAL): All goto's targeting the `dispatch' label are in
1901 conditionals; put the label definition in an #if too, to stifle
1902 warnings.
1903
1904 * Makefile.am (EXTRA_DIST): Include ChangeLog-gh and
1905 ChangeLog-threads in the distribution.
1906 * Makefile.in: Regenerated.
1907
1908 Fri Jun 20 10:03:41 1997 Tim Pierce <twpierce@bio-5.bsd.uchicago.edu>
1909
1910 * guile-snarf.in: Changed regexp to support CPPs that insert
1911 whitespace between lexical tokens (which munges the `%%%' snarf
1912 cookie).
1913
1914 Tue Jun 17 13:49:56 1997 Tim Pierce <twpierce@bio-5.bsd.uchicago.edu>
1915
1916 * load.c (scm_init_load_path): Append $(datadir)/guile to
1917 %load-path, so modules do not have to be installed in Guile's
1918 current version directory.
1919
1920 Mon Jun 16 17:20:55 1997 Marius Vollmer <mvo@zagadka.ping.de>
1921
1922 * dynl.c (scm_dynamic_call, scm_dynamic_args_call): Wrap dynamic
1923 function call in SCM_DEFER_INTS/SCM_ALLOW_INTS.
1924 (scm_dynamic_link, scm_dynamic_unlink, scm_dynamic_func): Always
1925 call the sysdep functions with deferred ints.
1926 * dynl.c, dynl-dl.c, dynl-dld.c, dynl-shl.c (sysdep_dynl_link,
1927 sysdep_dynl_unlink, sysdep_dynl_func): Expect to be called with
1928 deferred interrupts and insert SCM_ALLOW_INTS before throwing an
1929 error.
1930
1931 * dynl.c (scm_dynamic_unlink, scm_dynamic_call): Return
1932 SCM_UNSPECIFIED.
1933
1934 Sat Jun 14 19:00:58 1997 Gary Houston <ghouston@actrix.gen.nz>
1935
1936 * scmsigs.c (sys_deliver_signals): add a comment about a probable bug.
1937
1938 Wed Jun 11 00:33:00 1997 Jim Blandy <jimb@floss.red-bean.com>
1939
1940 * Makefile.in: Regenerated after xtra_PLUGIN_guile_libs change in
1941 ../configure.in.
1942
1943 Sun Jun 8 14:37:26 1997 Marius Vollmer <mvo@zagadka.ping.de>
1944
1945 * eval.c (scm_lookupcar1): New procedure to cope with a race
1946 condition during lookup (when using threads).
1947 (scm_lookupcar): Implement in terms of scm_lookupcar1.
1948 (SCM_CEVAL): Use scm_lookupcar1 instead of scm_lookupcar in one
1949 place.
1950
1951 Fri Jun 6 19:05:07 1997 Jim Blandy <jimb@totoro.cyclic.com>
1952
1953 * regex-posix.c (scm_regexp_exec): Use the `start' argument if
1954 supplied. (Change from Tim Pierce.)
1955
1956 Thu Jun 5 16:38:19 1997 Marius Vollmer <mvo@zagadka.ping.de>
1957
1958 * struct.c (init_struct): Forget to mention this in the "Wed Jun 4
1959 23:47:01 1997" changelog: Slots are now initialized with `#f' by
1960 default and not `()'. `#f' is the canonical non-value in Scheme,
1961 right?
1962
1963 Wed Jun 4 23:47:01 1997 Marius Vollmer <mvo@zagadka.ping.de>
1964
1965 * struct.c (struct_printer): New variable that holds a handle on
1966 the Scheme variable *struct-printer*. This variable can be set by
1967 Scheme code to override the printing of structures.
1968 (scm_print_struct): If struct_printer is set, call it. If it is
1969 not set, or returns #f, print the structure in the old fashion.
1970 Include "eval.h" for scm_apply.
1971
1972 Tue Jun 3 23:01:39 1997 Marius Vollmer <mvo@zagadka.ping.de>
1973
1974 * struct.c (scm_struct_ref, scm_struct_set_x): Use
1975 scm_struct_i_n_words to get the number of fields, not
1976 -scm_struct_n_extra_words.
1977
1978 On the route to fancier struct printing:
1979 * struct.c (scm_print_struct): New function to print a structure.
1980 Include "genio.h" to support it. This function doesn't do
1981 anything interesting right now, but I think it should be here
1982 anyway.
1983 * struct.h: Include "print.h" and add prototype for
1984 scm_print_struct.
1985 * print.c (scm_iprin1): Call scm_print_struct instead of trying to
1986 print structures ourself.
1987
1988 Sun Jun 1 07:58:41 1997 Gary Houston <ghouston@actrix.gen.nz>
1989
1990 * scmsigs.c (sys_deliver_signals): bug fix: reset got_signal[i]
1991 before applying the handler in case it doesn't return.
1992
1993 Sat May 31 18:57:51 1997 Gary Houston <ghouston@actrix.gen.nz>
1994
1995 * scmsigs.h, async.h: updated.
1996
1997 * _scm.h: if HAVE_RESTARTS is defined then don't use a SYSCALL
1998 loop.
1999
2000 * posix.c (scm_uname): interpret only negative values as an error.
2001 Solaris normally returns a positive value.
2002
2003 * script.c (scm_compile_shell_switches): if we are not going into
2004 an interactive repl, set scm_mask_ints to zero so that asyncs can
2005 run.
2006
2007 * simpos.c (scm_system): don't ignore/unignore signals around
2008 the "system" call.
2009
2010 * posix.c (scm_open_pipe): don't ignore/unignore signals around
2011 the "popen" call.
2012
2013 * init.c (scm_boot_guile_1): don't call scm_init_signals, it's
2014 done in boot-9.scm instead.
2015
2016 * scmsigs.c, async.c: Major rewriting of signal handling code.
2017 (scm_sigaction): new procedure.
2018 (scm_sleep): don't wrap sleep in SCM_SYSCALL, it would mess up the
2019 timing.
2020 (scm_raise): return unspecified, throw error on failure.
2021
2022 Thu May 29 02:47:36 1997 Jim Blandy <jimb@floss.cyclic.com>
2023
2024 * regex-posix.c (scm_init_regex_posix): Register the "regex"
2025 feature, to help boot-9.scm decide whether to import the regex
2026 module.
2027
2028 Thu May 29 02:19:40 1997 Jim Blandy <jimb@floss.cyclic.com>
2029
2030 * eval.c: Include scmconfig.h at the beginning of the file so that
2031 HAVE_ALLOCA_H may properly be defined. Thanks to Bill Janssen for
2032 pointing this out.
2033
2034 * regex-posix.c: #include "_scm.h" before conditionally #including
2035 <regex.h>; the former defines HAVE_REGCOMP.
2036
2037 * regex-posix.c: #include <regex.h> conditionally, so the file is
2038 CPP'able (for dependency scanning) even on systems that don't have
2039 a <regex.h> header.
2040
2041 Tue May 27 23:48:38 1997 Jim Blandy <jimb@floss.cyclic.com>
2042
2043 Add new R4RS-compliant syntax for keywords.
2044 * read.c (scm_lreadr): Recognize `#:' as a prefix for keywords,
2045 regardless of the setting of the `keywords' read option.
2046 * kw.c (prin_kw): Print keywords using the `#:' syntax, so they
2047 can be re-read no matter what the setting of the `keywords' read
2048 option.
2049
2050 Tue May 27 22:47:31 1997 Tim Pierce <twp@twp.tezcat.com>
2051
2052 Add support for POSIX regular expressions.
2053
2054 * regex-posix.c, regex-posix.h: New files. (Some code
2055 is taken liberally from rx/rgx.c in the old Guile dist.)
2056
2057 * init.c: Include regex-posix.h.
2058 (scm_boot_guile_1): Call scm_init_regex_posix.
2059
2060 * Makefile.am (EXTRA_libguile_la_SOURCES, modinclude_HEADERS):
2061 Add regex-posix.[ch] sources.
2062 * Makefile.in: Regenerated.
2063
2064 * scmconfig.h.in: Add HAVE_REGCOMP macro. (automake is supposed
2065 to do this automatically? It didn't for me, bleh.)
2066
2067 Mon May 26 18:51:29 1997 Jim Blandy <jimb@floss.cyclic.com>
2068
2069 * fports.c (print_pipe_port): New function.
2070 (scm_fptob): Use print_pipe_port instead of scm_prinport; the
2071 latter doesn't even take the right arguments.
2072
2073 * Makefile.am: Increment shared lib revision number. I think
2074 sometimes the uninstalled Guile finds the installed shared lib;
2075 Gord says doing this might help. As things turned out, I can't
2076 say whether it does.
2077 * Makefile.in: Regenerated.
2078
2079 * gh_init.c (gh_enter): Cast c_main_prog to a void * before
2080 passing it as the closure argument to scm_boot_guile. (Bill
2081 Janssen)
2082
2083 * ports.c (print_void_port, putc_void_port, puts_void_port,
2084 write_void_port, flush_void_port, getc_void_port, close_void_port,
2085 noop0): Use ANSI prototypes instead of K&R declarations, so the
2086 initialization of void_port_ptob gets aggressively type-checked.
2087 Fix arguments of print_void_port and write_void_port. (Bill
2088 Janssen)
2089
2090 * COPYING, __scm.h, _scm.h, alist.c, alist.h, append.c, append.h,
2091 appinit.c, arbiters.c, arbiters.h, async.c, async.h, backtrace.c,
2092 backtrace.h, boolean.c, boolean.h, chars.c, chars.h,
2093 continuations.c, continuations.h, coop-defs.h, coop-threads.c,
2094 coop-threads.c.cygnus, coop-threads.h, coop-threads.h.cygnus,
2095 coop.c, debug.c, debug.h, dynl-dl.c, dynl-dld.c, dynl-shl.c,
2096 dynl-vms.c, dynl.c, dynl.h, dynwind.c, dynwind.h, eq.c, eq.h,
2097 error.c, error.h, eval.c, eval.h, extchrs.h, feature.c, feature.h,
2098 filesys.c, filesys.h, fports.c, fports.h, fsu-pthreads.h, gc.c,
2099 gc.h, gdbint.c, gdbint.h, genio.c, genio.h, gh.h, gh_data.c,
2100 gh_eval.c, gh_funcs.c, gh_init.c, gh_io.c, gh_list.c,
2101 gh_predicates.c, gh_test_c.c, gh_test_repl.c, gscm.c, gscm.h,
2102 gsubr.c, gsubr.h, guile.c, hash.c, hash.h, hashtab.c, hashtab.h,
2103 init.c, init.h, ioext.c, ioext.h, kw.c, kw.h, libguile.h, list.c,
2104 list.h, load.c, load.h, mallocs.c, mallocs.h, markers.c,
2105 markers.h, mbstrings.c, mbstrings.h, mit-pthreads.c,
2106 mit-pthreads.h, net_db.c, net_db.h, numbers.c, numbers.h,
2107 objprop.c, objprop.h, options.c, options.h, pairs.c, pairs.h,
2108 ports.c, ports.h, posix.c, posix.h, print.c, print.h, procprop.c,
2109 procprop.h, procs.c, procs.h, putenv.c, ramap.c, ramap.h, read.c,
2110 read.h, root.c, root.h, scmhob.h, scmsigs.c, scmsigs.h, script.c,
2111 script.h, sequences.c, sequences.h, simpos.c, simpos.h, smob.c,
2112 smob.h, snarf.h, socket.c, socket.h, srcprop.c, srcprop.h,
2113 stackchk.c, stackchk.h, stacks.c, stacks.h, stime.c, stime.h,
2114 strings.c, strings.h, strop.c, strop.h, strorder.c, strorder.h,
2115 strports.c, strports.h, struct.c, struct.h, symbols.c, symbols.h,
2116 tag.c, tag.h, tags.h, threads.c, threads.h, throw.c, throw.h,
2117 unif.c, unif.h, variable.c, variable.h, vectors.c, vectors.h,
2118 version.c, version.h, vports.c, vports.h, weaks.c, weaks.h: New
2119 address for FSF.
2120
2121 Mon May 26 12:37:30 1997 Jim Blandy <jimb@floss.cyclic.com>
2122
2123 * script.c (scm_find_executable): Use prototype-style definition
2124 here; apparently it's not quite right to have const in a prototype
2125 and then use a K&R declaration. I wonder if stuff like this will
2126 go away if we compile with -Wrequire-prototypes, or whatever that
2127 is... (Bernard URBAN)
2128
2129 * scmhob.h: New text from Bernard URBAN.
2130
2131 Sat May 17 17:14:36 1997 Jim Blandy <jimb@floss.cyclic.com>
2132
2133 * script.c: Don't #define const on hpux. Configure takes care of
2134 this. (Thanks to Larry Schwimmer.)
2135
2136 * script.c: Use the HAVE_UNISTD_H symbol provided by autoconf to
2137 decide whether to #include <unistd.h>, instead of listing a bunch
2138 of systems. Don't #include stdio twice. Removed dyked-out
2139 definition of scm_find_impl_file.
2140
2141 Fri May 16 03:06:08 1997 Jim Blandy <jimb@floss.cyclic.com>
2142
2143 * Makefile.am (libguile_la_LDFLAGS): Update libguile's shared
2144 library version info to 1:0.
2145 * Makefile.in: Regenerated.
2146
2147 * backtrace.c, backtrace.h, debug.c, debug.h, eq.c,
2148 gdb_interface.h, gdbint.c, gdbint.h, gh_data.c, gh_init.c,
2149 gh_io.c, gh_list.c, gh_predicates.c, gh_test_c.c, gh_test_repl.c,
2150 init.c, net_db.c, options.c, options.h, ports.c, print.c, read.c,
2151 script.h, snarf.h, srcprop.c, srcprop.h, stacks.c, stacks.h,
2152 throw.c: Update copyright years; these files have been worked on
2153 significantly in 1997, but only had copyright years for 1996.
2154 Also, change name of copyright holder on some from Mikael
2155 Djurfeldt to Free Software Foundation; he has signed papers
2156 assigning the changes to the FSF.
2157
2158 * script.c (scm_shell_usage): Pass FATAL to exit. There's no
2159 reason not to give the user the option.
2160
2161 * net_db.c (scm_gethost, scm_getnet, scm_getproto, scm_getserv):
2162 Return #f on end-of-file when scanning table (i.e. when called
2163 with no arguments). Try to catch errors, when we can.
2164 * posix.c (scm_getgrgid, scm_getpwuid): Same.
2165
2166 * script.h (scm_shell_usage, scm_compile_shell_switches): New
2167 external declarations. These are useful.
2168
2169 Thu May 15 05:21:36 1997 Gary Houston <ghouston@actrix.gen.nz>
2170
2171 * posix.c: don't include <sys/select.h> or define macros for
2172 select, since they were not used in this file.
2173
2174 * filesys.c (scm_select): make the fifth parameter microseconds,
2175 not milliseconds. let the fourth parameter be either a real value
2176 or an integer or #f. The first, second and third arguments can
2177 now be vectors: the type of the corresponding return set will be
2178 the same.
2179 (set_element, get_element): new static procedures.
2180
2181 Wed May 14 12:18:12 1997 Jim Blandy <jimb@floss.cyclic.com>
2182
2183 * strports.c (scm_eval_string): New function.
2184 (scm_eval_0str): Trivially re-implemented in terms of
2185 scm_eval_string.
2186 * strports.h (scm_eval_string): New extern decl.
2187
2188 * net_db.c (h_errno): Add extern decl for this.
2189
2190 * fports.c (local_pclose): New function.
2191 (scm_pipob): Use it in the initializer here.
2192
2193 From Tim Pierce:
2194 * net_db.c (scm_gethost, scm_getproto, scm_getnet, scm_getserv):
2195 Use a meaningful error message when signalling an error. For
2196 this, scm_gethost must check h_errno rather than errno.
2197
2198 Tue May 13 16:40:06 1997 Jim Blandy <jimb@floss.cyclic.com>
2199
2200 * Makefile.in: Regenerated, using automake-1.1p.
2201
2202 Tue May 13 04:34:52 1997 Gary Houston <ghouston@actrix.gen.nz>
2203
2204 * socket.c (scm_addr_vector): use SCM_UNDEFINED in scm_listify,
2205 not SCM_UNSPECIFIED.
2206
2207 * script.c (scm_compile_shell_switches): don't append (quit) if
2208 interactive.
2209 (scm_shell): call scm_exit_status and exit on the result of the
2210 evaluation.
2211
2212 Mon May 12 17:23:58 1997 Jim Blandy <jimb@floss.cyclic.com>
2213
2214 Ensure that shared substrings are handled properly when passed to
2215 a system call or other foreign function. Many thanks to Tim
2216 Pierce!
2217 * symbols.h (SCM_COERCE_SUBSTR): new macro.
2218 * filesys.c (scm_chmod, scm_rename, scm_delete_file, scm_mkdir,
2219 scm_rmdir, scm_opendir, scm_chdir, scm_symlink, scm_readlink,
2220 scm_lstat), ports.c (scm_sys_make_void_port), posix.c (scm_utime,
2221 scm_putenv, scm_setlocale, scm_mknod), stime.c (setzone,
2222 scm_strftime), vports.c (scm_make_soft_port), backtrace.c
2223 (scm_display_error_message): use RO macros when strings may be RO.
2224 * error.c (scm_error_scm), filesys.c (scm_chown, scm_chmod,
2225 scm_rename, scm_delete_file, scm_mkdir, scm_rmdir, scm_opendir,
2226 scm_chdir, scm_symlink, scm_readlink, scm_lstat), ioext.c
2227 (scm_freopen, scm_duplicate_port, scm_fdopen), net_db.c
2228 (scm_gethost, scm_getnet, scm_getproto, scm_getserv), ports.c
2229 (scm_sys_make_void_port), posix.c (scm_getgrgid, scm_utime,
2230 scm_setlocale, scm_mknod), stime.c (setzone, scm_strptime,
2231 scm_strftime), vports.c (scm_make_soft_port): use
2232 SCM_COERCE_SUBSTR to make sure shared substrings are
2233 null-terminated.
2234
2235 Mon May 12 15:33:10 1997 Jim Blandy <jimb@totoro.cyclic.com>
2236
2237 * error.c (scm_error): Add newline to error message.
2238
2239 * init.c (scm_init_standard_ports): Doc fix.
2240
2241 Thu May 8 14:38:01 1997 Marius Vollmer <mvo@zagadka.ping.de>
2242
2243 * dynl-shl.c: Completely replaced with new code from Bernard
2244 URBAN.
2245
2246 * script.c (scm_ice_9_already_loaded): New variable.
2247 (scm_compile_shell_switches): Use it.
2248
2249 Mon May 5 20:35:08 1997 Gary Houston <ghouston@actrix.gen.nz>
2250
2251 * filesys.c (scm_input_waiting_p): add missing third argument to
2252 scm_misc_error.
2253
2254 * stime.c (scm_localtime): copy the result of localtime before
2255 calling gmtime in case they share a buffer.
2256 (scm_localtime, scm_mktime): throw an error if neither HAVE_TM_ZONE
2257 nor HAVE_TZNAME.
2258
2259 Fri May 2 19:07:11 1997 Gary Houston <ghouston@actrix.gen.nz>
2260
2261 * eq.c (scm_equal_p): use SCM_TYP7SD (y) not SCM_TYP7SD (x).
2262
2263 Thu May 1 17:01:45 1997 Jim Blandy <jimb@floss.cyclic.com>
2264
2265 * Makefile.am (check-local): New target, which causes 'make check'
2266 to run gh_test_c and gh_test_repl, with some trivial input.
2267 * Makefile.in: Rgnrtd.
2268
2269 Tue Apr 29 19:00:40 1997 Marius Vollmer <mvo@zagadka.ping.de>
2270
2271 * dynl.c (print_dynl_obj): Indicate whether the dynamic object has
2272 been unlinked.
2273
2274 Mon Apr 28 06:10:14 1997 Gary Houston <ghouston@actrix.gen.nz>
2275
2276 * async.c (scm_sys_tick_async_thunk): commented out. I'm not
2277 sure how this was supposed to work.
2278 (scm_async_click): don't send SCM_TICK_SIGNAL.
2279 (scm_init_async): don't initialize %tick-thunk.
2280
2281 * the following change doesn't affect the Scheme interface:
2282 gc-thunk is called at the end of garbage collection. however it's
2283 no longer implemented by pretending it's a signal.
2284
2285 * gc.c (scm_gc_end): don't call scm_take_signal. instead mark the
2286 system async corresponding to scm_gc_thunk.
2287 * async.h: declare scm_gc_async.
2288 * async.c (scm_sys_gc_async_thunk): apply the thunk named by
2289 gc-thunk directly, instead of going through a signal handler.
2290 (scm_gc_async): new variable, points to the GC system-async.
2291 (scm_init_async): save the GC async as scm_gc_async instead
2292 of using system_signal_asyncs.
2293 (scm_gc_vcell): new variable, stores the gc-thunk vcell.
2294
2295 Mon Apr 28 19:14:44 1997 Jim Blandy <jimb@floss.cyclic.com>
2296
2297 * Makefile.am (libpath.h, cpp_err_symbols.c, cpp_sig_symbols.c):
2298 Don't screw up if we're interrupted.
2299 * Makefile.in: Regeneradet.
2300
2301 Sun Apr 27 17:57:15 1997 Jim Blandy <jimb@floss.cyclic.com>
2302
2303 * aclocal.m4: Removed; unnecessary, given changes of Apr 24.
2304
2305 * Makefile.am (modincludedir): Use "ice-9" instead of "@module@";
2306 we're not using AM_INIT_GUILE_MODULE any more.
2307 * Makefile.in: Reneregated.
2308
2309 Thu Apr 24 00:41:08 1997 Jim Blandy <jimb@floss.cyclic.com>
2310
2311 Functions for finding variable bindings, grace à Tim Pierce.
2312 * gh_data.c (gh_lookup, gh_module_lookup): New functions.
2313 * gh.h (gh_lookup, gh_module_lookup): New prototypes.
2314
2315 Get 'make dist' to work again.
2316 * Makefile.am (EXTRA_DIST): Remove PLUGIN files.
2317 * Makefile.in: Regenerated, like a surry without a fringe on top.
2318
2319 Changes for reduced Guile distribution: one configure script,
2320 no plugins.
2321 * configure.in, configure: Removed.
2322 * acconfig.h, acinclude.m4: Moved to parent directory, where the
2323 real configure script lives.
2324 * Makefile.in, scmconfig.h.in: Regenerated.
2325
2326 * init.c: #include "script.h", to get prototype for script.c's
2327 init function.
2328
2329 Wed Apr 23 21:25:39 1997 Jim Blandy <jimb@floss.cyclic.com>
2330
2331 * gh_data.c (gh_scm2newstr, gh_symbol2newstr): Use
2332 scm_must_malloc, not raw malloc.
2333
2334 * script.c (scm_compile_shell_switches): Dyke out debugging output
2335 code.
2336
2337 Mon Apr 21 05:00:32 1997 Gary Houston <ghouston@actrix.gen.nz>
2338
2339 * eq.c (scm_equal_p): use "SCM_TYP7SD", not "SCM (TYP7SD".
2340
2341 * stime.c: include both <sys/times.h> and <sys/timeb.h> if the
2342 system has them. Hope this is safe. Previously
2343 sys/timeb.h was included if HAVE_FTIME was defined or if
2344 HAVE_SYS_TIMEB_H was defined but HAVE_SYS_TIMES_H was not,
2345 but IRIX iris 5.3 apparently has ftime but not sys/timeb.h.
2346
2347 * ioext.c (scm_setfileno): add missing third argument to
2348 scm_misc_error call.
2349
2350 Sun Apr 20 15:09:31 1997 Jim Blandy <jimb@totoro.cyclic.com>
2351
2352 * eq.c (scm_equal_p): Correctly compare strings of different
2353 varieties. (Thanks to Tim Pierce.)
2354
2355 Sat Apr 19 03:59:02 1997 Jim Blandy <jimb@floss.cyclic.com>
2356
2357 * read.c (skip_scsh_block_comment): SCSH says the !# that ends a
2358 #! block comment must occur on a line all by itself.
2359
2360 Move most of the guts of shell command processing into libguile,
2361 so guile.c can be very small (and eventuallly auto-generated. (I
2362 mean, generated mechanically, not self-generated. Hmm.))
2363 * guile.c, script.c, script.h: New source files.
2364 * init.c (scm_boot_guile_1): Call scm_init_script.
2365 * libguile.h: #include "script.h".
2366 * Makefile.am (bin_PROGRAMS, guile_SOURCES, guile_LDADD): New
2367 targets, for new executable.
2368 (libguile_la_SOURCES): Mention script.c.
2369 (modinclude_HEADERS): Add script.h.
2370 * configure.in: Always check for -lm, -lsocket, -lnsl, whether or
2371 not dynamic linking is enabled. This is because we're generating
2372 executables now. Move CY_AC_WITH_THREADS call after those, so the
2373 values of cy_cv_threads_libs captures the libs chosen above.
2374 * Makefile.in, configure, aclocal.m4: Regenerated.
2375
2376 * Makefile.am (EXTRA_DIST): Don't distribute gscm.c or gscm.h.
2377 We don't maintain this interface any more, and it just confuses
2378 people.
2379
2380 * alloca.c: #include <scmconfig.h>, not <config.h>.
2381 * Makefile.am (EXTRA_libguile_la_SOURCES): Mention alloca.c, so
2382 it'll get included in disties.
2383
2384 Thu Apr 17 17:45:10 1997 Jim Blandy <jimb@totoro.cyclic.com>
2385
2386 * gscm.c, gscm.h: These aren't supported any more, and shouldn't
2387 be distributed, because they confuse people.
2388 * Makefile.am (EXTRA_DIST): Remove gscm.c, gscm.h.
2389
2390 Sat Apr 19 11:56:18 1997 Tim Pierce <twp@twp.tezcat.com>
2391
2392 * configure.in: check for presence of gethostent (not present on
2393 OpenBSD by default).
2394 * net_db.c (scm_gethost): Check HAVE_GETHOSTENT.
2395 * configure, scmconfig.h.in: Regenerated.
2396
2397 Wed Apr 16 17:52:38 1997 Jim Blandy <jimb@floss.cyclic.com>
2398
2399 * backtrace.c (scm_backtrace): Split message string across
2400 newlines properly. GCC is more tolerant of this than other
2401 compilers.
2402
2403 Mon Apr 14 20:20:14 1997 Jim Blandy <jimb@floss.cyclic.com>
2404
2405 Merge threads directory into libguile.
2406 * coop-defs.h, coop-threads.c, coop-threads.h, coop.c, threads.c,
2407 threads.h: New source files.
2408 * Makefile.am (EXTRA_libguile_la_SOURCES): Add threads.c.
2409 (noinst_HEADERS): Add coop-threads.c, coop-threads.h, coop.c
2410 here; see comment.
2411 (modinclude_HEADERS): Add threads.h, coop-defs.h.
2412 (EXTRA_DIST): Add fsu-pthreads.h, mit-pthreads.c, mit-pthreads.h,
2413 coop-threads.c.cygnus, coop-threads.h.cygnus.
2414 * configure.in: If we're using threads, include threads.o in
2415 LIBOBJS.
2416 * _scm.h, libguile.h: threads.h lives in this directory now.
2417 * fsu-pthreads.h, mit-pthreads.c, mit-pthreads.h,
2418 coop-threads.c.cygnus, coop-threads.h.cygnus: New files, not
2419 currently used, but brought along for information's sake.
2420 * ChangeLog-threads: log from old 'threads' directory.
2421 * Makefile.in, configure: Rebuilt.
2422
2423 Mon Apr 14 20:15:29 1997 Jim Blandy <jimb@totoro.cyclic.com>
2424
2425 * stime.c (scm_mktime): #ifndef HAVE_TM_ZONE, Use lt.tm_zone, not
2426 lt->tm_zone.
2427
2428 Mon Apr 14 01:32:57 1997 Jim Blandy <jimb@floss.cyclic.com>
2429
2430 * gh_init.c (gh_standard_handler): Return SCM_BOOL_F, not garbage.
2431
2432 Merge GH interface library into libguile.
2433 * gh.h, gh_data.c, gh_eval.c, gh_funcs.c, gh_init.c, gh_io.c,
2434 gh_list.c, gh_predicates.c, gh_test_c.c, gh_test_repl.c: New files.
2435 * Makefile.am (libguile_la_SOURCES): Add gh_data.c, gh_eval.c,
2436 gh_funcs.c, gh_init.c, gh_io.c, gh_list.c, gh_predicates.c. Move
2437 _scm.h to ...
2438 (EXTRA_libguile_la_SOURCES): ... here.
2439 (pkginclude_HEADERS): Add variable, to get gh.h installed.
2440 (THREAD_LIBS, check_ldadd, check_PROGRAMS, gh_test_c_SOURCES,
2441 gh_test_c_LDADD, gh_test_repl_SOURCES, gh_test_repl_LDADD):
2442 New variables, describing how to build the gh test programs.
2443 * configure.in: Check for -lm, -lsocket, -lnsl; we need this to
2444 build the test programs, and we probably should have been linking
2445 libguile.la against them all along, to support AIX shared libs.
2446 Add cflags for threads to CFLAGS; add libs for threads to new
2447 variable THREAD_LIBS, used in Makefile.am.
2448 * ChangeLog-gh: log from old `gh' subdirectory.
2449 * Makefile.in, configure, scmconfig.h.in: Rebuilt.
2450
2451 Sun Apr 13 23:03:55 1997 Jim Blandy <jimb@floss.cyclic.com>
2452
2453 * acconfig.h: Undo change of Apr 9; including the definition of
2454 PACKAGE in the guile headers conflicts with applications' own
2455 definitions.
2456 * scmconfig.h.in: Regenerated.
2457
2458 Fri Apr 11 14:12:13 1997 Jim Blandy <jimb@floss.cyclic.com>
2459
2460 * filesys.c (scm_fcntl): New function from Roland McGrath.
2461 (scm_init_filesys): New symbols for use with fcntl.
2462 * filesys.h: Added prototype.
2463
2464 * eval.c (SCM_APPLY): Set debug apply frame argument list correctly
2465 when PROC is receiving no arguments.
2466
2467 Fri Apr 11 19:39:32 1997 Jim Blandy <jimb@totoro.cyclic.com>
2468
2469 * filesys.c (S_ISSOCK): Define this if it's missing, but we do
2470 have S_IFSOCK. This is the case under Ultrix.
2471
2472 * posix.c (scm_status_exit_val, scm_status_exit_val,
2473 scm_status_term_sig, scm_status_stop_sig): Modified to work with
2474 Ultrix versions of WIFSTOPPED, etc., which assume that their
2475 arguments are lvalues (hmm).
2476
2477 Thu Apr 10 15:10:07 1997 Jim Blandy <jimb@floss.cyclic.com>
2478
2479 * eval.c: Doc fixes.
2480
2481 * throw.c: Doc fixes; rearranged.
2482
2483 * putenv.c: #include "libguile/scmconfig.h", not <config.h>.
2484
2485 Wed Apr 9 18:01:20 1997 Jim Blandy <jimb@floss.cyclic.com>
2486
2487 * acconfig.h: Added entry for PACKAGE.
2488 * scmconfig.h.in: Regenerated.
2489
2490 Changes to work with automake-1.1n, which has better libtool support.
2491 * Makefile.am: Use lib_LTLIBRARIES instead of lib_PROGRAMS.
2492 Use libguile_la_LIBADD instead of libguile_la_LDADD. (What's the
2493 difference here?)
2494 (libguile_la_SOURCES, modinclude_HEADERS, EXTRA_DIST): Format for
2495 readability.
2496 * Makefile.in: Rebuild.
2497
2498 Wed Apr 9 09:08:54 1997 Gary Houston <ghouston@actrix.gen.nz>
2499
2500 * stime.c (scm_mktime): take an optional zone argument.
2501 (scm_localtime): check putenv return value.
2502 (scm_strftime, scm_strptime): moved from posix.c. move #include
2503 sequences.h too.
2504 stime.h, posix.h: update prototypes.
2505 (bdtime2c, setzone, restorezone): new static procedures.
2506 (scm_mktime, scm_strftime): use them.
2507 (scm_strftime): don't call mktime before strftime. Use
2508 filltime for return value.
2509 (filltime): convert NULL zname to #f.
2510 (scm_strptime): return a count of characters consumed, not
2511 the remaining string.
2512
2513 Sun Apr 6 05:44:11 1997 Gary Houston <ghouston@actrix.gen.nz>
2514
2515 * stime.c (scm_localtime): check HAVE_TM_ZONE and HAVE_TZNAME.
2516 (scm_mktime): likewise.
2517 Declare *tzname[].
2518 Uncomment localtime and mktime.
2519
2520 * configure.in: add AC_STRUCT_TIMEZONE.
2521
2522 Sat Apr 5 23:56:40 1997 Gary Houston <ghouston@actrix.gen.nz>
2523
2524 * stime.c (scm_init_stime): don't define ticks/sec.
2525 (scm_gettimeofday): renamed from scm_time_plus_ticks (avoids multiple
2526 return value problem and is still portable.)
2527
2528 Sat Apr 5 17:59:24 1997 Jim Blandy <jimb@floss.cyclic.com>
2529
2530 * cpp_err_symbols.in: Renamed from cpp_err_symbols, to avoid
2531 make's implicit cpp_err_symbols: cpp_err_symbols.c rule.
2532 * cpp_sig_symbols.in: Renamed from cpp_sig_symbols.
2533 * Makefile.am (check_errnos, check_signals, cpp_sig_symbols.c,
2534 cpp_err_symbols.c): Corresponding changes.
2535 * Makefile.in: Regenerated.
2536
2537 Sat Apr 5 02:39:02 1997 Gary Houston <ghouston@actrix.gen.nz>
2538
2539 * posix.c (scm_putenv): don't check HAVE_PUTENV.
2540 * Makefile.am (EXTRA_libguile_la_SOURCES): add putenv.c.
2541 * configure.in: move putenv from AC_CHECK_FUNCS to AC_REPLACE_FUNCS.
2542 * putenv.c: new file, from sh-utils 1.12.
2543
2544 * posix.c (scm_environ): use malloc in place of scm_must_malloc
2545 since allocation isn't for Scheme objects.
2546 (scm_putenv): copy strings before placing in the environment.
2547
2548 * stime.c (scm_current_time): throw an error if time returns -1,
2549 instead of returning #f.
2550 (scm_get_internal_real_time, scm_get_internal_real_time): use
2551 scm_long2num for return value instead of SCM_MAKINUM.
2552
2553 * stime.h: prototypes updated.
2554
2555 * stime.c (scm_time_in_msec): apparently unused, deleted.
2556
2557 Fri Apr 4 08:53:41 1997 Gary Houston <ghouston@actrix.gen.nz>
2558
2559 * configure.in: check for gettimeofday.
2560
2561 * stime.c (scm_time_plus_ticks): new procedure, an scsh interface
2562 which may be more usefully portable than a gettimeofday interface.
2563
2564 Wed Apr 2 17:11:39 1997 Jim Blandy <jimb@totoro.cyclic.com>
2565
2566 * Makefile.am (EXTRA_DIST): It's cpp_err_symbols, not
2567 cpp_err_signals.
2568 * Makefile.in: Regenerated.
2569
2570 Mon Mar 31 03:22:37 1997 Gary Houston <ghouston@actrix.gen.nz>
2571
2572 * stime.c (filltime): recovered static procedure.
2573 (scm_localtime, scm_gmtime, scm_mktime, scm_tzset): recovered from
2574 an earlier Guile.
2575
2576 * posix.h: add prototype for scm_close_pipe, remove prototypes for
2577 scm_open_input_pipe, scm_open_output_pipe, change scm_mknod prototype.
2578
2579 * posix.c (scm_mknod): split the mode argument into type and perms
2580 arguments, like the extra fields returned by stat.
2581
2582 * fports.c (scm_pipob): set the close, free and print procedures.
2583 (scm_close_pipe): new procedure.
2584
2585 * posix.c (scm_open_input_pipe, scm_open_output_pipe): deleted,
2586 define them in boot-9.scm
2587
2588 Wed Mar 26 04:10:32 1997 Gary Houston <ghouston@actrix.gen.nz>
2589
2590 * ioext.c (scm_setfileno): throw a runtime error if SET_FILE_FD_FIELD
2591 wan't defined. Don't include fd.h.
2592
2593 * Previously fd.h was regenerated whenever configure was run,
2594 forcing a couple of files to be recompiled.
2595
2596 * fd.h.in: deleted, SET_FILE_FD_FIELD moved to ioext.c.
2597 * configure.in: AC_DEFINE FD_SETTER instead of HAVE_FD_SETTER.
2598 Check for _fileno as well as _file.
2599 Don't output fd.h.
2600 * ioext.c: don't fd.h.
2601 * acconfig.h: remove duplicate HAVE_FD_SETTER and change the
2602 other to FD_SETTER.
2603
2604 * Change the stratigy for getting information about errno
2605 (and now signal number) values, e.g., ENOSYS, SIGKILL. Instead of
2606 generating lists of symbols during the build process, which will
2607 not always work, include comprehensive lists in the distribution.
2608 To help keep the lists up to date, the "check_signals" and
2609 "check_errnos" make targets can be used.
2610
2611 * configure.in: don't check for a command to extract errno codes.
2612 * Makefile.am: update file lists, remove errnos.list and errnos.c
2613 targets, add cpp_err_symbols.c, cpp_sig_symbols.c, check_signals,
2614 check_errnos targets.
2615 (CLEANFILES): remove errnos.c and errnos.list, add
2616 cpp_err_symbols_here cpp_err_symbols_diff cpp_err_symbols_new
2617 cpp_sig_symbols_here cpp_sig_symbols_diff cpp_sig_symbols_new
2618 * errnos.default: deleted.
2619 * cpp_signal.c: new file.
2620 * cpp_errno.c: renamed from errnos_get.c.
2621 * cpp_err_symbols, cpp_sig_symbols: new files.
2622 * cpp_cnvt.awk: renamed from errnos_cnvt_awk.
2623 * error.c (scm_init_error): #include cpp_err_symbols instead of
2624 errnos.c.
2625 * posix.c (scm_init_posix): don't intern signal symbols. #include
2626 cpp_sig_symbols.c.
2627
2628 Tue Mar 25 04:51:10 1997 Gary Houston <ghouston@actrix.gen.nz>
2629
2630 * strop.c (scm_i_index): allow the lower bound to be equal to the
2631 length of the string, so a null string doesn't always give an error.
2632
2633 * posix.h: new prototypes.
2634 * posix.c (scm_status_exit_val, scm_status_term_sig,
2635 scm_status_stop_sig): new functions, as in scsh. They break down
2636 process status values as returned by waitpid.
2637
2638 Sat Mar 22 18:16:29 1997 Gary Houston <ghouston@actrix.gen.nz>
2639
2640 * net_db.c (scm_gethost): don't check HAVE_GETHOSTENT, since
2641 configure doesn't know about it.
2642
2643 Fri Mar 21 23:49:28 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2644
2645 * snarf.h, backtrace.c: Name change SCM_GLOBAL --> SCM_VCELL.
2646
2647 * snarf.h: Added new macros SCM_GLOBAL_SYMBOL and SCM_GLOBAL_VCELL
2648 which defines C variables with global linkage.
2649
2650 Mon Mar 17 05:57:11 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2651
2652 * snarf.h (SCM_PROC1): Bugfix: Use (void) rather than (...) for
2653 zero arg subrs.
2654
2655 Sun Mar 16 11:43:49 1997 Mikael Djurfeldt <mdj@floss.cyclic.com>
2656
2657 * eval.c (safe_setjmp): Temporarily use old setjmp until someone
2658 has time to check why this doesn't work well with continuations.
2659
2660 Sun Mar 16 05:09:55 1997 Jim Blandy <jimb@totoro.cyclic.com>
2661
2662 * Fix shell syntax error; some shells won't tolerate
2663 multiple "fi" statements on a single line. (Thanks to Fred Fish.)
2664
2665 Sat Mar 15 01:11:40 1997 Gary Houston <ghouston@actrix.gen.nz>
2666
2667 * posix.c (scm_uname): throw an error if uname fails instead
2668 of returning errno.
2669
2670 * error.h (scm_errno, scm_perror): obsolete prototypes removed.
2671
2672 * error.c (err_head, scm_errno, scm_perror): obsolete procedures
2673 removed.
2674
2675 * async.c (scm_ints_disabled): definition moved from error.c.
2676
2677 Sat Mar 15 00:06:08 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2678
2679 * acconfig.h: Removed PACKAGE.
2680
2681 * scmconfig.h.in: Regenerated.
2682
2683 * snarf.h: g++ says it's non-portable not to specify the first
2684 argument in a varargs declaration. I introduced the first
2685 argument by using preprocessor conditionals.
2686
2687 Thu Mar 13 21:28:25 1997 Gary Houston <ghouston@actrix.gen.nz>
2688
2689 * ioext.c (scm_read_delimited_x): use RO string macros for delims.
2690 (scm_freopen): use RO string macros for filename and modes.
2691 (scm_duplicate_port, scm_fdopen): use RO string macros for modes.
2692
2693 * posix.c (scm_getgrgid): simplify conversion of name to C string.
2694 (scm_mknod): use RO string macros for path.
2695
2696 * socket.c (scm_fill_sockaddr, scm_send, scm_sendto):
2697 use SCM_ROSTRINGP, SCM_ROCHARS, SCM_ROLENGTH.
2698
2699 * net_db.c (scm_gethost, scm_getnet, scm_getproto, scm_getserv):
2700 use SCM_ROSTRINGP and SCM_ROCHARS.
2701
2702 Thu Mar 13 18:31:33 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2703
2704 * unif.c (scm_array_set_x): Cast ICHR (obj) to char if storing in
2705 a scm_tc7_byvect.
2706
2707 * ramap.c (scm_ra_matchp, scm_array_fill_int, racp,
2708 scm_array_index_map_x, raeql_1, scm_array_equal_p): Completed
2709 support for byte vectors.
2710
2711 * print.c (scm_iprin1): Limit number of vector elements printed
2712 according to pstate->length.
2713
2714 Thu Mar 13 00:12:35 1997 Gary Houston <ghouston@actrix.gen.nz>
2715
2716 * backtrace.c (scm_display_error_message): don't segv if message
2717 is an immediate.
2718
2719 * error.h: prototype for scm_error_scm.
2720
2721 * error.c (scm_error_scm): new procedure, reimplements scm-error
2722 in C and uses scm_error.
2723
2724 Tue Mar 11 03:51:00 1997 Gary Houston <ghouston@actrix.gen.nz>
2725
2726 * read.c (scm_read_hash_extend): make scm_read_hash_procedures a
2727 pointer to the Scheme variable read-hash-procedures and intern it
2728 in scm_init_read. Modify scm_read_hash_extend and
2729 scm_get_hash_procedure to use the pointer.
2730
2731 Mon Mar 10 06:28:54 1997 Gary Houston <ghouston@actrix.gen.nz>
2732
2733 * read.h (SCM_N_READ_OPTIONS): increase SCM_N_READ_OPTIONS to 4.
2734 (SCM_KEYWORD_STYLE): defined.
2735
2736 * read.c (scm_read_opts): add a keywords option. This isn't a
2737 boolean option, in case someone wants to add support for DSSSL
2738 keywords too.
2739 Setup scm_keyword_prefix symbol.
2740 (scm_lreadr): Only process keywords if SCM_KEYWORD_STYLE is
2741 set to 'prefix.
2742 I've left keyword support disabled by default, since it doesn't
2743 seem to break the module system and it gives R4RS standard behaviour.
2744 It can be reactivated with (read-set! keywords 'prefix).
2745
2746 Sun Mar 9 14:14:39 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2747
2748 * arbiters.c (scm_make_arbiter): Bugfix: Must SCM_DEFER_INTS
2749 before constructing arbiter.
2750
2751 * eval.c (scm_m_define): Bugfix: Check that the object is a
2752 closure before setting the procedure property!
2753
2754 * ports.h: Removed prototype for scm_ungetc_char_ready_p.
2755
2756 * ports.c: Removed `ungetc-char-ready?'.
2757
2758 Sat Mar 8 00:27:05 1997 Gary Houston <ghouston@actrix.gen.nz>
2759
2760 * read.c (scm_init_read): intitialise scm_read_hash_procedures
2761 (idea from Mikael: make it a pair so scm_permanent object only
2762 called once.)
2763 (scm_read_hash_extend): don't call scm_permanent_object.
2764 (ideas from Mikael): if chr is already in the list, replace its
2765 procedure instead of appending it again. If proc is #f, remove
2766 it from the list.
2767 (scm_get_hash_procedure): take CDR of scm_read_hash_procedures.
2768
2769 * strports.c (scm_read_0str, scm_eval_0str): update scm_read usage.
2770
2771 * gdbint.c (gdb_read): update scm_lreadr usage.
2772
2773 * load.h: update prototypes.
2774
2775 * load.c (scm_primitive_load, scm_read_and_eval_x,
2776 scm_primitive_load_path): remove case_insensitive_p, sharp arguments.
2777
2778 * read.h: add prototype for scm_read_hash_extend. Change args for
2779 other prototypes.
2780
2781 * read.c (scm_read_hash_procedures): new variable.
2782 (scm_read_hash_extend): new procedure.
2783 (scm_get_hash_procedure): new procedure.
2784 (scm_lreadr): use scm_get_hash_procedure instead of an argument
2785 for extended # processing.
2786 (scm_read, scm_lreadr, scm_lreadrecparen, scm_lreadparen,
2787 scm_read_token): remove case_i, sharp arguments. Change callers.
2788
2789 Fri Mar 7 08:58:21 1997 Gary Houston <ghouston@actrix.gen.nz>
2790
2791 * read.h (SCM_N_READ_OPTIONS): increase to 3.
2792 (SCM_CASE_INSENSITIVE_P): define.
2793
2794 * read.c: add case-insensitive option to scm_read_opts.
2795 (scm_read_token): use SCM_CASE_INSENSITIVE_P instead of an argument
2796 to determine whether to convert symbol case.
2797 (default_case_i): definition removed.
2798 * read.c (scm_read_token): if case_i, downcase ic before doing
2799 anything with it.
2800
2801 Sat Mar 8 03:49:03 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2802
2803 * configure.in: Added configuration option `guile-debug'.
2804 Configure with --enable-guile-debug if you want a bunch of extra
2805 functions used for debugging when developing Guile.
2806
2807 * acconfig.h: Added new preprocessor symbol GUILE_DEBUG.
2808
2809 * procs.c (make-cclo): New undocumented debugging procedure: Make
2810 compiled closure with internal procedure PROC and length LENGTH.
2811 Only compiled if GUILE_DEBUG is defined.
2812
2813 * debug.c: Only include `debug-hang' if GUILE_DEBUG is defined.
2814
2815 * print.c: Put #ifdef GUILE_DEBUG around `current-pstate'.
2816
2817 * ports.c: Changed preprocessor symbol DEBUG --> GUILE_DEBUG.
2818
2819 * eval.c (SCM_CEVAL): Added code sections for handling of rpsubrs
2820 with 3 or more args internally to the evaluator.
2821
2822 Fri Mar 7 19:38:18 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2823
2824 * eval.c (SCM_CEVAL): Added code sections for handling of asubrs
2825 with 3 or more args internally to the evaluator. This is mainly
2826 because we don't want to pass entry and exit points of the
2827 debug support twice, but it also seems to increase the speed of
2828 the evaluator for such calls (e. g. (+ 1 2 3)).
2829
2830 * backtrace.c (scm_display_application): New procedure:
2831 display-application; Set fancy printing parameters individually
2832 for different types of display (backtrace, error, application).
2833 (These should of course be customizable!)
2834
2835 * debug.h (SCM_RESET_DEBUG_MODE): Bugfix: The old code didn't
2836 clear the CHECK-flags.
2837
2838 Thu Mar 6 00:53:02 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2839
2840 * tags.h, eval.c (iqq): Fixes to comments about SCM_ECONSP.
2841
2842 Wed Mar 5 23:31:21 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2843
2844 * tags.h (SCM_ECONSP, SCM_NECONSP): Bugfix: Discriminate structs
2845 from pairs with a GLOC in the car.
2846
2847 * symbols.c (msymbolize): Bugfix: Also initialize SCM_SYMBOL_HASH,
2848 otherwise `symbol-hash' will behave badly.
2849 (scm_symbol_hash): Bugfix: Must msymbolize if tc7_ssymbol, othwise
2850 we get segmentation fault!
2851
2852 * symbols.c: Added #include "weaks.h". New functions:
2853 `builtin-bindings' and `builtin-weak-bindings'. (These will be
2854 moved to an extraneous library when we split libguile.)
2855
2856 Tue Mar 4 19:50:07 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2857
2858 * filesys.c (scm_stat): stat now takes fport arguments too as
2859 documented in the manual.
2860
2861 Mon Mar 3 07:11:33 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2862
2863 * debug.c (scm_single_step): Bugfix: Call continuation with
2864 scm_call_continuation instead of throwing to it.
2865
2866 Mon Mar 3 09:07:56 1997 Gary Houston <ghouston@actrix.gen.nz>
2867
2868 * ports.c (scm_char_ready_p): bug fix: in SCM_PROC char-ready's
2869 argument wasn't declared to be optional.
2870
2871 Sun Mar 2 16:34:40 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2872
2873 * stime.c (scm_init_stime): Add feature "current-time".
2874
2875 Sun Mar 2 06:37:31 1997 Gary Houston <ghouston@actrix.gen.nz>
2876
2877 * throw.h: prototype for scm_exit_status.
2878 * throw.c (scm_handle_by_message): if a 'quit is caught, use its
2879 args to derive an exit status. Allows (quit) to work from a
2880 script.
2881 (scm_exit_status): new function.
2882 #include "eq.h".
2883
2884 Sat Mar 1 00:09:15 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2885
2886 * eval.c (scm_deval): Removed some old code.
2887 (ENTER_APPLY): Bugfix: Reset apply-frame trap on trap as is done
2888 with the others.
2889 (ENTER_APPLY, scm_deval): Reset trace flag on apply-frame and
2890 exit-frame traps.
2891
2892 * symbols.c (msymbolize): Bugfix: Must initialize property list to
2893 SCM_EOL.
2894
2895 * procs.c: Introduce the existent C function scm_thunk_p at the
2896 Scheme level as well.
2897
2898 Wed Feb 26 12:53:58 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2899
2900 * symbols.c, symbols.h (scm_symbol_value0): New function. Can be
2901 used from C to easily lookup the value of a symbol in the current
2902 module.
2903
2904 Tue Feb 25 00:14:10 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2905
2906 * unif.c (scm_init_unif): Added #include "unif.x". (There are two
2907 scm_init_unif in this file. This will also fix a previous problem
2908 with guile-snarf.)
2909
2910 * configure.in: Added AM_MAINTAINER_MODE
2911
2912 Fri Feb 21 23:07:26 1997 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2913
2914 * gdb_interface.h (GDB_INTERFACE): Added some (void *) casts to
2915 avoid warnings.
2916
2917 Fri Feb 21 18:00:38 1997 Marius Vollmer <mvo@zagadka.ping.de>
2918
2919 * Makefile.am (EXTRA_libguile_la_SOURCES): New variable to hold
2920 source files that are not always included in libguile but should
2921 have their dependencies calculated by automake. This variable is
2922 recognized by automake, no further magic is needed.
2923 (libguile_la_DEPENDENCIES): Changed to @LIBLOBJS@. Libtool wants
2924 to deal exclusively with *.lo files, as it seems. The *.o files
2925 are built automatically when the corresponding *.lo file gets
2926 built.
2927
2928 Wed Feb 19 14:04:23 1997 Jim Blandy <jimb@floss.cyclic.com>
2929
2930 * list.h (scm_list_cdr_ref): Delete prototype; function no longer
2931 exists.
2932
2933 Thu Feb 13 21:44:07 1997 Gary Houston <ghouston@actrix.gen.nz>
2934
2935 * unif.c (scm_array_set_x): minor change to argument error checking.
2936
2937 Tue Feb 11 18:19:47 1997 Jim Blandy <jimb@floss.cyclic.com>
2938
2939 * Makefile.am (libguile_la_SOURCES): Remove backtrace.c, debug.c,
2940 inet_aton.c, srcprop.c, stacks.c, and strerror.c from this list.
2941 They should only be included in the library at configure.in's
2942 discretion.
2943 (libguile_la_LDADD): Include the appropriate .lo files here.
2944 (libguile_la_DEPENDENCIES): List the corresponding .o files here,
2945 so we know when to build them (and their .lo bretheren).
2946 * configure.in (LIBLOBJS): New substituted variable. We let
2947 configure decide which .o files to include in LIBOBJS, and then
2948 put the corresponding list of .lo files in LIBLOBJS. The latter
2949 is what we pass to libtool.
2950 * Makefile.in, configure: regenerated.
2951
2952 Mon Feb 10 00:08:08 1997 Mikael Djurfeldt <mdj@kenneth>
2953
2954 * symbols.c (scm_sysintern0): New function. Contains the core of
2955 old scm_sysintern but doesn't take a second value argument.
2956 (scm_sysintern): Now uses scm_sysintern0.
2957 (scm_sysintern_no_module_lookup): Renamed to
2958 scm_sysintern0_no_module_lookup and doesn't take a second value
2959 argument any longer.
2960
2961 * symbols.h (scm_sysintern0: Added declaration.
2962
2963 * options.c (scm_init_opts): Use scm_sysintern0 instead of
2964 scm_sysintern when interning option keys. Otherwise we risk
2965 destroying the values of already interned variables.
2966
2967 * symbols.c (scm_sym2vcell): Bugfix: Treat definedp as
2968 scheme-level boolean (use SCM_NFALSEP).
2969
2970 * backtrace.c (scm_init_backtrace): Make Scheme-level variable
2971 `the-last-stack'.
2972 (scm_backtrace): New function. (C version of old function from
2973 boot-9.scm) Motivation: Make it possible to display backtraces
2974 without depending on boot-9.scm. (I'm uncertain if this
2975 motivation is good enough...)
2976
2977 * root.h (scm_root_state): Add member the_last_stack_var.
2978 (scm_the_stack_var): Defined to scm_root->the_last_stack_var.
2979
2980 * root.c (mark_root): Mark scm_the_last_stack_var.
2981
2982 * init.c (scm_start_stack): Initialize scm_the_last_stack_var to
2983 SCM_BOOL_F.
2984
2985 Sun Feb 9 18:04:41 1997 Mikael Djurfeldt <mdj@kenneth>
2986
2987 * throw.c (mark_lazy_catch, free_lazy_catch): Removed.
2988 1. mark_lazy_catch didn't mark the smob.
2989 2. Both functions above have standard variants:
2990 (lazy_catch_funs): Changed mark_lazy_catch --> scm_mark0,
2991 free_lazy_catch --> scm_free0.
2992
2993 Fri Feb 7 17:30:26 1997 Jim Blandy <jimb@floss.cyclic.com>
2994
2995 * throw.c (scm_internal_lazy_catch): New function.
2996 (scm_lazy_catch): Rewritten to use it.
2997 (scm_ithrow): Handle the new lazy catch representation.
2998 Use SCM_LAZY_CATCH_P, instead of assuming that any wind list entry
2999 that doesn't have a jmpbuf is a lazy catch clause.
3000 (tc16_lazy_catch, struct lazy_catch, mark_lazy_catch,
3001 free_lazy_catch, print_lazy_catch, lazy_catch_funs,
3002 make_lazy_catch, SCM_LAZY_CATCH_P): Support funs, including a new
3003 smob.
3004 (scm_init_throw): Register the new lazy-catch smob type.
3005 * throw.h (scm_internal_lazy_catch): decl for new function.
3006
3007 * throw.c (scm_internal_catch): Doc fixes.
3008
3009 * alloca.c: New file, needed to support the AC_FUNC_ALLOCA call in
3010 configure.in. Including this might cause problems if applications
3011 that link against libguile include their own copies of alloca, but
3012 if they're using autoconf, they should be adding libguile to LIBS
3013 before calling AC_FUNC_ALLOCA anyway, in which case they'll find
3014 the copy in libguile, and things will be okay. (I think.)
3015
3016 Thu Feb 6 03:10:32 1997 Gary Houston <ghouston@actrix.gen.nz>
3017
3018 * strop.c (scm_string_upcase_x, scm_string_downcase_x): moved from
3019 unif.c.
3020 strop.h: move prototypes too.
3021
3022 Wed Feb 5 08:33:00 1997 Gary Houston <ghouston@actrix.gen.nz>
3023
3024 * posix.c (scm_init_posix): don't intern EINTR since it's now done
3025 elsewhere.
3026
3027 * ioext.c (scm_init_ioext): don't intern stat macros, S_IRUSR
3028 etc. I deleted them from filesys.c long ago, but didn't
3029 notice they were here too (although ineffective since
3030 sys/stat.h wasn't included).
3031
3032 Tue Feb 4 18:17:50 1997 Tom Tromey <tromey@cygnus.com>
3033
3034 * eval.c: Don't define alloca in GCC case. gcc will automatically
3035 use __builtin_alloca if appropriate.
3036
3037 Tue Feb 4 16:57:40 1997 Jim Blandy <jimb@floss.cyclic.com>
3038
3039 * eval.c (safe_setjmp): New function: trivial wrapper for setjmp.
3040 (SCM_CEVAL, SCM_APPLY): Call it, instead of setjmp, to make sure
3041 that values of automatic variables are preserved. See comments
3042 for safe_setjmp for details.
3043
3044 Change from Thomas Morgan:
3045 * variable.c: Include eq.h.
3046 (var_equal): New function.
3047 (variable_smob): Use var_equal as the discriminator for variables.
3048
3049 * throw.c (s_throw): Remove extraneous declaration.
3050
3051 * configure.in: Call AC_FUNC_ALLOCA, to see if we have alloca.
3052 * eval.c: Add necessary CPP cruft to support that.
3053 * configure, Makefile.in, scmconfig.h.in: regenerated.
3054
3055 Change from Thomas Morgan:
3056 * procprop.c (scm_procedure_properties): Convert the Scheme
3057 boolean returned by scm_procedure_p into a C boolean before using
3058 it as a condition for SCM_ASSERT.
3059 (scm_procedure_property): Likewise.
3060
3061 * simpos.c (SYSTNAME): Accept both 'unix' and '__unix' as
3062 indications of Unixness.
3063 * stime.c: Same.
3064
3065 Tue Feb 4 05:07:35 1997 Gary Houston <ghouston@actrix.gen.nz>
3066
3067 * net_db.c (scm_lnaof): change scheme name from lnaof to inet-lnaof.
3068
3069 Mon Feb 3 06:12:37 1997 Gary Houston <ghouston@actrix.gen.nz>
3070
3071 * read.c (scm_lreadr): use scm_misc_error to improve one of the
3072 "unknown # object" error messages.
3073
3074 * strop.c (scm_i_index, scm_i_rindex): combine into one procedure
3075 (scm_i_index) and declare it static. Add a 'direction' argument
3076 to indicate what way the search should go.
3077 (scm_i_index): throw out-of-range error instead of wrong-type-arg
3078 if indices are bad.
3079 (scm_string_index, scm_string_rindex): adjust usage of scm_i_index.
3080 strop.h: remove scm_i_index, scm_i_rindex prototypes.
3081
3082 Fri Jan 31 04:33:11 1997 Gary Houston <ghouston@actrix.gen.nz>
3083
3084 * ioext.c, ioext.h: remove obsolete _sys_ from 9 procedure names.
3085
3086 * posix.c (scm_fork): Scheme name changed from fork to primitive-fork,
3087 to avoid clash with various scsh forks.
3088
3089 Thu Jan 30 20:14:09 1997 Mikael Djurfeldt <mdj@syk-0606.pdc.kth.se>
3090
3091 The following two changes (ramap.c, throw.c) are motivated by the
3092 apparent unportability of forward declarations of static arrays of
3093 the form `static foo bar[];'.
3094
3095 * ramap.c (scm_array_fill_x): Moved above scm_array_fill_int.
3096 (ra_rpsubrs, ra_asubrs): Moved to the top of array code.
3097
3098 * throw.c (scm_throw): Moved above scm_ithrow.
3099
3100 * options.h: Removed the extern declarations of scm_yes_sym and
3101 scm_no_sym since these are static.
3102
3103 Fri Jan 24 06:16:32 1997 Gary Houston <ghouston@actrix.gen.nz>
3104
3105 * ports.c: add SCM_PROC declarations for pt-size and pt-member.
3106
3107 * Makefile.am: remove AWK=@AWK@.
3108 Add a rule for generating errnos.list.
3109 (CLEANFILES): put errnos.list here instead of in DISTCLEANFILES.
3110
3111 * configure.in: add AC_SUBST(AWK) and AC_SUBST(ERRNO_EXTRACT).
3112 don't extract errnos, just set a variable (avoids the
3113 need to recompile error.c just because configure is run.)
3114
3115 * unif.h: update prototypes.
3116 * unif.c (scm_uniform_array_read,write): change the offset and
3117 length arguments to start and end, for consistency.
3118
3119 * __scm.h: uncomment SCM_ARG6 and SCM_ARG7, I needed SCM_ARG6.
3120
3121 * ioext.h: update prototypes.
3122 * ioext.c (scm_read_delimited_x): replaces scm_read_line and
3123 scm_read_line_x, it's a more general procedure using an
3124 interface from scsh. read-line and read-line! are now defined
3125 in boot-9.scm.
3126 Note that the new read-line trims the terminator
3127 by default, previously it was appended to the returned string. An
3128 optional argument specifies how to process the terminator (scsh
3129 compatible). For the old behaviour: (read-line port 'concat).
3130 scm_read_line, scm_read_line_x: deleted. (read-line port 'split)
3131 returns a pair, but is converted to multiple values if the scsh
3132 module is loaded.
3133
3134 socket.h: update prototypes.
3135 * socket.c (scm_recvfrom): for consistency with other procedures,
3136 take start and end as separate optional arguments.
3137 (scm_recv, scm_recvfrom): don't allow the second argument
3138 to be a size, only a buffer. Change the scheme names to
3139 recv! and recvfrom!. Don't return the buffer.
3140
3141 * ioext.h, posix.h: move prototypes too.
3142 * ioext.c, posix.c (scm_read_line, scm_read_line_x, scm_write_line:
3143 moved back from posix.c to ioext.c. Also move #includes of "genio.h"
3144 "read.h" and "unif.h".
3145 * ioext.c: include "chars.h"
3146
3147 Mon Jan 20 19:54:49 1997 Marius Vollmer <mvo@zagadka.ping.de>
3148
3149 * dynl.c: The dynamic linking and module registration functions
3150 are now defined even when dynamic linking is not available for the
3151 host system. Some of their functionality can be done without
3152 dynamic linking; when it's really needed, they throw errors.
3153
3154 Thu Jan 16 16:39:29 1997 Marius Vollmer <mvo@zagadka.ping.de>
3155
3156 * configure.in: Only define DYNAMIC_LINKING when one of the system
3157 dependent functions is detected.
3158 * dynl.c (scm_dynamic_func): New function to get the address of a
3159 function in a dynamic object.
3160 (scm_dynamic_call, scm_dynamic_args_call): Accept the values
3161 produced by scm_dynamic_func as the thing to call.
3162
3163 Sun Jan 12 21:09:42 1997 Marius Vollmer <mvo@zagadka.ping.de>
3164
3165 * dynl.c, dynl-dl.c, dynl-dld.c, dynl-shl.c: Restructured.
3166 (scm_register_module_xxx, scm_registered_modules,
3167 scm_clear_registered_modules): New functions.
3168
3169 Sat Jan 11 21:37:15 1997 Marius Vollmer <mvo@zagadka.ping.de>
3170
3171 * symbols.c (scm_sysintern): Renamed to
3172 scm_sysintern_no_module_lookup.
3173 (scm_sysintern): New function to take the place of the old
3174 scm_sysintern. It uses the current toplevel lookup closure to give
3175 the symbol its value. This is a temporary hack to put packages
3176 like gtcltk into their own module.
3177 (scm_can_use_top_level_lookup_closure_var): New variable to tell
3178 us whether `scm_top_level_lookup_closure_var' has been initialized
3179 and is usable.
3180 * eval.c (scm_init_eval): Set it.
3181
3182 Sat Jan 18 00:03:31 1997 Gary Houston <ghouston@actrix.gen.nz>
3183
3184 * fports.c (scm_open_file): pass errno to scm_syserror_msg.
3185 * filesys.h: update prototypes. Remove macros: SCM_FD_P, SCM_FD_FLAGS,
3186 SCM_FD.
3187 * filesys.c (scm_sys_stat, scm_sys_lstat): pass errno to
3188 scm_syserror_msg.
3189 (scm_sys_read_fd, scm_sys_write_fd, scm_sys_close, scm_sys_lseek,
3190 scm_sys_dup): deleted: FD capability will be added to other
3191 procedures.
3192 Remove support for the FD object type: scm_tc16_fd, scm_fd_print,
3193 scm_fd_free, fd_smob, scm_intern_fd.
3194 (scm_open): renamed from scm_sys_open. Return a port instead of
3195 an FD object. Make the mode argument optional.
3196 (scm_sys_create): deleted, it's just a special case of open.
3197 (scm_init_filesys): move interning of constants O_CREAT etc.,
3198 here (were previously using SCM_CONST_LONG macro).
3199 Add missing constants: O_RDONLY, O_WRONLY, O_RDWR, O_CREAT.
3200 don't newsmob fd.
3201 (numerous _sys_ procedures): remove gratuitous _sys_ from names.
3202 include "fports.h" and <stdio.h>
3203 (scm_stat, scm_select): don't support FD objects.
3204
3205 * error.h: adjust scm_syserror_msg prototype.
3206 * error.c (scm_syserror_msg): take an extra argument for errno.
3207 Using the global value didn't always work, since it could be
3208 reset by procedure calls in the message or args arguments.
3209
3210 * fports.c (scm_setbuf0): call setbuf even if FIONREAD is not defined.
3211 I don't understand why the check was there (and what about the
3212 ultrix check?)
3213
3214 * strop.c (scm_string_copy): allow shared substrings to be copied.
3215
3216 * unif.h: corresponding change to prototypes.
3217 * unif.c (scm_uniform_array_read_x, scm_uniform_array_write_x):
3218 recognize two new optional arguments: offset and length. Allow
3219 the port argument to be an integer (file descriptor, for scsh).
3220 Include <unistd.h> for "read" prototype.
3221
3222 Tue Jan 14 02:42:02 1997 Gary Houston <ghouston@actrix.gen.nz>
3223
3224 * socket.c: don't include filesys.h.
3225
3226 Mon Jan 13 03:47:04 1997 Gary Houston <ghouston@actrix.gen.nz>
3227
3228 * Makefile.am: add AWK=@AWK@ (?)
3229
3230 * Makefile.am (EXTRA_DIST): add errnos_cnvt.awk, errnos.default,
3231 errnos_get.c.
3232 Add a rule to generate errnos.c from errnos.
3233 * error.c (scm_init_error): include errnos.c.
3234 * errnos_cnvt.awk: new file, converts the list of errno codes to
3235 C expressions.
3236 * errnos_get.c: new file.
3237 * errnos.default: new file, contains errnos to try if they can't
3238 be extracted from errno.h.
3239 * configure.in: if using GCC, try and extract errno codes from
3240 errno.h.
3241 Added AC_PROG_AWK.
3242
3243 Sat Jan 11 14:47:00 1997 Marius Vollmer <mvo@zagadka.ping.de>
3244
3245 * configure.in: Replaced AC_PROG_RANLIB with AM_PROG_LIBTOOL.
3246 * Makefile.am: Made libguile into a libtool library.
3247 * PLUGIN/guile.config: Removed "-L ../libguile" from xtra_cflags.
3248 Set libtool_libs to indicate that libguile is a libtool library.
3249 See guile/ChangeLog for details.
3250 * .cvsignore: ignore "*.lo", the libtool library objects.
3251
3252 Wed Jan 8 06:54:54 1997 Gary Houston <ghouston@actrix.gen.nz>
3253
3254 * net_db.c (scm_getserv): add missing SCM_ALLOW_INTS.
3255 use htons in getservbyport argument.
3256
3257 Tue Jan 7 18:11:24 1997 Jim Blandy <jimb@floss.cyclic.com>
3258
3259 * ports.h (SCM_PTOBNUM): Removed extraneous semicolon.
3260 * smob.h: (SCM_PTOBNUM): Removed entirely; this definition is a
3261 duplicate.
3262
3263 * objprop.c (scm_object_property): No need to take the CDR of the
3264 value returned by scm_object_properties, since Aug 20 change.
3265
3266 * configure.in: When checking for struct linger, #include
3267 <sys/types.h> as well as <sys/socket.h>. I've never known
3268 <sys/types.h> to cause any portability problems, and Solaris's
3269 <sys/socket.h> needs it.
3270 * configure: Rebuilt.
3271
3272 I think the Sun compiler has chosen a perverse way to interpret
3273 ANSI declarations combined with K&R definitions. We'll
3274 appease it a little bit. But when it invades France, we fight.
3275 * print.c (scm_iprlist): Change 'tlr' argument to an int.
3276 * print.h (scm_iprlist): Here too.
3277 * numbers.c (scm_divbigdig): Change definition to match
3278 declaration in numbers.h.
3279 * unif.c (scm_makflo): Change definition to match declaration in
3280 unif.h.
3281
3282 * init.c (scm_boot_guile): Don't return the value of
3283 scm_boot_guile_1. This function doesn't return a value;
3284 scm_boot_guile_1 doesn't return a value (or return at all).
3285
3286 * eval.c (unmemocopy): Add a semicolon to appease the Sun
3287 compiler.
3288
3289 * simpos.c (SYSTNAME): Add case for AIX; otherwise it won't
3290 compile. I have a feeling this function is a bad idea anyway ---
3291 one should always test for features, not systems.
3292
3293 * smob.h (SCM_SMOBNUM, SCM_PTOBNUM): Remove extraneous
3294 semicolons. Only pure luck kept this from being noticed earlier.
3295
3296 Tue Jan 7 15:04:06 1997 Mikael Djurfeldt <mdj@kenneth>
3297
3298 * socket.c (scm_recvfrom): Added missing semicolon.
3299
3300 Mon Jan 6 20:39:08 1997 Gary Houston <ghouston@actrix.gen.nz>
3301
3302 * socket.c (scm_recvfrom): allow buff_or_size to be a list containing
3303 the buffer and start and end positions for scsh networking
3304 implementation.
3305
3306 Sun Jan 5 13:53:53 1997 Jim Blandy <jimb@floss.cyclic.com>
3307
3308 * configure.in: Revert previous change to this file; the problem
3309 is due to transient automake weirdness.
3310 * configure: Rebuilt.
3311
3312 * Makefile.am (EXTRA_DIST): Distribute PLUGIN/guile.libs.in, not
3313 PLUGIN/guile.libs. configure generates the latter from the former.
3314 * Makefile.in: Rebuilt.
3315
3316 * configure.in: Call AM_PROG_INSTALL; the automake manual says we
3317 need this if we install scripts, like guile-snarf.
3318 * configure: Rebuilt.
3319
3320 Thu Jan 2 01:56:38 1997 Marius Vollmer <mvo@zagadka.ping.de>
3321
3322 * Makefile.am (EXTRA_DIST): Added DYNAMIC-LINKING
3323
3324 Sat Dec 28 19:14:01 1996 Gary Houston <ghouston@actrix.gen.nz>
3325
3326 * socket.c (scm_addr_vector): fix faulty scm_listify.
3327
3328 Sat Dec 28 13:55:58 1996 Marius Vollmer <mvo@zagadka.ping.de>
3329
3330 * read.c (scm_lreadr): Encountering EOF after skipping a SCSH
3331 style block comment is no longer considered an error.
3332
3333 Fri Dec 27 13:44:23 1996 Marius Vollmer <mvo@zagadka.ping.de>
3334
3335 * PLUGIN/guile.libs.in: New file.
3336 * PLUGIN/guile.libs: Removed from repository.
3337 * configure.in: Create PLUGIN/guile.libs from
3338 PLUGIN/guile.libs.in. This is for including additonal libraries
3339 needed for dynamic linking.
3340 * Makefile.am (EXTRA_DIST): Distribute PLUGIN/guile.libs.in
3341 instead of PLUGIN/guile.libs.
3342
3343 * Makefile.am: Added explicit dependency "dynl.o: dynl.x".
3344
3345 Sun Dec 22 23:06:14 1996 Jim Blandy <jimb@floss.cyclic.com>
3346
3347 * list.c (scm_delq_x, scm_delv_x, scm_delete_x): Delete all
3348 occurrences of the given element from the list, not just the
3349 first. This is how the Emacs Lisp functions behave, how the
3350 analogous Common Lisp functions behave, and (I believe) how the
3351 older Maclisp functions worked. I realize that this change may
3352 break code, but it seemed better to break it before the Guile
3353 release than after.
3354
3355 * gc.c (scm_protect_object, scm_unprotect_object): New functions.
3356 Their prototypes were already present in gc.h, but they weren't
3357 implemented.
3358 (scm_init_storage): Initialize scm_protects.
3359 * root.c (scm_protects): New element of scm_sys_protects.
3360
3361 * net_db.h (scm_init_net_db): Fix spelling from scm_init_netdb.
3362
3363 Sat Dec 21 15:38:32 1996 Jim Blandy <jimb@floss.cyclic.com>
3364
3365 * libguile.h: Added #include "libguile/net_db.h".
3366
3367 * libguile.h: Don't #include "libguile/libpath.h", contrary to Oct
3368 30 change. That file is only meant for communication between the
3369 configuration process and load.c. If code linked against libguile
3370 wants to get at the paths mentioned in libpath.h, it can call
3371 functions declared in load.h.
3372
3373 Sat Dec 21 14:50:42 1996 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
3374
3375 * libguile.h: Removed #include "libguile/fdsocket.h"
3376
3377 * net_db.c: Added #include <sys/socket.h>.
3378
3379 Sat Dec 21 00:33:03 1996 Gary Houston <ghouston@actrix.gen.nz>
3380
3381 * filesys.c (scm_input_waiting_p): use select in preference to
3382 FIONREAD, since the latter doesn't detect EOF.
3383 Throw error if neither select nor FIONREAD available.
3384
3385 * socket.c (scm_connect): take a port, not a fd object.
3386 (scm_fill_sockaddr): throw an error if fam is not recognised.
3387 (scm_bind): use scm_fill_sockaddr.
3388 (scm_listen): take a port, not a fd object.
3389 (scm_accept): take and return a port. return #f in the car if
3390 address can't be got
3391 (scm_sock_fd_to_port): new procedure.
3392 (scm_socket): use scm_sock_fd_to_port.
3393 (scm_addr_vector): throw error if unrecognised address type.
3394 take an extra argument with the calling procedure name.
3395 (scm_getsockname): take a port. return #f if address can't be got.
3396 (scm_getpeername): take a port. return #f if address can't be got.
3397 (scm_recvfrom): take a port. return #f for address component if can't
3398 be got.
3399 (scm_sendto, scm_socketpair, scm_getsockopt scm_shutdown,
3400 scm_setsockopt, scm_recv, scm_send): take a port not a fd object.
3401
3402 Fri Dec 20 23:06:53 1996 Jim Blandy <jimb@floss.cyclic.com>
3403
3404 * throw.c (scm_internal_catch): Make body funcs and handler funcs
3405 use separate data pointers, to allow them to be designed
3406 independently and reused.
3407 (scm_body_thunk, scm_handle_by_proc, scm_handle_by_message):
3408 Renamed from catch_body, catch_handler, and uncaught_throw; made
3409 generically useful.
3410 (struct scm_catch_body_data): Renamed from catch_body_data; moved
3411 to throw.h.
3412 (scm_catch): Use the above.
3413 (scm_throw): Don't bother printing a message for an uncaught
3414 throw; we establish a default handler in init.
3415 * throw.h (scm_internal_catch): Prototype updated.
3416 (scm_body_thunk, scm_handle_by_proc, scm_handle_by_message): New
3417 decls.
3418 (struct scm_body_thunk_data): New structure, used as data
3419 argument to scm_body_thunk.
3420 * init.c (struct main_func_closure): New structure, packaging up
3421 the data to pass to the user's main function.
3422 (scm_boot_guile): Create one. Pass it to scm_boot_guile_1.
3423 (scm_boot_guile_1): Pass it through to invoke_main_func. Use
3424 scm_internal_catch to establish a catch-all handler, using
3425 scm_handle_by_message. This replaces the special-case code in
3426 scm_throw.
3427 (invoke_main_func): Body function for scm_internal_catch; invoke
3428 the user's main function, using the main_func_closure pointer to
3429 decide what to pass it.
3430 * root.c (struct cwdr_body_data): Remove handler_proc member.
3431 (cwdr): Use scm_handle_by_proc instead of cwdr_handler.
3432 (cwdr_handler): Removed.
3433
3434 Thu Dec 19 00:00:26 1996 Gary Houston <ghouston@actrix.gen.nz>
3435
3436 * socket.h (SCM_P): update bind prototype.
3437 * socket.c (scm_init_socket): intern PF_UNSPEC, PF_UNIX, PF_INET.
3438 include "feature.h".
3439 (scm_socket): return a port, not a file descriptor object.
3440 include "fports.h" and <unistd.h>
3441 (scm_bind): take a port, not a file descriptor object.
3442 take an extra argument for address args.
3443
3444 * net_db.c (scm_init_net_db): intern INADDR_ANY, INADDR_BROADCAST,
3445 INADDR_NONE, INADDR_LOOPBACK.
3446
3447 Tue Dec 17 22:58:26 1996 Gary Houston <ghouston@actrix.gen.nz>
3448
3449 * init.c: include net_db.h and not fdsocket.h.
3450 (scm_boot_guile_1): call scm_init_net_db and not scm_init_fdsocket.
3451
3452 * Makefile.am: corresponding changes.
3453 * socket.h: renamed from fdsocket.h, fix names.
3454 * net_db.h: renamed from socket.h, fix names.
3455 * socket.c: renamed from fdsocket.c.
3456 remove _sys from procedure names.
3457 (scm_init_socket): rename from scm_init_fdsocket. include socket.x.
3458 add "socket" to features list.
3459 * net_db.c: renamed from socket.c.
3460 remove _sys from procedure names.
3461 (scm_init_net_db): rename from scm_init_socket. include net_db.x.
3462 add "net-db" to features list.
3463 include "net_db.h". don't include <sys/socket.h> or
3464 <sys/un.h>.
3465
3466 Thu Dec 19 14:03:24 1996 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
3467
3468 * tags.h (scm_tags): Removed comma at end of last enumerator.
3469
3470 Thu Dec 19 02:54:59 1996 Jim Blandy <jimb@floss.cyclic.com>
3471
3472 Don't use GCC extensions to allocate space for debugging frames.
3473 (Here he goes again! Why do we put up with this?!)
3474 * debug.h (scm_debug_frame): Make the 'vect' member a pointer to
3475 an scm_debug_info structure, not an in-line array of them. Add
3476 'info' member, to say how many vect elements we've used, for eval
3477 frames.
3478 * eval.c (SCM_CEVAL): Use alloca to allocate space for vect. Use
3479 a new variable debug_info_end to mark the end of vect, instead of
3480 the address of the 'info' pointer itself.
3481 [DEVAL] (ENTER_APPLY, SCM_CEVAL, SCM_APPLY): Remove casts of
3482 &debug to scm_debug_frame *; debug is a real scm_debug_frame now.
3483 (SCM_APPLY): Explicitly allocate space for debug.vect.
3484 * debug.c (scm_m_start_stack): Same, for vframe.vect.
3485 * stacks.c: Adjusted for new debug frame structure.
3486 (RELOC_INFO, RELOC_FRAME): New macros.
3487 (stack_depth, read_frames): Use them, and new scm_debug_frame
3488 element 'info', instead of magically knowing that eval frames have
3489 an info pointer sitting after vect.
3490 (scm_make_stack, scm_stack_id, scm_last_stack_frame): Use
3491 RELOC_FRAME.
3492 (scm_init_stacks): Formatting tweaks.
3493
3494 Wed Dec 18 14:57:57 1996 Jim Blandy <jimb@floss.cyclic.com>
3495
3496 Give GCC more control flow information, so it can be sure that
3497 variables aren't used uninitialized.
3498 * error.h (scm_error, scm_syserror, scm_syserror_msg,
3499 scm_sysmissing, scm_num_overflow, scm_out_of_range,
3500 scm_wrong_num_args, scm_wrong_type_arg, scm_memory_error,
3501 scm_misc_error): Tell GCC that these functions never return.
3502 * struct.c (scm_struct_ref, scm_struct_set_x): If we can't figure
3503 out the field type, call abort if SCM_ASSERT returns, to placate
3504 the optimizer.
3505 * stacks.c (scm_make_stack, scm_last_stack_frame): abort if
3506 scm_wta ever returns. We can't handle this case anyway, and this
3507 gives the optimizer more information.
3508 * unif.c (scm_uniform_vector_ref, scm_array_set_x): Abort if
3509 scm_wta ever returns.
3510
3511 In some cases, the code is fine, but GCC isn't smart enough to
3512 figure that out; this usually happens when one variable is only
3513 initialized and used when a particular condition holds true, and
3514 we know that condition will never change within a given invocation
3515 of the function. In this case, we simply initialize the variables
3516 to placate the compiler, hopefully to a value which will cause a
3517 crash if it is ever actually used.
3518 * print.c (scm_iprin1): Initialize mw_pos.
3519 * read.c (scm_lreadrecparen): Initialize tl2, ans2.
3520 * throw.c (scm_ithrow): Initialize dynpair.
3521 * unif.c (scm_uniform_vector_ref): Initialize cra.
3522 * struct.c (init_struct): Initialize prot.
3523 * mbstrings.c (scm_print_mb_symbol): Initialize mw_pos and inc.
3524
3525 * strports.c (scm_eval_0str): Don't return uninitialized garbage
3526 if EXPR contains no expressions.
3527
3528 Wed Dec 18 11:43:22 1996 Jim Blandy <jimb@totoro.cyclic.com>
3529
3530 * eval.c, debug.h: Revert changes of Dec 16 and Nov 21. They
3531 cause an infinite loop (???). So much for the algebraic
3532 equivalency of variable-sized arrays and alloca...
3533
3534 Tue Dec 17 20:29:03 1996 Marius Vollmer <mvo@zagadka.ping.de>
3535
3536 * backtrace.c (scm_display_error): Bugfix: scm_procedure_p returns
3537 a SCM boolean, not a C boolean.
3538
3539 Sat Dec 14 23:21:45 1996 Marius Vollmer <mvo@zagadka.ping.de>
3540
3541 * gc.c (SCM_MTRIGGER_HYSTERESIS): New memory management parameter.
3542 (scm_must_malloc, scm_must_realloc): Added a hysteresis to the
3543 rules for raising scm_mtrigger. Previously, unfortunate but not
3544 unlikely circumstances could result in almost constant invokation
3545 of the gc. Now, this situations should be less likely, but they
3546 are not prevented completely.
3547
3548 Tue Dec 17 16:19:07 1996 Jim Blandy <jimb@totoro.cyclic.com>
3549
3550 * numbers.c (scm_fuck): Procedure removed; looks like old test
3551 code.
3552 * numbers.h: Prototype removed.
3553
3554 Mon Dec 16 18:20:32 1996 Jim Blandy <jimb@totoro.cyclic.com>
3555
3556 * debug.h (scm_debug_frame): Change `vect' member from an in-line
3557 array to a pointer, to match my Nov 21 change in eval.c.
3558
3559 Fri Dec 13 16:12:14 1996 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
3560
3561 * libguile.h: Added #include "libguile/backtrace.h", #include
3562 "libguile/stacks.h".
3563
3564 * strings.c (scm_string scm_make_string scm_string_ref
3565 scm_string_set_x scm_string_equal_p scm_string_append):
3566 Bugfix according to scm patch from Aubrey Jaffer:
3567 Corrected long-standing
3568 (not (eqv? (integer->char 128)
3569 (string-ref (make-string 1 (integer->char 128)) 0)))
3570 bug found by John Kozak <jk@noontide.demon.co.uk>.
3571
3572 * strports.c, strports.h: Make scm_eval_0str return the value of
3573 the last expression evaluated (previously, it returned void).
3574
3575 * strports.c, strports.h: New function: scm_read_0str. Does what
3576 it sounds like.
3577
3578 Tue Dec 10 23:38:43 1996 Gary Houston <ghouston@actrix.gen.nz>
3579
3580 * simpos.c (scm_getenv): return #f if string can't be found in the
3581 environment instead of throwing an exception, for compatibility
3582 with numerous other systems.
3583
3584 Mon Dec 9 23:23:35 1996 Tom Tromey <tromey@cygnus.com>
3585
3586 * Makefile.am (.c.x): Use guile-snarf.
3587 * configure.in (AC_OUTPUT): Generate guile-snarf; make it
3588 executable.
3589 * guile-snarf.in: New file, resurrected from old guile-snarf.sh.
3590
3591 Mon Dec 9 18:36:50 1996 Jim Blandy <jimb@duality.gnu.ai.mit.edu>
3592
3593 * backtrace.c (scm_display_error_message): Made non-static, and
3594 renamed from display_error_message.
3595 * backtrace.h (scm_display_error_message): Added extern decl.
3596 * throw.c (uncaught_throw): Use it to display the error message.
3597
3598 Mon Dec 9 10:10:38 1996 Tom Tromey <tromey@cygnus.com>
3599
3600 * inet_aton.c: Use #if 0, not #ifdef 0.
3601
3602 Mon Dec 9 06:36:48 1996 Gary Houston <ghouston@actrix.gen.nz>
3603
3604 * ioext.c (scm_sys_ftell): use scm_long2num instead of SCM_MAKINUM
3605 to convert the returned value.
3606 (scm_sys_fseek): use scm_num2long instead of SCM_INUM to convert
3607 the offset argument.
3608
3609 Sun Dec 8 21:06:38 1996 Jim Blandy <jimb@duality.gnu.ai.mit.edu>
3610
3611 Add new interface to catch/throw, usable from C as well as
3612 Scheme.
3613 * throw.h (scm_catch_body_t, scm_catch_handler_t): New types.
3614 (scm_internal_catch): New function, replaces...
3615 (scm_catch_apply): Deleted.
3616 * throw.c (scm_catch_apply): Deleted; replaced with a more general
3617 mechanism which is a bit more code, but can be used nicely from C
3618 and implement the Scheme semantics as well.
3619 (scm_internal_catch): This is the replacement; it's named after
3620 the analogous function in Emacs.
3621 (scm_catch): Reimplemented in terms of the above.
3622 (struct catch_body_data, catch_body, catch_handler): New
3623 functions, used by scm_catch.
3624 * root.c (cwdr): Reimplemented in terms of scm_internal_catch.
3625 (struct cwdr_body_data, cwdr_body, cwdr_handler): New functions;
3626 support for new cwdr.
3627
3628 * Makefile.am (libpath.h): Re-incorporate Mikael's changes of Wed
3629 Oct 30.
3630
3631 Sun Dec 8 17:55:34 1996 Marius Vollmer <mvo@zagadka.ping.de>
3632
3633 * acconfig.h: Added DYNAMIC_LINKING symbol.
3634 * configure.in: Add option and checks for dynamic linking.
3635 * dynl.c, dynl-dl.c, dynl-dld.c, dynl-shl.c, dynl-vms.c,
3636 dynl.h: New files for dynamic linking support.
3637 * Makefile.am (libguile_a_SOURCES):
3638 Added "dynl.c".
3639 (modinclude_HEADERS): Added "dynl.h".
3640 (EXTRA_DIST): Added "dynl-dl.c", "dynl-dld.c", "dynl-shl.c" and
3641 "dynl-vms.c".
3642 * init.c (scm_boot_guile_1): Call
3643 scm_init_dynamic_linking to initialize dynamic linking support.
3644
3645 Thu Dec 5 22:47:53 1996 Marius Vollmer <mvo@zagadka.ping.de>
3646
3647 * init.c (scm_boot_guile_1): Moved `live' variable to the toplevel
3648 (as we Schemers say). It needs to be global, so that I can tweak
3649 it for the proper operation of unexec.
3650 (scm_boot_guile_1_live): New variable, see above.
3651
3652 Sun Dec 1 00:00:49 1996 Tom Tromey <tromey@cygnus.com>
3653
3654 * guile-snarf.sh: Removed.
3655 * PLUGIN/guile.libs: Added dependency for -lm.
3656 * acinclude.m4: Renamed from aclocal.m4.
3657 * PLUGIN/greet: Removed.
3658 * Makefile.am, aclocal.m4: New files.
3659 * configure.in: Updated for Automake.
3660
3661 Thu Nov 28 00:23:55 1996 Marius Vollmer <mvo@zagadka.ping.de>
3662
3663 * eval.c (scm_definedp): Use top_level_lookup_closure_var
3664 and not top_level_lookup_thunk_var.
3665
3666 Wed Nov 27 22:04:19 1996 Jim Blandy <jimb@baalperazim.frob.com>
3667
3668 * Makefile.in (ancillary): List ChangeLog-scm, not ChangeLog.scm.
3669
3670 Wed Nov 27 14:14:56 1996 Marius Vollmer <mvo@zagadka.ping.de>
3671
3672 * eval.c (scm_definedp): Incompatibly changed to be a builtin
3673 Scheme function, instead of syntax. Single argument is now a
3674 symbol.
3675
3676 Thu Nov 21 20:26:36 1996 Jim Blandy <jimb@totoro.cyclic.com>
3677
3678 * ramap.c (scm_ra_sum, scm_ra_difference, scm_ra_product,
3679 scm_ra_divide): Properly terminate statements passed as arguments
3680 to IVDEP macros. (Thanks to Bernard Urban.)
3681
3682 * eval.c (SCM_CEVAL): Use alloca, not GCC's extensions for arrays
3683 with non-constant sizes. (Thanks to Bernard Urban.)
3684
3685 Thu Nov 21 11:17:42 1996 Jim Blandy <jimb@floss.cyclic.com>
3686
3687 It's an "eval closure", not an "eval thunk." A thunk is a
3688 function of no arguments.
3689 * root.h (struct scm_root_state): Renamed
3690 top_level_lookup_closure_var from top_level_lookup_thunk_var.
3691 (scm_top_level_lookup_closure_var): Renamed from
3692 scm_top_level_lookup_thunk_var.
3693 * root.c (mark_root): Uses changed.
3694 * gdbint.c (gdb_eval, gdb_binding): Uses changed.
3695 * init.c (scm_start_stack): Uses changed.
3696 * eval.c (scm_eval, scm_eval_x, scm_init_eval): Rename uses.
3697 Change scheme-visible name to *top-level-lookup-closure* from
3698 *top-level-lookup-thunk*.
3699
3700 Tue Nov 19 22:43:31 1996 Jim Blandy <jimb@totoro.cyclic.com>
3701
3702 * gc.c (scm_igc, scm_gc_mark): Round up the size of the stack we
3703 pass to scm_mark_locations. (Thanks to Aubrey Jaffer.)
3704
3705 Sun Nov 10 13:35:05 1996 Jim Blandy <jimb@floss.cyclic.com>
3706
3707 * gc.c (struct scm_heap_seg_data): Doc fixes.
3708
3709 * gc.c (scm_gc_sweep): Empty all segments' freelists before
3710 sweeping. Then, prepend each segment's free cells to its
3711 freelist, rather than wiping out the old value. (Thanks to Marius
3712 Vollmer.)
3713
3714 * gc.c (which_seg, scm_map_free_list, scm_newcell_count,
3715 scm_check_freelist, scm_debug_newcell): New functions and
3716 variables, for debugging freelist problems.
3717 * pairs.h (SCM_NEWCELL): New debugging version added.
3718 * gc.h (scm_debug_newcell): Added extern declaration, used by
3719 debugging version of SCM_NEWCELL.
3720
3721 Sat Nov 9 19:02:46 1996 Jim Blandy <jimb@floss.cyclic.com>
3722
3723 On some systems <libc.h> conflicts with <unistd.h>, and should not
3724 be #included at all.
3725 * aclocal.m4 (GUILE_HEADER_LIBC_WITH_UNISTD): New autoconf macro.
3726 * acconfig.h (LIBC_H_WITH_UNISTD_H): New CPP symbol.
3727 * configure.in: Call it.
3728 * posix.c, filesys.c: Use its results to decide whether or not to
3729 #include <libc.h>.
3730 * configure, scmconfig.h.in: Rebuilt with autoconf and
3731 autoheader.
3732
3733 Wed Nov 6 16:19:50 1996 Jim Blandy <jimb@totoro.cyclic.com>
3734
3735 * fports.c (scm_stdio_to_port, scm_open_file): Set the port's
3736 pointer to the stdio stream before calling scm_setbuf0, so the
3737 latter will be able to retrieve it. I'm surprised this didn't
3738 segfault earlier. (Thanks to Christopher Lee.)
3739
3740 Wed Nov 6 16:01:20 1996 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
3741
3742 * throw.c (scm_lazy_catch, scm_ithrow): Completed implementation
3743 of `lazy-catch'.
3744
3745 Sat Nov 2 21:01:48 1996 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
3746
3747 * stacks.c, stacks.h (scm_make_stack): Now takes arbitrary
3748 number of stack narrowing specifier pairs. The first specifier in
3749 a pair controls inner border, the second the outer border. A
3750 number means cut that number of frames, a procedure object means
3751 cut until that object is found in operator position in a frame.
3752
3753 * root.c (cwdr): Bugfix.
3754
3755 * read.c: Recording of positions disabled by default.
3756
3757 * procs.c (scm_closure_p): New function.
3758
3759 * posix.c (scm_tmpnam): New function.
3760
3761 * load.c: Added #include "throw.h".
3762 (scm_sys_search_load_path): Bugfix: Don't add an extra '/' if path
3763 ends with '/'.
3764
3765 * load.c, load.h (scm_read_and_eval_x): New function.
3766
3767 * eval.c: Renamed debug option "deval" to "debug".
3768
3769 (scm_eval_x): `eval!' is no longer accessible from the scheme
3770 level. Motivation: We can't allow operations which introduce
3771 glocs into the scheme level. Guile's type system can't handle
3772 these as data. Use `eval' or `read-and-eval!' as replacement.
3773
3774 * debug.c (scm_m_start_stack): Bugfix: Use SCM_ECONSP instead of
3775 SCM_CONSP since this is a macro!; Set vframe.prev to
3776 scm_last_debug_frame instead of 0. In this way we can look
3777 "above" the virtual start stack frame if we wish.
3778 (scm_debug_hang): New function: Useful for debugging Guile in
3779 certain tricky situations. Will probably be removed later...
3780
3781 * debug.h: Changed semantics of debug option "backtrace". This
3782 option now only indicates whether we want automatic backtrace at
3783 an error.
3784
3785 Wed Oct 30 00:31:55 1996 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
3786
3787 * ports.c: #include "filesys.h"
3788 (scm_char_ready_p): input_waiting renamed and moved to filesys.c.
3789
3790 * filesys.c, filesys.h (scm_input_waiting_p): Moved from ports.c.
3791 Motivation: This is system specific code which is related to file
3792 I/O. It also may use select. Added code by Gary Houston to
3793 detect presence of character in stdio buffers.
3794
3795 * libguile.h: #include "libguile/libpath.h"
3796
3797 * Makefile.in (libpath.h): Renamed definition of: LIBRARY_PATH -->
3798 SCM_LIBRARY_DIR; Added definitions of: SCM_PKGDATA_DIR,
3799 SCM_SITE_DIR; Install libpath.h among the other include files.
3800
3801 * load.c, load.h (scm_sys_package_data_dir): New function.
3802
3803 Mon Oct 28 11:43:41 1996 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
3804
3805 * stacks.h: Bugfix: Don't use tail-array length field as stack
3806 length field! This screwed GC.
3807
3808 Tue Oct 22 01:01:00 1996 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
3809
3810 * _scm.h: Added #ifndef around definition of macros min and max.
3811
3812 * __scm.h: Added hooks for threads to plugin to in ints protection
3813 macros: SCM_THREAD_DEFER, SCM_THREAD_ALLOW, SCM_THREAD_REDEFER,
3814 SCM_THREAD_ALLOW_1, SCM_THREAD_ALLOW_2. Motivation: We don't want
3815 the main code in these macros duplicated and spread over multiple
3816 files. Renamed SCM_THREADS_SWITCHING_CODE ->
3817 SCM_THREAD_SWITCHING_CODE.
3818
3819 Tue Oct 29 14:55:40 1996 Marius Vollmer <mvo@zagadka.ping.de>
3820
3821 * snarf.h: New file.
3822 * guile-snarf.sh: New file.
3823 * Makefile.in (inner_h_files): Added snarf.h
3824 (ancillary, install, uninstall, distclean): Added actions for
3825 guile-snarf.
3826 (.c.x): Use guile-snarf.
3827 (guile-snarf): New rule, to produce guile-snarf from guile-snarf.sh.
3828 (gen_c_files): Note that these depend on guile-snarf.
3829 * _scm.h: Removed the snarfing macros (SCM_PROC, etc). They are
3830 now in "snarf.h". Added #include "snarf.h" to get them.
3831 * libguile.h: Added #include "snarf.h".
3832 (Patches applied and tweaked by Jim Blandy.)
3833
3834 Tue Oct 29 13:21:13 1996 Jim Blandy <jimb@totoro.cyclic.com>
3835
3836 * socket.c: Use K&R style declaration for 'close'; the GNU coding
3837 standards suggest against providing prototypes for system
3838 functions. Thanks to Greg Troxel.
3839
3840 Mon Oct 28 16:48:32 1996 Jim Blandy <jimb@floss.cyclic.com>
3841
3842 * strports.c (scm_eval_0str): New function.
3843 #include "read.h", to get prototype for scm_read.
3844 * Makefile.in (strports.o): Update dependencies.
3845 * strports.h: New prototype.
3846
3847 * numbers.c (scm_integer_p): Renamed from scm_int_p; change its
3848 scheme name from "int?" to "integer?". It seems to do the job.
3849 * numbers.h: Rename prototype too.
3850 * scmhob.h (intp): Change definition to refer to scm_integer_p. I
3851 hope this is right.
3852
3853 * numbers.c (scm_less_p, scm_gr_p, scm_leq_p, scm_geq_p,
3854 scm_num_eq_p): Rename these according to R4RS conventions: call
3855 them <, <=, =, >, and >=, not <?, <=?, =?, >?, and >=?. En route
3856 to making libguile R4RS compliant without ice-9...
3857
3858 * load.c (scm_sys_search_load_path): Search for files under all
3859 extensions listed in the %load-extensions variable. If FILENAME
3860 is absolute, return it unchanged, without searching the load path.
3861 (scm_loc_load_extensions): New variable, pointing to
3862 %load-extensions' value cell.
3863 (scm_init_load): Initialize it, and the value it points to.
3864 (scm_primitive_load_path): Improve error reporting.
3865
3866 * load.c (scm_loc_load_hook): New variable, pointing to value cell
3867 of new Scheme variable %load-hook.
3868 (scm_primitive_load): Apply %load-hook to filename.
3869
3870 Mon Oct 28 06:28:28 1996 Gary Houston <ghouston@actrix.gen.nz>
3871
3872 * configure.in: add tests for figuring out whether buffered data
3873 is available in a FILE structure, which is needed by char-ready.
3874
3875 * acconfig.h: define FILE_CNT_FIELD, FILE_CNT_GPTR and
3876 FILE_CNT_READPTR.
3877
3878 * simpos.c (scm_getenv): renamed from scm_sys_getenv. Throw
3879 exceptions using misc_error instead of syserror. It seems a bit
3880 odd to throw an exception if a string can't be found in the
3881 environment, but it's consistent with open-file, stat etc.
3882 (simpos.h): remove sys_ from getenv.
3883
3884 * posix.c (scm_putenv): renamed from scm_sys_putenv. If an error
3885 occurs, throw an error instead of returning errno. Return value
3886 is now unspecified.
3887 (numerous in posix.c and posix.h): removed superfluous sys_ from names.
3888
3889 Sun Oct 27 01:22:04 1996 Gary Houston <ghouston@actrix.gen.nz>
3890
3891 * filesys.c (scm_stat2scm): derive file type and permissions from
3892 the stat mode and append them to the returned vector.
3893 There isn't much overhead in doing this and it avoids the need to
3894 work with S_IRUSR et al. in Scheme.
3895 Define symbols scm_sym_regular etc.
3896 (scm_init_filesys): don't intern S_IRUSR etc.
3897
3898 * load.c: change s_try_load and s_try_load_path to s_primitive_load
3899 and s_primitive_load_path.
3900
3901 * eval.c, load.c, error.c (scm_wta): use scm_misc_error.
3902
3903 * error.h: don't declare error symbols. prototype for scm_misc_error.
3904
3905 * stackchk.c (scm_stack_overflow_key): defined here instead of in
3906 error.c.
3907
3908 * error.c: use SCM_SYMBOL to set up error keys.
3909 scm_misc_error: new procedure.
3910
3911 Fri Oct 25 01:56:30 1996 Jim Blandy <jimb@floss.cyclic.com>
3912
3913 * read.c (scm_lreadr): Recognize SCSH-style block comments; text
3914 between `#!' and `!#' is ignored.
3915 (skip_scsh_block_comment): New function.
3916
3917 * feature.c (scm_set_program_arguments): New argument, FIRST.
3918 * feature.h: Update prototype.
3919 * init.c (scm_boot_guile_1): Pass new argument to
3920 scm_set_program_arguments.
3921
3922 Tue Oct 22 20:54:42 1996 Jim Blandy <jimb@floss.cyclic.com>
3923
3924 * init.c (scm_start_stack): Don't initialize scm_progargs here.
3925 (scm_boot_guile): Call scm_set_program_arguments here, later than
3926 the old initialization.
3927
3928 * init.c: (scm_boot_guile, scm_boot_guile_1): New, simplified
3929 initialization procedure.
3930 - Delete in, out, err arguments; there are other perfectly good
3931 ways to override these when desired.
3932 - Delete result argument; this function shouldn't ever return.
3933 - Rename init_func argument to main_func, for less confusion.
3934 - Delete boot_cmd argument; main_func is more general.
3935 -Add 'closure' argument, to help people pass data to main_func
3936 without resorting to global variables.
3937 - Abort if reentered; don't bother returning an error code.
3938 - Call scm_init_standard_ports to set up the default/current
3939 standard ports; no need to pass them to scm_start_stack.
3940 - Remove code to evaluate the boot_cmd, and start the repl; let
3941 the user do something like that in main_func if they want.
3942 - Remove code to package up a return value; main_func can do any
3943 of that as needed.
3944 - Call exit (0), instead of returning.
3945 (scm_start_stack): Don't initialize the I/O ports here; that's
3946 weird. Delete in, out, err arguments. Move guts to
3947 scm_init_standard_ports, scm_stdio_to_port.
3948 (scm_init_standard_ports): New function, to set up current and
3949 default standard ports.
3950 (scm_start_stack, scm_restart_stack): Make these static.
3951 * init.h (scm_boot_guile): Adjust declaration.
3952 (scm_start_stack, scm_restart_stack): Remove externally
3953 visible declarations for these.
3954 (enum scm_boot_status): Removed; now scm_boot_guile never returns.
3955
3956 * fports.c (scm_stdio_to_port): New function. Its guts used to be
3957 written out several times in scm_start_stack.
3958 * fports.h: New declaration for the above.
3959
3960 * feature.c (scm_set_program_arguments): New function.
3961 * feature.h: New declaration for the above.
3962
3963 * ports.c: Formatting tweak.
3964
3965 Sun Oct 20 03:29:32 1996 Mikael Djurfeldt <mdj@kenneth>
3966
3967 * pairs.h, eval.c, eval.h, feature.c, gc.c, list.c, load.c,
3968 ramap.c, symbols.c: Added new selectors SCM_CARLOC and SCM_CDRLOC
3969 for obtaining the address of a car or cdr field. Motivation:
3970 &SCM_CXR make assumptions about the internal structure of the
3971 SCM_CXR selectors.
3972
3973 * eval.h, eval.c: Added new selector SCM_GLOC_VAL_LOC.
3974 Motivation: see SCM_CXRLOC.
3975
3976 * pairs.h, eval.c, gc.c, init.c, ioext.c, ports.c, ports.h,
3977 srcprop.h, tags.h, throw.c, unif.c: Added new selectors
3978 SCM_SETAND_CAR, SCM_SETAND_CDR, SCM_SETOR_CAR and SCM_SETOR_CDR.
3979 Motivation: Safer use. Some other macros are defined in terms of
3980 these operations. If these are defined using the SCM_SETCXR
3981 (<e1>, SCM_CXR (<e1>) <op> <e2>) pattern a complex <e1> will lead
3982 to inefficiency and an <e1> with side-effects could potentially
3983 break. Also, these particular operations are heavily utilized in
3984 the garbage collector. In unoptimized code there will be a
3985 measurable speedup.
3986
3987 * alist.c, arbiters.c, continuations.c, debug.c, debug.h, eval.c,
3988 eval.h, feature.c, filesys.c, fports.c, gc.c, gsubr.c, init.c,
3989 ioext.c, kw.c, list.c, load.c, mallocs.c, numbers.c, numbers.h,
3990 pairs.c, pairs.h, ports.c, ports.h, posix.c, procprop.c, procs.c,
3991 procs.h, ramap.c, read.c, root.c, srcprop.c, srcprop.h,
3992 strports.c, symbols.c, tags.h, throw.c, unif.c, variable.c,
3993 vports.c: Cleaned up use of pairs: Don't make any special
3994 assumptions about the internal structure of selectors and
3995 mutators: SCM_CXR (<e1>) = <e2> --> SCM_SETCXR (<e1>, <e2>),
3996 SCM_CXR (<e1>) &= <e2> --> SCM_SETAND_CXR (<e1>, <e2>) etc.
3997 (Among other things, this change makes it easier to build Guile
3998 with certain compilers which have problems with casted lvalues.)
3999
4000 Fri Oct 18 01:11:56 1996 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
4001
4002 * stacks.c: Improve selection of relevant stack frames when making
4003 a stack object. Introduce one level of indirection in the stack
4004 object to make it possible to "narrow" to a certain region of the
4005 stack. This facilitates making use of more clever algorithms (not
4006 implemented) for selecting relevant frames and gives a cleaner
4007 design since selection of frames can be done independently of
4008 extraction of frames from the real stack.
4009 (scm_stack_id): Also take #t as argument which means look at
4010 current stack.
4011
4012 * stacks.h: In struct scm_stack: Turn field frames into a pointer.
4013 Turn n_tail into an integer directly representing current number
4014 of frames in stack. Add field tail.
4015
4016 * ports.c (scm_port_line_x, scm_port_column_x): New mutators.
4017
4018 * debug.c (scm_make_memoized): Made it available at scheme level.
4019 (scm_unmemoize, scm_memoized_environment): Bugfix: Check for
4020 SCM_NIMP before applying heavier predicates in argument checking.
4021 (scm_local_eval): Also take memoized object as argument.
4022
4023 * backtrace.c (scm_display_error): Just a safety measure: Stacks
4024 aren't created with zero length, but should such a strange
4025 creature suddenly turn up...
4026
4027 Wed Oct 16 11:08:41 1996 Marius Vollmer <mvo@zagadka.ping.de>
4028
4029 * hashtab.h (scm_hashx_remove_x): Renamed `delete' parameter to
4030 `del', for the sake of C++ compilers. (Patch applied by JimB.)
4031
4032 Tue Oct 15 17:06:13 1996 Jim Blandy <jimb@floss.cyclic.com>
4033
4034 * variable.c (scm_make_variable): Make the name hint optional, as
4035 documented.
4036 (anonymous_variable_sym): Renamed from variable_sym. All uses
4037 changed.
4038
4039 * load.c (scm_primitive_load, scm_primitive_load_path): Renamed
4040 from scm_sys_try_load and scm_sys_try_load_path. The Scheme name
4041 of scm_primitive_load_path was also changed to
4042 "primitive-load-path", from "%try-load-path". Callers changed.
4043 We'd like to respect the convention that a function named
4044 "try-mumble" should behave just like the function called "mumble",
4045 but return #f instead of signalling some error.
4046 * load.h: Rename prototypes.
4047
4048 Tue Oct 15 05:34:10 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
4049
4050 * print.c (make_print_state, grow_print_state), print.h: Modified
4051 the print state representation: Don't use a tail array for
4052 recording of circular references. Resizing of the print state
4053 structure invalidates the print state pointer. To avoid passing
4054 around an indirect print state reference to all printing
4055 functions, we instead let the print state reference a resizable
4056 vector.
4057
4058 Mon Oct 14 19:25:00 1996 Jim Blandy <jimb@totoro.cyclic.com>
4059
4060 * alist.c (scm_sloppy_assq, scm_sloppy_assv, scm_sloppy_assoc):
4061 Don't crash when passed an improper list terminated by a
4062 non-immediate value.
4063
4064 Mon Oct 14 19:08:33 1996 Jim Blandy <jimb@floss.cyclic.com>
4065
4066 Allocate data for structures on an eight-byte boundary, as
4067 required by the tagging system.
4068 * struct.c (alloc_struct): New function.
4069 (scm_make_struct, scm_make_vtable_vtable): Call it.
4070 * struct.h (scm_struct_n_extra_words): Bump to 3.
4071 (scm_struct_i_ptr): New "field".
4072 * gc.c (scm_gc_sweep): When we need to free the data, use the
4073 information stored by alloc_struct to find the beginning of the
4074 block allocated to the structure, so we can free it.
4075
4076 Mon Oct 14 17:07:55 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
4077
4078 * init.c (scm_boot_guile_1): Moved scm_init_struct in front of
4079 scm_init_stacks.
4080
4081 * debug.h (SCM_VOIDFRAME, SCM_VOIDFRAMEP): New macros.
4082 (scm_debug_info): New member: id.
4083
4084 * stacks.c: Stacks are now represented as structs; Stacks have an
4085 id given to them by `start-stack'.
4086 (scm_last_stack_frame): Added predicates `stack?' and `frame?'.
4087
4088 * stacks.h: Added declarations of scm_stack_p and scm_frame_p;
4089 Changed stack representation.
4090
4091 * debug.c (scm_procedure_name): Try procedure property `name' for
4092 compiled closures aswell.
4093
4094 * gc.c (scm_init_storage): Initialize scm_stand_in_procs to SCM_EOL.
4095
4096 * eval.c: scm_i_name moved to gsubr.c
4097 (scm_m_define): Record names of all kinds of procedure
4098 objects. (Earlier, only closures were recorded.)
4099
4100 * procprop.h: Added declaration of scm_i_name.
4101
4102 * gsubr.c: Added global scm_i_name. Added #include "procprop.h".
4103 (scm_make_gsubr): Record names of compiled closures.
4104
4105 Mon Oct 14 04:21:51 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
4106
4107 * debug.c, debug.h: Removed obsolete code.
4108
4109 * continuations.c, continuations.h, debug.c, gc.c, init.c, root.c,
4110 stacks.c: Renamed regs --> scm_contregs.
4111
4112 * print.c (scm_free_print_state): Cleanup print state before
4113 returning it to pool. It is better to do it here than in
4114 scm_prin1 since scm_prin1 is called often.
4115
4116 * srcprop.c (scm_source_properties, scm_set_source_properties_x,
4117 s_set_source_property_x): Check that first argument is a pair or a
4118 memoized object.
4119
4120 * srcprop.c, srcprop.h: Made scm_i_filename, scm_i_copy,
4121 scm_i_line, scm_i_column and scm_i_breakpoint global.
4122
4123 * init.c: Added #include "backtrace.h" and #include "stacks.h".
4124 (scm_boot_guile_1): Added calls to scm_init_backtrace and
4125 scm_init_stacks.
4126
4127 * debug.h: Added debug object smob declaration and macro
4128 definitions.
4129
4130 * configure.in: Build with backtrace.o and stacks.o if debug
4131 support enabled.
4132
4133 * Makefile.in: Added entries for new files: backtrace.c,
4134 backtrace.h, stacks.c and stacks.h.
4135
4136 * symbols.c (scm_sym2ovcell): Fixed documentation.
4137
4138 * _scm.h (min, max): Added.
4139
4140 * async.c: Moved `min' macro to _scm.h.
4141
4142 * debug.h: New debug options SCM_BACKTRACE_MAXDEPTH and
4143 SCM_BACKTRACE_INDENT.
4144
4145 * eval.c: Added new debug options `maxdepth' and `indent'.
4146
4147 * print.c (make_print_state): Bugfix: Initialize pstate->ceiling.
4148
4149 * print.h: Added selector SCM_PRINT_STATE.
4150
4151 * print.c: New functions: scm_make_print_state,
4152 scm_free_print_state.
4153
4154 * print.h: Added declarations for scm_make_print_state,
4155 scm_free_print_state.
4156
4157 * debug.c (scm_m_start_stack): New acro.
4158
4159 * debug.h: Small cleanup.
4160
4161 * init.c (scm_boot_guile_1): Moved scm_init_debug below
4162 scm_init_eval.
4163
4164 Sun Oct 13 20:14:53 1996 Jim Blandy <jimb@totoro.cyclic.com>
4165
4166 * __scm.h, alist.c, alist.h, append.c, append.h, appinit.c,
4167 arbiters.c, arbiters.h, async.c, async.h, boolean.c, boolean.h,
4168 chars.c, chars.h, continuations.c, continuations.h, debug.c,
4169 debug.h, dynwind.c, dynwind.h, eq.c, eq.h, error.c, eval.c,
4170 eval.h, extchrs.c, extchrs.h, fdsocket.c, fdsocket.h, filesys.c,
4171 filesys.h, fports.c, fports.h, gc.c, gdb_interface.h, gdbint.c,
4172 gdbint.h, genio.c, genio.h, gscm.c, gscm.h, gsubr.c, gsubr.h,
4173 hash.c, hash.h, hashtab.c, hashtab.h, init.c, ioext.c, ioext.h,
4174 kw.c, kw.h, libguile.h, mallocs.c, mallocs.h, markers.c,
4175 markers.h, mbstrings.c, mbstrings.h, numbers.c, numbers.h,
4176 objprop.c, objprop.h, options.c, options.h, pairs.c, pairs.h,
4177 ports.c, ports.h, posix.c, posix.h, print.c, print.h, procprop.c,
4178 procprop.h, procs.c, procs.h, ramap.c, ramap.h, read.c, read.h,
4179 root.c, scmsigs.c, scmsigs.h, sequences.c, sequences.h, simpos.c,
4180 simpos.h, smob.c, socket.c, socket.h, srcprop.c, srcprop.h,
4181 stackchk.c, stackchk.h, stime.c, stime.h, strings.c, strings.h,
4182 strop.c, strop.h, strorder.c, strorder.h, strports.c, strports.h,
4183 struct.c, struct.h, symbols.c, symbols.h, tag.c, tag.h, unif.c,
4184 unif.h, variable.c, variable.h, vectors.c, vectors.h, version.c,
4185 version.h, vports.c, vports.h, weaks.c, weaks.h: Use SCM_P to
4186 declare functions with prototypes. (Patch thanks to Marius
4187 Vollmer.)
4188
4189 More prototype-related changes from Marius Vollmer:
4190 * gdb_interface.h: Wrapped header file in #ifdef/#endif
4191 * gscm.h (gscm_run_scm): Added prototype for `initfn' paramter.
4192 * ports.h (ptobfuns): Added prototypes. This means some casting in
4193 fports.c.
4194 * fports.c: Added casts for initializations, since the functions
4195 are defined to take FILE * as their stream argument, not SCM.
4196 * fdsocket.c, fdsocket.h: Made `init_addr_buffer' static.
4197 * genio.c (scm_gen_puts): Changed `unsigned char *str_data' parameter
4198 to `char *str_data' to conform to prototype.
4199
4200 Sat Oct 12 21:49:29 1996 Gary Houston <ghouston@actrix.gen.nz>
4201
4202 * error.c, eval.c, load.c, stackchk.c: use scm_error not lgh_error.
4203
4204 * __scm.h (lgh_error): removed, lgh shouldn't be in libguile.
4205
4206 * stime.c, stime.h: use SCM_P method.
4207
4208 Sat Oct 12 16:16:25 1996 Jim Blandy <jimb@floss.cyclic.com>
4209
4210 * eval.c (scm_nconc2last): Don't accept an empty list; apply must
4211 be given at least two arguments. Insist that lst's last element
4212 be a list, but don't make any requirements of its predecessors.
4213
4214 Fri Oct 11 03:58:25 1996 Jim Blandy <jimb@floss.cyclic.com>
4215
4216 * eval.c (scm_nconc2last): Revert last change; there seems to be
4217 other stuff going on here.
4218
4219 Fri Oct 11 02:43:59 1996 Jim Blandy <jimb@totoro.cyclic.com>
4220
4221 * eval.c (scm_nconc2last): Make sure that each element of lst
4222 (which is a list of argument lists, except for the tail) is a
4223 proper list, i.e., finite and terminated by '().
4224
4225 Thu Oct 10 21:09:13 1996 Jim Blandy <jimb@totoro.cyclic.com>
4226
4227 * unif.c (scm_ra_set_contp): Localize `inc' declaration.
4228 Clarifies flow.
4229
4230 * struct.c (scm_make_struct, scm_make_vtable_vtable): Use the
4231 symbolic name for the tag, scm_tc3_cons_gloc, instead of just
4232 saying "1".
4233
4234 * vectors.c (scm_make_vector): Fill vectors with the undefined
4235 value, to help make Guile Scheme code more portable to other
4236 Schemes.
4237
4238 * symbols.c (scm_intern_obarray_soft, scm_sysintern): Doc fixes.
4239 * symbols.h, tags.h: Doc fixes.
4240
4241 Wed Oct 9 19:39:29 1996 Jim Blandy <jimb@floss.cyclic.com>
4242
4243 * async.c (scm_take_signal): Doc fixes.
4244
4245 Mon Oct 7 22:30:34 1996 Jim Blandy <jimb@totoro.cyclic.com>
4246
4247 * numbers.c (scm_divbigint): When the remainder is zero, we don't
4248 want to subtract it from the modulus; we just want to leave it
4249 alone.
4250
4251 Mon Oct 7 00:14:17 1996 Mikael Djurfeldt <mdj@kenneth>
4252
4253 * init.c (scm_boot_guile_1): Bugfix: i --> base in argument to
4254 `scm_init_threads'.
4255
4256 * throw.h (scm_catch_apply): Removed the `lazyp' argument.
4257
4258 * throw.c (scm_catch_apply): Finished implementation of
4259 `lazy-catch'.
4260
4261 Sun Oct 6 05:26:05 1996 Gary Houston <ghouston@actrix.gen.nz>
4262
4263 * filesys.c (scm_sys_select): move SCM_ALLOW_INTS past the sreturn
4264 check.
4265 (scm_init_filesys): set "i/o-extensions" feature.
4266 include feature.h.
4267
4268 Sat Oct 5 12:22:00 1996 Jim Blandy <jimb@floss.cyclic.com>
4269
4270 * Makefile.in (root.o): Correct dependencies.
4271
4272 Sat Oct 5 18:40:42 1996 Mikael Djurfeldt <mdj@kenneth>
4273
4274 * Makefile.in: Added dependency entry for root.o.
4275
4276 * continuations.c, debug.[ch], eval.c, gscm.c init.c, root.c,
4277 throw.c: Renamed last_debug_info_frame -> scm_last_debug_frame.
4278
4279 * init.c (scm_start_stack): Set initial root continuation number
4280 to 0.
4281
4282 * procs.c: New function: scm_thunk_p.
4283
4284 * procs.h: Added declarations of scm_thunk_p.
4285
4286 * root.c: Renamed `call-with-new-root' -->
4287 `call-with-dynamic-root'.
4288 (cwdr): Removed allocation of new root state. This should be done
4289 separately by use of scm_make_root.
4290 (scm_apply_with_dynamic_root): New function: Does what it
4291 sounds like. Needed when spawning threads.
4292
4293 * root.h: Added member last_debug_frame to root state.
4294 Added #include "libguile/debug.h"
4295
4296 * throw.c: Renamed scm_catch --> scm_catch_apply and added more
4297 arguments. The motivation is that code in root.c needs catch
4298 functionality, and we want to avoid code duplication.
4299 New functions: scm_catch, scm_lazy_catch. These are wrappers for
4300 scm_catch_apply. scm_lazy_catch is intended to introduce catch
4301 handlers that run without popping the stack into the dynwind
4302 chain.
4303
4304 * throw.h: Added prototypes for scm_catch_apply and
4305 scm_lazy_catch.
4306
4307 Thu Oct 3 11:12:33 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
4308
4309 * root.h (scm_root, scm_set_root): Decouple thread support details
4310 by introducing the selector SCM_THREAD_LOCAL_DATA and the mutator
4311 SCM_SET_THREAD_LOCAL_DATA.
4312
4313 * print.c (scm_iprlist): Bugfix: Added SCM_ECONSP tests in hare
4314 and tortoise scanning loop.
4315
4316 Thu Oct 3 00:04:53 1996 Jim Blandy <jimb@totoro.cyclic.com>
4317
4318 * Makefile.in: Rebuild dependencies.
4319
4320 * libguile.h: #include "libguile/print.h" before "smob.h", since
4321 the latter uses the print_state structure.
4322
4323 * throw.c (scm_ithrow): Use the correct variable when checking to
4324 see if a given element of scm_dynwinds is a valid catch.
4325
4326 * throw.c (scm_ithrow): If scm_dynwinds has invalid list
4327 structure, abort; don't just silently ignore the garbage.
4328
4329 * _scm.h: #include "print.h" here, since it seems to be used just
4330 about everywhere.
4331 * eval.c, gdbint.c, genio.h, numbers.h, smob.h, srcprop.c,
4332 strports.c, unif.h: Don't #include "print.h".
4333
4334 Tue Oct 1 05:15:10 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
4335
4336 * feature.h (scm_loc_features): Removed external declaration.
4337 (Bug fix suggested by Petr Adamek <adamek@mit.edu>.)
4338
4339 Tue Oct 1 00:00:10 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
4340
4341 * feature.c (scm_init_feature): Added threads feature (needs to be
4342 initialized here, since features doesn't exist when
4343 scm_init_threads is called).
4344
4345 * libguile.h: Added #include "libguile/../threads/threads.h".
4346 (This is a kludge to get thread support working. This should be
4347 fixed.)
4348
4349 * configure.in, acconfig.h: Added flags for thread support.
4350
4351 * scmsigs.c: Define `signal' to be `pthread_signal' if using
4352 mit-pthreads.
4353
4354 * gc.c (scm_igc): Added SCM_THREAD_CRITICAL_SECTION_START and
4355 SCM_THREAD_CRITICAL_SECTION_END. Moved marking of root data to
4356 root.c:mark_root.
4357
4358 * _scm.h: Added conditional #include "threads.h"
4359
4360 * __scm.h (SCM_ASYNC_TICK): Added call to macro
4361 SCM_THREADS_SWITCHING_CODE.
4362
4363 * init.c (scm_start_stack): Call `scm_make_root' to dynamically
4364 allocate the basic dynamic root object.
4365 (scm_boot_guile): Added call to scm_init_root.
4366
4367 * root.c, root.h: Added root smob.
4368 (cwdr, scm_call_with_new_root, scm_dynamic_root, scm_app_wdr): New
4369 functions: Implements dynamic roots mostly according to spec in
4370 SCM manual. Main difference is that the second argument is a
4371 throw handler rather than an error "thunk".
4372
4373 * root.h: Added declaration of scm_init_root.
4374
4375 * root.c: Added #include "genio.h", #include "smob.h", #include
4376 "pairs.h", #include "throw.h", #include "dynwind.h", #include
4377 "eval.h"
4378 (scm_init_root): Added #include "root.x".
4379
4380 * throw.c: Added #include "stackchk.h"
4381 (scm_catch): Changed SCM_DEFER_INTS --> SCM_REDEFER_INTS and
4382 SCM_ALLOW_INTS --> SCM_REALLOW_INTS. This is so that scm_catch
4383 can be used in scm_call_with_new_root; Added reenabling of stack
4384 checking when catching a throw.
4385
4386 Mon Sep 30 21:48:11 1996 Jim Blandy <jimb@totoro.cyclic.com>
4387
4388 * list.c, list.h: Use SCM_P instead of CPP hair. Doc fixes.
4389
4390 * list.c (scm_member, scm_memv, scm_memq): Return #f if a matching
4391 element is not found, as per R4RS.
4392
4393 Sat Sep 28 18:13:01 1996 Jim Blandy <jimb@totoro.cyclic.com>
4394
4395 * list.c: Doc fixes throughout.
4396
4397 Sat Sep 28 02:07:43 1996 Gary Houston <ghouston@actrix.gen.nz>
4398
4399 * strings.c, strings.h: (scm_makfrom0str, scm_makefrom0str_opt:
4400 declare the char * to be const. Avoids a warning in rgx.c.
4401
4402 * ports.h: spelling fix.
4403
4404 * filesys.c (scm_sys_stat, scm_sys,lstat): include file name in
4405 error messages.
4406
4407 * load.c (scm_sys_try_load_path): throw an error if file not found
4408 (like it says it in NEWS).
4409
4410 Fri Sep 27 18:27:01 1996 Jim Blandy <jimb@totoro.cyclic.com>
4411
4412 * symbols.c (scm_intern_obarray_soft): Initialize the new symbol's
4413 PROPS slot to '(), not #f; it's an empty alist.
4414
4415 * throw.h, throw.c: Use SCM_P instead of #if hair.
4416
4417 Remove special support for uncaught throws; see throw.c for
4418 rationale.
4419 * throw.c (uncaught_throw): New function.
4420 (scm_ithrow): Call uncaught_throw if we don't find a throw
4421 target; don't mess with scm_bad_throw_vcell.
4422 (scm_bad_throw_vcell): Variable deleted.
4423 (scm_init_throw): Don't initialize it.
4424
4425 * throw.c (scm_ithrow): Don't let outer key matches shadow inner
4426 #t catches.
4427
4428 Wed Sep 25 04:35:50 1996 Jim Blandy <jimb@totoro.cyclic.com>
4429
4430 * numbers.c (scm_istr2int): If the number is short (as most
4431 numbers are), just call scm_small_istr2int to deal with it.
4432 (scm_small_istr2int): New function, created by un-#ifdefing the
4433 non-bignum version of scm_istr2int and renaming it.
4434
4435 Tue Sep 24 06:48:38 1996 Gary Houston <ghouston@actrix.gen.nz>
4436
4437 * load.c (scm_sys_try_load): don't check whether value returned
4438 by scm_open_file is #f, it won't be. Always return SCM_UNSPECIFIED.
4439 Change the Scheme name from %try-load to primitive-load.
4440
4441 * error.c (scm_error): convert a NULL message to SCM_BOOL_F.
4442 Can avoid passing a message, allowing it to be derived in the
4443 error handler (e.g., if we want to throw to the key both from
4444 Scheme and C).
4445
4446 Mon Sep 23 00:42:15 1996 Mikael Djurfeldt <mdj@kenneth>
4447
4448 * print.c (scm_iprin1, scm_prin1, scm_iprlist): Circular
4449 references now have a new appearance which is more compact and
4450 also gives a clue about what the target of the reference is.
4451 By setting parameters in the print state, more fancy printing can
4452 be achieved. This is used by the (not yet commited) backtrace
4453 code.
4454
4455 Sun Sep 22 17:10:06 1996 Mikael Djurfeldt <mdj@kenneth>
4456
4457 * eval.c, numbers.h, unif.h, smob.h, srcprop.c: Added #include
4458 "print.h"
4459
4460 * print.c: Added #include "struct.h". Removed function
4461 scm_prlist.
4462
4463 * print.h: Modified prototypes for scm_iprlist, scm_prin1 and
4464 scm_iprin1. Removed prototype for scm_prlist.
4465
4466 * arbiters.c (prinarb),
4467 async.c (print_async),
4468 debug.c (prindebugobj, prinmemoized),
4469 eval.c (prinprom, prinmacro),
4470 filesys.c (scm_fd_print, scm_dir_print),
4471 kw.c (print_kw),
4472 mallocs.c (prinmalloc),
4473 numbers.c, numbers.h (scm_floprint, scm_bigprint),
4474 smob.h (scm_smobfuns),
4475 srcprop.c (prinsrcprops),
4476 throw.c (prinjb),
4477 unif.c, unif.h (scm_raprin1, rapr1),
4478 variable.c (prin_var): Changed argument `int writing' to
4479 `scm_print_state *pstate'.
4480
4481 * init.c (scm_boot_guile): Moved scm_init_struct upwards so
4482 that it will be called before scm_init_print.
4483
4484 * print.c (scm_prin1): Print states are now allocated when calling
4485 scm_prin1 and then passed around to all printing functions as an
4486 argument. A cache `print_state_pool' enables reuse of print
4487 states.
4488 (scm_make_print_state): New function.
4489 (scm_iprin1): Adaption to print states.
4490 (scm_iprlist): An initial "hare and tortoise" scan brings down
4491 time complexity to O (depth * N). (Better time complexity will be
4492 achieved when the printing code is completely rewritten.)
4493
4494 Fri Sep 20 22:01:36 1996 Jim Blandy <jimb@totoro.cyclic.com>
4495
4496 * aclocal.m4 (GUILE_STRUCT_UTIMBUF): Use AC_CACHE_CHECK instead of
4497 AC_CACHE_VAL; #define UTIMBUF_NEEDS_POSIX outside AC_CACHE_VAL, so
4498 it gets done whether or not the cache variable has a value.
4499
4500 Thu Sep 19 17:06:39 1996 Jim Blandy <jimb@totoro.cyclic.com>
4501
4502 Distinguish #f and ().
4503 * __scm.h: #undef SICP.
4504 * pairs.h (SCM_EOL): Delete this definition, equating it with
4505 SCM_BOOL_F.
4506 * tags.h (SCM_EOL): Give it a new definition here; I think I found
4507 the value it used to have. Doc fixes, too.
4508
4509 Thu Sep 19 15:33:51 1996 Mikael Djurfeldt <mdj@kenneth>
4510
4511 * struct.c (scm_make_struct_layout, init_struct, scm_struct_ref,
4512 scm_struct_set_x), struct.h, gc.c (scm_gc_mark): Completed Tom
4513 Lord's implementation of structs, allowing for tail arrays as
4514 described in the manual. Also fixed some bugs. (Both the interface
4515 and the implementation should be improved.)
4516
4517 * read.c (scm_init_read): Removed #ifdef READER_EXTENSIONS
4518
4519 * print.c, print.h: Closures now print like #<procedure foo (x)>.
4520 People who whish to see the source can do `(print-enable 'source)'.
4521 Removed #ifdef DEBUG_EXTENSIONS.
4522
4523 Thu Sep 19 00:00:29 1996 Gary Houston <ghouston@actrix.gen.nz>
4524
4525 * filesys.c (scsm_sys_stat): don't SIGSEGV if argument is an
4526 integer (assuming for now accepting an integer is a good thing).
4527
4528 * error.c, fports.c: replace use of %S in lgh_error args with %s.
4529 %S will be used instead for write'ing arguments.
4530
4531 * unif.c (scm_transpose_array): change arguments in the SCM_WNA
4532 asserts. fix a few other asserts.
4533 (scm_aind, scm_enclose_array, scm_array_in_bounds_p,
4534 scm_uniform_vector_ref, scm_array_set_x,
4535 scm_dimensions_to_unform_array): change args in
4536 SCM_WNA SCM_ASSERTS and change scm_wta's to scm_wrong_num_args.
4537 strop.c (scm_substring_move_left_x, scm_substring_move_right_x,
4538 scm_substring_fill_x): likewise.
4539 gsubr.c (scm_gsubr_apply): likewise.
4540 eval.c (SCM_APPLY): likewise.
4541
4542 * eval.c (4 places): replace scm_everr with lgh_error or
4543 scm_wrong_num_args.
4544
4545 * error.c, error.h (scm_wrong_num_args, scm_wrong_type_arg,
4546 scm_memory_error): new procedures.
4547 scm_everr: deleted. can use scm_wta, dropping first two args.
4548 scm_error: convert NULL subr to SCM_BOOL_F.
4549
4550 * __scm.h: don't define SCM_STACK_OVFLOW, SCM_EXIT, SCM_ARG6, SCM_ARG7,
4551 SCM_ARGERR.
4552
4553 * stackchk.c (scm_report_stack_overflow): use lgh_error instead
4554 of scm_wta.
4555
4556 * error.c, error.h: new error keys: scm_arg_type_key,
4557 scm_args_number_key, scm_memory_alloc_key, scm_stack_overflow_key,
4558 scm_misc_error_key.
4559 scm_wta: reimplement using lgh_error instead of scm_everr.
4560
4561 Wed Sep 18 17:13:35 1996 Mikael Djurfeldt <mdj@kenneth>
4562
4563 * gdbint.c: scm_lread now has one more argument.
4564
4565 * ports.c, ports.h: Name change: scm_\(line\|column\)_number -->
4566 scm_port_\1; Added mutator scm_set_port_filename_x (used when
4567 loading source from non-file ports, which, e. g., happens when
4568 using the Emacs interface).
4569
4570 * fports.c (scm_open_file): Don't call scm_makfrom0str on a scheme
4571 object.
4572
4573 * read.c: Added code for recording of positions of source code
4574 expressions; New functions: recsexpr, scm_lreadrecparen;
4575 _scm_make_srcprops --> scm_make_srcprops
4576 (scm_flush_ws): Removed updating of positions counters. This work
4577 is already done by scm_gen_getc
4578
4579 * read.h: Added prototype for scm_lreadrecparen
4580
4581 * print.c: Added #include "alist.h"
4582
4583 * eval.c: Added #include "hash.h"
4584
4585 * eq.c: Added #include "ramap.h"
4586
4587 * options.c: Documentation fixes.
4588
4589 * srcprop.c (scm_finish_srcprop): Bugfix: update ptr.
4590 (scm_init_srcprop): Adjusted size of initial source-whash. Name
4591 changes: tc16_srcprops --> scm_tc16_srcprops, _scm_make_srcprops
4592 --> scm_make_srcprops
4593
4594 * srcprop.h: Name changes: tc16_srcprops --> scm_tc16_srcprops,
4595 _scm_make_srcprops --> scm_make_srcprops; Remove one layer of
4596 function calls in the definition of the whash access macros.
4597
4598 Tue Sep 17 11:33:16 1996 Lee Iverson <leei@Canada.AI.SRI.COM>
4599
4600 * init.c (scm_boot_guile): Add level of indirection to
4601 scm_boot_guile_1() to ensure that stack base pointer is properly
4602 initialized. There was no guarantee that variable i was the
4603 highest/lowest variable on stack (i.e. the call frame of
4604 scm_boot_guile was not completely protected from gc).
4605
4606 Tue Sep 17 01:40:56 1996 Gary Houston <ghouston@actrix.gen.nz>
4607
4608 * ports.h (scm_port_table): put back file_name, it will be used to
4609 support debugging. Undo related changes in fports.c, ioext.c,
4610 ports.c, gc.c.
4611
4612 Sun Sep 15 03:58:29 1996 Gary Houston <ghouston@actrix.gen.nz>
4613
4614 * ports.h (scm_port_table): remove file_name member for now, it seems
4615 undesirable.
4616 * fports.c (scm_open_file): don't set file_name in PTAB.
4617 (prinfport): don't use file_name in PTAB.
4618 * ioext.c (scm_sys_duplicate_port): don't set file_name in PTAB.
4619 * ports.c (scm_add_to_port_table): don't intialize file_name.
4620 (scm_port_file_name): remove for now.
4621 * gc.c (scm_gc_mark): don't mark PTAB file_name.
4622
4623 * fports.h (scm_mkfile): prototype deleted.
4624 * fports.c (scm_mkfile): merged into scm_open_file to simplify.
4625
4626 * debug.c, unif.c: use scm_out_of_range instead of
4627 wta for range errors (ASSERT still needs work).
4628
4629 * error.c, error.h (scm_out_of_range): new procedure.
4630
4631 * error.c, error.h (scm_out_of_range_key): new key.
4632
4633 * posix.c (scm_sync): #else was missing.
4634
4635 * error.c, error.h: append _key to names scm_num_overflow and
4636 scm_system_error.
4637
4638 * __scm.h (SCM_SYSMISSING, SCM_NUM_OVERFLOW): use SCM_BOOL_F instead
4639 of consing an empty list.
4640 (SCM_SYSERROR etc.): move into error.c, make them procedures instead
4641 of macros, saves code and string space.
4642 error.c, fports.c, numbers.c, posix.c, ioext.c, filesys.c, socket.c,
4643 fdsocket.c, simpos.c: change names of SCM_SYSERROR etc., to
4644 lower case. Rename scm_syserror_m to scm_syserror_msg.
4645 error.h: prototypes for new procedures.
4646
4647 Sat Sep 14 03:35:41 1996 Gary Houston <ghouston@actrix.gen.nz>
4648
4649 * numbers.c: use SCM_NUM_OVERFLOW instead of scm_wta or ASSERT.
4650
4651 * error.c, error.h: setup scm_num_overflow key.
4652
4653 * __scm.h: SCM_NUM_OVERFLOW: macro for reporting numerical overflow.
4654 Remove definition of SCM_OVSCM_FLOW.
4655
4656 * fports.c (scm_open_file): use SCM_SYSERROR_M.
4657
4658 * __scm.h: SCM_SYSERROR_M: new macro for system errors with an
4659 explicit message and args.
4660
4661 * error.c, error.h, __scm.h: change system_error_sym to
4662 scm_system_error.
4663
4664 * error.c (system_error_sym): remove leading %% from the Scheme name
4665 "%%system-error".
4666
4667 * __scm.h (SCM_SYSMISSING): Redefine using lgh_error.
4668
4669 Fri Sep 13 12:58:08 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
4670
4671 * __scm.h, chars.c, debug.c, eval.c, eval.h, extchrs.c, extchrs.h,
4672 fdsocket.c, feature.c, mbstrings.c, mbstrings.h, numbers.c,
4673 numbers.h, print.c, scmhob.h, simpos.h, symbols.c, symbols.h,
4674 tags.h, throw.c, variable.h: Name cleanup. Lots of xxxSCM_yyy
4675 renamed. (These were introduced by unsupervised name
4676 substitution.)
4677
4678 Fri Sep 13 01:19:08 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
4679
4680 * print.c: Added code for detection of circular references during
4681 printing. (init_ref_stack, grow_ref_stack): New functions. Added
4682 a hook for printing of closures (accessible via print options).
4683 This leads to a split of calls to scm_iprin1 into two classes:
4684 elementary print operations (e. g. the code which prints a smob)
4685 still use scm_iprin1 while top level calls (like scm_display) use
4686 scm_prin1. scm_prin1 begins by clearing the data structure used
4687 to record reference information.
4688
4689 * print.h: Added declarations of scm_prin1 and scm_prlist.
4690
4691 * strports.c (scm_strprint_obj): scm_iprin1 --> scm_prin1
4692
4693 * gscm.c (gscm_portprint_obj): scm_iprin1 --> scm_prin1
4694
4695 * gscm.h (gscm_print_obj): scm_iprin1 --> scm_prin1
4696
4697 * error.c (err_head): scm_iprin1 --> scm_prin1
4698
4699 * debug.c: Adjusted header comment.
4700
4701 * tags.h: Typo.
4702
4703 Wed Sep 11 17:55:59 1996 Jim Blandy <jimb@totoro.cyclic.com>
4704
4705 * strerror.c: Doc fix.
4706
4707 Thu Sep 12 00:00:32 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
4708
4709 * gdbint.c (gdb_read): Now possible to run during GC.
4710 (unmark_port, remark_port): New functions.
4711
4712 * symbols.h (SCM_SETLENGTH): Use SCM_SETCAR.
4713
4714 * read.c (scm_grow_tok_buf): Use scm_vector_set_length_x instead
4715 of allocating a new string object. Also, increase size by
4716 the factor 2 instead of 1.5.
4717
4718 Wed Sep 11 15:10:38 1996 Petr Adamek <jimb@floss.cyclic.com>
4719
4720 * __scm.h (SCM_P): Corrected to run under traditional C.
4721
4722 * _scm.h (SCM_PROC): Extraneous semicolon (outside functions)
4723 removed.
4724
4725 * async.c: Calls to scm_sysintern corrected.
4726
4727 * async.h (scm_async_clock): Redundant declaration removed.
4728
4729 * continuations.c (scm_dynthrow): Redundant declaration removed.
4730
4731 * debug.c (scm_single_step, scm_memoized, scm_lookup_soft):
4732 Definition typos corrected.
4733
4734 * debug.h: Missing declarations of functions in debug.c added
4735 (lots).
4736
4737 * eval.h (scm_eval_args, scm_deval_args, scm_m_undefine):
4738 Missing declarations to functions in eval.c added.
4739
4740 * filesys.c: Possibly uninitialized variable rv.
4741
4742 * gc.h (scm_object_addr, scm_unhash_name): Missing
4743 declarations of functions defined in gc.c added.
4744
4745 * genio.c: Possible typos str_data -> wstr_data. ???
4746
4747 * genio.c: Possibly unintended shadowing of local variable
4748 `int c' (gotos out of scope of inner `c'). ???
4749
4750 * init.c: Uninitialized `SCM last' may be used.
4751
4752 * ioext.h: (scm_sys_isatty_p): Typo.
4753
4754 * list.h (scm_list_head): Missing prototype for function in
4755 list.c added.
4756
4757 * numbers.c (scm_two_doubles): Changed from extern to static
4758 (is used only within numbers.c).
4759
4760 * numbers.h: Repeated declarations removed.
4761
4762 * ports.h (scm_close_all_ports_except): Declaration for the
4763 function defined in ports.c added.
4764
4765 * posix.h: Missing declarations added.
4766
4767 * procs.h (scm_make_subr_opt): Missing declaration added.
4768
4769 * socket.h (scm_sys_gethost): Missing declaration added.
4770
4771 * socket.h: Redundant declarations removed (they are in fdsocket.h).
4772
4773 * srcprop.h (scm_set_source_property_x, scm_finish_srcprop):
4774 Missing declarations added.
4775
4776 * stime.h (scm_get_internal_real_time): Repeated declarations removed.
4777
4778 * struct.c: Uninitialized variable `SCM answer' may be used.
4779
4780 * unif.c (l2ra): Declaration prototype.
4781
4782 * unif.c (scm_array_equal_p): Dummy definition removed (it is
4783 defined in ramap.c).
4784
4785 * unif.h (scm_raprin1, scm_istr2bve, scm_array_equal_p):
4786 Redundant declarations removed (they are in ramap.h).
4787
4788 * variable.h (scm_make_udvariable,
4789 scm_make_undefined_variable): Declaration corrected to
4790 correspond variable.c.
4791
4792 * vectors.h (scm_vector_move_left_x, scm_vector_move_right_x):
4793 Missing declarations added.
4794
4795 Wed Sep 11 14:38:50 1996 Jim Blandy <jimb@floss.cyclic.com>
4796
4797 * Makefile.in (distclean): Don't forget to delete fd.h.
4798
4799 Tue Sep 10 14:01:46 1996 Jim Blandy <jimb@floss.cyclic.com>
4800
4801 * fd.h.in, tags.h: Trivial cleanups.
4802
4803 * marksweep.c, marksweep.h: Deleted; marksweep.c was empty, and
4804 marksweep.h just declared functions from gc.c.
4805 * gc.h, libguile.h: Don't #include "marksweep.h".
4806 * Makefile.in (libobjs, inner_h_files, c_files, gen_c_files): Omit
4807 marksweep.o, marksweep.h, marksweep.c, and marksweep.x. Other
4808 dependencies updated.
4809
4810 * libguile.h: Don't #include "files.h"; it's been deleted.
4811
4812 * files.c (scm_sys_delete_file): Moved to filesys.c.
4813 File is now empty; deleted.
4814 * files.h: Deleted.
4815 * filesys.c: scm_sys_delete_file is now here. Remove
4816 #if's; they seem to rely on remnants of an old portability
4817 regimen. If the problems come up again, solve them properly,
4818 using autoconf. Specifically: Don't test M_SYSV, and #define
4819 remove to be unlink if it's #defined; don't use remove just
4820 because HAVE_STDC_HEADERS is #defined.
4821 * filesys.h: Add declarations for scm_sys_delete_file.
4822 * Makefile.in (libobjs, inner_h_files, c_files, gen_c_files): Omit
4823 files.o, files.h, files.c, and files.x.
4824 * init.c: Don't #include "files.h", and don't call scm_init_files.
4825
4826 Use SCM_P instead of PROTO; the latter intrudes on the user's
4827 namespace.
4828 * params.h: Deleted; definition of SCM_P moved to...
4829 * __scm.h: ... here, where it replaces PROTO macro.
4830 * libguile.h, smob.h: Don't #include "params.h".
4831 * continuations.c, error.h, feature.h, gc.c, gc.h, init.h, load.h,
4832 smob.h: Fix prototypes accordingly.
4833 * Makefile.in: Update dependencies.
4834 (inner_h_files): Remove params.h.
4835
4836 * gc.c: #include "gc.h"; every module should include its header,
4837 to let the compiler cross-check the declarations against the
4838 definitions.
4839
4840 * eq.h, files.h, hashtab.h, load.h, mallocs.h, scmsigs.h,
4841 simpos.h: #include "libguile/__scm.h".
4842
4843 Mon Sep 9 20:00:15 1996 Jim Blandy <jimb@floss.cyclic.com>
4844
4845 * init.c: Don't forget to #include smob.h and init.h.
4846 * Makefile.in: Dependencies updated.
4847
4848 * smob.h: Use PROTO instead of #if __STDC__.
4849
4850 * continuations.c (scm_dynthrow): Use PROTO, not SCM_P.
4851
4852 * __scm.h: Doc fixes.
4853
4854 * __scm.h, libguile.h: Use "quotes" in the #includes, not
4855 <angles>; this allows `make depends' to work properly.
4856
4857 * libguile.h: #include smob.h and pairs.h before the others; they
4858 define typedefs used by other headers.
4859
4860 C files should #include only the header files they need, not
4861 libguile.h (which #includes all the header files); the pointless
4862 recompilation was wasting my time.
4863 * Makefile.in (all .o dependency lists): Regenerated.
4864 * libguile.h: Don't try to get a definition for size_t here...
4865 * __scm.h: Do it here.
4866 * _scm.h: Since this is the internal libguile header, put things
4867 here that all (or a majority) of the libguile files will want.
4868 Don't #include <libguile.h> here; that generates dependencies on
4869 way too much. Instead, get "__scm.h", "error.h", "pairs.h",
4870 "list.h", "gc.h", "gsubr.h", "procs.h", "numbers.h", "symbols.h",
4871 "boolean.h", "strings.h", "vectors.h", "root.h", "ports.h", and
4872 "async.h".
4873 * alist.c: Get "eq.h", "list.h", "alist.h".
4874 * append.c: Get "append.h", "list.h".
4875 * arbiters.c: Get "arbiters.h", "smob.h".
4876 * async.c: Get "async.h", "smob.h", "throw.h", "eval.h".
4877 * boolean.c: Get "boolean.h".
4878 * chars.c: Get "chars.h".
4879 * continuations.c: Get "continuations.h", "dynwind.h", "debug.h",
4880 "stackchk.h".
4881 * debug.c: Get "debug.h", "feature.h", "read.h", "strports.h",
4882 "continuations.h", "alist.h", "srcprop.h", "procprop.h", "smob.h",
4883 "genio.h", "throw.h", "eval.h".
4884 * dynwind.c: Get "dynwind.h", "alist.h", "eval.h".
4885 * eq.c: Get "eq.h", "unif.h", "smob.h", "strorder.h",
4886 "stackchk.h".
4887 * error.c: Get "error.h", "throw.h", "genio.h", "pairs.h".
4888 * eval.c: Get "eval.h", "stackchk.h", "srcprop.h", "debug.h",
4889 "hashtab.h", "procprop.h", "markers.h", "smob.h", "throw.h",
4890 "continuations.h", "eq.h", "sequences.h", "alist.h", "append.h",
4891 "debug.h".
4892 * fdsocket.c: Get "fdsocket.h", "unif.h", "filesys.h".
4893 * feature.c: Get "feature.h".
4894 * files.c: Get "files.h".
4895 * filesys.c: Get "filesys.h", "smob.h", "genio.h".
4896 * fports.c: Get "fports.h", "markers.h".
4897 * gc.c: Get "async.h", "unif.h", "smob.h", "weaks.h",
4898 "genio.h", "struct.h", "stackchk.h", "stime.h".
4899 * gdbint.c: Get "gdbint.h", "chars.h", "eval.h", "print.h",
4900 "read.h", "strports.h", "tag.h".
4901 * genio.c: Get "genio.h", "chars.h".
4902 * gsubr.c: Get "gsubr.h", "genio.h".
4903 * hash.c: Get "hash.h", "chars.h".
4904 * hashtab.c: Get "hashtab.h", "eval.h", "hash.h", "alist.h".
4905 * init.c: Get everyone who has an scm_init_mumble function:
4906 "weaks.h", "vports.h", "version.h", "vectors.h", "variable.h",
4907 "unif.h", "throw.h", "tag.h", "symbols.h", "struct.h",
4908 "strports.h", "strorder.h", "strop.h", "strings.h", "stime.h",
4909 "stackchk.h", "srcprop.h", "socket.h", "simpos.h", "sequences.h",
4910 "scmsigs.h", "read.h", "ramap.h", "procs.h", "procprop.h",
4911 "print.h", "posix.h", "ports.h", "pairs.h", "options.h",
4912 "objprop.h", "numbers.h", "mbstrings.h", "mallocs.h", "load.h",
4913 "list.h", "kw.h", "ioext.h", "hashtab.h", "hash.h", "gsubr.h",
4914 "gdbint.h", "gc.h", "fports.h", "filesys.h", "files.h",
4915 "feature.h", "fdsocket.h", "eval.h", "error.h", "eq.h",
4916 "dynwind.h", "debug.h", "continuations.h", "chars.h", "boolean.h",
4917 "async.h", "arbiters.h", "append.h", "alist.h".
4918 * ioext.c: Get "ioext.h", "fports.h".
4919 * kw.c: Get "kw.h", "smob.h", "mbstrings.h", "genio.h".
4920 * list.c: Get "list.h", "eq.h".
4921 * load.c: Get "load.h", "eval.h", "read.h", "fports.h".
4922 * mallocs.c: Get "smob.h", "genio.h".
4923 * markers.c: Get "markers.h".
4924 * mbstrings.c: Get "mbstrings.h", "read.h", "genio.h", "unif.h",
4925 "chars.h".
4926 * numbers.c: Get "unif.h", "genio.h".
4927 * objprop.c: Get "objprop.h", "weaks.h", "alist.h", "hashtab.h".
4928 * options.c: Get "options.h".
4929 * ports.c: Get "ports.h", "vports.h", "strports.h", "fports.h",
4930 "markers.h", "chars.h", "genio.h".
4931 * posix.c: Get "posix.h", "sequences.h", "feature.h", "unif.h",
4932 "read.h", "scmsigs.h", "genio.h", "fports.h".
4933 * print.c: Get "print.h", "unif.h", "weaks.h", "read.h",
4934 "procprop.h", "eval.h", "smob.h", "mbstrings.h", "genio.h",
4935 "chars.h".
4936 * procprop.c: Get "procprop.h", "eval.h", "alist.h".
4937 * procs.c: Get "procs.h".
4938 * ramap.c: Get "ramap.h", "feature.h", "eval.h", "eq.h",
4939 "chars.h", "smob.h", "unif.h".
4940 * read.c: Get "alist.h", "kw.h", "mbstrings.h", "unif.h",
4941 "eval.h", "genio.h", "chars.h".
4942 * root.c: Get "root.h", "stackchk.h".
4943 * scmsigs.c: Get "scmsigs.h".
4944 * sequences.c: Get "sequences.h".
4945 * simpos.c: Get "simpos.h", "scmsigs.h".
4946 * smob.c: Get "smob.h".
4947 * socket.c: Get "socket.h", "feature.h".
4948 * srcprop.c: Get "srcprop.h", "weaks.h", "hashtab.h", "debug.h",
4949 "alist.h", "smob.h".
4950 * stackchk.c: Get "stackchk.h", "genio.h".
4951 * stime.c: Get "stime.h"."libguile/continuations.h".
4952 * strings.c: Get "strings.h", "chars.h".
4953 * strop.c: Get "strop.h", "chars.h".
4954 * strorder.c: Get "strorder.h", "chars.h".
4955 * strports.c: Get "strports.h", "print.h", "eval.h", "unif.h".
4956 * struct.c: Get "struct.h", "chars.h".
4957 * symbols.c: Get "symbols.h", "mbstrings.h", "alist.h",
4958 "variable.h", "eval.h", "chars.h".
4959 * tag.c: Get "tag.h", "struct.h", "chars.h".
4960 * throw.c: Get "throw.h", "continuations.h", "debug.h",
4961 "dynwind.h", "eval.h", "alist.h", "smob.h", "genio.h".
4962 * unif.c: Get "unif.h", "feature.h", "strop.h", "sequences.h",
4963 "smob.h", "genio.h", "eval.h", "chars.h".
4964 * variable.c: Get "variable.h", "smob.h", "genio.h".
4965 * vectors.c: Get "vectors.h", "eq.h".
4966 * version.c: Get "version.h".
4967 * vports.c: Get "vports.h", "fports.h", "chars.h", "eval.h".
4968 * weaks.c: Get "weaks.h".
4969
4970 * stackchk.h: #include "libguile/debug.h",
4971
4972 * print.h, read.h: #include "options.h", since everyone who uses
4973 either of these files will need that.
4974
4975 * smob.h: #include "ports.h", "genio.h", and "print.h", since
4976 anyone who uses this file will need them to define the smob
4977 printing functions. Also, get markers.h, since people will need
4978 to #define the mark functions.
4979
4980 * smob.h (scm_ptobfuns, SCM_PTOBNUM): Definitions moved...
4981 * ports.h: ... to here.
4982
4983 * ports.h (scm_port_table_size): Explicitly give type as 'int';
4984 don't rely on archaic C default type rules.
4985
4986 * fports.h: #include "libguile/ports.h", since you need that in
4987 order to parse this.
4988
4989 * genio.h: #include "libguile/print.h", because you need that to
4990 parse this; don't bother #including "ports.h", since print.h gets
4991 that.
4992
4993 * error.h: Don't #include "pairs.h"; _scm.h will do that now.
4994
4995 * eval.h (scm_top_level_lookup_thunk_var): Remove declaration for
4996 this; it's now a reference to an element of *scm_root.
4997
4998 * debug.h: Don't #include "options.h"; the compiler won't be able
4999 to find that once the headers are installed; instead, #include
5000 "libguile/options.h".
5001 * gc.h: Same, with marksweep.h.
5002 * mbstrings.h: Same, with symbols.h.
5003 * scmhob.h: Same, with _scm.h.
5004 * smob.h: Same, with params.h.
5005
5006 * Makefile.in (depends): Don't nuke scmconfig.h and the generated
5007 C files; there's no need for this, and it forces recompilations
5008 unnecessarily.
5009
5010 Sat Sep 7 06:57:23 1996 Gary Houston <ghouston@actrix.gen.nz>
5011
5012 * error.c (scm_error): declare scm_error_callback.
5013
5014 * error.h: prototype for scm_error_callback.
5015
5016 * __scm.h: define lgh_error.
5017 (SCM_SYSERROR): redefine using lgh_error.
5018
5019 Thu Sep 5 22:40:06 1996 Gary Houston <ghouston@actrix.gen.nz>
5020
5021 * error.c (scm_error): new procedure.
5022
5023 * error.h: prototype for scm_error.
5024
5025 * Makefile.in (install): install scmconfig.h from the current
5026 directory, not $(srcdir).
5027
5028 Thu Sep 5 11:38:07 1996 Jim Blandy <jimb@floss.cyclic.com>
5029
5030 * alist.h, append.h, arbiters.h, async.h, boolean.h, chars.h,
5031 continuations.h, debug.h, dynwind.h, error.h, eval.h, fdsocket.h,
5032 feature.h, filesys.h, fports.h, gc.h, gdbint.h, genio.h, gsubr.h,
5033 hash.h, init.h, ioext.h, kw.h, list.h, markers.h, marksweep.h,
5034 mbstrings.h, numbers.h, objprop.h, options.h, pairs.h, ports.h,
5035 posix.h, print.h, procprop.h, procs.h, ramap.h, read.h, root.h,
5036 sequences.h, smob.h, socket.h, srcprop.h, stackchk.h, stime.h,
5037 strings.h, strop.h, strorder.h, strports.h, struct.h, symbols.h,
5038 tag.h, throw.h, unif.h, variable.h, vectors.h, version.h,
5039 vports.h, weaks.h: #include "libguile/__scm.h", not
5040 <libguile/__scm.h>. This allows 'gcc -MM' to determine which
5041 dependencies are within libguile properly.
5042
5043 Thu Sep 5 11:38:07 1996 Jim Blandy <jimb@floss.cyclic.com>
5044
5045 * Makefile.in (.c.x): Simplify; there's no need to run this rule
5046 when scmconfig.h doesn't exist.
5047
5048 * load.c (scm_sys_try_load): Correct spelling.
5049
5050 * feature.c (scm_loc_features): Make this static.
5051
5052 * Makefile.in (libpath.h): Omit trailing slash from path. We
5053 shouldn't require it of users, so why put it here?
5054
5055 Move code to initialize and search %load-path from ice-9 to C
5056 code, so we can use the load-path to find the ice-9 boot code;
5057 this makes it easier to run Guile without installing it. See
5058 corresponding changes in guile/Makefile.in.
5059 * feature.c: Move stuff concerned with the load path to load.c.
5060 (scm_compiled_library_path): Deleted.
5061 Don't #include libpath.h here.
5062 * feature.h: Don't mention scm_compiled_library_path.
5063 * load.c: #include "libpath.h" here, as well as <sys/types.h>,
5064 <sys/stat.h>, and <unistd.h> (if present).
5065 (R_OK): #define if the system hasn't deigned to.
5066 (scm_loc_load_path): New variable.
5067 (scm_init_load_path, scm_sys_search_load_path,
5068 scm_sys_try_load_path): New functions.
5069 (scm_init_load): Initialize scm_loc_load_path to point to the
5070 value cell of the Scheme %load-path variable.
5071 * load.h: Add declarations for scm_sys_search_load_path,
5072 scm_sys_try_load_path.
5073 * init.c: Call scm_init_load_path.
5074 * Makefile.in (feature.o, load.o): Dependencies updated.
5075
5076 * load.c, load.h: Rewrite using PROTO macro.
5077
5078 Thu Sep 5 01:54:33 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
5079
5080 * gc.c (scm_cellp): New function: C predicate to determine if an
5081 SCM value can be regarded as a pointer to a cell on the heap.
5082
5083 * gc.h: Added declaration of scm_cellp.
5084
5085 * gdb_interface.h: New file: The GDB interface header from the GDB
5086 distribution.
5087
5088 * gdbint.c: New file: GDB interface.
5089
5090 * gdbint.h: New file: GDB interface.
5091
5092 * libguile.h: Added #include <libguile/gdbint.h>.
5093
5094 * init.c (scm_boot_guile): Added scm_init_gdbint.
5095
5096 * Makefile.in: Added gdb_interface.h, gdbint.[hc].
5097 Added -I.. to INCLUDE_CFLAGS (otherwise the include files won't be
5098 found if object files and source are kept separate).
5099
5100 Wed Sep 4 14:35:02 1996 Jim Blandy <jimb@floss.cyclic.com>
5101
5102 * feature.h, feature.c: Use PROTO macro, instead of #if __STDC__.
5103
5104 Wed Sep 4 01:30:47 1996 Jim Blandy <jimb@totoro.cyclic.com>
5105
5106 * configure.in: Don't substitute the values of TCL_SRC_DIR and
5107 TK_SRC_DIR; they're not relevant any more.
5108
5109 * Makefile.in (CC): Don't list -Wall here; it's a GCC-specific flag.
5110 * configure.in: Instead, put it in CFLAGS here, iff we're using GCC.
5111
5112 Wed Sep 4 00:55:49 1996 Jim Blandy <jimb@floss.cyclic.com>
5113
5114 * PLUGIN/guile.config (xtra_cflags): Include .. in the header
5115 search path, so we can find the <libguile/MUMBLE.h> headers.
5116
5117 * Makefile.in (ancillary): List aclocal.m4, for 'make dist'.
5118
5119 * Makefile.in (ALL_CFLAGS): Don't mention CFLAGS here; it's
5120 implicit in the .c.o rule.
5121 (.c.x): Don't mention ALL_CFLAGS here; its value is included in
5122 $(CC) already.
5123
5124 Put the library path in a header file, instead of passing it on
5125 the command line in every compilation.
5126 * Makefile.in (libpath.h): New target.
5127 (feature.o): Depend on libpath.h.
5128 (clean): Delete libpath.h.
5129 (ALL_CFLAGS): Don't use -DLIBRARY_PATH here. Instead ...
5130 * feature.c: ... #include "libpath.h" here.
5131 * .cvsignore: Ignore libpath.h.
5132
5133 Don't install the unwashed masses of Guile header files in the
5134 main #include path; put most of them in a subdirectory called
5135 'libguile'. This avoids naming conflicts between Guile header
5136 files and system header files (of which there were a few).
5137 * Makefile.in (pkgincludedir): Deleted.
5138 (innerincludedir): New variable; this and $(includedir) are enough.
5139 (INCLUDE_CFLAGS): Search for headers in "-I$(srcdir)/..".
5140 (installed_h_files): Divide this up. Now this variable lists
5141 those header files which should go into $(includedir) (i.e. appear
5142 directly in the #include path), and ...
5143 (inner_h_files): ... this new variable says which files appear in
5144 a subdirectory, and are referred to as <libguile/mumble.h>.
5145 (h_files): List them both.
5146 (install): Create innerincludedir, not pkgincludedir. Put
5147 the installed_h_files and inner_h_files in their proper places.
5148 (uninstall): Corresponding changes.
5149 * alist.h, append.h, arbiters.h, async.h, boolean.h, chars.h,
5150 continuations.h, debug.h, dynwind.h, error.h, eval.h, fdsocket.h,
5151 feature.h, fports.h, gc.h, genio.h, gsubr.h, hash.h, init.h,
5152 ioext.h, kw.h, libguile.h, list.h, markers.h, marksweep.h,
5153 mbstrings.h, numbers.h, options.h, pairs.h, ports.h, posix.h,
5154 print.h, procprop.h, procs.h, ramap.h, read.h, root.h,
5155 sequences.h, smob.h, socket.h, srcprop.h, stackchk.h, stime.h,
5156 strings.h, strop.h, strorder.h, strports.h, struct.h, symbols.h,
5157 tag.h, throw.h, unif.h, variable.h, vectors.h, version.h,
5158 vports.h, weaks.h: Find __scm.h in its new location.
5159 * __scm.h: Find scmconfig.h and tags.h in their new locations
5160 (they're both "inner" files).
5161
5162 Tue Sep 3 20:27:35 1996 Jim Blandy <jimb@floss.cyclic.com>
5163
5164 * Makefile.in (.c.x): Remove duplicate use of $(ALL_CFLAGS).
5165
5166 Tue Sep 3 19:53:00 1996 Jim Blandy <jimb@totoro.cyclic.com>
5167
5168 * posix.c: Doc fixes.
5169
5170 Mon Sep 2 15:22:40 1996 Jim Blandy <jimb@totoro.cyclic.com>
5171
5172 * socket.c: Don't include a prototype for inet_aton; just use a
5173 K&R style declaration, to avoid warnings but minimize the chance
5174 of conflicts with the system.
5175
5176 On NextStep, <utime.h> doesn't define struct utime, unless we
5177 #define _POSIX_SOURCE before #including it.
5178 * aclocal.m4 (GUILE_STRUCT_UTIMBUF): New test.
5179 * acconfig.h: New comment text for above CPP symbol.
5180 * configure.in: Call it.
5181 * posix.c: #define _POSIX_SOURCE if it seems necessary.
5182
5183 * configure.in (AC_CHECK_HEADERS): Include sys/utime.h and utime.h
5184 in the list.
5185 * posix.c: Check HAVE_SYS_UTIME_H and HAVE_UTIME_H, instead of
5186 testing for __EMX__.
5187
5188 * posix.c: #include <libc.h>, if it exists.
5189
5190 * posix.c: Cast the return result to GETGROUPS_T, not gid_t; we
5191 don't even know if the latter exists.
5192
5193 * posix.c (s_sys_setpgid, s_sys_setsid, s_sys_ctermid,
5194 s_sys_tcgetpgrp, s_sys_tcsetpgrp): Renamed from s_setpgid,
5195 s_setsid, s_ctermid, s_tcgetpgrp, s_tcsetpgrp, for consistency.
5196
5197 * posix.c (R_OK, W_OK, X_OK, F_OK): #define these if the system's
5198 header files don't.
5199 (scm_init_posix): Use them when initializing the Scheme constants
5200 of the same name.
5201
5202 Fri Aug 30 16:01:30 1996 Jim Blandy <jimb@floss.cyclic.com>
5203
5204 * Makefile.in (libdir, includedir, bindir): Use the
5205 autoconf-supplied values, instead of deriving them ourselves.
5206 (pkgincludedir, datadir, pkgdatadir): New variables.
5207 (install, uninstall): Put the header files in a special
5208 subdirectory, not in the main search path.
5209
5210 * Makefile.in (ALL_CFLAGS): Provide the proper value for
5211 LIBRARY_PATH --- use $(pkgdatadir) instead of $(libdir).
5212
5213 * Makefile.in (IMPLPATH): Deleted; never used.
5214
5215 * Makefile.in (TCL_SRC_DIR, TK_SRC_DIR): Deleted; we don't depend
5216 on the Tcl/Tk source any more.
5217 (INCLUDE_CFLAGS): Remove references to the above.
5218
5219 * Makefile.in (version.o): Corrected dependencies.
5220
5221 Thu Aug 29 23:06:19 1996 Thomas Morgan <tmorgan@gnu.ai.mit.edu>
5222
5223 * libguile.h: #include "version.h"
5224
5225 * init.c (scm_boot_guile): Call scm_init_version.
5226 * gscm.c (gscm_run_scm): Call scm_init_version.
5227
5228 * configure.in (GUILE_MAJOR_VERSION, GUILE_MINOR_VERSION,
5229 GUILE_VERSION): AC_DEFINE these.
5230 (acconfig.h): #undef the above symbols.
5231
5232 * Makefile.in (libobjs): Add version.o.
5233 (installed_h_files): Add version.h.
5234 (c_files): Add version.c.
5235 (gen_c_files): Add version.x.
5236 (version.o): New rule.
5237 (alist.o, append.o, appinit.o, arbiters.o, async.o, boolean.o,
5238 chars.o, continuations.o, dynwind.o, eq.o, error.o, eval.o,
5239 fdsocket.o, feature.o, files.o, filesys.o, fports.o, gc.o,
5240 genio.o, gsubr.o, hash.o, hashtab.o, init.o, kw.o, list.o, load.o,
5241 mallocs.o, markers.o, marksweep.o, mbstrings.o, numbers.o,
5242 objprop.o, pairs.o, ports.o, posix.o, print.o, procprop.o,
5243 procs.o, ramap.o, read.o, root.o, scmsigs.o, sequences.o,
5244 simpos.o, smob.o, socket.o, stackchk.o, stime.o, strings.o,
5245 strop.o, strorder.o, strports.o, struct.o, symbols.o, tag.o,
5246 throw.o, unif.o, variable.o, vectors.o, version.o, vports.o,
5247 weaks.o): Add version.h to dependency lists.
5248 (markers.o): Remove duplicate rule.
5249
5250 * version.h: New file.
5251
5252 * version.c: New file.
5253
5254 Thu Aug 29 15:21:39 1996 Jim Blandy <jimb@totoro.cyclic.com>
5255
5256 * symbols.c (scm_strhash): scm_downcase is now a function, not an
5257 array; use it appropriately. Since GCC is quite happy to
5258 subscript functions, it never warned us about this; we should use
5259 -Wpointer-arith in the future. I guess we never tested
5260 case-insensitivity.
5261
5262 Wed Aug 28 18:52:22 1996 Jim Blandy <jimb@totoro.cyclic.com>
5263
5264 * socket.c: Doc and copyright fixes.
5265
5266 Sat Aug 24 05:29:19 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
5267
5268 * debug.c: Fixed and improved gdb support.
5269
5270 Fri Aug 23 18:00:16 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
5271
5272 * socket.c: Added declaration of inet_aton to avoid compiler
5273 warning. (Hope this solution is correct.)
5274
5275 * stime.c: Added declaration of ftime. (This is missing in
5276 Solaris 2 headers.)
5277
5278 Fri Aug 23 02:03:32 1996 Gary Houston <ghouston@actrix.gen.nz>
5279
5280 * configure, scmconfig.h.in: Updated, using autoconf and autoheader.
5281
5282 * Makefile.in (c_files): add strerror.c.
5283
5284 * strerror.c: new file from Emacs' sysdep.c.
5285 maybe configure should also check for sys_errlist.
5286
5287 * configure.in (AC_REPLACE_FUNCS): add strerror.
5288
5289 Fri Aug 23 03:02:46 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
5290
5291 * debug.c (scm_init_debug): Added initialization for
5292 scm_evaluator_traps.
5293
5294 * debug.h, debug.c: Various name changes.
5295 (Mostly prefixing with SCM_.) Renamed "debug-options" -->
5296 "debug-options-interface". See commentary in options.c.
5297
5298 * options.h, options.c: Options now have documentation strings.
5299 Also added a long explanatory commentary.
5300
5301 * eval.c, print.h, print.c, read.h, read.c: Modifications to
5302 run-time options.
5303
5304 * gscm.c, init.c, root.c, throw.c: Bug fixes:
5305 last_debug_info_frame is now updated in all cases.
5306
5307 * __scm.h, stackchk.h, stackchk.c: Guile now performs stack
5308 checking.
5309
5310 Thu Aug 22 17:34:17 1996 Mikael Djurfeldt <mdj@woody.nada.kth.se>
5311
5312 * __scm.h: SCM_STACK_LIMIT removed (now a run-time option).
5313 Added option STACK_CHECKING.
5314
5315 Tue Aug 20 18:48:40 1996 Mikael Djurfeldt <djurfeldt@nada.kth.se>
5316
5317 * Makefile.in: Added {debug,options,srcprop}.{h,c}
5318
5319 * __scm.h: Removed symbols for debugging support.
5320
5321 * acconfig.h: Added symbols for debugging support.
5322
5323 * configure.in: Added user option for debugging support.
5324 --enable-debug will include the debugging code into libguile.a.
5325
5326 * continuations.c (scm_make_cont): Enlarged the #if 0 around
5327 scm_relocate_chunk_to_heap.
5328
5329 * debug.c: New file: low-level debugging support. It also
5330 includes support for debugging with gdb. (The extensions to gdb
5331 are written by Per Bothner at Cygnus.)
5332
5333 * debug.h: New file: low-level debugging support.
5334
5335 * eval.c: scm_m_set and SCM_IM_SET no longer supports multiple
5336 argument pairs. Extensive modifications to the debugging
5337 evaluator. Added "SECTION:" commentaries to clarify what happens
5338 when, during double compilation. Renamed EVALIMP --> EVALIM.
5339 Renamed EVAL --> XEVAL. Removed function evalcar. Defined
5340 evalcar to scm_eval_car. Added explanation of "EVAL" symbols to
5341 the beginning of the file. New procedure: scm_unmemocopy.
5342 Added some global state variables needed by the debugging
5343 evaluator: scm_ceval_ptr, last_debug_info_frame, debug_mode,
5344 check_entry, check_apply, check_exit, debug_options and
5345 evaluator_traps. New acro: undefine.
5346
5347 * eval.h: Renamed EVAL --> XEVAL.
5348
5349 * gc.c (scm_init_storage): Renamed scm_make_weak_hash_table
5350 --> scm_make_weak_key_hash_table.
5351
5352 * init.c (scm_restart_stack, scm_boot_guile): Added initialization
5353 of SCM_DFRAME. Added calls to scm_init_{debug,options,srcprop}.
5354
5355 * libguile.h: Conditionally include debug.h
5356
5357 * objprop.c (scm_object_properties, scm_set_object_properties_x):
5358 scm_object_properties shouldn't return handle. `handle' now gets
5359 initialized in scm_set_object_properties_x. scm_object_properties
5360 doesn't any longer create an entry in scm_object_whash.
5361
5362 * options.c: New file: handling of run time options.
5363
5364 * options.h: New file: handling of run time options.
5365
5366 * posix.c (scm_getpgrp): Cast pointer to getpgrp.
5367
5368 * print.c: New procedure: scm_print_options
5369
5370 * print.h: Defines for print options.
5371
5372 * read.c: New procedure: scm_read_options
5373
5374 * read.h: Defines for reader options.
5375
5376 * root.h: Added scm_source_whash among scm_sys_protects.
5377
5378 * srcprop.c: New file: source properties.
5379
5380 * srcprop.h: New file: source properties.
5381
5382 * throw.c (jbsmob): Jump buffers are now correctly allocated.
5383 (Bug found by A. Green.)
5384
5385 * weak.c: Renamed scm_weak_hash_table --> scm_weak_key_hash_table.
5386
5387 * weak.h: Renamed scm_weak_hash_table --> scm_weak_key_hash_table.
5388
5389 Thu Aug 15 02:05:14 1996 Jim Blandy <jimb@totoro.cyclic.com>
5390
5391 * libguile.h: #include "objprop.h"; I guess this was forgotten.
5392
5393 * init.c (scm_boot_guile): Don't call scm_init_rgx; it's a plugin,
5394 and should be called by the final client.
5395
5396 Wed Aug 14 21:41:37 1996 Jim Blandy <jimb@totoro.cyclic.com>
5397
5398 * gc.h: Use the PROTO macro when declaring functions.
5399 * gc.c: Use the PROTO macro when declaring static functions.
5400 Remove the CPP hair around function definitions.
5401
5402 * gc.c (scm_init_storage): Initialize scm_asyncs.
5403
5404 * libguile.h: #include "__scm.h" before testing the STDC_HEADERS
5405 preprocessor symbol; "__scm.h" is where it might get #defined.
5406 * __scm.h: Similar: #include <scmconfig.h> before testing
5407 HAVE_LIMITS_H.
5408
5409 * __scm.h: It's HAVE_LIMITS_H, not HAVE_LIMITSH.
5410
5411 Fri Aug 9 11:09:28 1996 Jim Blandy <jimb@totoro.cyclic.com>
5412
5413 * init.c (scm_boot_guile): Add init_func argument; call
5414 (*init_func) instead of calling scm_appinit; it's ucky to
5415 hard-code names for the user's procedures.
5416 * init.h (scm_boot_guile): Adjust declaration.
5417
5418 * __scm.h (PROTO): New macro, for declaring functions with
5419 prototypes.
5420
5421 * init.h (scm_start_stack, scm_restart_stack): Use PROTO;
5422 eliminate all the __STDC__ conditionals.
5423 (scm_boot_guile): Add declaration.
5424 * init.c (scm_start_stack, scm_restart_stack, scm_boot_guile):
5425 Remove __STDC__ conditionals around function definitions; the
5426 declarations in init.h will provide the same information, more
5427 usefully.
5428
5429 * __scm.h (SCM_SYSMISSING): When we don't have ENOSYS, don't
5430 complain about it in the error message; the error message is
5431 adequate without that note, and there's nothing the user can do
5432 about it.
5433
5434 Wed Aug 7 14:14:46 1996 Jim Blandy <jimb@totoro.cyclic.com>
5435
5436 * Makefile.in (ancillary): Drop def.sed.
5437
5438 * posix.c (scm_init_posix): Use numeric values, rather than
5439 CPP symbols, when defining the scheme values R_OK, W_OK, X_OK, and
5440 F_OK. The symbols aren't available on some systems, and I'm
5441 pretty sure their values are fixed by common widespread practice.
5442 * ioext.c (scm_init_ioext): Code here defined them too; remove it.
5443
5444 More functions unavailable on some systems.
5445 * configure.in (AC_CHECK_FUNCS): Add ctermid, setpgid, setsid,
5446 tcgetpgrp, tcsetpgrp, and waitpid to the list of functions to
5447 check for.
5448 * configure, scmconfig.h.in: Updated, using autoconf and autoheader.
5449 * posix.c (scm_sys_ctermid, scm_sys_setpgid, scm_sys_setsid,
5450 scm_sys_tcgetpgrp, scm_sys_tcsetpgrp, scm_sys_waitpid): Put the
5451 bodies of these functions in "#ifdef HAVE_MUMBLE" clauses, with a
5452 stub that signals an error as the #else.
5453
5454 * Makefile.in (ancillary): Drop acconfig-1.5.h; add acconfig.h.
5455
5456 Wed Aug 7 06:28:42 1996 Gary Houston <ghouston@actrix.gen.nz>
5457
5458 * Fixes motivated by Petr Adamek <adamek@mit.edu>:
5459
5460 * unif.c: include ramap.h.
5461
5462 * read.c (endif): case_insensative_p renamed case_insensitive_p.
5463
5464 * ramap.h: rename scm_array_copy prototypes to scm_array_copy_x.
5465
5466 * ports.c: include sys/ioctl.h.
5467
5468 * scmconfig.h.in: add HAVE_SYS_IOCTL_H.
5469
5470 * configure.in: check for sys/ioctl.h.
5471
5472 * ports.c: include <malloc.h> not "malloc.h".
5473
5474 * mallocs.c: include <malloc.h> not "malloc.h", likewise for unistd.h.
5475
5476 * fports.c: remove ttyname and tmpnam declarations.
5477
5478 * posix.c: fewer ttyname declarations.
5479
5480 * fports.c: include <string.h> not "string.h".
5481
5482 * init.c, ioext.c: include string.h and unistd.h.
5483
5484 * gc.c: include <malloc.h> not "malloc.h", likewise for unistd.h.
5485
5486 * async.c, strings.h, strports.c, struct.c, symbols.c, feature.c,
5487 genio.c, simpos.c, vports.c: include string.h.
5488
5489 * socket.c, fdsocket.c: include string.h only if HAVE_STRING_H.
5490
5491 * fdsocket.c (getsockopt, setsockopt): change type of optlen from
5492 scm_sizet to int.
5493 (scm_addr_buffer_size): change type from scm_sizet to int.
5494 (accept, getsockname, getpeername, recvfrom): change type of tmp_size
5495 from scm_sizet to int.
5496
5497 * error.c: include unistd.h.
5498
5499 * __scm.h: (SCM_SYSMISSING): another version in case ENOSYS isn't
5500 defined.
5501
5502 * Makefile.in: remove references to .hd, .cd suffix and __scm.hd.
5503
5504 * __scm.hd, def.sed: deleted.
5505
5506 Tue Aug 6 14:49:08 1996 Jim Blandy <jimb@totoro.cyclic.com>
5507
5508 Changes for NeXT, suggested by Robert Brown.
5509 * configure.in: Call AC_TYPE_MODE_T.
5510 (AC_CHECK_HEADERS): Add libc.h, to get more prototypes on the
5511 NeXT. Put header file list in alphabetical order.
5512 * configure, scmconfig.h.in: Regenerated.
5513 * filesys.c [HAVE_LIBC_H]: #include <libc.h>.
5514
5515 * filesys.c [HAVE_STRING_H]: #include <string.h>, to get prototype
5516 for strerror.
5517
5518 * acconfig.h: New file, providing documentation for the CPP
5519 symbols defined in configure.in
5520 * acconfig-1.5.h: Removed; superceded by the above.
5521
5522 Sat Aug 3 01:27:14 1996 Gary Houston <ghouston@actrix.gen.nz>
5523
5524 * ioext.c (scm_sys_fdopen): fix the port-table assignment.
5525
5526 * fports.c (scm_open_file): don't return #f, throw error.
5527
5528 * ioext.c (fileno): renamed from %fileno.
5529 (soft-fileno): deleted.
5530
5531 * ports.c (scm_port_revealed): don't need to check for -1 from
5532 scm_revealed_count.
5533 (scm_set_port_revealed_x): return unspecified, not #f.
5534
5535 * ioext.c (primitive-move->fdes): return #t or #f, not 1 or 0.
5536
5537 * fdsocket.c: getsockopt, setsockopt: use HAVE_STRUCT_LINGER.
5538
5539 * scmconfig.h.in: add HAVE_STRUCT_LINGER.
5540
5541 * configure.in: check for struct linger, set HAVE_STRUCT_LINGER.
5542
5543 Thu Aug 1 02:58:39 1996 Jim Blandy <jimb@totoro.cyclic.com>
5544
5545 * filesys.c, posix.c: #include <sys/types.h> before <sys/stat.h>.
5546 This is necessary on Ultrix, and doesn't hurt portability.
5547
5548 * Makefile.in (dist-dir): New target, implementing a new dist system.
5549 (installed_h_files): Put in alphabetical order.
5550 Remove duplicate entries for markers.h and unif.h.
5551 (c_files): Remove duplicate entries for markers.c.
5552 (ancillary): Renamed from anillery; all uses changed. Remove
5553 PLUGIN; it's a directory, and needs special treatment in dist-dir.
5554 Remove all the ../doc/* files; doc/Makefile.in handles that.
5555
5556 * Makefile.in (libobjs): Remove duplicate entry for markers.o.
5557
5558 * Makefile.in (.c.x): Compensate for Ultrix's broken Bourne shell:
5559 every if must have an else, or else the whole command has a
5560 non-zero exit code whenever the if's condition is false.
5561
5562 Thu Aug 1 08:22:24 1996 Gary Houston <ghouston@actrix.gen.nz>
5563
5564 * posix.c: include string.h.
5565
5566 Wed Jul 31 23:43:05 1996 Gary Houston <ghouston@actrix.gen.nz>
5567
5568 * numbers.c: rename %expt -> $expt, %atan2 -> $atan2, as it must
5569 have been once.
5570
5571 * posix.c, ioext.c, socket.c, fdsocket.c, files.c, filesys.c, simpos.c:
5572 Remove leading % from scheme names.
5573 Do not return error values, call SCM_SYSERROR or similar.
5574
5575 * __scm.h (SCM_SYSERROR, SCM_SYSMISSING): new macros.
5576
5577 Wed Jun 12 00:28:31 1996 Tom Lord <lord@beehive>
5578
5579 * struct.c (scm_init_struct): new file.
5580
5581 Fri Jun 7 14:02:00 1996 Tom Lord <lord@beehive>
5582
5583 * list.c (scm_list_tail): list-cdr-ref is the same as list-tail.
5584 (scm_list_head): added list-head for rapidly chopping argument
5585 lists off of longer lists (and similar).
5586
5587 Tue Jun 4 09:40:33 1996 Tom Lord <lord@beehive>
5588
5589 * objprop.c (scm_object_property): assq the cdr of the whash
5590 handle for obj, not the handle itself.
5591
5592 Mon Jun 3 17:19:30 1996 Tom Lord <lord@beehive>
5593
5594 * gc.c (scm_mark_weak_vector_spines): Mark the spines (alists) of
5595 weak hash tables last of all marking to avoid an obscure gc bug.
5596 WARNING: circular lists stored in a weak hash table will hose us.
5597
5598 Fri May 24 09:53:39 1996 Tom Lord <lord@beehive>
5599
5600 * vectors.c (scm_vector_move_left_x, scm_vector_move_right_x):
5601 new functions similar to scm_substring_move_left_x and
5602 scm_substring_move_right_x.
5603
5604 Wed May 22 20:07:01 1996 Tom Lord <lord@beehive>
5605
5606 * init.c (scm_boot_guile): prevent gc with scm_block_gc not
5607 scm_gc_heap_lock!
5608
5609 Wed May 15 16:13:29 1996 Tom Lord <lord@beehive>
5610
5611 * ports.c (scm_unread_char): scm_gen_ungetc as a scheme procedure.
5612
5613 Thu May 9 09:33:17 1996 Tom Lord <lord@beehive>
5614
5615 * strports.c (scm_strprint_obj): convenience function. C for
5616 (lambda (obj) (call-with-output-string (lambda (p) (write obj p))))
5617
5618 * guile-{tcl,tk}.[ch], events.[ch], keysyms.[ch], tcl-channels.[ch]
5619 removed to a separate library
5620
5621 * init.c (scm_boot_guile): copied from guile-tcl.c.
5622 Initialization specific to tcl interpreters removed.
5623
5624 Wed May 8 15:07:37 1996 Tom Lord <lord@beehive>
5625
5626 * ports.c (scm_ports_prehistory): size malloced here doesn't
5627 matter so long as it is non-0 (got rid of "* 4").
5628
5629 Tue May 7 11:43:37 1996 Tom Lord <lord@beehive>
5630
5631 * gscm.h: gscm_mkarray eliminated (presumably was not being used
5632 since its definition was bogus).
5633
5634 Mon May 6 13:02:56 1996 Tom Lord <lord@beehive>
5635
5636 * mallocs.[ch]: back again (for rx at least).
5637
5638 Wed Apr 17 08:54:20 1996 Tom Lord <lord@beehive>
5639
5640 * ports.c: removed functions relating to the mapping between ports
5641 and descriptors. (That stuff is unix-specific and should be collected
5642 in a separate library).
5643
5644 * ramap.c (scm_array_copy): return #<unspecified> not #<undefined>.
5645 (Tom Mckay@avanticorp.com)
5646
5647 Mon Apr 15 14:16:55 1996 Tom Lord <lord@beehive>
5648
5649 * gc.c (scm_gc_sweep): Immediates in weak vectors were not
5650 handled correctly (SCM_FREEP was applied to them) -- test for
5651 NIMP. Keys in weak hash tables were spuriously (though harmlessly)
5652 being overwritten with #f. (brown@grettir.bibliotech.com)
5653
5654 Tue Apr 2 22:25:00 1996 Tom Lord <lord@beehive>
5655
5656 * gc.c (scm_unhash_name): new procedure, unhash-name, flushes glocs
5657 for a specific symbol or for all symbols.
5658
5659 Mon Apr 1 10:34:55 1996 Tom Lord <lord@beehive>
5660
5661 * gc.c (scm_gc_mark): mark weak hash tables correctly (was getting weak
5662 keys and weak values confused).
5663
5664 Thu Mar 14 22:20:20 1996 Tom Lord <lord@beehive>
5665
5666 * list.c (scm_last_pair): map '()=>'()
5667
5668 Wed Mar 13 16:43:34 1996 Tom Lord <lord@beehive>
5669
5670 * pairs.c, hashtab.c, list.c, alist.c append.c, sequences.c:
5671 Generalized assoc and hash-table functions.
5672 Factored pairs.c into multiple files.
5673
5674 Fri Mar 8 14:44:39 1996 Tom Lord <lord@beehive>
5675
5676 * gscm.c (gscm_run_scm): got rid of objprop.
5677
5678 Fri Mar 1 10:39:52 1996 Tom Lord <lord@beehive>
5679
5680 * genio.c (scm_getc):
5681 NOTE: fgetc may not be interruptable.
5682
5683 * procprop.c (scm_stand_in_scm_proc):
5684 NOTE: don't use a alist here.
5685 (scm_set_procedure_properties_x): fix type checking throughout this file.
5686
5687 * gc.c (scm_gc_sweep): free heap segments with free, not must_free.
5688
5689 * ports.c (scm_remove_from_port_table): adjust scm_mallocated
5690 after freeing part of the port table.
5691
5692 Thu Feb 29 16:21:17 1996 Tom Lord <lord@beehive>
5693
5694 * strports.c (scm_mkstrport):
5695 * vports.c (scm_make_soft_port): allocate a port table entry
5696 (possibly triggering gc) before setting the tag of the corresponding
5697 ports handle.
5698
5699 * pairs.c (scm_delq_x): never throw an error.
5700
5701 * vectors.c (scm_make_vector): made the default vector fill argument
5702 into '() (much more useful than the previous value, "#unspecified")
5703
5704 Mon Feb 26 17:19:09 1996 Tom Lord <lord@beehive>
5705
5706 * ports.c (scm_add_to_port_table): Added fields
5707 to port table entries: file_name, line_num, col.
5708 Update these in open_file, gen_getc and gen_ungetc.
5709 Added procedures to access those fields.
5710
5711 Sun Feb 25 00:10:36 1996 Tom Lord <lord@beehive>
5712
5713 * procs.c (scm_make_subr_opt): new entry point for making
5714 anonymous subrs.
5715
5716 Sat Feb 24 17:11:31 1996 Tom Lord <lord@beehive>
5717
5718 * gc.h: SCM_STACK_GROWS_UP is now set by autoconf.
5719
5720 Fri Feb 23 10:26:29 1996 Tom Lord <lord@beehive>
5721
5722 * numbers.c (scm_exact_p): This function no longer
5723 implements "integer?".
5724
5725 Thu Feb 22 20:56:16 1996 Tom Lord <lord@beehive>
5726
5727 * gc.c (scm_gc_end): simulate a signal at the end of each GC.
5728 (scm_gc_stats): return an assoc of useful data. Replaces "room"
5729 and the stats reporting formerlly built into repl.
5730
5731 * repl.[ch]: removed.
5732 GC statistics keeping moved to gc.c.
5733 Other statistics keeping can be done from Scheme.
5734 REPLS are now written in Scheme.
5735
5736 Wed Feb 21 10:28:53 1996 Tom Lord <lord@beehive>
5737
5738 * cnsvobj.c (gscm_is_gscm_obj): new file for old functions (icky
5739 conservatively marked objects).
5740
5741 * throw.c (scm_ithrow): Unwind up to the right catch during a throw!
5742
5743 * error.c (scm_init_error): init system_error_sym here, not in repl.c.
5744
5745 * feature.c (scm_compiled_library_path): moved here from repl.c.
5746 This file is for stuff relating specifically to Scheme libraries
5747 like slib.
5748
5749 * eval.c (scm_m_define): don't give warning about redefinition, don't
5750 check verbosity.
5751
5752 NOTE: this should throw a resumable exception with parameters --
5753 the name, the top-level env, the variable, the definition, #t/#f: redefining builtin?
5754
5755 * repl.c (scm_gc_begin/end): don't print a message, don't check verbosity.
5756
5757 * error.c: scm_warn eliminated.
5758
5759 * read.c (scm_lreadr): extra right paren gets an error, not a warning.
5760
5761 * repl.c, marksweep.c, gc.c (various):
5762 lose exit_report, growth_mon.
5763
5764 * gscm.c: got rid of verbosity functions.
5765
5766 Tue Feb 20 00:19:10 1996 Tom Lord <lord@beehive>
5767
5768 * throw.c (scm_ithrow): guard against the bad-throw hook changing
5769 between the call to procedurep and use.
5770
5771 * error.c (scm_everr):
5772 * gc.c (fixconfig):
5773 * gsubr.c (scm_make_gsubr): use exit, not scm_quit. still wrong,
5774 but less so.
5775
5776 * strports.c: don't reveal the port's string to the caller
5777 because it changes size.
5778
5779 (stputc stwrite): check/change the strings length with interrupts
5780 blocked.
5781
5782 * objprop.c (scm_set_object_property_x &c): use the generic
5783 hashing functions and be threadsafe.
5784
5785 * eval.c (scm_unmemocar): do this operation in a thread-safe way.
5786 (per suggestion jaffer@gnu.ai.mit.edu).
5787
5788 * mbstrings.c (scm_multi_byte_string): guard against argument list
5789 changing length.
5790
5791 * strings.c (scm_make_string): loop cleanup
5792
5793 * unif.c (scm_vector_set_length_x): scm_vector_set_length_x no longer
5794 a scheme function.
5795
5796 * weaks.c (scm_weak_vector): guard against argument list
5797 changing length.
5798
5799 * variable.c (scm_builtin_variable): check for/make a built-in
5800 variable automicly.
5801
5802 * vectors.c (scm_vector): while filling the new array,
5803 guard against a list of fill elements that grows after
5804 the vector is allocated.
5805
5806 * hashtab.c -- new file: general hash table
5807 functions. hash, hashq, hashv, hashx.
5808
5809 * tags.h: made wvect an option bit of vector.
5810
5811 Mon Feb 19 09:38:05 1996 Tom Lord <lord@beehive>
5812
5813 * symbols.c: made the basic symbol table operations atomic.
5814
5815 * root.c &c.: collected stack-specific global state.
5816 linum/colnum etc *should* be port-specific state.
5817
5818 * struct.c (scm_init_struct): init the first struct type during
5819 initialization to fix a race condition.
5820
5821 * continuations.c (scm_dynthrow): pass throwval in the 'regs'
5822 object, not in a global.
5823 (suggested by green@cygnus, jaffer@gnu.ai.mit.edu)
5824
5825 * throw.c (_scm_throw): Pass throwval on the stack, not in a global
5826 (suggested by green@cygnus, jaffer@gnu.ai.mit.edu)
5827
5828 * *.[ch]: namespace cleanup. Changed all (nearly) exported CPP
5829 and C symbols to begin with SCM_ or scm_.
5830
5831 Sun Feb 18 15:55:38 1996 Tom Lord <lord@beehive>
5832
5833 * gsubr.c (scm_gsubr_apply): statically allocate the
5834 array of arguments (bothner@cygnus.com).
5835
5836 Sat Feb 17 20:20:40 1996 Tom Lord <lord@beehive>
5837
5838 * scmsigs.c: Simplified to use async rountines.
5839
5840 * async.c: New support for interrupt handlers.
5841
5842 Thu Feb 15 11:39:09 1996 Tom Lord <lord@beehive>
5843
5844 * symbols.c (scm_string_to_symbol et al.): number of tweaky changes to
5845 set the multi_byte flag correctly in symbols. This is wrong.
5846 intern_obbary_soft and msymbolize should take an extra parameter.
5847 Also, weird multibyte symbols don't print correctly.
5848 The weird symbol syntax is also a bit bogus (emacs doesn't quite
5849 cope).
5850
5851 Tue Feb 13 11:39:37 1996 Tom Lord <lord@beehive>
5852
5853 * symbols.c (scm_string_to_obarray_symbol): obarray == #f means
5854 use the system symhash. == #t means create an uninterned symbol.
5855
5856 Wed Feb 7 09:28:02 1996 Tom Lord <lord@beehive>
5857
5858 * strings.c (scm_make_shared_substring): build'em.
5859 It might better to keep a table of these and use one
5860 less cons-pair per shared-substring.
5861
5862 Tue Feb 6 17:45:21 1996 Tom Lord <lord@beehive>
5863
5864 * strings.c (scm_string_shared_substring): create shared
5865 substrings. (Doesn't handle mb strings yet).
5866
5867 * mbstrings.c (scm_print_mb_string): handle RO strings.
5868
5869 * print.c (scm_iprin1): print substrings as their non-substring
5870 counterparts (dubious).
5871
5872 * marksweep.c (scm_gc_mark scm_gc_sweep): handle RO and MB
5873 strings.
5874
5875 * hash.c (scm_hasher): hash RO and MB strings as bytestrings.
5876
5877 * eval.c (SCM_CEVAL): self-evaluate RO and MB strings.
5878
5879 * eq.c (scm_equal_p): handle RO and MB strings.
5880
5881 * symbols.c (scm_string_to_symbol):
5882 (scm_string_to_obarray_symbol):
5883 * strop.c (scm_i_index):
5884 (scm_i_rindex):
5885 (scm_string_null_p):
5886 (scm_string_to_list):
5887 * strings.c (scm_string_length):
5888 (scm_string_ref):
5889 (scm_substring):
5890 (scm_string_append):
5891 * simpos.c (scm_system):
5892 (scm_getenv):
5893 * fports.c (scm_open_file):
5894 * strorder.c (scm_string_equal_p):
5895 (scm_string_ci_equal_p):
5896 (scm_string_less_p):
5897 (scm_string_ci_less_p):
5898 * pairs.c (scm_obj_length):
5899 * mbstrings.c (scm_multi_byte_string_length):
5900
5901 Use RO string macros for RO strings.
5902
5903 Tue Jan 30 09:19:08 1996 Tom Lord <lord@beehive>
5904
5905 * Makefile.in (CFLAGS ALL_CFLAGS): be more standard.
5906
5907 * strop.c (scm_i_rindex, scm_i_index): Don't use the BSD functions
5908 index/rindex. Do handle embedded \000 characters.
5909
5910 Sun Jan 28 13:16:18 1996 Tom Lord <lord@beehive>
5911
5912 * error.c (def_err_response): (int)scm_err_pos => (long)scm_err_pos
5913 Eliminate a (presumed) warning on some systems.
5914
5915 * gscm.c (gscm_run_scm): SCM_INIT_PATH => GUILE_INIT_PATH
5916 (Mikael Djurfeldt <mdj@nada.kth.se>)
5917
5918 Sat Jan 27 12:36:55 1996 Tom Lord <lord@beehive>
5919
5920 * eval.c (scm_map): added argument type checking.
5921 (kawai@sail.t.u-tokyo.ac.jp)
5922
5923 * gscm.c (gscm_set_procedure_properties_x): parameter "new" => "new_val"
5924 for C++. (Seth Alves <alves@gryphon.com>)
5925
5926 (gscm_cstr): uses an uninitialized local variable causing
5927 segv. (kawai@sail.t.u-tokyo.ac.jp)
5928
5929
5930 * lvectors.c (scm_get_lvector_hook):
5931 In guile-ii, the lvector code was broken. It was fixed in guile-iii.
5932 It seems to me like if it is broken again in guile-iv...Here is a patch.
5933 "! || (LENGTH (keyvec) == 0))"
5934 (From: Mikael Djurfeldt <mdj@nada.kth.se>)
5935
5936
5937 * gscm.c (gscm_sys_default_verbosity):
5938 incorrectly declared for non-__STDC__
5939 (Tom_Mckay@avanticorp.com)
5940
5941 * ports.c (scm_setfileno): Tweak the macro a bit
5942 to make it easier to port to systems that use
5943 more than a single structure field to hold a descriptor.
5944
5945 * debug.c (change_mode): Avoid GNUCism "int foo[n];"
5946 Give a warning, not an error, for unrecognized modes.
5947
5948 * eval.c (SCM_CEVAL):
5949 static char scm_s_for_each[];
5950 static char scm_s_map[];
5951 not needed.
5952
5953 * strings.c (scm_string_p):
5954 static char s_string[];
5955 (see next entry)
5956
5957 * struct.c (scm_sys_struct_set_x):
5958 static char s_sys_make_struct[];
5959 static char s_sys_struct_ref[];
5960 static char s_sys_struct_set_x[];
5961 Rearrange code to eliminate those forward decls for the sake of
5962 broken compilers.
5963
5964 * variable.c (make_vcell_variable): static char s_make_variable[];
5965 isn't needed.
5966
5967 * fports.c (scm_port_mode):
5968 chars modes[3] = "";
5969 to
5970 chars modes[3];
5971 modes[0] = '\0';
5972 (Tom_Mckay@avanticorp.com)
5973
5974
5975 * pairs.c (scm_set_cdr_x): non-__STDC__ declaration of
5976 scm_cons2(), scm_acons(), and scm_set_cdr_x() missing semicolon
5977 (Tom_Mckay@avanticorp.com)
5978
5979 * numbers.c (scm_num_eq_p): Non-__STDC__ declaration of
5980 scm_num_eq_p() was scm_equal_p().
5981 (Tom_Mckay@avanticorp.com)
5982
5983 * symbols.c (msymbolize): "CHARS(X) = " => "SETCHARS..."
5984 (Tom_Mckay@avanticorp.com)
5985
5986 Fri Jan 26 14:03:01 1996 Tom Lord <lord@beehive>
5987
5988 * weaks.c (scm_make_weak_vector): "VELTS(X) =" => "SETVELTS..."
5989 (Tom_Mckay@avanticorp.com)
5990
5991 * strop.c (scm_substring_fill_x):
5992 Non-__STDC__ declaration of scm_substring_fill_x() missing semicolon
5993 (Tom_Mckay@avanticorp.com)
5994
5995 * eval.c (SCM_APPLY): variables "debug_info" -> dbg_info.
5996 Works around a compiler bug on some machines. (Tom_Mckay@avanticorp.com)
5997
5998 * _scm.h (CxR functions): #define CxR SCM_CxR => #define CxR(X) SCM_CxR(X)
5999 Works around a compiler bug on some machines. (Tom_Mckay@avanticorp.com)
6000
6001 * lvectors.c (scm_lvector_set_x): avoid VELTS (VELTS (...)[..]) which
6002 can turn into an obscure gc bug.
6003
6004 * chars.c (scm_char_p): fixed PROC call.
6005
6006 * gscm.h (gscm_vset): use scm_vector_set_x not (the missing)
6007 scm_vector_set.
6008
6009 Tue Jan 23 13:29:40 1996 Tom Lord <lord@beehive>
6010
6011 * elisp.c (new file): dynamic scoping and other bits for
6012 elisp. Don't use this yet unless you specificly want to
6013 hack on elisp emulation.
6014
6015 * dynwind.c (scm_dowinds): When entering or leaving a dynamic
6016 scope created by scm_with_dynamic_bindings_operation_x, swap
6017 the bindings of that scope with the corresponding globals.
6018
6019 * continuations.c (scm_make_cont): when a continuation is captured,
6020 relocate the continuation stack chunks registered on the wind chain
6021 to the heap.
6022
6023 Sun Jan 21 19:31:17 1996 Tom Lord <lord@beehive>
6024
6025 * eval.c (SCM_CEVAL): if the function position evaluates
6026 to a macro, process it accordingly. (Previously, macros were
6027 handled only if the function position was a symbol naming a
6028 variable bound to a macro).
6029
6030 Sat Jan 20 23:21:37 1996 Tom Lord <lord@beehive>
6031
6032 * eval.c (scm_m_set): allow multi-variable set! like
6033 (set! x 1 y 2 z 3).
6034
6035 Wed Dec 6 02:40:49 1995 Tom Lord <lord@beehive>
6036
6037 * ports.h fports.c vports.c marksweep.c gc.c strports.c: moved the
6038 STREAM of ports into the port table and replaced it with a
6039 port-table index.
6040
6041 * repl.c (iprin1): added tc7_mb_string -- same as tc7_string.
6042
6043 * marksweep.c (scm_gc_mark): added tc7_mb_string -- same as tc7_string.
6044
6045 * mbstrings.c (new file): functions on multi-byte strings.
6046
6047 * tags.h (scm_typ7_string, scm_typ7_mb_string): added a tag
6048 for multi-byte strings. Moved the string tag.
6049
6050 * chars.h chars.c repl.c (many functions): made scm_upcase and
6051 scm_downcase functions that are safe for extended character sets.
6052
6053 Changed the range of integer->char.
6054
6055 Changed the type of SCM_ICHR.
6056
6057 Tue May 16 17:49:58 1995 Mikael Djurfeldt <mdj@sanscalc.nada.kth.se>
6058
6059 * guile.c: Changed init file name from "SCM_INIT_PATH" to
6060 "GUILE_INIT_PATH"
6061
6062 Sun Aug 6 15:14:46 1995 Andrew McCallum <mccallum@vein.cs.rochester.edu>
6063
6064 * guile.c (gscm_is_gscm_type): New function. (Without this how will we
6065 know that it's safe to pass an object to gscm_get_type?)
6066 (gscm_get_type): Fix tyop in error message.
6067
6068 * variable.c (scm_variable_ref): fixed assertion test.
6069 (Robert STRANDH <strandh@labri.u-bordeaux.fr>)
6070
6071 * gscm.h: fixed several prototypes, notably gscm_vref.
6072 Add gscm_is_eq and temporarily commented out gscm_eq (see
6073 the note in gscm.h near gscm_eq if this change effects your
6074 code).
6075 (Reported by Mark Galassi <rosalia@sstcx1.lanl.gov>)
6076
6077 * pairs.c (scm_obj_length): see next entry.
6078
6079 * gscm.h (gscm_obj_length): A way to get an integer
6080 length for lists, strings, symbols (treated as strings),
6081 and vectors. Returns -1 on error.
6082
6083 * eq.c (scm_equal_p): fixed smob case.
6084 (William Gribble <grib@arlut.utexas.edu>)
6085
6086 * Makefile.in (X_CFLAGS): defined.
6087 (William Gribble <grib@arlut.utexas.edu>)
6088
6089 * gscm.h (gscm_2_double): provided now
6090 (reported by Mark Galassi <rosalia@sstcx1.lanl.gov>)
6091
6092 Tue Jun 13 01:04:09 1995 gnu
6093 * Vrooom!
6094
6095