[uim-commit] r2040 - branches/r5rs/sigscheme
yamaken at freedesktop.org
yamaken at freedesktop.org
Sun Nov 6 23:57:48 PST 2005
Author: yamaken
Date: 2005-11-06 23:57:37 -0800 (Sun, 06 Nov 2005)
New Revision: 2040
Modified:
branches/r5rs/sigscheme/operations-nonstd.c
Log:
* sigscheme/operations-nonstd.c
- (ScmOp_symbol_boundp): Add a NOTE
Modified: branches/r5rs/sigscheme/operations-nonstd.c
===================================================================
--- branches/r5rs/sigscheme/operations-nonstd.c 2005-11-07 07:41:26 UTC (rev 2039)
+++ branches/r5rs/sigscheme/operations-nonstd.c 2005-11-07 07:57:37 UTC (rev 2040)
@@ -66,6 +66,9 @@
* TODO:
* - describe compatibility with de facto standard of other Scheme
* implementations (accept env as optional arg, etc)
+ *
+ * NOTE: Gauche 0.8.6 has deprecated symbol-bound? and is going to replace the
+ * procedure with global-variable-bound?.
*/
/* The implementation is fully compatible with SIOD */
ScmObj ScmOp_symbol_boundp(ScmObj sym, ScmObj rest)
More information about the uim-commit
mailing list