bpt/guile.git
22 years agoNews for scm_call_N and scm_apply_N.
Keisuke Nishida [Tue, 26 Jun 2001 15:59:41 +0000 (15:59 +0000)]
News for scm_call_N and scm_apply_N.

22 years ago * eval.c (scm_call_0, scm_call_1, scm_call_2, scm_call_3,
Keisuke Nishida [Tue, 26 Jun 2001 15:46:40 +0000 (15:46 +0000)]
* eval.c (scm_call_0, scm_call_1, scm_call_2, scm_call_3,
scm_apply_0, scm_apply_1, scm_apply_2, scm_apply_3): New functions.

22 years ago* Deprecated scm_makfromstr and added scm_mem2string as a replacement.
Dirk Herrmann [Tue, 26 Jun 2001 10:59:34 +0000 (10:59 +0000)]
* Deprecated scm_makfromstr and added scm_mem2string as a replacement.
* Eliminated some potential gc problems.
* Eliminated some signedness problems.
* Minor changes.

22 years ago* More GH to scm transition documentation.
Neil Jerram [Mon, 25 Jun 2001 22:27:11 +0000 (22:27 +0000)]
* More GH to scm transition documentation.
* Revise info about GH deprecation following Marius' suggestions.

22 years ago* Quoting fix in autogen.sh.
Neil Jerram [Mon, 25 Jun 2001 22:24:40 +0000 (22:24 +0000)]
* Quoting fix in autogen.sh.

22 years ago*** empty log message ***
Marius Vollmer [Mon, 25 Jun 2001 15:08:22 +0000 (15:08 +0000)]
*** empty log message ***

22 years ago(version.texi, version-tutorial.texi): Removed kluges to build them
Marius Vollmer [Mon, 25 Jun 2001 15:07:37 +0000 (15:07 +0000)]
(version.texi, version-tutorial.texi): Removed kluges to build them
unconditionally.

22 years agoAdded message about what to do next. Tell them to use
Marius Vollmer [Mon, 25 Jun 2001 15:07:20 +0000 (15:07 +0000)]
Added message about what to do next.  Tell them to use
`--enable-maintainer-mode'.

22 years ago* Fix signedness plus some minor improvements.
Dirk Herrmann [Mon, 25 Jun 2001 11:06:33 +0000 (11:06 +0000)]
* Fix signedness plus some minor improvements.

22 years ago*** empty log message ***
Michael Livshin [Mon, 25 Jun 2001 03:46:41 +0000 (03:46 +0000)]
*** empty log message ***

22 years ago* Makefile.am (MAINTAINERCLEANFILES): be sure to remove
Michael Livshin [Mon, 25 Jun 2001 03:37:06 +0000 (03:37 +0000)]
* Makefile.am (MAINTAINERCLEANFILES): be sure to remove
c-tokenize.c when doing maintainer-clean.

22 years ago* HACKING: mention flex.
Michael Livshin [Mon, 25 Jun 2001 03:31:10 +0000 (03:31 +0000)]
* HACKING: mention flex.

* autogen.sh: generate libguile/c-tokenize.c.

22 years ago* snarf-check-and-output-texi: rewrite.
Michael Livshin [Mon, 25 Jun 2001 03:30:32 +0000 (03:30 +0000)]
* snarf-check-and-output-texi: rewrite.

22 years ago* snarf.h (SCM_SNARF_DOCS): change the "grammar" slightly.
Michael Livshin [Mon, 25 Jun 2001 03:30:02 +0000 (03:30 +0000)]
* snarf.h (SCM_SNARF_DOCS): change the "grammar" slightly.

* guile-snarf-docs.in, guile-snarf-docs-texi.in: rewrite &
simplify.

* eval.c: all hash signs are in column 0.

* Makefile.am (guile_filter_doc_snarfage): build using
c-tokenize.c, not filter-doc-snarfage.c.
rearrange snarfing dependencies a bit.

* c-tokenize.lex: new file.

22 years ago* streams.scm (stream-for-each-many): typo fix.
Michael Livshin [Mon, 25 Jun 2001 03:27:51 +0000 (03:27 +0000)]
* streams.scm (stream-for-each-many): typo fix.

22 years ago*** empty log message ***
Marius Vollmer [Mon, 25 Jun 2001 01:07:36 +0000 (01:07 +0000)]
*** empty log message ***

22 years agoUse `re-export-syntax' to correctly re-export `receive'.
Marius Vollmer [Mon, 25 Jun 2001 01:07:04 +0000 (01:07 +0000)]
Use `re-export-syntax' to correctly re-export `receive'.

22 years ago(re-export-syntax): New.
Marius Vollmer [Mon, 25 Jun 2001 01:06:33 +0000 (01:06 +0000)]
(re-export-syntax): New.

22 years ago*** empty log message ***
Marius Vollmer [Mon, 25 Jun 2001 00:58:20 +0000 (00:58 +0000)]
*** empty log message ***

22 years ago(SIZE_MAX, PTRDIFF_MIN, PTRDIFF_MAX): Only define when
Marius Vollmer [Mon, 25 Jun 2001 00:57:59 +0000 (00:57 +0000)]
(SIZE_MAX, PTRDIFF_MIN, PTRDIFF_MAX): Only define when
they aren't defined already.

22 years ago* srcprop.h, srcprop.c (scm_srcprops_to_plist): Renamed from
Marius Vollmer [Mon, 25 Jun 2001 00:56:41 +0000 (00:56 +0000)]
* srcprop.h, srcprop.c (scm_srcprops_to_plist): Renamed from
scm_t_srcpropso_plist.  See the big type renaming.
* coop-defs.h (scm_mutex_trylock, scm_cond_timedwait): Likewise.

22 years ago(scm_srcprops_to_plist): Renamed from scm_t_srcpropso_plist. See the
Marius Vollmer [Mon, 25 Jun 2001 00:55:36 +0000 (00:55 +0000)]
(scm_srcprops_to_plist): Renamed from scm_t_srcpropso_plist.  See the
big type renaming.

22 years ago* Various minor improvements, for example signedness fixes.
Dirk Herrmann [Sat, 23 Jun 2001 15:25:57 +0000 (15:25 +0000)]
* Various minor improvements, for example signedness fixes.

22 years ago* Start new node documenting transition from GH to scm interface.
Neil Jerram [Fri, 22 Jun 2001 14:23:46 +0000 (14:23 +0000)]
* Start new node documenting transition from GH to scm interface.

22 years ago* Signal an error if unable to find channel.scm file.
Neil Jerram [Thu, 21 Jun 2001 19:39:03 +0000 (19:39 +0000)]
* Signal an error if unable to find channel.scm file.

22 years ago* Explain GH deprecation & plan for scm documentation.
Neil Jerram [Wed, 20 Jun 2001 22:08:19 +0000 (22:08 +0000)]
* Explain GH deprecation & plan for scm documentation.

22 years agoRemoved tag.c and tag.h and all references.
Martin Grabmüller [Wed, 20 Jun 2001 18:18:00 +0000 (18:18 +0000)]
Removed tag.c and tag.h and all references.

22 years ago * deprecation.c, extensions.c, rw.c: include string.h.
Gary Houston [Wed, 20 Jun 2001 17:33:43 +0000 (17:33 +0000)]
* deprecation.c, extensions.c, rw.c: include string.h.

22 years ago * filter-doc-snarfage.c (process): added ungetc in
Gary Houston [Tue, 19 Jun 2001 22:56:29 +0000 (22:56 +0000)]
* filter-doc-snarfage.c (process): added ungetc in
MULTILINE_COOKIE case since otherwise it fails when there's no
space between the '(' and the quote of the following string
(gcc 3.0).

22 years agoAdded two "s".
Marius Vollmer [Tue, 19 Jun 2001 17:27:54 +0000 (17:27 +0000)]
Added two "s".

22 years ago Some updates.
Martin Grabmüller [Mon, 18 Jun 2001 19:11:21 +0000 (19:11 +0000)]
 Some updates.

22 years ago2001-06-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
Martin Grabmüller [Mon, 18 Jun 2001 19:09:31 +0000 (19:09 +0000)]
2001-06-18  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

* box-dynamic-module/README: Use a better example for box-map, as
suggested by Thomas Wawrzinek.

22 years ago2001-06-18 Martin Grabmueller <mgrabmue@cs.tu-berlin.de>
Martin Grabmüller [Mon, 18 Jun 2001 19:08:31 +0000 (19:08 +0000)]
2001-06-18  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

* srfi-modules.texi (SRFI-1): Completed procedure documentation.

* scheme-data.texi (List Constructors): Added make-list.
Added type index entries for all data types.

2001-06-15  Martin Grabmueller  <mgrabmue@cs.tu-berlin.de>

* srfi-modules.texi (SRFI-1): New section documenting the SRFI-1
module.

22 years ago*** empty log message ***
Marius Vollmer [Mon, 18 Jun 2001 18:31:14 +0000 (18:31 +0000)]
*** empty log message ***

22 years agoThe SRFI-19 implementation was completely broken. Already the
Marius Vollmer [Mon, 18 Jun 2001 18:30:58 +0000 (18:30 +0000)]
The SRFI-19 implementation was completely broken.  Already the
reference implementation did not handle DST and time zones properly
and relied on non-R5RS-isms like passing reals to `quotient'.  For
Guile, some additional fixes were needed because of the incomplete
numeric tower implementation.  See also srfi-19.test.

* srfi-19.scm (date-zone-offset): Fixed typo in export clause.
(add-duration): Renamed from priv:add-duration.
(priv:time-normalize!): Handle fractional nanoseconds; remove
duplicate definition.  (priv:current-time-tai): Fixed typo.  (time=?,
time<=?): Fixed typos.  (time-tai->time-utc, time-utc->time-tai,
time-utc->time-monotonic): Use make-time-unnormalized instead of
make-time when uninitialized time fields are used.
(set-date-nanosecond!, set-date-second!, set-date-minute!,
set-date-hour!, set-date-day!, set-date-month!, set-date-year!,
set-date-zone-offset!): Define.  (priv:local-tz-offset): Take an extra
argument in order to handle DST effects.  (time-utc->date,
time-tai->date, time-monotonic->date): Handle the changed signature of
priv:local-tz-offset. Don't pass non-integer arguments to quotient
(non-R5RS, not supported by Guile).  (date->time-utc): Ensure that
seconds in a date structure are always exact integers.  Handle DST
properly.  (current-date, julian-day->date,
modified-julian-day->date): Handle the changed signature of
priv:local-tz-offset.  (julian-day->time-utc): Reverted earlier
inexact->exact hack; make-time now handles inexact arguments.
(priv:locale-print-time-zone): At least print the numerical time zone.
(priv:integer-reader): Fixed named let iteration.
(priv:read-directives): Use set-date-month! instead of
priv:set-date-month! etc.  (string->date): Handle DST properly.

22 years agofixed doc code bug
Gary Houston [Sun, 17 Jun 2001 20:45:33 +0000 (20:45 +0000)]
fixed doc code bug

22 years agoAdd entry for Keisuke Nishida.
Thien-Thi Nguyen [Sun, 17 Jun 2001 20:32:26 +0000 (20:32 +0000)]
Add entry for Keisuke Nishida.

22 years ago*** empty log message ***
Marius Vollmer [Sat, 16 Jun 2001 20:17:50 +0000 (20:17 +0000)]
*** empty log message ***

22 years ago(scm_cond_t, scm_key_t, scm_mutex_t): Only define these when using
Marius Vollmer [Sat, 16 Jun 2001 20:17:19 +0000 (20:17 +0000)]
(scm_cond_t, scm_key_t, scm_mutex_t): Only define these when using
threads.

22 years ago(Conventions): Use `system-error-errno' instead of explicit code
Marius Vollmer [Sat, 16 Jun 2001 20:16:12 +0000 (20:16 +0000)]
(Conventions): Use `system-error-errno' instead of explicit code

22 years ago(system-error-errno): New.
Marius Vollmer [Sat, 16 Jun 2001 20:14:24 +0000 (20:14 +0000)]
(system-error-errno): New.

22 years ago* tests/ports.test: New test for output port line counts.
Marius Vollmer [Sat, 16 Jun 2001 20:13:50 +0000 (20:13 +0000)]
* tests/ports.test: New test for output port line counts.

22 years agoNew files. Thanks to Matthias Köppe!
Marius Vollmer [Sat, 16 Jun 2001 20:11:39 +0000 (20:11 +0000)]
New files.  Thanks to Matthias Köppe!

22 years agoStuff about our naming conventions.
Marius Vollmer [Thu, 14 Jun 2001 20:47:05 +0000 (20:47 +0000)]
Stuff about our naming conventions.

22 years ago * scripts/README, scripts/hello.scm, safe/untrusted.scm,
Martin Grabmüller [Thu, 14 Jun 2001 20:36:06 +0000 (20:36 +0000)]
* scripts/README, scripts/hello.scm, safe/untrusted.scm,
safe/evil.scm, safe/README, modules/README, modules/main,
modules/module-0.scm, modules/module-1.scm, modules/module-2.scm:
Minor cleanup.

* README: Added intro stuff, restructured a bit.

* box-dynamic/README, box-module/README, box/README: Cleanup and
restructuring.

* box-dynamic-module/box-mixed.scm: New file, demonstrating usage
of extension library functionality, but without exporting
procedures from the library.

Thanks to Thomas Wawrzinek for the idea and example code!

* box-dynamic-module/box-module.scm: Add comments, export
make-box, box-ref, box-set!.

* box-dynamic-module/README: Integrate new module (box-mixed),
restructure and cleanup a bit.

22 years ago*** empty log message ***
Marius Vollmer [Thu, 14 Jun 2001 20:20:35 +0000 (20:20 +0000)]
*** empty log message ***

22 years agoAdded deprecated section with the olde type names.
Marius Vollmer [Thu, 14 Jun 2001 20:19:33 +0000 (20:19 +0000)]
Added deprecated section with the olde type names.

22 years agoscm_t_bits is unsigned, types have been renamed.
Marius Vollmer [Thu, 14 Jun 2001 20:19:02 +0000 (20:19 +0000)]
scm_t_bits is unsigned, types have been renamed.

22 years agoReplace "scm_*_t" with "scm_t_*", except "scm_lisp_t".
Marius Vollmer [Thu, 14 Jun 2001 20:14:09 +0000 (20:14 +0000)]
Replace "scm_*_t" with "scm_t_*", except "scm_lisp_t".

22 years ago*** empty log message ***
Marius Vollmer [Thu, 14 Jun 2001 19:52:35 +0000 (19:52 +0000)]
*** empty log message ***

22 years agoReplace "scm_*_t" with "scm_t_*".
Marius Vollmer [Thu, 14 Jun 2001 19:51:54 +0000 (19:51 +0000)]
Replace "scm_*_t" with "scm_t_*".

22 years agoreplace "scm_*_t" with "scm_t_*".
Marius Vollmer [Thu, 14 Jun 2001 19:50:43 +0000 (19:50 +0000)]
replace "scm_*_t" with "scm_t_*".

22 years agoTalk about kluge at top of srfi13.scm.
Marius Vollmer [Thu, 14 Jun 2001 18:26:58 +0000 (18:26 +0000)]
Talk about kluge at top of srfi13.scm.

22 years ago*** empty log message ***
Marius Vollmer [Thu, 14 Jun 2001 18:26:43 +0000 (18:26 +0000)]
*** empty log message ***

22 years ago* unif.h (SCM_ARRAY_NDIM): Shift then cast so that the no sign
Marius Vollmer [Thu, 14 Jun 2001 18:26:27 +0000 (18:26 +0000)]
* unif.h (SCM_ARRAY_NDIM): Shift then cast so that the no sign
extension takes place.
* strings.h (SCM_STRING_LENGTH): Likewise.
(SCM_STRING_MAX_LENGTH): Use unsigned numbers.

22 years agoPrevent `export' from re-exporting core bindings.
Marius Vollmer [Thu, 14 Jun 2001 18:23:28 +0000 (18:23 +0000)]
Prevent `export' from re-exporting core bindings.

22 years ago(remove-if, remove-if-not): Fix typo: use
Marius Vollmer [Thu, 14 Jun 2001 18:22:25 +0000 (18:22 +0000)]
(remove-if, remove-if-not): Fix typo: use
`pred', not `pred?', in the body.

22 years ago*** empty log message ***
Marius Vollmer [Thu, 14 Jun 2001 17:43:39 +0000 (17:43 +0000)]
*** empty log message ***

22 years ago* configure.in: Check for rl_filename_completion_function.
Marius Vollmer [Thu, 14 Jun 2001 17:42:45 +0000 (17:42 +0000)]
* configure.in: Check for rl_filename_completion_function.
* readline.c (s_scm_filename_completion_function): Use
rl_filename_completion_function instead of
filename_completion_function, if we have it.
(scm_init_readline): Use rl_compentry_func_t instead if Function
when _RL_FUNCTION_TYPEDEF is defined.

22 years ago* readline.h (scm_clear_history): New prototype.
Marius Vollmer [Thu, 14 Jun 2001 17:41:51 +0000 (17:41 +0000)]
* readline.h (scm_clear_history): New prototype.

22 years ago(SCM_SRS): Cast shiftee to scm_signed_bits_t.
Marius Vollmer [Thu, 14 Jun 2001 17:41:21 +0000 (17:41 +0000)]
(SCM_SRS): Cast shiftee to scm_signed_bits_t.
(SCM_INUM): Cast result to scm_signed_bits_t.

22 years agoInclude <stdint.h> when we have it.
Marius Vollmer [Thu, 14 Jun 2001 17:39:30 +0000 (17:39 +0000)]
Include <stdint.h> when we have it.
(scm_bits_t): Changed to be a unsigned type.  Use uintptr_t when
available.  Else use "unsigned long".
(scm_signed_bits_t): New.

22 years ago(ptrdiff_t): Typedef to long when configure didn't find
Marius Vollmer [Thu, 14 Jun 2001 17:37:38 +0000 (17:37 +0000)]
(ptrdiff_t): Typedef to long when configure didn't find
it.

22 years agoUpdates for load-extension et al.
Marius Vollmer [Thu, 14 Jun 2001 17:36:41 +0000 (17:36 +0000)]
Updates for load-extension et al.

22 years agoCheck for header <stdint.h>. Check for uintptr_t
Marius Vollmer [Thu, 14 Jun 2001 17:36:03 +0000 (17:36 +0000)]
Check for header <stdint.h>.  Check for uintptr_t
type.  Use AC_CHECK_TYPES for this.  Do not caus ptrdiff_t to be
`#defined'.

22 years ago(ptrdiff_t): Removed.
Marius Vollmer [Thu, 14 Jun 2001 17:34:01 +0000 (17:34 +0000)]
(ptrdiff_t): Removed.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Wed, 13 Jun 2001 16:11:23 +0000 (16:11 +0000)]
*** empty log message ***

22 years agoUpdate path to #include file scmconfig.h.
Thien-Thi Nguyen [Wed, 13 Jun 2001 16:10:05 +0000 (16:10 +0000)]
Update path to #include file scmconfig.h.
Thanks to Golubev I. N.

22 years agoRemove SLIB reference for ice-9/match.scm,
Thien-Thi Nguyen [Wed, 13 Jun 2001 16:05:55 +0000 (16:05 +0000)]
Remove SLIB reference for ice-9/match.scm,
since it now is no longer dependent.

Thanks to Dale P. Smith.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Wed, 13 Jun 2001 16:03:27 +0000 (16:03 +0000)]
*** empty log message ***

22 years agoNo longer use module `(ice-9 slib)'.
Thien-Thi Nguyen [Wed, 13 Jun 2001 16:02:07 +0000 (16:02 +0000)]
No longer use module `(ice-9 slib)'.
Use module `(ice-9 pretty-print)'.
No longer require `pretty-print'.

(slib:error): Delete.
(match:error, match:syntax-err): Rewrite.

Thanks to Dale P. Smith.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Wed, 13 Jun 2001 09:26:46 +0000 (09:26 +0000)]
*** empty log message ***

22 years agoInitial revision
Thien-Thi Nguyen [Wed, 13 Jun 2001 09:25:43 +0000 (09:25 +0000)]
Initial revision

22 years ago*** empty log message ***
Thien-Thi Nguyen [Wed, 13 Jun 2001 09:14:07 +0000 (09:14 +0000)]
*** empty log message ***

22 years agoClean up some docstrings; nfc.
Thien-Thi Nguyen [Wed, 13 Jun 2001 09:10:20 +0000 (09:10 +0000)]
Clean up some docstrings; nfc.
Add Commentary.
Update copyright.

22 years ago*** empty log message ***
Marius Vollmer [Mon, 11 Jun 2001 17:23:58 +0000 (17:23 +0000)]
*** empty log message ***

22 years agoUse `begin-deprecated' instead of testing
Marius Vollmer [Mon, 11 Jun 2001 17:23:42 +0000 (17:23 +0000)]
Use `begin-deprecated' instead of testing
`include-deprecated-features' when conditionally using the (ice-9
rdelim) module.  See below.

