*** empty log message ***
[bpt/guile.git] / libguile / ChangeLog
1 Wed Jan 5 11:04:24 2000 Greg J. Badros <gjb@cs.washington.edu>
2
3 * *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.
4
5 Wed Jan 5 10:59:06 2000 Greg J. Badros <gjb@cs.washington.edu>
6
7 * *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INUM for
8 better consistency with the names of other SCM_VALIDATE_ macros
9 and better conformance to guile naming policy.
10
11 Wed Jan 5 10:50:39 2000 Greg J. Badros <gjb@cs.washington.edu>
12
13 * ports.c (s_scm_close_all_ports_except): Use SCM_ARG1 in a
14 SCM_VALIDATE instead of 1 to avoid a check on the argument (since
15 it's not the actual name of the formal).
16
17 * guile-snarf.awk.in: Do argument/number mismatch checking and
18 print warnings in an Emacs compile-mode parseable format.
19
20 * struct.c: Use SCM_ASSERT_RANGE instead of SCM_ASSERT w/
21 SCM_OUTOFRANGE as 3rd argument.
22
23 * random.c: Fix argument/number mismatch (that I introduced :-( ).
24
25 * __scm.h: Do not #define SCM_ARG* when snarfing;
26 lets us distinguish between 1 and SCM_ARG1 when snarfing as only
27 the former (using the number) requires the argument to match the
28 formal in the current argument snarfing check.
29
30 * snarf.h: Give new definition of SCM_ASSERT when in
31 snarfing mode to output a lexically-identifiable sequence that the
32 guile-snarf.awk script uses to verify argument/position matching.
33
34 * ramap.c: Remove extraneous #undef FUNC_NAME.
35
36 Wed Jan 5 08:36:38 2000 Greg J. Badros <gjb@cs.washington.edu>
37
38 * guile-doc-snarf.awk.in: Removed -- guile-snarf.awk.in is the
39 current version of the same functionality; it writes the .x output
40 to stdout instead of directly into the file.
41
42 Wed Jan 5 08:15:04 2000 Greg J. Badros <gjb@cs.washington.edu>
43
44 * unif.c, symbols.c, strings.c, stacks.c, random.c, print.c,
45 posix.c: Eliminated a bunch of SCM_NIMP(..)s that are now
46 redundant with the safer macros. Patch from Dirk Hermann applied
47 by hand. Thanks Dirk!
48
49 * scm_validate.h: Added SCM_VALIDATE_VECTOR_OR_DVECTOR for some
50 uses in random.c.
51
52 * ramap.c: whitespace change.
53
54 Tue Jan 4 14:21:35 2000 Greg J. Badros <gjb@cs.washington.edu>
55
56 * options.c, objects.c, keywords.c, gc.c: Some redundant SCM_NIMP
57 removals from Dirk Hermann.
58
59 * alist.c: Rename formals to match the parameter names in the
60 documentation, updates to documentation. Thanks Dirk Hermann!
61
62 2000-01-04 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
63
64 * eval.c (SCM_CEVAL): Reverse order of
65 scm_stack_checking_enabled_p and SCM_STACK_OVERFLOW_P
66 (Thanks to Brad Knotwell.)
67
68 Mon Jan 3 08:30:02 2000 Greg Harvey <Greg.Harvey@thezone.net> (applied --01/03/00 gjb)
69
70 * gc.c (scm_debug_newcell): Added SCM_SETCAR of the newly
71 allocated cell.
72
73 * pairs.h: Added a comment about the need for the SCM_SETCAR in
74 SCM_NEWCELL macro.
75
76 Mon Jan 3 08:25:19 2000 Greg J. Badros <gjb@cs.washington.edu>
77
78 * dynl-vms.c, debug.c, coop-threads.c, backtrace.c, eval.c: More
79 SCM_NIMP tests that were redundant are now eliminated. Patches
80 from Dirk Hermann applied by hand.
81
82 The ChangeLog continues in the file: "ChangeLog-1996-1999"