guile/libguile/ChangeLog

69 lines
2.4 KiB
Text
Raw Normal View History

2000-01-05 18:48:15 +00:00
Wed Jan 5 10:46:15 2000 Greg J. Badros <gjb@cs.washington.edu>
* guile-snarf.awk.in: Do argument/number mismatch checking and
print warnings in an Emacs compile-mode parseable format.
* struct.c: Use SCM_ASSERT_RANGE instead of SCM_ASSERT w/
SCM_OUTOFRANGE as 3rd argument.
* random.c: Fix argument/number mismatch (that I introduced :-( ).
* __scm.h: Do not #define SCM_ARG* when snarfing;
lets us distinguish between 1 and SCM_ARG1 when snarfing as only
the former (using the number) requires the argument to match the
formal in the current argument snarfing check.
* snarf.h: Give new definition of SCM_ASSERT when in
snarfing mode to output a lexically-identifiable sequence that the
guile-snarf.awk script uses to verify argument/position matching.
* ramap.c: Remove extraneous #undef FUNC_NAME.
2000-01-05 16:41:28 +00:00
Wed Jan 5 08:36:38 2000 Greg J. Badros <gjb@cs.washington.edu>
* guile-doc-snarf.awk.in: Removed -- guile-snarf.awk.in is the
current version of the same functionality; it writes the .x output
to stdout instead of directly into the file.
Wed Jan 5 08:15:04 2000 Greg J. Badros <gjb@cs.washington.edu>
* unif.c, symbols.c, strings.c, stacks.c, random.c, print.c,
posix.c: Eliminated a bunch of SCM_NIMP(..)s that are now
redundant with the safer macros. Patch from Dirk Hermann applied
by hand. Thanks Dirk!
* scm_validate.h: Added SCM_VALIDATE_VECTOR_OR_DVECTOR for some
uses in random.c.
* ramap.c: whitespace change.
2000-01-04 22:24:10 +00:00
Tue Jan 4 14:21:35 2000 Greg J. Badros <gjb@cs.washington.edu>
* options.c, objects.c, keywords.c, gc.c: Some redundant SCM_NIMP
removals from Dirk Hermann.
* alist.c: Rename formals to match the parameter names in the
documentation, updates to documentation. Thanks Dirk Hermann!
2000-01-04 17:43:30 +00:00
2000-01-04 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
2000-01-04 17:50:22 +00:00
* eval.c (SCM_CEVAL): Reverse order of
scm_stack_checking_enabled_p and SCM_STACK_OVERFLOW_P
(Thanks to Brad Knotwell.)
2000-01-04 17:43:30 +00:00
2000-01-03 16:32:09 +00:00
Mon Jan 3 08:30:02 2000 Greg Harvey <Greg.Harvey@thezone.net> (applied --01/03/00 gjb)
* gc.c (scm_debug_newcell): Added SCM_SETCAR of the newly
allocated cell.
* pairs.h: Added a comment about the need for the SCM_SETCAR in
SCM_NEWCELL macro.
Mon Jan 3 08:25:19 2000 Greg J. Badros <gjb@cs.washington.edu>
* dynl-vms.c, debug.c, coop-threads.c, backtrace.c, eval.c: More
SCM_NIMP tests that were redundant are now eliminated. Patches
from Dirk Hermann applied by hand.
The ChangeLog continues in the file: "ChangeLog-1996-1999"