22 years ago* Simplified the goops macro system a bit and fixed a bug.
Dirk Herrmann [Mon, 11 Jun 2001 08:51:28 +0000 (08:51 +0000)]
* Simplified the goops macro system a bit and fixed a bug.

22 years ago*** empty log message ***
Gary Houston [Sun, 10 Jun 2001 20:45:34 +0000 (20:45 +0000)]
*** empty log message ***

22 years ago * boot-9.scm: use the (ice-9 rdelim) module if
Gary Houston [Sun, 10 Jun 2001 20:44:45 +0000 (20:44 +0000)]
* boot-9.scm: use the (ice-9 rdelim) module if
include-deprecated-features is true.

22 years ago * rdelim.c (scm_init_rdelim_builtins): don't try to activate the
Gary Houston [Sun, 10 Jun 2001 20:42:31 +0000 (20:42 +0000)]
* rdelim.c (scm_init_rdelim_builtins): don't try to activate the
(ice-9 rdelim) module in (guile) and (guile-user).  it didn't
work reliably anymore.  try it from boot-9.scm instead.

22 years ago*** empty log message ***
Marius Vollmer [Sat, 9 Jun 2001 18:15:32 +0000 (18:15 +0000)]
*** empty log message ***

22 years ago(scm_lfwrite): Maintain columnd and row count in port.
Marius Vollmer [Sat, 9 Jun 2001 18:15:08 +0000 (18:15 +0000)]
(scm_lfwrite): Maintain columnd and row count in port.
Thanks to Matthias Köppe!

