diff src/ChangeLog @ 2551:9f70af3ac939

[xemacs-hg @ 2005-02-03 16:14:02 by james] Commit Olivier Galibert's dumper updates for bignums and use them. See xemacs-patches message with ID <ps8y685c6p.fsf@diannao.ittc.ku.edu>.
author james
date Thu, 03 Feb 2005 16:14:08 +0000
parents c4c8a36043be
children 166ed8151e62
line wrap: on
line diff
--- a/src/ChangeLog	Thu Feb 03 07:30:22 2005 +0000
+++ b/src/ChangeLog	Thu Feb 03 16:14:08 2005 +0000
@@ -1,3 +1,42 @@
+2005-02-01  Jerry James  <james@xemacs.org>
+
+	* dumper.c: Olivier Galibert's changes to enable dumping data via
+	a Java-like serialization/deserialization process.
+
+	* number.c: OG's bignum conversion functions.  Also, use the
+	dumping capability to initialize bigfloat-max-prec sanely.
+
+	* alloc.c:
+	* buffer.c:
+	* bytecode.c:
+	* console.c:
+	* data.c:
+	* device.c:
+	* elhash.c:
+	* eval.c:
+	* events.c:
+	* extents.c:
+	* file-coding.c:
+	* frame.c:
+	* glyphs.c:
+	* lstream.c:
+	* marker.c:
+	* mule-charset.c:
+	* mule-coding.c:
+	* objects.c:
+	* profile.c:
+	* rangetab.c:
+	* redisplay.c:
+	* specifier.c:
+	* unicode.c:
+	* window.c:
+	Add curly braces to the data2 arg of each memory_description
+	initializer.  Add a union member name to each reference to data2.
+
+	* lrecord.h: Ditto.  OG changes to add and document
+	XD_OPAQUE_PTR_CONVERTIBLE and XD_OPAQUE_DATA_CONVERTIBLE.  Add
+	memory_contents_description to solve pointer aliasing problems.
+
 2005-02-02  Ben Wing  <ben@xemacs.org>
 
 	* lread.c: