* Generated changelog for 2005.
[cacao.git] / ChangeLog
1 2006-01-02 02:05  twisti
2
3         * THIRDPARTY:
4           * unzip.[ch], libffi, libltdl: Removed.
5
6 2006-01-01 22:53  twisti
7
8         * autogen.sh:
9           * Removed libltdl.
10
11 2006-01-01 22:32  twisti
12
13         * THIRDPARTY:
14           * Changed text of kaffe's stuff, dalibor pointed this out.
15
16 2006-01-01 22:29  twisti
17
18         * configure.in:
19           * AC_LIBLTDL_CONVENIENCE, AC_SUBST(LIBLTDL): Removed.
20           * AC_COMPILE_CHECK_SIZEOF: Replaced with AC_CHECK_SIZEOF.
21
22 2006-01-01 22:22  twisti
23
24         * THIRDPARTY:
25           * m4 macros have a different copyright header.
26
27 2006-01-01 22:13  twisti
28
29         * THIRDPARTY:
30           * Lists all third party software we use.  This list contains all
31             stuff we used in 0.93.  Stuff that has been ripped will be deleted
32             after that commit, this is for the records.
33
34 2006-01-01 21:55  twisti
35
36         * m4/accross.m4:
37           * Not required.
38
39 2006-01-01 20:39  twisti
40
41         * src/cacao/Makefile.am:
42           * Removed libltdlc.la.
43
44 2006-01-01 20:39  twisti
45
46         * src/Makefile.am:
47           * DIST_SUBDIRS: Removed libltdl.
48           * SUBDIRS: Likewise.
49
50 2006-01-01 20:38  twisti
51
52         * configure.in:
53           * Added libltdl check.
54           * AC_CONFIG_SUBDIRS: Removed src/libltdl.
55
56 2006-01-01 19:39  twisti
57
58         * src/vm/jit/i386/Makefile.am:
59           * libarch_la_SOURCES: Removed symcat.h.
60
61 2006-01-01 19:34  twisti
62
63         * src/vm/jit/x86_64/symcat.h:
64           * Use system one.
65
66 2006-01-01 19:33  twisti
67
68         * src/vm/jit/x86_64/Makefile.am:
69           * libarch_la_SOURCES: Removed symcat.h.
70
71 2006-01-01 19:30  twisti
72
73         * src/vm/jit/i386/disass.c:
74           * generic_symbol_at_address: Print only 8 bytes.
75
76 2006-01-01 19:21  twisti
77
78         * src/vm/jit/i386/: ansidecl.h, bfd.h, dis-buf.c, symcat.h:
79           * Use system ones.
80
81 2006-01-01 19:21  twisti
82
83         * src/vm/jit/i386/disass.c:
84           * generic_symbol_at_address: Added, they were implemented in
85             dis-buf.c which was removed.
86           * generic_print_address: Likewise.
87           * perror_memory: Likewise.
88
89 2006-01-01 19:20  twisti
90
91         * src/vm/jit/i386/Makefile.am:
92           * libarch_la_SOURCES: Removed ansidecl.h, bfd.h and dis-buf.c.
93
94 2006-01-01 19:20  twisti
95
96         * src/vm/jit/i386/md.c:
97           * config.h, vm/jit/codegen-common.h: Added.
98
99 2006-01-01 19:10  twisti
100
101         * src/vm/jit/arm/codegen.c:
102           * vm/jit/codegen.inc: Removed.
103           * vm/exceptions.h: Added.
104           * vm/jit/codegen-common.h: Likewise.
105           * vm/jit/dseg.h: Likewise.
106           * codegen: Renamed codegen_createlinenumbertable to
107             dseg_createlinenumbertable.
108
109 2006-01-01 19:10  twisti
110
111         * src/vm/jit/arm/codegen.h:
112           * COUNT_SPILLS: Removed.
113
114 2006-01-01 17:40  twisti
115
116         * src/vm/jit/x86_64/dis-asm.h:
117           * Changed include to use system headers.
118
119 2006-01-01 17:39  twisti
120
121         * src/vm/jit/x86_64/: ansidecl.h, bfd.h, dis-buf.c:
122           * Use system ones.
123
124 2006-01-01 17:39  twisti
125
126         * src/vm/jit/x86_64/disass.c:
127           * generic_symbol_at_address: Added, they were implemented in
128             dis-buf.c which was removed.
129           * generic_print_address: Likewise.
130           * perror_memory: Likewise.
131
132 2006-01-01 17:37  twisti
133
134         * src/vm/jit/x86_64/Makefile.am:
135           * libarch_la_SOURCES: Removed ansidecl.h, bfd.h and dis-buf.c.
136
137 2006-01-01 17:35  twisti
138
139         * src/fdlibm/ieeefp.h:
140           * DEC OSF cc only defines __alpha.
141
142 2006-01-01 17:34  twisti
143
144         * src/vm/: class.c, class.h:
145           * class_resolvefield: Renamed except to throwexception since some
146             compilers have a builtin except macro (like DEC OSF cc).
147           * class_resolveclassmethod: Likewise.
148           * class_resolveinterfacemethod: Likewise.
149
150 2006-01-01 17:31  twisti
151
152         * src/vm/zip.c:
153           * zip_open: Handle compiler error with DEC OSF's cc.