bpt/guile.git
22 years ago * misc-modules.texi: New file.
Martin Grabmüller [Fri, 29 Jun 2001 21:43:17 +0000 (21:43 +0000)]
* misc-modules.texi: New file.
(Pretty Printing): New chapter.
(Formatted Output): New chapter.

* Makefile.am (guile_TEXINFOS): Added misc-modules.texi.

* guile.texi (Top): Added inclusion of misc-modules.texi.

* scheme-modules.texi (Included Guile Modules): Added (srfi
srfi-4) and (ice-9 rw) modules.
(Module System Quirks): Removed note that `module-export!' must be
called via gh_eval_str, now that we have scm_c_export.

* repl-modules.texi (Loading Readline Support, Readline Options):
New nodes.

22 years ago Changes to support tracing other than inside the repl-stack that
Neil Jerram [Fri, 29 Jun 2001 15:36:47 +0000 (15:36 +0000)]
Changes to support tracing other than inside the repl-stack that
is set up by the REPL code in boot-9.scm.

* debug.scm (trace-entry, trace-exit): Conditionalize tracing on
whether the current stack id is in `traced-stack-ids'.
(traced-stack-ids, trace-all-stacks?, trace-stack, untrace-stack):
New.

22 years agoNews for scm_list_N, replacing SCM_LISTN
Keisuke Nishida [Fri, 29 Jun 2001 08:10:09 +0000 (08:10 +0000)]
News for scm_list_N, replacing SCM_LISTN

22 years ago*** empty log message ***
Thien-Thi Nguyen [Thu, 28 Jun 2001 17:31:44 +0000 (17:31 +0000)]
*** empty log message ***

