public inbox for kawa@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Update supported SRFIs list in ImportFromLibrary.java
@ 2014-02-18  0:47 Jamison Hope
  2014-02-18  2:47 ` Per Bothner
  0 siblings, 1 reply; 2+ messages in thread
From: Jamison Hope @ 2014-02-18  0:47 UTC (permalink / raw)
  To: kawa@sourceware.org list

[-- Attachment #1: Type: text/plain, Size: 170 bytes --]

As of r7684 or so, Kawa now fully supports SRFIs 87 and 98 as builtins, so update the SRFI97Map accordingly.

--
Jamison Hope
The PTR Group
www.theptrgroup.com



[-- Attachment #2: srfi.patch --]
[-- Type: application/octet-stream, Size: 2192 bytes --]

Index: doc/ChangeLog
===================================================================
--- doc/ChangeLog	(revision 7812)
+++ doc/ChangeLog	(working copy)
@@ -1,3 +1,7 @@
+2014-02-17  Jamison Hope  <jrh@theptrgroup.com>
+
+	* kawa.texi (Implemented SRFIs): Fix typo.
+
 2013-11-11  Per Bothner  <per@bothner.com>
 
 	* kawa.texi (Implemented SRFIs): Update.
Index: doc/kawa.texi
===================================================================
--- doc/kawa.texi	(revision 7812)
+++ doc/kawa.texi	(working copy)
@@ -1652,7 +1652,7 @@
 @item
 @uref{http://srfi.schemers.org/srfi-37/srfi-37.html, SRFI 37}: @uref{http://srfi.schemers.org/srfi-37/srfi-37.html,@code{args-fold} - a program argument processor}, if @code{(require 'args-fold)}.
 @item
-@uref{http://srfi.schemers.org/srfi-38/srfi-38.html, SRFI 39}: External Representation for Data With Shared Structure.
+@uref{http://srfi.schemers.org/srfi-38/srfi-38.html, SRFI 38}: External Representation for Data With Shared Structure.
 The @code{read-with-shared-structure} is missing, but subsumed by @code{read}.
 @item
 @uref{http://srfi.schemers.org/srfi-39/srfi-39.html, SRFI 39}:
Index: kawa/ChangeLog
===================================================================
--- kawa/ChangeLog	(revision 7812)
+++ kawa/ChangeLog	(working copy)
@@ -1,3 +1,8 @@
+2014-02-17  Jamison Hope  <jrh@theptrgroup.com>
+
+	* standard/ImportFromLibrary.java (SRFI97Map): Update for SRFI-87
+	and SRFI-98 which are now builtins.
+
 2014-02-16  Per Bothner  <per@bothner.com>
 
 	* lang/Translator.java: Make sure Error is uncaught or re-thrown.
Index: kawa/standard/ImportFromLibrary.java
===================================================================
--- kawa/standard/ImportFromLibrary.java	(revision 7812)
+++ kawa/standard/ImportFromLibrary.java	(working copy)
@@ -74,8 +74,9 @@
     { "74", "blobs", MISSING },
     { "78", "lightweight-testing", MISSING },
     { "86", "mu-and-nu", MISSING },
-    { "87", "case", MISSING },
+    { "87", "case", BUILTIN },
     { "95", "sorting-and-merging", "kawa.lib.srfi95" },
+    { "98", "os-environment-variables", BUILTIN },
     { "101", "random-access-lists", "gnu.kawa.slib.ralists" }
   };
 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] Update supported SRFIs list in ImportFromLibrary.java
  2014-02-18  0:47 [PATCH] Update supported SRFIs list in ImportFromLibrary.java Jamison Hope
@ 2014-02-18  2:47 ` Per Bothner
  0 siblings, 0 replies; 2+ messages in thread
From: Per Bothner @ 2014-02-18  2:47 UTC (permalink / raw)
  To: Jamison Hope, kawa@sourceware.org list

On 02/17/2014 04:47 PM, Jamison Hope wrote:
> As of r7684 or so, Kawa now fully supports SRFIs 87 and 98 as builtins, so update the SRFI97Map accordingly.

Thanks - I checked this in.
-- 
	--Per Bothner
per@bothner.com   http://per.bothner.com/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-02-18  2:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-18  0:47 [PATCH] Update supported SRFIs list in ImportFromLibrary.java Jamison Hope
2014-02-18  2:47 ` Per Bothner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).