1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-24 21:40:16 +02:00
guile/libguile
Dirk Herrmann 8ea4624953 * eval.c (scm_lookupcar, scm_m_letstar, scm_m_do, iqq,
scm_m_define, scm_m_letrec1, scm_m_let, scm_m_expand_body,
scm_macroexp, unmemocopy, scm_eval_args, scm_deval_args,
SCM_CEVAL, scm_map, scm_init_eval):  When building lists, prefer
scm_list_<n> over scm_cons[2]?.

(scm_unmemocar, scm_m_cond, scm_m_letstar, scm_m_letrec1,
scm_m_let, scm_m_atbind, unmemocopy, SCM_CEVAL, SCM_APPLY):  Use
SCM_C[AD][AD]R instead of explicit form.

(scm_m_set_x, scm_m_cond, scm_m_letstar, scm_m_do):  Reordered
comparison parameters.

(scm_m_case, scm_m_cond, scm_m_letstar, scm_m_do, SCM_CEVAL):  Use
!SCM_NULLP instead of SCM_NIMP.

(scm_m_case):  Don't copy the form.  Renamed proc to clause and
minimized its scope.  Renamed x to clauses.  Removed side
effecting operation from macro call.

(scm_m_cond):  Don't copy the form.  Renamed arg1 to clause and
minimized its scope.  Renamed x to clauses.  Minimized the scope
of variable 'len'.  Make sure the else clause is treated specially
even in case of '=>' occurences.  Don't change the else to #t in
order to be able to distinguish this case in the evaluator.  Leave
type checking of the recipient to the evaluator.

(scm_c_improper_memq):  Made the comment somewhat clearer.

(scm_m_lambda):  Renamed proc to formals.  Removed unnecessary
test for SCM_IM_LET at the place of the formal parameters.
Simplified the formal parameter checking.

(scm_m_letstar):  Added Comment.  Renamed proc to bindings.
Renamed arg1 to binding and minimized its scope.  Eliminated
unnecessary consing.

(scm_m_do):  Renamed proc to bindings.  Minimized the scope of
variable 'len'.

(build_binding_list):  New static function.

(unmemocopy):  Don't use SCM_TYP7 on pairs (it's unclean).
Further, split up the 'letrec' unmemoizing code to the
corresponding parts for 'do', 'let' and 'letrec', adding comments
to each form.  Cleanup the handling of the do form (This removes
some *real* code :-).