22 years agoMention libguile-srfi-*, oop/*, scripts/* and srfi/*.
Thien-Thi Nguyen [Thu, 28 Jun 2001 17:30:12 +0000 (17:30 +0000)]
Mention libguile-srfi-*, oop/*, scripts/* and srfi/*.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Thu, 28 Jun 2001 16:56:26 +0000 (16:56 +0000)]
*** empty log message ***

22 years agoAlso mention guile-tools.
Thien-Thi Nguyen [Thu, 28 Jun 2001 16:55:12 +0000 (16:55 +0000)]
Also mention guile-tools.

22 years agoMention SRFI-4.
Martin Grabmüller [Thu, 28 Jun 2001 16:40:38 +0000 (16:40 +0000)]
Mention SRFI-4.

22 years ago * srfi-4.c: Minor cleanups.
Martin Grabmüller [Thu, 28 Jun 2001 16:39:00 +0000 (16:39 +0000)]
* srfi-4.c: Minor cleanups.

* srfi-14.c (scm_char_set_fold, scm_char_set_unfold)
(scm_char_set_unfold_x, scm_char_set_for_each)
(scm_char_set_map, scm_char_set_filter)
(scm_char_set_filter_x, scm_char_set_count)
(scm_char_set_every, scm_char_set_any): Replace calls to
scm_apply() with the corresponding scm_call_N() functions.

* srfi-14.c (scm_char_set_ref, scm_char_set_cursor_next)
(scm_char_set_unfold, scm_char_set_unfold_x)
(scm_char_set_map, scm_char_set_diff_plus_intersection)
(scm_char_set_diff_plus_intersection_x): Replace deprecated macros
SCM_LISTN with calls to scm_list_N().

* srfi-13.c (scm_string_tabulate, scm_string_map)
(scm_string_map_x, scm_string_unfold)
(scm_string_unfold_right): Replace deprecated macros SCM_LISTN
with calls to scm_list_N().

* srfi-13.c (scm_string_any, scm_string_every),
(scm_string_tabulate, scm_string_trim),
(scm_string_trim_right, scm_string_trim_both),
(scm_string_compare, scm_string_compare_ci),
(scm_string_indexS, scm_string_index_right),
(scm_string_skip, scm_string_skip_right, scm_string_count),
(scm_string_map, scm_string_map_x, scm_string_fold),
(scm_string_fold_right, scm_string_unfold),
(scm_string_unfold_right, scm_string_for_each),
(scm_string_filter, scm_string_delete): Replace calls to
scm_apply() with the corresponding scm_call_N() functions.

22 years ago * fluids.c (scm_c_with_fluid): Use scm_list_1() instead of
Martin Grabmüller [Thu, 28 Jun 2001 16:37:19 +0000 (16:37 +0000)]
* fluids.c (scm_c_with_fluid): Use scm_list_1() instead of
SCM_LIST1.

22 years agoFix typo.
Thien-Thi Nguyen [Thu, 28 Jun 2001 08:33:12 +0000 (08:33 +0000)]
Fix typo.

22 years ago * list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5,
Keisuke Nishida [Thu, 28 Jun 2001 01:11:59 +0000 (01:11 +0000)]
* list.h (scm_list_1, scm_list_2, scm_list_3, scm_list_4, scm_list_5,
scm_list_n): New functions.
(SCM_LIST0, SCM_LIST1, SCM_LIST2, SCM_LIST3, SCM_LIST4, SCM_LIST5,
SCM_LIST6, SCM_LIST7, SCM_LIST8, SCM_LIST9, scm_listify): Deprecated.
(lots of files): Use the new functions.

* goops.c (CALL_GF1, CALL_GF2, CALL_GF3, CALL_GF4): Use scm_call_N.

* strings.c: #include "libguile/deprecation.h".

22 years ago* Grammar fix.
Neil Jerram [Wed, 27 Jun 2001 18:12:46 +0000 (18:12 +0000)]
* Grammar fix.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Wed, 27 Jun 2001 17:30:06 +0000 (17:30 +0000)]
*** empty log message ***

22 years agoUpdate deprecation procedure to refer to TODO.
Thien-Thi Nguyen [Wed, 27 Jun 2001 17:28:45 +0000 (17:28 +0000)]
Update deprecation procedure to refer to TODO.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Wed, 27 Jun 2001 17:25:51 +0000 (17:25 +0000)]
*** empty log message ***

22 years agoAdd TODO-processing to spiffing checklist.
Thien-Thi Nguyen [Wed, 27 Jun 2001 17:24:58 +0000 (17:24 +0000)]
Add TODO-processing to spiffing checklist.

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

22 years agoAdd completion and ownership protocol to header comments.
Thien-Thi Nguyen [Wed, 27 Jun 2001 17:15:36 +0000 (17:15 +0000)]
Add completion and ownership protocol to header comments.

22 years agoUpdated my record.
Martin Grabmüller [Wed, 27 Jun 2001 13:21:31 +0000 (13:21 +0000)]
Updated my record.

22 years ago * srfi-modules.texi (SRFI-4): Added documentation for the new
Martin Grabmüller [Wed, 27 Jun 2001 13:19:43 +0000 (13:19 +0000)]
* srfi-modules.texi (SRFI-4): Added documentation for the new
module (srfi srfi-4).

22 years ago * Makefile.am: Added SRFI-4 files in various places.
Martin Grabmüller [Wed, 27 Jun 2001 13:18:40 +0000 (13:18 +0000)]
* Makefile.am: Added SRFI-4 files in various places.

* srfi-4.c, srfi-4.h, srfi-4.scm: New files implementing SRFI-4.

22 years ago * tests/srfi-4.test: New file.
Martin Grabmüller [Wed, 27 Jun 2001 13:17:12 +0000 (13:17 +0000)]
* tests/srfi-4.test: New file.

22 years ago * read.c (scm_lreadr): When reading a hash token, check for a
Martin Grabmüller [Wed, 27 Jun 2001 13:15:20 +0000 (13:15 +0000)]
* read.c (scm_lreadr): When reading a hash token, check for a
user-defined hash procedure first, so that overriding the builtin
hash characters is possible (this was needed for implementing
SRFI-4's read synax `f32(...)').

* num2integral.i.c: Use scm_t_signed_bits instead of scm_t_bits,
because the latter is unsigned now and breaks comparisons like
(n < (scm_t_signed_bits)MIN_VALUE).

22 years ago*** empty log message ***
Thien-Thi Nguyen [Wed, 27 Jun 2001 10:18:36 +0000 (10:18 +0000)]
*** empty log message ***

22 years agoRefer to TODO and SNAPSHOTS.
Thien-Thi Nguyen [Wed, 27 Jun 2001 10:17:18 +0000 (10:17 +0000)]
Refer to TODO and SNAPSHOTS.
No longer refer to devel/tasks.text.

22 years agoFix reference bug; recommended tool versions are in HACKING.
Thien-Thi Nguyen [Wed, 27 Jun 2001 10:15:03 +0000 (10:15 +0000)]
Fix reference bug; recommended tool versions are in HACKING.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Wed, 27 Jun 2001 10:06:12 +0000 (10:06 +0000)]
*** empty log message ***

22 years ago(EXTRA_DIST): Add TODO.
Thien-Thi Nguyen [Wed, 27 Jun 2001 10:05:27 +0000 (10:05 +0000)]
(EXTRA_DIST): Add TODO.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Wed, 27 Jun 2001 09:53:30 +0000 (09:53 +0000)]
*** empty log message ***

22 years agoRemove tasks.text.
Thien-Thi Nguyen [Wed, 27 Jun 2001 09:48:13 +0000 (09:48 +0000)]
Remove tasks.text.

22 years agobye bye
Thien-Thi Nguyen [Wed, 27 Jun 2001 09:47:20 +0000 (09:47 +0000)]
bye bye

22 years agoInitial revision
Thien-Thi Nguyen [Wed, 27 Jun 2001 09:46:44 +0000 (09:46 +0000)]
Initial revision

22 years agoMove todo items to file TODO.
Thien-Thi Nguyen [Wed, 27 Jun 2001 09:37:16 +0000 (09:37 +0000)]
Move todo items to file TODO.

22 years ago*** empty log message ***
Marius Vollmer [Tue, 26 Jun 2001 23:52:14 +0000 (23:52 +0000)]
*** empty log message ***

22 years ago(member-if): Put in docstring for member-if, it
Marius Vollmer [Tue, 26 Jun 2001 23:51:54 +0000 (23:51 +0000)]
(member-if): Put in docstring for member-if, it
was a cut-n-paste error previously.

22 years agoAdded comment about being careful with the autobuild cruft in libltdl.
Marius Vollmer [Tue, 26 Jun 2001 23:50:10 +0000 (23:50 +0000)]
Added comment about being careful with the autobuild cruft in libltdl.

22 years ago* Handle evaluator traps by calling trap handlers directly rather than
Neil Jerram [Tue, 26 Jun 2001 21:55:45 +0000 (21:55 +0000)]
* Handle evaluator traps by calling trap handlers directly rather than
  by scm_ithrow and a lazy catch handler.

22 years ago* autogen.sh: don't run flex here.
Michael Livshin [Tue, 26 Jun 2001 21:20:04 +0000 (21:20 +0000)]
* autogen.sh: don't run flex here.

* HACKING: clarify that _newer_ versions of flex should be just
fine.

22 years ago* Makefile.am (c-tokenize.c): add rule to generate it.
Michael Livshin [Tue, 26 Jun 2001 21:18:51 +0000 (21:18 +0000)]
* Makefile.am (c-tokenize.c): add rule to generate it.
(EXTRA_DIST): add c-tokenize.lex, so it gets distributed.

filter-doc-snarfage.c: remove.

22 years agoMake compilation under Windows easier.
Martin Grabmüller [Tue, 26 Jun 2001 17:53:09 +0000 (17:53 +0000)]
Make compilation under Windows easier.

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.