[Commit] nickle/debian changelog,1.23,1.24

Keith Packard commit at keithp.com
Tue Mar 15 11:47:16 PST 2005


Committed by: keithp

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

Modified Files:
	changelog 
Log Message:
2005-03-15  Keith Packard  <keithp at keithp.com>
version 2.47

	* debian/changelog:
	Update for version 2.47
	* builtin.c: (BuiltinType), (BuiltinArgType), (BuiltinAddFunction):
	Builtin functions return pointers, not references as reference
	return values now auto-dereference


Index: changelog
===================================================================
RCS file: /local/src/CVS/nickle/debian/changelog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -d -r1.23 -r1.24
--- changelog	14 Jan 2005 05:51:23 -0000	1.23
+++ changelog	15 Mar 2005 19:47:13 -0000	1.24
@@ -1,3 +1,11 @@
+nickle (2.47-1) unstable; urgency=low
+  * Make builtin functions return pointers instead of references.
+  * Check for NULL hash value in a valid hash element.
+  * Initialize base.func pointer to NULL (Eric Anholt)
+  * Functions returning reference type need to auto-dereference on return
+
+ -- Keith Packard <keithp at keithp.com>  Tue, 15 Mar 2005 11:29:22 -0800
+
 nickle (2.46-1) unstable; urgency=low
   * Fix error state confusion about nl handling
   * Make File builtins use error_type typedef instead of the union directly




More information about the Commit mailing list