* tag.c: Added doc for `tag', but mark as deprecated since Mikael
[bpt/guile.git] / libguile / ChangeLog
CommitLineData
ac2259fc
GB
1Tue Jan 25 17:15:47 2000 Greg J. Badros <gjb@cs.washington.edu>
2
3 * sort.c: typo in comment fixed.
4
5 * keywords.c: Added documentation.
6
7 * guardians.c: Added documentation (could be better).
8
9 * gc.c: Added docs for gc-set-debug-check-freelist.
10
11 * eq.c: Added docs for eq?, eqv? equal? abridged from R4RS.
12
13 * boolean.c: Added docs for `not', `boolean?' (by hand).
14
d928e0b4
GB
15Tue Jan 25 13:28:56 2000 Greg J. Badros <gjb@cs.washington.edu>
16
17 * random.c: Added documentation, from SLIB page:
18 http://angela.ctrl-c.liu.se/~calle/scheme/slib_toc.html
19
20Mon Jan 24 17:50:20 2000 Greg J. Badros <gjb@cs.washington.edu>
21
22 * variable.c, version.c: Added documentation, written by hand
23 since I could not find anything already written that was
24 relevant.
25
d831b039
GH
262000-01-23 Gary Houston <ghouston@arglist.com>
27
28 * filesys.c (scm_chown): omit port/fdes support if HAVE_FCHOWN is
29 not defined (thanks to Richard Y. Kim).
30
88ec97ad
GB
31Thu Jan 20 13:00:38 2000 Greg J. Badros <gjb@cs.washington.edu>
32
33 * Makefile.in: Removed, this is auto-generated.
34
078e9092
GB
35Thu Jan 20 11:33:47 2000 Dirk Hermann <dirk@ida.ing.tu-bs.de> --applied 01/20/00 gjb
36
37 * list.c: Put some variable initialization code at the point of
38 declaration; Added a comment for list*; Formatting changes.
39
40 * load.c: use SCM_NNULLP to make sure the end of a list is not
41 reached yet.
42
e7a96050
MD
432000-01-18 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
44
a177af34
MD
45 * backtrace.c (scm_display_error_message): Bugfix: Don't use
46 result of scm_list_p as C boolean.
47 (scm_display_error_message, scm_set_print_params_x): Use new
48 validation macros. (Thanks to Dirk Herrmann.)
49
d06bcb02
MD
50 * net_db.c (scm_resolv_error): Cast result from hstrerror.
51
52 * strports.c (st_end_input): Inserted parenthesis to get operator
53 grouping correct.
54
55 * list.h (scm_init_list): Removed SCM_P around prototypes.
56
57 * fports.c, list.c, numbers.c, ports.c, stime.c, symbols.c,
58 filesys.c, posix.c: Converted docstrings to ANSI C format and
e7a96050
MD
59 escaped " occurring inside string literals.
60
682eefe9
MD
61Tue Jan 18 13:21:08 2000 Mikael Djurfeldt <mdj@r11n07-s.pdc.kth.se>
62
63 * posix.c (scm_mknod): Escape " occuring inside docstring.
64
56cfe22b
MD
652000-01-18 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
66
67 * alist.c, chars.c, debug.c, dynl.c, dynwind.c, error.c, eval.c,
68 evalext.c, filesys.c, gc.c, hash.c, hashtab.c, ioext.c,
69 keywords.c, list.c, load.c, macros.c, net_db.c, numbers.c,
70 objprop.c, ports.c, posix.c, print.c, procprop.c, procs.c,
71 ramap.c, regex-posix.c, root.c, scmsigs.c, simpos.c, socket.c,
72 stacks.c, stime.c, strings.c, strop.c, strports.c, struct.c,
73 symbols.c, throw.c, unif.c, vectors.c, version.c, vports.c,
74 weaks.c: Converted docstrings to ANSI C format.
75
76 * filesys.c (scm_chmod), simpos.c (scm_system), version
77 (scm_version), vports (scm_make_soft_port): Escape " occuring
78 inside docstring.
79
fcb1720f
GB
80Mon Jan 17 11:41:22 2000 Greg J. Badros <gjb@cs.washington.edu>
81
82 * scm_validate.h: Added SCM_VALIDATE_ULONG_COPY,
83 SCM_VALIDATE_LONG_COPY
84
85 * numbers.c: Use SCM_VALIDATE_ULONG_COPY, instead of
86 SCM_VALIDATE_INUM_COPY to let bigger numbers be used. Rename a
87 couple of formal arguments (and fix their uses) to make arguments
88 match the documentation.
89
b9af3d0e
MS
902000-01-14 <mstachow@alum.mit.edu>
91
92 * Makefile.am: Augment path when running guile-doc-snarf so
93 guile-func-name-check is found.
94
153511a7
GB
95Fri Jan 14 09:34:55 2000 Greg J. Badros <gjb@cs.washington.edu>
96
97 * scm_validate.h (SCM_NUM2LONG_DEF): Fix this macro to just use
98 def, not SCM_MAKINUM(def); thanks Janis Bzerins!
99
59d5245f
GB
100Wed Jan 12 00:06:53 2000 Greg J. Badros <gjb@cs.washington.edu>
101
102 * net_db.c (s_scm_inet_makeaddr): Use SCM_NUM2ULONG since that's
103 the way guile-1.3.4 worked, but #if 0 out the version using
104 SCM_VALIDATE_INUM_COPY for stricter testing.
105
95aec69f
GB
106Tue Jan 11 18:24:18 2000 Greg J. Badros <gjb@cs.washington.edu>
107
108 * guile-doc-snarf.in: Use new $fullfilename for running
109 guile-func-name-check, and put "$fullfilename" and "$filename" in
110 quotes at uses to make sure re-splitting on whitespace does not
111 occur (so filenames w/ embedded whitespace would work okay, though
112 I sure hope we never have to deal with that! :-) ). Thanks to
113 Mikael for pointing out the source_dir != build_dir was broken.
114
b7ac2837
GB
115Tue Jan 11 17:42:40 2000 Greg J. Badros <gjb@cs.washington.edu>
116
117 * scm_validate.h: Added SCM_NUM2LONG_DEF macro. Make
118 SCM_OUT_OF_RANGE use SCM_MAKINUM, not scm_long2num. Added
119 SCM_COERCE_ROSTRING macro. Added SCM_VALIDATE_NONEMPTYLIST
120 macro. Fix SCM_VALIDATE_STRINGORSUBSTR macro to not use SLOPPY
121 variants.
122
123 * ports.c (scm_port_closed_p): Validate that the arg is a PORT,
124 then return whether it's an open port (was validating that it was
125 an open port -- this was a bug I introduced back in December, but
126 my careful reading of diffs caught it).
127
128 * numbers.c: Recombine the two conditional-compilation paths for
129 all the log* primitives -- they were split based on #ifndef
130 scm_long2num; factored out a SCM_LOGOP_RETURN macro, and fixed
131 some bugs and inconsistencies in the two sets of implementations.
132 (scm_lognot) Fixed *atrocious* re-use of a SCM as an integer!
133
134 * ioext.c: Use SCM_ASSERT_RANGE in a couple places, and
135 SCM_VALIDATE_INUM_COPY once where it should've been used.
136
137 * fluids.c (scm_internal_with_fluids): Use
138 SCM_VALIDATE_LIST_COPYLEN.
139
140 * filesys.c: Use SCM_NUM2LONG instead of SCM_VALIDATE_INUM_COPY;
141 this is questionable as it relaxes type safety, but other changes
142 were useful and all SCM_NUM2LONG's should probably be
143 revisited. Use SCM_OUT_OF_RANGE, SCM_WRONG_TYPE_ARG.
144
145 * evalext.c: line-break change on 1 line.
146
147 * eval.c (nconc2last): Takes a non-empty list as its first
148 argument, not just a list.
149
150 * dynl.c: Use new SCM_COERCE_ROSTRING macro.
151
152Tue Jan 11 15:44:23 2000 Greg J. Badros <gjb@cs.washington.edu>
153
154 * dynl.c, feature.c, filesys.c, fports.c, list.c, load.c,
155 net_db.c, sort.c, stacks.c, unif.c: Use SCM_WTA, SCM_MISC_ERROR
156 where possible.
157
158 * symbols.c (scm_sysintern0): Fixed the function name in a
159 scm_misc_error invocation.
160
161 * print.c (scm_simple_format): Do not need SCM_COERCE_SUBSTR, and
162 use scm_return_first to ward off latent GC bug that Mikael caught.
163
164 * async.c: Use SCM_VALIDATE_ASYNC_COPY one place where it wasn't
165 used before but should've been.
166
d61f6b02
MD
1672000-01-12 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
168
169 * snarf.h (SCM_PROC1): Replaced SCM (*) (...) with
170 SCM_FUNC_CAST_ARBITRARY_ARGS.
171
88423ab1
GB
172Tue Jan 11 13:44:07 2000 Greg J. Badros <gjb@cs.washington.edu>
173
174 * guile-func-name-check.in: Added this script to statically check
175 #define FUNC_NAME, #undef FUNC_NAME in the source.
176
177 * sort.c, posix.c: Fix #undef FUNC_NAME lines to not have trailing
178 redundant comment, semicolon; caught by new guile-func-name-check
179 script.
180
181 * debug.c: Fix mistaken #define FUNC_NAME for scm_make_iloc.
182 Caught by new guile-func-name-check-script.
183
184 * Makefile.am: Added guile-func-name-check to bin_SCRIPTS
185
186 * ramap.c: Fix #if 0'd out code to be syntactically acceptable to
187 guile-func-name-check.
188
189 * guile-doc-snarf.in: Run guile-func-name-check on the file before
190 doing the snarf.
191
7f15e635
GB
192Tue Jan 11 11:31:10 2000 Greg J. Badros <gjb@cs.washington.edu>
193
194 * fports.c, ports.c, ports.h, strports.c, vports.c: Make write
195 port function take const void*, not void*.
196
bf121b59
GB
197Tue Jan 11 11:18:07 2000 Greg J. Badros <gjb@cs.washington.edu>
198
199 * scm_validate.h, chars.c, ports.c, print.c, read.c, strings.c,
200 strop.c: Use SCM_VALIDATE_ICHR, SCM_VALIDATE_ICHR_COPY instead of
201 SCM_VALIDATE_CHAR, SCM_VALIDATE_CHAR_COPY. Change made for
202 consistency with the other macros dealing with immediate
203 characters. (Similar to INT -> INUM change a week or so ago).
204
7965d98f
GB
205Tue Jan 11 10:41:46 2000 Greg J. Badros <gjb@cs.washington.edu>
206
207 * dynl.c, error.c, eval.c, feature.c, filesys.c, fports.c, list.c, load.c,
208 net_db.c, read.c, socket.c: Update error messages to use ~A for
209 %s, ~S for %S to work with new `simple-format' format and be
210 standardized better.
211
212 * print.h, print.c (scm_simple_format): Added `simple-format'
213 primitive. It's the old scm_display_error, with ARGS now a rest
214 parameter, and the destination first instead of last (and a couple
215 new capabilities inspired by `format' -- #t as destination means
216 current-output-port, #f means return the formatted text as a
217 string.
218
219 * gh.h, gh_data.c, ports.h, ports.c: Added some missing const specifications.
220
221 * backtrace.c (scm_display_error_message): Rewrote to use
222 scm_simple_format() procedure.
223
224 * __scm.h: Added commented-out #define of GUILE_DEBUG_FREELIST
225
f73d2411
MV
2262000-01-09 Marius Vollmer <mvo@zagadka.ping.de>
227
228 Finally applied the libltdl patch from Thomas Tanner, with slight
229 modifications.
230
231 * DYNAMIC-LINKING: Removed because it is obsolete.
232 * dynl.c: Use ANSI prototypes.
233 (sysdep_dynl_link): Use lt_dlopenext instead of lt_dlopen.
234 * scmconfig.h.in: Do not change, as it is automatically generated.
235
236 1999-07-25 Thomas Tanner <tanner@ffii.org>
237
238 * dynl-dl.c, dynl-dld.c, dynl-shl.c, dynl-vms.c: deleted
239 (obsolete)
240 * Makefile.am: likewise, add INCLTDL (libltdl headers) to
241 INCLUDES, set dlpreopened files in LDFLAGS, link libguile
242 against libltdl
243 * dynl.c: use libltdl if DYNAMIC_LINKING is enabled,
244 * guile.c: register preloaded modules
245 * scmconfig.h.in: remove obsolete symbols
246
38c1d3c4
GH
2472000-01-09 Gary Houston <ghouston@arglist.com>
248
249 * These changes should make it unnecessary to call tzset from
250 Scheme after modifying the TZ environment variable, even if the
251 system date facilities cache the value.
252 * stime.c (setzone, scm_localtime): added comments.
253 (tzset): don't define a noop tzset macro if HAVE_TZSET not defined.
254 (setzone): don't call tzset.
255 (restorezone): call tzset only if HAVE_TZSET is defined.
256 (scm_tzset): don't define if HAVE_TZSET not defined. Change the
257 doc string to indicate that this procedure isn't likely to do
258 anything useful.
259 (scm_localtime, scm_strftime, scm_mktime): call tzset if
260 LOCALTIME_CACHE is defined.
261
9359d657
MD
2622000-01-09 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
263
264 * posix.c (scm_sync): Return SCM_UNSPECIFIED.
265
f25f761d
GH
2662000-01-09 Gary Houston <ghouston@arglist.com>
267
268 * eval.c: define scm_unbound_variable_key ('unbound-variable).
269 scm_lookupcar1: throw an error with key 'unbound-variable instead
270 of 'misc-error when an unbound variable is encountered.
271
272 * filesys.c (scm_mkdir, scm_rmdir, scm_getcwd, scm_select,
273 scm_symlink, scm_readlink, scm_lstat),
274 posix.c (scm_setpgid, scm_setsid, scm_ctermid, scm_tcgetpgrp,
275 scm_tcsetpgrp, scm_uname, scm_setlocale, scm_mknod, scm_nice,
276 scm_sync),
277 simpos.c (scm_system),
278 stime.c (scm_times, scm_strptime):
279 move the HAVE_XXX feature tests out of the procedure bodies.
280 don't use SCM_SYSMISSING.
281 scm_validate.h (SCM_SYSMISSING): removed.
282 error.h, error.c (scm_sysmissing): comment that this is deprecated.
283 see ChangeLog entry for 1999-12-28.
284
a4dd2611
GB
285Sat Jan 8 19:52:04 2000 Greg J. Badros <gjb@cs.washington.edu>
286
287 * scm_validate.h (SCM_VALIDATE_BOOL_COPY): Fix typo.
288
289Sat Jan 8 17:06:46 2000 Greg J. Badros <gjb@cs.washington.edu>
290
291 * backtrace.c: Fix spelling typo in a comment.
292
293 * snarf.h: Use new SCM_DOCS macro to encapsulate the non SCM_INIT
294 text. Reformatted some of the expansions.
295
5ac36451
GB
296Fri Jan 7 15:50:46 2000 Greg J. Badros <gjb@cs.washington.edu>
297
298 * scm_validate.h (SCM_OUT_OF_RANGE): Use scm_out_of_range_pos to
299 report the position of the argument.
300
301 * error.h, error.c (scm_out_of_range_pos): Added this function to
302 take extra "pos" argument, the position number of the errant
303 argument.
304
305 * debug.c: Use SCM_OUT_OF_RANGE instead of scm_out_of_range.
306
307 * snarf.h: Use SCM_HERE and SCM_INIT as names, not SCM_NOTSNARF
308 and SCM_SNARFING. Also put the %%% in the SCM_INIT since Mikael
309 prefers that and I'm reasonably indifferent.
310
311Fri Jan 7 15:03:32 2000 Greg J. Badros <gjb@cs.washington.edu>
312
313 * snarf.h: Factor out differences between C++ and non-C++ into
314 SCM_FUNC_CAST_ARBITRARY_ARGS macro. Modify all the snarf macro
315 definitions to use SCM_NOTSNARF and SCM_SNARFING macros (like
316 Mikael's macros, below, but changed names and SCM_SNARFING no
317 longer expands to include %%% -- that must appear in the argument
318 so that the token appears at the call-site as a reminder).
319
088bb1d4
MD
3202000-01-07 Mikael Djurfeldt <mdj@thalamus.nada.kth.se>
321
322 * snarf.h (SCM_INSITU, SCM_INIT): New snarf macros for use in user
323 snarf macro definitions.
324
636480e6
MD
3252000-01-06 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
326
327 * chars.c (scm_integer_to_char): Use Greg's nice
328 SCM_VALIDATE_INUM_RANGE macro for argument checking for closer
329 adherence to R5RS.
330
7c5628e2
GB
331Thu Jan 6 11:48:49 2000 Greg J. Badros <gjb@cs.washington.edu>
332
333 * *.c, snarf.h: Replace GUILE_PROC1 with SCM_DEFINE1 throughout.
334
2cc0f8cb
GB
335Thu Jan 6 11:22:53 2000 Greg J. Badros <gjb@cs.washington.edu>
336
337 * Makefile.am (ETAGS_ARGS): Switch to SCM_DEFINE, SCM_DEFINE1
338 instead of GUILE_PROC.
339
340Thu Jan 6 11:21:49 2000 Greg J. Badros <gjb@cs.washington.edu>
341
342 * alist.c: Do not report mismatch errors on some uses of `tmp' (do
343 this by using SCM_ARG2 instead of `2' in the SCM_VALIDATE_CONS
344 macro call.
345
9179dcdd
GB
346Thu Jan 6 09:54:33 2000 Dirk Herrmann <dirk@ida.ing.tu-bs.de> --gjb applied
347
348 * scm_validate.h: Remove some redundant NIMP tests.
349
350 * alist.c: minimize scope of the tmp variables, and initialize
351 them when declared. The strange SCM_NIMP tests are replaced by
352 SCM_CONSP tests that more closely reflect the intended semantics.
353 However, we don't get a performance penalty here, because the
354 SCM_CONSP test was performed by the ALISTCELL test anyway. * The
355 extremely ugly use of ASRTGO macros was removed: The calls to
356 ASRTGO were not encapsulated by "#ifndef SCM_RECKLESS", but got a
357 label parameter that only exists when SCM_RECKLESS is not defined.
358 This works, because ASRTGO itself is defined in a way that it only
359 makes use of the label parameter if SCM_RECKLESS is not defined
360 (shudder!). Does guile make at all use of the possibility to
361 define SCM_RECKLESS? * Codesize is likely to be reduced, since
362 instead of two calls to SCM_ASSERT performed by the ALISTCELL test
363 we now only get one test.
364
365 * list.c: Use SCM_NNULLP, not SCM_NIMP as appropriate. Also use
366 SCM_NULLP instead of SCM_IMP. Drop use of "register" keyword on
367 some variables in `list?'. Fix `reverse' and `reverse!'
368 primitives to handle improper lists better.
369
15b33280
GB
370Wed Jan 5 11:24:53 2000 Greg J. Badros <gjb@cs.washington.edu>
371
372 * *.[ch]: Whitespace changes -- added space after SCM_VALIDATE_*
373 macros and SCM_DEFINE macros to match GNU coding standards.
374
ca8cd130
GB
375Wed Jan 5 11:04:24 2000 Greg J. Badros <gjb@cs.washington.edu>
376
377 * *.[ch]: Replace GUILE_PROC w/ SCM_DEFINE.
378
fb764465
GB
379Wed Jan 5 10:59:06 2000 Greg J. Badros <gjb@cs.washington.edu>
380
381 * *.[ch]: Replace SCM_VALIDATE_INT w/ SCM_VALIDATE_INUM for
382 better consistency with the names of other SCM_VALIDATE_ macros
383 and better conformance to guile naming policy.
384
385Wed Jan 5 10:50:39 2000 Greg J. Badros <gjb@cs.washington.edu>
386
387 * ports.c (s_scm_close_all_ports_except): Use SCM_ARG1 in a
388 SCM_VALIDATE instead of 1 to avoid a check on the argument (since
389 it's not the actual name of the formal).
1e484823
GB
390
391 * guile-snarf.awk.in: Do argument/number mismatch checking and
392 print warnings in an Emacs compile-mode parseable format.
393
394 * struct.c: Use SCM_ASSERT_RANGE instead of SCM_ASSERT w/
395 SCM_OUTOFRANGE as 3rd argument.
396
397 * random.c: Fix argument/number mismatch (that I introduced :-( ).
398
399 * __scm.h: Do not #define SCM_ARG* when snarfing;
400 lets us distinguish between 1 and SCM_ARG1 when snarfing as only
401 the former (using the number) requires the argument to match the
402 formal in the current argument snarfing check.
403
404 * snarf.h: Give new definition of SCM_ASSERT when in
405 snarfing mode to output a lexically-identifiable sequence that the
406 guile-snarf.awk script uses to verify argument/position matching.
407
408 * ramap.c: Remove extraneous #undef FUNC_NAME.
409
53fc4636
GB
410Wed Jan 5 08:36:38 2000 Greg J. Badros <gjb@cs.washington.edu>
411
412 * guile-doc-snarf.awk.in: Removed -- guile-snarf.awk.in is the
413 current version of the same functionality; it writes the .x output
414 to stdout instead of directly into the file.
415
416Wed Jan 5 08:15:04 2000 Greg J. Badros <gjb@cs.washington.edu>
417
418 * unif.c, symbols.c, strings.c, stacks.c, random.c, print.c,
419 posix.c: Eliminated a bunch of SCM_NIMP(..)s that are now
420 redundant with the safer macros. Patch from Dirk Hermann applied
421 by hand. Thanks Dirk!
422
423 * scm_validate.h: Added SCM_VALIDATE_VECTOR_OR_DVECTOR for some
424 uses in random.c.
425
426 * ramap.c: whitespace change.
427
3b5345d9
GB
428Tue Jan 4 14:21:35 2000 Greg J. Badros <gjb@cs.washington.edu>
429
430 * options.c, objects.c, keywords.c, gc.c: Some redundant SCM_NIMP
431 removals from Dirk Hermann.
432
433 * alist.c: Rename formals to match the parameter names in the
434 documentation, updates to documentation. Thanks Dirk Hermann!
435
169aec65
MD
4362000-01-04 Mikael Djurfeldt <mdj@mdj.nada.kth.se>
437
db62436e
MD
438 * eval.c (SCM_CEVAL): Reverse order of
439 scm_stack_checking_enabled_p and SCM_STACK_OVERFLOW_P
440 (Thanks to Brad Knotwell.)
169aec65 441
da43d822
GB
442Mon Jan 3 08:30:02 2000 Greg Harvey <Greg.Harvey@thezone.net> (applied --01/03/00 gjb)
443
444 * gc.c (scm_debug_newcell): Added SCM_SETCAR of the newly
445 allocated cell.
446
447 * pairs.h: Added a comment about the need for the SCM_SETCAR in
448 SCM_NEWCELL macro.
449
450Mon Jan 3 08:25:19 2000 Greg J. Badros <gjb@cs.washington.edu>
451
452 * dynl-vms.c, debug.c, coop-threads.c, backtrace.c, eval.c: More
453 SCM_NIMP tests that were redundant are now eliminated. Patches
454 from Dirk Hermann applied by hand.
455
339999c7 456The ChangeLog continues in the file: "ChangeLog-1996-1999"