[uim-commit] r2932 - in branches/r5rs/sigscheme: doc src
yamaken at freedesktop.org
yamaken at freedesktop.org
Tue Jan 17 09:49:26 PST 2006
Author: yamaken
Date: 2006-01-17 09:49:23 -0800 (Tue, 17 Jan 2006)
New Revision: 2932
Modified:
branches/r5rs/sigscheme/doc/spec.txt
branches/r5rs/sigscheme/src/sigscheme.h
Log:
* sigscheme/src/sigscheme.h
- Modify a comment
* sigscheme/doc/spec.txt
- Update
Modified: branches/r5rs/sigscheme/doc/spec.txt
===================================================================
--- branches/r5rs/sigscheme/doc/spec.txt 2006-01-17 17:36:29 UTC (rev 2931)
+++ branches/r5rs/sigscheme/doc/spec.txt 2006-01-17 17:49:23 UTC (rev 2932)
@@ -6,7 +6,7 @@
To be described.
- - 64bit environment is not supported (yet)
+ - 64bit environment is being supported
* R5RS conformance
Modified: branches/r5rs/sigscheme/src/sigscheme.h
===================================================================
--- branches/r5rs/sigscheme/src/sigscheme.h 2006-01-17 17:36:29 UTC (rev 2931)
+++ branches/r5rs/sigscheme/src/sigscheme.h 2006-01-17 17:49:23 UTC (rev 2932)
@@ -258,8 +258,8 @@
* 64-bit support of SigScheme
*
* SigScheme supports all data models of ILP32, ILP32 with 64-bit long long,
- * LLP64, LP64 and ILP64. Default settings can automatically configure both ABI
- * and the underlying storage implementation appropriately, if the storage
+ * LLP64, LP64 and ILP64. Default settings automatically configure both ABI and
+ * the underlying storage implementation appropriately, if the storage
* implementation is storage-fatty or storage-compact. On the case, the integer
* size Scheme can handle is determined by sizeof(long), and heap capacity and
* addressable space are determined by the pointer size.
More information about the uim-commit
mailing list