22 years agoUse (ice-9 and-let-star).
Marius Vollmer [Sat, 9 Jun 2001 18:14:36 +0000 (18:14 +0000)]
Use (ice-9 and-let-star).
(format:out): Initialize format:output-col with current column of
`port', if it has one.  Else leave it alone.  Thanks to Matthias
Köppe!

22 years ago(lambda*): Make sure that BODY is always put into a
Marius Vollmer [Sat, 9 Jun 2001 18:14:22 +0000 (18:14 +0000)]
(lambda*): Make sure that BODY is always put into a
real body context so that it can contain internal definitions.
Thanks to Matthias Köppe!

22 years ago(generic-write): Use `object->string' to print
Marius Vollmer [Sat, 9 Jun 2001 18:14:08 +0000 (18:14 +0000)]
(generic-write): Use `object->string' to print
unknown objects.

22 years agoAdded paragraph about new `export' behaviour and new `re-export'
Marius Vollmer [Sat, 9 Jun 2001 18:12:14 +0000 (18:12 +0000)]
Added paragraph about new `export' behaviour and new `re-export'
statement.

22 years ago* Fix rogue text caused by line breaking a comment.
Neil Jerram [Fri, 8 Jun 2001 22:35:30 +0000 (22:35 +0000)]
* Fix rogue text caused by line breaking a comment.