(SCM_CEVAL):  Removed side effecting operation from macro call.
Handle the 'else clause of the 'cond form specially - the symbol
'else is not replaced with #t any more.
2001-10-18 21:38:04 +00:00
..
.cvsignore * .cvsignore: really add version.h 2001-09-21 17:57:07 +00:00
__scm.h * Removed lots of deprecated stuff. 2001-08-31 14:42:31 +00:00
_scm.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00
alist.c * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c, 2001-07-19 21:08:49 +00:00
alist.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00
alloca.c Remove "face-lift" comment. 2001-07-09 07:36:48 +00:00
arbiters.c * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c, 2001-07-19 21:08:49 +00:00
arbiters.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00
async.c Remove "face-lift" comment. 2001-07-09 07:36:48 +00:00
async.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00
backtrace.c (display_backtrace_file_and_line): Only use scm_basename when POSIX 2001-10-13 15:41:40 +00:00
backtrace.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00
boolean.c * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c, 2001-07-19 21:08:49 +00:00
boolean.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00
c-tokenize.lex * c-tokenize.lex: add option %nounput to quiet warning. 2001-07-19 17:45:01 +00:00
ChangeLog * eval.c (scm_lookupcar, scm_m_letstar, scm_m_do, iqq, 2001-10-18 21:38:04 +00:00
ChangeLog-1996-1999 Moved old ChangeLog text to ChangeLog-1996-1999 (added that file) 2000-01-05 01:44:04 +00:00
ChangeLog-2000 Split up. 2001-03-11 23:57:16 +00:00
ChangeLog-gh Add note saying where this came from, and suggesting that new log 1997-04-15 01:26:20 +00:00
ChangeLog-scm Renamed to ChangeLog-scm from ChangeLog.scm, so it won't interfere with 1996-11-21 16:03:02 +00:00
ChangeLog-threads Merge threads directory into libguile. 1997-04-15 01:34:36 +00:00
chars.c (scm_char_alphabetic_p, scm_char_numeric_p, scm_char_whitespace_p, 2001-08-01 21:27:59 +00:00
chars.h (SCM_MAKE_CHAR): Use scm_t_bits' instead of intptr_t'. 2001-09-26 03:14:15 +00:00
continuations.c * continuations.c: support ia64 register backing store. 2001-10-09 03:32:20 +00:00
continuations.h * continuations.h: support ia64 register backing store. 2001-10-09 03:33:06 +00:00
coop-defs.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00
coop-threads.c Remove "face-lift" comment. 2001-07-09 07:36:48 +00:00
coop-threads.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00
coop.c * coop.c (mother_awake_p): New variable. 2001-10-06 16:30:20 +00:00
COPYING * Lots of files: New address for FSF. 1997-05-26 22:34:48 +00:00
cpp_cnvt.awk Merge from mvo-vcell-cleanup-1-branch. 2001-05-15 14:57:22 +00:00
cpp_err_symbols.in * cpp_err_symbols.in: Renamed from cpp_err_symbols, to avoid 1997-04-05 23:35:03 +00:00
cpp_errno.c * *.[hc]: add Emacs magic at the end of file, to ensure GNU 2000-03-19 19:01:16 +00:00
cpp_sig_symbols.in * posix.c (getlogin): getlogin() implementation for Windows. 2001-07-03 15:27:56 +00:00
cpp_signal.c * *.[hc]: add Emacs magic at the end of file, to ensure GNU 2000-03-19 19:01:16 +00:00
debug-malloc.c Use memset instead of bzero. 2001-04-12 01:40:21 +00:00
debug-malloc.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00
debug.c * debug.c (scm_mem_to_proc): Fixed typo in previous change. 2001-10-12 09:02:03 +00:00
debug.h * Remove deprecated macros and typenames. 2001-08-31 11:17:06 +00:00
deprecation.c * Removed lots of deprecated stuff. 2001-08-31 14:42:31 +00:00
deprecation.h * Removed lots of deprecated stuff. 2001-08-31 14:42:31 +00:00
dynl.c * Removed lots of deprecated stuff. 2001-08-31 14:42:31 +00:00
dynl.h * Removed lots of deprecated stuff. 2001-08-31 14:42:31 +00:00
dynwind.c * eval.c (scm_m_atbind): Redesigned to behvae like `let', but with 2001-08-25 16:08:13 +00:00
dynwind.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00
environments.c * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5, 2001-06-28 01:11:59 +00:00
environments.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00
eq.c Remove "face-lift" comment. 2001-07-09 07:36:48 +00:00
eq.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00
error.c * error.c, error.h: Made error keys globally accessible. 2001-09-20 08:18:26 +00:00
error.h * error.c, error.h: Made error keys globally accessible. 2001-09-20 08:18:26 +00:00
eval.c * eval.c (scm_lookupcar, scm_m_letstar, scm_m_do, iqq, 2001-10-18 21:38:04 +00:00
eval.h * Removed lots of deprecated stuff. 2001-08-31 14:42:31 +00:00
evalext.c Remove "face-lift" comment. 2001-07-09 07:36:48 +00:00
evalext.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00
extensions.c * deprecation.c, extensions.c, rw.c: include string.h. 2001-06-20 17:33:43 +00:00
extensions.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00
feature.c * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c, 2001-07-19 21:08:49 +00:00
feature.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00
filesys.c * Removed lots of deprecated stuff. 2001-08-31 14:42:31 +00:00
filesys.h * Remove deprecated macros and typenames. 2001-08-31 11:17:06 +00:00
fluids.c * Removed deprecated stuff. 2001-08-31 12:13:50 +00:00
fluids.h * Removed deprecated stuff. 2001-08-31 12:13:50 +00:00
fports.c * Removed lots of deprecated stuff. 2001-08-31 14:42:31 +00:00
fports.h * Remove deprecated macros and typenames. 2001-08-31 11:17:06 +00:00
gc.c * gc.c: support ia64 register backing store. 2001-10-09 03:33:16 +00:00
gc.h * Removed function scm_gc_mark_cell_conservatively. 2001-09-17 20:32:53 +00:00
gc_os_dep.c (GC_noop1): Move before `GC_find_limit' where it is used; nfc. 2001-08-25 18:20:56 +00:00
gdb_interface.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00
gdbint.c Remove "face-lift" comment. 2001-07-09 07:36:48 +00:00
gdbint.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00
gh.h * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5, 2001-06-28 01:11:59 +00:00
gh_data.c * Removed lots of deprecated stuff. 2001-08-31 14:42:31 +00:00
gh_eval.c * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c, 2001-07-19 21:08:49 +00:00
gh_funcs.c * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c, 2001-07-19 21:08:49 +00:00
gh_init.c replace "scm_*_t" with "scm_t_*". 2001-06-14 19:50:43 +00:00
gh_io.c * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c, 2001-07-19 21:08:49 +00:00
gh_list.c * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c, 2001-07-19 21:08:49 +00:00
gh_predicates.c * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c, 2001-07-19 21:08:49 +00:00
goops.c (build_class_class_slots): Removed vcell slot definition. 2001-07-29 20:46:37 +00:00
goops.h Renumbered slot indices. (SCM_CLASS_CLASS_LAYOUT): 2001-07-29 20:46:23 +00:00
gsubr.c * Removed deprecated stuff. 2001-08-31 12:13:50 +00:00
gsubr.h * Removed deprecated stuff. 2001-08-31 12:13:50 +00:00
guardians.c * Some renamings and minor fixes. 2001-09-13 22:29:44 +00:00
guardians.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00
guile-doc-snarf.in * guile-snarf-docs.in, guile-snarf-docs-texi.in, 2001-05-31 13:15:54 +00:00
guile-func-name-check.in * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c, 2001-07-19 21:08:49 +00:00
guile-snarf-docs-texi.in * guile-snarf-docs-texi.in: don't call the tokenizer here, we now 2001-08-06 23:19:50 +00:00
guile-snarf-docs.in * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c, 2001-07-19 21:08:49 +00:00
guile-snarf.awk.in * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c, 2001-07-19 21:08:49 +00:00
guile-snarf.in * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c, 2001-07-19 21:08:49 +00:00
guile.c Make compilation under Windows easier. 2001-06-26 17:53:09 +00:00
hash.c * Removed lots of deprecated stuff. 2001-08-31 14:42:31 +00:00
hash.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00
hashtab.c * hashtab.c (scm_hash_fn_create_handle_x): The result of assoc_fn 2001-10-08 21:23:00 +00:00
hashtab.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00
hooks.c * Removed deprecated stuff. 2001-08-31 12:13:50 +00:00
hooks.h * Removed deprecated stuff. 2001-08-31 12:13:50 +00:00
inet_aton.c Remove "face-lift" comment. 2001-07-09 07:36:48 +00:00
init.c * root.h (scm_root_state): removed the continuation_stack and 2001-09-15 21:56:52 +00:00
init.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00
ioext.c * Removed lots of deprecated stuff. 2001-08-31 14:42:31 +00:00
ioext.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00
iselect.c Use memset instead of bzero. 2001-04-12 01:40:21 +00:00
iselect.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00
keywords.c Remove "face-lift" comment. 2001-07-09 07:36:48 +00:00
keywords.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00
lang.c * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c, 2001-07-19 21:08:49 +00:00
lang.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00
list.c * Removed deprecated stuff. 2001-08-31 12:13:50 +00:00
list.h * Removed deprecated stuff. 2001-08-31 12:13:50 +00:00
load.c * Removed deprecated stuff. 2001-08-31 12:13:50 +00:00
load.h * Removed deprecated stuff. 2001-08-31 12:13:50 +00:00
macros.c Remove "face-lift" comment. 2001-07-09 07:36:48 +00:00
macros.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00
Makefile.am (EXTRA_libguile_la_SOURCES): Added "mkstemp.c". 2001-10-13 15:42:07 +00:00
mallocs.c Remove "face-lift" comment. 2001-07-09 07:36:48 +00:00
mallocs.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00
memmove.c Remove "face-lift" comment. 2001-07-09 07:36:48 +00:00
mkstemp.c Update path to #include file scmconfig.h. 2001-06-13 16:10:05 +00:00
modules.c (module_variable): Pass over variables that exist but are unbound. 2001-10-13 15:40:29 +00:00
modules.h * Removed lots of deprecated stuff. 2001-08-31 14:42:31 +00:00
net_db.c * Removed lots of deprecated stuff. 2001-08-31 14:42:31 +00:00
net_db.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00
num2float.i.c * Makefile.am: Distribute num2float.i.c. 2001-09-22 21:39:42 +00:00
num2integral.i.c Correct cut and paste error: use SCM_POSFIXABLE for unsigned types. 2001-10-06 20:49:10 +00:00
numbers.c Set NO_PREPRO_MAGIC when defining our version of PTRDIFF_MIN. Thanks 2001-10-13 15:39:53 +00:00
numbers.h Corrected definition of SCM_MOST_POSITIVE_FIXNUM. Boy was I confused. 2001-10-06 20:48:27 +00:00
objects.c * Removed lots of deprecated stuff. 2001-08-31 14:42:31 +00:00
objects.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00
objprop.c * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c, 2001-07-19 21:08:49 +00:00
objprop.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00
options.c * options.c (protected_objects, scm_init_options): The content of 2001-10-05 20:18:30 +00:00
options.h * options.c (protected_objects, scm_init_options): The content of 2001-10-05 20:18:30 +00:00
pairs.c Remove "face-lift" comment. 2001-07-09 07:36:48 +00:00
pairs.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00
ports.c * ports.c (scm_drain_input): extended the docstring. thanks to 2001-09-25 22:46:13 +00:00
ports.h * Removed lots of deprecated stuff. 2001-08-31 14:42:31 +00:00
posix.c * Removed lots of deprecated stuff. 2001-08-31 14:42:31 +00:00
posix.h * Remove deprecated macros and typenames. 2001-08-31 11:17:06 +00:00
print.c * print.c (scm_print_state_vtable, print_state_pool): 2001-10-11 23:20:52 +00:00
print.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00
procprop.c * tags.h: Update tag system docs. 2001-07-26 21:40:18 +00:00
procprop.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00
procs.c * Removed deprecated stuff. 2001-08-31 12:13:50 +00:00
procs.h * Removed deprecated stuff. 2001-08-31 12:13:50 +00:00
properties.c Remove "face-lift" comment. 2001-07-09 07:36:48 +00:00
properties.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00
putenv.c Remove "face-lift" comment. 2001-07-09 07:36:48 +00:00
ramap.c Remove "face-lift" comment. 2001-07-09 07:36:48 +00:00
ramap.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00
random.c Remove "face-lift" comment. 2001-07-09 07:36:48 +00:00
random.h * Removed lots of deprecated stuff. 2001-08-31 14:42:31 +00:00
rdelim.c replace "scm_*_t" with "scm_t_*". 2001-06-14 19:50:43 +00:00
rdelim.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00
read.c * read.c (scm_lreadr): When user-defined hash procedure returns 2001-10-14 16:05:04 +00:00
read.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00
regex-posix.c * Removed lots of deprecated stuff. 2001-08-31 14:42:31 +00:00
regex-posix.h * Remove deprecated macros and typenames. 2001-08-31 11:17:06 +00:00
remaining-docs-needed * run-test, remaining-docs-needed: Added these scripts. The 2000-03-07 16:06:13 +00:00
root.c * root.h (scm_root_state): removed the continuation_stack and 2001-09-15 21:56:52 +00:00
root.h * root.h (scm_root_state): removed the continuation_stack and 2001-09-15 21:56:52 +00:00
run-test * run-test, remaining-docs-needed: Added these scripts. The 2000-03-07 16:06:13 +00:00
rw.c * posix.c (getlogin): getlogin() implementation for Windows. 2001-07-03 15:27:56 +00:00
rw.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00
scmsigs.c * scmsigs.c: include sys/time.h for itimer stuff. 2001-07-21 21:11:16 +00:00
scmsigs.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00
script.c * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c, 2001-07-19 21:08:49 +00:00
script.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00
simpos.c * Removed lots of deprecated stuff. 2001-08-31 14:42:31 +00:00
simpos.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00
smob.c * Removed deprecated stuff. 2001-08-31 12:13:50 +00:00
smob.h * Removed deprecated stuff. 2001-08-31 12:13:50 +00:00
snarf.h * Remove deprecated macros and typenames. 2001-08-31 11:17:06 +00:00
socket.c * Removed lots of deprecated stuff. 2001-08-31 14:42:31 +00:00
socket.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00
sort.c Remove "face-lift" comment. 2001-07-09 07:36:48 +00:00
sort.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00
srcprop.c * tags.h: Update tag system docs. 2001-07-26 21:40:18 +00:00
srcprop.h * Remove deprecated macros and typenames. 2001-08-31 11:17:06 +00:00
stackchk.c * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c, 2001-07-19 21:08:49 +00:00
stackchk.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00
stacks.c * Explain cutting args for `make-stack'. 2001-08-02 20:26:21 +00:00
stacks.h * Remove deprecated macros and typenames. 2001-08-31 11:17:06 +00:00
stime.c * Removed lots of deprecated stuff. 2001-08-31 14:42:31 +00:00
stime.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00
strerror.c * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c, 2001-07-19 21:08:49 +00:00
strings.c * Added function scm_str2string. Thanks to Martin Baulig. 2001-09-12 19:53:57 +00:00
strings.h * hashtab.c (scm_hash_fn_create_handle_x): The result of assoc_fn 2001-10-08 21:23:00 +00:00
strop.c Remove "face-lift" comment. 2001-07-09 07:36:48 +00:00
strop.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00
strorder.c Remove "face-lift" comment. 2001-07-09 07:36:48 +00:00
strorder.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00
strports.c * Removed deprecated stuff. 2001-08-31 12:13:50 +00:00
strports.h * Removed deprecated stuff. 2001-08-31 12:13:50 +00:00
struct.c (scm_struct_vtable_p): Do not check vcell slot for zero. Use 2001-07-29 20:42:06 +00:00
struct.h * Remove deprecated macros and typenames. 2001-08-31 11:17:06 +00:00
symbols.c * Removed deprecated stuff. 2001-08-31 12:13:50 +00:00
symbols.h * Removed deprecated stuff. 2001-08-31 12:13:50 +00:00
tags.h * tags.h (SCM_T_BITS_MAX, SCM_T_SIGNED_BITS_MAX, 2001-10-06 19:58:02 +00:00
threads.c Remove "face-lift" comment. 2001-07-09 07:36:48 +00:00
threads.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00
throw.c Remove "face-lift" comment. 2001-07-09 07:36:48 +00:00
throw.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00
unif.c Remove "face-lift" comment. 2001-07-09 07:36:48 +00:00
unif.h * continuations.h, unif.h: in the descriptions of the bit patterns 2001-10-03 20:45:44 +00:00
validate.h * validate.h (SCM_VALIDATE_DOUBLE_DEF_COPY): New macro. 2001-10-12 08:55:05 +00:00
values.c * alist.c, arbiters.c, async.h, backtrace.h, boolean.c, chars.c, 2001-07-19 21:08:49 +00:00
values.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00
variable.c * Removed lots of deprecated stuff. 2001-08-31 14:42:31 +00:00
variable.h * Removed lots of deprecated stuff. 2001-08-31 14:42:31 +00:00
vectors.c * Removed deprecated stuff. 2001-08-31 12:13:50 +00:00
vectors.h * Removed deprecated stuff. 2001-08-31 12:13:50 +00:00
version.c * version.c (scm_version): use sprintf instead of snprintf, 2001-10-14 21:28:23 +00:00
version.h.in * version.h.in: renamed from version.h. 2001-09-20 16:46:37 +00:00
vports.c * Removed lots of deprecated stuff. 2001-08-31 14:42:31 +00:00
vports.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00
weaks.c Remove "face-lift" comment. 2001-07-09 07:36:48 +00:00
weaks.h * Renamed header macros to the SCM_<filename>_H format. 2001-08-31 10:42:19 +00:00