bpt/guile.git
22 years ago* boot-9.scm: added fix suggested by Matthias for #. read
Rob Browning [Fri, 6 Jul 2001 17:38:40 +0000 (17:38 +0000)]
* boot-9.scm: added fix suggested by Matthias for #. read
extension -- now only works if read-eval? is not #f.

22 years ago*** empty log message ***
Rob Browning [Fri, 6 Jul 2001 14:00:21 +0000 (14:00 +0000)]
*** empty log message ***

22 years ago* srfi-19.scm (priv:locale-reader): don't need open-output-string.
Rob Browning [Fri, 6 Jul 2001 14:00:13 +0000 (14:00 +0000)]
* srfi-19.scm (priv:locale-reader): don't need open-output-string.

22 years ago * hooks.c (scm_make_hook, scm_add_hook_x),
Martin Grabmüller [Wed, 4 Jul 2001 06:13:10 +0000 (06:13 +0000)]
* hooks.c (scm_make_hook, scm_add_hook_x),
(scm_remove_hook_x, scm_reset_hook_x, scm_run_hook): Added return
value info to the docstrings.

22 years ago * scheme-data.texi (Hook Reference): Removed documentation for
Martin Grabmüller [Wed, 4 Jul 2001 06:11:19 +0000 (06:11 +0000)]
* scheme-data.texi (Hook Reference): Removed documentation for
`make-hook-with-name', which does note exist.  Added note about
unspecified return values to all procedure documentation

22 years ago (map-in-order): defined and exported, to support lists of unequal
Gary Houston [Tue, 3 Jul 2001 20:18:39 +0000 (20:18 +0000)]
(map-in-order): defined and exported, to support lists of unequal
length.

22 years ago*** empty log message ***
Gary Houston [Tue, 3 Jul 2001 18:55:28 +0000 (18:55 +0000)]
*** empty log message ***

22 years ago * srfi-1.scm (iota, map, for-each, list-index, member, delete,
Gary Houston [Tue, 3 Jul 2001 18:54:43 +0000 (18:54 +0000)]
* srfi-1.scm (iota, map, for-each, list-index, member, delete,
delete!, assoc): don't export until the new bindings have been
created.  otherwise "export" thinks they are being re-exported and
a deprecation warning is produced.

22 years agoUpdated generic instructions.
Marius Vollmer [Tue, 3 Jul 2001 17:42:11 +0000 (17:42 +0000)]
Updated generic instructions.
Added two paragraphs about external packages.

22 years agoMore naming conventions.
Marius Vollmer [Tue, 3 Jul 2001 17:41:12 +0000 (17:41 +0000)]
More naming conventions.

22 years agoAdded Greg Badros' many changes.
Marius Vollmer [Tue, 3 Jul 2001 17:40:49 +0000 (17:40 +0000)]
Added Greg Badros' many changes.

22 years ago * srfi-1.scm (list-tabulate): Do not go into infinite loop for
Martin Grabmüller [Tue, 3 Jul 2001 16:19:23 +0000 (16:19 +0000)]
* srfi-1.scm (list-tabulate): Do not go into infinite loop for
invalid arguments.  Same fix for several other procedures (do not
use zero?, use <= 0).

22 years ago * srfi-1.scm (list-tabulate): Do not go into infinite loop for
Martin Grabmüller [Tue, 3 Jul 2001 15:35:08 +0000 (15:35 +0000)]
* srfi-1.scm (list-tabulate): Do not go into infinite loop for
invalid arguments.

22 years ago * posix.c (getlogin): getlogin() implementation for Windows.
Martin Grabmüller [Tue, 3 Jul 2001 15:27:56 +0000 (15:27 +0000)]
* posix.c (getlogin): getlogin() implementation for Windows.

* backtrace.c, ioext.c: Include <stdio.h>.

* unif.c, script.c, rw.c, error.c: Include <io.h>, if it does
exist.

* cpp_sig_symbols.in: Added SIGBREAK.

22 years ago * srfi-modules.texi (SRFI-1 Fold and Map): Documented extended
Martin Grabmüller [Mon, 2 Jul 2001 17:52:43 +0000 (17:52 +0000)]
* srfi-modules.texi (SRFI-1 Fold and Map): Documented extended
versions of `map' and `for-each'.

