*** empty log message ***
[bpt/guile.git] / libguile / ChangeLog
CommitLineData
a4dd2611
GB
1Sat Jan 8 19:52:04 2000 Greg J. Badros <gjb@cs.washington.edu>
2
3 * scm_validate.h (SCM_VALIDATE_BOOL_COPY): Fix typo.
4
5Sat Jan 8 17:06:46 2000 Greg J. Badros <gjb@cs.washington.edu>
6
7 * backtrace.c: Fix spelling typo in a comment.
8
9 * snarf.h: Use new SCM_DOCS macro to encapsulate the non SCM_INIT
10 text. Reformatted some of the expansions.
11
5ac36451
GB
12Fri Jan 7 15:50:46 2000 Greg J. Badros <gjb@cs.washington.edu>
13
14 * scm_validate.h (SCM_OUT_OF_RANGE): Use scm_out_of_range_pos to
15 report the position of the argument.
16
17 * error.h, error.c (scm_out_of_range_pos): Added this function to
18 take extra "pos" argument, the position number of the errant
19 argument.
20
21 * debug.c: Use SCM_OUT_OF_RANGE instead of scm_out_of_range.
22
23 * snarf.h: Use SCM_HERE and SCM_INIT as names, not SCM_NOTSNARF
24 and SCM_SNARFING. Also put the %%% in the SCM_INIT since Mikael
25 prefers that and I'm reasonably indifferent.
26
27Fri Jan 7 15:03:32 2000 Greg J. Badros <gjb@cs.washington.edu>
28
29 * snarf.h: Factor out differences between C++ and non-C++ into
30 SCM_FUNC_CAST_ARBITRARY_ARGS macro. Modify all the snarf macro
31 definitions to use SCM_NOTSNARF and SCM_SNARFING macros (like
32 Mikael's macros, below, but changed names and SCM_SNARFING no
33 longer expands to include %%% -- that must appear in the argument
34 so that the token appears at the call-site as a reminder).
35
088bb1d4
MD
362000-01-07 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
37
38 * snarf.h (SCM_INSITU, SCM_INIT): New snarf macros for use in user
39 snarf macro definitions.
40
636480e6
MD
412000-01-06 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
42
43 * chars.c (scm_integer_to_char): Use Greg's nice
44 SCM_VALIDATE_INUM_RANGE macro for argument checking for closer
45 adherence to R5RS.
46
7c5628e2
GB
47Thu Jan 6 11:48:49 2000 Greg J. Badros <gjb@cs.washington.edu>
48
49 * *.c, snarf.h: Replace GUILE_PROC1 with SCM_DEFINE1 throughout.
50
2cc0f8cb
GB
51Thu Jan 6 11:22:53 2000 Greg J. Badros <gjb@cs.washington.edu>
52
53 * Makefile.am (ETAGS_ARGS): Switch to SCM_DEFINE, SCM_DEFINE1
54 instead of GUILE_PROC.
55
56Thu Jan 6 11:21:49 2000 Greg J. Badros <gjb@cs.washington.edu>
57
58 * alist.c: Do not report mismatch errors on some uses of `tmp' (do
59 this by using SCM_ARG2 instead of `2' in the SCM_VALIDATE_CONS
60 macro call.
61
9179dcdd
GB
62Thu Jan 6 09:54:33 2000 Dirk Herrmann <dirk@ida.ing.tu-bs.de> --gjb applied
63
64 * scm_validate.h: Remove some redundant NIMP tests.
65
66 * alist.c: minimize scope of the tmp variables, and initialize
67 them when declared. The strange SCM_NIMP tests are replaced by
68 SCM_CONSP tests that more closely reflect the intended semantics.
69 However, we don't get a performance penalty here, because the
70 SCM_CONSP test was performed by the ALISTCELL test anyway. * The
71 extremely ugly use of ASRTGO macros was removed: The calls to
72 ASRTGO were not encapsulated by "#ifndef SCM_RECKLESS", but got a
73 label parameter that only exists when SCM_RECKLESS is not defined.
74 This works, because ASRTGO itself is defined in a way that it only
75 makes use of the label parameter if SCM_RECKLESS is not defined
76 (shudder!). Does guile make at all use of the possibility to
77 define SCM_RECKLESS? * Codesize is likely to be reduced, since
78 instead of two calls to SCM_ASSERT performed by the ALISTCELL test
79 we now only get one test.
80
81 * list.c: Use SCM_NNULLP, not SCM_NIMP as appropriate. Also use
82 SCM_NULLP instead of SCM_IMP. Drop use of "register" keyword on
83 some variables in `list?'. Fix `reverse' and `reverse!'
84 primitives to handle improper lists better.
85
15b33280
GB
86Wed Jan 5 11:24:53 2000 Greg J. Badros <gjb@cs.washington.edu>
87
88 * *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*
89 macros and SCM_DEFINE macros to match GNU coding standards.
90
ca8cd130
GB
91Wed Jan 5 11:04:24 2000 Greg J. Badros <gjb@cs.washington.edu>
92
93 * *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.
94
fb764465
GB
95Wed Jan 5 10:59:06 2000 Greg J. Badros <gjb@cs.washington.edu>
96
97 * *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INUM for
98 better consistency with the names of other SCM_VALIDATE_ macros
99 and better conformance to guile naming policy.
100
101Wed Jan 5 10:50:39 2000 Greg J. Badros <gjb@cs.washington.edu>
102
103 * ports.c (s_scm_close_all_ports_except): Use SCM_ARG1 in a
104 SCM_VALIDATE instead of 1 to avoid a check on the argument (since
105 it's not the actual name of the formal).
1e484823
GB
106
107 * guile-snarf.awk.in: Do argument/number mismatch checking and
108 print warnings in an Emacs compile-mode parseable format.
109
110 * struct.c: Use SCM_ASSERT_RANGE instead of SCM_ASSERT w/
111 SCM_OUTOFRANGE as 3rd argument.
112
113 * random.c: Fix argument/number mismatch (that I introduced :-( ).
114
115 * __scm.h: Do not #define SCM_ARG* when snarfing;
116 lets us distinguish between 1 and SCM_ARG1 when snarfing as only
117 the former (using the number) requires the argument to match the
118 formal in the current argument snarfing check.
119
120 * snarf.h: Give new definition of SCM_ASSERT when in
121 snarfing mode to output a lexically-identifiable sequence that the
122 guile-snarf.awk script uses to verify argument/position matching.
123
124 * ramap.c: Remove extraneous #undef FUNC_NAME.
125
53fc4636
GB
126Wed Jan 5 08:36:38 2000 Greg J. Badros <gjb@cs.washington.edu>
127
128 * guile-doc-snarf.awk.in: Removed -- guile-snarf.awk.in is the
129 current version of the same functionality; it writes the .x output
130 to stdout instead of directly into the file.
131
132Wed Jan 5 08:15:04 2000 Greg J. Badros <gjb@cs.washington.edu>
133
134 * unif.c, symbols.c, strings.c, stacks.c, random.c, print.c,
135 posix.c: Eliminated a bunch of SCM_NIMP(..)s that are now
136 redundant with the safer macros. Patch from Dirk Hermann applied
137 by hand. Thanks Dirk!
138
139 * scm_validate.h: Added SCM_VALIDATE_VECTOR_OR_DVECTOR for some
140 uses in random.c.
141
142 * ramap.c: whitespace change.
143
3b5345d9
GB
144Tue Jan 4 14:21:35 2000 Greg J. Badros <gjb@cs.washington.edu>
145
146 * options.c, objects.c, keywords.c, gc.c: Some redundant SCM_NIMP
147 removals from Dirk Hermann.
148
149 * alist.c: Rename formals to match the parameter names in the
150 documentation, updates to documentation. Thanks Dirk Hermann!
151
169aec65
MD
1522000-01-04 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
153
db62436e
MD
154 * eval.c (SCM_CEVAL): Reverse order of
155 scm_stack_checking_enabled_p and SCM_STACK_OVERFLOW_P
156 (Thanks to Brad Knotwell.)
169aec65 157
da43d822
GB
158Mon Jan 3 08:30:02 2000 Greg Harvey <Greg.Harvey@thezone.net> (applied --01/03/00 gjb)
159
160 * gc.c (scm_debug_newcell): Added SCM_SETCAR of the newly
161 allocated cell.
162
163 * pairs.h: Added a comment about the need for the SCM_SETCAR in
164 SCM_NEWCELL macro.
165
166Mon Jan 3 08:25:19 2000 Greg J. Badros <gjb@cs.washington.edu>
167
168 * dynl-vms.c, debug.c, coop-threads.c, backtrace.c, eval.c: More
169 SCM_NIMP tests that were redundant are now eliminated. Patches
170 from Dirk Hermann applied by hand.
171
339999c7 172The ChangeLog continues in the file: "ChangeLog-1996-1999"