9b2796d9e9a04172014ed661d7a57b2bfb2c84df
[mono.git] / mono / metadata / ChangeLog
1
2 Wed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
3
4         * reflection.c: properly encode charset for ddlimport.
5
6 Wed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
7
8         * threads.c: allow compiling without GC.
9
10 Tue May 13 16:41:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
11
12         * appdomain.h, object.c, object.h, threads.c, threads.h: added
13         handling of thread static data.
14
15 Tue May 13 16:36:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
16
17         * reflection.h, reflection.c: added mono_custom_attrs_free ().
18
19 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
20
21         * class.c (mono_array_class_get): always set the serializable flags
22         (mono_array_class_get): always set the SEALED attribute for array types
23
24 2003-05-12  Dietmar Maurer  <dietmar@ximian.com>
25
26         * loader.c (mono_lookup_pinvoke_call): consider Ansi/Unicode
27         attributes (fix for bug 42021).
28
29 2003-05-12  Dick Porter  <dick@ximian.com>
30
31         * gc.c: Don't run finalizers when the finalizer thread is
32         finishing up, because the default domain has already been
33         destroyed.
34
35 2003-05-11  Miguel de Icaza  <miguel@ximian.com>
36
37         * string-icalls.c (ves_icall_System_String_ctor_chara_int_int): if
38         value is null, we should throw an exception.   This is slightly
39         different than the other conventions used for the constructor.
40
41 2003-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
42
43         * socket-io.c: fixed windows build.
44
45 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
46
47         * socket-io.c: patch by Jerome Laban that fixes bug #42393.
48
49 2003-05-10  Zoltan Varga  <vargaz@freemail.hu>
50
51         * object.c (mono_string_new_wrapper): Compatibility fix for MS
52         compilers.
53
54 2003-05-09  Zoltan Varga  <vargaz@freemail.hu>
55
56         * class.c (mono_class_layout_fields): Add experimental GC aware
57         auto layout facility. Requires class library changes to work correctly.
58
59         (mono_class_setup_vtable): Avoid overriding explicit interface
60         method implementations. Fixes iface3.exe test.
61
62         * object.c (mono_class_compute_gc_descriptor): Type I can't hold an
63         object reference.
64         (mono_array_new_specific): Add MONO_ARCH_SAVE_REGS.
65         (mono_string_new_wrapper): Add MONO_ARCH_SAVE_REGS.
66
67         * metadata.h: Add new type classification macro which determines
68         whenever the type holds an object reference.
69
70 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
71
72         * marshal.c (mono_marshal_get_native_wrapper): cleanups
73
74 2003-05-07  Zoltan Varga  <vargaz@freemail.hu>
75
76         * gc.c (finalizer_thread): Work around a GC bug.
77
78 2003-05-07  Dietmar Maurer  <dietmar@ximian.com>
79
80         * marshal.c (emit_struct_conv): allow unions
81
82         * class.c (class_compute_field_layout): added patches from Jerome Laban <jlaban@wanadoo.fr>
83
84 2003-05-06  Dietmar Maurer  <dietmar@ximian.com>
85
86         * marshal.c (mono_marshal_get_native_wrapper): free strings after pinvoke
87
88 2003-05-06  Martin Baulig  <martin@ximian.com>
89
90         * mono-debug-debugger.h: #include <mono/io-layer/io-layer.h>.
91
92 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
93
94         * socket-io.c:
95         (Select_internal): allow NULLs, don't create arrays if not needed.
96         Coupled with Socket.cs changes.
97
98         * threadpool.c:
99         (mono_thread_pool_add): use GC_MALLOC to allocate the ASyncCall and
100         register a finalizer for it that will close the semaphore handle. This
101         fixes the leak and make Lupus' test run with > 4080 loops.
102
103 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
104
105         * marshal.c (mono_marshal_get_struct_to_ptr): added fixes from
106         Jerome Laban (bug #42287)
107
108 2003-05-02  Martin Baulig  <martin@ximian.com>
109
110         * debug-mono-symfile.h
111         (MonoSymbolFile): Moved declaration into mono-debug.h.
112         (MonoDebugMethodJitInfo): Likewise.
113         (mono_debug_open_mono_symbol_file): Take the MonoDebugHandle as
114         argument.
115         (_mono_debug_address_from_il_offset): Take a
116         MonoDebugMethodJitInfo instead of a MonoDebugMethodInfo.
117
118         * mono-debug.h
119         (MonoDebugDomainData): New struct.
120         (mono_debug_get_domain_data): New function.
121         (mono_debug_add_method): Take an additional `MonoDomain *'
122         argument.
123         (mono_debug_source_location_from_address): Likewise.
124         (mono_debug_il_offset_from_address): Likewise.
125         (mono_debug_address_from_il_offset): Likewise.
126
127 Thu May 1 19:40:37 CEST 2003 Paolo Molaro <lupus@ximian.com>
128
129         * reflection.c: one more check for null type in custom attrs.
130
131 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
132
133         * reflection.c: avoid warning (comparison is always false due to limited
134         range of data type).
135
136 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
137
138         * icall.c: throw an exception in Type.GetField if the argument 'name'
139         is NULL.
140
141 Wed Apr 30 10:53:09 CEST 2003 Paolo Molaro <lupus@ximian.com>
142
143         * reflection.c: fixed handling of enums in named arguments to custom
144         attributes (bug #42123).
145
146 Tue Apr 29 19:15:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
147
148         * reflection.c: use the right array element type and handle
149         a null for a Type argument, too.
150
151 Tue Apr 29 15:46:00 CEST 2003 Paolo Molaro <lupus@ximian.com>
152
153         * reflection.c: handle arrays as arguments to custom attributes.
154
155 Tue Apr 29 11:43:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
156
157         * reflection.c: handle a string value in a custom attr
158         ctor that takes an object.
159
160 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
161
162         * marshal.c (mono_mb_emit_restore_result): support MONO_TYPE_PTR
163         (fix bug #42063)
164
165 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
166
167         * icall.c (ves_icall_Type_GetNestedType): Fixed warnings.
168
169 2003-04-27  Martin Baulig  <martin@ximian.com>
170
171         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
172         MONO_DEBUGGER_EVENT_BREAKPOINT_TRAMPOLINE to
173         MONO_DEBUGGER_EVENT_BREAKPOINT.
174         (mono_breakpoint_trampoline_code): Removed.
175         (mono_debugger_event_handler): The last argument is now a
176         `guint32'.
177         (mono_debugger_insert_breakpoint_full): Removed the
178         `use_trampoline' argument.
179         (mono_debugger_method_has_breakpoint): Likewise.
180         (mono_debugger_trampoline_breakpoint_callback): Renamed to
181         mono_debugger_breakpoint_callback(); take the method and
182         breakpoint number as arguments.
183
184 Sat Apr 26 19:25:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
185
186         * metadata.c: fix off by one when loading parameters attributes.
187
188 2003-04-24  Martin Baulig  <martin@ximian.com>
189
190         * mono-debug-debugger.c (mono_debugger_io_layer): Put this back.
191
192 2003-04-24  Martin Baulig  <martin@ximian.com>
193
194         * mono-debug-debugger.c: Moved all code which interacts with the
195         Mono Debugger here.
196
197         * debug-mono-symfile.c: This code now just deals with the symbol
198         file itself, the debugger code is now in mono-debug-debugger.c.
199
200 2003-04-23  Martin Baulig  <martin@ximian.com>
201
202         * mono-debug.c (mono_debug_source_location_from_il_offset):
203         New method; like mono_debug_source_location_from_address(), but
204         takes an IL offset instead of a machine address.
205
206 2003-04-23  Martin Baulig  <martin@ximian.com>
207
208         * debug-mono-symfile.h (MonoDebugLineNumberEntry): Removed the
209         `line' field; this is now computed by the debugger.
210
211 2003-04-23  Martin Baulig  <martin@ximian.com>
212
213         * mono-debug.[ch]: New files.  This is the new debugging interface.
214
215         * mono-debug-debugger.[ch]: New files.  Moved all code which
216         interacts with the Mono Debugger here.
217
218 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
219
220         * domain.c (mono_init): initialize mono_defaults.monitor_class
221
222 2003-04-21  Miguel de Icaza  <miguel@ximian.com>
223
224         * reflection.c (method_encode_code): Add a spicy exception to help
225         future compiler authors.
226
227 2003-04-21  Martin Baulig  <martin@ximian.com>
228
229         * icall.c
230         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
231         Make this work with relative pathnames; g_filename_to_uri() needs
232         an absolute filename.
233
234 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>
235
236         * icall.c: Track name changes in Object and ValueType.
237
238 2003-04-18  Dietmar Maurer  <dietmar@ximian.com>
239
240         * metadata.c (mono_type_stack_size): size should be a multiple of
241         sizeof (gpointer)
242
243 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
244
245         * gc.c:
246         (internal_domain_finalize): moved into mono_domain_finalize. No need
247         to create another thread because the finalizers will be run in the
248         finalizer thread.
249         
250         (ves_icall_System_GC_WaitForPendingFinalizers): implemented.
251         (finalizer_notify): if shutting down, wait 2 seconds for the finalizers
252         to be run (MS does this too).
253
254 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
255
256         * object.c (mono_class_compute_gc_descriptor): Update comment.
257
258         * loader.h marshal.h marshal.c: Added synchronized method wrappers.
259
260         * image.h: Add synchronized wrapper cache.
261
262         * image.c (do_mono_image_open): Initialize cache.
263
264         * reflection.c (create_dynamic_mono_image): Initialize cache.
265
266 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
267
268         * icall.c: patch by Jerome Laban <jlaban@wanadoo.fr> that fixes
269         ves_icall_System_Buffer_ByteLengthInternal.
270
271 Tue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
272
273         * reflection.c: setup klass->nested_in earlier. Allow
274         a dash in the assembly name.
275
276 2003-04-15  Dietmar Maurer  <dietmar@ximian.com>
277
278         * metadata.c (mono_type_to_unmanaged): dont access
279         type->data.klass for MONO_TYPE_OBJECT
280         (mono_type_to_unmanaged): consider System.Delegate class
281
282 Tue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus@ximian.com>
283
284         * class.c: just setup supertypes in the proper place instead of
285         initializing the full element class for arrays.
286
287 Tue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
288
289         * class.c: ensure the element class of arrays is initialized.
290         Setup the supertype info for array classes, too.
291
292 2003-04-14  Miguel de Icaza  <miguel@ximian.com>
293
294         * icall.c (ves_icall_Type_GetNestedType): Add new internal call.
295
296 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
297
298         * Makefile.am: re-added -m option when running cygpath. This way,
299         MONO_ASSEMBLIES and MONO_CFG_DIR will contain '/' as directory
300         separator.
301         * mono-config.c: same codepath for locating mono config file for WIN32
302         and the rest.
303         * assembly.c: if mono_assembly_setrootdir is called, don't override
304         the value set.
305
306 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
307
308         * Makefile.am: patch by Urs Muff <umuff@quark.com> that fixes
309         MONO_ASSEMBLIES variable.
310
311 Fri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
312
313         * icall.c: added Assembly::GetNamespaces() icall.
314
315 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
316
317         * reflection.c: fix from Jaak <jaak@zd.com.pl>.
318
319 2003-04-10  Lluis Sanchez Gual  <lluis@ideary.com>
320
321         * appdomain.c,appdomain.h,icall.c: Added internal method that returns the process guid
322         * object.c: fixed bug in the construction of vtable for proxies
323
324 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
325
326         * object.c (mono_array_new): Mark mono_array_new as an icall.
327
328 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
329
330         * class.c: fixed test for public method when overriding interfaces.
331         Closes bug #40970.
332
333 Wed Apr 9 15:19:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
334
335         * appdomain.h, domain.c: added mono_domain_foreach() to
336         be able to access the currently loaded appdomains.
337         * object.c: make string interning work across sppdomains.
338         Mark some functions for use as icalls.
339
340 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
341
342         * class.c reflection.c: Fix memory leaks reported by ccmalloc.
343
344         * reflection.h reflection.c: Allocate long living data using 
345         GC_MALLOC_ATOMIC so the collector does not need to scan it.
346
347         * reflection.c: Double the allocation size in streams instead of
348         increasing it, to prevent unneccesary copying on large assemblies.
349         
350         * reflection.c (mono_reflection_create_runtime_class): Avoid vtable
351         creation if the assembly does not have the Run flag set.
352
353 Tue Apr 8 11:19:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
354
355         * class.h: avoid the C++ keywords in header files (Jerome Laban
356         spotted and fixed this).
357
358 2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
359
360         * object.c:
361         (mono_unhandled_exception): fill in the arguments for the
362         UnhandledException event. Only trigger that event for the default
363         domain (as MS does).
364
365 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
366
367         * object.c: Improve typed allocation stuff based on suggestions from
368         Paolo. Also turn it on if the GC library supports it.
369
370 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
371
372         * object.c object.h class.h: Added experimental typed allocation
373         facility using the interfaces in gc_gcj.h.
374
375         * os/gc_wrapper.h: Added new include files.
376         
377 2003-04-03  Martin Baulig  <martin@ximian.com>
378
379         All the following changes are conditional to `WITH_INCLUDED_LIBGC'
380         which is not yet enabled by default.
381
382         * gc.c (mono_gc_init): Set the gc_thread_vtable to our thread
383         functions.
384         (mono_gc_lock, mono_gc_unlock): New static functions.
385
386         * threads.c (mono_gc_stop_world, mono_gc_start_world): New public
387         functions; stop/start the world for the garbage collector.  This
388         is using the windows API; we need to complete the SuspendThread()/
389         ResumeThread() implementation in the io-layer to make this work on Unix.
390         (mono_gc_push_all_stacks): New public function; tells the garbage
391         collector about the stack pointers from all managed threads.
392
393 2003-04-03  Martin Baulig  <martin@ximian.com>
394
395         * object.h (MonoThread): Added `gpointer stack_ptr'.
396
397         * threads.c (start_wrapper): Save the stack pointer in `stack_ptr'.
398
399 2003-04-03  Martin Baulig  <martin@ximian.com>
400
401         * Makefile.am: It's called `cygpath -w', not `cygpath -m'.
402
403 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
404
405         * reflection.c (typebuilder_setup_fields): Initialize field.first and
406         field.last.
407
408 2003-04-02  Miguel de Icaza  <miguel@ximian.com>
409
410         * loader.c (mono_lookup_internal_call): Report the corlib that is
411         out of sync.
412
413 2003-03-05  Aleksey Demakov <avd@openlinksw.com>
414
415         * icall.c (ves_icall_type_GetTypeCode): fixed check for
416         System.DBNull (it's class not valuetype).
417
418 Wed Apr 2 18:37:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
419
420         * reflection.c: set table_idx in MonoReflectionArrayMethod object even 
421         if the array method was already assigned a token (fixes bug#40646).
422
423 2003-04-02  Zoltan Varga  <vargaz@freemail.hu>
424
425         * reflection.c (mono_reflection_get_type): Attempt type resolve even
426         if no assembly is given.
427
428 2003-04-01  Miguel de Icaza  <miguel@ximian.com>
429
430         * metadata.h: Added the new tables.
431
432         * row-indexes.h: Added definitions for new tables.
433
434         * metadata.c: Add schemas for new tables, and add support for
435         computing the sizes of them.
436
437         * class.c: Update for handling the new type cases.
438
439 2003-04-01  Dietmar Maurer  <dietmar@ximian.com>
440
441         * metadata.h (MONO_TYPE_IS_VOID): new macro
442
443 2003-03-31  Martin Baulig  <martin@ximian.com>
444
445         * threads.h (MonoThreadCallbacks): Added `thread_created'.
446
447         * threads.c (mono_thread_new_init): Call `thread_created' in the
448         mono_thread_callbacks.
449
450 2003-03-31  Lluis Sanchez Gual <lluis@ideary.com>
451
452         * loader.h: added marshalbyrefobject_class to mono_defaults
453         * domain.c: added initialization of mono_defaults.marshalbyrefobject_class 
454         * icall.c: ves_icall_InternalExecute: fixed bug in field setter and in the
455           generation of output parameters.
456           ves_icall_Remoting_RealProxy_GetTransparentProxy: added support for interfaces.
457         * marshal.c: mono_remoting_wrapper(): avoided call through proxy when the type is
458           contextbound and the target object belongs to the context of the caller.
459         * object.h: added context and unwrapped_server variables in MonoRealProxy.
460         * object.c: Implemented support for interfaces and abstract classes
461           in mono_class_proxy_vtable. Fixed several methods to avoid unneeded calls through
462           proxy. Fixed problem when dealing with output parameters in mono_runtime_invoke_array.
463
464 2003-03-30  Zoltan Varga  <vargaz@freemail.hu>
465
466         * class.h class.c (mono_class_is_subclass_of): New function.
467         
468         * icall.c (ves_icall_System_Array_FastCopy): Added optimized copy
469         routines for most common case (calls from ArrayList::ToArray).
470
471         * icall.c (ves_icall_System_Environment_Exit): Call profiler shutdown 
472         routine so programs which call Environment::Exit() can be profiled.
473
474         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle): 
475         Added MONO_ARCH_SAVE_REGS.
476
477         * icall.c (ves_icall_type_is_subtype_of): Use new function.
478
479 2003-03-29  Miguel de Icaza  <miguel@ximian.com>
480
481         * blob.h: Add a couple of new MonoType types definitions.
482
483         * tabledefs.h: Add a couple of new call convs.
484
485 2003-03-27  Zoltan Varga  <vargaz@freemail.h>
486
487         * reflection.h (MonoReflectionDynamicAssembly): track changes in
488         the layout of the class.
489
490         * reflection.c (alloc_table): double the size on overflow to avoid
491         unnecessary copying.
492
493         * reflection.h reflection.c: If AssemblyBuilderAccess is Run, then
494         avoid filling out metadata tables and blobs. Also set mb->ilgen to
495         null so it can be garbage collected.
496         
497 2003-03-27  Zoltan Varga  <vargaz@freemail.hu>
498
499         * reflection.c (mono_reflection_get_type): Return the resolved type
500         only if it is in the assembly we searched.
501
502         * reflection.c (ensure_runtime_vtable): Initialize method slots.
503
504         * class.c (mono_class_setup_vtable): Set the slot of the overriding
505         method.
506
507 2003-03-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
508
509         * appdomain.c:
510         (set_domain_search_path): allow 'file://blah'. It's an invalid URI,
511         the right one is 'file:///blah', but MS allows it.
512         * assembly.c:
513         (mono_assembly_open): allow 'file://blah'
514
515         Fixes bug #40306. Thanks to Mitko Iliev (imitko@openlinksw.co.uk).
516
517 2003-03-26  Aleksey Demakov <avd@openlinksw.com>
518
519         * socket-io.c: fixes bug #40310.
520
521 2003-03-25  Zoltan Varga  <vargaz@freemail.hu>
522
523         * reflection.c (mono_reflection_parse_type): handle deeply nested
524         types correctly.
525
526         * reflection.c (mono_image_create_token): Use unique token values
527         since they will be put into a hash table.
528
529         * class.c (mono_class_setup_vtable): If a method occurs in more than
530         one place in the vtable, and it gets overriden, then change the
531         other occurances too.
532
533         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
534         object as return type.
535
536 2003-03-22  Pedro Martínez Juliá  <yoros@wanadoo.es>
537
538         * icall.c: Deleted "ToString" implementation for double and float
539         because they are full implemented in managed code.
540
541 Wed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus@ximian.com>
542
543         * reflection.c, reflection.h: implemented and exported functions
544         to retrieve info about custom attributes.
545
546 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
547
548         * appdomain.c: moved Uri handling to assembly.c
549         * assembly.c: use g_filename_from_uri (). This makes assembly.LoadFrom
550         work when using a file Uri in *nix and windows.
551
552         * icall.c: fixed Assembly.CodeBase to return a valid Uri. The same for
553         GetReferencedAssemblies.
554
555 2003-03-18  Dick Porter  <dick@ximian.com>
556
557         * icall.c: Rename a couple of internal calls
558
559         * threads.c: Set the thread state to Stopped when a thread exits.
560         Fixes bug 39377.
561
562 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>
563
564         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle):
565         New icall.
566
567         * object.c (mono_class_vtable): fix warning.
568
569 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>  
570
571         * icall.c (ves_icall_type_is_subtype_of): Avoid vtable creation.
572
573         * reflection.c (mono_blob_entry_hash): Avoid reading uninitialized
574         memory.
575         (method_encode_clauses): Create exception info structures in the right
576         order.
577         (mono_reflection_setup_internal_class): Initialize supertypes field.
578
579         * class.c object.c: Handle interfaces which implement other interfaces 
580         correctly.
581
582         * class.h class.c: Move the supertypes array initialization code into 
583         a separate function so it can be used for dynamic types too. Also call
584         it earlier, in mono_class_init(), since it can be used before the
585         type is initialized.
586
587 2003-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
588
589         * Makefile.am:
590         * assembly.c:
591         * icall.c: make MONO_ASSEMBLIES and MONO_CFG_DIR work on windows.
592
593         * appdomain.c:
594         * appdomain.h:
595         * marshal.c:
596         * object.c: remove warnings.
597
598 2003-03-13  Martin Baulig  <martin@ximian.com>
599
600         * debug-mono-symfile.h (MonoSymbolFileLexicalBlockEntry): New type.
601         (MonoDebugLexicalBlockEntry): New types.
602
603         * debug-mono-symfile.c
604         (_mono_debug_address_from_il_offset): Moved here from ../jit/debug.c.
605
606 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
607
608         * process.c: ret can be any non-zero value accroding to MS doc.
609
610 2003-03-07  Miguel de Icaza  <miguel@ximian.com>
611
612         * class.c (mono_marshal_load_type_info): Fix buglet:  Noticed when
613         fixing a warning for a miss-used prototype, would have cause
614         random memory corruption.
615
616 2003-03-07  Martin Baulig  <martin@ximian.com>
617
618         * marshal.c (mono_marshal_free_array): That "TESTFREE %p" was
619         getting really annoying ....
620
621 2003-03-07  Zoltan Varga  <vargaz@freemail.hu>
622
623         * reflection.c (fixup_method): added support for array methods.
624
625 Tue Mar 4 18:03:27 CET 2003 Paolo Molaro <lupus@ximian.com>
626
627         * socket-io.c:  handle case when AF_INET6 and AF_IPX are not defined
628         (pointed out by Michael Adams).
629
630 2003-03-04  Dick Porter  <dick@ximian.com>
631
632         * icall.c: Temporarily reverted the Double and Single ToString()
633         change, because it broke nunit.
634
635 Tue Mar 4 12:40:58 CET 2003 Paolo Molaro <lupus@ximian.com>
636
637         * object.h, threads.h: make include files compatible with C++
638         (patch by Jerome Laban <jlaban@wanadoo.fr>).
639
640 2003-03-04  Pedro Martínez Juliá  <yoros@wanadoo.es>
641
642         * icall.c: Erased ToString helper functions for Double and Single.
643         Now, that implementations ar all in managed code (Double and Single
644         Formatters).
645
646 2003-03-03  Lluis Sanchez Gual  <lluis@ideary.com>
647
648         * appdomain.c: Added method for initializing the default context of
649         a domain. Added internal call for getting the default context.
650         * appdomain.h: Added context variable in MonoDomain struct.
651         * domain.c: mono_domain_set also sets the default context of the domain
652         * icall.c: Mapped internal method InternalGetDefaultContext.
653         * object.c: mono_object_get_virtual_method returns always a remoting
654         wrapper if the object is a transparent proxy.
655         mono_runtime_invoke_array: when creating an object by calling the\r
656         constructor, if the created object is a proxy, then the constructor should\r
657         be called using the a remoting wrapper.\r
658
659 2003-03-03  Dick Porter  <dick@ximian.com>
660
661         * socket-io.c (create_sockaddr_from_object): Rename sockaddr_un
662         variable so it compiles on solaris.  Problem spotted by
663         Christopher Taylor <ct@cs.clemson.edu>
664
665 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
666
667         * appdomain.c:
668         (get_info_from_assembly_name): don't leak value.
669
670         * icall.c:
671         (ves_icall_System_Reflection_Assembly_GetFilesInternal): initialize
672         result.
673
674 Sat Mar 1 15:32:56 CET 2003 Paolo Molaro <lupus@ximian.com>
675
676         * assembly.c: export mono_image_load_references ().
677         * class.c: handle function pointers. mono_class_from_name() now
678         supports nested type names directly.
679
680 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
681
682         * reflection.h reflection.c: Encode already created dynamic methods 
683         and fields correctly as a DEF instead of a REF.
684
685         * reflection.c: Get rid of the force_ref argument to 
686         mono_image_typedef_or_ref since it was wrong in the first place.
687
688         * string-icalls.c: add error checking to string constructors according
689         to the MSDN docs.
690
691         * reflection.c: Emit types in the order their TypeBuilders were 
692         created. Previously, a new table index was assigned to each type before
693         the tables were emitted. This was wrong because the signature blob
694         might already refer to a type by its original table index.
695
696 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>
697
698         * metadata.c (mono_metadata_nesting_typedef): fix bug in previous
699         change.
700         
701 2003-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
702
703         * Makefile.am: make assemblies dir have \ instead of / on windows.
704
705 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>  
706
707         * metadata.c metadata.h (mono_metadata_nesting_typedef): changed to
708         iterate over the NESTEDCLASS table using a linear search since the
709         table is not guaranteed to be sorted by the secondary key.
710
711         * class.c (mono_class_create_from_typedef): fixed up call to
712         mono_metadata_nesting_typedef.
713         
714 2003-02-27  Dietmar Maurer  <dietmar@ximian.com>
715
716         * marshal.c (mono_string_to_byvalstr): clear the memory as
717         suggested by Jerome Laban <jlaban@wanadoo.fr>
718
719 2003-02-26  Dick Porter  <dick@ximian.com>
720
721         * process.c: Cope with padding in .rsrc blocks
722
723 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
724
725         * metadata.h: reverted the filter_len change, it breaks reflection
726         
727 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
728
729         * metadata.h: added a new field to store the filter_len
730         
731
732 Tue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus@ximian.com>
733
734         * reflection.c: handle custom attributes for types and members
735         created with Reflection.Emit (bug#38422).
736
737 2003-02-22  Zoltan Varga  <vargaz@freemail.hu>
738
739         * reflection.c: define RTSpecialName automatically for constructors for
740         compatibility with MS.NET.
741
742         * reflection.c (mono_reflection_create_runtime_class): initialize
743         nested_in field of dynamically created classes.
744
745 2003-02-22  Martin Baulig  <martin@ximian.com>
746
747         * debug-mono-symfile.h: Incremented version number.
748
749 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
750
751         * object.h icall.c process.c: fix warnings.
752
753 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
754
755         * appdomain.h appdomain.c:
756         (mono_domain_try_type_resolve): split the 
757         name_or_tb argument into a name and a tb argument.
758         (mono_domain_has_type_resolve): new function to check whenever the
759         application has registered a TypeResolve event handler.
760         
761         * icall.c reflection.h reflection.c: move the type resolve logic into
762         mono_reflection_get_type () so it will be invoked when 
763         Assembly::GetType () is called.
764
765         * reflection.c:
766         (mono_reflection_get_type): renamed to get_type_internal.
767         (mono_reflection_get_type): fixed type name generation so it works 
768         for nested types too.
769         (mono_reflection_get_type): call has_type_resolve () to avoid the 
770         costly type name generation if there is no resolve event handler.
771
772 Fri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus@ximian.com>
773
774         * class.c, image.c: load exported types from file references.
775
776 2003-02-19  Lluis Sanchez Gual  <lluis@ideary.com>
777
778         * appdomain.h: Added in MonoDomain a couple of MonoMethod* variables\r
779           used to cache the managed methods used to create proxies and make \r
780           remote invocation of methods.
781         * class.h: Added in MonoVTable a flag to indicate that a class needs \r
782           to be remotely created.\r
783         * object.c: Modified the method mono_class_vtable(). It now initializes \r
784           the remote flag of the vtable. Modified mono_object_new_specific(), \r
785           so now it checks the remote flag.
786         * icall.c: Added a couple of internal methods, one for enabling instance \r
787           creation interception for a type, and one for creating objects bypassing\r
788           the remote check.\r
789
790 2003-02-18  Martin Baulig  <martin@ximian.com>
791
792         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethodToken):
793         New interncall to get a method's metadata token.
794
795         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethodToken"):
796         New interncall for the debugger.
797
798 2003-02-18  Dietmar Maurer  <dietmar@ximian.com>
799
800         * class.c (mono_class_setup_vtable): allocate supertype array
801
802 2003-02-18  Martin Baulig  <martin@ximian.com>
803
804         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Added `has_this'.
805
806 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
807
808         * reflection.c:
809         (assembly_name_to_aname): jump over unknown properties (i've found
810         something like: 'type, assembly, version=xxx, custom=null, public...',
811         so now will ignore custom=null and still get the rest of the values).
812
813 2003-02-17  Dick Porter  <dick@ximian.com>
814
815         * threads.c: Have Thread.Start() wait for a semaphore to signal
816         that the thread has set up all its local data.  This fixes bug
817         34323, where Abort() raced the new thread's TLS data.
818
819         Also removes the handle_store() call from start_wrapper, because
820         threads are now always created suspended and there is no longer a
821         race between the parent and child threads to store the info.
822
823 Mon Feb 17 13:13:31 CET 2003 Paolo Molaro <lupus@ximian.com>
824
825         * image.c: explain the #- heap issue in a message, hopefully
826         avoiding FAQs on mono-list.
827
828 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
829
830         * icall.c:
831         (GetEntryAssembly): if the domain has not invoked
832         AppDomain.ExecuteAssembly yet, return the assembly of the default
833         AppDomain.
834
835 2003-02-16  Zoltan Varga  <vargaz@freemail.hu>
836
837         * class.c (mono_ldtoken): make it work in dynamic assemblies.
838
839 Sun Feb 16 13:10:06 CET 2003 Paolo Molaro <lupus@ximian.com>
840
841         * metadata.c, reflection.c: simple speedup to type hash
842         and equals code.
843
844 Sat Feb 15 15:15:03 CET 2003 Paolo Molaro <lupus@ximian.com>
845
846         * image.c, image.h, class.c, assembly.c: move module loading
847         to MonoImage. When loading metadata, consider alignemnet from
848         the start of metadata, not from the metadata address in memory.
849
850 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
851
852         * reflection.c (mono_reflection_get_custom_attrs): Added support for 
853         AssemblyBuilder objects. Factored out custom attribute creation into
854         a separate function.
855         (create_custom_attr): new function to create custom attributes.
856
857 2003-02-12  Miguel de Icaza  <miguel@ximian.com>
858
859         * Makefile.am: Got tired of typing the full pathname to pedump.
860         Until there is another option, am installing this.
861
862 2003-02-12  Dietmar Maurer  <dietmar@ximian.com>
863
864         * class.c (class_compute_field_layout): always set field->parent 
865         (mono_ldtoken): use mono_defaults.fieldhandle_class;
866
867 2003-02-11  Dick Porter  <dick@ximian.com>
868
869         * threads-types.h:
870         * monitor.c: Rewrote Monitor, making lock much faster and
871         Pulse/Wait work as specified.  Also uses much fewer handles, and only
872         creates them as needed.
873
874         * exception.c: Added SynchronizationLockException
875
876         * threads.c: Deleted old Monitor implementation.  The new one is
877         in a new file.
878
879 Mon Feb 10 17:54:10 CET 2003 Paolo Molaro <lupus@ximian.com>
880
881         * class.c: handled TypedReference type code. Set the correct size for
882         class data. Setup interface_offsets for interface classes, too.
883
884 2003-02-09  Martin Baulig  <martin@ximian.com>
885
886         * debug-mono-symfile.h: Reflect latest symbol writer changes.
887
888 Sun Feb 9 18:37:01 CET 2003 Paolo Molaro <lupus@ximian.com>
889
890         * loader.c: implemented MEMBERREF_PARENT_TYPEDEF.
891         * metadata.c, reflection.c: missing MONO_TYPE_TYPEDBYREF handling.
892         * object.c: fixed mono_object_get_virtual_method () for interfaces.
893         * verify.c: check for code that runs after the end of the method.
894
895 2003-02-08  Pedro Martínez Juliá  <yoros@wanadoo.es>
896
897         * icall.c: Added "System.Math::Floor", "System.Math::Round" and
898         "System.Math::Round2".
899         * sysmath.h: Added Floor, Round and Round2 definitions.
900         * sysmath.c: Modified certain functions that were not 100% compliant
901         with MS.NET (math precision) and added the implementation of Floor,
902         Round and Round2.
903
904 2003-02-07  Martin Baulig  <martin@ximian.com>
905
906         * debug-mono-symfile.c (mono_debug_symfile_add_method): Ignore interncalls.
907
908 2003-02-07  Martin Baulig  <martin@ximian.com>
909
910         * debug-mono-symfile.c: Reflected latest symwriter changes.
911         (mono_debug_create_mono_symbol_file): Removed.
912         (mono_debug_open_mono_symbol_file): Take an argument which
913         specifies whether to create a dynamic symbol file.
914
915 2003-02-07  Dietmar Maurer  <dietmar@ximian.com>
916
917         * class.c (mono_class_from_mono_type): added MONO_TYPE_TYPEDBYREF
918
919 2003-02-05  Martin Baulig  <martin@ximian.com>
920
921         * reflection.c (mono_image_build_metadata): Make this public,
922         protect it against being called multiple times, don't create
923         resources and don't build the compressed metadata here.
924         (mono_image_create_pefile): Do this here.
925
926         * icall.c
927         ("System.Reflection.Emit.AssemblyBuilder::build_metadata"): Added.
928
929 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
930
931         * socket-io.c: fixed bug #36322.
932
933 2003-02-06  Piers Haken <piersh@friskit.com>
934
935         * appdomain.[ch]:
936         * class.h:
937         * debug-mono-symfile.c:
938         * icall.c:
939         * loader.c:
940         * mono-config.c:
941         * monosn.c:
942         * reflection.c:
943         * socket-io.c: warning cleanups
944
945 2003-02-06  Dietmar Maurer  <dietmar@ximian.com>
946
947         * marshal.c (mono_marshal_get_remoting_invoke_with_check): new
948         function. works like remoting invoke, but does a check for the Proxy first.
949
950 2003-02-05  Miguel de Icaza  <miguel@ximian.com>
951
952         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Make it compiler.
953
954 2003-02-05  Dietmar Maurer  <dietmar@ximian.com>
955
956         * marshal.c (mono_marshal_get_native_wrapper): only allocate an
957         array of pointers.
958         (mono_marshal_get_ldfld_wrapper): only generate necessary ldfld wrappers.
959         (mono_marshal_get_stfld_wrapper): only generate necessary stfld wrappers.
960
961         * object.c (mono_store_remote_field_new): used by the new jit
962         instead of mono_store_remote_field
963         (mono_load_remote_field_new): used by the new jit
964         instead of mono_load_remote_field
965
966 2003-02-05  Patrik Torstensson
967
968         * appdomain.c: changed unload to take the domain id instead
969         of domain
970         
971         * icall.c: changed icall for AppDomain.Unload to AppDomain.InternalUnload
972
973
974 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
975
976         * appdomain.c: don't look for assemblies in ApplicationBase if
977         PrivateBinPathProbe is set.
978
979 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
980
981         * object.c: make the first argument in main_args contain the absolute
982         path to the assembly. Fixes bug #37511.
983
984 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
985
986         * icall.c: get correct UTC offset for countries not using daylight
987         time saving. Fixes bug #30030.
988
989 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
990
991         * socket-io.c: support AF_UNIX and use the same layout as MS (bytes 0
992         and 1 are the family).
993
994 2003-02-04  Dietmar Maurer  <dietmar@ximian.com>
995
996         * icall.c (ves_icall_InternalExecute): removed wrong assertion
997
998         * marshal.c (mono_marshal_get_remoting_invoke): generate valid IL
999
1000 2003-02-04  Zoltan Varga  <vargaz@freemail.hu>
1001
1002         * reflection.c: added support for SignatureHelper tokens, which is
1003         needed by the Calli opcode.
1004
1005         * reflection.h: track changes to SignatureHelper class.
1006
1007         * metadata.c (mono_metadata_parse_signature): handle dynamic tokens.
1008
1009 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1010
1011         * appdomain.c: fixed loading assemblies from PrivateBinPath.
1012
1013 2003-02-03  Patrik Torstensson
1014         * appdomain.[c|h], domain.c : 
1015          - Added support for getting a domain via domain id
1016          - Support for setting and getting domain from System.AppDomain 
1017            (used in cross appdomain channel)
1018          - Added support for get/set for a MonoAppContext on a thread 
1019            (Context class in System.Runtime.Remoting.Contexts),
1020          - Removed hack in Get/SetData and ExecuteAssembly.
1021         
1022         * icall.c : renamed GetTransparantProxy to InternalGetTransparantProxy to allow
1023         the managed world to get control when a proxy is created.
1024 \r
1025         * icall.c (ves_icall_InternalExecute) : bug fix, must return empty array
1026         
1027 2003-02-03  Miguel de Icaza  <miguel@ximian.com>
1028
1029         * icall.c
1030         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
1031         Populate the codebase field as well.
1032
1033 2003-02-02  Martin Baulig  <martin@ximian.com>
1034
1035         * debug-mono-symfile.c
1036         (MonoSymbolFileMethodAddress): Added `wrapper_address' field.
1037         (mono_debug_symfile_add_method): Allow interncalls.
1038
1039 2003-01-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1040
1041         * icall.c: throw parse exception if strtod fails or the string is empty.
1042
1043 Fri Jan 31 16:09:48 CET 2003 Paolo Molaro <lupus@ximian.com>
1044
1045         * marshal.c: handle object type separately from defined
1046         class types.
1047
1048 Fri Jan 31 16:01:20 CET 2003 Paolo Molaro <lupus@ximian.com>
1049
1050         * marshal.c: handle NATIVE_LPSTR for strings when it's
1051         explicitly specified.
1052
1053 Fri Jan 31 11:51:43 CET 2003 Paolo Molaro <lupus@ximian.com>
1054
1055         * reflection.c, reflection.h, icall.c: setup the reflection
1056         handle cache for ModuleBuilders and AssemblyBuilders.
1057
1058 2003-01-30  Dietmar Maurer  <dietmar@ximian.com>
1059
1060         * reflection.c (reflection_methodbuilder_to_mono_method): set
1061         pinvoke flag
1062
1063 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1064
1065         * icall.c: implemented ves_icall_MonoMethod_get_base_definition.
1066
1067 2003-01-29  Dick Porter  <dick@ximian.com>
1068
1069         * threads.c: No need for the fake_thread kludge now that Thread
1070         doesn't run a class constructor
1071         
1072 2003-01-29  Dick Porter  <dick@ximian.com>
1073
1074         * threads.c: Use g_direct_hash instead of the rather bogus
1075         g_int_hash
1076
1077 2003-01-29  Dietmar Maurer  <dietmar@ximian.com>
1078
1079         * marshal.c (mono_marshal_get_native_wrapper): add check for null
1080         (fix pinvoke12.exe)
1081         (mono_marshal_get_struct_to_ptr): generate valid IL code
1082         (mono_marshal_get_ptr_to_struct): generate valid IL code
1083         (*): correctly set sig->pinvoke, we need to memdup the signature
1084         to do that
1085
1086 Tue Jan 28 22:57:57 CET 2003 Paolo Molaro <lupus@ximian.com>
1087
1088         * marshal.c, marshal.h: use larger integers in mono_mb_emit_add_to_local()
1089         to avoid overflows (bug spotted and fixed by Jerome Laban <jlaban@wanadoo.fr>).
1090
1091 Tue Jan 28 18:55:19 CET 2003 Paolo Molaro <lupus@ximian.com>
1092
1093         * profiler.c: provide more callers information.
1094
1095 2003-01-28  Dietmar Maurer  <dietmar@ximian.com>
1096
1097         * marshal.c (mono_marshal_get_managed_wrapper): generate valid IL code
1098
1099         * appdomain.h:added fix from Patrik: _MonoAppDomain is a MBR object
1100
1101         * marshal.c (mono_marshal_get_native_wrapper): generate valid IL code
1102
1103 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
1104
1105         * icall.c: (ves_icall_System_CurrentTimeZone_GetTimeZoneData): raise an
1106         exception instead of going into an infinite loop on dates which it 
1107         can't yet handle.
1108
1109         * string-icalls.c (ves_icall_System_String_get_Chars): raise 
1110         out-of-range exception if needed.
1111
1112         * class.c (mono_class_setup_vtable): allow a virtual method to provide
1113         an implementation for an interface method and to override an inherited
1114         method at the same time. 
1115         Imagine a scenario when a virtual method is used to override a
1116         virtual abstract method in a parent class, and this same method 
1117         provides an implementation for an method inherited from an interface. 
1118         In this case, the interface resolution code will set im->slot, which 
1119         means that the virtual method override pass will skip this method 
1120         which means a pointer to the abstract method inherited from the parent
1121         will remain in the vtable of this non-abstract class.
1122
1123         * class.c: (mono_class_setup_vtable): continue search for a real 
1124         method if only an abstract method is found.     
1125
1126 Mon Jan 27 17:12:19 CET 2003 Paolo Molaro <lupus@ximian.com>
1127
1128         * reflection.c: add size to encoding for ByValStr and ByValArray
1129         marshal blob (from "Jerome Laban" <jlaban@wanadoo.fr>).
1130
1131 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
1132
1133         * class.c (mono_class_setup_vtable): pass the override info as an
1134         argument.
1135
1136         * class.c (mono_class_setup_vtable): set the slot of overriding methods
1137         correctly.
1138         
1139         * reflection.c (ensure_runtime_vtable); add support for method 
1140         overrides.
1141         
1142 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
1143
1144         * reflection.c (resolution_scope_from_image): Hack to work to work with
1145         dynamic assemblies.
1146
1147         * reflection.c (mono_image_typedef_or_ref): renamed to ..._aux and 
1148         added a 'force_ref' argument to force this function to allways return 
1149         a TypeRef. This is needed by mono_image_get_memberref_token ().
1150         
1151 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
1152
1153         * reflection.c (mono_image_get_type_info): interfaces really don't have
1154         a parent.
1155
1156         * reflection.c (mono_image_basic_init): fill out missing fields of
1157         image structure.
1158
1159         * reflection.c (mono_image_basic_init): Invoke assembly load hooks for 
1160         dynamic assemblies. This is required so dynamic assemblies show up in
1161         AppDomain.GetAssemblies (), emit an AssembyLoadEvent, gets searched by
1162         Type::GetType() etc. This is consistent with MS behaviour.
1163
1164         * image.c image.h reflection.c: add newly created classes to the name 
1165         cache so mono_class_get () will find them.      
1166
1167 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
1168
1169         First part of changes to get IKVM.NET running under mono.
1170         
1171         * appdomain.h, appdomain.c: added new function 
1172         mono_domain_try_type_resolve() which will emit TypeResolve events. 
1173         This function will call AppDomain::DoTypeResolve to do the actual work.
1174
1175         * class.h, class.c, loader.c, object.c, reflection.h, reflection.c: 
1176         moved existing code dealing with dynamic tokens to a new function 
1177         called mono_reflection_lookup_dynamic_token (). This function will 
1178         raise TypeResolve events when appropriate. Since reflection.c is not 
1179         part of libmetadata, a new hook function called 
1180         mono_lookup_dynamic_token() is added to class.c which will call this.
1181
1182         * assembly.h assembly.c: make the invoke_load_hook function public,
1183         so it can be called for dynamic assemblies.
1184
1185         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): skip interfaces since they do not have initializers.
1186
1187         * icall.c (ves_icall_type_from_name): emit a TypeResolve event if the 
1188         type isn't found.
1189
1190         * reflection.c reflection.h: change MonoDynamicAssembly.tokens to a 
1191         MonoGHashTable, since it contains pointers to objects which the GC 
1192         needs to track.
1193
1194         * assembly.c (search_loaded): remove unused variable.
1195         
1196 Mon Jan 27 12:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
1197
1198         * object.c: fixed issue exposed by gcc-generated IL programs
1199         that use RVA data for pointers.
1200
1201 2003-01-25  Martin Baulig  <martin@ximian.com>
1202
1203         * threads.c (start_wrapper): Moved the initialization of
1204         `start_func' above the mono_new_thread_init() call to which we
1205         pass it as argument.
1206
1207 2003-01-24  Martin Baulig  <martin@ximian.com>
1208
1209         * threads.h (MonoThreadCallbacks): Pass the thread ID instead of
1210         the MonoThread pointer.
1211
1212 2003-01-21  Miguel de Icaza  <miguel@ximian.com>
1213
1214         * icall.c: Rename `PowImpl' to Pow.
1215
1216 2003-01-23  Dick Porter  <dick@ximian.com>
1217
1218         * threads.c (start_wrapper): Create a Thread object if needed, so
1219         the Main() thread can do the class initialisation in a subthread
1220         that has been set up to allow managed code execution.
1221
1222         Pass the thread ID instead of the MonoThread pointer to the thread
1223         start and attach callbacks.  This change is required, because the
1224         jit thread start callback must be called _before_ the Thread
1225         object can be created.
1226         
1227         (mono_thread_init): Removed much object creation code that is no
1228         longer needed.  No managed code is called from here now.
1229
1230         * object.c (mono_runtime_exec_managed_code): Create a subthread
1231         for Main, and call back to the runtime to use it.
1232         Set the exit code when Main exits.
1233
1234         * gc.c: Make sure domain finalisation happens in a subthread.
1235         Re-enable threaded GC, fixing bug 31333 (again).
1236
1237         * environment.c: System.Environment internall calls (so far just
1238         ExitCode is here, the others are still in icall.c)
1239
1240         * appdomain.c (mono_runtime_cleanup): All threads running managed
1241         code should have finished before mono_runtime_cleanup() is
1242         reached, so no need to clean up threads.
1243
1244 2003-01-22  Martin Baulig  <martin@ximian.com>
1245
1246         * appdomain.h (MonoThreadStartCB): Added `MonoThread *thread' and
1247         `gpointer func' arguments.      
1248         (MonoThreadAttachCB): New typedef; like the old MonoThreadStartCB,
1249         but added `MonoThread *thread' argument.
1250         (mono_runtime_init): The last argument is now a MonoThreadAttachCB.
1251
1252         * threads.c (mono_new_thread_init): Added `gpointer func' argument
1253         and pass it to the mono_thread_start_cb callback.
1254         (mono_install_thread_callbacks): New public function to install a
1255         set of callbacks which are set by the debugger.
1256         (mono_thread_init): The last argument is now a MonoThreadAttachCB.
1257
1258 2003-01-22  Martin Baulig  <martin@ximian.com>
1259
1260         * Makefile.am: Install debug-mono-symfile.h.
1261
1262 2003-01-21  Aleksey Demakov <avd@openlinksw.com>
1263
1264         * marshal.c: fixed copy_from_managed and copy_to_unmanaged for 0 length.
1265
1266 2003-01-21  Dietmar Maurer  <dietmar@ximian.com>
1267
1268         * added the following fix from Jackson Harper <jackson@latitudegeo.com>
1269         * class.c (mono_ptr_class_get): correctly set access levels of pointers
1270         (mono_array_class_get): correctly set access levels of arrays
1271
1272 2003-01-20      Patrik Torstensson
1273         * image.h (MonoAssemblyName): changed major, minor, build, revision
1274         from signed to unsigned.
1275
1276 2003-01-20  sean kasun <skasun@azstarnet.com>
1277
1278         * reflection.c (load_cattr_value): Now this handles
1279         MONO_TYPE_SZARRAY.  Fixes bug #35629
1280
1281 2003-01-20  Miguel de Icaza  <miguel@ximian.com>
1282
1283         * marshal.c (emit_struct_conv): Handle MONO_TYPE_PTR as an
1284         integer value
1285
1286 2003-01-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1287
1288         * decimal.c: fixed bug #26056.
1289
1290 2003-01-17  Martin Baulig  <martin@ximian.com>
1291
1292         * gc.c: Raise an ExecutionEngineException instead of using g_error().
1293
1294 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1295
1296         * exception.[ch]:
1297         (mono_get_exception_type_initialization): new function.
1298
1299         * object.c: throw a TypeInitializationException when an exception is
1300         thrown invoking the class constructor.
1301
1302 2003-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1303
1304         * reflection.c: fixed attribute reading.
1305
1306 2003-01-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1307
1308         * icall.c:
1309         (ves_icall_type_from_name): make it work as MS. Ie, if no assembly name
1310         provided, look for the type in the calling assembly and then in
1311         mscorlib; if the assembly name is provided, only try that one.
1312
1313 Tue Jan 14 14:52:52 CET 2003 Paolo Molaro <lupus@ximian.com>
1314
1315         * object.c: register the vtable before there is a chance it's
1316         queried again recursively.
1317
1318 2003-01-13  Duncan Mak  <duncan@ximian.com>
1319
1320         * Makefile.am (libmonoruntime_la_SOURCES): Change gc.h to
1321         gc-internal.h. 
1322         
1323 2003-01-12  Patrik Torstensson <totte@race-x-change.com>
1324
1325         * string-icall.[c|h], icall.c: Added support for CompareOrdinal mode
1326
1327 2003-01-11  Martin Baulig  <martin@ximian.com>
1328
1329         * debug-mono-symfile.h (MONO_SYMBOL_FILE_DYNAMIC_VERSION): Incremented
1330         this to 20 for the release.
1331
1332 2003-01-10  Dietmar Maurer  <dietmar@ximian.com>
1333
1334         * marshal.c (emit_struct_conv): added support for EXPLICIT_LAYOUT
1335
1336         * loader.c (mono_method_get_marshal_info): bug fix
1337
1338         * marshal.c (mono_marshal_get_ptr_to_struct): don't convert
1339         structures with explicit layout
1340
1341 Fri Jan 10 15:58:09 CET 2003 Paolo Molaro <lupus@ximian.com>
1342
1343         * profiler.c: made the output more readable (and sorted). 
1344         Added caller information for the allocation profiler.
1345
1346 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
1347
1348         * icall.c, rand.c, rand.h: Prepended RNG functions with Internal.
1349
1350 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1351
1352         * icall.c: added ves_icall_System_Activator_CreateInstanceInternal. Used
1353         to get value types.
1354         
1355 Thu Jan 9 19:43:11 CET 2003 Paolo Molaro <lupus@ximian.com>
1356
1357         * object.c, profiler.h, profiler.c, profiler-private.h:
1358         Added object allocation profiler.
1359
1360 Thu Jan 9 16:17:00 CET 2003 Paolo Molaro <lupus@ximian.com>
1361
1362         * reflection.h, reflection.c: handle global methods.
1363         Compress blob entries.
1364
1365 Thu Jan 9 15:54:53 CET 2003 Paolo Molaro <lupus@ximian.com>
1366
1367         * marshal.c: fix compilation.
1368
1369 2003-01-09  Dietmar Maurer  <dietmar@ximian.com>
1370
1371         * loader.c (mono_method_get_marshal_info): impl.
1372
1373         * metadata.c (mono_metadata_field_info): use mono_metadata_get_marshal_info
1374
1375 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1376
1377         * icall.c: applied fix from Zoltan Varga that fixes Type.IsPrimitive
1378         for reference types.
1379
1380 Wed Jan 8 20:11:46 CET 2003 Paolo Molaro <lupus@ximian.com>
1381
1382         * loader.c: fixed off by one error in loaded parameter names.
1383
1384 2003-01-08  Dietmar Maurer  <dietmar@ximian.com>
1385
1386         * marshal.c (mono_marshal_get_icall_wrapper): like
1387         mono_marshal_get_native_wrapper, but simpler and use a MonoMethodSignature
1388         instead of a MonoMethod.
1389
1390 2003-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1391
1392         * decimal.c: fixed bug #36537.
1393
1394 Mon Jan 6 19:37:59 CET 2003 Paolo Molaro <lupus@ximian.com>
1395
1396         * marshal.c: throw a missing method exception if a
1397         P/Invoke method is not found.
1398
1399 Sun Jan 5 11:57:09 CET 2003 Paolo Molaro <lupus@ximian.com>
1400
1401         * icall.c: allow a null this for constructors.
1402
1403 Sat Jan 4 18:28:42 CET 2003 Paolo Molaro <lupus@ximian.com>
1404
1405         * icall.c: raise the proper exceptions if the arguments to the
1406         internal Invoke are incorrect.
1407
1408 2003-01-03  Dietmar Maurer  <dietmar@ximian.com>
1409
1410         * marshal.c (mono_marshal_get_ptr_to_struct): code cleanups
1411
1412 2003-01-03  Martin Baulig  <martin@ximian.com>
1413
1414         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
1415
1416 2002-12-31  Martin Baulig  <martin@ximian.com>
1417
1418         * debug-mono-symfile.c: Completely rewrote the type section.
1419         Instead of using individual malloc()ed fields, we use one big
1420         continuous memory area and offsets into this area.
1421         See the comments in the source code for details.
1422
1423 2002-12-30  Martin Baulig  <martin@ximian.com>
1424
1425         * debug-mono-symfile.h (MonoDebugTypeInfo): Renamed to MonoDebugClassInfo.
1426
1427 2002-12-30  Martin Baulig  <martin@ximian.com>
1428
1429         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Include the
1430         line number table in this data blob instead of using an external
1431         pointer.
1432
1433 2002-12-28  Martin Baulig  <martin@ximian.com>
1434
1435         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
1436
1437 2002-12-22  Rachel Hestilow  <hestilow@ximian.com>
1438
1439         * marshal.c (mono_marshal_get_runtime_invoke): Support MONO_TYPE_CHAR
1440         as a boxed return type.
1441
1442 2002-12-21  Miguel de Icaza  <miguel@ximian.com>
1443
1444         * appdomain.c
1445         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): Use
1446         g_build_filename to properly get separators on the filename created.
1447
1448         * object.h: Small change, introduce MonoMarshalByRefObject to
1449         track the layout of that structure in the C# universe as we make
1450         changes there.
1451
1452 Thu Dec 19 16:23:19 CET 2002 Paolo Molaro <lupus@ximian.com>
1453
1454         * object.c: removed assert to allow static fields on interfaces.
1455         * loader.c: a TypeSpec may be used for any type, not just arrays.
1456
1457 Thu Dec 19 14:19:42 CET 2002 Paolo Molaro <lupus@ximian.com>
1458
1459         * class.c, class.h: added mono_class_array_element_size ().
1460         Ignore static methods in interfaces.
1461
1462 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1463
1464         * threads.c: fixed the build under cygwin.
1465
1466 Wed Dec 18 18:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
1467
1468         * reflection.c: handle nullref constants. Allocate keys for
1469         reflection handles with the GC.
1470
1471 Wed Dec 18 11:34:18 CET 2002 Paolo Molaro <lupus@ximian.com>
1472
1473         * threads.c, threads.h: added mono_thread_get_abort_signal()
1474         to get a suitable signal for thread abort.
1475
1476 Wed Dec 18 11:26:18 CET 2002 Paolo Molaro <lupus@ximian.com>
1477
1478         * metadata.c: fix handling of ExportedType table.
1479
1480 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1481
1482         * icall.c: added WriteWindowsDebugString internal call.
1483
1484 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1485
1486         * reflection.h: added fields to match C# implementation.
1487
1488 2002-12-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1489
1490         * icall.c: patch from Jaroslaw Kowalski to fix Environment.MachineName.
1491
1492 2002-12-12  Juli Mallett  <jmallett@FreeBSD.org>
1493
1494         * gc.h, gc-internal.h: Rename header for GC internal calls to
1495         gc-internal.h from gc.h as to not clash with Boehm GC having its
1496         header installed as <gc.h> in outside include paths.
1497         * appdomain.c, gc.c, icall.c, object.c: Account for aforementioned.
1498         * threads.c: If SIGRTMIN is not defined, fall back to SIGUSR1.
1499
1500 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1501
1502         * icall.c: assign minor, build and revision in FillName.
1503
1504 2002-12-11  Zoltan Varga  <vargaz@freemail.hu>
1505
1506         * image.h reflection.h reflection.c class.h class.c loader.c object.c:
1507         Added support for running code generated by Reflection.Emit.
1508
1509 2002-12-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1510
1511         * appdomain.c: check for NULL argument in LoadFrom.
1512
1513 2002-12-10  Dick Porter  <dick@ximian.com>
1514
1515         * threads.c: WaitHandle fixes from Tum <tum@veridicus.com>
1516
1517 2002-12-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1518
1519         * appdomain.c: fix buglet when building exe file name.  Handle full
1520         assembly name (needed after latest changes to AssemblyName).
1521         * image.c:
1522         (mono_image_close): free some hashtables.
1523
1524 2002-12-05  Dietmar Maurer  <dietmar@ximian.com>
1525
1526         * threads.c (ves_icall_System_Threading_Thread_Abort): we use SIGRTMIN 
1527         instead of SIGUSR1, because SIGUSR1 is used by the pthread implementation 
1528         on some systems (redhat 7.3) 
1529
1530 Thu Dec 5 16:13:40 CET 2002 Paolo Molaro <lupus@ximian.com>
1531
1532         * threads.c: delete the critical section of a sync block,
1533         spotted and fixed by tum@veridicus.com (Thong (Tum) Nguyen).
1534
1535 Thu Dec 5 12:52:52 CET 2002 Paolo Molaro <lupus@ximian.com>
1536
1537         * pedump.c, cil-coff.h, monosn.c: add strong name cli header flag.
1538
1539 2002-12-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1540
1541         * appdomain.[ch]: handle the assembly preload event to try loading the
1542         assemblies using the paths we have in the current domain.
1543
1544         * assembly.[ch]: created an assembly preload hook that is called to try
1545         loading the assembly by other means that the ones provided here.
1546
1547         * domain.c: initialize the domain search path.
1548
1549         From now on, assemblies (TODO: except corlib and System) are loaded
1550         according to these rules when using mono_assembly_load ():
1551
1552                 1. It tries to load the assembly from the ApplicationBase
1553                 of the current domain appending .dll and .exe (TODO: have to
1554                 try loading from name/name.dll and name/name.exe).
1555
1556                 2. It tries the search path specified in PrivateBinPath for the
1557                 current domain (if any).
1558
1559                 3. Previous behavior.
1560
1561 Wed Dec 4 16:02:25 CET 2002 Paolo Molaro <lupus@ximian.com>
1562
1563         * icall.c: implemented GetInterfaceMap() related icall.
1564         * domain.c, loader.h: load MethodInfo in mono_defaults.
1565
1566 Wed Dec 4 11:02:30 CET 2002 Paolo Molaro <lupus@ximian.com>
1567
1568         * gc.c: disable the finalizer thread for now, untill all the issues
1569         with it are resolved.
1570
1571 Wed Dec 4 10:44:01 CET 2002 Paolo Molaro <lupus@ximian.com>
1572
1573         * string-icalls.c: handle embedded nulls in string ctor when the
1574         length is specified.
1575
1576 Tue Dec 3 19:29:20 CET 2002 Paolo Molaro <lupus@ximian.com>
1577
1578         * class.c: look for explicit interface implementation in parent
1579         classes, too.
1580
1581 2002-12-03  Dietmar Maurer  <dietmar@ximian.com>
1582
1583         * gc.c (run_finalize): dont run the finalizer (strange behaviour on rh7.3) 
1584
1585 Tue Dec 3 12:40:06 CET 2002 Paolo Molaro <lupus@ximian.com>
1586
1587         * gc.c: protect handles with a critical section.
1588
1589 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1590
1591         * icall.c:
1592         (ves_icall_type_from_name): it now has throwOnError and ignoreCase
1593         parameters. If no assembly specified, try getting the type from all
1594         the assemblies in the current domain, else, load the assembly and get
1595         the type from it.
1596
1597 2002-11-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1598
1599         * marshal.c: applied patch from Aleksey Demakov that fixes
1600         ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringUni.
1601
1602 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1603
1604         * icall.c: fixed get_location.
1605
1606 2002-11-28  Dietmar Maurer  <dietmar@ximian.com>
1607
1608         * icall.c: moved MONO_ARCH_SAVE_REGS to the end of the
1609         declarations to make it work with older gcc. 
1610
1611         * loader.c (mono_get_method): set signature->pinvoke for native calls
1612
1613 2002-11-20  Dick Porter  <dick@ximian.com>
1614
1615         * threads.c (mono_thread_init): Set the main thread's handle
1616
1617 Tue Nov 19 14:15:34 CET 2002 Paolo Molaro <lupus@ximian.com>
1618
1619         * gc.c: allow compilation without GC support. Changed to match the
1620         mono coding style.
1621
1622 Mon Nov 18 18:41:51 CET 2002 Paolo Molaro <lupus@ximian.com>
1623
1624         * gc.c: don't start the finalizer thread if the env var GC_DONT_GC is set.
1625
1626 Mon Nov 18 16:35:22 CET 2002 Paolo Molaro <lupus@ximian.com>
1627
1628         * reflection.c: set a public key token on the core assemblies.
1629
1630 2002-11-18  Dick Porter  <dick@ximian.com>
1631
1632         * threads.c: Split out some thread initialisation so that other
1633         files can set the start callback function.
1634
1635         * gc.c: Run finalisers in a separate thread, to avoid stack
1636         overflow.  Fixes bug 31333.
1637
1638         * appdomain.c: Set up GC finalisation thread.
1639
1640         * reflection.c: 
1641         * object.c: 
1642         * domain.c: Use gc.h macros for GC_malloc
1643         
1644 2002-11-15  Dick Porter  <dick@ximian.com>
1645
1646         * threadpool.c: 
1647         * threads.c:
1648         * appdomain.c: Removed mono_runtime_init_with_attach(),
1649         mono_thread_create_arg(), and mono_thread_init_with_attach(), by
1650         merging the extra parameter with the existing function.  Removed
1651         unneeded code in mono_thread_attach().
1652
1653 2002-11-14  Dietmar Maurer  <dietmar@ximian.com>
1654
1655         * image.c (mono_image_loaded_by_guid): a method to get loaded
1656         images by guid. 
1657         (load_metadata_ptrs): we store the guid as string.
1658
1659 2002-11-11  Dietmar Maurer  <dietmar@ximian.com>
1660
1661         * assembly.c (mono_assembly_open): check the guid of aot compiled lib.
1662
1663         * metadata.c (mono_guid_to_string): imported method form Zoltan
1664         Varga (slightly modified)
1665
1666         * assembly.c (mono_assembly_open): load precompiled code
1667
1668         * loader.h (MonoMethod): we store the method token for use in the
1669         aot compiler. 
1670
1671 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1672
1673         * appdomain.c: insert the loaded assemblies in the domain->assemblies in
1674         the hook function called when an assembly is loaded.
1675         
1676         * domain.c: Modified file.
1677         (mono_domain_assembly_load): removed hash table insertion of assemblies.
1678
1679         Fixes bug #33196.
1680
1681 2002-11-07  Miguel de Icaza  <miguel@ximian.com>
1682
1683         * reflection.c: Map PEFileKind to the value expected by the WinNT
1684         image loader. 
1685
1686 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1687
1688         * rand.c: use /dev/urandom. If it fails to open, use the previous one.
1689         Read until the buffer is filled completely.
1690
1691 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1692
1693         * icall.c: implemented MonoType.InternalGetEvent ().
1694
1695 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1696
1697         * appdomain.c: implemented InitAppDomainSetup. Delayed
1698         AppDomain.SetupInformation until mono_runtime_exec_main, where we get
1699         the entry_assembly.
1700
1701         * assembly.c: base_dir is now an absolute path ending with
1702         G_DIR_SEPARATOR.
1703
1704         * icall.c: modified get_location according to the above changes.
1705
1706         * object.c: init AppDomain.SetupInformation for the default domain after
1707         we have the entry assembly.
1708
1709         * domain.c: when unloading a domain, setup = NULL.
1710
1711 2002-11-04  Dietmar Maurer  <dietmar@ximian.com>
1712
1713         * marshal.c (emit_ptr_to_str_conv): try to fix bug 29548
1714
1715 Sun Nov 3 15:39:28 CET 2002 Paolo Molaro <lupus@ximian.com>
1716
1717         * object.h, object.c: introduced mono_object_get_virtual_method ()
1718         to lookup the method invoked on an object when a callvirt is done on
1719         a method.
1720         * icall.c: make MethodInfo::Invoke() always do a virtual call.
1721
1722 2002-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1723
1724         * appdomain.c: invoke AssemblyLoad and AsemblyResolve events in the
1725         current domain when loaded an assembly and failed to load it.
1726
1727         * icall.c: changed ...Assembly_GetType to Assembly_InternalGetType.
1728
1729 2002-10-31  Dick Porter  <dick@ximian.com>
1730
1731         * icall.c: 
1732         * file-io.h: 
1733         * file-io.c: Return the error status in a parameter, as the
1734         GetLastError() value has long since been blown away if we try and
1735         look it up in a subsequent internal call invocation.  Delete the
1736         GetLastError() internal call, because it's useless.
1737
1738 2002-10-31  Dietmar Maurer  <dietmar@ximian.com>
1739
1740         * class.[ch]: added cast_class to fix bug 29517
1741
1742 Wed Oct 30 19:37:32 CET 2002 Paolo Molaro <lupus@ximian.com>
1743
1744         * marshal.c: create valid IL code in the filter clause:
1745         the new JIT is less forgiving:-)
1746
1747 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1748
1749         * icall.c: removed get_property internal call.
1750
1751 2002-10-25  Zoltan Varga  <vargaz@freemail.hu>
1752
1753         * appdomain.h domain.c: Added an ID to appdomains.
1754         
1755         * threads.c threads.h icall.c: Implement icall
1756         Thread:GetDomainID(), and remove unused icall 
1757         CurrentThreadDomain_internal.
1758
1759 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1760
1761         * icall.c: Don't recurse through the base types in GetConstructor.
1762         Fixes bug #32063. 
1763
1764 Thu Oct 24 16:56:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
1765
1766         * mempool.h, mempool.c: added mono_mempool_empty() and
1767         mono_mempool_stats().
1768
1769 2002-10-23  Dick Porter  <dick@ximian.com>
1770
1771         * file-io.c: 
1772         * file-io.h: 
1773         * icall.c: Added MonoIO.GetFileType internal call
1774
1775 2002-10-17  Dick Porter  <dick@ximian.com>
1776
1777         * appdomain.c (mono_runtime_cleanup): Don't signal the async
1778         delegate semaphore before waiting for all threads to finish,
1779         because new threads can also call async delegates.  Fixes bug
1780         32004.
1781
1782         * threadpool.c (async_invoke_thread): Only wait for 500ms instead
1783         of 3 seconds, in case another async job is queued.  (This part is
1784         needed because the bug fix reintroduced the 3s exit lag.)  This
1785         makes the mono_runtime_shutdown flag superfluous.
1786
1787 Thu Oct 17 13:11:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
1788
1789         * reflection.c: include ehader size in method section headers.
1790         Really check for suplicated modules entries.
1791
1792 2002-10-17  Martin Baulig  <martin@gnome.org>
1793
1794         * debug-mono-symfile.c: Added back support for locals.
1795
1796 2002-10-14  Martin Baulig  <martin@gnome.org>
1797
1798         * debug-mono-symfile.c: Added MONO_TYPE_I, MONO_TYPE_U and
1799         MONO_TYPE_VOID.
1800
1801 2002-10-14  Martin Baulig  <martin@gnome.org>
1802
1803         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetType): Use
1804         mono_class_get() instead of looking in the class cache. 
1805
1806 2002-10-13  Martin Baulig  <martin@gnome.org>
1807
1808         * debug-mono-symfile.c: Set version number to 28, include the
1809         signature in method names.
1810
1811 2002-10-13  Martin Baulig  <martin@gnome.org>
1812
1813         * debug-mono-symfile.h: Set version number to 27.
1814
1815 2002-10-11  Martin Baulig  <martin@gnome.org>
1816
1817         * gc.c: Don't register/unregister NULL pointers as disappearing links.
1818
1819 Thu Oct 10 14:56:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
1820
1821         * metadata.c, metadata.h: added helper function to allocate signatures.
1822
1823 2002-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1824
1825         * icall.c: added internal call to get the location of machine.config.
1826
1827 2002-10-08  Martin Baulig  <martin@gnome.org>
1828
1829         * debug-mono-symfile.c: Ignore classes with a pending init for the
1830         moment.
1831
1832 2002-10-03  Dick Porter  <dick@ximian.com>
1833
1834         * threads.c: Freebsd pthread_t is a pointer
1835
1836 2002-10-03  Dick Porter  <dick@ximian.com>
1837
1838         * socket-io.c: Implemented GetHostName_internal
1839
1840 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1841
1842         * mono-config.c:
1843         (mono_config_parse_file): don't leak the text.
1844
1845 2002-10-02  Martin Baulig  <martin@gnome.org>
1846
1847         * debug-mono-symfile.c: Added support for methods.
1848
1849 2002-10-01  Martin Baulig  <martin@gnome.org>
1850
1851         * debug-mono-symfile.c: Don't emit methods and line numbers for
1852         the dynamic symbol file, just write the type table.  We can easily
1853         have an external helper program which creates a symbol file for an
1854         IL file.        
1855
1856 2002-10-01  Dick Porter  <dick@ximian.com>
1857
1858         * threads.c (ves_icall_System_Threading_Thread_Start_internal):
1859         Only add the handle to the cleanup array when we're about to
1860         launch the thread.  Bug 31425 deadlocked when the test was run on
1861         mono under w32.
1862
1863 2002-10-01  Martin Baulig  <martin@gnome.org>
1864
1865         * debug-mono-symfile.c: Added support for properties.
1866
1867 Fri Sep 27 18:55:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
1868
1869         * reflection.c: unaligned store fix from Mark Crichton
1870         <crichton@gimp.org>.
1871
1872 2002-09-27  Martin Baulig  <martin@gnome.org>
1873
1874         * icall.c ("System.Reflection.Assembly::GetReferencedAssemblies"):
1875         New interncall.
1876
1877 Fri Sep 27 15:38:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
1878
1879         * assembly.h, assembly.c: use a sane API to hook into the assembly
1880         loading process instead of a useless special-purpouse hack
1881         (ngen needs a hook, too, for example).
1882
1883 2002-09-27  Dick Porter  <dick@ximian.com>
1884
1885         * threads.c (mono_thread_init): Call GetCurrentProcess() so
1886         io-layer can set up some process handle info.  Not needed on w32,
1887         but doesn't hurt either.
1888
1889         * process.c: Pass the program name in the second parameter to
1890         CreateProcess, so the path is searched.  Include the working
1891         directory. Implemented process name, process enumeration, and some
1892         process detail internal calls.
1893         
1894         * icall.c: Added internal calls for process lookup, and some
1895         process details
1896
1897 2002-09-26  Martin Baulig  <martin@gnome.org>
1898
1899         * assembly.c (mono_install_open_assembly_hook): New global
1900         function to install a function to be invoked each time a new
1901         assembly is loaded.
1902         (mono_assembly_open): Run this callback function if set.
1903
1904         * debug-mono-symfile.c: Put back line numbers for the dynamic
1905         symbol file and also record the .il file as source file.  This
1906         allows us to install the temporary symbol file as `file.dbg' just
1907         like a compiler-generated one.
1908
1909 2002-09-26  Nick Zigarovich <nick@chemlab.org>
1910
1911         * Corrected typo in gc.c (BOHEM vs BOEHM).
1912
1913 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1914
1915         * icall.c: fixed bug #31235 by copying a few lines from GetMethods to
1916         GetProperties. Also avoid calling g_slist_length in GetProperties and
1917         GetMethods.
1918
1919 Wed Sep 25 22:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
1920
1921         * reflection.c: avoid unaligned stores (bug spotted by
1922         Mark Crichton  <crichton@gimp.org>).
1923
1924 2002-09-25  Martin Baulig  <martin@gnome.org>
1925
1926         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Use pointers
1927         instead of guint64 for addresses and added prologue/epilogue info.
1928
1929 2002-09-25  Martin Baulig  <martin@gnome.org>
1930
1931         * debug-mono-symfile.h (MonoDebugLineNumberEntry): New type to
1932         store line number info.  For the dynamic symbol file, we only need
1933         to provide the JIT generated dynamic line number info for the dynamic
1934         symbol file.
1935
1936 2002-09-25  Martin Baulig  <martin@gnome.org>
1937
1938         * debug-mono-symfile.h: Incremented version number.
1939
1940 2002-09-24  Martin Baulig  <martin@gnome.org>
1941
1942         * class.c (mono_debugger_class_init_func): New global function
1943         pointer variable.
1944         (mono_class_init): If mono_debugger_class_init_func is non-NULL,
1945         call it.
1946
1947         * debug-mono-symfile.c (mono_debug_symfile_add_type): New
1948         function.  This is called via the mono_debugger_class_init_func
1949         hook to add all types to the dynamic type table.
1950         (ves_icall_MonoDebugger_GetType): New interncall to get a class
1951         from its metadata token.
1952
1953         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetType"):
1954         New interncall for the debugger.
1955
1956 2002-09-24  Nick Drochak <ndrochak@gol.com>
1957
1958         * icall.c (ves_icall_System_Enum_ToObject): validate the type parameter
1959         before using it in case it is null.
1960         
1961 Tue Sep 24 13:24:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
1962
1963         * metadata.c: allow custom modifiers in local var signatures
1964         (bug spotted by Zoltan Varga).
1965
1966 Tue Sep 24 12:12:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
1967
1968         * class.c: deal with the <Module> class that may have a NULL vtable.
1969         Eliminate warnings.
1970
1971 Tue Sep 24 11:28:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
1972
1973         * image.c, image.h: more strong name helpers.
1974         * monosn.c: more work: convert pem keys to cryptoapi format.
1975
1976 Tue Sep 24 11:27:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
1977
1978         * string-icalls.c: speedup IndexOf.
1979
1980 Tue Sep 24 11:17:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
1981
1982         * icall.c: updates from Zoltan.2.Varga@nokia.com.
1983
1984 Tue Sep 24 11:09:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
1985
1986         * icall.c: cleanup: use mono_object_domain ().
1987
1988 2002-09-23  Martin Baulig  <martin@gnome.org>
1989
1990         * debug-mono-symfile.c: Improved type support.
1991
1992 2002-09-22  Martin Baulig  <martin@gnome.org>
1993
1994         * debug-mono-symfile.c: Added support for reference types and strings.
1995
1996 2002-09-22  Martin Baulig  <martin@gnome.org>
1997
1998         * debug-mono-symfile.c: Started to work on the type table.
1999
2000 2002-09-21  Martin Baulig  <martin@gnome.org>
2001
2002         * debug-mono-symfile.c: Largely reworked the symbol table format.
2003         The symbol table is now incrementally updated each time a new
2004         method is added.  We're now also using our own magic and version
2005         so that you don't need to recompile all your classes if the
2006         dynamic table changes.
2007         (mono_debug_update_mono_symbol_file): Removed.
2008         (mono_debug_symfile_add_method): New function to add a method.
2009
2010 2002-09-21  Martin Baulig  <martin@gnome.org>
2011
2012         * icall.c
2013         ("System.Reflection.Assembly::MonoDebugger_GetLocalTypeFromSignature"):
2014         New interncall.
2015
2016         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetLocalTypeFromSignature):
2017         New interncall to get a method from its metadata token.
2018
2019 2002-09-21  Martin Baulig  <martin@gnome.org>
2020
2021         * debug-mono-symfile.c: Create type table.
2022
2023 2002-09-20  Martin Baulig  <martin@gnome.org>
2024
2025         * debug-mono-symfile.c: Reflect latest Mono.CSharp.Debugger changes.
2026
2027 2002-09-20  Martin Baulig  <martin@gnome.org>
2028
2029         * debug-mono-symfile.c: Provide information about params and locals.
2030
2031 2002-09-20  Martin Baulig  <martin@gnome.org>
2032
2033         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethod"):
2034         New interncall.
2035
2036         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethod): New
2037         interncall to get a method from its metadata token.
2038
2039 2002-09-20  Martin Baulig  <martin@gnome.org>
2040
2041         * debug-mono-symfile.c: Added a few checks for method->header
2042         being non-NULL.  This should never happen, but for the moment
2043         let's use a g_warning() rather than a g_assert().
2044
2045 2002-09-19  Mark Crichton  <crichton@gimp.org>
2046
2047         * gc.c: ves_icall_System_GCHandle_FreeHandle made a call to libgc
2048         even if support for it isn't present.  Added an #ifdef to fix this.
2049
2050         * socket-io.c: Added checks back for Solaris support.
2051
2052 2002-09-19  Martin Baulig  <martin@gnome.org>
2053
2054         * debug-mono-symfile.c (read_string, write_string): Reflect latest
2055         changes in the symbol file format.
2056
2057 2002-09-18  Martin Baulig  <martin@gnome.org>
2058
2059         * debug-mono-symfile.c: Set version number to 21.
2060
2061 2002-09-18  Dick Porter  <dick@ximian.com>
2062
2063         * threads.c (mon_new): Use the GC_MALLOC macro to hide differences
2064         on netbsd.  Fixes bug 30051.
2065
2066 2002-09-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2067
2068         * reflection.c:
2069         (set_version_from_string): little fix.
2070
2071 Mon Sep 16 18:57:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
2072
2073         * monosn.c, Makefile.am: added strong name utility.
2074         * reflection.h, reflection.c: implemented delayed signing,
2075         locale, version and hash id assembly attributes.
2076
2077 Mon Sep 16 18:51:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
2078
2079         * loader.c, metadata.c: load param attributes in signatures.
2080
2081 2002-09-16  Martin Baulig  <martin@gnome.org>
2082
2083         * debug-mono-symfile.c: Added string table with all method names.
2084
2085 2002-09-14  Martin Baulig  <martin@gnome.org>
2086
2087         * debug-mono-symfile.h (MonoSymbolFile): Added method range table for
2088         fast method lookup.
2089
2090 Fri Sep 13 16:04:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
2091
2092         * reflection.c: record the public key token of referenced assemblies.
2093
2094 Fri Sep 13 15:41:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
2095
2096         * image.c, image.h: added functions to get the strong name and the
2097         public key of an assembly.
2098         * pedump.c: use them.
2099
2100 2002-09-12  Dietmar Maurer  <dietmar@ximian.com>
2101
2102         * marshal.c (emit_str_to_ptr_conv): support marshalling of delegates.
2103
2104 2002-09-12  Miguel de Icaza  <miguel@ximian.com>
2105
2106         * marshal.c (mono_marshal_get_managed_wrapper): Added
2107         MONO_TYPE_BOOLEAN 
2108
2109 2002-09-11  Martin Baulig  <martin@gnome.org>
2110
2111         * gc.c: Call GC_unregister_disappearing_link() on all links when
2112         finalizing them, this is necessary to aviod a crash in boehm's
2113         finalize handler.
2114
2115 Wed Sep 11 17:06:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
2116
2117         * gc.c: handle GetTarget for finalized objects spotted and fixed by
2118         nick@chemlab.org.
2119
2120 Wed Sep 11 15:27:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
2121
2122         * icall.c: implemented MonoType::Module.
2123         * reflection.c, reflection.h: mono_module_get_object () from
2124         Tomi Pakarinen <tomi.pakarinen@welho.com>.
2125
2126 Wed Sep 11 12:53:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
2127
2128         * icall.c: ignore overridden methods in GetMethods ().
2129         Fix for FieldInfo::SetValue().
2130         * object.c: handle float/double in runtime invoke.
2131
2132 Tue Sep 10 15:51:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
2133
2134         * object.c: allow a constructor to be called again on an object.
2135
2136 Tue Sep 10 11:58:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
2137
2138         * class.h, class.c: move field layout code to it's own function and
2139         export it. Get an interface id earlier. Move fields in MonoClass
2140         so they are more cache friendly and align the bitfields.
2141         * loader.c: temporary handle get_param_names() for a runtime method.
2142         * reflection.c, reflection.h: more code to handle runtime creation of
2143         types.
2144
2145 2002-09-09  Martin Baulig  <martin@gnome.org>
2146
2147         * marshal.c (mono_marshal_get_native_wrapper): We need to use a special
2148         signature with the pinvoke field being set for the actual call.
2149
2150 Sat Sep 7 10:12:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
2151
2152         * icall.c: removed some unused icalls. Start of map of glib charsets
2153         to corlib names. Implemented RuntimeMethod::GetFunctionPointer ().
2154
2155 Fri Sep 6 16:08:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
2156
2157         * debug-helpers.c: break infinite loop (found and fixed by
2158         Holger Arnold <harnold@gmx.de>).
2159
2160 Thu Sep 5 18:50:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
2161
2162         * icall.c: target may be null in create_delegate.
2163
2164 Thu Sep 5 17:42:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
2165
2166         * marshal.c: handle a boolean return type.
2167
2168 Thu Sep 5 13:09:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
2169
2170         * gc.c: put HIDE_POINTER/REVEAL_POINTER only here.
2171
2172 Wed Sep 4 19:23:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
2173
2174         * gc.c: fix weakreferences.
2175
2176 Wed Sep 4 13:59:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
2177
2178         * icall.c: added icall to get default codepage.
2179
2180 2002-09-03  Dick Porter  <dick@ximian.com>
2181
2182         * threads.h: 
2183         * threads.c: Use MonoThread instead of MonoObject where
2184         apropriate.
2185
2186         Store running thread objects in a hash table, so that we have all
2187         the info to hand when waiting for them to finish
2188         (means we don't need OpenThread() any more, so mingw builds should
2189         be fully functional again.)
2190
2191         * verify.c:
2192         * object.h: Added thread ID to MonoThread
2193
2194 2002-09-03  Martin Baulig  <martin@gnome.org>
2195
2196         * icall.c (System.Reflection.Assembly::get_location): New interncall.
2197
2198 2002-09-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2199
2200         * icall.c: fixed leak in get_temp_path. Thanks lupus.
2201
2202 2002-09-03  Martin Baulig  <martin@gnome.org>
2203
2204         * debug-helpers.c (mono_disasm_code_one): Added `const guchar **endp'
2205         argument to store the end address of the disassembled instruction.
2206
2207         * debug-mono-symfile.h (MonoDebugMethodInfo, MonoDebugVarInfo): Moved
2208         here from debug-symfile.h.
2209         (MonoDebugMethodJitInfo): Moved all fields which are filled out by the
2210         JIT into this struct.
2211         (MonoSymbolFile): Added `char *image_file' field.
2212         (MonoDebugGetMethodFunc): Removed.
2213         (mono_debug_update_mono_symbol_file): Removed the hash table argument.
2214         (mono_debug_create_mono_symbol_file): Removed the `source_file' argument.
2215         (mono_debug_find_method): New method.
2216
2217         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): Always
2218         create a full symbol file.
2219         (mono_debug_update_mono_symbol_file): Don't distinguish between dynamic
2220         and static symbol files.
2221         (mono_debug_find_method): The symbol file keeps an internal method hash,
2222         call this to get a MonoDebugMethodInfo from a MonoMethod.
2223
2224         * debug-symfile.[ch]: Removed.
2225
2226 2002-08-29  Miguel de Icaza  <miguel@ximian.com>
2227
2228         * image.c (do_mono_image_open): Remove linker version check.
2229
2230 2002-08-29  Dietmar Maurer  <dietmar@ximian.com>
2231
2232         * marshal.c (mono_marshal_get_managed_wrapper): don't cache
2233         wrappers for instance methods.
2234         
2235 2002-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2236
2237         * icall.c: added ves_icall_System_IO_Path_get_temp_path.
2238
2239 2002-08-28  Dick Porter  <dick@ximian.com>
2240
2241         * Makefile.am: Export HOST_CC for w32 builds
2242
2243 Tue Aug 27 18:34:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
2244
2245         * file-io.c process.c: MonoString are null terminated, no
2246         need for mono_string_to_utf16() anymore.
2247
2248 Tue Aug 27 17:51:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
2249
2250         * icall.c, unicode.h, unicode.c: removed unused iconv stuff.
2251
2252 Tue Aug 27 16:38:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
2253
2254         * icall.c, reflection.h: speedup System.MonoType.
2255
2256 Tue Aug 27 16:37:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
2257
2258         * reflection.c: allow null as the value of a string argument in
2259         custom attributes constructors.
2260
2261 2002-08-27  Martin Baulig  <martin@gnome.org>
2262
2263         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Removed the
2264         `trampoline_address' field.
2265
2266 2002-08-27  Dietmar Maurer  <dietmar@ximian.com>
2267
2268         * marshal.c (mono_marshal_get_native_wrapper): removed wrong null
2269         check (fixes bug #29486) 
2270
2271 2002-08-27  Martin Baulig  <martin@gnome.org>
2272
2273         * debug-mono-symfile.c: Changed the file format in a way that allows us
2274         open it read-only and to use a specially malloced area for all the
2275         dynamic data.  We can now also generate a symbol file on-the-fly if we're
2276         debugging IL code and there is no MCS generated symbol file for it.
2277
2278 Mon Aug 26 16:47:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
2279
2280         * object.c: added a define for a good string and array
2281         creation speedup (not enabled by default because we need to deal with
2282         the synch stuff).
2283
2284 2002-08-26  Martin Baulig  <martin@gnome.org>
2285
2286         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): New
2287         function to create a dynamic symbol file.  This is used by the
2288         debugger to create a symbol file for IL code on-the-fly.
2289
2290 2002-08-26  Martin Baulig  <martin@gnome.org>
2291
2292         * loader.c (mono_lookup_pinvoke_call): Include the error message
2293         from g_module_error() in the error message.
2294
2295 2002-08-24  Martin Baulig  <martin@gnome.org>
2296
2297         * debug-mono-symfile.c (mono_debug_update_mono_symbol_file): New
2298         function to update the symbol file.  The symbol file is mmap()ed
2299         writable, but private.  This allows us to install the symbol file
2300         together with the assembly.
2301
2302 2002-08-24  Martin Baulig  <martin@gnome.org>
2303
2304         * debug-mono-symfile.[ch]: New files.  Similar to debug-symfile.[ch]
2305         but they can read the new symbol file format which mcs is now creating.
2306
2307         * debug-symfile.c (mono_debug_find_source_location): Moved to
2308         debug-mono-symfile.c; this is now operating on the new symbol file.
2309
2310 2002-08-23  Martin Baulig  <martin@gnome.org>
2311
2312         * debug-helpers.c (mono_method_desc_from_method): New function to get
2313         a MonoMethodDesc from a MonoMethod.
2314
2315 Fri Aug 23 15:54:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
2316
2317         * object.c: fixes assertion failure caused by multiple ExecuteAssembly
2318         calls for same domain (patch by Tomi Pakarinen <Tomi.Pakarinen@iki.fi>).
2319
2320 Fri Aug 23 12:14:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
2321
2322         * string-icalls.[ch]: make helper methods static.
2323
2324 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2325
2326         * icall.c: re-applied patch to GetValueInternal. Also added R4 and R8
2327         types to it and to SetValueInternal.
2328
2329         * object.c: Moved handle_enum label to its proper place. This was the
2330         f... bug! ;-)
2331
2332         This time i compiled mcs and gtk-sharp and they both work.
2333
2334 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2335
2336         * icall.c: reverted partially my previous patch until 
2337         object.c:set_value handles enums correcly.
2338
2339 2002-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2340
2341         * icall.c:
2342         (ves_icall_MonoField_GetValue): changed to use mono_field_get_value.
2343         (ves_icall_System_Environment_get_MachineName): removed warning when
2344         compiling under cygwin.
2345
2346 Thu Aug 22 18:49:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
2347
2348         * object.c: fixed field_get_value() for reference types.
2349
2350 2002-08-22  Dick Porter  <dick@ximian.com>
2351
2352         * socket-io.c (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal):
2353         Don't free a buffer while it's still needed.  Patch from Jonathan
2354         Liger <Jonathan.liger@wanadoo.fr>
2355
2356 2002-08-21  Miguel de Icaza  <miguel@ximian.com>
2357
2358         * icall.c (ves_icall_System_Environment_get_Platform): Add new
2359         internal call.
2360
2361 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>
2362
2363         * icall.c (ves_icall_get_method_info): s/MonoMethod/MonoReflectionMethod/
2364         (ves_icall_get_parameter_info): s/MonoMethod/MonoReflectionMethod/
2365
2366         * marshal.c (mono_marshal_get_remoting_invoke): save lmf, because
2367         we call unmanaged code which throws exceptions.
2368
2369 Wed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
2370
2371         * appdomain.h: added per-domain entry_assembly.
2372         * appdomain.c: ensure mono_runtime_exec_main () gets non-null
2373         arguments.
2374         * icall.c: Assembly::GetEntryAssembly icall.
2375         * object.c: set domain->entry_assembly in mono_runtime_exec_main().
2376         Changes above from a patch by Tomi Pakarinen <tomi.pakarinen@welho.com>.
2377
2378 Tue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
2379
2380         * appdomain.h, gc.c: added mono_domain_finalize ().
2381
2382 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2383
2384         * object.c:
2385         (mono_print_unhandled_exception): changed g_warning by g_printerr
2386         because g_log has a 1024 characters limit (yeah, i got a big stack
2387         trace). Don't print exception name, that should be in ToString 
2388         returned string.
2389
2390 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2391
2392         * icall.c: added ves_icall_FieldInfo_SetValueInternal.
2393         * object.c: added missing MONO_TYPE_ARRAY in mono_runtime_invoke_array.
2394
2395 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2396
2397         * object.c:
2398         (mono_print_unhandled_exception): after previous commit, i realized
2399         that MS calls ToString on the exception. I changed this function to
2400         do that. This way we get stack_trace for free.
2401
2402 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2403
2404         * object.c:
2405         (mono_print_unhandled_exception): invoke Message property instead of
2406         getting 'message' field from Exception. Don't allocate memory for
2407         'trace' and 'message' if not needed.
2408
2409 2002-08-18  Dick Porter  <dick@ximian.com>
2410
2411         * unicode.c: Fix asserts to match Encoder.cs checks
2412
2413 Fri Aug 16 21:42:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
2414
2415         * marshal.c: fix unaligned store issue and a few wrong
2416         opcode argument types.
2417
2418 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2419
2420         * icall.c: added GetUninitializedObjectInternal internal call.
2421
2422 2002-08-16  Dietmar Maurer  <dietmar@ximian.com>
2423
2424         * appdomain.c (mono_runtime_invoke_in_domain): transfer Exception
2425         to the right domain.
2426
2427 2002-08-14  Dietmar Maurer  <dietmar@ximian.com>
2428
2429         * marshal.c (mono_marshal_get_runtime_invoke): unbox value types
2430
2431         * class.c (class_compute_field_layout): set blittable to false for Strings
2432
2433         * appdomain.c (mono_domain_transfer_object): added support for ISerializable
2434
2435 Wed Aug 14 17:26:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
2436
2437         * appdomain.h, reflection.c, icall.c, object.c, reflection.h:
2438         first chunk of code to create types at runtime. Code to
2439         handle ReflectedType/DeclaringType. Make reflection handles
2440         domain specific.
2441
2442 Wed Aug 14 17:24:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
2443
2444         * class.c: set correct name in arrays.
2445
2446 2002-08-13  Dietmar Maurer  <dietmar@ximian.com>
2447
2448         * appdomain.c (mono_domain_transfer_object): make it work with
2449         valuetypes. bug fixes.
2450
2451 2002-08-12  Dick Porter  <dick@ximian.com>
2452
2453         * object.h: Rename some parameters to avoid c++ keywords (Patch
2454         from Joseph Wenninger <kde@jowenn.at>)
2455
2456 Thu Aug 8 13:04:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
2457
2458         * icall.c: added icall to implement Assembly.GetFile*.
2459
2460 Thu Aug 8 10:18:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
2461
2462         * reflection.h, reflection.c: code to embed managed resources.
2463
2464 Tue Aug 6 17:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
2465
2466         * class.c: move all the type size stuff into
2467         class_compute_field_layout().
2468
2469 Tue Aug 6 11:20:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
2470
2471         * class.c: ensure enums have always the correct instance size.
2472         * unicode.c: remove wrong assert.
2473
2474 Mon Aug 5 19:30:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
2475
2476         * assembly.c: fix mem corruption issue.
2477         * image.h, image.c: added mono_image_get_resource () to access
2478         managed resources.
2479         * icall.c: implemented Assembly.EntryPoint property and some
2480         Managed Resources related internalcalls.
2481
2482
2483 Mon Aug 5 18:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
2484
2485         * image.c, image.h: impemented mono_image_get_entry_point ().
2486         * appdomain.c: use mono_image_get_entry_point.
2487
2488 Mon Aug 5 13:08:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
2489
2490         * reflection.c: support the object type argument when loading
2491         custom attributes.
2492
2493 2002-08-05  Dietmar Maurer  <dietmar@ximian.com>
2494
2495         * marshal.c (mono_marshal_get_managed_wrapper): add suppport for
2496         String as return type.
2497
2498 Fri Aug 2 21:15:42 CEST 2002 Paolo Molaro <lupus@ximian.com>
2499
2500         * reflection.c: fix encoding of named args for custom attrs to match
2501         the ms implementation. Read them back when instantiating custom
2502         attributes.
2503
2504 2002-08-02  Radek Doulik  <rodo@ximian.com>
2505
2506         * marshal.c (mono_mb_add_data): convert ret value to LE, suggested
2507         by Dietmar as quick fix
2508         (mono_marshal_get_delegate_begin_invoke): use sig->param_count +
2509         16 as stack size, used on more places as quick fix before Dietmar
2510         will fix it properly
2511
2512 Fri Aug 2 17:48:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
2513
2514         * object.h, object.c: added accessors for fields and properties.
2515
2516 Fri Aug 2 17:45:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
2517
2518         * class.c, class.h: made mono_class_get_field_from_name ()
2519         loop on parent types.
2520         Added mono_class_get_property_from_name ().
2521
2522 Fri Aug 2 11:40:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
2523
2524         * class.c, class.h: move the code to setup the type vtable in its own
2525         function so that it can be reused also for types created at runtime.
2526         Eliminate the "class" identifier from the header file.
2527         * reflection.c: setup the vtable for enums so that we can create
2528         objects for use in SetConstant ().
2529
2530 2002-08-02  Dietmar Maurer  <dietmar@ximian.com>
2531
2532         * marshal.c (mono_delegate_to_ftnptr): pass delegate->target
2533         instead of the delegate itself as this pointer (bug #28383)
2534
2535 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
2536
2537         * marshal.c (mono_marshal_get_managed_wrapper): added return type
2538         conversions.
2539
2540 Wed Jul 31 16:49:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
2541
2542         * loader.c: don't set the pinvoke bit on icalls.
2543
2544 2002-07-31  Dietmar Maurer  <dietmar@ximian.com>
2545
2546         * debug-helpers.c (mono_method_full_name): only print a number to
2547         indicate wrapper type (so that the output is more readable in traces).
2548
2549 2002-07-30  Dietmar Maurer  <dietmar@ximian.com>
2550
2551         * class.c (mono_class_init): include method override patch from Paolo
2552
2553 Tue Jul 30 15:20:08 CEST 2002 Paolo Molaro <lupus@ximian.com>
2554
2555         * icall.c: fixed GetTypeCode().
2556
2557 2002-07-29  Dietmar Maurer  <dietmar@ximian.com>
2558
2559         * threads.c (ves_icall_System_Threading_Thread_Thread_internal):
2560         use real delegate invoke function to make it work with multicast
2561         delegates (fix bug# 28291).
2562
2563 Fri Jul 26 11:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
2564
2565         * object.c: load constant strings.
2566
2567 Fri Jul 26 11:36:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
2568
2569         * reflection.c: no magic numbers.
2570         * tabledefs.h: security action enum.
2571
2572 Fri Jul 26 11:22:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
2573
2574         * assembly.c: fix possible memory corruption.
2575
2576 Thu Jul 25 13:58:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
2577
2578         * reflection.h, reflection.c: added support for linking resources.
2579         * verify.c: check we have an updated corlib.
2580
2581 2002-07-25  Dietmar Maurer  <dietmar@ximian.com>
2582
2583         * marshal.c (mono_marshal_get_native_wrapper): correctly marshal
2584         string arrays.
2585         (mono_marshal_string_array): null terminate unmanaged string arrays.
2586         (mono_marshal_get_managed_wrapper): print warning for arrays (not implemented)
2587
2588 Wed Jul 24 13:32:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
2589
2590         * icall.c: Type.GetType () can now return also types from the
2591         calling assembly.
2592
2593 Wed Jul 24 13:04:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
2594
2595         * loader.h, loader.c: stack walking support.
2596         * icall.c: implemented GetCurrentMethod, GetExecutingAssembly,
2597         GetCallingAssembly.
2598
2599 2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
2600
2601         * marshal.c: added optimisations for blittable types 
2602
2603         * class.c (mono_array_class_get): do not set blittable attribute on arrays
2604         (mono_class_setup_mono_type): set blittable attribute for single
2605         and double.
2606
2607         * marshal.c (mono_string_utf8_to_builder): impl.
2608         (mono_string_builder_to_utf8): impl.
2609         (mono_marshal_get_native_wrapper): impl. StringBuilder marshaling
2610
2611 2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
2612
2613         * marshal.c (mono_marshal_get_native_wrapper): impl. byref types
2614         (mono_marshal_get_managed_wrapper): impl. byref types
2615
2616 2002-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2617
2618         * icall.c:
2619         (search_method): don't display debug message. 
2620
2621 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
2622
2623         * metadata.c (mono_type_stack_size): removed temporary fix for new gcc
2624
2625 Mon Jul 22 18:17:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
2626
2627         * appdomain.c: set the missing filename when throwing exception.
2628
2629 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
2630
2631         * metadata.c (mono_type_size): code cleanup
2632         (mono_type_stack_size): removed some test code
2633
2634 2002-07-21  Miguel de Icaza  <miguel@ximian.com>
2635
2636         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Use
2637         mono_get_exception_file_not_found now.
2638
2639         * exception.c (mono_exception_from_name_two_strings): New version
2640         that will call a constructor with two string arguments. 
2641         (mono_get_exception_file_not_found): New helper routine, used to
2642         report file-not-found errors.
2643
2644 2002-07-20  Dick Porter  <dick@ximian.com>
2645
2646         * process.h:
2647         * process.c: Pass file handles to CreateProcess
2648         
2649         * icall.c:
2650         * file-io.h:
2651         * file-io.c: Implemented CreatePipe
2652
2653 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
2654
2655         * metadata.c (mono_get_param_info): set alignment for value types
2656
2657 Fri Jul 19 18:58:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
2658
2659         * appdomain.h, domain.c, threads-types.h: don't include config.h in headers.
2660         Constify mono_domain_assembly_open().
2661         * loader.c: handle null namespace in icalls.
2662
2663 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
2664
2665         * marshal.c (emit_ptr_to_str_conv): marshal object as structs
2666         (emit_str_to_ptr_conv): marshal object as structs
2667
2668         * metadata.c (mono_type_to_unmanaged): marshal object as structs
2669
2670         * marshal.c (mono_marshal_get_runtime_invoke): support value types
2671
2672 2002-07-18  Dietmar Maurer  <dietmar@ximian.com>
2673
2674         * marshal.c (mono_marshal_get_runtime_invoke): use exception filters
2675         (mono_marshal_get_native_wrapper): we an now return value types
2676
2677 Wed Jul 17 18:21:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
2678
2679         * verify.c: more checks implemented.
2680
2681 2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
2682
2683         * marshal.c (mono_delegate_to_ftnptr): invoke the right method
2684         (fix bug #27695)
2685         (mono_marshal_get_native_wrapper): allow byref arguments
2686         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringXXX):
2687         impl. PtrToStringXXX methods
2688         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure_type): impl.
2689         (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): impl.
2690         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi): impl.
2691         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): impl.
2692         (ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure): impl.
2693
2694 Tue Jul 16 19:00:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
2695
2696         * reflection.c: fix buglet in parsing an assembly name.
2697
2698 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
2699
2700         * marshal.c (emit_ptr_to_str_conv): first impl.
2701
2702 Tue Jul 16 12:39:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
2703
2704         * object.c, class.h: cache the vtable in the class as suggested by
2705         vargaz@freemail.hu (Zoltan Varga).
2706
2707 Tue Jul 16 11:27:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
2708
2709         * class.h, loader.c: added mono_field_from_token().
2710         * verify.c: first cut of type checking code.
2711
2712 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
2713
2714         * marshal.c (mono_marshal_get_native_wrapper): support valuetypes
2715
2716 2002-07-15  Dietmar Maurer  <dietmar@ximian.com>
2717
2718         * marshal.c (mono_marshal_get_native_wrapper): handle enum types
2719         (fix bug #27782)
2720         (mono_marshal_get_remoting_invoke): impl.
2721         (mono_delegate_begin_invoke): impl.
2722         (mono_mb_emit_save_args): impl.
2723         (mono_delegate_end_invoke): impl.
2724         (mono_marshal_get_delegate_begin_invoke):
2725         (mono_marshal_get_delegate_end_invoke):
2726         (mono_marshal_get_delegate_invoke): generate a special name for
2727         those methods (including the signature) and associate them whith
2728         the delegate class. 
2729
2730 2002-07-13  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
2731
2732         * reflection.[ch]: 
2733         (mono_reflection_type_from_name): now it has a MonoImage parameter
2734         which is used as the default image to search the type in. If the image
2735         is NULL or getting the type from it fails, it defaults to corlib.
2736
2737         * icall.c: changed 1 call to mono_reflection_type_from_name to match
2738         new parameter.
2739
2740 Sat Jul 13 19:32:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
2741
2742         * reflection.c: update the parameter table index.
2743
2744 Sat Jul 13 17:34:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
2745
2746         * domain.c: don't include the mark byte in the string hash.
2747
2748 Sat Jul 13 15:06:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
2749
2750         * icall.cs: icall for Type.GetTypeCode ().
2751         * verify: a couple of fixes and disabled local initialization checks.
2752
2753 2002-07-12  Dietmar Maurer  <dietmar@ximian.com>
2754
2755         * marshal.c: better debugging support (DEBUG_RUNTIME_CODE)
2756
2757         * debug-helpers.c (mono_method_full_name): print the type of the
2758         runtime wrapper
2759
2760         * metadata.c (mono_signature_hash): a hash function for signatures
2761         (mono_signature_hash): better hash algorithm
2762
2763         * marshal.c (mono_marshal_get_delegate_invoke): cache methods by signature
2764
2765         * debug-helpers.c (mono_method_full_name): this can now generate
2766         method names with signatures
2767
2768         * marshal.c (mono_marshal_get_managed_wrapper): bug fix: unmanaged
2769         method dont have this pointers.
2770
2771 Fri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
2772
2773         * reflection.c: fixup typebuilder tokens.
2774         * image.c: fix buglet.
2775         * marshal.h: remove whitespace.
2776         * metadata.h, metadata.c: reinstate code that was removed.
2777         * verify.c: handle catch directives and fix another couple of bugs.
2778
2779 2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
2780
2781         * marshal.c (mono_marshal_get_native_wrapper): support BOOLEAN
2782         (mono_marshal_get_native_wrapper): make it comp. with the old code
2783         (mono_marshal_get_native_wrapper): support boolean
2784         (mono_marshal_get_managed_wrapper): support more types
2785
2786 2002-06-25  Dietmar Maurer  <dietmar@ximian.com>
2787
2788         * class.c (class_compute_field_layout): compute class->blittable attribute.
2789
2790 2002-07-09  Dick Porter  <dick@ximian.com>
2791
2792         * threads.c: Make the thread cleaning up cope with threads that
2793         call ExitThread()
2794
2795 2002-07-08  Radek Doulik  <rodo@ximian.com>
2796
2797         * reflection.c (method_encode_code): use non-translated values to
2798         compute finally_start, this fixes exception handling on ppc, yay!
2799
2800         * decimal.h (struct signscale): fix endianess
2801
2802 2002-07-07  Radek Doulik  <rodo@ximian.com>
2803
2804         * reflection.c: swap box_val and not val
2805
2806 Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
2807
2808         * reflection.c, reflection.h: handle full assembly info in type name.
2809         Handle Type arguments when loading custom attributes.
2810         * icall.c: updated to use new mono_reflection_type_from_name () method.
2811
2812 2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2813
2814         * loader.c:
2815         (method_from_memberref): also print assembly name when method not found.
2816
2817 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2818
2819         * icall.c:
2820         (ves_icall_TypeGetProperties): fixed bug #27473. 
2821
2822 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2823
2824         * reflection.c: display image name and token when cannot find the
2825         .ctor for an attribute.
2826
2827 2002-07-05  Martin Baulig  <martin@gnome.org>
2828
2829         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
2830
2831 2002-07-04  Dick Porter  <dick@ximian.com>
2832
2833         * threads.c (mono_thread_cleanup): Nasty kludge to get this to
2834         compile on mingw.  This will cause mingw builds to not wait for
2835         subthreads to terminate after the main thread does.  I've lodged a
2836         bug with the mingw developers for them to wrap OpenThread().
2837
2838 2002-07-03  Dick Porter  <dick@ximian.com>
2839
2840         * threads.c: Store thread IDs instead of handles, because
2841         GetCurrentThread() returns a pseudohandle and therefore stores
2842         useless values.  mono_thread_cleanup() continues checking the
2843         array of threads until it is empty, to cope with subthreads
2844         spawning new threads after the main thread has finished.
2845
2846         * profiler.h:
2847         * profiler.c:
2848         * profiler-private.h: Pass the thread ID to thread profiler
2849         functions, instead of a handle
2850
2851 Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
2852
2853         * verify.c: fixes to make it more usable.
2854         * pedump.c: added --verify code to verify IL code in an assembly.
2855
2856 Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
2857
2858         * reflection.c: turn errors into warnings to allow compiling corlib.
2859
2860 Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
2861
2862         * reflection.c: add special cases to compile corlib.
2863
2864 Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
2865
2866         * reflection.c: handle properties with only a set method.
2867
2868 Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
2869
2870         * opcodes.h: add enum with opcodes in opval order.
2871
2872 2002-07-01  Dick Porter  <dick@ximian.com>
2873         
2874         * object.h:
2875         * object.c (mono_runtime_run_main): Removed unneeded argument
2876
2877 2002-06-28  Martin Baulig  <martin@gnome.org>
2878
2879         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
2880
2881 2002-06-27  Dick Porter  <dick@ximian.com>
2882
2883         * threads.c: Store the handle in both the parent thread and in the
2884         subthread, to minimise the time between starting a new thread and
2885         storing its ID.
2886
2887 2002-06-26  Dick Porter  <dick@ximian.com>
2888
2889         * appdomain.c (mono_runtime_cleanup): Close the socket library
2890         after all the threads have finished, not before
2891
2892 2002-06-26  Martin Baulig  <martin@gnome.org>
2893
2894         * debug-symfile.c (mono_debug_find_source_location): Added
2895         `guint32 *line_number' argument.  If it's not NULL, store the line number
2896         there and return the file name without the line number.
2897
2898 2002-06-25  Dick Porter  <dick@ximian.com>
2899
2900         * icall.c:
2901         * process.h:
2902         * process.c: Process forking and other support functions
2903
2904 2002-06-25  Dick Porter  <dick@ximian.com>
2905
2906         * image.c (do_mono_image_open): Set ref_count to 1, so that bad
2907         things dont happen when the image is closed.
2908         (mono_image_lookup_resource): Walk the resource section looking
2909         for a particular entry
2910
2911         * cil-coff.h: PE resource section decoding
2912
2913 2002-06-25  Dick Porter  <dick@ximian.com>
2914         
2915         * assembly.h:
2916         * assembly.c: 
2917         (mono_assembly_foreach): Accessor functions to walk the list of
2918         loaded assemblies
2919         (mono_assembly_set_main):
2920         (mono_assembly_get_main): Process methods need to know which
2921         assembly is the "main" one
2922
2923         * object.c (mono_runtime_run_main): Record the main assembly
2924
2925         * debug-helpers.c: Fix typo
2926
2927 2002-06-24  Dietmar Maurer  <dietmar@ximian.com>
2928
2929         * icall.c (ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged): impl.
2930         (ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged): impl.
2931
2932 Sat Jun 22 11:37:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
2933
2934         * icall.c: fix off-by-one in Assembly.GetTypes() reported by bob@karr.ath.cx.
2935
2936 2002-06-21  Miguel de Icaza  <miguel@ximian.com>
2937
2938         * image.c (do_mono_image_open): Initialize reference count,
2939         otherwise we leak the MonoImage.
2940
2941 Fri Jun 21 19:16:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
2942
2943         * reflection.c: small tweak to handle self-hosting.
2944
2945 Thu Jun 20 23:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
2946
2947         * reflection.c: fix type name parse code.
2948
2949 Thu Jun 20 19:24:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
2950
2951         * reflection.c: break out of the loop.
2952         * image.c: special case corlib.
2953
2954 Thu Jun 20 16:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
2955
2956         * reflection.c: add all the custom attrs at the end to ensure the
2957         ctors have been properly initialized when the attributes are defined
2958         in the current assembly.
2959
2960 Thu Jun 20 13:46:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
2961
2962         * reflection.c: handle correctly multiple-nested types.
2963
2964 Thu Jun 20 11:49:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
2965
2966         * row-indexes.h: fix typos.
2967         * reflection.c: adjust for typos and fix method_def_or_ref
2968         encoding in MethodImpl table.
2969
2970 Wed Jun 19 21:57:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
2971
2972         * reflection.c: fix entry point patching (thanks Serge!).
2973
2974 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
2975
2976         * verify.c: add check for System.Exception
2977
2978 Mon Jun 17 20:23:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
2979
2980         * image.c, class.c: minifix for code just c&p'ed.
2981         * reflection.c: warning fix.
2982         * object.h, loader.h, domain.c: load also StringBuilder.
2983
2984 Mon Jun 17 17:29:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
2985
2986         * marshal.h, marshal.c: some support code to handle complex marshaling.
2987
2988 Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
2989
2990         * class.h, class.c, reflection.c: handle ignorecase in GetType ().
2991         Better signatures with vtable error dump.
2992
2993 Mon Jun 17 16:13:35 CEST 2002 Paolo Molaro <lupus@ximian.com>
2994
2995         * reflection.c, reflection.h, icall.c: fixes for multiple-nested types.
2996
2997 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
2998
2999         * icall.c (ves_icall_Type_GetField): impl.
3000
3001 Mon Jun 17 16:08:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
3002
3003         * metadata.h, metadata.c: added mono_metadata_get_marshal_info()
3004         to retrieve a marshal description blob for a field or param.
3005
3006 Mon Jun 17 14:57:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
3007
3008         * reflection.h, reflection.c: change order of nested type emission
3009         to avoid table corruption. The NestedTypes table is sorted.
3010         * icall.c: change order of GetConstructor results to workaround mcs bug.
3011
3012 Fri Jun 14 16:24:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
3013
3014         * reflection.h, reflection.c: handle field and param marshal
3015         information.
3016
3017 Wed Jun 12 16:30:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
3018
3019         * icall.c, marshal.c marshal.h: more Marshal class implementation.
3020
3021 Tue Jun 11 17:29:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
3022
3023         * reflection.c: fix call convention.
3024
3025 Tue Jun 11 16:52:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
3026
3027         * reflection.h, reflection.c: mono_image_get_memberref_token()
3028         takes a type instead of a class, now. Added
3029         mono_image_get_array_token() to create tokens for the special
3030         multi-dim array methods.
3031
3032 Tue Jun 11 13:21:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
3033
3034         * assembly.c: handle modules (no assembly table). Split
3035         loading references in its own function.
3036         * class.c: handle moduleref resolution scope.
3037         * image.c, image.h: cache module name in image.
3038
3039 2002-06-07  Martin Baulig  <martin@gnome.org>
3040
3041         * reflection.c (mono_image_get_type_info): Only add a class layout entry
3042         if we actually have a `tb->class_size' (ie. it's not UnspecifiedTypeSize).
3043
3044 Fri Jun 7 22:07:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
3045
3046         * icall.c: more signature fixes that used uint instead of int.
3047
3048 Fri Jun 7 20:41:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
3049
3050         * reflection.c: fixed signature of field refs.
3051
3052 Fri Jun 7 19:41:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
3053
3054         * class.c, reflection.c: handle typerefs of nested types
3055         (both on read and when writing files).
3056
3057 Fri Jun 7 17:46:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
3058
3059         * icall.c: fix method signatures that tried to workaround the previous
3060         typo, d'oh!
3061
3062 Fri Jun 7 17:36:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
3063
3064         * debug-helpers.c: fix typo.
3065
3066 Fri Jun 7 17:00:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
3067
3068         * cil-coff.h, icall.c, image.c, reflection.c, reflection.h:
3069         rewrote the PE/COFF writing code (our programs are understood by the
3070         ms runtime, now).
3071
3072 Tue Jun 4 18:10:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
3073
3074         * gc.c, gc.h, icall.c: weakreference support.
3075
3076 Tue Jun 4 16:06:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
3077
3078         * Makefile.am, mono-config.c: use $(sysconfdir).
3079
3080 Mon Jun 3 13:13:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
3081
3082         * icall.c: changed default precision of Double.ToString() to 15.
3083         Fixed memory leak. Unified with Single.ToString.
3084
3085 Sat Jun 1 14:26:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
3086
3087         * sysmath.c: workaround systems missing NAN and/or HUGE_VAL.
3088
3089 Sat Jun 1 13:46:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
3090
3091         * pedump.c, appdomain.c, appdomain.h, assembly.c, domain.c,
3092         gc.c, icall.c, image.c, mono-config.c, reflection.c: killed
3093         warnings and compilation fixes from Dennis Haney (davh@davh.dk)
3094         and myself.
3095
3096 Fri May 31 16:58:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
3097
3098         * debug-symfile.c, sysmath.c: yet more compilation fixes.
3099
3100 Fri May 31 16:35:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
3101
3102         * reflection.c, socket-io.c: more compilation fixes.
3103
3104 Fri May 31 15:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
3105
3106         * appdomain.c, class.c, class.h, debug-symfile.c, decimal.c,
3107         domain.c, loader.c, object.c, object.h, reflection.c, string-icalls.h,
3108         unicode.c: warning and compiler compatibility fixes.
3109
3110 Fri May 31 15:36:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
3111
3112         * class.h, metadata.c: fixed warnings/compilation errors.
3113
3114 Fri May 31 13:08:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
3115
3116         * Makefile.am, mono-config.c, mono-config.h: configuration file
3117         support routines.
3118         * loader.c, loader.h: make Dll mapping configurable at runtime in the
3119         config file. Export methods to insert and lookup mappings.
3120
3121 Fri May 31 12:45:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
3122
3123         * reflection.c: handle types and boxed objects in custom attr
3124         constructors.
3125
3126 2002-05-30  Martin Baulig  <martin@gnome.org>
3127
3128         * debug-symfile.c
3129         (ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token): Removed.
3130
3131 Thu May 30 14:15:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
3132
3133         * metadata.c, metadata.h: added mono_metadata_implmap_from_method()
3134         to lookup the implmap row for a P/Invoke method.
3135         * loader.c: added mono_lookup_pinvoke_call(): we only lookup a
3136         P/Invoke method from the runtime on an as needed basis.
3137
3138 2002-05-28  Dietmar Maurer  <dietmar@ximian.com>
3139
3140         * metadata.c (mono_metadata_parse_signature): impl.
3141
3142 Tue May 28 16:02:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
3143
3144         * class.c: handle .pack directive.
3145
3146 Tue May 28 11:04:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
3147
3148         * object.c: initialize static fields with RVA data.
3149
3150 2002-05-25  Martin Baulig  <martin@gnome.org>
3151
3152         * debug-symfile.c
3153         (ves_icall_Debugger_DwarfFileWriter_get_type_token): Removed.
3154
3155 2002-05-24  Martin Baulig  <martin@gnome.org>
3156
3157         * debug-symfile.c
3158         (ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig): Removed.
3159         (ves_icall_Debugger_MonoSymbolWriter_method_from_token): Renamed to
3160         `ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token'.
3161
3162 Thu May 23 18:44:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
3163
3164         * object.c: special case string ctros in invoke.
3165         * gc.c: silly whitespace changes.
3166
3167 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
3168
3169         * threadpool.[ch]: impl. a threadpool that can
3170         be used by mint and mono.
3171
3172 2002-05-22  Martin Baulig  <martin@gnome.org>
3173
3174         * debug-symfile.c (ves_icall_Debugger_MonoSymbolWriter_method_from_token):
3175         The first argument is now a `MonoReflectionModuleBuilder *', the return
3176         value is a `MonoReflectionModuleBuilder *'.  Use the AssemblyBuilder's
3177         `methods' field to get the method builder.  The `token' argument is the
3178         unfixed token.
3179
3180         * unicode.c (iconv_get_length, iconv_convert): Silently ignore all
3181         invalid characters instead of g_assert_not_reached()ing.  This seems
3182         to be the behaviour of mscorlib.
3183
3184 2002-05-22  Dietmar Maurer  <dietmar@ximian.com>
3185
3186         * object.c (mono_runtime_invoke_array): applied patch from Rachel
3187         Hestilow to fix bug #25104
3188
3189 2002-05-21  Martin Baulig  <martin@gnome.org>
3190
3191         * debug-symfile.c (mono_debug_find_source_location): New function.
3192         Looks up an IL offset in the line number table and returns the source
3193         location as a string.
3194
3195 2002-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3196
3197         * icall.c:
3198         (mono_double_ToStringImpl): changed %f by %g until we have something
3199         better.
3200
3201 2002-05-21  Nick Drochak  <ndrochak@gol.com>
3202
3203         * icall.c : Use different name for Math.Pow's icall.  Needed to check
3204         parameters first in C#.
3205
3206 Mon May 20 17:36:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
3207
3208         * icall.c, reflection.h: added icall to get info about an event.
3209
3210 2002-05-20  Radek Doulik  <rodo@ximian.com>
3211
3212         * object.c (mono_value_box): don't use memcpy for boxing on BIG
3213         endian
3214         (mono_value_box): don't use memcpy for small sizes on
3215         architectures with unaligned access
3216
3217 2002-05-20  Martin Baulig  <martin@gnome.org>
3218
3219         * reflection.c (mono_reflection_setup_internal_class): Don't crash
3220         if `tb->parent == NULL'.
3221         (mono_reflection_create_internal_class): New function.  This is
3222         called from TypeBuilder.CreateType() and sets `klass->enum_basetype'
3223         for enum types.
3224
3225         * icall.c ("System.Reflection.Emit.TypeBuilder::create_internal_class"):
3226         New interncall.
3227
3228 2002-05-19  Martin Baulig  <martin@gnome.org>
3229
3230         * unicode.c (ves_icall_iconv_get_bytes): Actually use the `charCount'
3231         argument to get the length, don't default to the array length.
3232
3233 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
3234
3235         * assembly.c (mono_assembly_setrootdir): New function used to
3236         override the MONO_ASSEMBLIES directory.
3237
3238 Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
3239
3240         * icall.c: ValueType_GetHashCode() initialize local var.
3241
3242 Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
3243
3244         * reflection.c: sort custom attributes table.
3245
3246 Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
3247
3248         * reflection.c: support named args in custom attributes (write support).
3249
3250 Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
3251
3252         * reflection.c: fix finally position calculation.
3253
3254 2002-05-15  Radek Doulik  <rodo@ximian.com>
3255
3256         * reflection.c: fixed endianess at many places
3257
3258         * icall.c (ves_icall_InitializeArray): comment out debug msg
3259
3260 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
3261
3262         * object.c (mono_unhandled_exception): new function to handle
3263         unhandled exceptions.
3264         (mono_unhandled_exception): call the UnhandledException event.
3265         (mono_runtime_delegate_invoke): impl.
3266
3267 Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
3268
3269         * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
3270         returns the RVA, not the direct pointer to the data. Handle the case
3271         when the class size is fixed.
3272
3273 Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
3274
3275         * reflection.c: fix some endianess issues.
3276
3277 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
3278
3279         * object.c (mono_runtime_invoke): is now able to catch exceptions.
3280
3281         * threads.c (mono_thread_init): added a callback which is invoked
3282         at thread start.
3283
3284 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
3285         
3286         * icall.c: make GetHashCode return non-negative values.
3287
3288 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
3289
3290         * object.c, icall.c, gc.c: revert to address-based hashcode.
3291
3292 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
3293
3294         * icall.c (mono_double_ParseImpl): Added ParseImpl method.
3295
3296 Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
3297
3298         * icall.c, class.c: special case <Module>.
3299
3300 2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
3301
3302         * icall.c: fix bug in GetNow().
3303
3304 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
3305
3306         * object.c (mono_runtime_class_init): make sure that we call all
3307         static class constructors.
3308
3309 Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
3310
3311         * reflection.c: sort methodsemantics table.
3312
3313 Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
3314
3315         * reflection.h, reflection.c: honour init locals setting.
3316
3317 Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg@sc.rr.com>
3318
3319         * icall.c: copied Double ToStringImpl for Single ToStringImpl
3320
3321 Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
3322
3323         * reflection.c: support ContructorBuilders in attribute blob creation.
3324
3325 Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
3326
3327         * reflection.c: some changes to build a binary that can be run
3328         directly in windows.
3329
3330 Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
3331
3332         * loader.c: print a big message when an icall can't be found.
3333
3334 2002-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3335
3336         * string-icalls.c: fix bug 24248.
3337
3338 Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
3339
3340         * appdomain.c, appdomain.h, assembly.c, assembly.h, image.h,
3341         icall.c, reflection.h: separate assembly loading by pathname and by
3342         assembly name. Use the MONO_PATH env var to search for assemblies.
3343
3344 Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
3345
3346         * assembly.c, image.h: add some support for assemblies
3347         with multiple modules.
3348         * class.c, class.h: export mono_class_from_typeref().
3349         * loader.c: remove duplicated code and use mono_class_from_typeref(),
3350         instead.
3351
3352 Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
3353
3354         * unicode.c: Char.IsNumber doesn't include hex digits as the ms
3355         documentation says (the ECMA one is correct).
3356
3357 2002-05-02  Dick Porter  <dick@ximian.com>
3358
3359         * threads.c: Use GC_debug_register_finalizer with GC_debug_malloc.
3360         Don't name the synchronisation mutex.
3361
3362 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
3363
3364         * rand.c
3365         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetBytes):
3366         Make the prototypes match.
3367         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetNonZeroBytes):
3368         Same.
3369
3370         * icall.c
3371         (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Fixed for
3372         systems that use 'timezone' rather than tm.tm_gmtoff. Also, not
3373         all systems have tm.tm_zone, so use strftime() with %Z to print
3374         the timezone abreviation into a temp string.
3375
3376         * object.c (mono_ldstr): Fixed to use mono_string_chars() macro
3377         rather than mono_array_addr() on a MonoString on Big Endian
3378         machines.
3379
3380 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
3381
3382         * string-icalls.c (ves_icall_System_String_InternalReplace_Str):
3383         fix bug 24041
3384
3385 2002-04-30  Dick Porter  <dick@ximian.com>
3386
3387         * socket-io.c: Cope with SOCKET being an integer rather than a
3388         pointer now.
3389
3390         * threads.c: Added Thread_free_internal, to deal with thread
3391         handle cleanup.  Moved calls to handle_store() and handle_remove()
3392         to start_wrapper(), so each can only be called once.  Allocate
3393         synchronisation blocks with GC_malloc(), and use GC finalisation
3394         to close the handles.
3395
3396         * icall.c: added System.Threading.Thread::Thread_free_internal
3397
3398 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
3399
3400         * icall.c: support Environment.Exit, CommandLineArgs().
3401
3402 Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
3403
3404         * object.c, object.h: added mono_runtime_run_main () and
3405         mono_runtime_get_main_args () for use in System.Environment.
3406
3407 Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
3408
3409         * gc.c: fix thinko, enable actual finalization since the jit is now
3410         fixed.
3411
3412 Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
3413
3414         * gc.c, object.c: take into account that an object may be offset wrt the address
3415         returned by GC_malloc().
3416
3417 Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
3418
3419         * image.c: handle files without entries in the assembly table (modules).
3420
3421 2002-04-28 Patrik Torstensson <patrik.torstensson@intel.com>
3422
3423         * reflection.c (mono_reflection_setup_internal_class): remove g_assert_not_reached() to allow 
3424         mcs selfhosting again (build breaker) and did move the check to class instead. parent is
3425         allowed to be null when it's System.Object class setup.
3426
3427 2002-04-27  Martin Baulig  <martin@gnome.org>
3428
3429         * reflection.c (mono_reflection_setup_internal_class): g_assert_not_reached()
3430         if `tb->parent == NULL' rather than crashing.
3431
3432 2002-04-28  Nick Drochak  <ndrochak@gol.com>
3433
3434         * sysmath.c (ves_icall_System_Math_Asin): Fix copy-paste error.  Was
3435         calling acos() where asin() should have been called.
3436
3437 2002-04-26  Martin Baulig  <martin@gnome.org>
3438
3439         * assembly.c (default_assembly_name_resolver): Use G_FILE_TEST_IS_REGULAR
3440         instead of G_FILE_TEST_EXISTS - if you're in mcs/class/corlib/System/Test,
3441         there's a subdirectory called `System', but we don't want to read that
3442         subdirectory as an assembly.
3443
3444 2002-04-25  Martin Baulig  <martin@gnome.org>
3445
3446         * debug-symfile.c: Reflect latest MonoString changes.
3447
3448 Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
3449
3450         * rand.c, rand.h: instance method icalls need to have an explicit
3451         this pointer as first argument in the C implementation.
3452
3453 2002-04-25  Nick Drochak <ndrochak@gol.com>
3454
3455         * icall.c: Fix typo in map for GetNonZeroBytes
3456
3457 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
3458
3459         * string-icalls.c : String does now passes unit tests without any 
3460         errors, the following changes has been made:
3461         
3462         Implemented replace methods.
3463         Renaming of methods to (try) follow the standard.
3464         Fixed compare ordinal
3465         Made all memory allocated directly to function instead of via icall function.
3466         Small performance fix in is_in_array function
3467                         
3468  (2002-04-23) Changes from Duncan Mak <duncan@ximian.com>
3469
3470         c (mono_string_Internal_ctor_charp_int_int):
3471         (mono_string_Internal_ctor_sbytep_int_int):  Removed check for
3472         sindex < 0, throw ArgumentOutOfRangeException instead of
3473         ArgumentNullException.
3474
3475         Added new check for length == 0, however
3476         I need to make it return String.Empty from the C code.
3477         
3478         (mono_string_Internal_ctor_sbytep): Use mono_string_new, and let
3479         that calculate the length for us here.
3480         
3481         (mono_string_Internal_ctor_sbytep_int_int): Replaced
3482         mono_string_new_utf16 with mono_string_new, since value is utf8.
3483
3484 Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
3485
3486         * object.c: register the object for finalization if needed.
3487         Allocate one more char in the string for the terminating 0 char.
3488
3489 Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
3490
3491         * class.c, class.h, image.c: check if a type implemenst a destructor.
3492         Use the proper key for array class lookups.
3493         * icall.c: register the icalls in the System.GC class.
3494         * gc.c, gc.h: GC-related functions and icalls.
3495
3496 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3497
3498         * icall.c:
3499         * socket-io.c:
3500         * unicode.c: free some strings gotten from mono_string_to_utf8 and
3501         changed a couple of free () by g_free ().
3502
3503         * decimal.c: one-liner in the comments for decimal2string ().
3504
3505 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
3506
3507         * object.c (mono_runtime_invoke_array) : Bug because of my incompetence.
3508
3509 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
3510
3511         * reflection.c (mono_reflection_get_custom_attrs) : fixed image bug (crash)
3512         * object.c (mono_runtime_invoke_array) : handle null in params
3513
3514 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
3515
3516         * string-icalls.c: fixed bug in split (one off bug)
3517
3518 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
3519
3520         * string-icalls.c: fixed bug in remove and lastindexofany, add equals icall.
3521         * icalls.c: added String::Equals as internal method
3522
3523 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
3524
3525         * threads.c: fixed bug in the double interlocked functions
3526
3527 2002-04-22      Patrik Torstensson <patrik.torstensson@labs2.com>
3528
3529         * threads.c: implemented all of the new interlocked icalls.
3530         * string-icalls.c: fix a bug in insert.
3531         * icalls.c: added the icalls for interlocked, removed old string functions.
3532         
3533 Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
3534
3535         * loader.c: fix off-by-one error when reading argument names.
3536
3537 Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
3538
3539         * profiler.c: win32 counter implementation (untested).
3540         * icall.cs: win32 GetNow() and GetTimeZoneData() implementations
3541         (the latter needs testing and more complete impl. from win32 folks).
3542
3543 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
3544
3545         * object.c: mono_array_new_full workaround mono_array_class_get
3546         problem.
3547
3548 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
3549
3550         * string-icalls.c (mono_string_InternalRemove): Fixed overwrite bug.
3551         * object.h (mono_string_chars): Changed casting type.
3552
3553 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
3554
3555         * string-icalls.c: Fixed trim method, added the constructors done by Duncan, fixed
3556                            method signatures to use gunichar2 instead of gint16.
3557
3558 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
3559
3560         * object.h, object.c: domain-specific versions of mono_object_new and
3561         mono_array_new.
3562
3563 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
3564
3565         * object.c: changed String layout
3566
3567         * string-icalls.c (mono_string_Internal_ctor_chara): added
3568         internal string constructors.
3569
3570 Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
3571
3572         * threads.c: pass 'this' to the thread start routine.
3573
3574 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3575
3576         * string-icalls.c: fix IndexOf and LastIndexOf. Now
3577         InternalCompareStr don't call twice mono_string_cmp_char for the last
3578         character. Improved performance in mono_string_cmp_char.
3579
3580 Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
3581
3582         * Makefile.am, appdomain.c, class.c, object.c: split runtime-depended
3583         code into its own library: libmonoruntime.
3584
3585 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
3586
3587         * object.h, object.c: changed array format so that szarrays do not
3588         require a bounds structure.
3589         * icall.c, appdomain.c: support for new szarray format.
3590
3591 Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
3592
3593         * metadata.c: compare also the retuns type when comparing signatures:
3594         we didn't do this as an optimization since really overloaded methods
3595         must differ also in the arguments, but this doesn't work with
3596         low-level IL code (or when using explicit conversion operators: see
3597         bug#23498 for an example).
3598
3599 Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
3600
3601         * loader.c: SZARRAY types can be saved as TYPESPEC, too.
3602
3603 Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
3604
3605         * icall.c: make MonoType::GetElementType its own icall.
3606
3607 Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
3608
3609         * icall.c: remove MonoMethod_get_Name().
3610         * reflection.c, reflection.h, verify: cache the method name in the MonoMethod
3611         object.
3612
3613 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
3614
3615         * string-icalls.c: optimized a few methods.
3616
3617 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
3618
3619         * icall.c: added all new string internal calls
3620         * string-icalls.c: added, new string internal call implementation.
3621         * object.c: added mono_string_new_size for allocating a string a size
3622
3623 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
3624
3625         * object.c (mono_object_isinst): use the same code as in the
3626         optimized x86 version.
3627
3628 Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
3629
3630         * profiler.c: TSC-based timer code (faster and more accurate).
3631         Not hooked up in configure, yet (set USE_X86TSC to 1).
3632
3633 Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
3634
3635         * profiler.c, profiler.h: track time spent compiling methods.
3636         * threads.c: track thread creation/destruction.
3637
3638 Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
3639
3640         * profiler.c, profiler.h, profiler-private.h: profiling interface
3641         and sample implementation. Moved here so that it can be used also by
3642         the jit.
3643
3644 Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
3645
3646         * reflection.c, reflection.h: keep types and other handles separate in
3647         the hash tables for referred tokens. Add guid for modules.
3648
3649 Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
3650
3651         * assembly.c: fix bugs found with valgrind.
3652         * metadata.h, metadata.c: added mono_metadata_guid_heap().
3653
3654 2002-04-14      Patrik Torstensson <patrik.torstensson@labs2.com>
3655
3656         * threads: added icall support for getting current domain for
3657                    the thread.
3658  
3659 2002-04-13  Martin Baulig  <martin@gnome.org>
3660
3661         * debug-symfile.h (MonoDebugLocalInfo): Renamed to MonoDebugVarInfo.
3662         (MonoDebugVarInfo): Added `index' field for register based addresses.
3663         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 9.
3664         (MonoDebugMethodInfo): Replaced `guint32 *param_offsets' with
3665         `MonoDebugVarInfo *params' and `guint32 this_offset' with
3666         `MonoDebugVarInfo *this_var'.
3667
3668         * debug-symfile.c (relocate_variable): New static function to write
3669         a location description for a local variable or method parameter.
3670
3671 2002-04-12  Martin Baulig  <martin@gnome.org>
3672
3673         * debug-symfile.h (MonoDebugLocalInfo): New type. This contains the
3674         stack offset and begin/end scope address of a local variable.
3675         (MonoDebugMethodInfo): Replaced `guint32 *local_offsets' with
3676         'MonoDebugLocalInfo *locals', added `prologue_end' and `epilogue_begin'.
3677         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 8.
3678
3679         * debug-symfile.c (MRT_variable_start_scope, MRT_variable_end_scope):
3680         Added new relocation types for start/end scope of a local variable.
3681
3682 Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
3683
3684         * object.h: add mono_object_domain() macro.
3685         * reflection.c: handle typespecs.
3686         * icall.c: MonoMethod::get_Name() implementation.
3687
3688 Thu Apr 11 12:29Ni:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
3689
3690         * icall.c: String::GetHashCode() icall implementation.
3691
3692 Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
3693
3694         * icall.c: String::IndexOfAny icall.
3695         * object.c, object.h: make array->max_length more useful.
3696         Intrduced mono_object_class() and mono_string_length() macros.
3697
3698 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3699
3700         * unicode.c (ves_icall_System_Char_IsNumber): use g_unichar_isxdigit
3701         instead of g_unichar_isdigit.
3702
3703 2002-04-11  Nick Drochak  <ndrochak@gol.com>
3704
3705         * icall.c: Implement a simple Double.ToString().
3706
3707 Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
3708
3709         * appdomain.h: only io-layer.h is supposed to be included.
3710         * icall.c: explicitly import environ. Fix warning.
3711
3712 2002-04-10  Nick Drochak  <ndrochak@gol.com>
3713
3714         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData) :
3715                 return true even if it's not Daylight Savings time.
3716                 Only return false for the case where the function isn't
3717                 implemented for a plaform (read Windows).
3718
3719 Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
3720
3721         * appdomain.h, appdomain.c, class.c, object.c: protect MonoDomain
3722         data with a mutex.
3723
3724 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
3725
3726         * mempool.c (mono_mempool_alloc): only use g_malloc when
3727         absolutely necessary.
3728
3729 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
3730
3731         * mempool.c (MEM_ALIGN): hardcode MEM_ALIGN to 8
3732
3733         * class.c (mono_class_vtable): use domain mempool to allocate vtable
3734         (mono_class_proxy_vtable): use domain mempool
3735
3736 Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
3737
3738         * appdomain.h, appdomain.c: split initialization that requires the
3739         execution engine support into mono_runtime_init().
3740
3741 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
3742
3743         * class.c (mono_class_init): don't include vtable inside MonoClass
3744         to save some memory, gather some statistics.
3745         (mono_class_vtable): use g_malloc instead of GC_malloc when possible
3746
3747 Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
3748
3749         * icall.c: internalcall implementation for ValueType.Equals().
3750
3751 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
3752
3753         * object.c (mono_message_init): moved 
3754         (mono_runtime_exec_main): new arch. independent impl.
3755         (mono_runtime_invoke_array): new method - like
3756         mono_runtime_invoke, but you can pass an array of objects.
3757         (mono_remoting_invoke): new arch. independent impl.
3758         (mono_message_invoke): new arch. independent impl.
3759         (mono_runtime_class_init): new arch. independent impl.
3760         (mono_runtime_object_init): new arch. independent impl.
3761
3762 Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
3763
3764         * metadata.c, object.c, reflection.c: documented the exported
3765         functions.
3766
3767 Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
3768
3769         * icall.c: simpler code to pass the assembly builder data to corlib.
3770         Implement GetNestedTypes() internalcall.
3771
3772 Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
3773
3774         * class.c: warn if a type can't be loaded.
3775
3776 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
3777
3778         * image.h: typedef MonoImageOpenStatus
3779         * types.h: removed unused file
3780         
3781 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
3782
3783         * icall.c: Enum_ToObject accepts enum value arguments.
3784
3785 Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
3786
3787         * class.c: move initialization of properties, events and nested
3788         classes, so that they happen for interfaces, too.
3789
3790 Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
3791
3792         * icall.c: cleanup some ugly casts in Array_SetValue*.
3793
3794 Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
3795
3796         * icall.c: the values array fro enums is of the correct type, now.
3797         Implement (correctly) getFullName instead of assQualifiedName for
3798         MonoType.
3799         * reflection.h, reflection.c: added mono_type_get_name ().
3800
3801 Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
3802
3803         * assembly.c, image.h: for each MonoImage, record from wich assembly
3804         it was loaded.
3805         * reflection.h, icall.c: added System_Reflection_Assembly_GetTypes().
3806         Make Type.Assembly work.
3807
3808 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
3809
3810         * debug-symfile.h: use char* instead of gpointer to avoid
3811         unnecessary casts.
3812
3813         * appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
3814
3815         * icall.c (ves_icall_InternalExecute): impl. FielSetter
3816         (ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
3817
3818 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
3819
3820         * icall.c (mono_message_init): impl. (code cleanup)
3821         (ves_icall_InternalExecute): impl. FieldGetter
3822
3823         * class.c (mono_class_init): added exerimental EXT_VTABLE_HACK, if
3824         defined we call all (non-static)methods through the vtable. 
3825
3826 Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus@ximian.com>
3827
3828         * class.c: it seems GC_debug_malloc() makes the Boehm GC call the
3829         finalizer even though the memory is still referenced (and the chunk of
3830         memory is not freed).
3831
3832 Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus@ximian.com>
3833
3834         * assembly.c: fix brokeness.
3835
3836 Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
3837
3838         * class.c: kill some warnings. Check explicit interface method
3839         implementation also without considering the namespace.
3840         Load also literal strings in static class data.
3841
3842 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
3843
3844         * assembly.c (default_assembly_name_resolver): Kill memory leak. 
3845         (default_assembly_name_resolver): Make the resolver take the
3846         "base" directory where the assembly was originally defined, so we
3847         can load DLLs that are in the same directory as the assembly that
3848         is being referenced.
3849
3850 2002-03-28  Dick Porter  <dick@ximian.com>
3851
3852         * file-io.h: 
3853         * file-io.c:
3854         * socket-io.c: 
3855         * unicode.h: 
3856         * unicode.c: Warning cleanups
3857
3858 Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus@ximian.com>
3859
3860         * object.h, reflection.h: use the correct type instead of MonoObject.
3861
3862 2002-03-28  Martin Baulig  <martin@gnome.org>
3863
3864         * debug-symfile.c (mono_debug_class_get): Don't look in referenced assemblies.
3865         (mono_debug_update_symbol_file): Initialize classes if necessary.
3866
3867 Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus@ximian.com>
3868
3869         * assembly.c, debug-helpers.c, image.c, image.h, metadata.c, pedump.c,
3870         rawbuffer.c, reflection.c, verify.c: mare warning cleanups.
3871
3872 Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus@ximian.com>
3873
3874         * assembly.h: fix function prototype.
3875         * metadata.h, metadata.c, object.h, private.h: get rid of warnings.
3876         * mono-endian.h: use const cast.
3877
3878 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
3879
3880         * icall.c (ves_icall_MonoMethodMessage_InitMessage): moved from message.c
3881
3882 Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus@ximian.com>
3883
3884         * loader.c: don't assert when a typeref can't be loaded, give
3885         a chance to the runtime to trow an exception instead.
3886         * loader.h: fix warning.
3887
3888 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
3889
3890         * class.c (mono_class_proxy_vtable): added proxy support
3891
3892 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
3893
3894         * icall.c: removed last of PAL calls, added System.Environment
3895         * file-io.h, file-io.c: MonoIO implementation
3896         * object.h, object.c: mono_string_to_utf16() now returns gunichar2*
3897
3898 Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
3899
3900         * appdomain.c: do not use the byte marker in ldstr table lookup.
3901         * debug-helpers.c: allow two ':' to separate class and method name.
3902         * object.c: allocate arrays bounds with the GC, too.
3903         * verify: add a few more checks.
3904
3905 Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
3906
3907         * reflection.c: output also literal strings. Allocate parameter data
3908         with GC_malloc() (thanks, Martin, for catching this!).
3909
3910 2002-03-26  Martin Baulig  <martin@gnome.org>
3911
3912         * debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
3913         include the `this' offset in the `param_offsets'.
3914
3915 2002-03-25  Martin Baulig  <martin@gnome.org>
3916
3917         * debug-symfile.c (mono_debug_update_symbol_file): Use a new
3918         mono_debug_get_class() function to get the classes. Added new
3919         relocation types for arrays and strings.
3920         (mono_debug_get_class): New static function to search in all
3921         referenced assemblies for a metadata token.
3922
3923         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.
3924
3925 Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus@ximian.com>
3926
3927         * reflection.h, reflection.c: use a gc-safe hash for hash tables that
3928         hold gc-allocated objects. Make the string heap a stream like the
3929         others. Removed duplicated code when writing stream info.
3930         Added asserts to catch possible buffer overflows. Set the sorted map
3931         for tables that need sorting. Added some documentation.
3932
3933 Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus@ximian.com>
3934
3935         * appdomain.h, appdomain.c, class.c, object.c: use a GC-safe hash table 
3936         for interned strings and vtables.
3937
3938 2002-03-24  Martin Baulig  <martin@gnome.org>
3939
3940         * icall.c (ves_icall_Type_GetFields): Reverse the list before storing
3941         it in the array since it was created with g_slist_prepend().
3942
3943 2002-03-24  Martin Baulig  <martin@gnome.org>
3944
3945         * debug-symfile.c (mono_debug_local_type_from_signature): Renamed
3946         to ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig().
3947         (mono_debug_method_from_token): Renamed to
3948         ves_icall_Debugger_MonoSymbolWriter_method_from_token().
3949         (ves_icall_Debugger_DwarfFileWriter_get_type_token): New interncall.
3950
3951         * debug-symfile.c (MRT_type_sizeof, MRT_type_field_offset): New
3952         relocation types.
3953
3954         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 6.
3955
3956 2002-03-24  Martin Baulig  <martin@gnome.org>
3957
3958         * debug-symfile.c (mono_debug_local_type_from_signature): New func.
3959         (mono_debug_method_from_token): New func.
3960
3961         * icall.c (Mono.CSharp.Debugger.MonoSymbolWriter::get_local_type_from_sig):
3962         New interncall, calls mono_debug_local_type_from_signature().
3963         (Mono.CSharp.Debugger.MonoSymbolWriter::get_method): New interncall,
3964         calls mono_debug_method_from_token().
3965
3966 2002-03-23  Martin Baulig  <martin@gnome.org>
3967
3968         * unicode.c (ves_icall_iconv_get_char_count): The `count' argument
3969         specifies the number of bytes to be converted, not the array size.
3970         Return the number of chars, not the number of bytes.
3971         (ves_icall_iconv_get_chars): The `byteCount' argument
3972         specifies the number of bytes to be converted, not the array size.
3973
3974 2002-03-23  Martin Baulig  <martin@gnome.org>
3975
3976         * reflection.h (MonoReflectionSigHelper): New type.
3977
3978         * reflection.c (mono_reflection_sighelper_get_signature_local),
3979         (mono_reflection_sighelper_get_signature_local): New functions.
3980
3981         * icall.c (System.Reflection.Emit.SignatureHelper::get_signature_local),
3982         (System.Reflection.Emit.SignatureHelper::get_signature_field): New
3983         interncalls.
3984
3985 2002-03-23  Martin Baulig  <martin@gnome.org>
3986
3987         * rawbuffer.c (mono_raw_buffer_load_mmap): Use MAP_SHARED when
3988         is_writeable is set.
3989         (mono_raw_buffer_update): New function to write the modified map
3990         back to disk.
3991
3992         * debug-symfile.h (MonoDebugSymbolFile): Added `raw_contents_size'.
3993
3994         * debug-symfile.c (mono_debug_update_symbol_file): Call
3995         mono_raw_buffer_update() when done writing.
3996
3997 2002-03-23  Martin Baulig  <martin@gnome.org>
3998
3999         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 5.
4000
4001         * debug-symfile.c: Added support for arguments and local variables.
4002
4003 2002-03-23  Dick Porter  <dick@ximian.com>
4004
4005         * debug-symfile.c: Remove extraneous 'include <elf.h>' that wasn't
4006         protected by ifdefs, hence breaking the w32 build.
4007
4008 Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus@ximian.com>
4009
4010         * object.c: implement is_interned() the right way.
4011
4012 2002-03-21  Martin Baulig  <martin@gnome.org>
4013
4014         * debug-symfile.[ch]: New files to handle debugging information
4015         files. There's also support to dynamically update these symbol
4016         files to include machine dependent information.
4017
4018 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
4019
4020         * threads.c (mono_thread_create): new function to create thread
4021         from C
4022
4023 2002-03-20  Martin Baulig  <martin@gnome.org>
4024
4025         * icall.c (ves_icall_InternalInvoke): Create a new object if the
4026         method is a constructor.
4027         (icall_map): Added "System.Reflection.MonoCMethod::InternalInvoke",
4028         points to ves_icall_InternalInvoke().
4029
4030 2002-03-20  Dan Lewis <dihlewis@yahoo.co.uk>
4031
4032         * file-io.c: Flush shouldn't throw exceptions.
4033
4034 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
4035
4036         * file-io.c: FileStream flush support; FileSetLength now
4037         restores file pointer.
4038
4039 Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus@ximian.com>
4040
4041         * class.c: set image for pointer classes.
4042
4043 2002/03/19  Nick Drochak <ndrochak@gol.com>
4044
4045         * sysmath.c: Forgot one.
4046
4047 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
4048
4049         * sysmath.c: Avoid redefining existing names.
4050
4051 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
4052
4053         * sysmath.c, sysmath.h, icall.c, Makefile.am: math routines now
4054         handled by runtime as icall rather than dllimport from libm.so
4055         * file-io.c, file-io.h: fixed handle argument type.
4056
4057 2002-03-18  Dick Porter  <dick@ximian.com>
4058
4059         * reflection.c (mono_image_get_type_info): rename interface to
4060         iface, because of "#define interface struct" on windows.
4061
4062 Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus@ximian.com>
4063
4064         * class.c, class.h: rename and export mono_ptr_class_get().
4065         * metadata.c: support MONO_TYPE_ARRAY in MonoType compare.
4066         * reflection.c, reflection.h, icall.c: better/saner type name
4067         parsing and MonoType creation. Handle MONO_TYPE_ARRAY in
4068         method signatures.
4069
4070 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
4071
4072         * class.c (mono_class_init): removed hardcoded GHC_SLOT
4073
4074         * icall.c (ves_icall_InternalInvoke): impl.
4075
4076 Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus@ximian.com>
4077
4078         * reflection.c: output the interface map table, too.
4079
4080 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
4081
4082         * class.c (class_compute_field_layout): separate computation of 
4083         static field layout
4084
4085 2002-03-12  Dan Lewis <dihlewis@yahoo.co.uk>
4086
4087         * icall.c: added System.Buffer support.
4088         * file-io.c: moved file icalls from PAL to FileStream.
4089
4090 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
4091
4092         * icall.c (ves_icall_System_Object_GetHashCode): impl.
4093
4094 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
4095
4096         * icall.c (ves_icall_System_ValueType_GetHashCode): impl.
4097
4098 Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus@ximian.com>
4099
4100         * verify.c, verify.h: moved here the corlib/runtime consistency checks.
4101
4102 Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus@ximian.com>
4103
4104         * debug-helpers.{c,h}: moved here from monograph some useful functions
4105         to locate a method by name/signature in a class or image. Included
4106         also a small and flexible IL disassembler.
4107
4108 Fri Mar 8 16:29:29 CET 2002 Paolo Molaro <lupus@ximian.com>
4109
4110         * reflection.c: fixup tokens in methods with small header size, too.
4111
4112 2002-03-08  Dietmar Maurer  <dietmar@ximian.com>
4113
4114         * object.c (mono_string_to_utf8): remove assert(!error), instead
4115         print a warning. 
4116
4117 Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus@ximian.com>
4118
4119         * icall.c: update to the new mono_Array_class_get interface.
4120
4121 Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus@ximian.com>
4122
4123         * appdomain.c, object.c: Boehm-GC enable.
4124         * icall.c: make get_data_chunk() support split data requests.
4125         Ensure a class is initialized in more cases. Return only the first
4126         property found in GetProperties() or the compiler gets confused. 
4127         Implemented GetEvents(). Temporary fix to GetType(), needs rewriting.
4128         * reflection.h, reflection.c: add fixup mechanism for field and method
4129         tokens. Initialize assembly->typeref in a single place. Output
4130         properties after events. Support custom attributes for events, too.
4131         Typo fix for paramter custom attrs.
4132
4133 2002-03-07  Martin Baulig  <martin@gnome.org>
4134
4135         * icall.c (ves_icall_System_Array_FastCopy): Small fix.
4136
4137 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
4138
4139         * class.c (mono_array_class_get): fix. for multi. dim. arrays
4140
4141 2002-03-06  Martin Baulig  <martin@gnome.org>
4142
4143         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Make this work with
4144         non-zero lower bounds. See testcases #F10-#F13.
4145
4146 2002-03-05  Martin Baulig  <martin@gnome.org>
4147
4148         * exception.c (mono_get_exception_argument_out_of_range): New exception.
4149
4150         * icall.c (ves_icall_System_Array_GetValue): Moved actual implementation to
4151         ves_icall_System_Array_GetValue(), only calculate the absolute array position
4152         here.
4153         (ves_icall_System_Array_SetValue): Likewise.
4154         (ves_icall_System_Array_GetValueImpl): New interncall. Takes an array position
4155         as argument and does the actual work. This function is used when copying a
4156         multi-dimensional array.
4157         (ves_icall_System_Array_SetValueImpl): Almost completely rewrote this. It can
4158         now do all the widening conversions of value types.
4159         (ves_icall_System_Array_CreateInstanceImpl): Implemented.
4160
4161 Tue Mar 5 18:14:01 CET 2002 Paolo Molaro <lupus@ximian.com>
4162
4163         * class.c: remove some magic numbers and use the smbolic names,
4164         instead. Added init_events() to load event info at class init time.
4165         * metadata.h, metadata.c: added mono_metadata_events_from_typedef()
4166         and mono_metadata_methods_from_event().
4167         * reflection.h, reflection.c: added support for writing out the evnets
4168         related information.
4169
4170 Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus@ximian.com>
4171
4172         * reflection.h, icall.c: use a different method (GetInterfaces)
4173         to gather interface info and add isbyref, isprimitive and
4174         ispointer to the ves_icall_get_type_info() return value.
4175
4176 Mon Mar 4 11:22:26 CET 2002 Paolo Molaro <lupus@ximian.com>
4177
4178         * class.h: stared adding support for events.
4179         * icall.c: split find_members implementation. Added debug icall to get
4180         the address of an object.
4181         * reflection.c: handle TypeBuilders in mono_type_get_object().
4182
4183 2002-03-01  Martin Baulig  <martin@gnome.org>
4184
4185         * icall.c (ves_icall_System_Array_GetLength): This must throw an
4186         ArgumentOutOfRangeException(), not an ArgumentException().
4187         (ves_icall_System_Array_GetLowerBound): Likewise.
4188         (ves_icall_System_Array_GetValue): Improved argument checking.
4189         (ves_icall_System_Array_SetValue): Improved argument checking.
4190
4191 2002-03-01  Martin Baulig  <martin@gnome.org>
4192
4193         * icall.c (ves_icall_System_Array_GetValue): Raise an exception when
4194         called with invalid arguments rather than just dying with g_assert().
4195         (ves_icall_System_Array_SetValue): Likewise.
4196         (ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
4197         raise a NotImplementedException instead.
4198         (ves_icall_System_Array_GetLength): Added argument checking.
4199         (ves_icall_System_Array_GetLowerBound): Added argument checking.
4200
4201 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
4202
4203         * object.h (mono_assert): new macros mono_assert and
4204         mono_assert_not_reached
4205
4206 2002-02-28  Martin Baulig  <martin@gnome.org>
4207
4208         * icall.c: Rename "System::String::Intern" to "System::String::_Intern"
4209         and "System::String::IsInterned" to "System::String::_IsInterned".
4210
4211 Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>
4212
4213         * icall.c: remove hacks for typebuilder. Added icall to create a
4214         modified type from a tybebuilder.
4215         * reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
4216         in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
4217         to create a backing MonoClass for a TypeBuilder.
4218
4219 Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
4220
4221         * class.c, class.h: more refactoring of class init.
4222         Export mono_class_setup_mono_type() and mono_class_setup_parent().
4223
4224 Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>
4225
4226         * marshal.c, marshal.h: start of marshaling interface.
4227
4228 Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
4229
4230         * icall.c: fix order in assembly qualified name icall.
4231
4232 Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus@ximian.com>
4233
4234         * class.c: do not free str, since we store it in the hash table.
4235         * reflection.h: add label field to MonoILExceptionInfo.
4236         * reflection.c: handle references to more than one assembly. Handle
4237         case when there isn't a module created in the assembly.
4238
4239 Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus@ximian.com>
4240
4241         * class.c: Fix typo. Start refactoring of class init code.
4242
4243 Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus@ximian.com>
4244
4245         * appdomain.c: exit with 1 on error.
4246         * class.c: we already have the name in MonoClassField.
4247         * image.c, image.h, metadata.c, pedump.c: use directly a pointer in
4248         MonoStreamHeader instead of an offset of image->raw_metadata.
4249
4250 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
4251
4252         * appdomain.c (mono_init): Be even more descriptive about the error.
4253
4254 Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus@ximian.com>
4255
4256         * appdomain.c: give the user an informative message when corlib can't
4257         be loaded.
4258
4259 2002-02-26  Martin Baulig  <martin@gnome.org>
4260
4261         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
4262         New icall to get the time zone data.
4263
4264 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
4265
4266         * reflection.c: set virtual and raw size of section correctly.
4267         * threads.c: transfer domain information to newly created threads.
4268
4269 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
4270
4271         * class.c: when instancing a class in a domain, load the default
4272         vaules for static fields from the constant table. Fix System.Enum to
4273         not be an enum.
4274         * icall.c: implement Object::GetType() internalcall. Implemented
4275         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
4276         Fixed checking of binding flags in find_members().
4277         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
4278         * reflection.c: handle enumerations when writing to the constant
4279         table. Use a different object cache for types.
4280
4281
4282 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
4283
4284         * object.c (mono_object_isinst): fix for arrays
4285
4286         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
4287
4288 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
4289
4290         * object.c: don't use mprotect ()  and fix intern pool hash table
4291         lookup for big endian systems.
4292
4293 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
4294
4295         * icall.c: change type_is_subtype_of () signature.
4296
4297 2002-02-21  Mark Crichton  <crichton@gimp.org>
4298
4299         * rand.c, rand.h: Added random number generator for
4300         System.Security.Cryptography classes.
4301
4302         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
4303
4304         * icall.c: Added System.Security.Cryptography calls.
4305
4306 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
4307
4308         * class.c, icall.c, metadata.c: better support for pointer types.
4309         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
4310         * reflection.c: Add support for getting custom attrs for properties
4311         and simplify some code.
4312
4313 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
4314
4315         * icall.c: change getToken () and add custom attribute GetBlob()helper
4316         method.
4317         * reflection.h: add custom attrs array to the reflection builder structures.
4318         * reflection.c: encode and emit custom attributes for all the relevant
4319         reflection objects. Cache fieldref and methodref tokens. Change
4320         mono_image_create_token() interface to take a MonoDynamicAssembly.
4321         More complete custom attributes decoder. Load custom attributes for
4322         Assembly, Field, Method and Constructor objects, too. Make the
4323         returned array an Attribute[] one, not object[]. Added
4324         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
4325         custom attribute constructor.
4326
4327 2002-02-20  Dick Porter  <dick@ximian.com>
4328
4329         * icall.c:
4330         * rawbuffer.c:
4331         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
4332         problem code out for now).
4333
4334 2002-02-19  Radek Doulik  <rodo@ximian.com>
4335
4336         * object.c (mono_ldstr): use hash table to avoid multiple swapping
4337
4338 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
4339
4340         * icall.c: register the GetCustomAttributes method.
4341         * object.c, object.h: add mono_string_new_len ().
4342         * reflection.h, reflection.c: added mono_runtime_invoke(),
4343         mono_install_runtime_invoke(). Added
4344         mono_reflection_get_custom_attrs () to load custom attributes and
4345         create the attribute objects.
4346
4347 2002-02-19  Dick Porter  <dick@ximian.com>
4348         * threads-dummy-types.c:
4349         * threads-dummy-types.h:
4350         * threads-dummy.c:
4351         * threads-dummy.h:
4352         * threads-pthread-types.c:
4353         * threads-pthread-types.h:
4354         * threads-pthread.c:
4355         * threads-pthread.h:  Deleted obsolete files
4356
4357 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
4358
4359         * class.c (mono_class_vtable): runtime init the class when we
4360         allocate static class data.
4361
4362         * icall.c (ves_icall_System_Array_SetValue): check for null values.
4363
4364         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
4365         and String - but we will need generic marshalling support in the
4366         future. 
4367         (mono_init): set the domain name in a ms compatible way
4368
4369         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
4370         String[].
4371
4372 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
4373
4374         * object.c (mono_array_clone): use alloca() instead of g_malloc  
4375         for sizes
4376
4377         * appdomain.c (mono_domain_unload): impl.
4378
4379 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
4380
4381         * appdomain.c, object.c: fix intern pool implementation.
4382         * class.c: fix alignment code.
4383
4384 2002-02-16  Radek Doulik  <rodo@ximian.com>
4385
4386         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
4387         and s2 > s1, just copy lower bytes to be compatible with little
4388         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
4389         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
4390
4391         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
4392         force big_endian to be 1 for big endian machines 
4393         (ves_icall_iconv_new_decoder): ditto
4394
4395 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
4396
4397         * socket-io.c (convert_sockopt_level_and_name): If the system
4398         doesn't define SOL_IP or SOL_TCP, get them by hand using
4399         getprotobyname() and caching the values (because this could be a
4400         slow operation).
4401         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
4402         Use the appropriate struct when the system does support it. Ie,
4403         not all systems have struct ip_mreqn so use struct ip_mreq when
4404         appropriate.
4405
4406 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
4407
4408         * reflection.c: handle finally clauses.
4409
4410 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
4411
4412         * socket-io.c: use g_snprintf() instead of snprintf.
4413
4414 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
4415
4416         * reflection.c (mono_param_get_objects): Cast second argument to
4417         mono_method_get_param_names to a const char** to silence the
4418         compiler warning.
4419
4420         * appdomain.c (mono_domain_assembly_open): Put parens around the
4421         truth statement in the for-loop.
4422
4423         * unicode.c (iconv_convert): Got rid of a compiler warning about
4424         int i being unused when the system has a new iconv.
4425         (iconv_get_length): Same.
4426
4427         * image.c (load_class_names): Cast the second argument to
4428         g_hash_table_insert() to char* to hush compiler warnings about the
4429         arg being a const.
4430         (mono_image_open): Same here.
4431
4432         * socket-io.c: Don't conditionally include sys/filio.h or
4433         sys/sockio.h here anymore since we now get them from
4434         io-layer/io-layer.h
4435         (inet_pton): If the system doesn't support inet_aton, implement
4436         using inet_addr and also #define INADDR_NONE if it isn't defined
4437         by the system.
4438
4439 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
4440
4441         * metadata.c, metadata.h: added function to get packing and size info
4442         of a typedef.
4443         * reflection.h, reflection.c: handle field RVA data. Save info about
4444         the table layout if needed. Assign typedef indexes to all the types
4445         before dumping the info about them to avoid forward reference problems.
4446
4447 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
4448
4449         * socket-io.c (convert_sockopt_level_and_name): ifdef
4450         SO_ACCEPTCONN because it is not defined on my system (old debian)
4451
4452 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
4453
4454         * opcode.c: use stddef.h to get NULL.
4455
4456 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
4457
4458         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
4459         for FIONBIO, FIONREAD and SIOCATMARK.
4460         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
4461         define INADDR_NONE and besides, inet_addr() is deprecated and
4462         should not be used. Use inet_pton() instead - it also has the
4463         added bonus that it can easily handle IPv6 addresses as well.
4464         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
4465
4466 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
4467
4468         * decimal.c: remove _MSC_VER conditional.
4469
4470 2002-02-13  Dick Porter  <dick@ximian.com>
4471
4472         * socket-io.c: 
4473         * icall.c: Internal calls for Blocking, Select, Shutdown,
4474         GetSocketOption and SetSocketOption
4475
4476 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
4477
4478         * assembly.cs: better resolver: use it instead of some kludgy
4479         code.
4480
4481 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
4482
4483         * reflection.c: the best way to speed-up the compiler is to avoid
4484         infinite loops.
4485
4486 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
4487
4488         * class.c (mono_class_vtable): changed the object layout
4489         (obj->vtable->class). 
4490         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
4491
4492 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
4493
4494         * assembly.c: look for assemblies in the assembly dir, too.
4495
4496 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
4497
4498         * class.c: fix thinko in mono_class_from_type().
4499
4500 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
4501
4502         * exception.h, exception.c: added TypeLoadException.
4503         * object.h, object.c: added mono_array_clone ().
4504         * icall.c: handle throwOnError in AssemblyGetType().
4505         Added Array.Clone().
4506         * opcode.h, opcode.c: use a single value for the opcode val.
4507         Compile fix for non-gcc compilers.
4508
4509 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
4510
4511         * opcodes.c, opcodes.h: export interesting info about opcodes.
4512
4513 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
4514
4515         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
4516         icalls. 
4517
4518         * class.c (class_compute_field_layout): set element_class for enums
4519         (mono_class_create_from_typedef): set element_class for normal classes
4520
4521         * icall.c (ves_icall_System_Enum_get_value): impl.
4522
4523         * class.c (mono_class_create_from_typedef): do not set valuetype
4524         flag for System.ValueType and System.Enum
4525
4526 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
4527
4528         * unicode.c (iconv_convert): fix big endian problem.
4529
4530 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
4531
4532         * class.c: add asserts if we are ever going to scribble over memory.
4533         * socket-io.c: not all systems have AF_IRDA defined.
4534
4535 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
4536
4537         * class.c (class_compute_field_layout): do not consider static
4538         fields to compute alignment
4539
4540 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
4541
4542         * appdomain.c (mono_appdomain_get): impl.
4543         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
4544
4545 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
4546
4547         * icall.c: ignore "file://" prefix when loading an assembly.
4548
4549 2002-01-23  Dick Porter  <dick@ximian.com>
4550
4551         * socket-io.c:
4552         * icall.c:
4553         * Makefile.am: Added socket support
4554
4555 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
4556
4557         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
4558         code back.  This should return the assemblies that are loaded by
4559         the runtime on behalf of an application domain. 
4560
4561         The current implementation is still broken, it just returns every
4562         assembly loaded, but until we get real applications domain this
4563         will do.
4564
4565 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
4566
4567         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
4568         AppDomain object.
4569
4570 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
4571
4572         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
4573         the mono_class_from_name lookup.
4574         (ves_icall_get_parameter_info): ditto.
4575         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
4576         method.
4577         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
4578
4579 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
4580
4581         * class.c: load also nested classes on class init.
4582         System.ValueType instance methods gets passed boxed
4583         values, unless methods in derived classed that get a pointer to the
4584         data.
4585         * icall.c: use better name parsing code in GetType().
4586         * image.c, image.h: add mono_image_loaded ().
4587         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
4588         * reflection.c, reflection.h: added mono_reflection_parse_type().
4589
4590 2002-01-22  Veronica De Santis <veron78@interfree.it>
4591
4592         * icall.c : Added mapping of internal calls for Manual and Auto reset events
4593         * threads.c : Added the implementation of internal calls for events
4594         * threads.h : Added prototypes of internal calls for events
4595         
4596 2002-01-21  Radek Doulik  <rodo@ximian.com>
4597
4598         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
4599
4600 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
4601
4602         * class.c (mono_class_init): set min_align to 1 (instead of 0)
4603         (mono_class_value_size): use min_align
4604
4605 2002-01-20  Dick Porter  <dick@ximian.com>
4606
4607         * threads.h:
4608         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
4609         so it compiles on w32.
4610
4611 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
4612
4613         * metadata.c (mono_type_stack_size): impl.
4614
4615         * class.c (mono_class_get_field): impl. memberref token
4616
4617 2002-01-16 Veronica De Santis <veron78@@interfree.it>
4618
4619         * icall.h : Added the internal calls mapping for CreateMutex_internal
4620                     and ReleaseMutex_internal.
4621         * threads.h : Added the prototype of mutexes internal calls.
4622         * threads.c : Added the implementations of mutexes internal calls.
4623
4624 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
4625
4626         * metaparse.h: removed unused file.
4627         * reflection.c, reflection.h: added stream_data_align () function 
4628         to align data in streams and keep stream aligned. Add support for
4629         exception support in method headers.
4630
4631 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
4632
4633         * unicode.c: make iconv_convert () return the number of bytess written
4634         in the output buffer.
4635
4636 2002-01-15  Dick Porter  <dick@ximian.com>
4637         * threads.c: Make the runtime's idea of infinite timeouts coincide
4638         with the class library's
4639
4640         Fix a particularly egregious bug in mono_thread_cleanup(). That
4641         code was so utterly bogus it must have been written on a Monday.
4642
4643 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
4644
4645         * reflection.h: add subtypes field to TypeBuilder.
4646         * reflection.c: encode constants for literal fields.
4647         Handle subtypes. Fix user string token (and add a zero byte)
4648         at the end.
4649         
4650 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
4651
4652         * class.c (mono_class_init): bug fix: assign slot numbers for
4653         abstract methods.
4654
4655 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
4656
4657         * reflection.c: don't try to output a code RVA for abstract methods.
4658         Small fixes for method header format. Output parameter info to the
4659         ParamDef table. Save method overriding info to MethodImpl table.
4660         Fix property support. Allow typedef.extends to be a type in the
4661         building assembly.
4662         * verify.c: fix off-by-one error.
4663
4664 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
4665
4666         * class.c: fix mono_class_from_mono_type () for szarray types.
4667         Remove unused cache check in mono_class_from_type_spec().
4668         * icall.c: *type_from_name () functions handle simple arrays and byref.
4669         * reflection.c: handle byref and szarray types. Handle methods without
4670         body (gets P/Invoke compilation working). Handle types and fields in
4671         get_token ().
4672         * reflection.h: add rank to MonoTypeInfo.
4673
4674 2002-01-10  Dick Porter  <dick@ximian.com>
4675
4676         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
4677         internal calls
4678
4679 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
4680
4681         * icall.c: initialize class in type_from_handle ().
4682         Loop also in parent classes for get_method ().
4683         * reflection.c: properly encode class and valuetype types.
4684         Start on encoding TypeBuilder types. Handle fieldrefs.
4685         Use correct length when registering a user string.
4686         Handle ConstructorBuilder and MonoMethod in get_token ().
4687         Make mono_type_get_object () aware of cached types.
4688         * object.c: back out change to mono_string_new ().
4689
4690 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
4691         * object.c: mono_string_new should return a NULL when the string 
4692         passed in is NULL -- not try to deference it.
4693         
4694 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
4695
4696         * icall.c: hack to make IsSubType work for TypeBuilders.
4697         * reflection.c: emit constructors before methods.
4698         Retrieve param names in mono_param_get_objects().
4699
4700 2002/01/05  Nick Drochak  <ndrochak@gol.com>
4701
4702         * Makefile.am: fix list of headers and sources so automake 1.5
4703         doesn't complain. Removed \# at end of list.
4704
4705 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
4706
4707         * reflection.c: get token for a method ref. Set return type of
4708         constructor to void.
4709         * loader.c: debug message.
4710         * class.c: typo fix.
4711
4712 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
4713
4714         * icall.c: fix array init with rank > 1. FindMembers
4715         loops in parent class as well.
4716         * image.c: do not insert nested types in name cache.
4717         * reflection.c: warning fix.
4718         * reflection.h: add override method (for interface impl).
4719
4720 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
4721
4722         * metadata.c: fix customattr decoding.
4723
4724 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
4725
4726         * rawbuffer.cs: Added native Win32 implementation, avoids using
4727         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
4728
4729 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
4730
4731         * class.c: make the low-level routines handle the cache.
4732
4733 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
4734
4735         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
4736
4737 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
4738
4739         * class.c: fix mono_array_element_size() for objects.
4740         * class.h, class.c: add properties to MonoClass and load them
4741         at init time.
4742         * icall.c: check with isinst() when assigning a value to an array
4743         instead of requiring the classes to match exactly.
4744         Implemented icall for System.Type::GetType().
4745         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
4746         enums. Handle bindingflags when looking for methods and fields.
4747         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
4748         and mono_metadata_methods_from_property().
4749         * reflection.h, reflection.c: added structures for propreties,
4750         parameters and enums. Implemented mono_property_get_object() and
4751         mono_param_get_objects().
4752
4753 2001-12-18  Dick Porter  <dick@ximian.com>
4754
4755         * file-io.c: Use mono_string_to_utf16() instead of
4756         mono_string_chars()
4757
4758         * object.c: Added mono_string_to_utf16(), which copies the non
4759         NULL-terminated MonoString into a new double-null-terminated
4760         buffer.
4761
4762 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
4763
4764         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
4765
4766 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
4767
4768         * file-io.c: raise exceptions if handle is invalid.
4769
4770 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
4771
4772         * assembly.c: yet another check for mscorlib.
4773         * class.c, class.h: load nesting info for classes.
4774         * icall.c: many new functions to support the Reflection classes.
4775         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
4776         * reflection.h, reflection.c: mono_image_create_token(),
4777         mono_assembly_get_object(), mono_type_get_object(),
4778         mono_method_get_object(), mono_field_get_object(): methods to return
4779         objects that parallel the C representation of assemblies, types,
4780         methods, fields.
4781
4782 2001-12-11  Dick Porter  <dick@ximian.com>
4783
4784         * icall.c:
4785         * file-io.c: Internal calls for file IO.
4786
4787 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
4788
4789         * tabledefs.h: missing FileAttributes.
4790         * verify.h, verify.c: use is_valid_string () to simplify and check for
4791         valid strings more correctly. Fix warnings and speeling.
4792         Check more tables: Filed, File, ModuleRef, StandAloneSig.
4793         Check code: branches, maxstack, method calls.
4794
4795 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
4796
4797         * object.c (mono_object_allocate): removed static, so that the jit
4798         can allocate value types.
4799
4800         * icall.c (ves_icall_System_DateTime_GetNow): impl.
4801
4802 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
4803
4804         * class.c: init enum types right away and register the
4805         token->MonoClass map in mono_class_create_from_typedef ().
4806         * verify.h, verify.c: first cut of the verifier.
4807         * pedump.c: add --verify switch to verify metadata tables.
4808         * tabledefs.h: add some missing enums.
4809
4810 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
4811
4812         * class.c (mono_install_runtime_class_init): impl.
4813         (mono_class_init): renamed mono_class_metadata_init to
4814         mono_class_init, also removed the metadata_inited flag
4815
4816         * object.c (mono_object_isinst): use faster algorithm
4817
4818 2001-11-30  Radek Doulik  <rodo@ximian.com>
4819
4820         * mono-endian.h: reverted last change
4821         added function prototypes
4822
4823         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
4824         add mono-endian.c back
4825
4826         * mono-endian.c: returned back, as Paolo pointed out, it's needed
4827         for unaligned access, I've mistaked it with endianess. I am
4828         sorry.
4829         (mono_read16): fix reverted endianess
4830         (mono_read64): ditto
4831         (mono_read32): ditto
4832
4833 2001-11-30  Dick Porter  <dick@ximian.com>
4834
4835         * exception.c: Implement mono_exception_from_name()
4836
4837 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
4838
4839         * metadata.h, metadata.c: remove params_size and locals_size and their
4840         calculation from the metadata code: they are only usefult to the
4841         interp.
4842
4843 2001-11-29  Radek Doulik  <rodo@ximian.com>
4844
4845         * object.c (mono_ldstr): swap bytes here, it's probably not the
4846         best place, but works for me now, I'll redo it once I know mono
4847         better, also note that I add PROT_WRITE and don't reset back, also
4848         note that it's only affects big endians, so x86 should be OK
4849
4850         * mono-endian.h (read16): use just glib macros for both endians
4851
4852         * mono-endian.c: removed as glib macros are used in in
4853         mono-endian.h so we don't need to care about endianess for read
4854         macros as glib does that for us already
4855
4856 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
4857
4858         * class.h, class.h: take minimum alignment into consideration so
4859         that the fields of a class remain aligned also when in an array.
4860
4861 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
4862
4863         * loader.h, loader.c: add mono_method_get_param_names().
4864         * class.c: 0-init class fields.
4865
4866 2001-11-26  Dick Porter  <dick@ximian.com>
4867
4868         * icall.c:
4869         * threads-types.h:
4870         * threads.c: New file that handles System.Threading on all platforms
4871
4872         * object.c: 
4873         * object.h: Remove the synchronisation struct from MonoObject,
4874         replace it with a pointer that gets initialised on demand
4875
4876         * Makefile.am: Replace all the system-specific threading code with
4877         a single file that uses the new wrapper library
4878
4879 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
4880
4881         * class.c, class.h: add mono_install_trampoline() so that the runtime
4882         can register a function to create a trampoline: removes the ugly
4883         requirement that a runtime needed to export arch_create_jit_trampoline.
4884         * object.h, object.c: added mono_install_handler() so that the runtime
4885         can install an handler for exceptions generated in C code (with
4886         mono_raise_exception()). Added C struct for System.Delegate.
4887         * pedump.c: removed arch_create_jit_trampoline.
4888         * reflection.c: some cleanups to allow registering user strings and
4889         later getting a token for methodrefs and fieldrefs before the assembly
4890         is built.
4891         * row-indexes.h: updates and fixes from the new ECMA specs.
4892
4893 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
4894
4895         * class.h, class.c: add enum_basetype field to MonoClass.
4896         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
4897         to get index in the constant table reated to a field, param or
4898         property.
4899         * reflection.h, reflection.c: handle constructors. Set public-key and
4900         version number of the built assembly to 0.
4901         * row-indexes.h: update from new ECMA spec.
4902
4903 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
4904
4905         * class.h, class.c: add a max_interface_id to MonoClass.
4906         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
4907         since it's used to do that. Added mono_type_type_from_obj().
4908         Make GetType() return NULL instead of segfaulting if the type was not
4909         found. Handle simple arrays in assQualifiedName.
4910         * object.h: add a struct to represent an Exception.
4911         * reflection.c: output call convention in method signature.
4912         Add code to support P/Invoke methods and fixed offsets for fields.
4913
4914 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
4915
4916         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
4917         the value.
4918         * icall.c: use mono_array_addr instead of array->vector: fixes the
4919         reflection image writing.
4920         * reflection.c: init call convention byte to 0 in method signature.
4921         Encode the property signature. Don't output property-related methods
4922         twice. Really process the properties for a type (don't cast a field to
4923         a property, my mom always told me that).
4924         Fix 64 bit issues in pointer alignment in a different and more
4925         readable way.
4926
4927 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
4928
4929         * loader.h: Removed type class from MonoDefaults, added monotype
4930
4931         * loader.c: Loaded MonoType, removed loading of Type
4932
4933         * icall.c (my_mono_new_object): Now returns a System.MonoType,
4934         and fills in System.Type._impl with a RuntimeTypeHandle rather
4935         than the actual MonoClass *
4936
4937         (ves_icall_type_from_handle): change from type_class to
4938         monotype_class
4939
4940         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
4941         implemented
4942
4943         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
4944         implemented
4945
4946         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
4947
4948         (ves_icall_System_Reflection_Assembly_GetType): implemented
4949
4950         (ves_icall_System_MonoType_assQualifiedName): implemented
4951
4952         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
4953
4954 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
4955
4956         * assembly.c (mono_assembly_open): Implement a cache for the
4957         assemblies. 
4958
4959         (mono_assembly_close): only destroy the assembly when the last
4960         reference is gone.
4961         
4962 2001-11-09  Dick Porter  <dick@ximian.com>
4963
4964         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
4965
4966 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
4967
4968         * class.c (mono_class_metadata_init): bug fix: compute the right slot
4969
4970 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
4971
4972         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
4973         from Martin Weindel.
4974         * object.h: add mono_string_chars ().
4975
4976 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
4977
4978         * reflection.c (build_compressed_metadata): Eliminates warnings
4979         and uses 64-bit clean code.
4980
4981         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
4982         (mono_type_equal): Change signature to eliminate warnings.
4983
4984 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
4985
4986         * icall.c, loader.c: remove the internalcall array constructors.
4987         Changes to match the new MonoArray structure.
4988         * object.h, object.c: an array object doesn't allocate an extra
4989         vector. Add mono_array_new_full () to create jagged arrays easily.
4990
4991 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
4992
4993         * metadata.h, metadata.c: add mono_metadata_field_info () to
4994         retreive all the info about a field from vairous tables.
4995         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
4996         * class.h, class.c: augment MonoClassField with more info.
4997         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
4998         policy and load a field's RVA if needed.
4999
5000 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
5001
5002         * class.c (mono_class_metadata_init): create a trampoline for all
5003         virtual functions instead of actually compiling them.
5004
5005 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
5006
5007         * class.h, class.c: include name in MonoClassField.
5008         * class.c: fix fundamental type of System.Object and System.String.
5009         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
5010         tokens in ldtoken.
5011         * icall.c: remove internalcalls for the Reflection stuff that is now
5012         done in C# code.
5013         * loader.c: mono_field_from_memberref () implementation.
5014         * mono-endian.c: thinko (s/struct/union/g).
5015         * object.c, object.h: make the mono_string_* prototypes actually use
5016         MonoString instead of MonoObject.
5017         * reflection.c, reflection.h: updates for changes in the reflection
5018         code in corlib: we use C structures that map to the actual C# classes.
5019         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
5020         fat method header if needed and use the info from the ILGenerator for
5021         methods. Handle fields in types. Misc fixes.
5022
5023 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
5024
5025         * class.c (mono_class_metadata_init): bug fix: always allocate
5026         space for static class data
5027
5028 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
5029
5030         * class.c (mono_compute_relative_numbering): use relative
5031         numbering to support fast runtime type checks.
5032
5033 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
5034
5035         * class.c (mono_class_create_from_typeref): added debugging output
5036         to print class name when MonoDummy is returned instead of real class
5037
5038 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
5039
5040         * class.c (mono_class_metadata_init): interface offset table now
5041         contains pointers into the vtable - this is more efficient for the jit
5042
5043 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
5044
5045         * class.c (mono_class_metadata_init): use a temporary vtable (the
5046         old algorithm only worked for the interpreter, but not for the jit)
5047
5048 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
5049
5050         * loader.c (method_from_memberref): use mono_class_get to get the
5051         class of an array instead of using System.Array directly.
5052         (mono_get_method): also add MEMBERREF methods to the method cache
5053         which usefull for arrays.
5054
5055 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
5056
5057         * pedump.c (arch_compile_method): added to compute vtable entry
5058
5059         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
5060         number of interfaces.
5061         
5062         * class.h: merged MonoArrayClass into MonoClass
5063
5064         * class.c (mono_class_create_from_typedef): compute the vtable size and
5065         allocate space to include the vtable inside MonoClass
5066         (mono_class_metadata_init): initialize the vtable
5067
5068 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
5069
5070         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
5071         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
5072         * image.c: endian fixes by Laurent Rioux.
5073         * object.h, object.c: rename MonoStringObject to MonoString and
5074         MonoArrayObject to MonoArray. Change some function names to conform to
5075         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
5076         guint16* as first argument, so don't use char*.
5077         Provide macros to do the interesting things on arrays in a portable way.
5078         * threads-pthread.c: updates for the API changes and #include <sched.h>
5079         (required for sched_yield()).
5080         * icall.c: updates for the API changes above.
5081         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
5082         platforms that need them.
5083
5084 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
5085
5086         * class.c: set the correct type for all the fundamental
5087         type when loading the class.
5088
5089 2001-10-05  Dick Porter  <dick@ximian.com>
5090
5091         * threads-pthread.c (pthread_mutex_timedlock): Simple
5092         compatibility version for C libraries that lack this call.
5093
5094 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
5095
5096         * class.c: MonoTypes stored in MonoClass are stored as
5097         fundamental MonoTypes when the class represents a
5098         fundamental type (System.Int32, ...).
5099         The TypeHandle return by ldtoken is a MonoType*.
5100         * icall.c: ves_icall_get_data_chunk () write out all the
5101         PE/COFF stuff. Implement ves_icall_define_method (),
5102         ves_icall_set_method_body (), ves_icall_type_from_handle ().
5103         * image.c: properly skip unknown streams.
5104         * loader.h, loader.c: add type_class to mono_defaults.
5105         * metadata.c, metadata.h: export compute_size () as
5106         mono_metadata_compute_size () with a better interface.
5107         Typo and C&P fixes.
5108         * pedump.c: don't try to print the entry point RVA if there is no entry point.
5109         * reflection.c, reflection.h: many cleanups, fixes, output method
5110         signatures and headers, typedef and typeref info, compress the metadata
5111         tables, output all the heap streams, cli header etc.
5112         * row-indexes.h: typo fixes.
5113
5114 2001-10-04  Dick Porter  <dick@ximian.com>
5115
5116         * object.h: Add a synchronisation mutex struct to MonoObject
5117
5118         * object.c (mono_new_object): Initialise the object
5119         synchronisation mutexes
5120
5121         * icall.c: System.Threading.Monitor internal calls
5122         
5123         * threads-pthread.h:
5124         * threads-pthread.c: System.Threading.Monitor internal calls
5125
5126         * threads-types.h: New file, includes the system-specific thread
5127         structures
5128         
5129         * threads-pthread-types.h:
5130         * threads-pthread-types.c: New files, handle pthread-specific
5131         synchronisation types
5132
5133         * threads-dummy-types.h: 
5134         * threads-dummy-types.c: New files of dummy support for
5135         thread-specific types
5136
5137         * metadata.c:
5138         * image.c:
5139         * pedump.c: include mono-endian.h not endian.h
5140         
5141         * Makefile.am: More threads files.
5142         Name mono-endian.h not endian.h
5143
5144 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
5145
5146         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
5147         stuff and implement a few more bits.
5148         * icall.c: a field needs to be dereferenced twice. Do not use the same
5149         name for two variables in the same scope.
5150         * image.c, image.h: cleanups.
5151
5152 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
5153
5154         * class.c (mono_class_metadata_init): bug fix: compute the right size
5155
5156 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
5157
5158         * icall.c: implemented some of the Reflection internalcalls.
5159         * image.c, image.h: start writing out the PE/COFF image.
5160         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
5161         that does the reverse than decode_blob_size ().
5162         * object.c: use mono_metadata_encode_value (). Move here
5163         temporary implementation of mono_string_to_utf8 ().
5164         * rawbuffer.c: make malloc_map static.
5165
5166 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
5167
5168         * metadata.c: fix type comparison for arrays.
5169         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
5170         Added a couple of new classes to monodefaults.
5171         * icall.c: added a couple of Reflection-related internalcalls.
5172         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
5173         Added a byval_arg MonoType to MonoClass.
5174
5175 2001-09-28  Dick Porter  <dick@ximian.com>
5176
5177         * icall.c:
5178         * threads-pthread.h: 
5179         * threads-pthread.c: Implemented internal calls for
5180         LocalDataStoreSlot operations.  Applied mutexes around all shared
5181         data.  Reworked the thread creation and Start() operations to
5182         avoid a race condition.
5183         
5184         * threads-dummy.h:
5185         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
5186
5187 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
5188
5189         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
5190
5191 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
5192
5193         * class.c, loader.c: warn and return NULL instead of erroring out.
5194         * icall.c: added System.AppDomain::getCurDomain().
5195         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
5196
5197 2001-09-25  Dick Porter  <dick@ximian.com>
5198
5199         * threads-pthread.h:
5200         * threads-pthread.c: Implemented timed thread joining and added
5201         System.Threading.Thread::Join_internal internal call
5202
5203         * icall.c: Added System.Threading.Thread::Join_internal internal call
5204
5205         * threads-dummy.h:
5206         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
5207
5208 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
5209
5210         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
5211         mono_string_intern () to implement the semantics of the ldstr opcode
5212         and the interning of System.Strings.
5213         * icall.c: provide hooks to make String::IsIntern and String::Intern
5214         internalcalls.
5215
5216 2001-09-23  Dick Porter  <dick@ximian.com>
5217
5218         * threads-dummy.c: 
5219         * threads-dummy.h: New files of dummy threading routines
5220
5221         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
5222         support code based on system specifics
5223
5224         Rename PTHREAD_LIBS to THREAD_LIBS
5225         
5226 2001-09-23  Dick Porter  <dick@ximian.com>
5227
5228         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
5229         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
5230         internal calls.
5231         (mono_thread_init): Set up a Thread object instance to return when
5232         the main thread calls Thread.CurrentThread
5233         (mono_thread_cleanup): Wait for all subthreads to exit
5234
5235         * icall.c: New internal calls for System.Threading.Thread::Sleep
5236         (including Schedule) and CurrentThread
5237
5238         * threads.h: New file, to insulate thread-specific stuff from the
5239         rest of the code
5240
5241 2001-09-21  Dick Porter  <dick@ximian.com>
5242
5243         * threads-pthread.h: 
5244         * threads-pthread.c: New file, for handling pthreads-style
5245         threading support.  Start() now starts a new thread and executes
5246         the ThreadStart delegate instance.
5247
5248         * icall.c: Added the internalcall for
5249         System.Threading.Thread::Start_internal
5250
5251         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
5252
5253 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
5254
5255         * loader.c: work around the different signatures for delegates
5256         constructors csc generates in compiled code vs the ones compiled in mscorlib.
5257
5258 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
5259
5260         * class.h, class.c: add mono_class_get_field_from_name ().
5261         * *: Fix C comments and other ANSI C issues.
5262
5263 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
5264
5265         * endian.h, assembly.c: fix some endianness issues.
5266
5267 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
5268
5269         * loader.h, load.c: add delegate_class to mono_defaults.
5270         Handle runtime provided methods in mono_get_method ().
5271
5272 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
5273
5274         * loader.c (mono_get_method): use pinvoke for internal call
5275
5276         * icall.c: use pinvoke for internal call
5277
5278         * loader.c (method_from_memberref): set the method name
5279
5280 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
5281
5282         * metadata.c: help the compiler generate better code for
5283         mono_class_from_mono_type ().
5284
5285 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
5286
5287         * class.c (mono_class_metadata_init): delayed computing of the
5288         class size to mono_class_metadata_init ()
5289
5290 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
5291
5292         * class.c, class.h: add an interfaces member to MonoClass.
5293         * image.c, image.h: add assembly_name field to MonoImage
5294         from the assembly table.
5295         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
5296
5297 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
5298
5299         * class.c: Handle Array in mono_class_from_mono_type ().
5300         * metadata.c, pedump.c: some endian fixes.
5301
5302 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
5303
5304         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
5305         * metadata.c: fix small problem introduced with the latest commit.
5306
5307 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
5308
5309         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
5310         We don't need a MonoMetadata pointer anymore to compare signatures in
5311         mono_metadata_signature_equal (), update callers.
5312         Reduced memory usage an number of allocations for MonoMethodHeader and
5313         MonoMethodSignature.
5314
5315 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
5316
5317         * metadata.c: added compare for szarray.
5318
5319 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
5320
5321         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
5322         and add a couple more types to it and mono_defaults. Give an hint on
5323         classes that need implementing in our corlib and are referenced
5324         in mscorlib.
5325
5326 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
5327
5328         * class.h, class.c: keep track if a class is also an Enum.
5329         * loader.c: Implement a couple more types for use in libffi
5330         marshalling. Gives better diagnostics when failing to dlopen
5331         a library. Set method->klass for P/Invoke methods, too.
5332
5333 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
5334
5335         * class.c, class.h: add a MonoType this_arg to MonoClass that
5336         represents a pointer to an object of the class' type that
5337         can be used by the interpreter and later the type cache.
5338         Add best guess alignment info for valuetype objects.
5339
5340 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
5341
5342         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
5343         into MonoType: one less level of indirection and allocation and
5344         simplifies quite a bit of code. Added cache for MonoTypes that are
5345         used frequently, so that we don't need to allocate them all the time.
5346
5347 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
5348
5349         * class.c (mono_class_create_from_typedef): System.Enum is also a
5350         value type, although it does not derive from System.ValueType
5351         (maybe a bug in the ms compiler?)
5352
5353         * metadata.c (mono_type_size): return the right size for value types
5354
5355         * loader.c (mono_get_method): only initialize method header if not abstract
5356
5357         * class.c (mono_class_from_mono_type): use mono_default values. 
5358
5359 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
5360
5361         * *: use MonoClass pointers instead of <type_tokens>
5362         
5363         * class.h: new flag: metadata_inited.
5364
5365         * class.c (mono_class_metadata_init): impl.
5366         (mono_class_instance_size): impl.
5367         (mono_class_data_size): impl.
5368
5369 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
5370
5371         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
5372         MonoClass now has the name and name_space fields. 
5373         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
5374         mono_get_method () takes and optional MonoClass as argument.
5375         Removed mono_typedef_from_name() and added mono_class_token_from_name()
5376         instead that takes advantage of a map from class names to typedef
5377         tokens in MonoImage.
5378
5379 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
5380
5381         * metadata.c: zero is not a valid alignment boundary.
5382         Merge MONO_TYPE_VOID in default decoding code.
5383
5384 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
5385
5386         * image.h: merged MonoMetadata into MonoImage
5387
5388         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
5389         identify the type of elements.
5390
5391 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
5392
5393         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
5394         * cil-coff.h: split MonoMSDOSHeader and add size info.
5395         * image.c: add some consistency checks.
5396         * metadata.c: fix row size computation: one programmer
5397         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
5398         add explanation for the locator routine.
5399         Fix decoding of size in method header.
5400         
5401 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
5402
5403         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
5404         (g_concat_dir_and_file): Bring g_concat_dir_and_file
5405         function from gnome-libs.  This uses the right path separator
5406         based on the OS, and also works around a bug in some systems where
5407         a double slash is not allowed. 
5408         (default_assembly_name_resolver): Use g_concat_dir_and_file
5409         (mono_assembly_open): ditto.
5410
5411 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
5412
5413         * metadata.c (mono_metadata_signature_equal): impl.
5414
5415         * *: void is now a realy MonoType (instead of using NULL)
5416         
5417         * metadata.c (do_mono_metadata_parse_type): use
5418         mono_metadata_parse_type to parse void value.
5419
5420 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
5421
5422         * metadata.c, metadata.h: in the signature and method header store
5423         only the space required for holding the loca vars and incoming arguments.
5424
5425 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
5426
5427         * metadata.c (do_mono_metadata_parse_type): treat void like any
5428         other type (instead of assigning NULL);
5429
5430 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
5431
5432         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
5433
5434 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
5435
5436         * image.c (do_mono_image_open): added a cache for arrays.
5437
5438 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
5439
5440         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
5441         decode a single column from a row in a metadata table and changes
5442         to take advantage of it in the typedef locator (gives a nice speed up).
5443         Store offset info for function params.
5444
5445 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
5446
5447         * image.h (MONO_IMAGE_IS_CORLIB): removed 
5448
5449 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
5450
5451         * assembly.c: how could mono_assembly_close () had ever worked?
5452         * metadata.c, metadata.h: provide offset info for local vars.
5453         Implement mono_type_size () to take care of alignment as well
5454         as size (it was mono_field_type_size in cli/class.c before).
5455
5456 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
5457
5458         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
5459
5460         * assembly.h (CORLIB_NAME): set to corlib.dll
5461
5462         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
5463
5464 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
5465
5466         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
5467         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
5468         tokentype.h: massive namespace cleanup.
5469
5470 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
5471
5472         * metadata.h, metadata.c: decode exception clauses when parsing method header.
5473
5474 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
5475
5476         * metadata.c (mono_metadata_free_type): added check for type !=
5477         NULL (void) before calling mono_metadata_free_type()
5478
5479 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
5480
5481         * metadata.h, row_indexes.h: added header with enumerations to use
5482         to index in the columns from tables in metadata and to decode coded
5483         tokens: we should start using this instead of embedding magic numbers
5484         all over the code.
5485
5486 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
5487
5488         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
5489         Move metadata_t info from cli_image_info_t to MonoImage, where
5490         it's easily accessible. Changed all the uses accordingly.
5491         Added the method and class caches to MonoImage.
5492         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
5493         and mono_metadata_decode_value () signature to be more consistent
5494         with the other parse functions (and simplify code). Taken advantage
5495         of zero-length array allocation with GCC. Removed reduntant (and
5496         wrong) MonoFieldType struct and use MonoParam instead. Changed
5497         mono_metadata_parse_field_type () to use common code for parsing.
5498         Added mono_metadata_typedef_from_field () and
5499         mono_metadata_typedef_from_method () to lookup a typedef index from a
5500         field or method token.
5501         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
5502
5503 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
5504
5505         * metadata.c (mono_metadata_parse_field_type): Implement. 
5506         (do_mono_metadata_parse_type): Split engine from
5507         mono_metadata_parse_type, so that we can create smaller structures
5508         for things that just have one pointer to the MonoType (look at
5509         the MonoFieldType)
5510
5511 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
5512
5513         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
5514         as Jan Gray found out, it is incorrect. 
5515
5516 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
5517
5518         * assembly.c: Implement asssembly loading.  This loads an image
5519         and loads all the referenced assemblies.  Come to think of it, we
5520         could always do lazy loading of the assemblies. 
5521
5522         * image.c (mono_image_open): Keep loaded images in a hashtable.
5523
5524         * image.h (MonoImage): Add reference count.
5525
5526 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
5527
5528         * assembly.c (mono_assembly_open): Keep track of the file name in
5529         case the assembly has no ASSEMBLY table.
5530
5531         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
5532         from get.c here.
5533
5534 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
5535
5536         * metadata.c, metadata.h: decode local vars in method header
5537         parse function. Change callers accordingly.
5538
5539 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
5540
5541         * metadata.h, cil-coff.h: protect against multiple inclusion.
5542         Added some new structures to hold information decoded from metadata:
5543         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
5544         and relevant decoding/free functions.
5545         * metadata.c: implement decoding functions. Add warning for out of bounds
5546         index in mono_metadata_locate(). Implement mono_get_method () to retreive
5547         all the info about a method signature and invocation. Remove check on
5548         uninitialized local var in parse_mh() and fix memory leak.
5549
5550 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
5551
5552         * metadata.h: More macros.
5553
5554         * tokentype.h: New file.
5555
5556 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
5557
5558         * assembly.c: added a consistency check and initialize
5559         some structures with g_new0().
5560         * metadata.c: fixed a couple more bugs in table size computation
5561         and add other checks for out-of bound access to metadata.
5562
5563 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
5564
5565         * metatada.c: fix bugs computing table sizes. Spew a
5566         warning when index in string heap is out of bounds.
5567
5568 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
5569
5570         * metadata.h: Add a couple of macros to manipulate tokens. 
5571
5572 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
5573
5574         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
5575         cli_section_tables).
5576
5577 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
5578
5579         * metadata.c (mono_metadata_user_string): New function, provides
5580         access to the UserString heap. 
5581
5582 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
5583
5584         * metadata.c: Add inline documentation.
5585
5586 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
5587
5588         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
5589         files. 
5590
5591 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
5592
5593         * typeattr.h: New file, TypeAttribute flags. 
5594
5595 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
5596
5597         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
5598         mono_assembly_ensure_section): Section loading code.
5599         (load_section_tables): Load the sections.
5600
5601         * mono/metadata/metadata.c (mono_metadata_locate_token,
5602         mono_metadata_locate): Functions to locate the information
5603         definition given a token or a table and an index.
5604         (mono_metadata_compute_table_bases): New.
5605         (compute_size): New function to compute the sizes of the various
5606         tables.
5607
5608         * mono/metadata/metadata.h: Finish listing the different index
5609         types. 
5610
5611         * mono/metadata/pedump.c: Improve to dump new information.
5612
5613 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
5614
5615         * mono/metadata/metadata.c: Entered all the tables matching
5616         Beta2. 
5617
5618         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2
5619
5620
5621
5622
5623