Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
[mono.git] / mono / metadata / ChangeLog
1
2 Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
3
4         * reflection.c: sort custom attributes table.
5
6 Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
7
8         * reflection.c: support named args in custom attributes (write support).
9
10 Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
11
12         * reflection.c: fix finally position calculation.
13
14 2002-05-15  Radek Doulik  <rodo@ximian.com>
15
16         * reflection.c: fixed endianess at many places
17
18         * icall.c (ves_icall_InitializeArray): comment out debug msg
19
20 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
21
22         * object.c (mono_unhandled_exception): new function to handle
23         unhandled exceptions.
24         (mono_unhandled_exception): call the UnhandledException event.
25         (mono_runtime_delegate_invoke): impl.
26
27 Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
28
29         * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
30         returns the RVA, not the direct pointer to the data. Handle the case
31         when the class size is fixed.
32
33 Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
34
35         * reflection.c: fix some endianess issues.
36
37 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
38
39         * object.c (mono_runtime_invoke): is now able to catch exceptions.
40
41         * threads.c (mono_thread_init): added a callback which is invoked
42         at thread start.
43
44 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
45         
46         * icall.c: make GetHashCode return non-negative values.
47
48 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
49
50         * object.c, icall.c, gc.c: revert to address-based hashcode.
51
52 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
53
54         * icall.c (mono_double_ParseImpl): Added ParseImpl method.
55
56 Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
57
58         * icall.c, class.c: special case <Module>.
59
60 2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
61
62         * icall.c: fix bug in GetNow().
63
64 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
65
66         * object.c (mono_runtime_class_init): make sure that we call all
67         static class constructors.
68
69 Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
70
71         * reflection.c: sort methodsemantics table.
72
73 Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
74
75         * reflection.h, reflection.c: honour init locals setting.
76
77 Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg@sc.rr.com>
78
79         * icall.c: copied Double ToStringImpl for Single ToStringImpl
80
81 Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
82
83         * reflection.c: support ContructorBuilders in attribute blob creation.
84
85 Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
86
87         * reflection.c: some changes to build a binary that can be run
88         directly in windows.
89
90 Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
91
92         * loader.c: print a big message when an icall can't be found.
93
94 2002-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
95
96         * string-icalls.c: fix bug 24248.
97
98 Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
99
100         * appdomain.c, appdomain.h, assembly.c, assembly.h, image.h,
101         icall.c, reflection.h: separate assembly loading by pathname and by
102         assembly name. Use the MONO_PATH env var to search for assemblies.
103
104 Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
105
106         * assembly.c, image.h: add some support for assemblies
107         with multiple modules.
108         * class.c, class.h: export mono_class_from_typeref().
109         * loader.c: remove duplicated code and use mono_class_from_typeref(),
110         instead.
111
112 Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
113
114         * unicode.c: Char.IsNumber doesn't include hex digits as the ms
115         documentation says (the ECMA one is correct).
116
117 2002-05-02  Dick Porter  <dick@ximian.com>
118
119         * threads.c: Use GC_debug_register_finalizer with GC_debug_malloc.
120         Don't name the synchronisation mutex.
121
122 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
123
124         * rand.c
125         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetBytes):
126         Make the prototypes match.
127         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetNonZeroBytes):
128         Same.
129
130         * icall.c
131         (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Fixed for
132         systems that use 'timezone' rather than tm.tm_gmtoff. Also, not
133         all systems have tm.tm_zone, so use strftime() with %Z to print
134         the timezone abreviation into a temp string.
135
136         * object.c (mono_ldstr): Fixed to use mono_string_chars() macro
137         rather than mono_array_addr() on a MonoString on Big Endian
138         machines.
139
140 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
141
142         * string-icalls.c (ves_icall_System_String_InternalReplace_Str):
143         fix bug 24041
144
145 2002-04-30  Dick Porter  <dick@ximian.com>
146
147         * socket-io.c: Cope with SOCKET being an integer rather than a
148         pointer now.
149
150         * threads.c: Added Thread_free_internal, to deal with thread
151         handle cleanup.  Moved calls to handle_store() and handle_remove()
152         to start_wrapper(), so each can only be called once.  Allocate
153         synchronisation blocks with GC_malloc(), and use GC finalisation
154         to close the handles.
155
156         * icall.c: added System.Threading.Thread::Thread_free_internal
157
158 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
159
160         * icall.c: support Environment.Exit, CommandLineArgs().
161
162 Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
163
164         * object.c, object.h: added mono_runtime_run_main () and
165         mono_runtime_get_main_args () for use in System.Environment.
166
167 Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
168
169         * gc.c: fix thinko, enable actual finalization since the jit is now
170         fixed.
171
172 Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
173
174         * gc.c, object.c: take into account that an object may be offset wrt the address
175         returned by GC_malloc().
176
177 Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
178
179         * image.c: handle files without entries in the assembly table (modules).
180
181 2002-04-28 Patrik Torstensson <patrik.torstensson@intel.com>
182
183         * reflection.c (mono_reflection_setup_internal_class): remove g_assert_not_reached() to allow 
184         mcs selfhosting again (build breaker) and did move the check to class instead. parent is
185         allowed to be null when it's System.Object class setup.
186
187 2002-04-27  Martin Baulig  <martin@gnome.org>
188
189         * reflection.c (mono_reflection_setup_internal_class): g_assert_not_reached()
190         if `tb->parent == NULL' rather than crashing.
191
192 2002-04-28  Nick Drochak  <ndrochak@gol.com>
193
194         * sysmath.c (ves_icall_System_Math_Asin): Fix copy-paste error.  Was
195         calling acos() where asin() should have been called.
196
197 2002-04-26  Martin Baulig  <martin@gnome.org>
198
199         * assembly.c (default_assembly_name_resolver): Use G_FILE_TEST_IS_REGULAR
200         instead of G_FILE_TEST_EXISTS - if you're in mcs/class/corlib/System/Test,
201         there's a subdirectory called `System', but we don't want to read that
202         subdirectory as an assembly.
203
204 2002-04-25  Martin Baulig  <martin@gnome.org>
205
206         * debug-symfile.c: Reflect latest MonoString changes.
207
208 Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
209
210         * rand.c, rand.h: instance method icalls need to have an explicit
211         this pointer as first argument in the C implementation.
212
213 2002-04-25  Nick Drochak <ndrochak@gol.com>
214
215         * icall.c: Fix typo in map for GetNonZeroBytes
216
217 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
218
219         * string-icalls.c : String does now passes unit tests without any 
220         errors, the following changes has been made:
221         
222         Implemented replace methods.
223         Renaming of methods to (try) follow the standard.
224         Fixed compare ordinal
225         Made all memory allocated directly to function instead of via icall function.
226         Small performance fix in is_in_array function
227                         
228  (2002-04-23) Changes from Duncan Mak <duncan@ximian.com>
229
230         c (mono_string_Internal_ctor_charp_int_int):
231         (mono_string_Internal_ctor_sbytep_int_int):  Removed check for
232         sindex < 0, throw ArgumentOutOfRangeException instead of
233         ArgumentNullException.
234
235         Added new check for length == 0, however
236         I need to make it return String.Empty from the C code.
237         
238         (mono_string_Internal_ctor_sbytep): Use mono_string_new, and let
239         that calculate the length for us here.
240         
241         (mono_string_Internal_ctor_sbytep_int_int): Replaced
242         mono_string_new_utf16 with mono_string_new, since value is utf8.
243
244 Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
245
246         * object.c: register the object for finalization if needed.
247         Allocate one more char in the string for the terminating 0 char.
248
249 Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
250
251         * class.c, class.h, image.c: check if a type implemenst a destructor.
252         Use the proper key for array class lookups.
253         * icall.c: register the icalls in the System.GC class.
254         * gc.c, gc.h: GC-related functions and icalls.
255
256 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
257
258         * icall.c:
259         * socket-io.c:
260         * unicode.c: free some strings gotten from mono_string_to_utf8 and
261         changed a couple of free () by g_free ().
262
263         * decimal.c: one-liner in the comments for decimal2string ().
264
265 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
266
267         * object.c (mono_runtime_invoke_array) : Bug because of my incompetence.
268
269 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
270
271         * reflection.c (mono_reflection_get_custom_attrs) : fixed image bug (crash)
272         * object.c (mono_runtime_invoke_array) : handle null in params
273
274 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
275
276         * string-icalls.c: fixed bug in split (one off bug)
277
278 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
279
280         * string-icalls.c: fixed bug in remove and lastindexofany, add equals icall.
281         * icalls.c: added String::Equals as internal method
282
283 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
284
285         * threads.c: fixed bug in the double interlocked functions
286
287 2002-04-22      Patrik Torstensson <patrik.torstensson@labs2.com>
288
289         * threads.c: implemented all of the new interlocked icalls.
290         * string-icalls.c: fix a bug in insert.
291         * icalls.c: added the icalls for interlocked, removed old string functions.
292         
293 Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
294
295         * loader.c: fix off-by-one error when reading argument names.
296
297 Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
298
299         * profiler.c: win32 counter implementation (untested).
300         * icall.cs: win32 GetNow() and GetTimeZoneData() implementations
301         (the latter needs testing and more complete impl. from win32 folks).
302
303 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
304
305         * object.c: mono_array_new_full workaround mono_array_class_get
306         problem.
307
308 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
309
310         * string-icalls.c (mono_string_InternalRemove): Fixed overwrite bug.
311         * object.h (mono_string_chars): Changed casting type.
312
313 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
314
315         * string-icalls.c: Fixed trim method, added the constructors done by Duncan, fixed
316                            method signatures to use gunichar2 instead of gint16.
317
318 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
319
320         * object.h, object.c: domain-specific versions of mono_object_new and
321         mono_array_new.
322
323 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
324
325         * object.c: changed String layout
326
327         * string-icalls.c (mono_string_Internal_ctor_chara): added
328         internal string constructors.
329
330 Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
331
332         * threads.c: pass 'this' to the thread start routine.
333
334 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
335
336         * string-icalls.c: fix IndexOf and LastIndexOf. Now
337         InternalCompareStr don't call twice mono_string_cmp_char for the last
338         character. Improved performance in mono_string_cmp_char.
339
340 Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
341
342         * Makefile.am, appdomain.c, class.c, object.c: split runtime-depended
343         code into its own library: libmonoruntime.
344
345 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
346
347         * object.h, object.c: changed array format so that szarrays do not
348         require a bounds structure.
349         * icall.c, appdomain.c: support for new szarray format.
350
351 Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
352
353         * metadata.c: compare also the retuns type when comparing signatures:
354         we didn't do this as an optimization since really overloaded methods
355         must differ also in the arguments, but this doesn't work with
356         low-level IL code (or when using explicit conversion operators: see
357         bug#23498 for an example).
358
359 Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
360
361         * loader.c: SZARRAY types can be saved as TYPESPEC, too.
362
363 Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
364
365         * icall.c: make MonoType::GetElementType its own icall.
366
367 Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
368
369         * icall.c: remove MonoMethod_get_Name().
370         * reflection.c, reflection.h, verify: cache the method name in the MonoMethod
371         object.
372
373 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
374
375         * string-icalls.c: optimized a few methods.
376
377 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
378
379         * icall.c: added all new string internal calls
380         * string-icalls.c: added, new string internal call implementation.
381         * object.c: added mono_string_new_size for allocating a string a size
382
383 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
384
385         * object.c (mono_object_isinst): use the same code as in the
386         optimized x86 version.
387
388 Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
389
390         * profiler.c: TSC-based timer code (faster and more accurate).
391         Not hooked up in configure, yet (set USE_X86TSC to 1).
392
393 Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
394
395         * profiler.c, profiler.h: track time spent compiling methods.
396         * threads.c: track thread creation/destruction.
397
398 Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
399
400         * profiler.c, profiler.h, profiler-private.h: profiling interface
401         and sample implementation. Moved here so that it can be used also by
402         the jit.
403
404 Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
405
406         * reflection.c, reflection.h: keep types and other handles separate in
407         the hash tables for referred tokens. Add guid for modules.
408
409 Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
410
411         * assembly.c: fix bugs found with valgrind.
412         * metadata.h, metadata.c: added mono_metadata_guid_heap().
413
414 2002-04-14      Patrik Torstensson <patrik.torstensson@labs2.com>
415
416         * threads: added icall support for getting current domain for
417                    the thread.
418  
419 2002-04-13  Martin Baulig  <martin@gnome.org>
420
421         * debug-symfile.h (MonoDebugLocalInfo): Renamed to MonoDebugVarInfo.
422         (MonoDebugVarInfo): Added `index' field for register based addresses.
423         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 9.
424         (MonoDebugMethodInfo): Replaced `guint32 *param_offsets' with
425         `MonoDebugVarInfo *params' and `guint32 this_offset' with
426         `MonoDebugVarInfo *this_var'.
427
428         * debug-symfile.c (relocate_variable): New static function to write
429         a location description for a local variable or method parameter.
430
431 2002-04-12  Martin Baulig  <martin@gnome.org>
432
433         * debug-symfile.h (MonoDebugLocalInfo): New type. This contains the
434         stack offset and begin/end scope address of a local variable.
435         (MonoDebugMethodInfo): Replaced `guint32 *local_offsets' with
436         'MonoDebugLocalInfo *locals', added `prologue_end' and `epilogue_begin'.
437         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 8.
438
439         * debug-symfile.c (MRT_variable_start_scope, MRT_variable_end_scope):
440         Added new relocation types for start/end scope of a local variable.
441
442 Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
443
444         * object.h: add mono_object_domain() macro.
445         * reflection.c: handle typespecs.
446         * icall.c: MonoMethod::get_Name() implementation.
447
448 Thu Apr 11 12:29Ni:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
449
450         * icall.c: String::GetHashCode() icall implementation.
451
452 Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
453
454         * icall.c: String::IndexOfAny icall.
455         * object.c, object.h: make array->max_length more useful.
456         Intrduced mono_object_class() and mono_string_length() macros.
457
458 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
459
460         * unicode.c (ves_icall_System_Char_IsNumber): use g_unichar_isxdigit
461         instead of g_unichar_isdigit.
462
463 2002-04-11  Nick Drochak  <ndrochak@gol.com>
464
465         * icall.c: Implement a simple Double.ToString().
466
467 Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
468
469         * appdomain.h: only io-layer.h is supposed to be included.
470         * icall.c: explicitly import environ. Fix warning.
471
472 2002-04-10  Nick Drochak  <ndrochak@gol.com>
473
474         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData) :
475                 return true even if it's not Daylight Savings time.
476                 Only return false for the case where the function isn't
477                 implemented for a plaform (read Windows).
478
479 Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
480
481         * appdomain.h, appdomain.c, class.c, object.c: protect MonoDomain
482         data with a mutex.
483
484 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
485
486         * mempool.c (mono_mempool_alloc): only use g_malloc when
487         absolutely necessary.
488
489 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
490
491         * mempool.c (MEM_ALIGN): hardcode MEM_ALIGN to 8
492
493         * class.c (mono_class_vtable): use domain mempool to allocate vtable
494         (mono_class_proxy_vtable): use domain mempool
495
496 Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
497
498         * appdomain.h, appdomain.c: split initialization that requires the
499         execution engine support into mono_runtime_init().
500
501 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
502
503         * class.c (mono_class_init): don't include vtable inside MonoClass
504         to save some memory, gather some statistics.
505         (mono_class_vtable): use g_malloc instead of GC_malloc when possible
506
507 Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
508
509         * icall.c: internalcall implementation for ValueType.Equals().
510
511 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
512
513         * object.c (mono_message_init): moved 
514         (mono_runtime_exec_main): new arch. independent impl.
515         (mono_runtime_invoke_array): new method - like
516         mono_runtime_invoke, but you can pass an array of objects.
517         (mono_remoting_invoke): new arch. independent impl.
518         (mono_message_invoke): new arch. independent impl.
519         (mono_runtime_class_init): new arch. independent impl.
520         (mono_runtime_object_init): new arch. independent impl.
521
522 Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
523
524         * metadata.c, object.c, reflection.c: documented the exported
525         functions.
526
527 Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
528
529         * icall.c: simpler code to pass the assembly builder data to corlib.
530         Implement GetNestedTypes() internalcall.
531
532 Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
533
534         * class.c: warn if a type can't be loaded.
535
536 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
537
538         * image.h: typedef MonoImageOpenStatus
539         * types.h: removed unused file
540         
541 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
542
543         * icall.c: Enum_ToObject accepts enum value arguments.
544
545 Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
546
547         * class.c: move initialization of properties, events and nested
548         classes, so that they happen for interfaces, too.
549
550 Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
551
552         * icall.c: cleanup some ugly casts in Array_SetValue*.
553
554 Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
555
556         * icall.c: the values array fro enums is of the correct type, now.
557         Implement (correctly) getFullName instead of assQualifiedName for
558         MonoType.
559         * reflection.h, reflection.c: added mono_type_get_name ().
560
561 Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
562
563         * assembly.c, image.h: for each MonoImage, record from wich assembly
564         it was loaded.
565         * reflection.h, icall.c: added System_Reflection_Assembly_GetTypes().
566         Make Type.Assembly work.
567
568 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
569
570         * debug-symfile.h: use char* instead of gpointer to avoid
571         unnecessary casts.
572
573         * appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
574
575         * icall.c (ves_icall_InternalExecute): impl. FielSetter
576         (ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
577
578 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
579
580         * icall.c (mono_message_init): impl. (code cleanup)
581         (ves_icall_InternalExecute): impl. FieldGetter
582
583         * class.c (mono_class_init): added exerimental EXT_VTABLE_HACK, if
584         defined we call all (non-static)methods through the vtable. 
585
586 Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus@ximian.com>
587
588         * class.c: it seems GC_debug_malloc() makes the Boehm GC call the
589         finalizer even though the memory is still referenced (and the chunk of
590         memory is not freed).
591
592 Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus@ximian.com>
593
594         * assembly.c: fix brokeness.
595
596 Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
597
598         * class.c: kill some warnings. Check explicit interface method
599         implementation also without considering the namespace.
600         Load also literal strings in static class data.
601
602 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
603
604         * assembly.c (default_assembly_name_resolver): Kill memory leak. 
605         (default_assembly_name_resolver): Make the resolver take the
606         "base" directory where the assembly was originally defined, so we
607         can load DLLs that are in the same directory as the assembly that
608         is being referenced.
609
610 2002-03-28  Dick Porter  <dick@ximian.com>
611
612         * file-io.h: 
613         * file-io.c:
614         * socket-io.c: 
615         * unicode.h: 
616         * unicode.c: Warning cleanups
617
618 Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus@ximian.com>
619
620         * object.h, reflection.h: use the correct type instead of MonoObject.
621
622 2002-03-28  Martin Baulig  <martin@gnome.org>
623
624         * debug-symfile.c (mono_debug_class_get): Don't look in referenced assemblies.
625         (mono_debug_update_symbol_file): Initialize classes if necessary.
626
627 Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus@ximian.com>
628
629         * assembly.c, debug-helpers.c, image.c, image.h, metadata.c, pedump.c,
630         rawbuffer.c, reflection.c, verify.c: mare warning cleanups.
631
632 Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus@ximian.com>
633
634         * assembly.h: fix function prototype.
635         * metadata.h, metadata.c, object.h, private.h: get rid of warnings.
636         * mono-endian.h: use const cast.
637
638 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
639
640         * icall.c (ves_icall_MonoMethodMessage_InitMessage): moved from message.c
641
642 Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus@ximian.com>
643
644         * loader.c: don't assert when a typeref can't be loaded, give
645         a chance to the runtime to trow an exception instead.
646         * loader.h: fix warning.
647
648 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
649
650         * class.c (mono_class_proxy_vtable): added proxy support
651
652 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
653
654         * icall.c: removed last of PAL calls, added System.Environment
655         * file-io.h, file-io.c: MonoIO implementation
656         * object.h, object.c: mono_string_to_utf16() now returns gunichar2*
657
658 Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
659
660         * appdomain.c: do not use the byte marker in ldstr table lookup.
661         * debug-helpers.c: allow two ':' to separate class and method name.
662         * object.c: allocate arrays bounds with the GC, too.
663         * verify: add a few more checks.
664
665 Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
666
667         * reflection.c: output also literal strings. Allocate parameter data
668         with GC_malloc() (thanks, Martin, for catching this!).
669
670 2002-03-26  Martin Baulig  <martin@gnome.org>
671
672         * debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
673         include the `this' offset in the `param_offsets'.
674
675 2002-03-25  Martin Baulig  <martin@gnome.org>
676
677         * debug-symfile.c (mono_debug_update_symbol_file): Use a new
678         mono_debug_get_class() function to get the classes. Added new
679         relocation types for arrays and strings.
680         (mono_debug_get_class): New static function to search in all
681         referenced assemblies for a metadata token.
682
683         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.
684
685 Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus@ximian.com>
686
687         * reflection.h, reflection.c: use a gc-safe hash for hash tables that
688         hold gc-allocated objects. Make the string heap a stream like the
689         others. Removed duplicated code when writing stream info.
690         Added asserts to catch possible buffer overflows. Set the sorted map
691         for tables that need sorting. Added some documentation.
692
693 Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus@ximian.com>
694
695         * appdomain.h, appdomain.c, class.c, object.c: use a GC-safe hash table 
696         for interned strings and vtables.
697
698 2002-03-24  Martin Baulig  <martin@gnome.org>
699
700         * icall.c (ves_icall_Type_GetFields): Reverse the list before storing
701         it in the array since it was created with g_slist_prepend().
702
703 2002-03-24  Martin Baulig  <martin@gnome.org>
704
705         * debug-symfile.c (mono_debug_local_type_from_signature): Renamed
706         to ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig().
707         (mono_debug_method_from_token): Renamed to
708         ves_icall_Debugger_MonoSymbolWriter_method_from_token().
709         (ves_icall_Debugger_DwarfFileWriter_get_type_token): New interncall.
710
711         * debug-symfile.c (MRT_type_sizeof, MRT_type_field_offset): New
712         relocation types.
713
714         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 6.
715
716 2002-03-24  Martin Baulig  <martin@gnome.org>
717
718         * debug-symfile.c (mono_debug_local_type_from_signature): New func.
719         (mono_debug_method_from_token): New func.
720
721         * icall.c (Mono.CSharp.Debugger.MonoSymbolWriter::get_local_type_from_sig):
722         New interncall, calls mono_debug_local_type_from_signature().
723         (Mono.CSharp.Debugger.MonoSymbolWriter::get_method): New interncall,
724         calls mono_debug_method_from_token().
725
726 2002-03-23  Martin Baulig  <martin@gnome.org>
727
728         * unicode.c (ves_icall_iconv_get_char_count): The `count' argument
729         specifies the number of bytes to be converted, not the array size.
730         Return the number of chars, not the number of bytes.
731         (ves_icall_iconv_get_chars): The `byteCount' argument
732         specifies the number of bytes to be converted, not the array size.
733
734 2002-03-23  Martin Baulig  <martin@gnome.org>
735
736         * reflection.h (MonoReflectionSigHelper): New type.
737
738         * reflection.c (mono_reflection_sighelper_get_signature_local),
739         (mono_reflection_sighelper_get_signature_local): New functions.
740
741         * icall.c (System.Reflection.Emit.SignatureHelper::get_signature_local),
742         (System.Reflection.Emit.SignatureHelper::get_signature_field): New
743         interncalls.
744
745 2002-03-23  Martin Baulig  <martin@gnome.org>
746
747         * rawbuffer.c (mono_raw_buffer_load_mmap): Use MAP_SHARED when
748         is_writeable is set.
749         (mono_raw_buffer_update): New function to write the modified map
750         back to disk.
751
752         * debug-symfile.h (MonoDebugSymbolFile): Added `raw_contents_size'.
753
754         * debug-symfile.c (mono_debug_update_symbol_file): Call
755         mono_raw_buffer_update() when done writing.
756
757 2002-03-23  Martin Baulig  <martin@gnome.org>
758
759         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 5.
760
761         * debug-symfile.c: Added support for arguments and local variables.
762
763 2002-03-23  Dick Porter  <dick@ximian.com>
764
765         * debug-symfile.c: Remove extraneous 'include <elf.h>' that wasn't
766         protected by ifdefs, hence breaking the w32 build.
767
768 Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus@ximian.com>
769
770         * object.c: implement is_interned() the right way.
771
772 2002-03-21  Martin Baulig  <martin@gnome.org>
773
774         * debug-symfile.[ch]: New files to handle debugging information
775         files. There's also support to dynamically update these symbol
776         files to include machine dependent information.
777
778 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
779
780         * threads.c (mono_thread_create): new function to create thread
781         from C
782
783 2002-03-20  Martin Baulig  <martin@gnome.org>
784
785         * icall.c (ves_icall_InternalInvoke): Create a new object if the
786         method is a constructor.
787         (icall_map): Added "System.Reflection.MonoCMethod::InternalInvoke",
788         points to ves_icall_InternalInvoke().
789
790 2002-03-20  Dan Lewis <dihlewis@yahoo.co.uk>
791
792         * file-io.c: Flush shouldn't throw exceptions.
793
794 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
795
796         * file-io.c: FileStream flush support; FileSetLength now
797         restores file pointer.
798
799 Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus@ximian.com>
800
801         * class.c: set image for pointer classes.
802
803 2002/03/19  Nick Drochak <ndrochak@gol.com>
804
805         * sysmath.c: Forgot one.
806
807 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
808
809         * sysmath.c: Avoid redefining existing names.
810
811 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
812
813         * sysmath.c, sysmath.h, icall.c, Makefile.am: math routines now
814         handled by runtime as icall rather than dllimport from libm.so
815         * file-io.c, file-io.h: fixed handle argument type.
816
817 2002-03-18  Dick Porter  <dick@ximian.com>
818
819         * reflection.c (mono_image_get_type_info): rename interface to
820         iface, because of "#define interface struct" on windows.
821
822 Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus@ximian.com>
823
824         * class.c, class.h: rename and export mono_ptr_class_get().
825         * metadata.c: support MONO_TYPE_ARRAY in MonoType compare.
826         * reflection.c, reflection.h, icall.c: better/saner type name
827         parsing and MonoType creation. Handle MONO_TYPE_ARRAY in
828         method signatures.
829
830 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
831
832         * class.c (mono_class_init): removed hardcoded GHC_SLOT
833
834         * icall.c (ves_icall_InternalInvoke): impl.
835
836 Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus@ximian.com>
837
838         * reflection.c: output the interface map table, too.
839
840 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
841
842         * class.c (class_compute_field_layout): separate computation of 
843         static field layout
844
845 2002-03-12  Dan Lewis <dihlewis@yahoo.co.uk>
846
847         * icall.c: added System.Buffer support.
848         * file-io.c: moved file icalls from PAL to FileStream.
849
850 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
851
852         * icall.c (ves_icall_System_Object_GetHashCode): impl.
853
854 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
855
856         * icall.c (ves_icall_System_ValueType_GetHashCode): impl.
857
858 Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus@ximian.com>
859
860         * verify.c, verify.h: moved here the corlib/runtime consistency checks.
861
862 Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus@ximian.com>
863
864         * debug-helpers.{c,h}: moved here from monograph some useful functions
865         to locate a method by name/signature in a class or image. Included
866         also a small and flexible IL disassembler.
867
868 Fri Mar 8 16:29:29 CET 2002 Paolo Molaro <lupus@ximian.com>
869
870         * reflection.c: fixup tokens in methods with small header size, too.
871
872 2002-03-08  Dietmar Maurer  <dietmar@ximian.com>
873
874         * object.c (mono_string_to_utf8): remove assert(!error), instead
875         print a warning. 
876
877 Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus@ximian.com>
878
879         * icall.c: update to the new mono_Array_class_get interface.
880
881 Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus@ximian.com>
882
883         * appdomain.c, object.c: Boehm-GC enable.
884         * icall.c: make get_data_chunk() support split data requests.
885         Ensure a class is initialized in more cases. Return only the first
886         property found in GetProperties() or the compiler gets confused. 
887         Implemented GetEvents(). Temporary fix to GetType(), needs rewriting.
888         * reflection.h, reflection.c: add fixup mechanism for field and method
889         tokens. Initialize assembly->typeref in a single place. Output
890         properties after events. Support custom attributes for events, too.
891         Typo fix for paramter custom attrs.
892
893 2002-03-07  Martin Baulig  <martin@gnome.org>
894
895         * icall.c (ves_icall_System_Array_FastCopy): Small fix.
896
897 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
898
899         * class.c (mono_array_class_get): fix. for multi. dim. arrays
900
901 2002-03-06  Martin Baulig  <martin@gnome.org>
902
903         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Make this work with
904         non-zero lower bounds. See testcases #F10-#F13.
905
906 2002-03-05  Martin Baulig  <martin@gnome.org>
907
908         * exception.c (mono_get_exception_argument_out_of_range): New exception.
909
910         * icall.c (ves_icall_System_Array_GetValue): Moved actual implementation to
911         ves_icall_System_Array_GetValue(), only calculate the absolute array position
912         here.
913         (ves_icall_System_Array_SetValue): Likewise.
914         (ves_icall_System_Array_GetValueImpl): New interncall. Takes an array position
915         as argument and does the actual work. This function is used when copying a
916         multi-dimensional array.
917         (ves_icall_System_Array_SetValueImpl): Almost completely rewrote this. It can
918         now do all the widening conversions of value types.
919         (ves_icall_System_Array_CreateInstanceImpl): Implemented.
920
921 Tue Mar 5 18:14:01 CET 2002 Paolo Molaro <lupus@ximian.com>
922
923         * class.c: remove some magic numbers and use the smbolic names,
924         instead. Added init_events() to load event info at class init time.
925         * metadata.h, metadata.c: added mono_metadata_events_from_typedef()
926         and mono_metadata_methods_from_event().
927         * reflection.h, reflection.c: added support for writing out the evnets
928         related information.
929
930 Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus@ximian.com>
931
932         * reflection.h, icall.c: use a different method (GetInterfaces)
933         to gather interface info and add isbyref, isprimitive and
934         ispointer to the ves_icall_get_type_info() return value.
935
936 Mon Mar 4 11:22:26 CET 2002 Paolo Molaro <lupus@ximian.com>
937
938         * class.h: stared adding support for events.
939         * icall.c: split find_members implementation. Added debug icall to get
940         the address of an object.
941         * reflection.c: handle TypeBuilders in mono_type_get_object().
942
943 2002-03-01  Martin Baulig  <martin@gnome.org>
944
945         * icall.c (ves_icall_System_Array_GetLength): This must throw an
946         ArgumentOutOfRangeException(), not an ArgumentException().
947         (ves_icall_System_Array_GetLowerBound): Likewise.
948         (ves_icall_System_Array_GetValue): Improved argument checking.
949         (ves_icall_System_Array_SetValue): Improved argument checking.
950
951 2002-03-01  Martin Baulig  <martin@gnome.org>
952
953         * icall.c (ves_icall_System_Array_GetValue): Raise an exception when
954         called with invalid arguments rather than just dying with g_assert().
955         (ves_icall_System_Array_SetValue): Likewise.
956         (ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
957         raise a NotImplementedException instead.
958         (ves_icall_System_Array_GetLength): Added argument checking.
959         (ves_icall_System_Array_GetLowerBound): Added argument checking.
960
961 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
962
963         * object.h (mono_assert): new macros mono_assert and
964         mono_assert_not_reached
965
966 2002-02-28  Martin Baulig  <martin@gnome.org>
967
968         * icall.c: Rename "System::String::Intern" to "System::String::_Intern"
969         and "System::String::IsInterned" to "System::String::_IsInterned".
970
971 Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>
972
973         * icall.c: remove hacks for typebuilder. Added icall to create a
974         modified type from a tybebuilder.
975         * reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
976         in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
977         to create a backing MonoClass for a TypeBuilder.
978
979 Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
980
981         * class.c, class.h: more refactoring of class init.
982         Export mono_class_setup_mono_type() and mono_class_setup_parent().
983
984 Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>
985
986         * marshal.c, marshal.h: start of marshaling interface.
987
988 Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
989
990         * icall.c: fix order in assembly qualified name icall.
991
992 Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus@ximian.com>
993
994         * class.c: do not free str, since we store it in the hash table.
995         * reflection.h: add label field to MonoILExceptionInfo.
996         * reflection.c: handle references to more than one assembly. Handle
997         case when there isn't a module created in the assembly.
998
999 Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus@ximian.com>
1000
1001         * class.c: Fix typo. Start refactoring of class init code.
1002
1003 Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus@ximian.com>
1004
1005         * appdomain.c: exit with 1 on error.
1006         * class.c: we already have the name in MonoClassField.
1007         * image.c, image.h, metadata.c, pedump.c: use directly a pointer in
1008         MonoStreamHeader instead of an offset of image->raw_metadata.
1009
1010 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
1011
1012         * appdomain.c (mono_init): Be even more descriptive about the error.
1013
1014 Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus@ximian.com>
1015
1016         * appdomain.c: give the user an informative message when corlib can't
1017         be loaded.
1018
1019 2002-02-26  Martin Baulig  <martin@gnome.org>
1020
1021         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
1022         New icall to get the time zone data.
1023
1024 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
1025
1026         * reflection.c: set virtual and raw size of section correctly.
1027         * threads.c: transfer domain information to newly created threads.
1028
1029 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
1030
1031         * class.c: when instancing a class in a domain, load the default
1032         vaules for static fields from the constant table. Fix System.Enum to
1033         not be an enum.
1034         * icall.c: implement Object::GetType() internalcall. Implemented
1035         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
1036         Fixed checking of binding flags in find_members().
1037         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
1038         * reflection.c: handle enumerations when writing to the constant
1039         table. Use a different object cache for types.
1040
1041
1042 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
1043
1044         * object.c (mono_object_isinst): fix for arrays
1045
1046         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
1047
1048 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
1049
1050         * object.c: don't use mprotect ()  and fix intern pool hash table
1051         lookup for big endian systems.
1052
1053 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
1054
1055         * icall.c: change type_is_subtype_of () signature.
1056
1057 2002-02-21  Mark Crichton  <crichton@gimp.org>
1058
1059         * rand.c, rand.h: Added random number generator for
1060         System.Security.Cryptography classes.
1061
1062         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
1063
1064         * icall.c: Added System.Security.Cryptography calls.
1065
1066 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
1067
1068         * class.c, icall.c, metadata.c: better support for pointer types.
1069         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
1070         * reflection.c: Add support for getting custom attrs for properties
1071         and simplify some code.
1072
1073 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
1074
1075         * icall.c: change getToken () and add custom attribute GetBlob()helper
1076         method.
1077         * reflection.h: add custom attrs array to the reflection builder structures.
1078         * reflection.c: encode and emit custom attributes for all the relevant
1079         reflection objects. Cache fieldref and methodref tokens. Change
1080         mono_image_create_token() interface to take a MonoDynamicAssembly.
1081         More complete custom attributes decoder. Load custom attributes for
1082         Assembly, Field, Method and Constructor objects, too. Make the
1083         returned array an Attribute[] one, not object[]. Added
1084         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
1085         custom attribute constructor.
1086
1087 2002-02-20  Dick Porter  <dick@ximian.com>
1088
1089         * icall.c:
1090         * rawbuffer.c:
1091         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
1092         problem code out for now).
1093
1094 2002-02-19  Radek Doulik  <rodo@ximian.com>
1095
1096         * object.c (mono_ldstr): use hash table to avoid multiple swapping
1097
1098 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
1099
1100         * icall.c: register the GetCustomAttributes method.
1101         * object.c, object.h: add mono_string_new_len ().
1102         * reflection.h, reflection.c: added mono_runtime_invoke(),
1103         mono_install_runtime_invoke(). Added
1104         mono_reflection_get_custom_attrs () to load custom attributes and
1105         create the attribute objects.
1106
1107 2002-02-19  Dick Porter  <dick@ximian.com>
1108         * threads-dummy-types.c:
1109         * threads-dummy-types.h:
1110         * threads-dummy.c:
1111         * threads-dummy.h:
1112         * threads-pthread-types.c:
1113         * threads-pthread-types.h:
1114         * threads-pthread.c:
1115         * threads-pthread.h:  Deleted obsolete files
1116
1117 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
1118
1119         * class.c (mono_class_vtable): runtime init the class when we
1120         allocate static class data.
1121
1122         * icall.c (ves_icall_System_Array_SetValue): check for null values.
1123
1124         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
1125         and String - but we will need generic marshalling support in the
1126         future. 
1127         (mono_init): set the domain name in a ms compatible way
1128
1129         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
1130         String[].
1131
1132 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
1133
1134         * object.c (mono_array_clone): use alloca() instead of g_malloc  
1135         for sizes
1136
1137         * appdomain.c (mono_domain_unload): impl.
1138
1139 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
1140
1141         * appdomain.c, object.c: fix intern pool implementation.
1142         * class.c: fix alignment code.
1143
1144 2002-02-16  Radek Doulik  <rodo@ximian.com>
1145
1146         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
1147         and s2 > s1, just copy lower bytes to be compatible with little
1148         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
1149         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
1150
1151         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
1152         force big_endian to be 1 for big endian machines 
1153         (ves_icall_iconv_new_decoder): ditto
1154
1155 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
1156
1157         * socket-io.c (convert_sockopt_level_and_name): If the system
1158         doesn't define SOL_IP or SOL_TCP, get them by hand using
1159         getprotobyname() and caching the values (because this could be a
1160         slow operation).
1161         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
1162         Use the appropriate struct when the system does support it. Ie,
1163         not all systems have struct ip_mreqn so use struct ip_mreq when
1164         appropriate.
1165
1166 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
1167
1168         * reflection.c: handle finally clauses.
1169
1170 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
1171
1172         * socket-io.c: use g_snprintf() instead of snprintf.
1173
1174 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
1175
1176         * reflection.c (mono_param_get_objects): Cast second argument to
1177         mono_method_get_param_names to a const char** to silence the
1178         compiler warning.
1179
1180         * appdomain.c (mono_domain_assembly_open): Put parens around the
1181         truth statement in the for-loop.
1182
1183         * unicode.c (iconv_convert): Got rid of a compiler warning about
1184         int i being unused when the system has a new iconv.
1185         (iconv_get_length): Same.
1186
1187         * image.c (load_class_names): Cast the second argument to
1188         g_hash_table_insert() to char* to hush compiler warnings about the
1189         arg being a const.
1190         (mono_image_open): Same here.
1191
1192         * socket-io.c: Don't conditionally include sys/filio.h or
1193         sys/sockio.h here anymore since we now get them from
1194         io-layer/io-layer.h
1195         (inet_pton): If the system doesn't support inet_aton, implement
1196         using inet_addr and also #define INADDR_NONE if it isn't defined
1197         by the system.
1198
1199 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
1200
1201         * metadata.c, metadata.h: added function to get packing and size info
1202         of a typedef.
1203         * reflection.h, reflection.c: handle field RVA data. Save info about
1204         the table layout if needed. Assign typedef indexes to all the types
1205         before dumping the info about them to avoid forward reference problems.
1206
1207 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
1208
1209         * socket-io.c (convert_sockopt_level_and_name): ifdef
1210         SO_ACCEPTCONN because it is not defined on my system (old debian)
1211
1212 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
1213
1214         * opcode.c: use stddef.h to get NULL.
1215
1216 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
1217
1218         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
1219         for FIONBIO, FIONREAD and SIOCATMARK.
1220         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
1221         define INADDR_NONE and besides, inet_addr() is deprecated and
1222         should not be used. Use inet_pton() instead - it also has the
1223         added bonus that it can easily handle IPv6 addresses as well.
1224         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
1225
1226 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
1227
1228         * decimal.c: remove _MSC_VER conditional.
1229
1230 2002-02-13  Dick Porter  <dick@ximian.com>
1231
1232         * socket-io.c: 
1233         * icall.c: Internal calls for Blocking, Select, Shutdown,
1234         GetSocketOption and SetSocketOption
1235
1236 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
1237
1238         * assembly.cs: better resolver: use it instead of some kludgy
1239         code.
1240
1241 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
1242
1243         * reflection.c: the best way to speed-up the compiler is to avoid
1244         infinite loops.
1245
1246 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
1247
1248         * class.c (mono_class_vtable): changed the object layout
1249         (obj->vtable->class). 
1250         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
1251
1252 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
1253
1254         * assembly.c: look for assemblies in the assembly dir, too.
1255
1256 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
1257
1258         * class.c: fix thinko in mono_class_from_type().
1259
1260 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
1261
1262         * exception.h, exception.c: added TypeLoadException.
1263         * object.h, object.c: added mono_array_clone ().
1264         * icall.c: handle throwOnError in AssemblyGetType().
1265         Added Array.Clone().
1266         * opcode.h, opcode.c: use a single value for the opcode val.
1267         Compile fix for non-gcc compilers.
1268
1269 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
1270
1271         * opcodes.c, opcodes.h: export interesting info about opcodes.
1272
1273 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
1274
1275         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
1276         icalls. 
1277
1278         * class.c (class_compute_field_layout): set element_class for enums
1279         (mono_class_create_from_typedef): set element_class for normal classes
1280
1281         * icall.c (ves_icall_System_Enum_get_value): impl.
1282
1283         * class.c (mono_class_create_from_typedef): do not set valuetype
1284         flag for System.ValueType and System.Enum
1285
1286 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
1287
1288         * unicode.c (iconv_convert): fix big endian problem.
1289
1290 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
1291
1292         * class.c: add asserts if we are ever going to scribble over memory.
1293         * socket-io.c: not all systems have AF_IRDA defined.
1294
1295 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
1296
1297         * class.c (class_compute_field_layout): do not consider static
1298         fields to compute alignment
1299
1300 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
1301
1302         * appdomain.c (mono_appdomain_get): impl.
1303         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
1304
1305 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
1306
1307         * icall.c: ignore "file://" prefix when loading an assembly.
1308
1309 2002-01-23  Dick Porter  <dick@ximian.com>
1310
1311         * socket-io.c:
1312         * icall.c:
1313         * Makefile.am: Added socket support
1314
1315 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
1316
1317         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
1318         code back.  This should return the assemblies that are loaded by
1319         the runtime on behalf of an application domain. 
1320
1321         The current implementation is still broken, it just returns every
1322         assembly loaded, but until we get real applications domain this
1323         will do.
1324
1325 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
1326
1327         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
1328         AppDomain object.
1329
1330 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
1331
1332         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
1333         the mono_class_from_name lookup.
1334         (ves_icall_get_parameter_info): ditto.
1335         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
1336         method.
1337         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
1338
1339 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
1340
1341         * class.c: load also nested classes on class init.
1342         System.ValueType instance methods gets passed boxed
1343         values, unless methods in derived classed that get a pointer to the
1344         data.
1345         * icall.c: use better name parsing code in GetType().
1346         * image.c, image.h: add mono_image_loaded ().
1347         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
1348         * reflection.c, reflection.h: added mono_reflection_parse_type().
1349
1350 2002-01-22  Veronica De Santis <veron78@interfree.it>
1351
1352         * icall.c : Added mapping of internal calls for Manual and Auto reset events
1353         * threads.c : Added the implementation of internal calls for events
1354         * threads.h : Added prototypes of internal calls for events
1355         
1356 2002-01-21  Radek Doulik  <rodo@ximian.com>
1357
1358         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
1359
1360 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
1361
1362         * class.c (mono_class_init): set min_align to 1 (instead of 0)
1363         (mono_class_value_size): use min_align
1364
1365 2002-01-20  Dick Porter  <dick@ximian.com>
1366
1367         * threads.h:
1368         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
1369         so it compiles on w32.
1370
1371 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
1372
1373         * metadata.c (mono_type_stack_size): impl.
1374
1375         * class.c (mono_class_get_field): impl. memberref token
1376
1377 2002-01-16 Veronica De Santis <veron78@@interfree.it>
1378
1379         * icall.h : Added the internal calls mapping for CreateMutex_internal
1380                     and ReleaseMutex_internal.
1381         * threads.h : Added the prototype of mutexes internal calls.
1382         * threads.c : Added the implementations of mutexes internal calls.
1383
1384 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
1385
1386         * metaparse.h: removed unused file.
1387         * reflection.c, reflection.h: added stream_data_align () function 
1388         to align data in streams and keep stream aligned. Add support for
1389         exception support in method headers.
1390
1391 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
1392
1393         * unicode.c: make iconv_convert () return the number of bytess written
1394         in the output buffer.
1395
1396 2002-01-15  Dick Porter  <dick@ximian.com>
1397         * threads.c: Make the runtime's idea of infinite timeouts coincide
1398         with the class library's
1399
1400         Fix a particularly egregious bug in mono_thread_cleanup(). That
1401         code was so utterly bogus it must have been written on a Monday.
1402
1403 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
1404
1405         * reflection.h: add subtypes field to TypeBuilder.
1406         * reflection.c: encode constants for literal fields.
1407         Handle subtypes. Fix user string token (and add a zero byte)
1408         at the end.
1409         
1410 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
1411
1412         * class.c (mono_class_init): bug fix: assign slot numbers for
1413         abstract methods.
1414
1415 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
1416
1417         * reflection.c: don't try to output a code RVA for abstract methods.
1418         Small fixes for method header format. Output parameter info to the
1419         ParamDef table. Save method overriding info to MethodImpl table.
1420         Fix property support. Allow typedef.extends to be a type in the
1421         building assembly.
1422         * verify.c: fix off-by-one error.
1423
1424 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
1425
1426         * class.c: fix mono_class_from_mono_type () for szarray types.
1427         Remove unused cache check in mono_class_from_type_spec().
1428         * icall.c: *type_from_name () functions handle simple arrays and byref.
1429         * reflection.c: handle byref and szarray types. Handle methods without
1430         body (gets P/Invoke compilation working). Handle types and fields in
1431         get_token ().
1432         * reflection.h: add rank to MonoTypeInfo.
1433
1434 2002-01-10  Dick Porter  <dick@ximian.com>
1435
1436         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
1437         internal calls
1438
1439 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
1440
1441         * icall.c: initialize class in type_from_handle ().
1442         Loop also in parent classes for get_method ().
1443         * reflection.c: properly encode class and valuetype types.
1444         Start on encoding TypeBuilder types. Handle fieldrefs.
1445         Use correct length when registering a user string.
1446         Handle ConstructorBuilder and MonoMethod in get_token ().
1447         Make mono_type_get_object () aware of cached types.
1448         * object.c: back out change to mono_string_new ().
1449
1450 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
1451         * object.c: mono_string_new should return a NULL when the string 
1452         passed in is NULL -- not try to deference it.
1453         
1454 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
1455
1456         * icall.c: hack to make IsSubType work for TypeBuilders.
1457         * reflection.c: emit constructors before methods.
1458         Retrieve param names in mono_param_get_objects().
1459
1460 2002/01/05  Nick Drochak  <ndrochak@gol.com>
1461
1462         * Makefile.am: fix list of headers and sources so automake 1.5
1463         doesn't complain. Removed \# at end of list.
1464
1465 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
1466
1467         * reflection.c: get token for a method ref. Set return type of
1468         constructor to void.
1469         * loader.c: debug message.
1470         * class.c: typo fix.
1471
1472 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
1473
1474         * icall.c: fix array init with rank > 1. FindMembers
1475         loops in parent class as well.
1476         * image.c: do not insert nested types in name cache.
1477         * reflection.c: warning fix.
1478         * reflection.h: add override method (for interface impl).
1479
1480 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
1481
1482         * metadata.c: fix customattr decoding.
1483
1484 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
1485
1486         * rawbuffer.cs: Added native Win32 implementation, avoids using
1487         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
1488
1489 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
1490
1491         * class.c: make the low-level routines handle the cache.
1492
1493 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
1494
1495         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
1496
1497 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
1498
1499         * class.c: fix mono_array_element_size() for objects.
1500         * class.h, class.c: add properties to MonoClass and load them
1501         at init time.
1502         * icall.c: check with isinst() when assigning a value to an array
1503         instead of requiring the classes to match exactly.
1504         Implemented icall for System.Type::GetType().
1505         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
1506         enums. Handle bindingflags when looking for methods and fields.
1507         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
1508         and mono_metadata_methods_from_property().
1509         * reflection.h, reflection.c: added structures for propreties,
1510         parameters and enums. Implemented mono_property_get_object() and
1511         mono_param_get_objects().
1512
1513 2001-12-18  Dick Porter  <dick@ximian.com>
1514
1515         * file-io.c: Use mono_string_to_utf16() instead of
1516         mono_string_chars()
1517
1518         * object.c: Added mono_string_to_utf16(), which copies the non
1519         NULL-terminated MonoString into a new double-null-terminated
1520         buffer.
1521
1522 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
1523
1524         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
1525
1526 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
1527
1528         * file-io.c: raise exceptions if handle is invalid.
1529
1530 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
1531
1532         * assembly.c: yet another check for mscorlib.
1533         * class.c, class.h: load nesting info for classes.
1534         * icall.c: many new functions to support the Reflection classes.
1535         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
1536         * reflection.h, reflection.c: mono_image_create_token(),
1537         mono_assembly_get_object(), mono_type_get_object(),
1538         mono_method_get_object(), mono_field_get_object(): methods to return
1539         objects that parallel the C representation of assemblies, types,
1540         methods, fields.
1541
1542 2001-12-11  Dick Porter  <dick@ximian.com>
1543
1544         * icall.c:
1545         * file-io.c: Internal calls for file IO.
1546
1547 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
1548
1549         * tabledefs.h: missing FileAttributes.
1550         * verify.h, verify.c: use is_valid_string () to simplify and check for
1551         valid strings more correctly. Fix warnings and speeling.
1552         Check more tables: Filed, File, ModuleRef, StandAloneSig.
1553         Check code: branches, maxstack, method calls.
1554
1555 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
1556
1557         * object.c (mono_object_allocate): removed static, so that the jit
1558         can allocate value types.
1559
1560         * icall.c (ves_icall_System_DateTime_GetNow): impl.
1561
1562 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
1563
1564         * class.c: init enum types right away and register the
1565         token->MonoClass map in mono_class_create_from_typedef ().
1566         * verify.h, verify.c: first cut of the verifier.
1567         * pedump.c: add --verify switch to verify metadata tables.
1568         * tabledefs.h: add some missing enums.
1569
1570 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
1571
1572         * class.c (mono_install_runtime_class_init): impl.
1573         (mono_class_init): renamed mono_class_metadata_init to
1574         mono_class_init, also removed the metadata_inited flag
1575
1576         * object.c (mono_object_isinst): use faster algorithm
1577
1578 2001-11-30  Radek Doulik  <rodo@ximian.com>
1579
1580         * mono-endian.h: reverted last change
1581         added function prototypes
1582
1583         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
1584         add mono-endian.c back
1585
1586         * mono-endian.c: returned back, as Paolo pointed out, it's needed
1587         for unaligned access, I've mistaked it with endianess. I am
1588         sorry.
1589         (mono_read16): fix reverted endianess
1590         (mono_read64): ditto
1591         (mono_read32): ditto
1592
1593 2001-11-30  Dick Porter  <dick@ximian.com>
1594
1595         * exception.c: Implement mono_exception_from_name()
1596
1597 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
1598
1599         * metadata.h, metadata.c: remove params_size and locals_size and their
1600         calculation from the metadata code: they are only usefult to the
1601         interp.
1602
1603 2001-11-29  Radek Doulik  <rodo@ximian.com>
1604
1605         * object.c (mono_ldstr): swap bytes here, it's probably not the
1606         best place, but works for me now, I'll redo it once I know mono
1607         better, also note that I add PROT_WRITE and don't reset back, also
1608         note that it's only affects big endians, so x86 should be OK
1609
1610         * mono-endian.h (read16): use just glib macros for both endians
1611
1612         * mono-endian.c: removed as glib macros are used in in
1613         mono-endian.h so we don't need to care about endianess for read
1614         macros as glib does that for us already
1615
1616 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
1617
1618         * class.h, class.h: take minimum alignment into consideration so
1619         that the fields of a class remain aligned also when in an array.
1620
1621 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
1622
1623         * loader.h, loader.c: add mono_method_get_param_names().
1624         * class.c: 0-init class fields.
1625
1626 2001-11-26  Dick Porter  <dick@ximian.com>
1627
1628         * icall.c:
1629         * threads-types.h:
1630         * threads.c: New file that handles System.Threading on all platforms
1631
1632         * object.c: 
1633         * object.h: Remove the synchronisation struct from MonoObject,
1634         replace it with a pointer that gets initialised on demand
1635
1636         * Makefile.am: Replace all the system-specific threading code with
1637         a single file that uses the new wrapper library
1638
1639 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
1640
1641         * class.c, class.h: add mono_install_trampoline() so that the runtime
1642         can register a function to create a trampoline: removes the ugly
1643         requirement that a runtime needed to export arch_create_jit_trampoline.
1644         * object.h, object.c: added mono_install_handler() so that the runtime
1645         can install an handler for exceptions generated in C code (with
1646         mono_raise_exception()). Added C struct for System.Delegate.
1647         * pedump.c: removed arch_create_jit_trampoline.
1648         * reflection.c: some cleanups to allow registering user strings and
1649         later getting a token for methodrefs and fieldrefs before the assembly
1650         is built.
1651         * row-indexes.h: updates and fixes from the new ECMA specs.
1652
1653 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
1654
1655         * class.h, class.c: add enum_basetype field to MonoClass.
1656         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
1657         to get index in the constant table reated to a field, param or
1658         property.
1659         * reflection.h, reflection.c: handle constructors. Set public-key and
1660         version number of the built assembly to 0.
1661         * row-indexes.h: update from new ECMA spec.
1662
1663 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
1664
1665         * class.h, class.c: add a max_interface_id to MonoClass.
1666         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
1667         since it's used to do that. Added mono_type_type_from_obj().
1668         Make GetType() return NULL instead of segfaulting if the type was not
1669         found. Handle simple arrays in assQualifiedName.
1670         * object.h: add a struct to represent an Exception.
1671         * reflection.c: output call convention in method signature.
1672         Add code to support P/Invoke methods and fixed offsets for fields.
1673
1674 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
1675
1676         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
1677         the value.
1678         * icall.c: use mono_array_addr instead of array->vector: fixes the
1679         reflection image writing.
1680         * reflection.c: init call convention byte to 0 in method signature.
1681         Encode the property signature. Don't output property-related methods
1682         twice. Really process the properties for a type (don't cast a field to
1683         a property, my mom always told me that).
1684         Fix 64 bit issues in pointer alignment in a different and more
1685         readable way.
1686
1687 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
1688
1689         * loader.h: Removed type class from MonoDefaults, added monotype
1690
1691         * loader.c: Loaded MonoType, removed loading of Type
1692
1693         * icall.c (my_mono_new_object): Now returns a System.MonoType,
1694         and fills in System.Type._impl with a RuntimeTypeHandle rather
1695         than the actual MonoClass *
1696
1697         (ves_icall_type_from_handle): change from type_class to
1698         monotype_class
1699
1700         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
1701         implemented
1702
1703         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
1704         implemented
1705
1706         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
1707
1708         (ves_icall_System_Reflection_Assembly_GetType): implemented
1709
1710         (ves_icall_System_MonoType_assQualifiedName): implemented
1711
1712         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
1713
1714 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
1715
1716         * assembly.c (mono_assembly_open): Implement a cache for the
1717         assemblies. 
1718
1719         (mono_assembly_close): only destroy the assembly when the last
1720         reference is gone.
1721         
1722 2001-11-09  Dick Porter  <dick@ximian.com>
1723
1724         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
1725
1726 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
1727
1728         * class.c (mono_class_metadata_init): bug fix: compute the right slot
1729
1730 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
1731
1732         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
1733         from Martin Weindel.
1734         * object.h: add mono_string_chars ().
1735
1736 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
1737
1738         * reflection.c (build_compressed_metadata): Eliminates warnings
1739         and uses 64-bit clean code.
1740
1741         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
1742         (mono_type_equal): Change signature to eliminate warnings.
1743
1744 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
1745
1746         * icall.c, loader.c: remove the internalcall array constructors.
1747         Changes to match the new MonoArray structure.
1748         * object.h, object.c: an array object doesn't allocate an extra
1749         vector. Add mono_array_new_full () to create jagged arrays easily.
1750
1751 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
1752
1753         * metadata.h, metadata.c: add mono_metadata_field_info () to
1754         retreive all the info about a field from vairous tables.
1755         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
1756         * class.h, class.c: augment MonoClassField with more info.
1757         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
1758         policy and load a field's RVA if needed.
1759
1760 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
1761
1762         * class.c (mono_class_metadata_init): create a trampoline for all
1763         virtual functions instead of actually compiling them.
1764
1765 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
1766
1767         * class.h, class.c: include name in MonoClassField.
1768         * class.c: fix fundamental type of System.Object and System.String.
1769         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
1770         tokens in ldtoken.
1771         * icall.c: remove internalcalls for the Reflection stuff that is now
1772         done in C# code.
1773         * loader.c: mono_field_from_memberref () implementation.
1774         * mono-endian.c: thinko (s/struct/union/g).
1775         * object.c, object.h: make the mono_string_* prototypes actually use
1776         MonoString instead of MonoObject.
1777         * reflection.c, reflection.h: updates for changes in the reflection
1778         code in corlib: we use C structures that map to the actual C# classes.
1779         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
1780         fat method header if needed and use the info from the ILGenerator for
1781         methods. Handle fields in types. Misc fixes.
1782
1783 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
1784
1785         * class.c (mono_class_metadata_init): bug fix: always allocate
1786         space for static class data
1787
1788 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
1789
1790         * class.c (mono_compute_relative_numbering): use relative
1791         numbering to support fast runtime type checks.
1792
1793 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
1794
1795         * class.c (mono_class_create_from_typeref): added debugging output
1796         to print class name when MonoDummy is returned instead of real class
1797
1798 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
1799
1800         * class.c (mono_class_metadata_init): interface offset table now
1801         contains pointers into the vtable - this is more efficient for the jit
1802
1803 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
1804
1805         * class.c (mono_class_metadata_init): use a temporary vtable (the
1806         old algorithm only worked for the interpreter, but not for the jit)
1807
1808 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
1809
1810         * loader.c (method_from_memberref): use mono_class_get to get the
1811         class of an array instead of using System.Array directly.
1812         (mono_get_method): also add MEMBERREF methods to the method cache
1813         which usefull for arrays.
1814
1815 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
1816
1817         * pedump.c (arch_compile_method): added to compute vtable entry
1818
1819         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
1820         number of interfaces.
1821         
1822         * class.h: merged MonoArrayClass into MonoClass
1823
1824         * class.c (mono_class_create_from_typedef): compute the vtable size and
1825         allocate space to include the vtable inside MonoClass
1826         (mono_class_metadata_init): initialize the vtable
1827
1828 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
1829
1830         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
1831         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
1832         * image.c: endian fixes by Laurent Rioux.
1833         * object.h, object.c: rename MonoStringObject to MonoString and
1834         MonoArrayObject to MonoArray. Change some function names to conform to
1835         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
1836         guint16* as first argument, so don't use char*.
1837         Provide macros to do the interesting things on arrays in a portable way.
1838         * threads-pthread.c: updates for the API changes and #include <sched.h>
1839         (required for sched_yield()).
1840         * icall.c: updates for the API changes above.
1841         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
1842         platforms that need them.
1843
1844 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
1845
1846         * class.c: set the correct type for all the fundamental
1847         type when loading the class.
1848
1849 2001-10-05  Dick Porter  <dick@ximian.com>
1850
1851         * threads-pthread.c (pthread_mutex_timedlock): Simple
1852         compatibility version for C libraries that lack this call.
1853
1854 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
1855
1856         * class.c: MonoTypes stored in MonoClass are stored as
1857         fundamental MonoTypes when the class represents a
1858         fundamental type (System.Int32, ...).
1859         The TypeHandle return by ldtoken is a MonoType*.
1860         * icall.c: ves_icall_get_data_chunk () write out all the
1861         PE/COFF stuff. Implement ves_icall_define_method (),
1862         ves_icall_set_method_body (), ves_icall_type_from_handle ().
1863         * image.c: properly skip unknown streams.
1864         * loader.h, loader.c: add type_class to mono_defaults.
1865         * metadata.c, metadata.h: export compute_size () as
1866         mono_metadata_compute_size () with a better interface.
1867         Typo and C&P fixes.
1868         * pedump.c: don't try to print the entry point RVA if there is no entry point.
1869         * reflection.c, reflection.h: many cleanups, fixes, output method
1870         signatures and headers, typedef and typeref info, compress the metadata
1871         tables, output all the heap streams, cli header etc.
1872         * row-indexes.h: typo fixes.
1873
1874 2001-10-04  Dick Porter  <dick@ximian.com>
1875
1876         * object.h: Add a synchronisation mutex struct to MonoObject
1877
1878         * object.c (mono_new_object): Initialise the object
1879         synchronisation mutexes
1880
1881         * icall.c: System.Threading.Monitor internal calls
1882         
1883         * threads-pthread.h:
1884         * threads-pthread.c: System.Threading.Monitor internal calls
1885
1886         * threads-types.h: New file, includes the system-specific thread
1887         structures
1888         
1889         * threads-pthread-types.h:
1890         * threads-pthread-types.c: New files, handle pthread-specific
1891         synchronisation types
1892
1893         * threads-dummy-types.h: 
1894         * threads-dummy-types.c: New files of dummy support for
1895         thread-specific types
1896
1897         * metadata.c:
1898         * image.c:
1899         * pedump.c: include mono-endian.h not endian.h
1900         
1901         * Makefile.am: More threads files.
1902         Name mono-endian.h not endian.h
1903
1904 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
1905
1906         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
1907         stuff and implement a few more bits.
1908         * icall.c: a field needs to be dereferenced twice. Do not use the same
1909         name for two variables in the same scope.
1910         * image.c, image.h: cleanups.
1911
1912 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
1913
1914         * class.c (mono_class_metadata_init): bug fix: compute the right size
1915
1916 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
1917
1918         * icall.c: implemented some of the Reflection internalcalls.
1919         * image.c, image.h: start writing out the PE/COFF image.
1920         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
1921         that does the reverse than decode_blob_size ().
1922         * object.c: use mono_metadata_encode_value (). Move here
1923         temporary implementation of mono_string_to_utf8 ().
1924         * rawbuffer.c: make malloc_map static.
1925
1926 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
1927
1928         * metadata.c: fix type comparison for arrays.
1929         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
1930         Added a couple of new classes to monodefaults.
1931         * icall.c: added a couple of Reflection-related internalcalls.
1932         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
1933         Added a byval_arg MonoType to MonoClass.
1934
1935 2001-09-28  Dick Porter  <dick@ximian.com>
1936
1937         * icall.c:
1938         * threads-pthread.h: 
1939         * threads-pthread.c: Implemented internal calls for
1940         LocalDataStoreSlot operations.  Applied mutexes around all shared
1941         data.  Reworked the thread creation and Start() operations to
1942         avoid a race condition.
1943         
1944         * threads-dummy.h:
1945         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
1946
1947 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
1948
1949         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
1950
1951 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
1952
1953         * class.c, loader.c: warn and return NULL instead of erroring out.
1954         * icall.c: added System.AppDomain::getCurDomain().
1955         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
1956
1957 2001-09-25  Dick Porter  <dick@ximian.com>
1958
1959         * threads-pthread.h:
1960         * threads-pthread.c: Implemented timed thread joining and added
1961         System.Threading.Thread::Join_internal internal call
1962
1963         * icall.c: Added System.Threading.Thread::Join_internal internal call
1964
1965         * threads-dummy.h:
1966         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
1967
1968 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
1969
1970         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
1971         mono_string_intern () to implement the semantics of the ldstr opcode
1972         and the interning of System.Strings.
1973         * icall.c: provide hooks to make String::IsIntern and String::Intern
1974         internalcalls.
1975
1976 2001-09-23  Dick Porter  <dick@ximian.com>
1977
1978         * threads-dummy.c: 
1979         * threads-dummy.h: New files of dummy threading routines
1980
1981         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
1982         support code based on system specifics
1983
1984         Rename PTHREAD_LIBS to THREAD_LIBS
1985         
1986 2001-09-23  Dick Porter  <dick@ximian.com>
1987
1988         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
1989         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
1990         internal calls.
1991         (mono_thread_init): Set up a Thread object instance to return when
1992         the main thread calls Thread.CurrentThread
1993         (mono_thread_cleanup): Wait for all subthreads to exit
1994
1995         * icall.c: New internal calls for System.Threading.Thread::Sleep
1996         (including Schedule) and CurrentThread
1997
1998         * threads.h: New file, to insulate thread-specific stuff from the
1999         rest of the code
2000
2001 2001-09-21  Dick Porter  <dick@ximian.com>
2002
2003         * threads-pthread.h: 
2004         * threads-pthread.c: New file, for handling pthreads-style
2005         threading support.  Start() now starts a new thread and executes
2006         the ThreadStart delegate instance.
2007
2008         * icall.c: Added the internalcall for
2009         System.Threading.Thread::Start_internal
2010
2011         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
2012
2013 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
2014
2015         * loader.c: work around the different signatures for delegates
2016         constructors csc generates in compiled code vs the ones compiled in mscorlib.
2017
2018 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
2019
2020         * class.h, class.c: add mono_class_get_field_from_name ().
2021         * *: Fix C comments and other ANSI C issues.
2022
2023 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
2024
2025         * endian.h, assembly.c: fix some endianness issues.
2026
2027 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
2028
2029         * loader.h, load.c: add delegate_class to mono_defaults.
2030         Handle runtime provided methods in mono_get_method ().
2031
2032 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
2033
2034         * loader.c (mono_get_method): use pinvoke for internal call
2035
2036         * icall.c: use pinvoke for internal call
2037
2038         * loader.c (method_from_memberref): set the method name
2039
2040 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
2041
2042         * metadata.c: help the compiler generate better code for
2043         mono_class_from_mono_type ().
2044
2045 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
2046
2047         * class.c (mono_class_metadata_init): delayed computing of the
2048         class size to mono_class_metadata_init ()
2049
2050 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
2051
2052         * class.c, class.h: add an interfaces member to MonoClass.
2053         * image.c, image.h: add assembly_name field to MonoImage
2054         from the assembly table.
2055         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
2056
2057 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
2058
2059         * class.c: Handle Array in mono_class_from_mono_type ().
2060         * metadata.c, pedump.c: some endian fixes.
2061
2062 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
2063
2064         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
2065         * metadata.c: fix small problem introduced with the latest commit.
2066
2067 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
2068
2069         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
2070         We don't need a MonoMetadata pointer anymore to compare signatures in
2071         mono_metadata_signature_equal (), update callers.
2072         Reduced memory usage an number of allocations for MonoMethodHeader and
2073         MonoMethodSignature.
2074
2075 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
2076
2077         * metadata.c: added compare for szarray.
2078
2079 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
2080
2081         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
2082         and add a couple more types to it and mono_defaults. Give an hint on
2083         classes that need implementing in our corlib and are referenced
2084         in mscorlib.
2085
2086 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
2087
2088         * class.h, class.c: keep track if a class is also an Enum.
2089         * loader.c: Implement a couple more types for use in libffi
2090         marshalling. Gives better diagnostics when failing to dlopen
2091         a library. Set method->klass for P/Invoke methods, too.
2092
2093 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
2094
2095         * class.c, class.h: add a MonoType this_arg to MonoClass that
2096         represents a pointer to an object of the class' type that
2097         can be used by the interpreter and later the type cache.
2098         Add best guess alignment info for valuetype objects.
2099
2100 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
2101
2102         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
2103         into MonoType: one less level of indirection and allocation and
2104         simplifies quite a bit of code. Added cache for MonoTypes that are
2105         used frequently, so that we don't need to allocate them all the time.
2106
2107 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
2108
2109         * class.c (mono_class_create_from_typedef): System.Enum is also a
2110         value type, although it does not derive from System.ValueType
2111         (maybe a bug in the ms compiler?)
2112
2113         * metadata.c (mono_type_size): return the right size for value types
2114
2115         * loader.c (mono_get_method): only initialize method header if not abstract
2116
2117         * class.c (mono_class_from_mono_type): use mono_default values. 
2118
2119 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
2120
2121         * *: use MonoClass pointers instead of <type_tokens>
2122         
2123         * class.h: new flag: metadata_inited.
2124
2125         * class.c (mono_class_metadata_init): impl.
2126         (mono_class_instance_size): impl.
2127         (mono_class_data_size): impl.
2128
2129 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
2130
2131         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
2132         MonoClass now has the name and name_space fields. 
2133         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
2134         mono_get_method () takes and optional MonoClass as argument.
2135         Removed mono_typedef_from_name() and added mono_class_token_from_name()
2136         instead that takes advantage of a map from class names to typedef
2137         tokens in MonoImage.
2138
2139 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
2140
2141         * metadata.c: zero is not a valid alignment boundary.
2142         Merge MONO_TYPE_VOID in default decoding code.
2143
2144 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
2145
2146         * image.h: merged MonoMetadata into MonoImage
2147
2148         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
2149         identify the type of elements.
2150
2151 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
2152
2153         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
2154         * cil-coff.h: split MonoMSDOSHeader and add size info.
2155         * image.c: add some consistency checks.
2156         * metadata.c: fix row size computation: one programmer
2157         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
2158         add explanation for the locator routine.
2159         Fix decoding of size in method header.
2160         
2161 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
2162
2163         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
2164         (g_concat_dir_and_file): Bring g_concat_dir_and_file
2165         function from gnome-libs.  This uses the right path separator
2166         based on the OS, and also works around a bug in some systems where
2167         a double slash is not allowed. 
2168         (default_assembly_name_resolver): Use g_concat_dir_and_file
2169         (mono_assembly_open): ditto.
2170
2171 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
2172
2173         * metadata.c (mono_metadata_signature_equal): impl.
2174
2175         * *: void is now a realy MonoType (instead of using NULL)
2176         
2177         * metadata.c (do_mono_metadata_parse_type): use
2178         mono_metadata_parse_type to parse void value.
2179
2180 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
2181
2182         * metadata.c, metadata.h: in the signature and method header store
2183         only the space required for holding the loca vars and incoming arguments.
2184
2185 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
2186
2187         * metadata.c (do_mono_metadata_parse_type): treat void like any
2188         other type (instead of assigning NULL);
2189
2190 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
2191
2192         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
2193
2194 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
2195
2196         * image.c (do_mono_image_open): added a cache for arrays.
2197
2198 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
2199
2200         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
2201         decode a single column from a row in a metadata table and changes
2202         to take advantage of it in the typedef locator (gives a nice speed up).
2203         Store offset info for function params.
2204
2205 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
2206
2207         * image.h (MONO_IMAGE_IS_CORLIB): removed 
2208
2209 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
2210
2211         * assembly.c: how could mono_assembly_close () had ever worked?
2212         * metadata.c, metadata.h: provide offset info for local vars.
2213         Implement mono_type_size () to take care of alignment as well
2214         as size (it was mono_field_type_size in cli/class.c before).
2215
2216 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
2217
2218         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
2219
2220         * assembly.h (CORLIB_NAME): set to corlib.dll
2221
2222         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
2223
2224 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
2225
2226         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
2227         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
2228         tokentype.h: massive namespace cleanup.
2229
2230 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
2231
2232         * metadata.h, metadata.c: decode exception clauses when parsing method header.
2233
2234 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
2235
2236         * metadata.c (mono_metadata_free_type): added check for type !=
2237         NULL (void) before calling mono_metadata_free_type()
2238
2239 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
2240
2241         * metadata.h, row_indexes.h: added header with enumerations to use
2242         to index in the columns from tables in metadata and to decode coded
2243         tokens: we should start using this instead of embedding magic numbers
2244         all over the code.
2245
2246 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
2247
2248         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
2249         Move metadata_t info from cli_image_info_t to MonoImage, where
2250         it's easily accessible. Changed all the uses accordingly.
2251         Added the method and class caches to MonoImage.
2252         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
2253         and mono_metadata_decode_value () signature to be more consistent
2254         with the other parse functions (and simplify code). Taken advantage
2255         of zero-length array allocation with GCC. Removed reduntant (and
2256         wrong) MonoFieldType struct and use MonoParam instead. Changed
2257         mono_metadata_parse_field_type () to use common code for parsing.
2258         Added mono_metadata_typedef_from_field () and
2259         mono_metadata_typedef_from_method () to lookup a typedef index from a
2260         field or method token.
2261         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
2262
2263 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
2264
2265         * metadata.c (mono_metadata_parse_field_type): Implement. 
2266         (do_mono_metadata_parse_type): Split engine from
2267         mono_metadata_parse_type, so that we can create smaller structures
2268         for things that just have one pointer to the MonoType (look at
2269         the MonoFieldType)
2270
2271 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
2272
2273         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
2274         as Jan Gray found out, it is incorrect. 
2275
2276 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
2277
2278         * assembly.c: Implement asssembly loading.  This loads an image
2279         and loads all the referenced assemblies.  Come to think of it, we
2280         could always do lazy loading of the assemblies. 
2281
2282         * image.c (mono_image_open): Keep loaded images in a hashtable.
2283
2284         * image.h (MonoImage): Add reference count.
2285
2286 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
2287
2288         * assembly.c (mono_assembly_open): Keep track of the file name in
2289         case the assembly has no ASSEMBLY table.
2290
2291         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
2292         from get.c here.
2293
2294 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
2295
2296         * metadata.c, metadata.h: decode local vars in method header
2297         parse function. Change callers accordingly.
2298
2299 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
2300
2301         * metadata.h, cil-coff.h: protect against multiple inclusion.
2302         Added some new structures to hold information decoded from metadata:
2303         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
2304         and relevant decoding/free functions.
2305         * metadata.c: implement decoding functions. Add warning for out of bounds
2306         index in mono_metadata_locate(). Implement mono_get_method () to retreive
2307         all the info about a method signature and invocation. Remove check on
2308         uninitialized local var in parse_mh() and fix memory leak.
2309
2310 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
2311
2312         * metadata.h: More macros.
2313
2314         * tokentype.h: New file.
2315
2316 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
2317
2318         * assembly.c: added a consistency check and initialize
2319         some structures with g_new0().
2320         * metadata.c: fixed a couple more bugs in table size computation
2321         and add other checks for out-of bound access to metadata.
2322
2323 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
2324
2325         * metatada.c: fix bugs computing table sizes. Spew a
2326         warning when index in string heap is out of bounds.
2327
2328 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
2329
2330         * metadata.h: Add a couple of macros to manipulate tokens. 
2331
2332 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
2333
2334         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
2335         cli_section_tables).
2336
2337 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
2338
2339         * metadata.c (mono_metadata_user_string): New function, provides
2340         access to the UserString heap. 
2341
2342 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
2343
2344         * metadata.c: Add inline documentation.
2345
2346 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
2347
2348         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
2349         files. 
2350
2351 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
2352
2353         * typeattr.h: New file, TypeAttribute flags. 
2354
2355 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
2356
2357         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
2358         mono_assembly_ensure_section): Section loading code.
2359         (load_section_tables): Load the sections.
2360
2361         * mono/metadata/metadata.c (mono_metadata_locate_token,
2362         mono_metadata_locate): Functions to locate the information
2363         definition given a token or a table and an index.
2364         (mono_metadata_compute_table_bases): New.
2365         (compute_size): New function to compute the sizes of the various
2366         tables.
2367
2368         * mono/metadata/metadata.h: Finish listing the different index
2369         types. 
2370
2371         * mono/metadata/pedump.c: Improve to dump new information.
2372
2373 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
2374
2375         * mono/metadata/metadata.c: Entered all the tables matching
2376         Beta2. 
2377
2378         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2
2379