(scm_slot_exists_p): Rename from scm_slots_exists_p.
[bpt/guile.git] / libguile / ChangeLog
CommitLineData
5e423a39
GH
12002-04-20 Gary Houston <ghouston@arglist.com>
2
3 * removal of unused fields in root state (thanks to Christopher
4 Cramer for pointing out the disuse.)
5 * root.h (scm_root_state): removed def_inp, def_outp, def_errp.
1841c44a 6 (scm_def_inp, scm_def_outp, scm_def_errp): removed.
b6287a25 7
5e423a39
GH
8 * root.c (root_mark): don't mark them.
9 (scm_make_root): don't set them to #f.
10 * init.c (scm_init_standard_ports): don't initialise with the
11 default ports.
12
9d2cce76
MV
132002-04-17 Marius Vollmer <mvo@zagadka.ping.de>
14
15 * Makefile.am (EXTRA_DIST): Added cpp_err_symbols.c and
16 cpp_sig_symbols.c.
17
182002-04-16 Marius Vollmer <mvo@zagadka.ping.de>
19
20 * guile-snarf.in: Do not clean input file. This would write to
21 the $(srcdir) during a VPATH build, which is not allowed. It also
22 isn't needed since it only works when an output filename has been
23 specified and in that case we don't need to clean the input file
24 because the output file will already exist.
25
6f79b6cc
MV
262002-03-31 Marius Vollmer <mvo@zagadka.ping.de>
27
28 * guile-snarf: Install the trap for removing $cleanfile only when
29 the value of $cleanfile is actually known.
30
21550b10
RB
312002-04-10 Rob Browning <rlb@defaultvalue.org>
32
33 * .cvsignore: add versiondat.h and *.c.clean.c.
34
bc76d628
DH
352002-03-26 Dirk Herrmann <D.Herrmann@tu-bs.de>
36
37 * srcprop.[ch] (scm_c_source_property_breakpoint_p): New
38 function, replaces macro SRCBRKP.
39
40 (SRCBRKP): Deprecated.
41
42 * eval.c (SCM_CEVAL): Replaced use of SRCBRKP by call to
43 scm_c_source_property_breakpoint_p. Removed some use of arg1 as
44 temporary variable.
45
5132eef0
DH
462002-03-25 Dirk Herrmann <D.Herrmann@tu-bs.de>
47
48 * debug.h, eval.c: Deprecated CHECK_ENTRY, CHECK_APPLY and
49 CHECK_EXIT and removed all references to them.
50
680516ba
DH
512002-03-24 Dirk Herrmann <D.Herrmann@tu-bs.de>
52
53 * debug.h (scm_ready_p, debug_print): Removed declarations.
54
55 * eval.c (EVALCELLCAR): Removed.
56
57 (SCM_CEVAL): Eliminated label loopnoap. Removed side-effecting
58 operation from condition.
59
e2bd68e0
MV
602002-03-24 Marius Vollmer <mvo@zagadka.ping.de>
61
62 * guile-snarf.in: When the output filename is "-", write to
63 stdout. When no "-o" option is given, use "-" as the output
64 filename (i.e., stdout). Only 'clean' the inputfile or remove the
65 output file on error when the output file name is not "-". Define
66 the preprocessor macro SCM_MAGIC_SNARFER while snarfing.
67
68 * Makefile.am (.c.x): Pass "-o $@" to guile-snarf.
69
ab1f1094
DH
702002-03-23 Dirk Herrmann <D.Herrmann@tu-bs.de>
71
72 * eval.c (SCM_CEVAL, SCM_APPLY): Eliminated labels wrongnumargs
73 and the corresponding goto statements. Removed redundant code.
74
42030fb2
DH
752002-03-21 Dirk Herrmann <D.Herrmann@tu-bs.de>
76
77 * eval.c (SCM_CEVAL): Minimized scope of variable arg2.
78 Eliminated redundant SCM_IMP check. Exlined call to EVALCAR.
79 Re-enabled handing of rpsubrs and asubrs.
80
e050d4f8
DH
812002-03-20 Dirk Herrmann <D.Herrmann@tu-bs.de>
82
83 * eval.c (SIDEVAL): Removed.
84
85 (SCM_CEVAL): Minimized scope of variable orig_sym. Eliminated
86 goto-labels cdrxnoap, cdrxbegin and nontoplevel_cdrxnoap. Changed
87 argument checking order for set! to locals, variables and symbols.
88 Improvements to control structure. Removed some uses of arg1 and
89 arg2 as temporary variables.
90
a6d344d3
TTN
912002-03-15 Thien-Thi Nguyen <ttn@giblet.glug.org>
92
93 * guile-snarf.in: Remove "--compat=1.4" support.
94 Add "-d" and "-D" support.
95
96 (deprecated_list): New var.
97 (compat_mode_clean_xxx): Delete.
98 (grep_deprecated): New func.
99 ("main"): If "-d" or "-D", call `grep_deprecated'.
100
3939e9df
NJ
1012002-03-15 Neil Jerram <neil@ossau.uklinux.net>
102
387d418c
NJ
103 * hooks.h: Change scm_t_c_hookype_t everywhere to
104 scm_t_c_hook_type.
105
bb2c02f2 106 Docstring fixes:
a6d344d3 107
bb2c02f2
NJ
108 * strings.c (scm_string_p): Change unnecessary `iff' to `if'.
109
110 * ports.c (scm_sys_make_void_port): Use `@file'.
111
112 * numbers.c (scm_number_p, scm_real_p): Use `otherwise' rather
113 than `else'.
114
115 * macros.c (scm_makmacro): Don't say that the form replaces its
116 source, because it doesn't.
117 (scm_makmmacro): Clarify difference between this and scm_makmacro.
118
119 * backtrace.c (scm_display_error), filesys.c (scm_umask,
120 scm_select, scm_basename), goops.c (scm_method_generic_function),
121 numbers.c (scm_integer_length), posix.c (scm_getgroups, scm_execl,
122 scm_setlocale, scm_flock), socket.c (scm_shutdown): Correct
123 spelling mistakes.
124
3939e9df
NJ
125 * debug.c (scm_debug_options), eval.c
126 (scm_eval_options_interface), read.c (scm_read_options): Change
127 incorrect @var in docstring to @code.
128
3b3cc781
MV
1292002-03-14 Marius Vollmer <mvo@zagadka.ping.de>
130
500b0d5b
MV
131 * unif.c (singp): Use SCM_REALP instead of SCM_SLOPPY_REALP.
132
3b3cc781
MV
133 * snarf.h (SCM_SNARF_INIT): Add "^:^" after code so that
134 guile-snarf can remove trailing non-init code.
135
136 * guile-snarf.in (modern_snarf): Remove everything following and
137 including "^:^" from the output.
138
dff98306
DH
1392002-03-14 Dirk Herrmann <D.Herrmann@tu-bs.de>
140
141 * eval.c (SCM_CEVAL), srcprop.h (SRCBRKP): Eliminated union 't'.
142
143 * eval.c (SCM_CEVAL): Exlined call to EVALCAR.
144
2287fb53
TTN
1452002-03-13 Thien-Thi Nguyen <ttn@giblet.glug.org>
146
147 * guile-snarf.in: Update copyright.
148 Rewrite to internalize error handling.
149 Add "--compat=1.4" handling.
150 Add commentary.
151
152 * Makefile.am (libpath.h): Use @top_srcdir_absolute@.
153 (snarfcppopts): New var.
154 (.c.x): Use $(snarfcppopts). Rework guile-snarf usage.
155 (.c.doc): Use $(snarfcppopts).
156
822250a4
TTN
157 * alist.c, arbiters.c, async.c, backtrace.c, boolean.c, chars.c,
158 continuations.c, debug-malloc.c, debug.c, deprecation.c, dynl.c,
159 dynwind.c, environments.c, eq.c, error.c, eval.c, evalext.c,
160 extensions.c, feature.c, filesys.c, fluids.c, fports.c, gc.c,
161 goops.c, gsubr.c, guardians.c, hash.c, hashtab.c, hooks.c,
162 ioext.c, iselect.c, keywords.c, lang.c, list.c, load.c, macros.c,
163 modules.c, net_db.c, numbers.c, objects.c, objprop.c, options.c,
164 pairs.c, ports.c, posix.c, print.c, procprop.c, procs.c,
165 properties.c, ramap.c, random.c, rdelim.c, read.c, regex-posix.c,
166 root.c, rw.c, scmsigs.c, script.c, simpos.c, socket.c, sort.c,
167 srcprop.c, stackchk.c, stacks.c, stime.c, strings.c, strop.c,
168 strorder.c, strports.c, struct.c, symbols.c, threads.c, throw.c,
169 unif.c, values.c, variable.c, vectors.c, version.c, vports.c,
170 weaks.c: Retire inclusion guard macro SCM_MAGIC_SNARFER.
171
b7798e10
DH
1722002-03-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
173
174 * eval.c (SCM_CEVAL): Got rid of the last reference to t.lloc.
175 The next step will be to remove the union 't' and simplify the
176 code of SCM_CEVAL that way.
177
04a98cff
NJ
1782002-03-12 Neil Jerram <neil@ossau.uklinux.net>
179
180 * iselect.c (collisionp, gnfds, greadfds, gwritefds, gexceptfds,
181 rreadfds, rwritefds, rexceptfds): Made static.
182
183 * gc.c (terminating), fports.c (terminating): Renamed
184 scm_i_terminating.
185
16d98032
MV
1862002-03-11 Marius Vollmer <mvo@zagadka.ping.de>
187
5046250e
MV
188 * numbers.c (scm_divide): Adapt code from libstdc++/f2c to void
189 potential overflow problems. Thanks to John W Eaton!
190
8794207d
MV
191 * strop.c (string_capitalize_x): Treat characters as unsigned so
192 that 8-bit chars work. Thanks to David Pirotte!
16d98032 193
1d15ecd3
DH
1942002-03-10 Dirk Herrmann <D.Herrmann@tu-bs.de>
195
196 * eval.c (SCM_CEVAL): Cleaned up the handling of 'slot-ref',
197 'slot-set!' and 'nil-cond'. Removed some uses of t.arg1, arg2 and
198 proc as temporary variables. Introduced temporary variables with
199 hopefully descriptive names for clarification. Replaced SCM_N?IMP
200 by a more explicit predicate in some places.
201
2022002-03-09 Dirk Herrmann <D.Herrmann@tu-bs.de>
f12745b6
DH
203
204 * eval.c (SCM_CEVAL): Cleaned up the handling of #@dispatch.
205 Added lots of comments regarding the implementation of #@dispatch.
206 Changed intra-procedure communication to use t.arg1 instead of
207 arg2. Removed some uses of t.arg1, t.lloc and proc as temporary
208 variables. Introduced temporary variables with hopefully
209 descriptive names for clarification. Replaced SCM_N?IMP by a more
210 explicit predicate in some places. Use SCM_INSTANCE_HASH instead
211 of computing the expression explicitly. Eliminate now unused
212 label nontoplevel_cdrxbegin.
213
214 * goops.h (SCM_INSTANCE_HASH): New macro.
215
216 * objects.h (SCM_CMETHOD_FORMALS, SCM_CMETHOD_BODY): New macros.
217
1ebf1566
TTN
2182002-03-08 Thien-Thi Nguyen <ttn@giblet.glug.org>
219
220 * Makefile.am (bin_SCRIPTS): Revive this decl, w/ initial element
221 "guile-snarf" moved back from `noinst_SCRIPTS'.
222
020c890c
NJ
2232002-03-08 Neil Jerram <neil@ossau.uklinux.net>
224
58d233cc
NJ
225 * srcprop.c (scm_set_source_property_x): If SRCPROPS obj already
226 exists when adding a source property other than those that are
227 handled explicitly, add the new property to the SRCPROPS obj's
228 plist.
229
020c890c
NJ
230 * debug.h (SCM_MAX_FRAME_SIZE): Remove incorrect comment about use
231 of SCM_MAX_FRAME_SIZE as a bit mask; it isn't used like this.
232
233 * eval.c (SCM_CEVAL): Don't store scm_debug_eframe_size in
234 debug.status. It isn't needed, and it can overflow the bits
235 reserved for it (which may lead to a segv or a GC abort).
236
3f04400d
DH
2372002-03-02 Dirk Herrmann <D.Herrmann@tu-bs.de>
238
239 * eval.c (SCM_CEVAL): Cleaned up the handling of 'apply'. Removed
240 side-effecting operations from conditions and macro calls.
241 Replaced SCM_N?IMP by a more explicit predicate in some places.
242 Minimized the scope of some variables.
243
97820583
SJ
2442002-03-02 Stefan Jahn <stefan@lkcc.org>
245
246 * convert.i.c: Fixed int <-> long conversions which would have
247 failed if their sizes were different.
248
38ace99e
DH
2492002-03-02 Dirk Herrmann <D.Herrmann@tu-bs.de>
250
251 * eval.c (SCM_CEVAL): Cleaned up the handling of 'if', 'let',
252 'letrec' and 'set*': Removed some uses of t.arg1, t.lloc and proc
253 as temporary variables. Removed side-effecting operations from
254 conditions and macro calls. Introduced temporary variables with
255 hopefully descriptive names for clarification. Replaced SCM_N?IMP
256 by a more explicit predicate in some places. Removed code that
257 was conditionally compiled if SICP was defined - which it never
258 is.
259
e5cb71a0
DH
2602002-03-02 Dirk Herrmann <D.Herrmann@tu-bs.de>
261
262 * eval.c (SCM_CEVAL): Cleaned up the handling of 'cons' and 'do':
263 Removed some uses of t.arg1 and proc as temporary variables.
264 Removed side-effecting operations from conditions and macro calls.
265 Introduced temporary variables with hopefully descriptive names
266 for clarification. Replaced SCM_N?IMP by a more explicit
267 predicate in some places.
268
6a0f6ff3
DH
2692002-03-02 Dirk Herrmann <D.Herrmann@tu-bs.de>
270
271 * eval.c (scm_badargsp, SCM_CEVAL): Replaced SCM_N?IMP by a more
272 explicit predicate in some places.
273
274 (CHECK_EQVISH): Removed.
275
276 (SCM_CEVAL): Removed some uses of t.arg1 and proc as temporary
277 variables. Removed side-effecting operations from conditions and
278 macro calls. Introduced temporary variables for clarification.
279 Sorted if-else-if check for the type of the last form in a list by
280 frequency. Avoided some unnecessary tail-recursion calls.
281
228a24ef
DH
2822002-03-01 Dirk Herrmann <D.Herrmann@tu-bs.de>
283
284 * gc.c (SCM_HEAP_SEG_SIZE, CELL_UP, CELL_DN, NEXT_DATA_CELL,
285 init_heap_seg, alloc_some_heap), gc.h (struct scm_cell, struct
286 scm_t_cell, SCM_CELLPTR, SCM_GC_CARD_SIZE,
287 SCM_GC_IN_CARD_HEADERP), tags.h (SCM_CELLP): Renamed the struct
288 scm_cell and all its uses to scm_t_cell in accordance to Guile's
289 naming scheme for types.
290
291 * alist.c (scm_acons), convert.i.c (CTYPES2UVECT,
292 CTYPES2UVECT_OPTIONAL), coop-threads.c (scm_call_with_new_thread,
293 scm_spawn_thread), debug.c (scm_make_debugobj), environments.c
294 (scm_make_environment), eval.c (scm_closure), fports.c
295 (scm_fdes_to_port), gc.c (scm_deprecated_newcell,
296 scm_deprecated_newcell2), inline.h (scm_alloc_cell, scm_cell),
297 list.c (SCM_I_CONS), numbers.c (scm_i_mkbig), pairs.c (scm_cons),
298 ports.c (scm_void_port), procs.c (scm_c_make_subr, scm_makcclo),
299 smob.c (scm_make_smob), smob.h (SCM_NEWSMOB), strings.c
300 (scm_take_str, scm_allocate_string), strports.c (scm_mkstrport),
301 unif.c (scm_make_uve), variable.c (make_variable), vectors.c
302 (scm_c_make_vector), vports.c (scm_make_soft_port): Renamed
303 scm_alloc_cell to scm_cell.
304
305 * environments.c (core_environments_observe), gc.c
306 (scm_deprecated_newcell2), goops.c (wrap_init, scm_wrap_object),
307 inline.h (scm_alloc_double_cell, scm_double_cell), num2float.i.c
308 (FLOAT2NUM), numbers.c (scm_make_real), procs.c
309 (scm_make_procedure_with_setter), smob.h (SCM_NEWSMOB2,
310 SCM_NEWSMOB3), struct.c (scm_make_struct, scm_make_vtable_vtable),
311 symbols.c (scm_mem2symbol, scm_mem2uninterned_symbol), weaks.c
312 (allocate_weak_vector): Renamed scm_alloc_double_cell to
313 scm_double_cell.
314
edb810bb
SJ
3152002-02-27 Stefan Jahn <stefan@lkcc.org>
316
317 * convert.i.c, convert.c: Better range checking.
318
319 * inet_aton.c, fports.c: Commented the inclusion of <winsock2.h>.
320
1ebf1566 321 * deprecation.c (vsnprintf): Define to `_vsnprintf' for
edb810bb
SJ
322 Windows (MinGW).
323
327d4dd3
TTN
3242002-02-26 Thien-Thi Nguyen <ttn@giblet.glug.org>
325
326 * Makefile.am: Update path to pre-inst-guile automake frag.
327
89d7a92c 3282002-02-25 Dirk Herrmann <D.Herrmann@tu-bs.de>
646052c0
DH
329
330 * gc.c (scm_gc_sweep): Make it compile even when deprecated
331 features are excluded.
332
89d7a92c 3332002-02-25 Dirk Herrmann <D.Herrmann@tu-bs.de>
bac0e232
DH
334
335 * num2integral.i.c (NUM2INTEGRAL): Fixed signedness problem.
336
4f2716b6
GH
3372002-02-25 Gary Houston <ghouston@arglist.com>
338
339 * convert.c: include <string.h> for convert_i.c.
340
46151112
RB
3412002-02-24 Rob Browning <rlb@defaultvalue.org>
342
343 * .cvsignore: add stamp-h1.
344
cd328b4f
NJ
3452002-02-21 Neil Jerram <neil@ossau.uklinux.net>
346
347 * unif.c (scm_array_to_list): Correct name, which had been
348 accidentally changed to scm_t_arrayo_list!
349
c709de7f
MD
3502002-02-20 Mikael Djurfeldt <mdj@linnaeus>
351
352 * gc.c (scm_gc_sweep): Print an error message when aborting due to
353 underflowing scm_mallocated.
354
c1965d31
MV
3552002-02-14 Marius Vollmer <marius.vollmer@uni-dortmund.de>
356
357 * gc.h, gc.c (scm_must_malloc, scm_must_realloc, scm_must_strdup,
358 scm_must_strndup, scm_done_malloc, scm_done_free, scm_must_free):
359 Reimplemented using the new scm_gc_malloc, etc., functions and
360 deprecated.
361
b606945b
TTN
3622002-02-11 Thien-Thi Nguyen <ttn@giblet.glug.org>
363
364 * Makefile.am (bin_PROGRAMS): Move `guile_filter_doc_snarfage'
365 to `noinst_PROGRAMS'.
366 (bin_SCRIPTS): Move all values to `noinst_SCRIPTS'; delete.
367 (noinst_PROGRAMS, noinst_SCRIPTS): New.
368
7c686ba8
MV
3692002-02-11 Marius Vollmer <marius.vollmer@uni-dortmund.de>
370
371 * gc.h, gc.c (scm_gc_sweep): Issue deprecation warning when
372 non-zero is returned from a port or smob free function.
373 (scm_malloc, scm_realloc, scm_strndup, scm_strdup,
374 scm_gc_register_collectable_memory,
375 scm_gc_unregister_collectable_memory, scm_gc_malloc,
376 scm_gc_realloc, scm_gc_free, scm_gc_strndup, scm_gc_strdup): New.
377
378 * backtrace.c, continuations.c, convert.i.c, coop-threads.c,
379 debug-malloc.c, dynl.c, environments.c, environments.h,
380 extensions.c, filesys.c, fports.c, gc.c, gc.h, gh_data.c, goops.c,
381 guardians.c, hooks.c, init.c, keywords.c, load.c, numbers.c,
382 ports.c, posix.c, procs.c, rdelim.c, regex-posix.c, root.c,
383 smob.c, stime.c, strings.c, struct.c, struct.h, symbols.c, unif.c,
384 vectors.c, weaks.c: Use scm_gc_malloc/scm_malloc and
385 scm_gc_free/free instead of scm_must_malloc and scm_must_free, as
386 appropriate. Return zero from smob and port free functions.
387
388 * debug-malloc.c (scm_malloc_reregister): Handle "old == NULL".
389
390 * deprecation.h, deprecation.c: Reimplemented to allow deprecation
391 messages while the GC is running.
392 (scm_c_issue_deprecation_warning_fmt): New.
393
394 * fports.c (scm_setvbuf): Reset read buffer to saved values when
395 it is pointing to the putback buffer.
396
66adc0a6
TTN
3972002-02-08 Thien-Thi Nguyen <ttn@giblet.glug.org>
398
399 * gsubr.c (create_gsubr): On "too many args" error,
400 also display arg count and name. Thanks to Bill Schottstaedt.
401
0187b4f4
TTN
4022002-02-05 Thien-Thi Nguyen <ttn@giblet.glug.org>
403
404 * Makefile.am: Include $(top_srcdir)/pre-inst-guile.am.
405
406 (bin_SCRIPTS): Remove guile-snarf-docs-texi.
407 (alldotdocfiles, snarf2checkedtexi, dotdoc2texi): New vars.
408 (guile.texi, guile-procedures.texi): Use $(dotdoc2texi).
409
410 * guile-snarf-docs-texi.in: Bye bye.
411
402e687c
MV
4122002-02-04 Marius Vollmer <marius.vollmer@uni-dortmund.de>
413
414 * symbols.c (scm_make_symbol): Fix typo in docstring.
415
416 * symbols.h (scm_mem2uninterned_symbol, scm_symbol_interned_p,
417 scm_make_symbol): New prototypes.
418
319b98ed
MV
4192002-02-03 Marius Vollmer <mvo@zagadka.ping.de>
420
421 * symbols.h (SCM_SET_SYMBOL_HASH): Removed.
422 (SCM_SYMBOL_INTERNED_P): New.
423 * symbols.c (scm_symbol_hash): Use scm_ulong2num instead of
424 SCM_MAKINUM since hash values can well be bignums.
425 (scm_mem2symbol): Only use hash values below SCM_T_BITS_MAX/2.
426 This signals a interned symbol.
427 (scm_mem2uninterned_symbol, scm_symbol_interned_p,
428 scm_make_symbol): New.
0187b4f4 429
319b98ed
MV
430 * print.c (scm_iprin1): Print uninterned symbols unreadably.
431
34472dfe
TTN
4322002-02-02 Thien-Thi Nguyen <ttn@giblet.glug.org>
433
434 * __scm.h (HAVE_UINTPTR_T): Only define if UINTPTR_T attributes
435 are defined: UINTPTR_MAX, INTPTR_MAX, INTPTR_MIN.
0187b4f4 436 Thanks to Dave Love.
34472dfe 437
1b39c2e3
MV
4382002-01-31 Marius Vollmer <mvo@zagadka.ping.de>
439
440 * symbols.c (scm_gensym): Use " g" as default prefix, not "g".
319b98ed 441 This might help to make unintended clashes less likely.
1b39c2e3
MV
442 (scm_string_to_symbol): Protect the string until the symbols is
443 created.
444
1fa86ca5
SJ
4452002-01-31 Stefan Jahn <stefan@lkcc.org>
446
447 * convert.c, convert.h, convert.i.c: New files containing C
34472dfe 448 array to Scheme conversion helpers meant to be replacement
1fa86ca5
SJ
449 functions for the deprecated gh interface.
450
451 * Makefile.am: Setup rules for new `convert.*' files.
452
af68e5e5
SJ
4532002-01-28 Stefan Jahn <stefan@lkcc.org>
454
455 * symbols.c (scm_c_symbol2str): New function, replacement for
456 `gh_scm2newsymbol()'.
457
34472dfe 458 * strings.c (scm_c_substring2str): New function. Proper
af68e5e5
SJ
459 replacement for `gh_get_substr()'.
460
461 * socket.c: Include `stdint.h' if available for the `uint32_t'
462 declaration.
463
34472dfe 464 * scmsigs.c (s_scm_sigaction): Initialize `chandler' (inhibits
af68e5e5
SJ
465 compiler warning).
466
467 * backtrace.c: Include `lang.h' for GUILE_DEBUG conditional.
468
c96d76b8 4692002-01-22 Neil Jerram <neil@ossau.uklinux.net>
34472dfe 470
c96d76b8 471 Other changes unrelated to Elisp...
34472dfe 472
c96d76b8
NJ
473 * eval.c (scm_m_if): Use s_if rather than repeating string literal
474 "if".
475 (comments): Fix a few typos.
476 (scm_for_each): Add parentheses around oddly unparenthesized
477 if/while conditions.
478
479 * read.c (scm_read_opts): Add full stop at end of doc for
480 `keywords' option.
481
482 * script.c (scm_compile_shell_switches): Use scm_str2symbol
483 instead of gh_symbol2scm.
484
485 * srcprop.h (SRCPROPBRK): Return C type rather than SCM.
486 (SRCBRKP): Use SRCPROPBRK rather than duplicating its logic.
487
488 * srcprop.c (scm_srcprops_to_plist, scm_source_property): Change
489 SRCPROPBRK (x) to SCM_BOOL (SRCPROPBRK (x)).
490
491 First batch of changes for Elisp support...
492
493 * alist.c, async.c, boolean.c, dynl.c, eval.c, filesys.c,
494 fluids.c, list.c, load.c, options.c, posix.c, print.c, sort.c,
495 throw.c, vectors.c, weaks.c: Add #include for lang.h.
496
497 * eval.c, eval.h, init.c, lang.c, lang.h: Use SCM_ENABLE_ELISP to
498 conditionalize compilation and initialization of Elisp support
499 function.
34472dfe 500
c96d76b8
NJ
501 * alist.c (scm_assq, scm_assv, scm_assoc), async.c
502 (scm_asyncs_pending, scm_run_asyncs, noop), backtrace.c
503 (scm_set_print_params_x), dynl.c (scm_make_argv_from_stringlist),
504 filesys.c (fill_select_type, retrieve_select_type), fluids.c
505 (scm_swap_fluids, scm_swap_fluids_reverse), list.c (scm_null_p,
506 scm_ilength, scm_append_x, scm_last_pair, scm_reverse,
507 scm_reverse_x, scm_list_ref, scm_list_set_x, scm_list_cdr_set_x,
bbd26b5a
NJ
508 scm_c_memq, scm_memv, scm_member), load.c (scm_search_path),
509 options.c (change_option_setting, scm_options), posix.c
510 (environ_list_to_c), print.c (scm_iprlist), throw.c
511 (scm_exit_status), vectors.c (scm_vector), weaks.c
512 (scm_weak_vector): Use SCM_NULL_OR_NIL_P instead of SCM_NULLP.
c96d76b8
NJ
513
514 * boolean.c (scm_not): Use `SCM_FALSEP || SCM_NILP' instead of
515 just SCM_FALSEP.
34472dfe 516
c96d76b8
NJ
517 * boolean.c (scm_boolean_p): Use `SCM_BOOLP || SCM_NILP' instead
518 of just SCM_BOOLP.
519
520 * eval.c (scm_lisp_nil, scm_lisp_t, s_nil_ify, scm_m_nil_ify,
521 s_t_ify, scm_m_t_ify, s_0_cond, scm_m_0_cond, s_0_ify,
522 scm_m_0_ify, s_1_ify, scm_m_1_ify): Removed.
523 (scm_m_atfop): Support function aliasing. Support both function
524 args, which need transformation, and macro args, which do not.
525 Add explanatory comments.
526 (SCM_CEVAL): In switch cases for SCM_IM_AND, SCM_IM_COND,
527 SCM_IM_DO, SCM_IM_IF and SCM_IM_OR, add `|| SCM_NILP' to existing
528 checks for SCM_FALSEP. In switch case for SCM_IM_NIL_COND, use
529 SCM_NULLP || SCM_NILP instead of checks against (removed)
530 scm_lisp_nil. Removed switch cases for SCM_IM_NIL_IFY,
531 SCM_IM_T_IFY, SCM_IM_0_COND, SCM_IM_0_IFY, SCM_IM_1_IFY.
532
533 * lang.c (scm_nil_cons, scm_nil_car, scm_nil_cdr, scm_null,
534 scm_m_while, scm_nil_eq): Commented out; I don't think we need
535 these, but I don't want to remove them yet, just in case.
536 (scm_init_lang): Define `%nil' variable on Scheme level to hold
537 Elisp nil value.
538
539 * lang.h (SCM_NILP): Test against Elisp nil value instead of
540 against (removed) scm_lisp_nil.
541 (SCM_NILNULLP, SCM_NIL2EOL, SCM_EOL2NIL): Commented out.
542 (SCM_NULL_OR_NIL_P): New.
543
544 * list.c (scm_append): Use SCM_VALIDATE_NULL_OR_NIL instead of
545 SCM_VALIDATE_NULL.
546
547 * print.c (scm_isymnames): Fix comment. Remove #@nil-ify,
548 #@t-ify, #@0-cond, #@0-ify, #@1-ify. Add #nil (for SCM_ELISP_NIL
549 value).
550
551 * sort.c (scm_sorted_p, scm_merge, scm_merge_list_x, scm_merge_x,
552 scm_sort_x, scm_sort, scm_stable_sort_x, scm_stable_sort): Use
553 SCM_NULL_OR_NIL_P instead of SCM_NULLP. In constructions like `if
554 (SCM_NULLP (x)) return SCM_EOL;', return x rather than SCM_EOL.
555
556 * tags.h (SCM_IM_NIL_IFY, SCM_IM_T_IFY, SCM_IM_0_COND,
557 SCM_IM_0_IFY, SCM_IM_1_IFY): Removed.
558 (SCM_IM_BIND, SCM_IM_DELAY, SCM_IM_CALL_WITH_VALUES, SCM_UNBOUND):
559 Numbering shifted down accordingly.
560 (SCM_ELISP_NIL): New IFLAG.
561
562 * validate.h (SCM_VALIDATE_NULL_OR_NIL): New.
34472dfe 563
a392ee15
DH
5642002-01-10 Dirk Herrmann <D.Herrmann@tu-bs.de>
565
566 * eval.c: Removed outdated references to "everr". Improved some
567 comments.
568
569 (scm_deval_args, deval_args): Renamed scm_deval_args to
570 deval_args, since it is not part of the interface.
571
572 (SCM_CEVAL): Added (maybe somewhat verbose) comment. Avoid to
573 use references to debug.vect[0] before it exists. Add parentheses
574 to switch statement.
575
576 * goops.h: Added local emacs variables.
577
24933780
DH
5782002-01-10 Dirk Herrmann <D.Herrmann@tu-bs.de>
579
580 * eval.[ch] (scm_deval_args): Made static.
581
582 * srcprop.c (scm_source_property): Remove redundant SCM_IMP
583 test.
584
585 * strings.c (scm_c_string2str): Clarified comment. Replaced
586 THINKME by FIXME for uniformness. Removed question about whether
587 arguments need to be protected from garbage collection: Arguments
588 must be protected as any other variable.
589
f9450cdb
DH
5902002-01-10 Dirk Herrmann <D.Herrmann@tu-bs.de>
591
592 * procs.h (SCM_CLOSURE_BODY): New Macro.
593
594 * debug.c (scm_procedure_name, scm_procedure_source), eval.c
595 (SCM_CEVAL, SCM_APPLY), goops.c (scm_sys_initialize_object,
596 get_slot_value, set_slot_value), procs.c
597 (scm_procedure_documentation), sort.c (closureless), stacks.c
598 (get_applybody): Replace SCM_CDR (SCM_CODE (...)) by
599 SCM_CLOSURE_BODY.
600
601 * sort.c (closureless): Prefer !SCM_FOOP over SCM_NFOOP.
602
5dc64f64
MV
6032001-12-26 Marius Vollmer <mvo@zagadka.ping.de>
604
605 * Makefile.am (guile-procedures.txt): When we don't have makeinfo,
606 use "cp" instead.
607
197ee3d3
MV
6082001-12-16 Marius Vollmer <mvo@zagadka.ping.de>
609
610 * stacks.c, stacks.h (scm_t_stackype): Renamed to scm_stack_type
611 everywhere.
612
613 * continuations.c (scm_make_continuation): Do not retain the
614 throw_value when the continuation is invoked.
615
4d4528e7
SJ
6162001-12-08 Stefan Jahn <stefan@lkcc.org>
617
618 * strings.c (scm_c_string2str): New function. Converts a
34472dfe 619 given Scheme string into a C string. Also put in two
4d4528e7
SJ
620 THINKME's regarding the malloc policy for the missing converter
621 routines.
622
98347362
NJ
6232001-12-01 Neil Jerram <neil@ossau.uklinux.net>
624
625 * gh_data.c (gh_module_lookup): Use scm_str2symbol rather than
626 gh_symbol2scm.
627
1fc8902f
DH
6282001-11-28 Dirk Herrmann <D.Herrmann@tu-bs.de>
629
630 * gc.h (SCM_GC_CELL_WORD, SCM_GC_CELL_OBJECT,
631 SCM_GC_SET_CELL_WORD, SCM_GC_SET_CELL_OBJECT): New macros.
632
633 (SCM_GC_CELL_TYPE, SCM_CELL_WORD, SCM_CELL_OBJECT,
634 SCM_SET_CELL_WORD, SCM_SET_CELL_OBJECT, SCM_FREE_CELL_CDR,
635 SCM_GC_SET_CELL_OBJECT): Express in terms of SCM_GC_CELL_*
636 macros.
637
638 (SCM_FREE_CELL_P): Express in terms of SCM_GC_CELL_TYPE.
639
640 * inline.h (scm_alloc_cell, scm_alloc_double_cell): Use
641 SCM_GC_CELL_* macros when accessing free cells.
642
4878beec
MV
6432001-11-25 Marius Vollmer <mvo@zagadka.ping.de>
644
645 * vectors.h (SCM_MAKE_VECTOR_TAG): New.
34472dfe 646 * unif.h (SCM_MAKE_BITVECTOR_TAG, SCM_MAKE_UVECTOR_TAG): New.
4878beec
MV
647 * symbols.h (SCM_MAKE_SYMBOL_TAG): New.
648 * strings.h (SCM_MAKE_STRING_TAG): New.
649 * procs.h (SCM_MAKE_CCLO_TAG): New.
650 * numbers.h (SCM_MAKE_BIGNUM_TAG): New.
651
652 * goops.h: Replaced SCM_DEBUG_DEPRECATED with
653 !SCM_ENABLE_DEPRECATED.
654
655 * async.c, async.h (scm_system_async_mark_from_signal_handler):
656 New.
657
658 * scmsigs.c (scm_take_signal): Removed all code that assumes that
659 signal handlers are allowed to divert the flow of control. Call
660 scm_system_async_mark_from_signal_handler instead of
661 scm_system_async_mark.
662
663
664 Deprecated SCM_NEWCELL and SCM_NEWCELL2. Added scm_alloc_cell and
665 scm_alloc_double_cell in their place.
34472dfe 666
4878beec
MV
667 * gc.h (SCM_GC_SET_ALLOCATED, scm_debug_newcell,
668 scm_debug_newcell2, scm_tc16_allocated): Removed from header.
669 (scm_deprecated_newcell, scm_deprecated_newcell2): New.
670 (SCM_NEWCELL, SCM_NEWCELL2): Implement in terms of
671 scm_deprecated_newcell and scm_deprecated_newcell2.
672
673 gc.c (scm_tc16_allocated): Only define when including deprecated
674 features.
675 (scm_debug_newcell, scm_debug_newcell2): Removed.
676 (scm_init_storage): Do not initialize scm_tc16_allocated.
677 (scm_init_gc): Do it here.
678 (allocated_mark): New, from old code.
679 (scm_deprecated_newcell, scm_deprecated_newcell2): New.
34472dfe 680
4878beec 681 * inline.c, inline.h: New files.
34472dfe 682 * Makefile.am: Added them in all the right places.
4878beec 683
34472dfe 684 * _scm.h: Include "libguile/inline.h".
4878beec
MV
685
686 * alist.c, coop-threads.c, debug.c, environments.c, eval.c,
687 fports.c, gh_data.c, goops.c, guardians.c, lang.c, list.c,
688 num2float.i.c, numbers.c, pairs.c, ports.c, print.c, procs.c,
689 smob.c, smob.h, strings.c, strports.c, struct.c, symbols.c,
690 unif.c, variable.c, vectors.c, vports.c, weaks.c: Replaced
691 SCM_NEWCELL and SCM_NEWCELL2 with scm_alloc_cell and
692 scm_alloc_double_cell, respectively.
693
d2bc7fae
MV
6942001-11-23 Marius Vollmer <mvo@zagadka.ping.de>
695
696 * modules.c (scm_c_use_module): Adapt to changes to
697 `process-use-modules'.
698
5eec27e9
DH
6992001-11-22 Dirk Herrmann <D.Herrmann@tu-bs.de>
700
701 * numbers.c (scm_divide): Fix more division by zero errors.
702
8978878f
GH
7032001-11-21 Gary Houston <ghouston@arglist.com>
704
705 * Makefile.am (OMIT_DEPENDENCIES): removed, since it seems to be
706 obsolete. autogen.sh says:
707 invalid unused variable name: `OMIT_DEPENDENCIES'
708
164826d3
DH
7092001-11-22 Dirk Herrmann <D.Herrmann@tu-bs.de>
710
711 * numbers.c (scm_divide): Fix (/ 0). Thanks to Keith Wright for
712 reporting the bug.
713
84aff7a7
MV
7142001-11-21 Marius Vollmer <mvo@zagadka.ping.de>
715
716 * Makefile.am (install-exec-hook): Prepend $(DESTDIR) to filename.
717 Thanks to Eric Gillespie, Jr!
34472dfe 718
6063dc1d
SJ
7192001-11-21 Stefan Jahn <stefan@lkcc.org>
720
34472dfe
TTN
721 * win32-socket.c (getservent, setservent, endservent,
722 getprotoent, setprotoent, endprotoent): New functions.
6063dc1d
SJ
723 Appropriate replacements for M$-Windows.
724
725 * numbers.c (SIZE_MAX, PTRDIFF_MAX, PTRDIFF_MIN): Reintroduced
726 these definitions for GUILE_DEBUG.
727
728 * net_db.c: Include "win32-socket.h" if compiling with a native
34472dfe
TTN
729 M$-Windows compiler. Include some pieces of code (protoent and
730 servent interface) protected by HAVE_* macros when using a
6063dc1d
SJ
731 native M$-Windows compiler.
732
351982f6
MV
7332001-11-20 Marius Vollmer <mvo@zagadka.ping.de>
734
735 * modules.c (scm_c_export): Do nothing when the first argument is
736 already the terminating NULL. Thanks to Han-Wen Nienhuys!
737
849038b5
TTN
7382001-11-20 Thien-Thi Nguyen <ttn@glug.org>
739
740 * Makefile.am (libpath.h): In SCM_BUILD_INFO,
741 also include `buildstamp'.
742
5c790b44
RB
7432001-11-18 Rob Browning <rlb@defaultvalue.org>
744
745 * version.c
746 (s_scm_major_version): use SCM_MAJOR_VERSION.
747 (s_scm_minor_version): use SCM_MINOR_VERSION.
748 (s_scm_micro_version): use SCM_MICRO_VERSION.
749 (s_scm_version): use SCM_MAJOR_VERSION, SCM_MINOR_VERSION, and
750 SCM_MICRO_VERSION.
751
752 * version.h.in
753 (SCM_MAJOR_VERSION): renamed from SCM_GUILE_MAJOR_VERSION.
754 (SCM_MINOR_VERSION): renamed from SCM_GUILE_MINOR_VERSION.
755 (SCM_MICRO_VERSION): renamed from SCM_GUILE_MICRO_VERSION.
756
694a9bb3
NJ
7572001-11-18 Neil Jerram <neil@ossau.uklinux.net>
758
759 * vectors.c (scm_vector_move_left_x, scm_vector_move_right_x):
760 Rewrite docstrings without reference to substring-move-left/right,
761 since the latter no longer exist.
762
302c12b4
DH
7632001-11-17 Dirk Herrmann <D.Herrmann@tu-bs.de>
764
765 * eval.c: Removed bogus comment about acros.
766
767 (scm_unmemocar): Use !SCM_CONSP instead of SCM_IMP.
768 Minimize scope of local variable. Eliminate dependency on
769 macro DEBUG_EXTENSIONS.
770
771 (s_splicing): New error message string.
772
773 (scm_m_body): Issue 'bad body' message rather than 'missing
774 expression' message.
775
776 (scm_m_quote): Eliminate unnecessary copying.
777
778 (scm_m_lambda, scm_m_letstar, scm_m_letrec, scm_m_let): Leave the
779 checking of the body to scm_m_body.
780
781 (scm_m_do): Move comment to function header. Rename arg1 to
782 binding. Made the code a bit easier to read.
783
784 (evalcar): Removed.
785
786 (iqq): Added a comment. Changed the depth parameter to
787 unsigned. Use size_t for vector lengths. Make sure vector object
788 is gc protected as long as its contents are read. Add some syntax
789 checks. Get rid of unnecessary SCM_IMP test. Clean up the
790 control structure a bit.
791
792 (scm_m_delay): Added comment about the implementation of
793 scm_m_delay.
794
795 (scm_m_define): Add comment about guile's currying define
796 syntax. Renamed 'proc' to 'name'. Eliminate dependency on macro
797 DEBUG_EXTENSIONS. Simplified code a bit. Eliminate SICP code.
798
799 (scm_m_letrec1): Removed. Part of the functionality is taken
800 over by the new function 'transform_bindings'.
801
802 (transform_bindings): New function. Takes over some of the
803 functionality of removed function 'scm_m_letrec1', namely to split
804 a list of bindings into a reversed list of variables and a list of
805 initializers.
806
807 (scm_m_letrec): Call 'transform_bindings'.
808
809 (scm_m_let): Minimized scope of local variables. Renamed 'proc'
810 to 'temp' and 'arg1' to 'binding'. Eliminated redundant SCM_NIMP
811 test. Use 'transform_bindings'. Fixed scoping error with named
812 let (Thanks to Aubrey Jaffer for reporting the bug and to Neil
813 Jerram for suggesting the fix). Cleaned up the control structure
814 a bit.
815
816 (scm_m_expand_body): Use 'transform_bindings'. Eliminated
817 unnecessary consing. Eliminated unnecessary
818 SCM_DEFER/ALLOW_INTS.
819
820 (SCM_CEVAL): Un-obfuscated some loops.
821
cecb4a5e
NJ
8222001-11-16 Neil Jerram <neil@ossau.uklinux.net>
823
8f85c0c6
NJ
824 * gc.h (scm_unhash_name): Old declaration removed.
825
826 * eval.c (s_scm_eval): Change @var{primitive-eval} to
827 @code{primitive-eval}.
828
829 * feature.c, vectors.c, net_db.c, unif.c, weaks.c, struct.c,
830 version.c, alist.c, ports.c, ramap.c, unif.c, strings.c, list.c:
831 Change @deffnx lines in docstrings to say {Scheme Procedure}
832 rather than primitive or procedure.
833
834 * posix.c (scm_execl), filesys.c (scm_close), unif.c
835 (scm_array_set_x, scm_array_contents, scm_uniform_array_read_x,
836 scm_bit_set_star_x, scm_bit_invert_x), ramap.c (scm_array_fill_x,
837 scm_array_for_each, scm_array_index_map_x), vectors.c (scm_vector,
838 scm_make_vector, scm_vector_to_list, scm_vector_fill_x), strop.c
839 (scm_string_split, scm_string_ci_to_symbol), strings.c
840 (scm_string_p), sort.c (scm_merge), print.c (scm_newline),
841 macros.c (scm_macro_type), alist.c (scm_acons, scm_assq):
842 Docstring fixes and improvements reflecting edits that have been
843 made in the reference manual source.
844
845 * objprop.c (scm_object_properties, scm_set_object_properties_x,
846 scm_object_property, scm_set_object_property_x): Remove invalid
847 @deffnx lines for corresponding procedure property primitives.
848
cecb4a5e
NJ
849 These changes add a @deffnx C function declaration and function
850 index entries for each Guile primitive to the copy of the doc
851 snarf output that is used for reference manual synchronization.
852 Online help is unchanged.
849038b5 853
cecb4a5e
NJ
854 * snarf.h (SCM_SNARF_DOCS): Output primitive's C function name.
855 (SCM_DEFINE, SCM_DEFINE1, SCM_REGISTER_PROC): Supply to C function
856 name to SCM_SNARF_DOCS.
849038b5 857
cecb4a5e
NJ
858 * guile-snarf-docs-texi.in: Pass the shell script's arguments into
859 snarf-check-and-output-texi.
860
861 * Makefile.am (guile-procedures.texi): New rule.
862 (BUILT_SOURCES, guile.texi, guile-procedures.txt, CLEANFILES):
863 Changed so that the last stage of doc snarfing is now performed
864 twice, once to produce guile-procedures.txt for online help, and
865 once to produce guile.texi for reference manual synchronization.
866
ddea3325
DH
8672001-11-15 Dirk Herrmann <D.Herrmann@tu-bs.de>
868
869 * eval.c (RETURN): Wrap in do{}while(0) in order to make it
870 safely usable as a single statement followed by a ';', for example
871 in an if statement.
872
873 (SCM_CEVAL, SCM_APPLY): Clean up code using 'RETURN'.
874
72dd0a03
NJ
8752001-11-13 Neil Jerram <neil@ossau.uklinux.net>
876
877 * random.c (scm_random_solid_sphere_x,
878 scm_random_hollow_sphere_x): Correct "shere" typos.
879
880 * hashtab.c (scm_hash_fold): Add missing apostrophe to docstring.
881
882 * version.c (scm_version): Update docstring to include
883 `micro-version'.
884
6558eda6
MV
8852001-11-13 Marius Vollmer <mvo@zagadka.ping.de>
886
409b8588
MV
887 * modules.c (scm_c_export): Call va_end after collecting the
888 symbols.
889
adb8c0f2
MV
890 * strop.h, strop.c (scm_substring_move_left_x,
891 scm_substring_move_right_x): Removed.
892
6558eda6
MV
893 * __scm.h (HAVE_UINTPTR_T, HAVE_PTRDIFF_T, HAVE_LONG_LONG,
894 HAVE_LONG_LONGS): Define to "1" when defining them, to mirror what
895 configure does.
896
5d8fc640
MV
8972001-11-12 Marius Vollmer <mvo@zagadka.ping.de>
898
899 * numbers.c: Document macros to define when including
900 num2integral.i.c. MAX_VALUE and MIN_VALU are no longer used, we
901 now rely on SIZEOF_ macros that have been figured out at
902 configure time.
903
904 * num2integral.i.c: Adapt to new interface.
905 (NUM2INTEGRAL): Test whether a fixnum can be represented in the
906 target type by casting it and checking whether it is still the
907 same. Do not try to handle bignums for integral types that are
908 smaller than fixnums. When handling bignums, collect the
909 magnituse first into a unsigned type, and correctly check for
910 overflow.
911 (INTEGRAL2BIG): Do not use MIN_VALUE explicitely by observing that
912 only -MIN_VALUE can still be negative of all negative numbers (in
913 twos-complement).
914
849038b5 915 * tags.h (SIZEOF_SCM_T_BITS): Define it appropriately.
5d8fc640
MV
916
917 * __scm.h: Define HAVE_UINTPTR_T, HAVE_PTRDIFF_T and
918 HAVE_LONG_LONG depending on whether their size is non-zero.
919
d6b8cf11
TTN
9202001-11-11 Thien-Thi Nguyen <ttn@glug.org>
921
922 * strop.c (scm_string_null_p): Docfix; nfc.
923 Thanks to Scott Lenser.
924
9401323e
NJ
9252001-11-07 Neil Jerram <neil@ossau.uklinux.net>
926
927 * extensions.c (scm_load_extension): Canonicalize docstring
928 whitespace.
929
930 * unif.c (scm_uniform_array_write), ports.c
931 (scm_current_output_port, scm_force_output), dynwind.c
932 (scm_dynamic_wind), scmsigs.c (scm_setitimer, scm_getitimer),
933 filesys.c (scm_open, scm_lstat), struct.c
934 (scm_make_struct_layout), random.c (scm_random,
935 scm_random_solid_sphere_x, scm_random_hollow_sphere_x, strop.c
936 (scm_i_index): Remove superfluous whitespace from end of docstring
937 lines.
938
939 * filesys.c (scm_select), guardians.c (scm_guardian_greedy_p),
940 strings.c (scm_make_string), variable.c (scm_make_variable,
941 scm_make_undefined_variable, scm_variable_p, scm_variable_set_x,
942 scm_variable_bound_p), scmsigs.c (scm_setitimer, scm_getitimer),
943 posix.c (scm_crypt), struct.c (scm_make_vtable_vtable), hashtab.c
944 (scm_hash_fold), ports.c (scm_port_for_each): Remove superfluous
945 newline at end of docstrings.
946
947 * modules.c (scm_set_current_module): Add missing newline to
948 docstring.
949
b4e15479
SJ
9502001-11-07 Stefan Jahn <stefan@lkcc.org>
951
952 * win32-socket.[ch]: New files. Defines Winsock-API error codes
953 and makes them available through Guile. That is because the
954 Winsock-API does not store its errors in `errno' and thus cannot
955 return error messages via `strerror (errno)'.
956
957 * socket.c (scm_init_socket): Initialize `win32-socket' part
958 here under M$-Windows.
959
d6b8cf11 960 * numbers.h: Added missing declaration of
b4e15479
SJ
961 `scm_sys_check_number_conversions()'.
962
963 * error.c: Local definition of SCM_I_STRERROR and SCM_I_ERRNO
964 and use in `(strerror)' and `(system-error)'.
965
d6b8cf11 966 * Makefile.am (EXTRA_libguile_la_SOURCES): Added
b4e15479
SJ
967 `win32-socket.[ch]' to extra source and header files.
968
7ab89df1
MV
9692001-11-06 Marius Vollmer <mvo@zagadka.ping.de>
970
971 * script.c (scm_shell_usage, scm_compile_shell_switches): Prepend
972 a call to turn-on-debugging when --debug has been given instead of
973 turning it on directly. Also, handle new `--no-debug' option,
974 which might suppress the call to turn-on-debugging.
975
0233bfc1
SJ
9762001-11-05 Stefan Jahn <stefan@lkcc.org>
977
978 * struct.c (s_scm_struct_vtable_p): Corrected docstring.
979
8f99e3f3
SJ
9802001-11-04 Stefan Jahn <stefan@lkcc.org>
981
982 * Makefile.am (libguile_la_LIBADD): Added $(THREAD_LIBS_LOCAL)
d6b8cf11 983 here (was at guile_LDADD) which describes the dependency
8f99e3f3
SJ
984 correctly and allows a clean build on Win32.
985
d6b8cf11 986 * __scm.h (SCM_API): Follow-up patch. Renamed __FOO__ macros
8f99e3f3
SJ
987 into FOO.
988
989 * __scm.h: USE_DLL_IMPORT indicates the usage of the DLL
990 import macros for external libraries (libcrypt, libqthreads,
991 libreadline and libregex).
992
993 * coop-defs.h: Include <winsock2.h> for `struct timeval'.
994
995 * posix.c (flock): Added support for flock() in M$-Windows.
996
997 * guile.c (SCM_IMPORT): Follow-up patch. Use SCM_IMPORT instead
998 of __SCM_IMPORT__.
999
1000 * fports.c (getflags): Differentiate reading and writing pipes
1001 descriptors.
1002
1003 * filesys.c (S_IS*): Redefine all of the S_IS*() macros for
1004 M$-Windows.
1005
1006 * coop.c (coop_condition_variable_timed_wait_mutex): Use
1007 conditionalized error code if `ETIMEDOUT' is not available.
1008 (scm_thread_usleep): Remove bogus declaration of `struct timeval
1009 timeout'.
1010
1011 * numbers.c (PTRDIFF_MIN): Moved this definition where it actually
1012 belongs. That is because NO_PREPRO_MAGIC gets undefined after
1013 each inclusion of `num2integral.i.c'.
1014 (SIZE_MAX): Define NO_PREPRO_MAGIC if SIZE_MAX is undefined.
1015
4e21fa60
MV
10162001-11-03 Marius Vollmer <mvo@zagadka.ping.de>
1017
1018 * eval.c (scm_m_begin): Allow `(begin)`, with no subforms.
1019 (SCM_CEVAL): Evaluate an empty `begin' to SCM_UNSPECIFIED.
1020
08112c95
MD
10212001-11-02 Mikael Djurfeldt <mdj@linnaeus>
1022
7663c008
MD
1023 * print.c (scm_iprin1): Mark print state as revealed when
1024 dispatching to generic write or display.
1025
08112c95
MD
1026 * unif.c (scm_ra2contig): Fixed memory overwrite bug.
1027
f712d833
MV
10282001-11-02 Marius Vollmer <mvo@zagadka.ping.de>
1029
1030 Support for native Win32. Thanks to Stefan Jahn!
d6b8cf11 1031
f712d833
MV
1032 * Makefile.am: Add win32-uname.c, win32-uname.h, win32-dirent.c
1033 and win32-dirent.h to extra source and header files. These
1034 include the uname() and the POSIX dirent interface implementation
1035 for M$-Windows. Put `-no-undefined' into LDFLAGS to support
1036 linkers which do not allow unresolved symbols inside shared
1037 libraries. Corrected `guile_filter_doc_snarfage$(EXEEXT)'
1038 dependency.
1039
d6b8cf11
TTN
1040 * __scm.h: Defined SCM_API. This macro gets prepended to all
1041 function and data definitions which should be exported or imported
f712d833
MV
1042 in the resulting dynamic link library in the Win32 port.
1043
1044 * __scm.h, alist.h, arbiters.h, async.h, backtrace.h, boolean.h,
d6b8cf11 1045 chars.h, continuations.h, coop-defs.h, coop-threads.h,
f712d833
MV
1046 debug-malloc.h, debug.h, deprecation.h, dynl.h, dynwind.h,
1047 environments.h, eq.h, error.h, eval.h, evalext.h, extensions.h,
1048 feature.h, filesys.h, fluids.h, fports.h, gc.h, gdb_interface.h,
1049 gdbint.h, gh.h, goops.h, gsubr.h, guardians.h, hash.h, hashtab.h,
1050 hooks.h, init.h, ioext.h, iselect.h, keywords.h, lang.h, list.h,
d6b8cf11 1051 load.h, macros.h, mallocs.h, modules.h, net_db.h, numbers.h,
f712d833
MV
1052 objects.h, objprop.h, options.h, pairs.h, ports.h, posix.h, print.h,
1053 procprop.h, procs.h, properties.h, ramap.h, random.h, rdelim.h,
1054 read.h, regex-posix.h, root.h, rw.h, scmsigs.h, script.h, simpos.h,
1055 smob.h, socket.h, sort.h, srcprop.h, stackchk.h, stacks.h, stime.h,
1056 strings.h, strop.h, strorder.h, strports.h, struct.h, symbols.h,
1057 tags.h, threads.h, throw.h, unif.h, values.h, variable.h, vectors.h,
1058 vports.h, weaks.h:
1059 Prefixed each each exported symbol with SCM_API.
1060
d6b8cf11 1061 * continuations.c: Added comment about the use of the extern
f712d833
MV
1062 declarations of {get,set}context() functions used in the ia64 port.
1063
1064 * continuations.h, gc.c: `__libc_ia64_register_backing_store_base'
1065 is meant to be a `unsigned long *'.
1066
1067 * filesys.c: Include `direct.h' if possible. Use local
1068 `win32-dirent.h' for the native M$-Windows port. Define S_IS*()
1069 macros for M$-Windows. Implementation of `fstat_Win32()' which is
1070 able to differentiate between sockets and other file descriptors.
1071 Use this function as wrapper in `scm_fstat()'. Fixed typo in
1072 `scm_dirname()'.
1073
1074 * fports.c: Include `io.h' is possible. Put `*fp' into referring
1075 statement block in `scm_fport_buffer_add()'.
1076 Some corrections in `getflags()'.
d6b8cf11 1077
f712d833
MV
1078 * gdb_interface.h (GDB_INTERFACE): Also support __CYGWIN__.
1079
1080 * guile.c: Make sure to define __SCM_IMPORT__ for shared library
1081 build on Win32. Disable preloaded symbols on Win2 platforms.
1082
1083 * ioext.c, ports.c: Include `io.h' is possible.
1084
1085 * mkstemp.c: Include `process.h' is possible.
1086
1087 * net_db.c: Disable extern declaration of `h_errno' for __CYGWIN__,
1088 too.
1089 Put `scm_return_entry()' into HAVE_GETSERVENT conditional.
1090
1091 * posix.c: Remove unnecessary dirent includes and defines. Include
1092 local `win32-uname.h' for MinGW. Extern declaration of
1093 `mkstemp()' for systems where it does not exists. Make
1094 `getlogin()' available on M$-Windows.
1095
1096 * scmsigs.c: Made `usleep()' avalable on MinGW.
1097
1098 * stime.c: On M$-Windows `tzname[]' is known to be `_tzname[]'.
1099
1100 * win32-dirent.c: Include "win32-dirent.h", not "dirent.h".
1101
1102 * win32-uname.c: Include "win32-uname.h", not "uname.h".
1103
d245ce23
MD
11042001-10-28 Mikael Djurfeldt <mdj@linnaeus>
1105
1106 * unif.c (scm_uniform_array_read_x, scm_uniform_array_write):
1107 Don't apply scm_uniform_vector_length on arrays.
1108
8ea46249
DH
11092001-10-14 Dirk Herrmann <D.Herrmann@tu-bs.de>
1110
1111 * eval.c (scm_lookupcar, scm_m_letstar, scm_m_do, iqq,
1112 scm_m_define, scm_m_letrec1, scm_m_let, scm_m_expand_body,
1113 scm_macroexp, unmemocopy, scm_eval_args, scm_deval_args,
1114 SCM_CEVAL, scm_map, scm_init_eval): When building lists, prefer
1115 scm_list_<n> over scm_cons[2]?.
1116
1117 (scm_unmemocar, scm_m_cond, scm_m_letstar, scm_m_letrec1,
1118 scm_m_let, scm_m_atbind, unmemocopy, SCM_CEVAL, SCM_APPLY): Use
1119 SCM_C[AD][AD]R instead of explicit form.
1120
1121 (scm_m_set_x, scm_m_cond, scm_m_letstar, scm_m_do): Reordered
1122 comparison parameters.
1123
1124 (scm_m_case, scm_m_cond, scm_m_letstar, scm_m_do, SCM_CEVAL): Use
1125 !SCM_NULLP instead of SCM_NIMP.
1126
1127 (scm_m_case): Don't copy the form. Renamed proc to clause and
1128 minimized its scope. Renamed x to clauses. Removed side
1129 effecting operation from macro call.
1130
1131 (scm_m_cond): Don't copy the form. Renamed arg1 to clause and
1132 minimized its scope. Renamed x to clauses. Minimized the scope
1133 of variable 'len'. Make sure the else clause is treated specially
1134 even in case of '=>' occurences. Don't change the else to #t in
1135 order to be able to distinguish this case in the evaluator. Leave
1136 type checking of the recipient to the evaluator.
1137
1138 (scm_c_improper_memq): Made the comment somewhat clearer.
1139
1140 (scm_m_lambda): Renamed proc to formals. Removed unnecessary
1141 test for SCM_IM_LET at the place of the formal parameters.
1142 Simplified the formal parameter checking.
1143
1144 (scm_m_letstar): Added Comment. Renamed proc to bindings.
1145 Renamed arg1 to binding and minimized its scope. Eliminated
1146 unnecessary consing.
1147
1148 (scm_m_do): Renamed proc to bindings. Minimized the scope of
1149 variable 'len'.
1150
1151 (build_binding_list): New static function.
1152
1153 (unmemocopy): Don't use SCM_TYP7 on pairs (it's unclean).
1154 Further, split up the 'letrec' unmemoizing code to the
1155 corresponding parts for 'do', 'let' and 'letrec', adding comments
1156 to each form. Cleanup the handling of the do form (This removes
1157 some *real* code :-).
1158
1159 (SCM_CEVAL): Removed side effecting operation from macro call.
1160 Handle the 'else clause of the 'cond form specially - the symbol
1161 'else is not replaced with #t any more.
1162
8186c4f5
GH
11632001-10-14 Gary Houston <ghouston@arglist.com>
1164
1165 * version.c (scm_version): use sprintf instead of snprintf,
1166 for portability. thanks to Bill Schottstaedt.
1167
89759084
MD
11682001-10-14 Mikael Djurfeldt <mdj@linnaeus>
1169
1170 * read.c (scm_lreadr): When user-defined hash procedure returns
1171 SCM_UNSPECIFIED: Fall back to standard handling instead of raising
1172 an exception. (This prevents parsing of uniform vectors from
1173 interfering with parsing of numbers.)
1174
9c7ce563
MV
11752001-10-13 Marius Vollmer <mvo@zagadka.ping.de>
1176
1177 * numbers.c: Set NO_PREPRO_MAGIC when defining our version of
1178 PTRDIFF_MIN. Thanks to Ken Raeburn.
1179
11802001-10-07 Marius Vollmer <mvo@zagadka.ping.de>
1181
1182 * Makefile.am (EXTRA_libguile_la_SOURCES): Added "mkstemp.c".
1183
1184 * eval.c (scm_m_atbind): First try to find the variable without
1185 defining it locally; when it has not been found, define it
1186 locally.
1187
1188 * modules.c (module_variable): Pass over variables that exist but
1189 are unbound.
1190
11912001-10-06 Marius Vollmer <mvo@zagadka.ping.de>
1192
1193 * backtrace.c (display_backtrace_file_and_line): Only use
1194 scm_basename when POSIX support is compiled in. Thanks to Chris
1195 Cramer.
1196
1fe5e088
DH
11972001-10-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
1198
1199 * numbers.c (mem2uinteger): Return number read so far when coming
1200 across a hexdigit after having read a # or if not reading a hex
1201 value. This will enable the calling code to correctly handle
1202 forms like 1e2. (The background is, that the exponent markers d,
1203 e and f are also hexdigits.) Thanks to Mikael Djurfeldt for
1204 providing this patch.
1205
1206 (mem2complex): Fix erroneous double-negation. Now, numbers like
1207 1-i will be read correctly.
1208
68665a97
MD
12092001-10-12 Mikael Djurfeldt <mdj@linnaeus>
1210
1211 * debug.c (scm_mem_to_proc): Fixed typo in previous change.
1212
1213 * validate.h (SCM_VALIDATE_DOUBLE_DEF_COPY): New macro.
1214
d5cf5324
DH
12152001-10-12 Dirk Herrmann <D.Herrmann@tu-bs.de>
1216
1217 * print.c (scm_print_state_vtable, print_state_pool):
1218 Initialize. These variables are now registered as gc roots.
1219
1220 (scm_current_pstate): Update documentation.
1221
1222 (scm_current_pstate, scm_make_print_state, scm_free_print_state,
1223 scm_prin1, scm_init_print): print_state_pool is registered as a
1224 gc root and thus does not need to be protected by a surrounding
1225 pair any more.
1226
1227 (make_print_state): The car of print_state_pool no longer holds
1228 the scm_print_state_vtable.
1229
1230 (scm_current_pstate, scm_make_print_state, print_circref,
1231 scm_iprin1, scm_prin1, scm_iprlist): Prefer !SCM_<foo> over
1232 SCM_N<foo>.
1233
1234 (scm_prin1): When building lists, prefer scm_list_<n> over
1235 scm_cons[2]?.
1236
1237 (scm_iprlist): Removed a redundant SCM_IMP test.
1238
1239 (scm_simple_format): Use SCM_EQ_P to compare SCM values.
1240
37c56aec
DH
12412001-10-11 Dirk Herrmann <D.Herrmann@tu-bs.de>
1242
1243 * debug.c (scm_make_iloc): Prefer !SCM_<foo> over SCM_N<foo>.
1244
1245 (scm_memcons, scm_mem_to_proc): When building lists, prefer
1246 scm_list_<n> over scm_cons[2]?.
1247
1248 (scm_mem_to_proc): Prefer SCM_CONSP over SCM_NIMP.
1249
1250 (scm_procedure_name): Use SCM_CADR instead of explicit form.
1251
1252 (debugobj_print): Coerce scm_intprint arg 1 to long, not int.
1253 Thanks to Rob Browning for the patch (see log entry 2001-09-21) -
1254 for some reason his patch didn't make it into the cvs.
1255
79d34f68
DH
12562001-10-09 Dirk Herrmann <D.Herrmann@tu-bs.de>
1257
1258 * numbers.c (mem2decimal_from_point): Cleaned up the parsing a
1259 little bit - should even be somewhat more accurate now.
1260
5e137c65
RB
12612001-10-08 Rob Browning <rlb@defaultvalue.org>
1262
1263 * gc.c: support ia64 register backing store.
1264 (SCM_MARK_BACKING_STORE): new macro.
1265
1266 * continuations.h: support ia64 register backing store.
1267 (struct scm_t_contregs): add ia64 register backing store.
1268
1269 * continuations.c: support ia64 register backing store.
1270 (continuation_mark): mark ia64 register backing store.
1271 (continuation_free): free ia64 register backing store.
1272 (scm_make_continuation): capture ia64 register backing store.
1273 (copy_stack_and_call): copy ia64 register backing store.
1274
ee083ac2
DH
12752001-10-08 Dirk Herrmann <D.Herrmann@tu-bs.de>
1276
1277 * hashtab.c (scm_hash_fn_create_handle_x): The result of assoc_fn
1278 is known to be #f if no entry is found. Thus, use !SCM_FALSEP
1279 instead of SCM_NIMP to test for that case.
1280
1281 * strings.h (SCM_SET_STRING_LENGTH): Cast the length to
1282 scm_t_bits instead of long.
1283
71dcdbf9
MV
12842001-10-06 Marius Vollmer <mvo@zagadka.ping.de>
1285
1286 * tags.h (SCM_T_BITS_MAX, SCM_T_SIGNED_BITS_MAX,
1287 SCM_T_SIGNED_BITS_MIN): New.
1288 * numbers.h (SCM_MOST_POSITIVE_FIXNUM, SCM_MOST_NEGATIVE_FIXNUM):
1289 Use them to make these macros computable by the preprocessor.
1290
1291 * num2integral.i.c (INTEGRAL2NUM): Let the preprocessor test
1292 whether the integral type fits in a fixnum, not the compiler.
1293 This removes a spurious compiler warning. Also, honor the
1294 NO_PREPRO_MAGIC flag to suppress any preprocessor tests. This is
1295 needed for `long long's.
1296
1297 * numbers.c: Define NO_PREPRO_MAGOC when including
1298 num2integral.c.i for `long long' and `signed long long'.
1299
152812c0
MD
13002001-10-06 Mikael Djurfeldt <mdj@linnaeus>
1301
1302 These changes fixes a race condition in the Guile coop - pthread
1303 compatibility code.
d6b8cf11 1304
152812c0
MD
1305 * coop.c (mother_awake_p): New variable.
1306 (coop_create): Set mother_awake_p before creating or signalling
1307 mother; wait until mother is going to sleep before returning.
1308 (mother): Reset mother_awake_p before going to sleep.
1309
11d49f54
DH
13102001-10-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
1311
1312 * options.c (protected_objects, scm_init_options): The content of
1313 protected_objects is now protected from garbage collection using
1314 scm_gc_register_root instead of scm_permanent_object.
1315
1316 (get_option_setting): New static function that computes an option
1317 setting as it was formerly done in the function scm_options.
1318
1319 (get_documented_option_setting): New static function that
1320 returns option documentation as it was formerly done in the
1321 function scm_options. Note that documentation C strings are no
1322 longer precomputed into SCM objects. Instead, they are converted
1323 into SCM strings every time get_documented_option_setting is
1324 called.
1325
1326 (change_option_setting): New static functions that modifies the
1327 option setting as it was formerly done in the function
1328 scm_options. The function is now exception safe, i. e. won't
1329 cause a memory leak when interrupted. Further, only non-immediate
1330 option values are added to the protection list.
1331
1332 (scm_options): This function now has only the purpose to dispatch
1333 to to get_option_setting, get_documented_option_setting or
1334 change_option_setting, depending on the arguments given to
1335 scm_options.
1336
1337 (scm_init_opts): Don't convert documentation C strings into SCM
1338 strings. Further, don't protect any object values: They _must_
1339 be immediate values, otherwise there is no guarantee that they
1340 have not been collected before anyway.
1341
1342 * options.[ch] (scm_t_option): Made type unsigned, name into a
1343 constant char* and val into a scm_t_bits type.
1344
1345 (scm_options, scm_init_opts): The number of options is guaranteed
1346 to be larger or equal to zero. Thus, the type is changed to
1347 unsigned.
1348
3dbacabc
DH
13492001-10-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
1350
1351 * num2integral.i.c (NUM2INTEGRAL): Eliminated some warnings about
1352 testing an unsigned value for being >= 0.
1353
14282d0f
DH
13542001-10-05 Dirk Herrmann <D.Herrmann@tu-bs.de>
1355
1356 * numbers.h: Removed old comment about using SCM_CAR to access
1357 non-pair cells.
1358
1359 (SCM_MOST_POSITIVE_FIXNUM, SCM_MOST_NEGATIVE_FIXNUM): Make sure
1360 the return value is signed. Thanks to Brian Crowder for the bug
1361 report.
1362
1363 (SCM_SRS): Avoid unnecessary casting and don't unpack input
1364 values. With this patch, SCM_SRS can be safely used for other
1365 types than scm_t_signed_bits. However, it should still better be
1366 an internal macro and thus be renamed to SCM_I_SRS.
1367
1368 (SCM_MAKINUM, SCM_INUM): Use proper casting.
1369
2dbec7b5
GH
13702001-10-03 Gary Houston <ghouston@arglist.com>
1371
1372 * continuations.h, unif.h: in the descriptions of the bit patterns
1373 of the heap cells, make bit 0 the least significant.
1374
cf4ee841
TTN
13752001-09-25 Thien-Thi Nguyen <ttn@glug.org>
1376
1377 * chars.h (SCM_MAKE_CHAR): Use `scm_t_bits' instead of `intptr_t'.
1378 Thanks to Golubev I. N.
1379
4a151b3d
GH
13802001-09-25 Gary Houston <ghouston@arglist.com>
1381
1382 * ports.c (scm_drain_input): extended the docstring. thanks to
1383 Alex Schroeder and Thien-Thi Nguyen.
1384
581ded70
MD
13852001-09-23 Mikael Djurfeldt <mdj@linnaeus>
1386
1387 * validate.h (SCM_NUM2FLOAT, SCM_NUM2DOUBLE,
1388 SCM_VALIDATE_FLOAT_COPY, SCM_VALIDATE_DOUBLE_COPY): New
1389 macros. (The NUM names might soon change.)
1390
1391 * numbers.h: Added missing declarations.
1392
5437598b
MD
13932001-09-22 Mikael Djurfeldt <mdj@linnaeus>
1394
1395 * Makefile.am: Distribute num2float.i.c.
1396
1397 * num2float.i.c: New file, multiply included by numbers.c, used
1398 to "templatize" the float <-> num conversion routines.
1399
1400 * numbers.c: New functions: scm_num2float, scm_float2num,
1401 scm_num2double, scm_double2num.
1402
0b073f0f
RB
14032001-09-21 Rob Browning <rlb@defaultvalue.org>
1404
1405 * .cvsignore: really add version.h
1406
1407 * strings.h (SCM_SET_STRING_LENGTH): coerce "l" to a long.
1408 Otherwise it fails on the alpha. However, we might rather choose
1409 this size conditionally.
1410
1411 * numbers.c (scm_gcd): change "k" to a long from an int.
1412 Otherwise it fails on the alpha. However, we might rather choose
1413 this size conditionally.
1414
1415 * error.c (scm_wta): coerce char* to intptr_t before int
1416 assignment.
1417
1418 * debug.c (debugobj_print): coerce scm_intprint arg 1 to long, not
1419 int.
1420
1421 * chars.h (SCM_MAKE_CHAR): coerce value to intptr_t.
1422
2830fd91
MD
14232001-09-20 Mikael Djurfeldt <mdj@linnaeus>
1424
1425 * numbers.c (scm_integer_expt): Accept inexact integer in second
1426 argument. (Thanks to Bill Schottstaedt.)
1427
c13f0a90
RB
14282001-09-20 Rob Browning <rlb@defaultvalue.org>
1429
1430 * .cvsignore: add version.h
1431
1432 * versiondat.h.in: removed (obsolete).
1433
1434 * version.h.in: renamed from version.h.
1435 (SCM_GUILE_MAJOR_VERSION): new public macro.
1436 (SCM_GUILE_MINOR_VERSION): new public macro.
1437 (SCM_GUILE_MICRO_VERSION): new public macro.
1438
1439 * version.h: renamed to version.h.in.
1440
1441 * version.c
1442 (scm_major_version): support integer *_VERSION macros.
1443 (scm_minor_version): support integer *_VERSION macros.
1444 (scm_micro_version): support integer *_VERSION macros.
1445 (scm_version): support integer *_VERSION macros.
1446
147c18a0
MD
14472001-09-20 Mikael Djurfeldt <mdj@linnaeus>
1448
1449 * error.c, error.h: Made error keys globally accessible.
1450 Applications might want to test for these or use them in a direct
1451 call to scm_error.
1452
1453 * num2integral.i.c (NUM2INTEGRAL): Report an error when these
1454 routines are passed an inexact. This change in behavior is
1455 motivated by concordance with R5RS: It is more common that a
1456 primitive doesn't want to accept an inexact for an exact.
1457
662c5539
DH
14582001-09-17 Dirk Herrmann <D.Herrmann@tu-bs.de>
1459
1460 The following patch partially undoes my patch from 2001-06-30,
1461 where I added the function scm_gc_mark_cell_conservatively. The
1462 function is buggy, since it breaks guile during conservative
1463 marking if a pointer on the stack points directly into the list of
1464 free cells on the heap: With conservative cell marking this will
1465 cause the whole free list to be scanned and marked - boom!
1466
1467 * gc.c (allocated_mark, MARK, heap_segment,
1468 scm_gc_mark_cell_conservatively, scm_init_storage), gc.h
cf4ee841 1469 (scm_gc_mark_cell_conservatively): Remove function
662c5539
DH
1470 scm_gc_mark_cell_conservatively and update the corresponding
1471 comments and uses accordingly. Thanks to Christopher Cramer for
1472 the patch. (Minor corrections by me.)
1473
6c1b7628
GH
14742001-09-15 Gary Houston <ghouston@arglist.com>
1475
1476 * root.h (scm_root_state): removed the continuation_stack and
1477 continuation_stack_ptr members, which have no apparent purpose.
1478 (scm_continuation_stack, scm_continuation_stack_ptr): #defines
1479 removed.
662c5539 1480
6c1b7628
GH
1481 * root.c (root_mark), init.c (restart_stack, start_stack), gc
1482 (scm_igc): remove all references to contination_stack and
1483 continuation_stack_ptr, avoiding allocation of a vector and
1484 useless processing during gc.
1485
455c0ac8
DH
14862001-09-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
1487
1488 * guardians.c (tconc_t, t_tconc): Renamed tconc_t to t_tconc.
1489
1490 (TCONC_IN): Make sure that the cell word 0 is initialized last.
1491
1492 (guardians_t, t_guardians): Renamed guardians_t to t_guardians.
1493
1494 (GUARDIAN, GUARDIAN_DATA): Renamed GUARDIAN to GUARDIAN_DATA.
1495
1496 (guardian_apply, scm_get_one_zombie, scm_make_guardian,
1497 mark_and_zombify): Prefer !SCM_<foo> over SCM_N<foo>.
1498
22ba637b
DH
14992001-09-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
1500
1501 * guardians.c (mark_dependencies_in_tconc,
1502 whine_about_self_centered_zombies, scm_init_guardians): Register
1503 the static global variable `self_centered_zombies' via
1504 scm_gc_register_root, to make some cdr-ing unnecessary.
1505
c3c4d801
DH
15062001-09-13 Dirk Herrmann <D.Herrmann@tu-bs.de>
1507
1508 * backtrace.c (display_backtrace_file,
1509 display_backtrace_file_and_line): Use SCM_EQ_P when comparing SCM
1510 values, use SCM_FALSEP when comparing SCM values against #f.
1511 Thanks to Rob Browning for the bug report.
1512
b00418df
DH
15132001-09-12 Martin Baulig <martin@home-of-linux.org>
1514
1515 * strings.[ch] (scm_str2string): New function.
1516
a0d34a0b
MV
15172001-09-06 Marius Vollmer <mvo@zagadka.ping.de>
1518
1519 * gc.c (scm_done_free): Always subtract size from scm_mallocated
1520 when computing nm, even if it's negative.
1521 (scm_must_malloc): Abort on overflow of scm_mtrigger.
1522 (scm_must_realloc): Likewise.
1523
b10586f0
ML
15242001-09-01 Michael Livshin <mlivshin@bigfoot.com>
1525
1526 * numbers.c (scm_sys_check_number_conversions): new function,
1527 defined if Guile is compiled in debugging mode. currently checks
1528 `scm_num2ulong', should check much much more.
1529
1530 * num2integral.i.c (NUM2INTEGRAL): when converting a bignum to
1531 unsigned, ensure that it's positive. thanks to Martin Baulig!
cf4ee841 1532
8c494e99
DH
15332001-08-31 Dirk Herrmann <D.Herrmann@tu-bs.de>
1534
1535 * __scm.h: Added new section about compile time selectable
1536 features.
1537
1538 (long_long, ulong_long, scm_sizet, SCM_WNA, SCM_OUTOFRANGE,
1539 SCM_NALLOC, SCM_HUP_SIGNAL, SCM_INT_SIGNAL, SCM_FPE_SIGNAL,
1540 SCM_BUS_SIGNAL, SCM_SEGV_SIGNAL, SCM_ALRM_SIGNAL, SCM_GC_SIGNAL,
1541 SCM_TICK_SIGNAL, SCM_SIG_ORD, SCM_ORD_SIG, SCM_NUM_SIGS):
1542 Removed.
1543
1544 * deprecation.c (scm_include_deprecated_features): Simplified.
1545
1546 * eval.c (EVALCAR, unmemocopy), eval.h (SCM_XEVALCAR): Use
1547