22 years ago* snarf.h, filter-doc-snarfage.c: more changes to cope with
Michael Livshin [Fri, 8 Jun 2001 14:49:05 +0000 (14:49 +0000)]
* snarf.h, filter-doc-snarfage.c: more changes to cope with
space-happy C preprocessors.

22 years ago* filter-doc-snarfage.c, guile-snarf.in: try to cope with spaces
Michael Livshin [Fri, 8 Jun 2001 13:48:39 +0000 (13:48 +0000)]
* filter-doc-snarfage.c, guile-snarf.in: try to cope with spaces
inside cookies.  thanks to Matthias Köppe!

22 years ago* Fixed some bugs, some reported by Matthias Koeppe.
Dirk Herrmann [Fri, 8 Jun 2001 10:02:33 +0000 (10:02 +0000)]
* Fixed some bugs, some reported by Matthias Koeppe.

22 years ago* Fix SCM <--> scm_t_bits related typing problems.
Dirk Herrmann [Thu, 7 Jun 2001 23:10:33 +0000 (23:10 +0000)]
* Fix SCM <--> scm_t_bits related typing problems.
  Thanks to Matthias Koeppe for the bug report.

22 years ago* Introduce SCM_UNUSED and mark unused function parameters.
Dirk Herrmann [Thu, 7 Jun 2001 21:12:19 +0000 (21:12 +0000)]
* Introduce SCM_UNUSED and mark unused function parameters.
* Introduce SCM_DEBUG_PAIR_ACCESSES.
* Extend the possibilities of SCM_DEBUG_CELL_ACCESSES.

