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