* gc.h: add scm_debug_cells_gc_interval to public interface
[bpt/guile.git] / libguile / ChangeLog
CommitLineData
eab1b259
HWN
12002-08-08 Han-Wen Nienhuys <hanwen@cs.uu.nl>
2
3 * gc.h: add scm_debug_cells_gc_interval to public interface
4
5 * gc-card.c ("sweep_card"): set scm_gc_running while sweeping.
6
7 * gc.c (scm_i_expensive_validation_check): separate expensive
8 validation checks from cheap ones.
9
ba1b2226
HWN
102002-08-06 Han-Wen Nienhuys <hanwen@cs.uu.nl>
11
12 * read.c (scm_input_error): new function: give meaningful error
13 messages, and throw read-error
14
15 * gc-malloc.c (scm_calloc): add scm_calloc.
16
39e8f371
HWN
172002-08-05 Han-Wen Nienhuys <hanwen@cs.uu.nl>
18
33138b05
HWN
19 * tags.h: remove GC bits documentation from the tags table.
20
39e8f371
HWN
21 * read.c (INPUT_ERROR): Prepare for file:line:column error
22 messages for errors in scm_lreadr() and friends.
23
242002-08-04 Han-Wen Nienhuys <hanwen@cs.uu.nl>
25
26 * gc-malloc.c (scm_malloc): use scm_realloc() (simplifies
27 implementation).
28 (scm_gc_calloc): new function
29
5f16b897 302002-08-04 Han-Wen <hanwen@cs.uu.nl>
402788a9 31
5f16b897
HWN
32 * ports.c (scm_new_port_table_entry): init port entry to 0
33 completely.
402788a9
HWN
34
35 * ports.c (scm_new_port_table_entry): change function from
36 scm_add_to_port_table. This prevents cells with null-pointers from
37 being exposed to GC.
38
39 * vports.c (s_scm_make_soft_port) strports.c (scm_mkstrport),
40 fports.c (scm_fdes_to_port): Use scm_new_port_table_entry().
c8a1bdc4 41
c2cbcc57
HWN
42 * gc.c (s_scm_gc_stats): add cell-yield and malloc-yield statistic
43 to gc-stats.
44
c8a1bdc4
HWN
45 * numbers.c (big2str): return "0" for 0 iso. ""
46
c2cbcc57
HWN
47 * gc-segment.c, gc-malloc.c gc-mark.c, gc-freelist.c, gc-card.c,
48 private-gc.h: new file
c8a1bdc4
HWN
49
50 * gc.c: completely revised and cleaned up the GC. It now uses lazy
51 sweeping. More documentation in workbook/newgc.text
52
aea06b34
MV
532002-07-25 Marius Vollmer <marius.vollmer@uni-dortmund.de>
54
55 * random.c (rstate_free): Return zero.
56
35060ae9
DH
572002-07-24 Dirk Herrmann <D.Herrmann@tu-bs.de>
58
59 * environments.c (remove_key_from_alist): Removed.
60
61 (obarray_remove): Simplified.
62
6a535440
SJ
632002-07-24 Stefan Jahn <stefan@lkcc.org>
64
65 * continuations.h: ia64: Include <signal.h> before
66 <sys/ucontext.h>.
67
bcbd25b7
DH
682002-07-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
69
70 * modules.c (scm_sym2var): Don't compare SCM values with ==.
71
1d1559ce
HWN
722002-07-21 Han-Wen <hanwen@cs.uu.nl>
73
74 * goops.c (scm_compute_applicable_methods): use
75 scm_remember_upto_here_1 iso scm_remember_upto_here
76
77 * macros.c: include deprecation.h
78
79 * vectors.c (s_scm_vector_move_right_x): remove side effect in
80 macro arg.
81 (s_scm_vector_move_left_x): idem.
82
83 * net_db.c, posix.c, socket.c: variable naming: change ans to
84 result.
85
86 * sort.c (scm_merge_vector_x): accept vector as argument
87 iso. SCM*. This is needed for full GC correctness.
88
89 * gc.h: undo previous undocumented changes related to #ifdef
90 GENGC.
91
34d19ef6
HWN
922002-07-20 Han-Wen <hanwen@cs.uu.nl>
93
94 * *.c: add space after commas everywhere.
95
96 * *.c: use SCM_VECTOR_SET everywhere, where a vector is written.
97 Document cases where SCM_WRITABLE_VELTS() is used.
98
99 * vectors.h (SCM_VELTS): prepare for write barrier, and let
100 SCM_VELTS() return a const pointer
101 (SCM_VECTOR_SET): add macro.
102
3063e30a
DH
1032002-07-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
104
105 * eval.c (SCM_CEVAL), macros.c (macro_print, scm_makmacro,
106 scm_sym_macro, scm_macro_type), macros.h (scm_makmacro):
107 Deprecated the special kind of built-in dynamic syntax transformer
108 that was inaccurately named "macro". Note: The built-in syntax
109 transformers that are named "mmacro" or "memoizing-macro" still
110 exist, and it is these which come much closer to what one would
111 call a macro.
112
4c5f8e8f
NJ
1132002-07-13 Neil Jerram <neil@ossau.uklinux.net>
114
115 * eval.c (unmemocopy): Fix for
116 1001-local-eval-error-backtrace-segfaults (unmemoization crash
117 with internal definitions and local-eval).
118
4f6f9ae3
GH
1192002-07-12 Gary Houston <ghouston@arglist.com>
120
121 * dynl.c: Don't define stub procedures if DYNAMIC_LINKING is not
122 defined. They don't do anything useful, especially since the
123 only case where DYNAMIC_LINKING is undefined seems to be
124 when --with-modules=no is given to configure, which is basically
125 requesting that the "dynamic linking module" be omitted.
126
127 * Makefile.am (libguile_la_SOURCES): move dynl.c from
128 libguile_la_SOURCES to EXTRA_libguile_la_SOURCES.
129
130 * extensions.c (load_extension): check DYNAMIC_LINKING for
131 scm_dynamic_call.
132 * init.c (scm_init_guile_1): check DYNAMIC_LINKING for
133 scm_init_dynamic_linking.
134
c21935e6
MV
1352002-07-10 Marius Vollmer <mvo@zagadka.ping.de>
136
137 * guile.c, iselect.h, net_db.c, posix.c, socket.c: No need to
138 check for Cygwin when including <winsock2.h>, this is already
139 check for by configure. Thus, revert change from 2002-07-07.
140
ee95d597
GH
1412002-07-10 Gary Houston <ghouston@arglist.com>
142
9540b68f 143 * eq.c: include <string.h>
ee95d597
GH
144 * dynl.c: docstring editing.
145
46732b54
GH
1462002-07-09 Gary Houston <ghouston@arglist.com>
147
148 * dynl.c (scm_dynamic_call): docstring editing.
149
c09d12e0
RB
1502002-07-08 Rob Browning <rlb@defaultvalue.org>
151
152 * gc_os_dep.c: HURD fixes.
153
3f6571eb
MV
1542002-07-07 Marius Vollmer <mvo@zagadka.ping.de>
155
156 Crosscompiling and Cygwin fixes by Jan Nieuwenhuizen. Thanks!
157
158 * Makefile.am: Override default rule for c-tokenize.$(OBJECT);
159 this should be compiled for BUILD host.
160 Override default rule for
161 guile_filter_doc_snarfage$(EEXECT); this should run on BUILD host.
162 Add missing $(EXEEXT) to guile_filter_doc_snarfage invocation.
163 (snarf2checkedtexi): Use GUILE_FOR_BUILD instead of preinstguile.
164
165 * guile.c, iselect.h, net_db.c, posix.c, socket.c: Do not include
166 <winsock2.h> on Cygwin even when we have it.
167
bd987b8e
DH
1682002-07-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
169
170 * __scm.h (SCM_CAUTIOUS), eval.c (scm_eval_args, deval_args,
171 SCM_CEVAL): Removed compile time option SCM_CAUTIOUS to clean up
172 the code. Full number of arguments checking of closures is
173 mandatory now. However, the option to disable the checking has
174 most probably not been used anyway.
175
8505e285
DH
1762002-06-30 Dirk Herrmann <D.Herrmann@tu-bs.de>
177
bd987b8e
DH
178 * __scm.h (SCM_RECKLESS), backtrace.c (SCM_ASSERT), debug.c
179 (scm_debug_options), eval.c (scm_lookupcar, scm_lookupcar1,
180 scm_badargsp, SCM_CEVAL, SCM_APPLY, scm_map, scm_for_each),
181 feature.c (scm_init_feature), gsubr.c (scm_gsubr_apply), numbers.c
182 (scm_logand, scm_logior, scm_logxor, scm_i_dbl2big), srcprop.c
183 (scm_source_properties, scm_set_source_properties_x,
184 scm_source_property): Removed compile time option SCM_RECKLESS to
185 clean up the code. Full number of arguments checking of closures
186 is mandatory now. However, the option to disable the checking has
187 most probably not been used anyway.
8505e285
DH
188
189 * srcprop.c (scm_source_properties, scm_set_source_properties_x,
190 scm_source_property): Use !SCM_CONSP instead of SCM_NCONSP.
191
2ee08a28
GH
1922002-06-30 Gary Houston <ghouston@arglist.com>
193
732b9327
GH
194 * dynl.c: Removed all SCM_DEFER_INTS/SCM_ALLOW_INTS, which won't
195 do anything useful. Added a comment about need for a mutex if
196 pre-emptive threading is supported.
197
2ee08a28
GH
198 * posix.c (scm_convert_exec_args), dynl.c
199 (scm_make_argv_from_stringlist): static procs: 1) renamed both to
200 allocate_string_pointers. 2) simplified: don't reallocate the
201 strings, just make an array of pointers 3) avoid memory leaks on
202 error 4) let the procedure report errors in its own name.
203 Consequences: 1) the procedures now assume that SCM strings are
204 nul-terminated, which should always be the case. 2) Since strings
205 are not reallocated, it's now possible for strings passed to
206 dynamic-args-call to be mutated.
207
c136c920
DH
2082002-06-28 Dirk Herrmann <D.Herrmann@tu-bs.de>
209
210 * __scm.h, eval.c, eval.h: Removed compile time option
211 MEMOIZE_LOCALS to clean up the code. Now, caching of local
212 variable positions during memoization is mandatory. However, the
213 option to disable the caching has most probably not been used
214 anyway.
215
e540802f
MV
2162002-06-18 Marius Vollmer <mvo@zagadka.ping.de>
217
218 * print.c (scm_simple_format): Print missing part of format before
219 ~% control. Thanks to Daniel Skarda!
220
4c1ffcdd
MV
2212002-06-01 Marius Vollmer <mvo@zagadka.ping.de>
222
223 * mkstemp.c: Added exception notice to license statement.
224
ba1b077b
MV
2252002-05-22 Marius Vollmer <mvo@zagadka.ping.de>
226
8dc434c7
MV
227 * numbers.c (mem2ureal): When returning an inexact zero, make sure
228 it is represented as a floating point value so that we can change
229 its sign.
230
ba1b077b
MV
231 From John W. Eaton <jwe@bevo.che.wisc.edu>
232
233 * numbers.c (idbl2str): Don't omit sign when printing negative zero.
234
74c58131
TTN
2352002-05-14 Thien-Thi Nguyen <ttn@giblet.glug.org>
236
237 * gc_os_dep.c: For I386/OPENBSD, allow for `__i386__'
0926d46e 238 in addition to `i386'. Thanks to Dale P. Smith.
74c58131 239
8766d4b5
MV
2402002-05-08 Marius Vollmer <mvo@zagadka.ping.de>
241
242 * eq.c (real_eqv): New.
243 (scm_eqv_p): Use it when comparing reals and complexes.
244
245 * numbers.c: Include <string.h>, for strncmp.
246 (mem2complex): Do not create negative NaNs.
247 (scm_leq_p, scm_geq_p): Explicitely return #f when comparing a
248 NaN.
249 (scm_inexact_to_exact): Signal error when converting a NaN.
74c58131 250
1d8c3cad
MV
2512002-05-06 Marius Vollmer <mvo@zagadka.ping.de>
252
253 * posix.c (scm_putenv): Handle removing variables explicitely by
254 calling unsetenv.
255
256 From John W. Eaton.
74c58131 257
1d8c3cad
MV
258 * numbers.h: Conditionally include floatingpoint.h, ieeefp.h, and
259 nan.h. Provide declarations for scm_inf_p, scm_nan_p, scn_inf,
260 and scm_nan.
261 * numbers.c: [SCO && ! HAVE_ISNAN] (isnan): New function.
262 [SCO && ! HAVE_ISINF] (isinf): New function.
263 (xisinf, xisnan): New functions.
264 (IS_INF): Delete.
265 (isfinite): Define in terms of xisinf.
266 (scm_inf_p, scm_nan_p): New functions.
267 (guile_Inf, guile_NaN): New file-scope vars.
268 (guile_ieee_init): New function.
269 (scm_inf, scm_nan): New functions.
270 (idbl2str): Handle Inf and NaN. Remove funny label and
271 corresponding gotos.
272 (ALLOW_DIVIDE_BY_ZERO): New macro.
273 (scm_divide): Allow division by zero to occur if
274 ALLOW_DIVIDE_BY_ZERO is defined.
275 Handle bignums and ints as special cases.
276
277 Additional stuff by me:
278
279 numbers.c (mem2ureal): Recognize "inf.0" and "nan.xxx".
280 (scm_even_p, scm_odd_p): Treat infinity as even and odd.
281 (iflo2str): Don't output a '+' for negative numbers or for Inf and
282 NaN. They will provide their own sign.
283 (scm_divide): Only allow divides by inexact zeros. Dividing by
284 exact zeros still signals an errors.
74c58131 285
7a0c65eb
TTN
2862002-04-22 Thien-Thi Nguyen <ttn@giblet.glug.org>
287
87b72063 288 * goops.h (scm_slot_exists_p): Rename from scm_slots_exists_p.
7a0c65eb
TTN
289 * goops.c (scm_slot_exists_p): Rename from scm_slots_exists_p.
290 (s_scm_slot_exists_p): Rename from s_scm_slots_exists_p.
291 Thanks to Andreas Rottmann.
292
5e423a39
GH
2932002-04-20 Gary Houston <ghouston@arglist.com>
294
295 * removal of unused fields in root state (thanks to Christopher
296 Cramer for pointing out the disuse.)
297 * root.h (scm_root_state): removed def_inp, def_outp, def_errp.
1841c44a 298 (scm_def_inp, scm_def_outp, scm_def_errp): removed.
b6287a25 299
5e423a39
GH
300 * root.c (root_mark): don't mark them.
301 (scm_make_root): don't set them to #f.
302 * init.c (scm_init_standard_ports): don't initialise with the
303 default ports.
304
9d2cce76
MV
3052002-04-17 Marius Vollmer <mvo@zagadka.ping.de>
306
307 * Makefile.am (EXTRA_DIST): Added cpp_err_symbols.c and
308 cpp_sig_symbols.c.
309
3102002-04-16 Marius Vollmer <mvo@zagadka.ping.de>
311
312 * guile-snarf.in: Do not clean input file. This would write to
313 the $(srcdir) during a VPATH build, which is not allowed. It also
314 isn't needed since it only works when an output filename has been
315 specified and in that case we don't need to clean the input file
316 because the output file will already exist.
317
6f79b6cc
MV
3182002-03-31 Marius Vollmer <mvo@zagadka.ping.de>
319
320 * guile-snarf: Install the trap for removing $cleanfile only when
321 the value of $cleanfile is actually known.
322
21550b10
RB
3232002-04-10 Rob Browning <rlb@defaultvalue.org>
324
325 * .cvsignore: add versiondat.h and *.c.clean.c.
326
bc76d628
DH
3272002-03-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
328
329 * srcprop.[ch] (scm_c_source_property_breakpoint_p): New
330 function, replaces macro SRCBRKP.
331
332 (SRCBRKP): Deprecated.
333
334 * eval.c (SCM_CEVAL): Replaced use of SRCBRKP by call to
335 scm_c_source_property_breakpoint_p. Removed some use of arg1 as
336 temporary variable.
337
5132eef0
DH
3382002-03-25 Dirk Herrmann <D.Herrmann@tu-bs.de>
339
340 * debug.h, eval.c: Deprecated CHECK_ENTRY, CHECK_APPLY and
341 CHECK_EXIT and removed all references to them.
342
680516ba
DH
3432002-03-24 Dirk Herrmann <D.Herrmann@tu-bs.de>
344
345 * debug.h (scm_ready_p, debug_print): Removed declarations.
346
347 * eval.c (EVALCELLCAR): Removed.
348
349 (SCM_CEVAL): Eliminated label loopnoap. Removed side-effecting
350 operation from condition.
351
e2bd68e0
MV
3522002-03-24 Marius Vollmer <mvo@zagadka.ping.de>
353
354 * guile-snarf.in: When the output filename is "-", write to
355 stdout. When no "-o" option is given, use "-" as the output
356 filename (i.e., stdout). Only 'clean' the inputfile or remove the
357 output file on error when the output file name is not "-". Define
358 the preprocessor macro SCM_MAGIC_SNARFER while snarfing.
359
360 * Makefile.am (.c.x): Pass "-o $@" to guile-snarf.
361
ab1f1094
DH
3622002-03-23 Dirk Herrmann <D.Herrmann@tu-bs.de>
363
364 * eval.c (SCM_CEVAL, SCM_APPLY): Eliminated labels wrongnumargs
365 and the corresponding goto statements. Removed redundant code.
366
42030fb2
DH
3672002-03-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
368
369 * eval.c (SCM_CEVAL): Minimized scope of variable arg2.
370 Eliminated redundant SCM_IMP check. Exlined call to EVALCAR.
371 Re-enabled handing of rpsubrs and asubrs.
372
e050d4f8
DH
3732002-03-20 Dirk Herrmann <D.Herrmann@tu-bs.de>
374
375 * eval.c (SIDEVAL): Removed.
376
377 (SCM_CEVAL): Minimized scope of variable orig_sym. Eliminated
378 goto-labels cdrxnoap, cdrxbegin and nontoplevel_cdrxnoap. Changed
379 argument checking order for set! to locals, variables and symbols.
380 Improvements to control structure. Removed some uses of arg1 and
381 arg2 as temporary variables.
382
a6d344d3
TTN
3832002-03-15 Thien-Thi Nguyen <ttn@giblet.glug.org>
384
385 * guile-snarf.in: Remove "--compat=1.4" support.
386 Add "-d" and "-D" support.
387
388 (deprecated_list): New var.
389 (compat_mode_clean_xxx): Delete.
390 (grep_deprecated): New func.
391 ("main"): If "-d" or "-D", call `grep_deprecated'.
392
3939e9df
NJ
3932002-03-15 Neil Jerram <neil@ossau.uklinux.net>
394
387d418c
NJ
395 * hooks.h: Change scm_t_c_hookype_t everywhere to
396 scm_t_c_hook_type.
397
bb2c02f2 398 Docstring fixes:
a6d344d3 399
bb2c02f2
NJ
400 * strings.c (scm_string_p): Change unnecessary `iff' to `if'.
401
402 * ports.c (scm_sys_make_void_port): Use `@file'.
403
404 * numbers.c (scm_number_p, scm_real_p): Use `otherwise' rather
405 than `else'.
406
407 * macros.c (scm_makmacro): Don't say that the form replaces its
408 source, because it doesn't.
409 (scm_makmmacro): Clarify difference between this and scm_makmacro.
410
411 * backtrace.c (scm_display_error), filesys.c (scm_umask,
412 scm_select, scm_basename), goops.c (scm_method_generic_function),
413 numbers.c (scm_integer_length), posix.c (scm_getgroups, scm_execl,
414 scm_setlocale, scm_flock), socket.c (scm_shutdown): Correct
415 spelling mistakes.
416
3939e9df
NJ
417 * debug.c (scm_debug_options), eval.c
418 (scm_eval_options_interface), read.c (scm_read_options): Change
419 incorrect @var in docstring to @code.
420
3b3cc781
MV
4212002-03-14 Marius Vollmer <mvo@zagadka.ping.de>
422
500b0d5b
MV
423 * unif.c (singp): Use SCM_REALP instead of SCM_SLOPPY_REALP.
424
3b3cc781
MV
425 * snarf.h (SCM_SNARF_INIT): Add "^:^" after code so that
426 guile-snarf can remove trailing non-init code.
427
428 * guile-snarf.in (modern_snarf): Remove everything following and
429 including "^:^" from the output.
430
dff98306
DH
4312002-03-14 Dirk Herrmann <D.Herrmann@tu-bs.de>
432
433 * eval.c (SCM_CEVAL), srcprop.h (SRCBRKP): Eliminated union 't'.
434
435 * eval.c (SCM_CEVAL): Exlined call to EVALCAR.
436
2287fb53
TTN
4372002-03-13 Thien-Thi Nguyen <ttn@giblet.glug.org>
438
439 * guile-snarf.in: Update copyright.
440 Rewrite to internalize error handling.
441 Add "--compat=1.4" handling.
442 Add commentary.
443
444 * Makefile.am (libpath.h): Use @top_srcdir_absolute@.
445 (snarfcppopts): New var.
446 (.c.x): Use $(snarfcppopts). Rework guile-snarf usage.
447 (.c.doc): Use $(snarfcppopts).
448
822250a4
TTN
449 * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,
450 continuations.c, debug-malloc.c, debug.c, deprecation.c, dynl.c,
451 dynwind.c, environments.c, eq.c, error.c, eval.c, evalext.c,
452 extensions.c, feature.c, filesys.c, fluids.c, fports.c, gc.c,
453 goops.c, gsubr.c, guardians.c, hash.c, hashtab.c, hooks.c,
454 ioext.c, iselect.c, keywords.c, lang.c, list.c, load.c, macros.c,
455 modules.c, net_db.c, numbers.c, objects.c, objprop.c, options.c,
456 pairs.c, ports.c, posix.c, print.c, procprop.c, procs.c,
457 properties.c, ramap.c, random.c, rdelim.c, read.c, regex-posix.c,
458 root.c, rw.c, scmsigs.c, script.c, simpos.c, socket.c, sort.c,
459 srcprop.c, stackchk.c, stacks.c, stime.c, strings.c, strop.c,
460 strorder.c, strports.c, struct.c, symbols.c, threads.c, throw.c,
461 unif.c, values.c, variable.c, vectors.c, version.c, vports.c,
462 weaks.c: Retire inclusion guard macro SCM_MAGIC_SNARFER.
463
b7798e10
DH
4642002-03-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
465
466 * eval.c (SCM_CEVAL): Got rid of the last reference to t.lloc.
467 The next step will be to remove the union 't' and simplify the
468 code of SCM_CEVAL that way.
469
04a98cff
NJ
4702002-03-12 Neil Jerram <neil@ossau.uklinux.net>
471
472 * iselect.c (collisionp, gnfds, greadfds, gwritefds, gexceptfds,
473 rreadfds, rwritefds, rexceptfds): Made static.
474
475 * gc.c (terminating), fports.c (terminating): Renamed
476 scm_i_terminating.
477
16d98032
MV
4782002-03-11 Marius Vollmer <mvo@zagadka.ping.de>
479
5046250e
MV
480 * numbers.c (scm_divide): Adapt code from libstdc++/f2c to void
481 potential overflow problems. Thanks to John W Eaton!
482
8794207d
MV
483 * strop.c (string_capitalize_x): Treat characters as unsigned so
484 that 8-bit chars work. Thanks to David Pirotte!
16d98032 485
1d15ecd3
DH
4862002-03-10 Dirk Herrmann <D.Herrmann@tu-bs.de>
487
488 * eval.c (SCM_CEVAL): Cleaned up the handling of 'slot-ref',
489 'slot-set!' and 'nil-cond'. Removed some uses of t.arg1, arg2 and
490 proc as temporary variables. Introduced temporary variables with
491 hopefully descriptive names for clarification. Replaced SCM_N?IMP
492 by a more explicit predicate in some places.
493
4942002-03-09 Dirk Herrmann <D.Herrmann@tu-bs.de>
f12745b6
DH
495
496 * eval.c (SCM_CEVAL): Cleaned up the handling of #@dispatch.
497 Added lots of comments regarding the implementation of #@dispatch.
498 Changed intra-procedure communication to use t.arg1 instead of
499 arg2. Removed some uses of t.arg1, t.lloc and proc as temporary
500 variables. Introduced temporary variables with hopefully
501 descriptive names for clarification. Replaced SCM_N?IMP by a more
502 explicit predicate in some places. Use SCM_INSTANCE_HASH instead
503 of computing the expression explicitly. Eliminate now unused
504 label nontoplevel_cdrxbegin.
505
506 * goops.h (SCM_INSTANCE_HASH): New macro.
507
508 * objects.h (SCM_CMETHOD_FORMALS, SCM_CMETHOD_BODY): New macros.
509
1ebf1566
TTN
5102002-03-08 Thien-Thi Nguyen <ttn@giblet.glug.org>
511
512 * Makefile.am (bin_SCRIPTS): Revive this decl, w/ initial element
513 "guile-snarf" moved back from `noinst_SCRIPTS'.
514
020c890c
NJ
5152002-03-08 Neil Jerram <neil@ossau.uklinux.net>
516
58d233cc
NJ
517 * srcprop.c (scm_set_source_property_x): If SRCPROPS obj already
518 exists when adding a source property other than those that are
519 handled explicitly, add the new property to the SRCPROPS obj's
520 plist.
521
020c890c
NJ
522 * debug.h (SCM_MAX_FRAME_SIZE): Remove incorrect comment about use
523 of SCM_MAX_FRAME_SIZE as a bit mask; it isn't used like this.
524
525 * eval.c (SCM_CEVAL): Don't store scm_debug_eframe_size in
526 debug.status. It isn't needed, and it can overflow the bits
527 reserved for it (which may lead to a segv or a GC abort).
528
3f04400d
DH
5292002-03-02 Dirk Herrmann <D.Herrmann@tu-bs.de>
530
531 * eval.c (SCM_CEVAL): Cleaned up the handling of 'apply'. Removed
532 side-effecting operations from conditions and macro calls.
533 Replaced SCM_N?IMP by a more explicit predicate in some places.
534 Minimized the scope of some variables.
535
97820583
SJ
5362002-03-02 Stefan Jahn <stefan@lkcc.org>
537
538 * convert.i.c: Fixed int <-> long conversions which would have
539 failed if their sizes were different.
540
38ace99e
DH
5412002-03-02 Dirk Herrmann <D.Herrmann@tu-bs.de>
542
543 * eval.c (SCM_CEVAL): Cleaned up the handling of 'if', 'let',
544 'letrec' and 'set*': Removed some uses of t.arg1, t.lloc and proc
545 as temporary variables. Removed side-effecting operations from
546 conditions and macro calls. Introduced temporary variables with
547 hopefully descriptive names for clarification. Replaced SCM_N?IMP
548 by a more explicit predicate in some places. Removed code that
549 was conditionally compiled if SICP was defined - which it never
550 is.
551
e5cb71a0
DH
5522002-03-02 Dirk Herrmann <D.Herrmann@tu-bs.de>
553
554 * eval.c (SCM_CEVAL): Cleaned up the handling of 'cons' and 'do':
555 Removed some uses of t.arg1 and proc as temporary variables.
556 Removed side-effecting operations from conditions and macro calls.
557 Introduced temporary variables with hopefully descriptive names
558 for clarification. Replaced SCM_N?IMP by a more explicit
559 predicate in some places.
560
6a0f6ff3
DH
5612002-03-02 Dirk Herrmann <D.Herrmann@tu-bs.de>
562
563 * eval.c (scm_badargsp, SCM_CEVAL): Replaced SCM_N?IMP by a more
564 explicit predicate in some places.
565
566 (CHECK_EQVISH): Removed.
567
568 (SCM_CEVAL): Removed some uses of t.arg1 and proc as temporary
569 variables. Removed side-effecting operations from conditions and
570 macro calls. Introduced temporary variables for clarification.
571 Sorted if-else-if check for the type of the last form in a list by
572 frequency. Avoided some unnecessary tail-recursion calls.
573
228a24ef
DH
5742002-03-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
575
576 * gc.c (SCM_HEAP_SEG_SIZE, CELL_UP, CELL_DN, NEXT_DATA_CELL,
577 init_heap_seg, alloc_some_heap), gc.h (struct scm_cell, struct
578 scm_t_cell, SCM_CELLPTR, SCM_GC_CARD_SIZE,
579 SCM_GC_IN_CARD_HEADERP), tags.h (SCM_CELLP): Renamed the struct
580 scm_cell and all its uses to scm_t_cell in accordance to Guile's
581 naming scheme for types.
582
583 * alist.c (scm_acons), convert.i.c (CTYPES2UVECT,
584 CTYPES2UVECT_OPTIONAL), coop-threads.c (scm_call_with_new_thread,
585 scm_spawn_thread), debug.c (scm_make_debugobj), environments.c
586 (scm_make_environment), eval.c (scm_closure), fports.c
587 (scm_fdes_to_port), gc.c (scm_deprecated_newcell,
588 scm_deprecated_newcell2), inline.h (scm_alloc_cell, scm_cell),
589 list.c (SCM_I_CONS), numbers.c (scm_i_mkbig), pairs.c (scm_cons),
590 ports.c (scm_void_port), procs.c (scm_c_make_subr, scm_makcclo),
591 smob.c (scm_make_smob), smob.h (SCM_NEWSMOB), strings.c
592 (scm_take_str, scm_allocate_string), strports.c (scm_mkstrport),
593 unif.c (scm_make_uve), variable.c (make_variable), vectors.c
594 (scm_c_make_vector), vports.c (scm_make_soft_port): Renamed
595 scm_alloc_cell to scm_cell.
596
597 * environments.c (core_environments_observe), gc.c
598 (scm_deprecated_newcell2), goops.c (wrap_init, scm_wrap_object),
599 inline.h (scm_alloc_double_cell, scm_double_cell), num2float.i.c
600 (FLOAT2NUM), numbers.c (scm_make_real), procs.c
601 (scm_make_procedure_with_setter), smob.h (SCM_NEWSMOB2,
602 SCM_NEWSMOB3), struct.c (scm_make_struct, scm_make_vtable_vtable),
603 symbols.c (scm_mem2symbol, scm_mem2uninterned_symbol), weaks.c
604 (allocate_weak_vector): Renamed scm_alloc_double_cell to
605 scm_double_cell.
606
edb810bb
SJ
6072002-02-27 Stefan Jahn <stefan@lkcc.org>
608
609 * convert.i.c, convert.c: Better range checking.
610
611 * inet_aton.c, fports.c: Commented the inclusion of <winsock2.h>.
612
1ebf1566 613 * deprecation.c (vsnprintf): Define to `_vsnprintf' for
edb810bb
SJ
614 Windows (MinGW).
615
327d4dd3
TTN
6162002-02-26 Thien-Thi Nguyen <ttn@giblet.glug.org>
617
618 * Makefile.am: Update path to pre-inst-guile automake frag.
619
89d7a92c 6202002-02-25 Dirk Herrmann <D.Herrmann@tu-bs.de>
646052c0
DH
621
622 * gc.c (scm_gc_sweep): Make it compile even when deprecated
623 features are excluded.
624
89d7a92c 6252002-02-25 Dirk Herrmann <D.Herrmann@tu-bs.de>
bac0e232
DH
626
627 * num2integral.i.c (NUM2INTEGRAL): Fixed signedness problem.
628
4f2716b6
GH
6292002-02-25 Gary Houston <ghouston@arglist.com>
630
631 * convert.c: include <string.h> for convert_i.c.
632
46151112
RB
6332002-02-24 Rob Browning <rlb@defaultvalue.org>
634
635 * .cvsignore: add stamp-h1.
636
cd328b4f
NJ
6372002-02-21 Neil Jerram <neil@ossau.uklinux.net>
638
639 * unif.c (scm_array_to_list): Correct name, which had been
640 accidentally changed to scm_t_arrayo_list!
641
c709de7f
MD
6422002-02-20 Mikael Djurfeldt <mdj@linnaeus>
643
644 * gc.c (scm_gc_sweep): Print an error message when aborting due to
645 underflowing scm_mallocated.
646
c1965d31
MV
6472002-02-14 Marius Vollmer <marius.vollmer@uni-dortmund.de>
648
649 * gc.h, gc.c (scm_must_malloc, scm_must_realloc, scm_must_strdup,
650 scm_must_strndup, scm_done_malloc, scm_done_free, scm_must_free):
651 Reimplemented using the new scm_gc_malloc, etc., functions and
652 deprecated.
653
b606945b
TTN
6542002-02-11 Thien-Thi Nguyen <ttn@giblet.glug.org>
655
656 * Makefile.am (bin_PROGRAMS): Move `guile_filter_doc_snarfage'
657 to `noinst_PROGRAMS'.
658 (bin_SCRIPTS): Move all values to `noinst_SCRIPTS'; delete.
659 (noinst_PROGRAMS, noinst_SCRIPTS): New.
660
7c686ba8
MV
6612002-02-11 Marius Vollmer <marius.vollmer@uni-dortmund.de>
662
663 * gc.h, gc.c (scm_gc_sweep): Issue deprecation warning when
664 non-zero is returned from a port or smob free function.
665 (scm_malloc, scm_realloc, scm_strndup, scm_strdup,
666 scm_gc_register_collectable_memory,
667 scm_gc_unregister_collectable_memory, scm_gc_malloc,
668 scm_gc_realloc, scm_gc_free, scm_gc_strndup, scm_gc_strdup): New.
669
670 * backtrace.c, continuations.c, convert.i.c, coop-threads.c,
671 debug-malloc.c, dynl.c, environments.c, environments.h,
672 extensions.c, filesys.c, fports.c, gc.c, gc.h, gh_data.c, goops.c,
673 guardians.c, hooks.c, init.c, keywords.c, load.c, numbers.c,
674 ports.c, posix.c, procs.c, rdelim.c, regex-posix.c, root.c,
675 smob.c, stime.c, strings.c, struct.c, struct.h, symbols.c, unif.c,
676 vectors.c, weaks.c: Use scm_gc_malloc/scm_malloc and
677 scm_gc_free/free instead of scm_must_malloc and scm_must_free, as
678 appropriate. Return zero from smob and port free functions.
679
680 * debug-malloc.c (scm_malloc_reregister): Handle "old == NULL".
681
682 * deprecation.h, deprecation.c: Reimplemented to allow deprecation
683 messages while the GC is running.
684 (scm_c_issue_deprecation_warning_fmt): New.
685
686 * fports.c (scm_setvbuf): Reset read buffer to saved values when
687 it is pointing to the putback buffer.
688
66adc0a6
TTN
6892002-02-08 Thien-Thi Nguyen <ttn@giblet.glug.org>
690
691 * gsubr.c (create_gsubr): On "too many args" error,
692 also display arg count and name. Thanks to Bill Schottstaedt.
693
0187b4f4
TTN
6942002-02-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
695
696 * Makefile.am: Include $(top_srcdir)/pre-inst-guile.am.
697
698 (bin_SCRIPTS): Remove guile-snarf-docs-texi.
699 (alldotdocfiles, snarf2checkedtexi, dotdoc2texi): New vars.
700 (guile.texi, guile-procedures.texi): Use $(dotdoc2texi).
701
702 * guile-snarf-docs-texi.in: Bye bye.
703
402e687c
MV
7042002-02-04 Marius Vollmer <marius.vollmer@uni-dortmund.de>
705
706 * symbols.c (scm_make_symbol): Fix typo in docstring.
707
708 * symbols.h (scm_mem2uninterned_symbol, scm_symbol_interned_p,
709 scm_make_symbol): New prototypes.
710
319b98ed
MV
7112002-02-03 Marius Vollmer <mvo@zagadka.ping.de>
712
713 * symbols.h (SCM_SET_SYMBOL_HASH): Removed.
714 (SCM_SYMBOL_INTERNED_P): New.
715 * symbols.c (scm_symbol_hash): Use scm_ulong2num instead of
716 SCM_MAKINUM since hash values can well be bignums.
717 (scm_mem2symbol): Only use hash values below SCM_T_BITS_MAX/2.
718 This signals a interned symbol.
719 (scm_mem2uninterned_symbol, scm_symbol_interned_p,
720 scm_make_symbol): New.
0187b4f4 721
319b98ed
MV
722 * print.c (scm_iprin1): Print uninterned symbols unreadably.
723
34472dfe
TTN
7242002-02-02 Thien-Thi Nguyen <ttn@giblet.glug.org>
725
726 * __scm.h (HAVE_UINTPTR_T): Only define if UINTPTR_T attributes
727 are defined: UINTPTR_MAX, INTPTR_MAX, INTPTR_MIN.
0187b4f4 728 Thanks to Dave Love.
34472dfe 729
1b39c2e3
MV
7302002-01-31 Marius Vollmer <mvo@zagadka.ping.de>
731
732 * symbols.c (scm_gensym): Use " g" as default prefix, not "g".
319b98ed 733 This might help to make unintended clashes less likely.
1b39c2e3
MV
734 (scm_string_to_symbol): Protect the string until the symbols is
735 created.
736
1fa86ca5
SJ
7372002-01-31 Stefan Jahn <stefan@lkcc.org>
738
739 * convert.c, convert.h, convert.i.c: New files containing C
34472dfe 740 array to Scheme conversion helpers meant to be replacement
1fa86ca5
SJ
741 functions for the deprecated gh interface.
742
743 * Makefile.am: Setup rules for new `convert.*' files.
744
af68e5e5
SJ
7452002-01-28 Stefan Jahn <stefan@lkcc.org>
746
747 * symbols.c (scm_c_symbol2str): New function, replacement for
748 `gh_scm2newsymbol()'.
749
34472dfe 750 * strings.c (scm_c_substring2str): New function. Proper
af68e5e5
SJ
751 replacement for `gh_get_substr()'.
752
753 * socket.c: Include `stdint.h' if available for the `uint32_t'
754 declaration.
755
34472dfe 756 * scmsigs.c (s_scm_sigaction): Initialize `chandler' (inhibits
af68e5e5
SJ
757 compiler warning).
758
759 * backtrace.c: Include `lang.h' for GUILE_DEBUG conditional.
760
c96d76b8 7612002-01-22 Neil Jerram <neil@ossau.uklinux.net>
34472dfe 762
c96d76b8 763 Other changes unrelated to Elisp...
34472dfe 764
c96d76b8
NJ
765 * eval.c (scm_m_if): Use s_if rather than repeating string literal
766 "if".
767 (comments): Fix a few typos.
768 (scm_for_each): Add parentheses around oddly unparenthesized
769 if/while conditions.
770
771 * read.c (scm_read_opts): Add full stop at end of doc for
772 `keywords' option.
773
774 * script.c (scm_compile_shell_switches): Use scm_str2symbol
775 instead of gh_symbol2scm.
776
777 * srcprop.h (SRCPROPBRK): Return C type rather than SCM.
778 (SRCBRKP): Use SRCPROPBRK rather than duplicating its logic.
779
780 * srcprop.c (scm_srcprops_to_plist, scm_source_property): Change
781 SRCPROPBRK (x) to SCM_BOOL (SRCPROPBRK (x)).
782
783 First batch of changes for Elisp support...
784
785 * alist.c, async.c, boolean.c, dynl.c, eval.c, filesys.c,
786 fluids.c, list.c, load.c, options.c, posix.c, print.c, sort.c,
787 throw.c, vectors.c, weaks.c: Add #include for lang.h.
788
789 * eval.c, eval.h, init.c, lang.c, lang.h: Use SCM_ENABLE_ELISP to
790 conditionalize compilation and initialization of Elisp support
791 function.
34472dfe 792
c96d76b8
NJ
793 * alist.c (scm_assq, scm_assv, scm_assoc), async.c
794 (scm_asyncs_pending, scm_run_asyncs, noop), backtrace.c
795 (scm_set_print_params_x), dynl.c (scm_make_argv_from_stringlist),
796 filesys.c (fill_select_type, retrieve_select_type), fluids.c
797 (scm_swap_fluids, scm_swap_fluids_reverse), list.c (scm_null_p,
798 scm_ilength, scm_append_x, scm_last_pair, scm_reverse,
799 scm_reverse_x, scm_list_ref, scm_list_set_x, scm_list_cdr_set_x,
bbd26b5a
NJ
800 scm_c_memq, scm_memv, scm_member), load.c (scm_search_path),
801 options.c (change_option_setting, scm_options), posix.c
802 (environ_list_to_c), print.c (scm_iprlist), throw.c
803 (scm_exit_status), vectors.c (scm_vector), weaks.c
804 (scm_weak_vector): Use SCM_NULL_OR_NIL_P instead of SCM_NULLP.
c96d76b8
NJ
805
806 * boolean.c (scm_not): Use `SCM_FALSEP || SCM_NILP' instead of
807 just SCM_FALSEP.
34472dfe 808
c96d76b8
NJ
809 * boolean.c (scm_boolean_p): Use `SCM_BOOLP || SCM_NILP' instead
810 of just SCM_BOOLP.
811
812 * eval.c (scm_lisp_nil, scm_lisp_t, s_nil_ify, scm_m_nil_ify,
813 s_t_ify, scm_m_t_ify, s_0_cond, scm_m_0_cond, s_0_ify,
814 scm_m_0_ify, s_1_ify, scm_m_1_ify): Removed.
815 (scm_m_atfop): Support function aliasing. Support both function
816 args, which need transformation, and macro args, which do not.
817 Add explanatory comments.
818 (SCM_CEVAL): In switch cases for SCM_IM_AND, SCM_IM_COND,
819 SCM_IM_DO, SCM_IM_IF and SCM_IM_OR, add `|| SCM_NILP' to existing
820 checks for SCM_FALSEP. In switch case for SCM_IM_NIL_COND, use
821 SCM_NULLP || SCM_NILP instead of checks against (removed)
822 scm_lisp_nil. Removed switch cases for SCM_IM_NIL_IFY,
823 SCM_IM_T_IFY, SCM_IM_0_COND, SCM_IM_0_IFY, SCM_IM_1_IFY.
824
825 * lang.c (scm_nil_cons, scm_nil_car, scm_nil_cdr, scm_null,
826 scm_m_while, scm_nil_eq): Commented out; I don't think we need
827 these, but I don't want to remove them yet, just in case.
828 (scm_init_lang): Define `%nil' variable on Scheme level to hold
829 Elisp nil value.
830
831 * lang.h (SCM_NILP): Test against Elisp nil value instead of
832 against (removed) scm_lisp_nil.
833 (SCM_NILNULLP, SCM_NIL2EOL, SCM_EOL2NIL): Commented out.
834 (SCM_NULL_OR_NIL_P): New.
835
836 * list.c (scm_append): Use SCM_VALIDATE_NULL_OR_NIL instead of
837 SCM_VALIDATE_NULL.
838
839 * print.c (scm_isymnames): Fix comment. Remove #@nil-ify,
840 #@t-ify, #@0-cond, #@0-ify, #@1-ify. Add #nil (for SCM_ELISP_NIL
841 value).
842
843 * sort.c (scm_sorted_p, scm_merge, scm_merge_list_x, scm_merge_x,
844 scm_sort_x, scm_sort, scm_stable_sort_x, scm_stable_sort): Use
845 SCM_NULL_OR_NIL_P instead of SCM_NULLP. In constructions like `if
846 (SCM_NULLP (x)) return SCM_EOL;', return x rather than SCM_EOL.
847
848 * tags.h (SCM_IM_NIL_IFY, SCM_IM_T_IFY, SCM_IM_0_COND,
849 SCM_IM_0_IFY, SCM_IM_1_IFY): Removed.
850 (SCM_IM_BIND, SCM_IM_DELAY, SCM_IM_CALL_WITH_VALUES, SCM_UNBOUND):
851 Numbering shifted down accordingly.
852 (SCM_ELISP_NIL): New IFLAG.
853
854 * validate.h (SCM_VALIDATE_NULL_OR_NIL): New.
34472dfe 855
a392ee15
DH
8562002-01-10 Dirk Herrmann <D.Herrmann@tu-bs.de>
857
858 * eval.c: Removed outdated references to "everr". Improved some
859 comments.
860
861 (scm_deval_args, deval_args): Renamed scm_deval_args to
862 deval_args, since it is not part of the interface.
863
864 (SCM_CEVAL): Added (maybe somewhat verbose) comment. Avoid to
865 use references to debug.vect[0] before it exists. Add parentheses
866 to switch statement.
867
868 * goops.h: Added local emacs variables.
869
24933780
DH
8702002-01-10 Dirk Herrmann <D.Herrmann@tu-bs.de>
871
872 * eval.[ch] (scm_deval_args): Made static.
873
874 * srcprop.c (scm_source_property): Remove redundant SCM_IMP
875 test.
876
877 * strings.c (scm_c_string2str): Clarified comment. Replaced
878 THINKME by FIXME for uniformness. Removed question about whether
879 arguments need to be protected from garbage collection: Arguments
880 must be protected as any other variable.
881
f9450cdb
DH
8822002-01-10 Dirk Herrmann <D.Herrmann@tu-bs.de>
883
884 * procs.h (SCM_CLOSURE_BODY): New Macro.
885
886 * debug.c (scm_procedure_name, scm_procedure_source), eval.c
887 (SCM_CEVAL, SCM_APPLY), goops.c (scm_sys_initialize_object,
888 get_slot_value, set_slot_value), procs.c
889 (scm_procedure_documentation), sort.c (closureless), stacks.c
890 (get_applybody): Replace SCM_CDR (SCM_CODE (...)) by
891 SCM_CLOSURE_BODY.
892
893 * sort.c (closureless): Prefer !SCM_FOOP over SCM_NFOOP.
894
5dc64f64
MV
8952001-12-26 Marius Vollmer <mvo@zagadka.ping.de>
896
897 * Makefile.am (guile-procedures.txt): When we don't have makeinfo,
898 use "cp" instead.
899
197ee3d3
MV
9002001-12-16 Marius Vollmer <mvo@zagadka.ping.de>
901
902 * stacks.c, stacks.h (scm_t_stackype): Renamed to scm_stack_type
903 everywhere.
904
905 * continuations.c (scm_make_continuation): Do not retain the
906 throw_value when the continuation is invoked.
907
4d4528e7
SJ
9082001-12-08 Stefan Jahn <stefan@lkcc.org>
909
910 * strings.c (scm_c_string2str): New function. Converts a
34472dfe 911 given Scheme string into a C string. Also put in two
4d4528e7
SJ
912 THINKME's regarding the malloc policy for the missing converter
913 routines.
914
98347362
NJ
9152001-12-01 Neil Jerram <neil@ossau.uklinux.net>
916
917 * gh_data.c (gh_module_lookup): Use scm_str2symbol rather than
918 gh_symbol2scm.
919
1fc8902f
DH
9202001-11-28 Dirk Herrmann <D.Herrmann@tu-bs.de>
921
922 * gc.h (SCM_GC_CELL_WORD, SCM_GC_CELL_OBJECT,
923 SCM_GC_SET_CELL_WORD, SCM_GC_SET_CELL_OBJECT): New macros.
924
925 (SCM_GC_CELL_TYPE, SCM_CELL_WORD, SCM_CELL_OBJECT,
926 SCM_SET_CELL_WORD, SCM_SET_CELL_OBJECT, SCM_FREE_CELL_CDR,
927 SCM_GC_SET_CELL_OBJECT): Express in terms of SCM_GC_CELL_*
928 macros.
929
930 (SCM_FREE_CELL_P): Express in terms of SCM_GC_CELL_TYPE.
931
932 * inline.h (scm_alloc_cell, scm_alloc_double_cell): Use
933 SCM_GC_CELL_* macros when accessing free cells.
934
4878beec
MV
9352001-11-25 Marius Vollmer <mvo@zagadka.ping.de>
936
937 * vectors.h (SCM_MAKE_VECTOR_TAG): New.
34472dfe 938 * unif.h (SCM_MAKE_BITVECTOR_TAG, SCM_MAKE_UVECTOR_TAG): New.
4878beec
MV
939 * symbols.h (SCM_MAKE_SYMBOL_TAG): New.
940 * strings.h (SCM_MAKE_STRING_TAG): New.
941 * procs.h (SCM_MAKE_CCLO_TAG): New.
942 * numbers.h (SCM_MAKE_BIGNUM_TAG): New.
943
944 * goops.h: Replaced SCM_DEBUG_DEPRECATED with
945 !SCM_ENABLE_DEPRECATED.
946
947 * async.c, async.h (scm_system_async_mark_from_signal_handler):
948 New.
949
950 * scmsigs.c (scm_take_signal): Removed all code that assumes that
951 signal handlers are allowed to divert the flow of control. Call
952 scm_system_async_mark_from_signal_handler instead of
953 scm_system_async_mark.
954
955
956 Deprecated SCM_NEWCELL and SCM_NEWCELL2. Added scm_alloc_cell and
957 scm_alloc_double_cell in their place.
34472dfe 958
4878beec
MV
959 * gc.h (SCM_GC_SET_ALLOCATED, scm_debug_newcell,
960 scm_debug_newcell2, scm_tc16_allocated): Removed from header.
961 (scm_deprecated_newcell, scm_deprecated_newcell2): New.
962 (SCM_NEWCELL, SCM_NEWCELL2): Implement in terms of
963 scm_deprecated_newcell and scm_deprecated_newcell2.
964
965 gc.c (scm_tc16_allocated): Only define when including deprecated
966 features.
967 (scm_debug_newcell, scm_debug_newcell2): Removed.
968 (scm_init_storage): Do not initialize scm_tc16_allocated.
969 (scm_init_gc): Do it here.
970 (allocated_mark): New, from old code.
971 (scm_deprecated_newcell, scm_deprecated_newcell2): New.
34472dfe 972
4878beec 973 * inline.c, inline.h: New files.
34472dfe 974 * Makefile.am: Added them in all the right places.
4878beec 975
34472dfe 976 * _scm.h: Include "libguile/inline.h".
4878beec
MV
977
978 * alist.c, coop-threads.c, debug.c, environments.c, eval.c,
979 fports.c, gh_data.c, goops.c, guardians.c, lang.c, list.c,
980 num2float.i.c, numbers.c, pairs.c, ports.c, print.c, procs.c,
981 smob.c, smob.h, strings.c, strports.c, struct.c, symbols.c,
982 unif.c, variable.c, vectors.c, vports.c, weaks.c: Replaced
983 SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell and
984 scm_alloc_double_cell, respectively.
985
d2bc7fae
MV
9862001-11-23 Marius Vollmer <mvo@zagadka.ping.de>
987
988 * modules.c (scm_c_use_module): Adapt to changes to
989 `process-use-modules'.
990
5eec27e9
DH
9912001-11-22 Dirk Herrmann <D.Herrmann@tu-bs.de>
992
993 * numbers.c (scm_divide): Fix more division by zero errors.
994
8978878f
GH
9952001-11-21 Gary Houston <ghouston@arglist.com>
996
997 * Makefile.am (OMIT_DEPENDENCIES): removed, since it seems to be
998 obsolete. autogen.sh says:
999 invalid unused variable name: `OMIT_DEPENDENCIES'
1000
164826d3
DH
10012001-11-22 Dirk Herrmann <D.Herrmann@tu-bs.de>
1002
1003 * numbers.c (scm_divide): Fix (/ 0). Thanks to Keith Wright for
1004 reporting the bug.
1005
84aff7a7
MV
10062001-11-21 Marius Vollmer <mvo@zagadka.ping.de>
1007
1008 * Makefile.am (install-exec-hook): Prepend $(DESTDIR) to filename.
1009 Thanks to Eric Gillespie, Jr!
34472dfe 1010
6063dc1d
SJ
10112001-11-21 Stefan Jahn <stefan@lkcc.org>
1012
34472dfe
TTN
1013 * win32-socket.c (getservent, setservent, endservent,
1014 getprotoent, setprotoent, endprotoent): New functions.
6063dc1d
SJ
1015 Appropriate replacements for M$-Windows.
1016
1017 * numbers.c (SIZE_MAX, PTRDIFF_MAX, PTRDIFF_MIN): Reintroduced
1018 these definitions for GUILE_DEBUG.
1019
1020 * net_db.c: Include "win32-socket.h" if compiling with a native
34472dfe
TTN
1021 M$-Windows compiler. Include some pieces of code (protoent and
1022 servent interface) protected by HAVE_* macros when using a
6063dc1d
SJ
1023 native M$-Windows compiler.
1024
351982f6
MV
10252001-11-20 Marius Vollmer <mvo@zagadka.ping.de>
1026
1027 * modules.c (scm_c_export): Do nothing when the first argument is
1028 already the terminating NULL. Thanks to Han-Wen Nienhuys!
1029
849038b5
TTN
10302001-11-20 Thien-Thi Nguyen <ttn@glug.org>
1031
1032 * Makefile.am (libpath.h): In SCM_BUILD_INFO,
1033 also include `buildstamp'.
1034
5c790b44
RB
10352001-11-18 Rob Browning <rlb@defaultvalue.org>
1036
1037 * version.c
1038 (s_scm_major_version): use SCM_MAJOR_VERSION.
1039 (s_scm_minor_version): use SCM_MINOR_VERSION.
1040 (s_scm_micro_version): use SCM_MICRO_VERSION.
1041 (s_scm_version): use SCM_MAJOR_VERSION, SCM_MINOR_VERSION, and
1042 SCM_MICRO_VERSION.
1043
1044 * version.h.in
1045 (SCM_MAJOR_VERSION): renamed from SCM_GUILE_MAJOR_VERSION.
1046 (SCM_MINOR_VERSION): renamed from SCM_GUILE_MINOR_VERSION.
1047 (SCM_MICRO_VERSION): renamed from SCM_GUILE_MICRO_VERSION.
1048
694a9bb3
NJ
10492001-11-18 Neil Jerram <neil@ossau.uklinux.net>
1050
1051 * vectors.c (scm_vector_move_left_x, scm_vector_move_right_x):
1052 Rewrite docstrings without reference to substring-move-left/right,
1053 since the latter no longer exist.
1054
302c12b4
DH
10552001-11-17 Dirk Herrmann <D.Herrmann@tu-bs.de>
1056
1057 * eval.c: Removed bogus comment about acros.
1058
1059 (scm_unmemocar): Use !SCM_CONSP instead of SCM_IMP.
1060 Minimize scope of local variable. Eliminate dependency on
1061 macro DEBUG_EXTENSIONS.
1062
1063 (s_splicing): New error message string.
1064
1065 (scm_m_body): Issue 'bad body' message rather than 'missing
1066 expression' message.
1067
1068 (scm_m_quote): Eliminate unnecessary copying.
1069
1070 (scm_m_lambda, scm_m_letstar, scm_m_letrec, scm_m_let): Leave the
1071 checking of the body to scm_m_body.
1072
1073 (scm_m_do): Move comment to function header. Rename arg1 to
1074 binding. Made the code a bit easier to read.
1075
1076 (evalcar): Removed.
1077
1078 (iqq): Added a comment. Changed the depth parameter to
1079 unsigned. Use size_t for vector lengths. Make sure vector object
1080 is gc protected as long as its contents are read. Add some syntax
1081 checks. Get rid of unnecessary SCM_IMP test. Clean up the
1082 control structure a bit.
1083
1084 (scm_m_delay): Added comment about the implementation of
1085 scm_m_delay.
1086
1087 (scm_m_define): Add comment about guile's currying define
1088 syntax. Renamed 'proc' to 'name'. Eliminate dependency on macro
1089 DEBUG_EXTENSIONS. Simplified code a bit. Eliminate SICP code.
1090
1091 (scm_m_letrec1): Removed. Part of the functionality is taken
1092 over by the new function 'transform_bindings'.
1093
1094 (transform_bindings): New function. Takes over some of the
1095 functionality of removed function 'scm_m_letrec1', namely to split
1096 a list of bindings into a reversed list of variables and a list of
1097 initializers.
1098
1099 (scm_m_letrec): Call 'transform_bindings'.
1100
1101 (scm_m_let): Minimized scope of local variables. Renamed 'proc'
1102 to 'temp' and 'arg1' to 'binding'. Eliminated redundant SCM_NIMP
1103 test. Use 'transform_bindings'. Fixed scoping error with named
1104 let (Thanks to Aubrey Jaffer for reporting the bug and to Neil
1105 Jerram for suggesting the fix). Cleaned up the control structure
1106 a bit.
1107
1108 (scm_m_expand_body): Use 'transform_bindings'. Eliminated
1109 unnecessary consing. Eliminated unnecessary
1110 SCM_DEFER/ALLOW_INTS.
1111
1112 (SCM_CEVAL): Un-obfuscated some loops.
1113
cecb4a5e
NJ
11142001-11-16 Neil Jerram <neil@ossau.uklinux.net>
1115
8f85c0c6
NJ
1116 * gc.h (scm_unhash_name): Old declaration removed.
1117
1118 * eval.c (s_scm_eval): Change @var{primitive-eval} to
1119 @code{primitive-eval}.
1120
1121 * feature.c, vectors.c, net_db.c, unif.c, weaks.c, struct.c,
1122 version.c, alist.c, ports.c, ramap.c, unif.c, strings.c, list.c:
1123 Change @deffnx lines in docstrings to say {Scheme Procedure}
1124 rather than primitive or procedure.
1125
1126 * posix.c (scm_execl), filesys.c (scm_close), unif.c
1127 (scm_array_set_x, scm_array_contents, scm_uniform_array_read_x,
1128 scm_bit_set_star_x, scm_bit_invert_x), ramap.c (scm_array_fill_x,
1129 scm_array_for_each, scm_array_index_map_x), vectors.c (scm_vector,
1130 scm_make_vector, scm_vector_to_list, scm_vector_fill_x), strop.c
1131 (scm_string_split, scm_string_ci_to_symbol), strings.c
1132 (scm_string_p), sort.c (scm_merge), print.c (scm_newline),
1133 macros.c (scm_macro_type), alist.c (scm_acons, scm_assq):
1134 Docstring fixes and improvements reflecting edits that have been
1135 made in the reference manual source.
1136
1137 * objprop.c (scm_object_properties, scm_set_object_properties_x,
1138 scm_object_property, scm_set_object_property_x): Remove invalid
1139 @deffnx lines for corresponding procedure property primitives.
1140
cecb4a5e
NJ
1141 These changes add a @deffnx C function declaration and function
1142 index entries for each Guile primitive to the copy of the doc
1143 snarf output that is used for reference manual synchronization.
1144 Online help is unchanged.
849038b5 1145
cecb4a5e
NJ
1146 * snarf.h (SCM_SNARF_DOCS): Output primitive's C function name.
1147 (SCM_DEFINE, SCM_DEFINE1, SCM_REGISTER_PROC): Supply to C function
1148 name to SCM_SNARF_DOCS.
849038b5 1149
cecb4a5e
NJ
1150 * guile-snarf-docs-texi.in: Pass the shell script's arguments into
1151 snarf-check-and-output-texi.
1152
1153 * Makefile.am (guile-procedures.texi): New rule.
1154 (BUILT_SOURCES, guile.texi, guile-procedures.txt, CLEANFILES):
1155 Changed so that the last stage of doc snarfing is now performed
1156 twice, once to produce guile-procedures.txt for online help, and
1157 once to produce guile.texi for reference manual synchronization.
1158
ddea3325
DH
11592001-11-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
1160
1161 * eval.c (RETURN): Wrap in do{}while(0) in order to make it
1162 safely usable as a single statement followed by a ';', for example
1163 in an if statement.
1164
1165 (SCM_CEVAL, SCM_APPLY): Clean up code using 'RETURN'.
1166
72dd0a03
NJ
11672001-11-13 Neil Jerram <neil@ossau.uklinux.net>
1168
1169 * random.c (scm_random_solid_sphere_x,
1170 scm_random_hollow_sphere_x): Correct "shere" typos.
1171
1172 * hashtab.c (scm_hash_fold): Add missing apostrophe to docstring.
1173
1174 * version.c (scm_version): Update docstring to include
1175 `micro-version'.
1176
6558eda6
MV
11772001-11-13 Marius Vollmer <mvo@zagadka.ping.de>
1178
409b8588
MV
1179 * modules.c (scm_c_export): Call va_end after collecting the
1180 symbols.
1181
adb8c0f2
MV
1182 * strop.h, strop.c (scm_substring_move_left_x,
1183 scm_substring_move_right_x): Removed.
1184
6558eda6
MV
1185 * __scm.h (HAVE_UINTPTR_T, HAVE_PTRDIFF_T, HAVE_LONG_LONG,
1186 HAVE_LONG_LONGS): Define to "1" when defining them, to mirror what
1187 configure does.
1188
5d8fc640
MV
11892001-11-12 Marius Vollmer <mvo@zagadka.ping.de>
1190
1191 * numbers.c: Document macros to define when including
1192 num2integral.i.c. MAX_VALUE and MIN_VALU are no longer used, we
1193 now rely on SIZEOF_ macros that have been figured out at
1194 configure time.
1195
1196 * num2integral.i.c: Adapt to new interface.
1197 (NUM2INTEGRAL): Test whether a fixnum can be represented in the
1198 target type by casting it and checking whether it is still the
1199 same. Do not try to handle bignums for integral types that are
1200 smaller than fixnums. When handling bignums, collect the
1201 magnituse first into a unsigned type, and correctly check for
1202 overflow.
1203 (INTEGRAL2BIG): Do not use MIN_VALUE explicitely by observing that
1204 only -MIN_VALUE can still be negative of all negative numbers (in
1205 twos-complement).
1206
849038b5 1207 * tags.h (SIZEOF_SCM_T_BITS): Define it appropriately.
5d8fc640
MV
1208
1209 * __scm.h: Define HAVE_UINTPTR_T, HAVE_PTRDIFF_T and
1210 HAVE_LONG_LONG depending on whether their size is non-zero.
1211
d6b8cf11
TTN
12122001-11-11 Thien-Thi Nguyen <ttn@glug.org>
1213
1214 * strop.c (scm_string_null_p): Docfix; nfc.
1215 Thanks to Scott Lenser.
1216
9401323e
NJ
12172001-11-07 Neil Jerram <neil@ossau.uklinux.net>
1218
1219 * extensions.c (scm_load_extension): Canonicalize docstring
1220 whitespace.
1221
1222 * unif.c (scm_uniform_array_write), ports.c
1223 (scm_current_output_port, scm_force_output), dynwind.c
1224 (scm_dynamic_wind), scmsigs.c (scm_setitimer, scm_getitimer),
1225 filesys.c (scm_open, scm_lstat), struct.c
1226 (scm_make_struct_layout), random.c (scm_random,
1227 scm_random_solid_sphere_x, scm_random_hollow_sphere_x, strop.c
1228 (scm_i_index): Remove superfluous whitespace from end of docstring
1229 lines.
1230
1231 * filesys.c (scm_select), guardians.c (scm_guardian_greedy_p),
1232 strings.c (scm_make_string), variable.c (scm_make_variable,
1233 scm_make_undefined_variable, scm_variable_p, scm_variable_set_x,
1234 scm_variable_bound_p), scmsigs.c (scm_setitimer, scm_getitimer),
1235 posix.c (scm_crypt), struct.c (scm_make_vtable_vtable), hashtab.c
1236 (scm_hash_fold), ports.c (scm_port_for_each): Remove superfluous
1237 newline at end of docstrings.
1238
1239 * modules.c (scm_set_current_module): Add missing newline to
1240 docstring.
1241
b4e15479
SJ
12422001-11-07 Stefan Jahn <stefan@lkcc.org>
1243
1244 * win32-socket.[ch]: New files. Defines Winsock-API error codes
1245 and makes them available through Guile. That is because the
1246 Winsock-API does not store its errors in `errno' and thus cannot
1247 return error messages via `strerror (errno)'.
1248
1249 * socket.c (scm_init_socket): Initialize `win32-socket' part
1250 here under M$-Windows.
1251
d6b8cf11 1252 * numbers.h: Added missing declaration of
b4e15479
SJ
1253 `scm_sys_check_number_conversions()'.
1254
1255 * error.c: Local definition of SCM_I_STRERROR and SCM_I_ERRNO
1256 and use in `(strerror)' and `(system-error)'.
1257
d6b8cf11 1258 * Makefile.am (EXTRA_libguile_la_SOURCES): Added
b4e15479
SJ
1259 `win32-socket.[ch]' to extra source and header files.
1260
7ab89df1
MV
12612001-11-06 Marius Vollmer <mvo@zagadka.ping.de>
1262
1263 * script.c (scm_shell_usage, scm_compile_shell_switches): Prepend
1264 a call to turn-on-debugging when --debug has been given instead of
1265 turning it on directly. Also, handle new `--no-debug' option,
1266 which might suppress the call to turn-on-debugging.
1267
0233bfc1
SJ
12682001-11-05 Stefan Jahn <stefan@lkcc.org>
1269
1270 * struct.c (s_scm_struct_vtable_p): Corrected docstring.
1271
8f99e3f3
SJ
12722001-11-04 Stefan Jahn <stefan@lkcc.org>
1273
1274 * Makefile.am (libguile_la_LIBADD): Added $(THREAD_LIBS_LOCAL)
d6b8cf11 1275 here (was at guile_LDADD) which describes the dependency
8f99e3f3
SJ
1276 correctly and allows a clean build on Win32.
1277
d6b8cf11 1278 * __scm.h (SCM_API): Follow-up patch. Renamed __FOO__ macros
8f99e3f3
SJ
1279 into FOO.
1280
1281 * __scm.h: USE_DLL_IMPORT indicates the usage of the DLL
1282 import macros for external libraries (libcrypt, libqthreads,
1283 libreadline and libregex).
1284
1285 * coop-defs.h: Include <winsock2.h> for `struct timeval'.
1286
1287 * posix.c (flock): Added support for flock() in M$-Windows.
1288
1289 * guile.c (SCM_IMPORT): Follow-up patch. Use SCM_IMPORT instead
1290 of __SCM_IMPORT__.
1291
1292 * fports.c (getflags): Differentiate reading and writing pipes
1293 descriptors.
1294
1295 * filesys.c (S_IS*): Redefine all of the S_IS*() macros for
1296 M$-Windows.
1297
1298 * coop.c (coop_condition_variable_timed_wait_mutex): Use
1299 conditionalized error code if `ETIMEDOUT' is not available.
1300 (scm_thread_usleep): Remove bogus declaration of `struct timeval
1301 timeout'.
1302
1303 * numbers.c (PTRDIFF_MIN): Moved this definition where it actually
1304 belongs. That is because NO_PREPRO_MAGIC gets undefined after
1305 each inclusion of `num2integral.i.c'.
1306 (SIZE_MAX): Define NO_PREPRO_MAGIC if SIZE_MAX is undefined.
1307
4e21fa60
MV
13082001-11-03 Marius Vollmer <mvo@zagadka.ping.de>
1309
1310 * eval.c (scm_m_begin): Allow `(begin)`, with no subforms.
1311 (SCM_CEVAL): Evaluate an empty `begin' to SCM_UNSPECIFIED.
1312
08112c95
MD
13132001-11-02 Mikael Djurfeldt <mdj@linnaeus>
1314
7663c008
MD
1315 * print.c (scm_iprin1): Mark print state as revealed when
1316 dispatching to generic write or display.
1317
08112c95
MD
1318 * unif.c (scm_ra2contig): Fixed memory overwrite bug.
1319
f712d833
MV
13202001-11-02 Marius Vollmer <mvo@zagadka.ping.de>
1321
1322 Support for native Win32. Thanks to Stefan Jahn!
d6b8cf11 1323
f712d833
MV
1324 * Makefile.am: Add win32-uname.c, win32-uname.h, win32-dirent.c
1325 and win32-dirent.h to extra source and header files. These
1326 include the uname() and the POSIX dirent interface implementation
1327 for M$-Windows. Put `-no-undefined' into LDFLAGS to support
1328 linkers which do not allow unresolved symbols inside shared
1329 libraries. Corrected `guile_filter_doc_snarfage$(EXEEXT)'
1330 dependency.
1331
d6b8cf11
TTN
1332 * __scm.h: Defined SCM_API. This macro gets prepended to all
1333 function and data definitions which should be exported or imported
f712d833
MV
1334 in the resulting dynamic link library in the Win32 port.
1335
1336 * __scm.h, alist.h, arbiters.h, async.h, backtrace.h, boolean.h,
d6b8cf11 1337 chars.h, continuations.h, coop-defs.h, coop-threads.h,
f712d833
MV
1338 debug-malloc.h, debug.h, deprecation.h, dynl.h, dynwind.h,
1339 environments.h, eq.h, error.h, eval.h, evalext.h, extensions.h,
1340 feature.h, filesys.h, fluids.h, fports.h, gc.h, gdb_interface.h,
1341 gdbint.h, gh.h, goops.h, gsubr.h, guardians.h, hash.h, hashtab.h,
1342 hooks.h, init.h, ioext.h, iselect.h, keywords.h, lang.h, list.h,
d6b8cf11 1343 load.h, macros.h, mallocs.h, modules.h, net_db.h, numbers.h,
f712d833
MV
1344 objects.h, objprop.h, options.h, pairs.h, ports.h, posix.h, print.h,
1345 procprop.h, procs.h, properties.h, ramap.h, random.h, rdelim.h,
1346 read.h, regex-posix.h, root.h, rw.h, scmsigs.h, script.h, simpos.h,
1347 smob.h, socket.h, sort.h, srcprop.h, stackchk.h, stacks.h, stime.h,
1348 strings.h, strop.h, strorder.h, strports.h, struct.h, symbols.h,
1349 tags.h, threads.h, throw.h, unif.h, values.h, variable.h, vectors.h,
1350 vports.h, weaks.h:
1351 Prefixed each each exported symbol with SCM_API.
1352
d6b8cf11 1353 * continuations.c: Added comment about the use of the extern
f712d833
MV
1354 declarations of {get,set}context() functions used in the ia64 port.
1355
1356 * continuations.h, gc.c: `__libc_ia64_register_backing_store_base'
1357 is meant to be a `unsigned long *'.
1358
1359 * filesys.c: Include `direct.h' if possible. Use local
1360 `win32-dirent.h' for the native M$-Windows port. Define S_IS*()
1361 macros for M$-Windows. Implementation of `fstat_Win32()' which is
1362 able to differentiate between sockets and other file descriptors.
1363 Use this function as wrapper in `scm_fstat()'. Fixed typo in
1364 `scm_dirname()'.
1365
1366 * fports.c: Include `io.h' is possible. Put `*fp' into referring
1367 statement block in `scm_fport_buffer_add()'.
1368 Some corrections in `getflags()'.
d6b8cf11 1369
f712d833
MV
1370 * gdb_interface.h (GDB_INTERFACE): Also support __CYGWIN__.
1371
1372 * guile.c: Make sure to define __SCM_IMPORT__ for shared library
1373 build on Win32. Disable preloaded symbols on Win2 platforms.
1374
1375 * ioext.c, ports.c: Include `io.h' is possible.
1376
1377 * mkstemp.c: Include `process.h' is possible.
1378
1379 * net_db.c: Disable extern declaration of `h_errno' for __CYGWIN__,
1380 too.
1381 Put `scm_return_entry()' into HAVE_GETSERVENT conditional.
1382
1383 * posix.c: Remove unnecessary dirent includes and defines. Include
1384 local `win32-uname.h' for MinGW. Extern declaration of
1385 `mkstemp()' for systems where it does not exists. Make
1386 `getlogin()' available on M$-Windows.
1387
1388 * scmsigs.c: Made `usleep()' avalable on MinGW.
1389
1390 * stime.c: On M$-Windows `tzname[]' is known to be `_tzname[]'.
1391
1392 * win32-dirent.c: Include "win32-dirent.h", not "dirent.h".
1393
1394 * win32-uname.c: Include "win32-uname.h", not "uname.h".
1395
d245ce23
MD
13962001-10-28 Mikael Djurfeldt <mdj@linnaeus>
1397
1398 * unif.c (scm_uniform_array_read_x, scm_uniform_array_write):
1399 Don't apply scm_uniform_vector_length on arrays.
1400
8ea46249
DH
14012001-10-14 Dirk Herrmann <D.Herrmann@tu-bs.de>
1402
1403 * eval.c (scm_lookupcar, scm_m_letstar, scm_m_do, iqq,
1404 scm_m_define, scm_m_letrec1, scm_m_let, scm_m_expand_body,
1405 scm_macroexp, unmemocopy, scm_eval_args, scm_deval_args,
1406 SCM_CEVAL, scm_map, scm_init_eval): When building lists, prefer
1407 scm_list_<n> over scm_cons[2]?.
1408
1409 (scm_unmemocar, scm_m_cond, scm_m_letstar, scm_m_letrec1,
1410 scm_m_let, scm_m_atbind, unmemocopy, SCM_CEVAL, SCM_APPLY): Use
1411 SCM_C[AD][AD]R instead of explicit form.
1412
1413 (scm_m_set_x, scm_m_cond, scm_m_letstar, scm_m_do): Reordered
1414 comparison parameters.
1415
1416 (scm_m_case, scm_m_cond, scm_m_letstar, scm_m_do, SCM_CEVAL): Use
1417 !SCM_NULLP instead of SCM_NIMP.
1418
1419 (scm_m_case): Don't copy the form. Renamed proc to clause and
1420 minimized its scope. Renamed x to clauses. Removed side
1421 effecting operation from macro call.
1422
1423 (scm_m_cond): Don't copy the form. Renamed arg1 to clause and
1424 minimized its scope. Renamed x to clauses. Minimized the scope
1425 of variable 'len'. Make sure the else clause is treated specially
1426 even in case of '=>' occurences. Don't change the else to #t in
1427 order to be able to distinguish this case in the evaluator. Leave
1428 type checking of the recipient to the evaluator.
1429
1430 (scm_c_improper_memq): Made the comment somewhat clearer.
1431
1432 (scm_m_lambda): Renamed proc to formals. Removed unnecessary
1433 test for SCM_IM_LET at the place of the formal parameters.
1434 Simplified the formal parameter checking.
1435
1436 (scm_m_letstar): Added Comment. Renamed proc to bindings.
1437 Renamed arg1 to binding and minimized its scope. Eliminated
1438 unnecessary consing.
1439
1440 (scm_m_do): Renamed proc to bindings. Minimized the scope of
1441 variable 'len'.
1442
1443 (build_binding_list): New static function.
1444
1445 (unmemocopy): Don't use SCM_TYP7 on pairs (it's unclean).
1446 Further, split up the 'letrec' unmemoizing code to the
1447 corresponding parts for 'do', 'let' and 'letrec', adding comments
1448 to each form. Cleanup the handling of the do form (This removes
1449 some *real* code :-).
1450
1451 (SCM_CEVAL): Removed side effecting operation from macro call.
1452 Handle the 'else clause of the 'cond form specially - the symbol
1453 'else is not replaced with #t any more.
1454
8186c4f5
GH
14552001-10-14 Gary Houston <ghouston@arglist.com>
1456
1457 * version.c (scm_version): use sprintf instead of snprintf,
1458 for portability. thanks to Bill Schottstaedt.
1459
89759084
MD
14602001-10-14 Mikael Djurfeldt <mdj@linnaeus>
1461
1462 * read.c (scm_lreadr): When user-defined hash procedure returns
1463 SCM_UNSPECIFIED: Fall back to standard handling instead of raising
1464 an exception. (This prevents parsing of uniform vectors from
1465 interfering with parsing of numbers.)
1466
9c7ce563
MV
14672001-10-13 Marius Vollmer <mvo@zagadka.ping.de>
1468
1469 * numbers.c: Set NO_PREPRO_MAGIC when defining our version of
1470 PTRDIFF_MIN. Thanks to Ken Raeburn.
1471
14722001-10-07 Marius Vollmer <mvo@zagadka.ping.de>
1473
1474 * Makefile.am (EXTRA_libguile_la_SOURCES): Added "mkstemp.c".
1475
1476 * eval.c (scm_m_atbind): First try to find the variable without
1477 defining it locally; when it has not been found, define it
1478 locally.
1479
1480 * modules.c (module_variable): Pass over variables that exist but
1481 are unbound.
1482
14832001-10-06 Marius Vollmer <mvo@zagadka.ping.de>
1484
1485 * backtrace.c (display_backtrace_file_and_line): Only use
1486 scm_basename when POSIX support is compiled in. Thanks to Chris
1487 Cramer.
1488
1fe5e088
DH
14892001-10-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
1490
1491 * numbers.c (mem2uinteger): Return number read so far when coming
1492 across a hexdigit after having read a # or if not reading a hex
1493 value. This will enable the calling code to correctly handle
1494 forms like 1e2. (The background is, that the exponent markers d,
1495 e and f are also hexdigits.) Thanks to Mikael Djurfeldt for
1496 providing this patch.
1497
1498 (mem2complex): Fix erroneous double-negation. Now, numbers like
1499 1-i will be read correctly.
1500
68665a97
MD
15012001-10-12 Mikael Djurfeldt <mdj@linnaeus>
1502
1503 * debug.c (scm_mem_to_proc): Fixed typo in previous change.
1504
1505 * validate.h (SCM_VALIDATE_DOUBLE_DEF_COPY): New macro.
1506
d5cf5324
DH
15072001-10-12 Dirk Herrmann <D.Herrmann@tu-bs.de>
1508
1509 * print.c (scm_print_state_vtable, print_state_pool):
1510 Initialize. These variables are now registered as gc roots.
1511
1512 (scm_current_pstate): Update documentation.
1513
1514 (scm_current_pstate, scm_make_print_state, scm_free_print_state,
1515 scm_prin1, scm_init_print): print_state_pool is registered as a
1516 gc root and thus does not need to be protected by a surrounding
1517 pair any more.
1518
1519 (make_print_state): The car of print_state_pool no longer holds
1520 the scm_print_state_vtable.
1521
1522 (scm_current_pstate, scm_make_print_state, print_circref,
1523 scm_iprin1, scm_prin1, scm_iprlist): Prefer !SCM_<foo> over
1524 SCM_N<foo>.
1525
1526 (scm_prin1): When building lists, prefer scm_list_<n> over
1527 scm_cons[2]?.
1528
1529 (scm_iprlist): Removed a redundant SCM_IMP test.
1530
1531 (scm_simple_format): Use SCM_EQ_P to compare SCM values.
1532
37c56aec
DH
15332001-10-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
1534
1535 * debug.c (scm_make_iloc): Prefer !SCM_<foo> over SCM_N<foo>.
1536
1537 (scm_memcons, scm_mem_to_proc): When building lists, prefer
1538 scm_list_<n> over scm_cons[2]?.
1539
1540 (scm_mem_to_proc): Prefer SCM_CONSP over SCM_NIMP.
1541
1542 (scm_procedure_name): Use SCM_CADR instead of explicit form.
1543
1544 (debugobj_print): Coerce scm_intprint arg 1 to long, not int.
1545 Thanks to Rob Browning for the patch (see log entry 2001-09-21) -
1546 for some reason his patch didn't make it into the cvs.
1547
79d34f68
DH
15482001-10-09 Dirk Herrmann <D.Herrmann@tu-bs.de>
1549
1550 * numbers.c (mem2decimal_from_point): Cleaned up the parsing a
1551 little bit - should even be somewhat more accurate now.
1552
5e137c65
RB
15532001-10-08 Rob Browning <rlb@defaultvalue.org>
1554
1555 * gc.c: support ia64 register backing store.
1556 (SCM_MARK_BACKING_STORE): new macro.
1557
1558 * continuations.h: support ia64 register backing store.
1559 (struct scm_t_contregs): add ia64 register backing store.
1560
1561 * continuations.c: support ia64 register backing store.
1562 (continuation_mark): mark ia64 register backing store.
1563 (continuation_free): free ia64 register backing store.
1564 (scm_make_continuation): capture ia64 register backing store.
1565 (copy_stack_and_call): copy ia64 register backing store.
1566
ee083ac2
DH
15672001-10-08 Dirk Herrmann <D.Herrmann@tu-bs.de>
1568
1569 * hashtab.c (scm_hash_fn_create_handle_x): The result of assoc_fn
1570 is known to be #f if no entry is found. Thus, use !SCM_FALSEP
1571 instead of SCM_NIMP to test for that case.
1572
1573 * strings.h (SCM_SET_STRING_LENGTH): Cast the length to
1574 scm_t_bits instead of long.
1575
71dcdbf9
MV
15762001-10-06 Marius Vollmer <mvo@zagadka.ping.de>
1577
1578 * tags.h (SCM_T_BITS_MAX, SCM_T_SIGNED_BITS_MAX,
1579 SCM_T_SIGNED_BITS_MIN): New.
1580 * numbers.h (SCM_MOST_POSITIVE_FIXNUM, SCM_MOST_NEGATIVE_FIXNUM):
1581 Use them to make these macros computable by the preprocessor.
1582
1583 * num2integral.i.c (INTEGRAL2NUM): Let the preprocessor test
1584 whether the integral type fits in a fixnum, not the compiler.
1585 This removes a spurious compiler warning. Also, honor the
1586 NO_PREPRO_MAGIC flag to suppress any preprocessor tests. This is
1587 needed for `long long's.
1588
1589 * numbers.c: Define NO_PREPRO_MAGOC when including
1590 num2integral.c.i for `long long' and `signed long long'.
1591
152812c0
MD
15922001-10-06 Mikael Djurfeldt <mdj@linnaeus>
1593
1594 These changes fixes a race condition in the Guile coop - pthread
1595 compatibility code.
d6b8cf11 1596
152812c0
MD
1597 * coop.c (mother_awake_p): New variable.
1598 (coop_create): Set mother_awake_p before creating or signalling
1599 mother; wait until mother is going to sleep before returning.
1600 (mother): Reset mother_awake_p before going to sleep.
1601
11d49f54
DH
16022001-10-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
1603
1604 * options.c (protected_objects, scm_init_options): The content of
1605 protected_objects is now protected from garbage collection using
1606 scm_gc_register_root instead of scm_permanent_object.
1607
1608 (get_option_setting): New static function that computes an option
1609 setting as it was formerly done in the function scm_options.
1610
1611 (get_documented_option_setting): New static function that
1612 returns option documentation as it was formerly done in the
1613 function scm_options. Note that documentation C strings are no
1614 longer precomputed into SCM objects. Instead, they are converted
1615 into SCM strings every time get_documented_option_setting is
1616 called.
1617
1618 (change_option_setting): New static functions that modifies the
1619 option setting as it was formerly done in the function
1620 scm_options. The function is now exception safe, i. e. won't
1621 cause a memory leak when interrupted. Further, only non-immediate
1622 option values are added to the protection list.
1623
1624 (scm_options): This function now has only the purpose to dispatch
1625 to to get_option_setting, get_documented_option_setting or
1626 change_option_setting, depending on the arguments given to
1627 scm_options.
1628
1629 (scm_init_opts): Don't convert documentation C strings into SCM
1630 strings. Further, don't protect any object values: They _must_
1631 be immediate values, otherwise there is no guarantee that they
1632 have not been collected before anyway.
1633
1634 * options.[ch] (scm_t_option): Made type unsigned, name into a
1635 constant char* and val into a scm_t_bits type.
1636
1637 (scm_options, scm_init_opts): The number of options is guaranteed
1638 to be larger or equal to zero. Thus, the type is changed to
1639 unsigned.
1640
3dbacabc
DH
16412001-10-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
1642
1643 * num2integral.i.c (NUM2INTEGRAL): Eliminated some warnings about
1644 testing an unsigned value for being >= 0.
1645
14282d0f
DH
16462001-10-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
1647
1648 * numbers.h: Removed old comment about using SCM_CAR to access
1649 non-pair cells.
1650
1651 (SCM_MOST_POSITIVE_FIXNUM, SCM_MOST_NEGATIVE_FIXNUM): Make sure
1652 the return value is signed. Thanks to Brian Crowder for the bug
1653 report.
1654
1655 (SCM_SRS): Avoid unnecessary casting and don't unpack input
1656 values. With this patch, SCM_SRS can be safely used for other
1657 types than scm_t_signed_bits. However, it should still better be
1658 an internal macro and thus be renamed to SCM_I_SRS.
1659
1660 (SCM_MAKINUM, SCM_INUM): Use proper casting.
1661
2dbec7b5
GH
16622001-10-03 Gary Houston <ghouston@arglist.com>
1663
1664 * continuations.h, unif.h: in the descriptions of the bit patterns
1665 of the heap cells, make bit 0 the least significant.
1666
cf4ee841
TTN
16672001-09-25 Thien-Thi Nguyen <ttn@glug.org>
1668
1669 * chars.h (SCM_MAKE_CHAR): Use `scm_t_bits' instead of `intptr_t'.
1670 Thanks to Golubev I. N.
1671
4a151b3d
GH
16722001-09-25 Gary Houston <ghouston@arglist.com>
1673
1674 * ports.c (scm_drain_input): extended the docstring. thanks to
1675 Alex Schroeder and Thien-Thi Nguyen.
1676
581ded70
MD
16772001-09-23 Mikael Djurfeldt <mdj@linnaeus>
1678
1679 * validate.h (SCM_NUM2FLOAT, SCM_NUM2DOUBLE,
1680 SCM_VALIDATE_FLOAT_COPY, SCM_VALIDATE_DOUBLE_COPY): New
1681 macros. (The NUM names might soon change.)
1682
1683 * numbers.h: Added missing declarations.
1684
5437598b
MD
16852001-09-22 Mikael Djurfeldt <mdj@linnaeus>
1686
1687 * Makefile.am: Distribute num2float.i.c.
1688
1689 * num2float.i.c: New file, multiply included by numbers.c, used
1690 to "templatize" the float <-> num conversion routines.
1691
1692 * numbers.c: New functions: scm_num2float, scm_float2num,
1693 scm_num2double, scm_double2num.
1694
0b073f0f
RB
16952001-09-21 Rob Browning <rlb@defaultvalue.org>
1696
1697 * .cvsignore: really add version.h
1698
1699 * strings.h (SCM_SET_STRING_LENGTH): coerce "l" to a long.
1700 Otherwise it fails on the alpha. However, we might rather choose
1701 this size conditionally.
1702
1703 * numbers.c (scm_gcd): change "k" to a long from an int.
1704 Otherwise it fails on the alpha. However, we might rather choose
1705 this size conditionally.
1706
1707 * error.c (scm_wta): coerce char* to intptr_t before int
1708 assignment.
1709
1710 * debug.c (debugobj_print): coerce scm_intprint arg 1 to long, not
1711 int.
1712
1713 * chars.h (SCM_MAKE_CHAR): coerce value to intptr_t.
1714
2830fd91
MD
17152001-09-20 Mikael Djurfeldt <mdj@linnaeus>
1716
1717 * numbers.c (scm_integer_expt): Accept inexact integer in second
1718 argument. (Thanks to Bill Schottstaedt.)
1719
c13f0a90
RB
17202001-09-20 Rob Browning <rlb@defaultvalue.org>
1721
1722 * .cvsignore: add version.h
1723
1724 * versiondat.h.in: removed (obsolete).
1725
1726 * version.h.in: renamed from version.h.
1727 (SCM_GUILE_MAJOR_VERSION): new public macro.
1728 (SCM_GUILE_MINOR_VERSION): new public macro.
1729 (SCM_GUILE_MICRO_VERSION): new public macro.
1730
1731 * version.h: renamed to version.h.in.
1732
1733 * version.c
1734 (scm_major_version): support integer *_VERSION macros.
1735 (scm_minor_version): support integer *_VERSION macros.
1736 (scm_micro_version): support integer *_VERSION macros.
1737 (scm_version): support integer *_VERSION macros.
1738
147c18a0
MD
17392001-09-20 Mikael Djurfeldt <mdj@linnaeus>
1740
1741 * error.c, error.h: Made error keys globally accessible.
1742 Applications might want to test for these or use them in a direct
1743 call to scm_error.
1744
1745 * num2integral.i.c (NUM2INTEGRAL): Report an error when these
1746 routines are passed an inexact. This change in behavior is
1747 motivated by concordance with R5RS: It is more common that a
1748 primitive doesn't want to accept an inexact for an exact.
1749
662c5539
DH
17502001-09-17 Dirk Herrmann <D.Herrmann@tu-bs.de>
1751
1752 The following patch partially undoes my patch from 2001-06-30,
1753 where I added the function scm_gc_mark_cell_conservatively. The
1754 function is buggy, since it breaks guile during conservative
1755 marking if a pointer on the stack points directly into the list of
1756 free cells on the heap: With conservative cell marking this will
1757 cause the whole free list to be scanned and marked - boom!
1758
1759 * gc.c (allocated_mark, MARK, heap_segment,
1760 scm_gc_mark_cell_conservatively, scm_init_storage), gc.h
cf4ee841 1761 (scm_gc_mark_cell_conservatively): Remove function
662c5539
DH
1762 scm_gc_mark_cell_conservatively and update the corresponding
1763 comments and uses accordingly. Thanks to Christopher Cramer for
1764 the patch. (Minor corrections by me.)
1765
6c1b7628
GH
17662001-09-15 Gary Houston <ghouston@arglist.com>
1767
1768 * root.h (scm_root_state): removed the continuation_stack and
1769 continuation_stack_ptr members, which have no apparent purpose.
1770 (scm_continuation_stack, scm_continuation_stack_ptr): #defines
1771 removed.
662c5539 1772
6c1b7628
GH
1773 * root.c (root_mark), init.c (restart_stack, start_stack), gc
1774 (scm_igc): remove all references to contination_stack and
1775 continuation_stack_ptr, avoiding allocation of a vector and
1776 useless processing during gc.
1777
455c0ac8
DH
17782001-09-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
1779
1780 * guardians.c (tconc_t, t_tconc): Renamed tconc_t to t_tconc.
1781
1782 (TCONC_IN): Make sure that the cell word 0 is initialized last.
1783
1784 (guardians_t, t_guardians): Renamed guardians_t to t_guardians.
1785
1786 (GUARDIAN, GUARDIAN_DATA): Renamed GUARDIAN to GUARDIAN_DATA.
1787
1788 (guardian_apply, scm_get_one_zombie, scm_make_guardian,
1789 mark_and_zombify): Prefer !SCM_<foo> over SCM_N<foo>.
1790
22ba637b
DH
17912001-09-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
1792
1793 * guardians.c (mark_dependencies_in_tconc,
1794 whine_about_self_centered_zombies, scm_init_guardians): Register
1795 the static global variable `self_centered_zombies' via
1796 scm_gc_register_root, to make some cdr-ing unnecessary.
1797
c3c4d801
DH
17982001-09-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
1799
1800 * backtrace.c (display_backtrace_file,
1801 display_backtrace_file_and_line): Use SCM_EQ_P when comparing SCM
1802 values, use SCM_FALSEP when comparing SCM values against #f.
1803 Thanks to Rob Browning for the bug report.
1804
b00418df
DH
18052001-09-12 Martin Baulig <martin@home-of-linux.org>
1806
1807 * strings.[ch] (scm_str2string): New function.
1808
a0d34a0b
MV
18092001-09-06 Marius Vollmer <mvo@zagadka.ping.de>
1810
1811 * gc.c (scm_done_free): Always subtract size from scm_mallocated
1812 when computing nm, even if it's negative.
1813 (scm_must_malloc): Abort on overflow of scm_mtrigger.
1814 (scm_must_realloc): Likewise.
1815
b10586f0
ML
18162001-09-01 Michael Livshin <mlivshin@bigfoot.com>
1817
1818 * numbers.c (scm_sys_check_number_conversions): new function,
1819 defined if Guile is compiled in debugging mode. currently checks
1820 `scm_num2ulong', should check much much more.
1821
1822 * num2integral.i.c (NUM2INTEGRAL): when converting a bignum to
1823 unsigned, ensure that it's positive. thanks to Martin Baulig!
cf4ee841 1824
8c494e99
DH
18252001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
1826
1827 * __scm.h: Added new section about compile time selectable
1828 features.
1829
1830 (long_long, ulong_long, scm_sizet, SCM_WNA, SCM_OUTOFRANGE,
1831 SCM_NALLOC, SCM_HUP_SIGNAL, SCM_INT_SIGNAL, SCM_FPE_SIGNAL,
1832 SCM_BUS_SIGNAL, SCM_SEGV_SIGNAL, SCM_ALRM_SIGNAL, SCM_GC_SIGNAL,
1833 SCM_TICK_SIGNAL, SCM_SIG_ORD, SCM_ORD_SIG, SCM_NUM_SIGS):
1834 Removed.
1835
1836 * deprecation.c (scm_include_deprecated_features): Simplified.
1837
1838 * eval.c (EVALCAR, unmemocopy), eval.h (SCM_XEVALCAR): Use
1839