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