22 years ago * srfi-1.scm (fold, fold-pair): Fixed a buggy call to apply.
Martin Grabmüller [Thu, 7 Jun 2001 17:54:40 +0000 (17:54 +0000)]
* srfi-1.scm (fold, fold-pair): Fixed a buggy call to apply.
(delete-duplicates): Now the first occurrence of an element is
retained, as required.
(member, assoc): Fixed wrong order of equality predicate
application.

22 years agoAdded scheme module file.
Martin Grabmüller [Thu, 7 Jun 2001 12:18:01 +0000 (12:18 +0000)]
Added scheme module file.

22 years ago * README: Update.
Martin Grabmüller [Thu, 7 Jun 2001 04:27:37 +0000 (04:27 +0000)]
* README: Update.

* srfi-1.scm: New file.

22 years ago * box-dynamic-module/box-module.scm: New file.
Martin Grabmüller [Wed, 6 Jun 2001 20:14:51 +0000 (20:14 +0000)]
* box-dynamic-module/box-module.scm: New file.

22 years ago* Introduce macro SCM_VALIDATE_NON_EMPTY_COMBINATION.
Dirk Herrmann [Tue, 5 Jun 2001 20:48:28 +0000 (20:48 +0000)]
* Introduce macro SCM_VALIDATE_NON_EMPTY_COMBINATION.

22 years agoAdded authorship information.
Martin Grabmüller [Tue, 5 Jun 2001 17:43:16 +0000 (17:43 +0000)]
Added authorship information.

22 years ago * configure.in: Generate examples/box-dynamic-module/Makefile.
Martin Grabmüller [Tue, 5 Jun 2001 17:35:42 +0000 (17:35 +0000)]
* configure.in: Generate examples/box-dynamic-module/Makefile.