comparison 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
comparison
equal deleted inserted replaced
2550:317f30471f4e 2551:9f70af3ac939
1 2005-02-01 Jerry James <james@xemacs.org>
2
3 * dumper.c: Olivier Galibert's changes to enable dumping data via
4 a Java-like serialization/deserialization process.
5
6 * number.c: OG's bignum conversion functions. Also, use the
7 dumping capability to initialize bigfloat-max-prec sanely.
8
9 * alloc.c:
10 * buffer.c:
11 * bytecode.c:
12 * console.c:
13 * data.c:
14 * device.c:
15 * elhash.c:
16 * eval.c:
17 * events.c:
18 * extents.c:
19 * file-coding.c:
20 * frame.c:
21 * glyphs.c:
22 * lstream.c:
23 * marker.c:
24 * mule-charset.c:
25 * mule-coding.c:
26 * objects.c:
27 * profile.c:
28 * rangetab.c:
29 * redisplay.c:
30 * specifier.c:
31 * unicode.c:
32 * window.c:
33 Add curly braces to the data2 arg of each memory_description
34 initializer. Add a union member name to each reference to data2.
35
36 * lrecord.h: Ditto. OG changes to add and document
37 XD_OPAQUE_PTR_CONVERTIBLE and XD_OPAQUE_DATA_CONVERTIBLE. Add
38 memory_contents_description to solve pointer aliasing problems.
39
1 2005-02-02 Ben Wing <ben@xemacs.org> 40 2005-02-02 Ben Wing <ben@xemacs.org>
2 41
3 * lread.c: 42 * lread.c:
4 * lread.c (check_if_suppressed): 43 * lread.c (check_if_suppressed):
5 * lread.c (Fload_internal): 44 * lread.c (Fload_internal):