Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
[mono.git] / mono / metadata / ChangeLog
1
2 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
3
4         * reflection.c: set virtual and raw size of section correctly.
5         * threads.c: transfer domain information to newly created threads.
6
7 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
8
9         * class.c: when instancing a class in a domain, load the default
10         vaules for static fields from the constant table. Fix System.Enum to
11         not be an enum.
12         * icall.c: implement Object::GetType() internalcall. Implemented
13         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
14         Fixed checking of binding flags in find_members().
15         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
16         * reflection.c: handle enumerations when writing to the constant
17         table. Use a different object cache for types.
18
19
20 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
21
22         * object.c (mono_object_isinst): fix for arrays
23
24         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
25
26 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
27
28         * object.c: don't use mprotect ()  and fix intern pool hash table
29         lookup for big endian systems.
30
31 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
32
33         * icall.c: change type_is_subtype_of () signature.
34
35 2002-02-21  Mark Crichton  <crichton@gimp.org>
36
37         * rand.c, rand.h: Added random number generator for
38         System.Security.Cryptography classes.
39
40         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
41
42         * icall.c: Added System.Security.Cryptography calls.
43
44 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
45
46         * class.c, icall.c, metadata.c: better support for pointer types.
47         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
48         * reflection.c: Add support for getting custom attrs for properties
49         and simplify some code.
50
51 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
52
53         * icall.c: change getToken () and add custom attribute GetBlob()helper
54         method.
55         * reflection.h: add custom attrs array to the reflection builder structures.
56         * reflection.c: encode and emit custom attributes for all the relevant
57         reflection objects. Cache fieldref and methodref tokens. Change
58         mono_image_create_token() interface to take a MonoDynamicAssembly.
59         More complete custom attributes decoder. Load custom attributes for
60         Assembly, Field, Method and Constructor objects, too. Make the
61         returned array an Attribute[] one, not object[]. Added
62         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
63         custom attribute constructor.
64
65 2002-02-20  Dick Porter  <dick@ximian.com>
66
67         * icall.c:
68         * rawbuffer.c:
69         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
70         problem code out for now).
71
72 2002-02-19  Radek Doulik  <rodo@ximian.com>
73
74         * object.c (mono_ldstr): use hash table to avoid multiple swapping
75
76 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
77
78         * icall.c: register the GetCustomAttributes method.
79         * object.c, object.h: add mono_string_new_len ().
80         * reflection.h, reflection.c: added mono_runtime_invoke(),
81         mono_install_runtime_invoke(). Added
82         mono_reflection_get_custom_attrs () to load custom attributes and
83         create the attribute objects.
84
85 2002-02-19  Dick Porter  <dick@ximian.com>
86         * threads-dummy-types.c:
87         * threads-dummy-types.h:
88         * threads-dummy.c:
89         * threads-dummy.h:
90         * threads-pthread-types.c:
91         * threads-pthread-types.h:
92         * threads-pthread.c:
93         * threads-pthread.h:  Deleted obsolete files
94
95 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
96
97         * class.c (mono_class_vtable): runtime init the class when we
98         allocate static class data.
99
100         * icall.c (ves_icall_System_Array_SetValue): check for null values.
101
102         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
103         and String - but we will need generic marshalling support in the
104         future. 
105         (mono_init): set the domain name in a ms compatible way
106
107         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
108         String[].
109
110 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
111
112         * object.c (mono_array_clone): use alloca() instead of g_malloc  
113         for sizes
114
115         * appdomain.c (mono_domain_unload): impl.
116
117 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
118
119         * appdomain.c, object.c: fix intern pool implementation.
120         * class.c: fix alignment code.
121
122 2002-02-16  Radek Doulik  <rodo@ximian.com>
123
124         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
125         and s2 > s1, just copy lower bytes to be compatible with little
126         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
127         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
128
129         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
130         force big_endian to be 1 for big endian machines 
131         (ves_icall_iconv_new_decoder): ditto
132
133 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
134
135         * socket-io.c (convert_sockopt_level_and_name): If the system
136         doesn't define SOL_IP or SOL_TCP, get them by hand using
137         getprotobyname() and caching the values (because this could be a
138         slow operation).
139         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
140         Use the appropriate struct when the system does support it. Ie,
141         not all systems have struct ip_mreqn so use struct ip_mreq when
142         appropriate.
143
144 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
145
146         * reflection.c: handle finally clauses.
147
148 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
149
150         * socket-io.c: use g_snprintf() instead of snprintf.
151
152 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
153
154         * reflection.c (mono_param_get_objects): Cast second argument to
155         mono_method_get_param_names to a const char** to silence the
156         compiler warning.
157
158         * appdomain.c (mono_domain_assembly_open): Put parens around the
159         truth statement in the for-loop.
160
161         * unicode.c (iconv_convert): Got rid of a compiler warning about
162         int i being unused when the system has a new iconv.
163         (iconv_get_length): Same.
164
165         * image.c (load_class_names): Cast the second argument to
166         g_hash_table_insert() to char* to hush compiler warnings about the
167         arg being a const.
168         (mono_image_open): Same here.
169
170         * socket-io.c: Don't conditionally include sys/filio.h or
171         sys/sockio.h here anymore since we now get them from
172         io-layer/io-layer.h
173         (inet_pton): If the system doesn't support inet_aton, implement
174         using inet_addr and also #define INADDR_NONE if it isn't defined
175         by the system.
176
177 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
178
179         * metadata.c, metadata.h: added function to get packing and size info
180         of a typedef.
181         * reflection.h, reflection.c: handle field RVA data. Save info about
182         the table layout if needed. Assign typedef indexes to all the types
183         before dumping the info about them to avoid forward reference problems.
184
185 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
186
187         * socket-io.c (convert_sockopt_level_and_name): ifdef
188         SO_ACCEPTCONN because it is not defined on my system (old debian)
189
190 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
191
192         * opcode.c: use stddef.h to get NULL.
193
194 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
195
196         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
197         for FIONBIO, FIONREAD and SIOCATMARK.
198         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
199         define INADDR_NONE and besides, inet_addr() is deprecated and
200         should not be used. Use inet_pton() instead - it also has the
201         added bonus that it can easily handle IPv6 addresses as well.
202         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
203
204 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
205
206         * decimal.c: remove _MSC_VER conditional.
207
208 2002-02-13  Dick Porter  <dick@ximian.com>
209
210         * socket-io.c: 
211         * icall.c: Internal calls for Blocking, Select, Shutdown,
212         GetSocketOption and SetSocketOption
213
214 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
215
216         * assembly.cs: better resolver: use it instead of some kludgy
217         code.
218
219 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
220
221         * reflection.c: the best way to speed-up the compiler is to avoid
222         infinite loops.
223
224 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
225
226         * class.c (mono_class_vtable): changed the object layout
227         (obj->vtable->class). 
228         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
229
230 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
231
232         * assembly.c: look for assemblies in the assembly dir, too.
233
234 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
235
236         * class.c: fix thinko in mono_class_from_type().
237
238 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
239
240         * exception.h, exception.c: added TypeLoadException.
241         * object.h, object.c: added mono_array_clone ().
242         * icall.c: handle throwOnError in AssemblyGetType().
243         Added Array.Clone().
244         * opcode.h, opcode.c: use a single value for the opcode val.
245         Compile fix for non-gcc compilers.
246
247 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
248
249         * opcodes.c, opcodes.h: export interesting info about opcodes.
250
251 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
252
253         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
254         icalls. 
255
256         * class.c (class_compute_field_layout): set element_class for enums
257         (mono_class_create_from_typedef): set element_class for normal classes
258
259         * icall.c (ves_icall_System_Enum_get_value): impl.
260
261         * class.c (mono_class_create_from_typedef): do not set valuetype
262         flag for System.ValueType and System.Enum
263
264 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
265
266         * unicode.c (iconv_convert): fix big endian problem.
267
268 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
269
270         * class.c: add asserts if we are ever going to scribble over memory.
271         * socket-io.c: not all systems have AF_IRDA defined.
272
273 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
274
275         * class.c (class_compute_field_layout): do not consider static
276         fields to compute alignment
277
278 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
279
280         * appdomain.c (mono_appdomain_get): impl.
281         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
282
283 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
284
285         * icall.c: ignore "file://" prefix when loading an assembly.
286
287 2002-01-23  Dick Porter  <dick@ximian.com>
288
289         * socket-io.c:
290         * icall.c:
291         * Makefile.am: Added socket support
292
293 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
294
295         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
296         code back.  This should return the assemblies that are loaded by
297         the runtime on behalf of an application domain. 
298
299         The current implementation is still broken, it just returns every
300         assembly loaded, but until we get real applications domain this
301         will do.
302
303 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
304
305         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
306         AppDomain object.
307
308 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
309
310         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
311         the mono_class_from_name lookup.
312         (ves_icall_get_parameter_info): ditto.
313         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
314         method.
315         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
316
317 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
318
319         * class.c: load also nested classes on class init.
320         System.ValueType instance methods gets passed boxed
321         values, unless methods in derived classed that get a pointer to the
322         data.
323         * icall.c: use better name parsing code in GetType().
324         * image.c, image.h: add mono_image_loaded ().
325         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
326         * reflection.c, reflection.h: added mono_reflection_parse_type().
327
328 2002-01-22  Veronica De Santis <veron78@interfree.it>
329
330         * icall.c : Added mapping of internal calls for Manual and Auto reset events
331         * threads.c : Added the implementation of internal calls for events
332         * threads.h : Added prototypes of internal calls for events
333         
334 2002-01-21  Radek Doulik  <rodo@ximian.com>
335
336         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
337
338 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
339
340         * class.c (mono_class_init): set min_align to 1 (instead of 0)
341         (mono_class_value_size): use min_align
342
343 2002-01-20  Dick Porter  <dick@ximian.com>
344
345         * threads.h:
346         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
347         so it compiles on w32.
348
349 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
350
351         * metadata.c (mono_type_stack_size): impl.
352
353         * class.c (mono_class_get_field): impl. memberref token
354
355 2002-01-16 Veronica De Santis <veron78@@interfree.it>
356
357         * icall.h : Added the internal calls mapping for CreateMutex_internal
358                     and ReleaseMutex_internal.
359         * threads.h : Added the prototype of mutexes internal calls.
360         * threads.c : Added the implementations of mutexes internal calls.
361
362 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
363
364         * metaparse.h: removed unused file.
365         * reflection.c, reflection.h: added stream_data_align () function 
366         to align data in streams and keep stream aligned. Add support for
367         exception support in method headers.
368
369 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
370
371         * unicode.c: make iconv_convert () return the number of bytess written
372         in the output buffer.
373
374 2002-01-15  Dick Porter  <dick@ximian.com>
375         * threads.c: Make the runtime's idea of infinite timeouts coincide
376         with the class library's
377
378         Fix a particularly egregious bug in mono_thread_cleanup(). That
379         code was so utterly bogus it must have been written on a Monday.
380
381 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
382
383         * reflection.h: add subtypes field to TypeBuilder.
384         * reflection.c: encode constants for literal fields.
385         Handle subtypes. Fix user string token (and add a zero byte)
386         at the end.
387         
388 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
389
390         * class.c (mono_class_init): bug fix: assign slot numbers for
391         abstract methods.
392
393 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
394
395         * reflection.c: don't try to output a code RVA for abstract methods.
396         Small fixes for method header format. Output parameter info to the
397         ParamDef table. Save method overriding info to MethodImpl table.
398         Fix property support. Allow typedef.extends to be a type in the
399         building assembly.
400         * verify.c: fix off-by-one error.
401
402 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
403
404         * class.c: fix mono_class_from_mono_type () for szarray types.
405         Remove unused cache check in mono_class_from_type_spec().
406         * icall.c: *type_from_name () functions handle simple arrays and byref.
407         * reflection.c: handle byref and szarray types. Handle methods without
408         body (gets P/Invoke compilation working). Handle types and fields in
409         get_token ().
410         * reflection.h: add rank to MonoTypeInfo.
411
412 2002-01-10  Dick Porter  <dick@ximian.com>
413
414         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
415         internal calls
416
417 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
418
419         * icall.c: initialize class in type_from_handle ().
420         Loop also in parent classes for get_method ().
421         * reflection.c: properly encode class and valuetype types.
422         Start on encoding TypeBuilder types. Handle fieldrefs.
423         Use correct length when registering a user string.
424         Handle ConstructorBuilder and MonoMethod in get_token ().
425         Make mono_type_get_object () aware of cached types.
426         * object.c: back out change to mono_string_new ().
427
428 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
429         * object.c: mono_string_new should return a NULL when the string 
430         passed in is NULL -- not try to deference it.
431         
432 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
433
434         * icall.c: hack to make IsSubType work for TypeBuilders.
435         * reflection.c: emit constructors before methods.
436         Retrieve param names in mono_param_get_objects().
437
438 2002/01/05  Nick Drochak  <ndrochak@gol.com>
439
440         * Makefile.am: fix list of headers and sources so automake 1.5
441         doesn't complain. Removed \# at end of list.
442
443 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
444
445         * reflection.c: get token for a method ref. Set return type of
446         constructor to void.
447         * loader.c: debug message.
448         * class.c: typo fix.
449
450 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
451
452         * icall.c: fix array init with rank > 1. FindMembers
453         loops in parent class as well.
454         * image.c: do not insert nested types in name cache.
455         * reflection.c: warning fix.
456         * reflection.h: add override method (for interface impl).
457
458 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
459
460         * metadata.c: fix customattr decoding.
461
462 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
463
464         * rawbuffer.cs: Added native Win32 implementation, avoids using
465         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
466
467 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
468
469         * class.c: make the low-level routines handle the cache.
470
471 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
472
473         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
474
475 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
476
477         * class.c: fix mono_array_element_size() for objects.
478         * class.h, class.c: add properties to MonoClass and load them
479         at init time.
480         * icall.c: check with isinst() when assigning a value to an array
481         instead of requiring the classes to match exactly.
482         Implemented icall for System.Type::GetType().
483         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
484         enums. Handle bindingflags when looking for methods and fields.
485         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
486         and mono_metadata_methods_from_property().
487         * reflection.h, reflection.c: added structures for propreties,
488         parameters and enums. Implemented mono_property_get_object() and
489         mono_param_get_objects().
490
491 2001-12-18  Dick Porter  <dick@ximian.com>
492
493         * file-io.c: Use mono_string_to_utf16() instead of
494         mono_string_chars()
495
496         * object.c: Added mono_string_to_utf16(), which copies the non
497         NULL-terminated MonoString into a new double-null-terminated
498         buffer.
499
500 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
501
502         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
503
504 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
505
506         * file-io.c: raise exceptions if handle is invalid.
507
508 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
509
510         * assembly.c: yet another check for mscorlib.
511         * class.c, class.h: load nesting info for classes.
512         * icall.c: many new functions to support the Reflection classes.
513         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
514         * reflection.h, reflection.c: mono_image_create_token(),
515         mono_assembly_get_object(), mono_type_get_object(),
516         mono_method_get_object(), mono_field_get_object(): methods to return
517         objects that parallel the C representation of assemblies, types,
518         methods, fields.
519
520 2001-12-11  Dick Porter  <dick@ximian.com>
521
522         * icall.c:
523         * file-io.c: Internal calls for file IO.
524
525 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
526
527         * tabledefs.h: missing FileAttributes.
528         * verify.h, verify.c: use is_valid_string () to simplify and check for
529         valid strings more correctly. Fix warnings and speeling.
530         Check more tables: Filed, File, ModuleRef, StandAloneSig.
531         Check code: branches, maxstack, method calls.
532
533 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
534
535         * object.c (mono_object_allocate): removed static, so that the jit
536         can allocate value types.
537
538         * icall.c (ves_icall_System_DateTime_GetNow): impl.
539
540 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
541
542         * class.c: init enum types right away and register the
543         token->MonoClass map in mono_class_create_from_typedef ().
544         * verify.h, verify.c: first cut of the verifier.
545         * pedump.c: add --verify switch to verify metadata tables.
546         * tabledefs.h: add some missing enums.
547
548 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
549
550         * class.c (mono_install_runtime_class_init): impl.
551         (mono_class_init): renamed mono_class_metadata_init to
552         mono_class_init, also removed the metadata_inited flag
553
554         * object.c (mono_object_isinst): use faster algorithm
555
556 2001-11-30  Radek Doulik  <rodo@ximian.com>
557
558         * mono-endian.h: reverted last change
559         added function prototypes
560
561         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
562         add mono-endian.c back
563
564         * mono-endian.c: returned back, as Paolo pointed out, it's needed
565         for unaligned access, I've mistaked it with endianess. I am
566         sorry.
567         (mono_read16): fix reverted endianess
568         (mono_read64): ditto
569         (mono_read32): ditto
570
571 2001-11-30  Dick Porter  <dick@ximian.com>
572
573         * exception.c: Implement mono_exception_from_name()
574
575 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
576
577         * metadata.h, metadata.c: remove params_size and locals_size and their
578         calculation from the metadata code: they are only usefult to the
579         interp.
580
581 2001-11-29  Radek Doulik  <rodo@ximian.com>
582
583         * object.c (mono_ldstr): swap bytes here, it's probably not the
584         best place, but works for me now, I'll redo it once I know mono
585         better, also note that I add PROT_WRITE and don't reset back, also
586         note that it's only affects big endians, so x86 should be OK
587
588         * mono-endian.h (read16): use just glib macros for both endians
589
590         * mono-endian.c: removed as glib macros are used in in
591         mono-endian.h so we don't need to care about endianess for read
592         macros as glib does that for us already
593
594 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
595
596         * class.h, class.h: take minimum alignment into consideration so
597         that the fields of a class remain aligned also when in an array.
598
599 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
600
601         * loader.h, loader.c: add mono_method_get_param_names().
602         * class.c: 0-init class fields.
603
604 2001-11-26  Dick Porter  <dick@ximian.com>
605
606         * icall.c:
607         * threads-types.h:
608         * threads.c: New file that handles System.Threading on all platforms
609
610         * object.c: 
611         * object.h: Remove the synchronisation struct from MonoObject,
612         replace it with a pointer that gets initialised on demand
613
614         * Makefile.am: Replace all the system-specific threading code with
615         a single file that uses the new wrapper library
616
617 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
618
619         * class.c, class.h: add mono_install_trampoline() so that the runtime
620         can register a function to create a trampoline: removes the ugly
621         requirement that a runtime needed to export arch_create_jit_trampoline.
622         * object.h, object.c: added mono_install_handler() so that the runtime
623         can install an handler for exceptions generated in C code (with
624         mono_raise_exception()). Added C struct for System.Delegate.
625         * pedump.c: removed arch_create_jit_trampoline.
626         * reflection.c: some cleanups to allow registering user strings and
627         later getting a token for methodrefs and fieldrefs before the assembly
628         is built.
629         * row-indexes.h: updates and fixes from the new ECMA specs.
630
631 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
632
633         * class.h, class.c: add enum_basetype field to MonoClass.
634         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
635         to get index in the constant table reated to a field, param or
636         property.
637         * reflection.h, reflection.c: handle constructors. Set public-key and
638         version number of the built assembly to 0.
639         * row-indexes.h: update from new ECMA spec.
640
641 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
642
643         * class.h, class.c: add a max_interface_id to MonoClass.
644         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
645         since it's used to do that. Added mono_type_type_from_obj().
646         Make GetType() return NULL instead of segfaulting if the type was not
647         found. Handle simple arrays in assQualifiedName.
648         * object.h: add a struct to represent an Exception.
649         * reflection.c: output call convention in method signature.
650         Add code to support P/Invoke methods and fixed offsets for fields.
651
652 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
653
654         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
655         the value.
656         * icall.c: use mono_array_addr instead of array->vector: fixes the
657         reflection image writing.
658         * reflection.c: init call convention byte to 0 in method signature.
659         Encode the property signature. Don't output property-related methods
660         twice. Really process the properties for a type (don't cast a field to
661         a property, my mom always told me that).
662         Fix 64 bit issues in pointer alignment in a different and more
663         readable way.
664
665 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
666
667         * loader.h: Removed type class from MonoDefaults, added monotype
668
669         * loader.c: Loaded MonoType, removed loading of Type
670
671         * icall.c (my_mono_new_object): Now returns a System.MonoType,
672         and fills in System.Type._impl with a RuntimeTypeHandle rather
673         than the actual MonoClass *
674
675         (ves_icall_type_from_handle): change from type_class to
676         monotype_class
677
678         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
679         implemented
680
681         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
682         implemented
683
684         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
685
686         (ves_icall_System_Reflection_Assembly_GetType): implemented
687
688         (ves_icall_System_MonoType_assQualifiedName): implemented
689
690         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
691
692 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
693
694         * assembly.c (mono_assembly_open): Implement a cache for the
695         assemblies. 
696
697         (mono_assembly_close): only destroy the assembly when the last
698         reference is gone.
699         
700 2001-11-09  Dick Porter  <dick@ximian.com>
701
702         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
703
704 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
705
706         * class.c (mono_class_metadata_init): bug fix: compute the right slot
707
708 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
709
710         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
711         from Martin Weindel.
712         * object.h: add mono_string_chars ().
713
714 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
715
716         * reflection.c (build_compressed_metadata): Eliminates warnings
717         and uses 64-bit clean code.
718
719         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
720         (mono_type_equal): Change signature to eliminate warnings.
721
722 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
723
724         * icall.c, loader.c: remove the internalcall array constructors.
725         Changes to match the new MonoArray structure.
726         * object.h, object.c: an array object doesn't allocate an extra
727         vector. Add mono_array_new_full () to create jagged arrays easily.
728
729 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
730
731         * metadata.h, metadata.c: add mono_metadata_field_info () to
732         retreive all the info about a field from vairous tables.
733         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
734         * class.h, class.c: augment MonoClassField with more info.
735         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
736         policy and load a field's RVA if needed.
737
738 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
739
740         * class.c (mono_class_metadata_init): create a trampoline for all
741         virtual functions instead of actually compiling them.
742
743 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
744
745         * class.h, class.c: include name in MonoClassField.
746         * class.c: fix fundamental type of System.Object and System.String.
747         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
748         tokens in ldtoken.
749         * icall.c: remove internalcalls for the Reflection stuff that is now
750         done in C# code.
751         * loader.c: mono_field_from_memberref () implementation.
752         * mono-endian.c: thinko (s/struct/union/g).
753         * object.c, object.h: make the mono_string_* prototypes actually use
754         MonoString instead of MonoObject.
755         * reflection.c, reflection.h: updates for changes in the reflection
756         code in corlib: we use C structures that map to the actual C# classes.
757         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
758         fat method header if needed and use the info from the ILGenerator for
759         methods. Handle fields in types. Misc fixes.
760
761 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
762
763         * class.c (mono_class_metadata_init): bug fix: always allocate
764         space for static class data
765
766 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
767
768         * class.c (mono_compute_relative_numbering): use relative
769         numbering to support fast runtime type checks.
770
771 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
772
773         * class.c (mono_class_create_from_typeref): added debugging output
774         to print class name when MonoDummy is returned instead of real class
775
776 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
777
778         * class.c (mono_class_metadata_init): interface offset table now
779         contains pointers into the vtable - this is more efficient for the jit
780
781 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
782
783         * class.c (mono_class_metadata_init): use a temporary vtable (the
784         old algorithm only worked for the interpreter, but not for the jit)
785
786 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
787
788         * loader.c (method_from_memberref): use mono_class_get to get the
789         class of an array instead of using System.Array directly.
790         (mono_get_method): also add MEMBERREF methods to the method cache
791         which usefull for arrays.
792
793 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
794
795         * pedump.c (arch_compile_method): added to compute vtable entry
796
797         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
798         number of interfaces.
799         
800         * class.h: merged MonoArrayClass into MonoClass
801
802         * class.c (mono_class_create_from_typedef): compute the vtable size and
803         allocate space to include the vtable inside MonoClass
804         (mono_class_metadata_init): initialize the vtable
805
806 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
807
808         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
809         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
810         * image.c: endian fixes by Laurent Rioux.
811         * object.h, object.c: rename MonoStringObject to MonoString and
812         MonoArrayObject to MonoArray. Change some function names to conform to
813         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
814         guint16* as first argument, so don't use char*.
815         Provide macros to do the interesting things on arrays in a portable way.
816         * threads-pthread.c: updates for the API changes and #include <sched.h>
817         (required for sched_yield()).
818         * icall.c: updates for the API changes above.
819         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
820         platforms that need them.
821
822 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
823
824         * class.c: set the correct type for all the fundamental
825         type when loading the class.
826
827 2001-10-05  Dick Porter  <dick@ximian.com>
828
829         * threads-pthread.c (pthread_mutex_timedlock): Simple
830         compatibility version for C libraries that lack this call.
831
832 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
833
834         * class.c: MonoTypes stored in MonoClass are stored as
835         fundamental MonoTypes when the class represents a
836         fundamental type (System.Int32, ...).
837         The TypeHandle return by ldtoken is a MonoType*.
838         * icall.c: ves_icall_get_data_chunk () write out all the
839         PE/COFF stuff. Implement ves_icall_define_method (),
840         ves_icall_set_method_body (), ves_icall_type_from_handle ().
841         * image.c: properly skip unknown streams.
842         * loader.h, loader.c: add type_class to mono_defaults.
843         * metadata.c, metadata.h: export compute_size () as
844         mono_metadata_compute_size () with a better interface.
845         Typo and C&P fixes.
846         * pedump.c: don't try to print the entry point RVA if there is no entry point.
847         * reflection.c, reflection.h: many cleanups, fixes, output method
848         signatures and headers, typedef and typeref info, compress the metadata
849         tables, output all the heap streams, cli header etc.
850         * row-indexes.h: typo fixes.
851
852 2001-10-04  Dick Porter  <dick@ximian.com>
853
854         * object.h: Add a synchronisation mutex struct to MonoObject
855
856         * object.c (mono_new_object): Initialise the object
857         synchronisation mutexes
858
859         * icall.c: System.Threading.Monitor internal calls
860         
861         * threads-pthread.h:
862         * threads-pthread.c: System.Threading.Monitor internal calls
863
864         * threads-types.h: New file, includes the system-specific thread
865         structures
866         
867         * threads-pthread-types.h:
868         * threads-pthread-types.c: New files, handle pthread-specific
869         synchronisation types
870
871         * threads-dummy-types.h: 
872         * threads-dummy-types.c: New files of dummy support for
873         thread-specific types
874
875         * metadata.c:
876         * image.c:
877         * pedump.c: include mono-endian.h not endian.h
878         
879         * Makefile.am: More threads files.
880         Name mono-endian.h not endian.h
881
882 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
883
884         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
885         stuff and implement a few more bits.
886         * icall.c: a field needs to be dereferenced twice. Do not use the same
887         name for two variables in the same scope.
888         * image.c, image.h: cleanups.
889
890 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
891
892         * class.c (mono_class_metadata_init): bug fix: compute the right size
893
894 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
895
896         * icall.c: implemented some of the Reflection internalcalls.
897         * image.c, image.h: start writing out the PE/COFF image.
898         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
899         that does the reverse than decode_blob_size ().
900         * object.c: use mono_metadata_encode_value (). Move here
901         temporary implementation of mono_string_to_utf8 ().
902         * rawbuffer.c: make malloc_map static.
903
904 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
905
906         * metadata.c: fix type comparison for arrays.
907         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
908         Added a couple of new classes to monodefaults.
909         * icall.c: added a couple of Reflection-related internalcalls.
910         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
911         Added a byval_arg MonoType to MonoClass.
912
913 2001-09-28  Dick Porter  <dick@ximian.com>
914
915         * icall.c:
916         * threads-pthread.h: 
917         * threads-pthread.c: Implemented internal calls for
918         LocalDataStoreSlot operations.  Applied mutexes around all shared
919         data.  Reworked the thread creation and Start() operations to
920         avoid a race condition.
921         
922         * threads-dummy.h:
923         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
924
925 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
926
927         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
928
929 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
930
931         * class.c, loader.c: warn and return NULL instead of erroring out.
932         * icall.c: added System.AppDomain::getCurDomain().
933         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
934
935 2001-09-25  Dick Porter  <dick@ximian.com>
936
937         * threads-pthread.h:
938         * threads-pthread.c: Implemented timed thread joining and added
939         System.Threading.Thread::Join_internal internal call
940
941         * icall.c: Added System.Threading.Thread::Join_internal internal call
942
943         * threads-dummy.h:
944         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
945
946 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
947
948         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
949         mono_string_intern () to implement the semantics of the ldstr opcode
950         and the interning of System.Strings.
951         * icall.c: provide hooks to make String::IsIntern and String::Intern
952         internalcalls.
953
954 2001-09-23  Dick Porter  <dick@ximian.com>
955
956         * threads-dummy.c: 
957         * threads-dummy.h: New files of dummy threading routines
958
959         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
960         support code based on system specifics
961
962         Rename PTHREAD_LIBS to THREAD_LIBS
963         
964 2001-09-23  Dick Porter  <dick@ximian.com>
965
966         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
967         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
968         internal calls.
969         (mono_thread_init): Set up a Thread object instance to return when
970         the main thread calls Thread.CurrentThread
971         (mono_thread_cleanup): Wait for all subthreads to exit
972
973         * icall.c: New internal calls for System.Threading.Thread::Sleep
974         (including Schedule) and CurrentThread
975
976         * threads.h: New file, to insulate thread-specific stuff from the
977         rest of the code
978
979 2001-09-21  Dick Porter  <dick@ximian.com>
980
981         * threads-pthread.h: 
982         * threads-pthread.c: New file, for handling pthreads-style
983         threading support.  Start() now starts a new thread and executes
984         the ThreadStart delegate instance.
985
986         * icall.c: Added the internalcall for
987         System.Threading.Thread::Start_internal
988
989         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
990
991 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
992
993         * loader.c: work around the different signatures for delegates
994         constructors csc generates in compiled code vs the ones compiled in mscorlib.
995
996 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
997
998         * class.h, class.c: add mono_class_get_field_from_name ().
999         * *: Fix C comments and other ANSI C issues.
1000
1001 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
1002
1003         * endian.h, assembly.c: fix some endianness issues.
1004
1005 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
1006
1007         * loader.h, load.c: add delegate_class to mono_defaults.
1008         Handle runtime provided methods in mono_get_method ().
1009
1010 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
1011
1012         * loader.c (mono_get_method): use pinvoke for internal call
1013
1014         * icall.c: use pinvoke for internal call
1015
1016         * loader.c (method_from_memberref): set the method name
1017
1018 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
1019
1020         * metadata.c: help the compiler generate better code for
1021         mono_class_from_mono_type ().
1022
1023 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
1024
1025         * class.c (mono_class_metadata_init): delayed computing of the
1026         class size to mono_class_metadata_init ()
1027
1028 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
1029
1030         * class.c, class.h: add an interfaces member to MonoClass.
1031         * image.c, image.h: add assembly_name field to MonoImage
1032         from the assembly table.
1033         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
1034
1035 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
1036
1037         * class.c: Handle Array in mono_class_from_mono_type ().
1038         * metadata.c, pedump.c: some endian fixes.
1039
1040 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
1041
1042         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
1043         * metadata.c: fix small problem introduced with the latest commit.
1044
1045 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
1046
1047         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
1048         We don't need a MonoMetadata pointer anymore to compare signatures in
1049         mono_metadata_signature_equal (), update callers.
1050         Reduced memory usage an number of allocations for MonoMethodHeader and
1051         MonoMethodSignature.
1052
1053 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
1054
1055         * metadata.c: added compare for szarray.
1056
1057 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
1058
1059         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
1060         and add a couple more types to it and mono_defaults. Give an hint on
1061         classes that need implementing in our corlib and are referenced
1062         in mscorlib.
1063
1064 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
1065
1066         * class.h, class.c: keep track if a class is also an Enum.
1067         * loader.c: Implement a couple more types for use in libffi
1068         marshalling. Gives better diagnostics when failing to dlopen
1069         a library. Set method->klass for P/Invoke methods, too.
1070
1071 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
1072
1073         * class.c, class.h: add a MonoType this_arg to MonoClass that
1074         represents a pointer to an object of the class' type that
1075         can be used by the interpreter and later the type cache.
1076         Add best guess alignment info for valuetype objects.
1077
1078 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
1079
1080         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
1081         into MonoType: one less level of indirection and allocation and
1082         simplifies quite a bit of code. Added cache for MonoTypes that are
1083         used frequently, so that we don't need to allocate them all the time.
1084
1085 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
1086
1087         * class.c (mono_class_create_from_typedef): System.Enum is also a
1088         value type, although it does not derive from System.ValueType
1089         (maybe a bug in the ms compiler?)
1090
1091         * metadata.c (mono_type_size): return the right size for value types
1092
1093         * loader.c (mono_get_method): only initialize method header if not abstract
1094
1095         * class.c (mono_class_from_mono_type): use mono_default values. 
1096
1097 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
1098
1099         * *: use MonoClass pointers instead of <type_tokens>
1100         
1101         * class.h: new flag: metadata_inited.
1102
1103         * class.c (mono_class_metadata_init): impl.
1104         (mono_class_instance_size): impl.
1105         (mono_class_data_size): impl.
1106
1107 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
1108
1109         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
1110         MonoClass now has the name and name_space fields. 
1111         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
1112         mono_get_method () takes and optional MonoClass as argument.
1113         Removed mono_typedef_from_name() and added mono_class_token_from_name()
1114         instead that takes advantage of a map from class names to typedef
1115         tokens in MonoImage.
1116
1117 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
1118
1119         * metadata.c: zero is not a valid alignment boundary.
1120         Merge MONO_TYPE_VOID in default decoding code.
1121
1122 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
1123
1124         * image.h: merged MonoMetadata into MonoImage
1125
1126         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
1127         identify the type of elements.
1128
1129 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
1130
1131         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
1132         * cil-coff.h: split MonoMSDOSHeader and add size info.
1133         * image.c: add some consistency checks.
1134         * metadata.c: fix row size computation: one programmer
1135         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
1136         add explanation for the locator routine.
1137         Fix decoding of size in method header.
1138         
1139 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
1140
1141         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
1142         (g_concat_dir_and_file): Bring g_concat_dir_and_file
1143         function from gnome-libs.  This uses the right path separator
1144         based on the OS, and also works around a bug in some systems where
1145         a double slash is not allowed. 
1146         (default_assembly_name_resolver): Use g_concat_dir_and_file
1147         (mono_assembly_open): ditto.
1148
1149 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
1150
1151         * metadata.c (mono_metadata_signature_equal): impl.
1152
1153         * *: void is now a realy MonoType (instead of using NULL)
1154         
1155         * metadata.c (do_mono_metadata_parse_type): use
1156         mono_metadata_parse_type to parse void value.
1157
1158 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
1159
1160         * metadata.c, metadata.h: in the signature and method header store
1161         only the space required for holding the loca vars and incoming arguments.
1162
1163 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
1164
1165         * metadata.c (do_mono_metadata_parse_type): treat void like any
1166         other type (instead of assigning NULL);
1167
1168 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
1169
1170         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
1171
1172 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
1173
1174         * image.c (do_mono_image_open): added a cache for arrays.
1175
1176 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
1177
1178         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
1179         decode a single column from a row in a metadata table and changes
1180         to take advantage of it in the typedef locator (gives a nice speed up).
1181         Store offset info for function params.
1182
1183 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
1184
1185         * image.h (MONO_IMAGE_IS_CORLIB): removed 
1186
1187 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
1188
1189         * assembly.c: how could mono_assembly_close () had ever worked?
1190         * metadata.c, metadata.h: provide offset info for local vars.
1191         Implement mono_type_size () to take care of alignment as well
1192         as size (it was mono_field_type_size in cli/class.c before).
1193
1194 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
1195
1196         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
1197
1198         * assembly.h (CORLIB_NAME): set to corlib.dll
1199
1200         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
1201
1202 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
1203
1204         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
1205         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
1206         tokentype.h: massive namespace cleanup.
1207
1208 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
1209
1210         * metadata.h, metadata.c: decode exception clauses when parsing method header.
1211
1212 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
1213
1214         * metadata.c (mono_metadata_free_type): added check for type !=
1215         NULL (void) before calling mono_metadata_free_type()
1216
1217 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
1218
1219         * metadata.h, row_indexes.h: added header with enumerations to use
1220         to index in the columns from tables in metadata and to decode coded
1221         tokens: we should start using this instead of embedding magic numbers
1222         all over the code.
1223
1224 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
1225
1226         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
1227         Move metadata_t info from cli_image_info_t to MonoImage, where
1228         it's easily accessible. Changed all the uses accordingly.
1229         Added the method and class caches to MonoImage.
1230         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
1231         and mono_metadata_decode_value () signature to be more consistent
1232         with the other parse functions (and simplify code). Taken advantage
1233         of zero-length array allocation with GCC. Removed reduntant (and
1234         wrong) MonoFieldType struct and use MonoParam instead. Changed
1235         mono_metadata_parse_field_type () to use common code for parsing.
1236         Added mono_metadata_typedef_from_field () and
1237         mono_metadata_typedef_from_method () to lookup a typedef index from a
1238         field or method token.
1239         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
1240
1241 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
1242
1243         * metadata.c (mono_metadata_parse_field_type): Implement. 
1244         (do_mono_metadata_parse_type): Split engine from
1245         mono_metadata_parse_type, so that we can create smaller structures
1246         for things that just have one pointer to the MonoType (look at
1247         the MonoFieldType)
1248
1249 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
1250
1251         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
1252         as Jan Gray found out, it is incorrect. 
1253
1254 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
1255
1256         * assembly.c: Implement asssembly loading.  This loads an image
1257         and loads all the referenced assemblies.  Come to think of it, we
1258         could always do lazy loading of the assemblies. 
1259
1260         * image.c (mono_image_open): Keep loaded images in a hashtable.
1261
1262         * image.h (MonoImage): Add reference count.
1263
1264 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
1265
1266         * assembly.c (mono_assembly_open): Keep track of the file name in
1267         case the assembly has no ASSEMBLY table.
1268
1269         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
1270         from get.c here.
1271
1272 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
1273
1274         * metadata.c, metadata.h: decode local vars in method header
1275         parse function. Change callers accordingly.
1276
1277 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
1278
1279         * metadata.h, cil-coff.h: protect against multiple inclusion.
1280         Added some new structures to hold information decoded from metadata:
1281         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
1282         and relevant decoding/free functions.
1283         * metadata.c: implement decoding functions. Add warning for out of bounds
1284         index in mono_metadata_locate(). Implement mono_get_method () to retreive
1285         all the info about a method signature and invocation. Remove check on
1286         uninitialized local var in parse_mh() and fix memory leak.
1287
1288 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
1289
1290         * metadata.h: More macros.
1291
1292         * tokentype.h: New file.
1293
1294 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
1295
1296         * assembly.c: added a consistency check and initialize
1297         some structures with g_new0().
1298         * metadata.c: fixed a couple more bugs in table size computation
1299         and add other checks for out-of bound access to metadata.
1300
1301 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
1302
1303         * metatada.c: fix bugs computing table sizes. Spew a
1304         warning when index in string heap is out of bounds.
1305
1306 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
1307
1308         * metadata.h: Add a couple of macros to manipulate tokens. 
1309
1310 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
1311
1312         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
1313         cli_section_tables).
1314
1315 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
1316
1317         * metadata.c (mono_metadata_user_string): New function, provides
1318         access to the UserString heap. 
1319
1320 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
1321
1322         * metadata.c: Add inline documentation.
1323
1324 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
1325
1326         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
1327         files. 
1328
1329 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
1330
1331         * typeattr.h: New file, TypeAttribute flags. 
1332
1333 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
1334
1335         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
1336         mono_assembly_ensure_section): Section loading code.
1337         (load_section_tables): Load the sections.
1338
1339         * mono/metadata/metadata.c (mono_metadata_locate_token,
1340         mono_metadata_locate): Functions to locate the information
1341         definition given a token or a table and an index.
1342         (mono_metadata_compute_table_bases): New.
1343         (compute_size): New function to compute the sizes of the various
1344         tables.
1345
1346         * mono/metadata/metadata.h: Finish listing the different index
1347         types. 
1348
1349         * mono/metadata/pedump.c: Improve to dump new information.
1350
1351 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
1352
1353         * mono/metadata/metadata.c: Entered all the tables matching
1354         Beta2. 
1355
1356         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2
1357