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