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