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