[Commit] nickle ChangeLog, 1.112, 1.113 builtin-foreign.c, NONE, 1.1 foreign.c, NONE, 1.1

Keith Packard commit at keithp.com
Sat Dec 11 09:42:21 PST 2004


Committed by: keithp

Update of /local/src/CVS/nickle
In directory home.keithp.com:/tmp/cvs-serv14128

Modified Files:
	ChangeLog 
Added Files:
	builtin-foreign.c foreign.c 
Log Message:
2004-12-11  Keith Packard  <keithp at keithp.com>

	* builtin-foreign.c: (do_Foreign_load), (import_Foreign_namespace):
	* foreign.c: (ForeignEqual), (ForeignPrint), (ForeignHash),
	(ForeignMark), (ForeignFree), (ForeignInit), (NewForeign):
	Forgot to add actual foreign dataype and interface code.


Index: ChangeLog
===================================================================
RCS file: /local/src/CVS/nickle/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -d -r1.112 -r1.113
--- ChangeLog	11 Dec 2004 07:46:49 -0000	1.112
+++ ChangeLog	11 Dec 2004 17:42:18 -0000	1.113
@@ -1,3 +1,10 @@
+2004-12-11  Keith Packard  <keithp at keithp.com>
+
+	* builtin-foreign.c: (do_Foreign_load), (import_Foreign_namespace):
+	* foreign.c: (ForeignEqual), (ForeignPrint), (ForeignHash),
+	(ForeignMark), (ForeignFree), (ForeignInit), (NewForeign):
+	Forgot to add actual foreign dataype and interface code.
+
 2004-12-10  Keith Packard  <keithp at keithp.com>
 
 	* builtin.c: (BuiltinSetUserdefType), (BuiltinType):

--- NEW FILE: builtin-foreign.c ---
(This appears to be a binary file; contents omitted.)

--- NEW FILE: foreign.c ---
(This appears to be a binary file; contents omitted.)




More information about the Commit mailing list