22 years ago * srfi-1.scm: Replaced calls to `map' in several procedures to
Martin Grabmüller [Mon, 2 Jul 2001 17:50:28 +0000 (17:50 +0000)]
* srfi-1.scm: Replaced calls to `map' in several procedures to
calls to `map1'.
(map, for-each): New procedures, extended from R5RS.

22 years ago*** empty log message ***
Marius Vollmer [Sun, 1 Jul 2001 11:58:22 +0000 (11:58 +0000)]
*** empty log message ***

22 years ago(scm_read_0str, scm_eval_0str): Call scm_c_read_string and
Marius Vollmer [Sun, 1 Jul 2001 11:57:56 +0000 (11:57 +0000)]
(scm_read_0str, scm_eval_0str): Call scm_c_read_string and
scm_c_eval_string respectively, not themselves.  Thanks to Dale
P. Smith!

22 years ago* Added some simple goops test for a beginning.
Dirk Herrmann [Sat, 30 Jun 2001 20:03:14 +0000 (20:03 +0000)]
* Added some simple goops test for a beginning.

22 years ago* Added a missing module import.
Dirk Herrmann [Sat, 30 Jun 2001 19:59:51 +0000 (19:59 +0000)]
* Added a missing module import.

22 years ago* Fixed a bug in array-set! plus some minor cleanup.
Dirk Herrmann [Sat, 30 Jun 2001 19:56:57 +0000 (19:56 +0000)]
* Fixed a bug in array-set! plus some minor cleanup.

22 years ago* Fixed some signedness issues.
Dirk Herrmann [Sat, 30 Jun 2001 19:50:10 +0000 (19:50 +0000)]
* Fixed some signedness issues.
* Added conservative marking for the contents of free or allocated cells.
* Changed the representation of weak vectors to use double cells.
* Minor stuff.

22 years ago* Don't use SCM_LISTn any more.
Dirk Herrmann [Sat, 30 Jun 2001 19:28:26 +0000 (19:28 +0000)]
* Don't use SCM_LISTn any more.

22 years ago* Don't install a bitvector read-hash extension for letter 'b'.
Dirk Herrmann [Sat, 30 Jun 2001 19:26:21 +0000 (19:26 +0000)]
* Don't install a bitvector read-hash extension for letter 'b'.

22 years agoUpdated my record.
Martin Grabmüller [Sat, 30 Jun 2001 13:47:32 +0000 (13:47 +0000)]
Updated my record.

22 years ago * preface.texi (Manual Conventions): Added description of
Martin Grabmüller [Sat, 30 Jun 2001 13:45:22 +0000 (13:45 +0000)]
* preface.texi (Manual Conventions): Added description of
@result{} and @print{}.

* scheme-data.texi (Hash Table Examples): New subsubsection.

22 years ago*** empty log message ***
Thien-Thi Nguyen [Sat, 30 Jun 2001 06:58:08 +0000 (06:58 +0000)]
*** empty log message ***

22 years ago * scheme-data.texi (Hash Tables): Added docs for
Martin Grabmüller [Sat, 30 Jun 2001 06:58:04 +0000 (06:58 +0000)]
* scheme-data.texi (Hash Tables): Added docs for
`make-hash-table'.

22 years agobye bye
Thien-Thi Nguyen [Sat, 30 Jun 2001 06:56:43 +0000 (06:56 +0000)]
bye bye

22 years ago * Makefile.am (ice9_sources): Removed tags.scm.
Martin Grabmüller [Sat, 30 Jun 2001 06:39:17 +0000 (06:39 +0000)]
* Makefile.am (ice9_sources): Removed tags.scm.

* tags.scm: Removed file.

22 years ago*** empty log message ***
Marius Vollmer [Fri, 29 Jun 2001 23:14:25 +0000 (23:14 +0000)]
*** empty log message ***

22 years ago(gh_eval_str): Use scm_c_eval_string instead of scm_eval_0str.
Marius Vollmer [Fri, 29 Jun 2001 23:14:07 +0000 (23:14 +0000)]
(gh_eval_str): Use scm_c_eval_string instead of scm_eval_0str.

22 years ago(scm_c_primitive_load,
Marius Vollmer [Fri, 29 Jun 2001 23:13:43 +0000 (23:13 +0000)]
(scm_c_primitive_load,
scm_c_primitive_load_path): New.

22 years ago(scm_c_read_string): Renamed from
Marius Vollmer [Fri, 29 Jun 2001 23:13:14 +0000 (23:13 +0000)]
(scm_c_read_string): Renamed from
scm_read_0str.  Also, added "const" qualifier to argument.
(scm_c_eval_string): Renamed from scm_eval_0str.
(scm_read_0str, scm_eval_0str): Deprecated.

22 years agoUpdates to the transition guide.
Marius Vollmer [Fri, 29 Jun 2001 23:12:34 +0000 (23:12 +0000)]
Updates to the transition guide.

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.