*** empty log message ***
[bpt/guile.git] / libguile / ChangeLog
1 Wed Jan 5 08:36:38 2000 Greg J. Badros <gjb@cs.washington.edu>
2
3 * guile-doc-snarf.awk.in: Removed -- guile-snarf.awk.in is the
4 current version of the same functionality; it writes the .x output
5 to stdout instead of directly into the file.
6
7 Wed Jan 5 08:15:04 2000 Greg J. Badros <gjb@cs.washington.edu>
8
9 * unif.c, symbols.c, strings.c, stacks.c, random.c, print.c,
10 posix.c: Eliminated a bunch of SCM_NIMP(..)s that are now
11 redundant with the safer macros. Patch from Dirk Hermann applied
12 by hand. Thanks Dirk!
13
14 * scm_validate.h: Added SCM_VALIDATE_VECTOR_OR_DVECTOR for some
15 uses in random.c.
16
17 * ramap.c: whitespace change.
18
19 Tue Jan 4 14:21:35 2000 Greg J. Badros <gjb@cs.washington.edu>
20
21 * options.c, objects.c, keywords.c, gc.c: Some redundant SCM_NIMP
22 removals from Dirk Hermann.
23
24 * alist.c: Rename formals to match the parameter names in the
25 documentation, updates to documentation. Thanks Dirk Hermann!
26
27 2000-01-04 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
28
29 * eval.c (SCM_CEVAL): Reverse order of
30 scm_stack_checking_enabled_p and SCM_STACK_OVERFLOW_P
31 (Thanks to Brad Knotwell.)
32
33 Mon Jan 3 08:30:02 2000 Greg Harvey <Greg.Harvey@thezone.net> (applied --01/03/00 gjb)
34
35 * gc.c (scm_debug_newcell): Added SCM_SETCAR of the newly
36 allocated cell.
37
38 * pairs.h: Added a comment about the need for the SCM_SETCAR in
39 SCM_NEWCELL macro.
40
41 Mon Jan 3 08:25:19 2000 Greg J. Badros <gjb@cs.washington.edu>
42
43 * dynl-vms.c, debug.c, coop-threads.c, backtrace.c, eval.c: More
44 SCM_NIMP tests that were redundant are now eliminated. Patches
45 from Dirk Hermann applied by hand.
46
47 The ChangeLog continues in the file: "ChangeLog-1996-1999"