2007-04-28 Zoltan Varga <vargaz@gmail.com>
[mono.git] / mono / metadata / ChangeLog
1 2007-04-28  Zoltan Varga  <vargaz@gmail.com>
2
3         * threads.c (build_wait_tids): Do not call mono_monitor_enter () here since the
4         caller holds threads_lock, leading to deadlocks. Fixes #81476.
5
6 2007-04-26  Zoltan Varga  <vargaz@gmail.com>
7
8         * loader.c (mono_loader_error_prepare_exception): Fix crash caused by calling
9         mono_loader_clear_error () too late. Fixes #81463.
10
11 2007-04-26  Atsushi Enomoto  <atsushi@ximian.com>
12
13         * culture-info-table.h : regenerated.
14
15 2007-04-25  Zoltan Varga  <vargaz@gmail.com>
16
17         * appdomain.c (add_assemblies_to_domain): Fix crash when an assembly reference
18         is missing.
19
20 2007-04-25  Dick Porter  <dick@ximian.com>
21
22         * Makefile.am: Put the mingw enforced-optimisation back into the
23         PLATFORM_WIN32 section.
24
25 2007-04-24  Zoltan Varga  <vargaz@gmail.com>
26
27         * reflection.c (mono_image_load_module_dynamic): Fix crash introduced by previous
28         patch.
29
30         * image.c (mono_image_load_module): New API function to load a module reference.
31
32         * image.c (load_modules): Load modules lazily. Fixes #80812.
33
34         * class.c (mono_class_from_typeref): Use mono_image_load_module.
35         
36         * reflection.c (mono_image_load_module_dynamic): Copy image->modules_loaded too.
37
38         * object-internals.h reflection.c icall-def.h (mono_image_load_module): Rename this 
39         to mono_image_load_module_dynamic.
40
41 2007-04-23  Jonathan Chambers  <joncham@gmail.com>
42
43         * marshal.c: Fix calling convention for CCW on non-windows
44         platforms. STDCALL on windows, CDECL everywhere else to work 
45         with XPCOM and MainWin COM.
46         
47         Code is contributed under MIT/X11 license.
48
49 2007-04-23  Martin Baulig  <martin@ximian.com>
50
51         Fix #80969.
52
53         * loader.c
54         (method_from_memberref): Added `gboolean *used_context' argument.
55         (mono_get_method_from_token): Likewise.
56         (mono_get_method_full): Don't insert the method in the cache when
57         `used_context' is true.
58
59 2007-04-23  Raja R Harinath  <rharinath@novell.com>
60
61         * monodiet.c (add_types_from_method): Fix "wrong type" warning.
62
63         * reflection.c (mono_reflection_bind_generic_parameters): Don't
64         create new MonoTypes for returned types.
65         * class.c (mono_generic_class_get_class): Export mono-internal.
66         * class-internals.h: Update to changes.
67
68 Thu Apr 19 16:45:55 CEST 2007 Paolo Molaro <lupus@ximian.com>
69
70         * threadpool.c, threadpool.h, icall-def.h: patch from
71         Robert Jordan to implemnt ThreadPool.SetMaxThreads.
72
73 2007-04-18  Zoltan Varga  <vargaz@gmail.com>
74
75         * threads.c (mono_thread_get_stack_bounds): Fix windows build.
76         
77         * threads.c (mono_thread_get_stack_bounds): Remove an assert which can be triggered.
78
79         * threads.c (mono_thread_get_stack_bounds): New helper function.
80
81         * threads.c (mono_thread_attach): Applied patch from horst.reiterer@fabasoft.com.
82         Correctly compute stack bounds when attaching. Fixes #81394.
83
84 Wed Apr 18 18:28:41 BST 2007 Paolo Molaro <lupus@ximian.com>
85
86         * reflection.c: fix handling of doubles in custom attributes
87         for the arm-fpa format (bug #81368).
88
89 2007-04-18  Raja R Harinath  <rharinath@novell.com>
90
91         * reflection.c (assembly_add_win32_resources): Mildly relax an
92         bounds check to let the end pointer point just past the end of the
93         allocated buffer.  (may fix #81384)
94
95 2007-04-17  Atsushi Enomoto  <atsushi@ximian.com>
96
97         * culture-info-table.h : regenerated.
98
99 2007-04-07  Zoltan Varga  <vargaz@gmail.com>
100
101         * threads.c (start_wrapper): Call push_appdomain_ref () earlier to fix races where
102         the thread is aborted early.
103
104 2007-04-05  Dick Porter  <dick@ximian.com>
105
106         * file-io.c (ves_icall_System_IO_MonoIO_GetFileSystemEntries): use
107         FindFirstFile()/FindNextFile() to find entries.  This lets the
108         io-layer versions use MONO_IOMAP compatibility helpers.  Fixes bug
109         81038.
110
111         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the usage of
112         the parameters of
113         ves_icall_System_IO_MonoIO_GetFileSystemEntries() has changed.
114
115 2007-04-04  Martin Baulig  <martin@ximian.com>
116
117         * debug-helpers.c
118         (mono_method_desc_full_match): Add support for nested classes.
119
120 2007-04-02  Zoltan Varga  <vargaz@gmail.com>
121
122         * marshal.c (cominterop_get_managed_wrapper_adjusted): Fix warnings.
123
124 2007-04-01  Zoltan Varga  <vargaz@gmail.com>
125
126         * threads.c (abort_appdomain_thread): Avoid handle leakage if we are
127         waiting for too many threads.
128
129 2007-03-28  Sebastien Pouliot  <sebastien@ximian.com>
130
131         * environment.c: Fix return value check on uname so we can get the 
132         executing version on Solaris operating systems.
133
134 2007-03-28  Jb Evain  <jbevain@gmail.com>
135
136         * class.c (mono_type_get_name_recurse): Complete the
137         fix for the creation of assembly qualified names for
138         pointer types. Fixes #81208.
139
140 2007-03-27  Dick Porter  <dick@ximian.com>
141
142         * appdomain.c (MONO_CORLIB_VERSION): Increment, as the signature
143         of ves_icall_System_Threading_Mutex_ReleaseMutex_internal() has
144         changed.
145
146         * threads.c
147         (ves_icall_System_Threading_Mutex_ReleaseMutex_internal): Return
148         the value of ReleaseMutex().
149
150 2007-03-27  Dick Porter  <dick@ximian.com>
151
152         * socket-io.c (ipaddress_to_struct_in_addr): IPAddress is stored
153         in little-endian order, not network endian, so must be converted
154         to host endian here.  Fixes bug 80593.
155
156 2007-03-22  Jb Evain  <jbevain@gmail.com>
157
158         * class.c (mono_type_get_name_recurse): Fix the creation of assembly
159         qualified names for pointer types. Fixes #81208.
160
161 2007-03-21  Jonathan Chambers  <joncham@gmail.com>
162
163         * marshal.c: Add support for PreserveSigAttribute. 
164         
165         Code is contributed under MIT/X11 license.
166
167 2007-03-14  Zoltan Varga  <vargaz@gmail.com>
168
169         * process.c: Fix endianness issues. Fixes #81126.
170
171         * reflection.c (mono_reflection_create_dynamic_method): Fix the last change so
172         multiple circular calls made from the same DynamicMethod work. Fixes #81141.
173
174         * image.c (mono_image_lookup_resource): Make this work on big-endian
175         machines.Change API contract so the caller needs to free the return value.
176         
177         * process.c (process_get_fileversion): Adapt to mono_image_lookup_resource ()
178         API change.
179         
180 2007-03-14  Martin Baulig  <martin@ximian.com>
181
182         * debug-helpers.c (mono_type_get_desc): In `MONO_TYPE_ARRAY', use
183         mono_type_get_desc() as well.
184
185 2007-03-13  Jonathan Chambers  <joncham@gmail.com>
186
187         * icall.c:  Fix environ access in VS.  
188         
189 2007-03-13  Alp Toker  <alp@atoker.com>
190
191         * icall.c (ves_icall_MonoType_GetElementType): For enums, return null
192         rather than the underlying type. Based on a patch by Ben Maurer. Fixes
193         #63841.
194
195 2007-03-12  Zoltan Varga  <vargaz@gmail.com>
196
197         * reflection.c (mono_reflection_create_dynamic_method): Add support for 
198         circular references among dynamic methods. Fixes #81091.
199
200         * object-internals.h (MonoReflectionDynamicMethod): Add 'referenced_by' field.
201
202 2007-03-09  Martin Baulig  <martin@ximian.com>
203
204         * reflection.c (encode_constant): Add support for MONO_TYPE_GENERICINST.
205
206 2007-03-09  Jonathan Chambers  <joncham@gmail.com>
207
208         * appdomain.c:  Fix shadow copy on Windows. Use g_snprintf instead
209         of snprintf as it doesn't exist on Win32 (VS build); also for uniformity.  
210         
211         Code is contributed under MIT/X11 license.
212         
213 2007-03-09  Gert Driesen  <drieseng@users.souceforge.net>
214
215         * loader.c: Reapply patch for bug #79424.
216
217 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
218
219         * metadata.c (mono_type_to_unmanaged): Only convert object to
220         MARSHAL_CONV_SAFEHANDLE on the 2.0 profile.
221
222 Tue Mar 6 15:39:48 CET 2007 Paolo Molaro <lupus@ximian.com>
223
224         * class-internals.h, class.c, metadata.c, reflection.c: removed unused
225         (and incorrectly set) is_reference field from MonoGenericInst.
226
227 2007-03-06  Zoltan Varga  <vargaz@gmail.com>
228
229         * assembly.c (mono_assembly_load_from_full): Call mono_assemblies_unlock ()
230         a little earlier.
231
232         * icall.c (ves_icall_type_Equals): Rename this to ves_icall_System_Type_EqualsInternal.
233
234         * icall-def.h: Rename Type:Equals to Type:EqualsInternal.
235
236 2007-03-05  Miguel de Icaza  <miguel@novell.com>
237
238         * file-io.c (ves_icall_System_IO_MonoIO_Open): Use the new
239         FileOptions.1 value to mean "temporary", map that to
240         FILE_ATTRIBUTE_TEMPORARY and use that to signal 600 permissions.
241
242         Fixes 80688
243
244 2007-03-03  Marek Habersack  <mhabersack@novell.com>
245
246         * appdomain.c: implement MS .Net style shadow copying. Copies of
247         the assemblies are made in a subdirectory of the dynamic base
248         directory, the assembly names are preserved.
249         Copy .mdb and .config files along with the assemblies being shadowed.
250
251 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
252
253         * marshal.c (emit_object_to_ptr_conv): Emit valid IL for handling HandleRefs.
254         (emit_marshal_handleref): Ditto.
255
256         * profiler.c: Applied patch from Tor Lillqvist (tml@novell.com) to fix output
257         on Visual C++. Fixes #80671.
258
259 Wed Feb 28 16:53:40 CET 2007 Paolo Molaro <lupus@ximian.com>
260
261         * boehm-gc.c, null-gc.c, object.h, object.c: sgen gc fixes
262         for clone operations.
263
264 2007-02-28  Zoltan Varga  <vargaz@gmail.com>
265
266         * marshal.c: Fix warnings.
267
268 Fri Feb 23 15:06:57 CET 2007 Paolo Molaro <lupus@ximian.com>
269
270         * loader.c: allow case-insensitive matching of the dll name
271         in dllmap handling when prefixed with "i:".
272
273 2007-02-20  Jonathan Chambers  <joncham@gmail.com>
274
275         * threads.c: Fix #ifdef for dummy_apc function for VS.
276
277 Tue Feb 20 11:59:42 CET 2007 Paolo Molaro <lupus@ximian.com>
278
279         * threads.c: don't throw in MemoryBarrier (), use lock/unlock.
280
281 2007-02-19  Massimiliano Mantione  <massi@ximian.com>
282         * class.c (mono_class_setup_vtable_general): Fix bug 75903,
283         giving precedence to the methods with a fully qualified name
284         (InterfaceName.MethodName) when building the interface sections
285         of the vtable.
286
287 2007-02-16  Dick Porter  <dick@ximian.com>
288
289         * threadpool.c (append_job): Fix fast-path array handling, so it's
290         less likely the array will grow exponentially when the load is
291         heavy.
292
293 Fri Feb 16 19:17:30 CET 2007 Paolo Molaro <lupus@ximian.com>
294
295         * metadata-internals.h, loader.c: fix dllmap lookup order
296         for non-function maps, too, and prepare for fallback code.
297
298 2007-02-12  Robert Jordan  <robertj@gmx.net>
299
300         * marshal.c, marshal.h, icall-def.h: rename mono_marshal_realloc
301         to ves_icall_System_Runtime_InteropServices_Marshal_ReAllocHGlobal
302         and use GlobalReAlloc on WIN32 to be in sync with GlobalAlloc,
303         GlobalFree. Fixes a part of bug #77075.
304
305 Mon Feb 12 21:10:07 CET 2007 Paolo Molaro <lupus@ximian.com>
306
307         * loader.c: implemented typedef parent in field memberref.
308
309 2007-02-11  Jonathan Chambers  <joncham@gmail.com>
310
311         * marshal.c: Fix warnings and remember to call Release on
312         IUnknown of RCW.
313         
314         Code is contributed under MIT/X11 license.
315
316 2007-02-10  Miguel de Icaza  <miguel@novell.com>
317
318         * class-internals.h: Add MonoHandleRef definition, and
319         handleref_class to mono_defaults. 
320
321         * metadata.c (mono_type_to_unmanaged): If we find HandleRefs in a
322         structure, use new conversion MONO_MARSHAL_CONV_HANDLEREF.
323
324         * marshal.c (emit_ptr_to_object_conv): Add support for HandleRefs
325         (do nothing on this stage)
326         (emit_object_to_ptr_conv): Extract the handle from the HandleRef.  
327         (emit_marshal_handleref): New method, used for argument handling
328         of HandleRefs. 
329
330 2007-02-08  Jonathan Chambers  <joncham@gmail.com>
331
332         * class.c (mono_class_setup_parent): Lazily init com types.
333         * domain.c (mono_init_internal, mono_init_com_types): Lazily 
334         init com types.
335         * object.c (mono_remote_class_vtable): Lazily init com types.
336         * class-internals.h: Add iunknown and idispatch to MonoDefaults.
337         * object-internals.h: Add MonoComInteropProxy and MonoReflectionGuidAttribute.
338         * domain-internals.h: Expose mono_init_com_types.
339         * icall-def.h: Add icalls for ComInteropProxy, __ComObject, and Marshal.
340         * marshal.c: Add mutex for cominterop use. Init locals for wrapper methods.
341         Add support for COM Callable Wrapper marshalling.
342         * marshal.h: Add icall definitions.
343         * gc.c: Handle freeing of CCWs in finalizer code.
344         
345         Code is contributed under MIT/X11 license.
346
347 Thu Feb 8 12:46:18 CET 2007 Paolo Molaro <lupus@ximian.com>
348
349         * reflection.c: changed all the signature encoding code to use
350         a variable-sized buffer.
351
352 Wed Feb 7 20:37:23 CET 2007 Paolo Molaro <lupus@ximian.com>
353
354         * marshal.c: locking fixes: never take the loader lock
355         or other runtime locks when holding the marshal lock
356         (fixes bug#80664).
357
358 Wed Feb 7 18:49:10 CET 2007 Paolo Molaro <lupus@ximian.com>
359
360         * marshal.c: make the delegate function pointer mapping
361         work for the moving GC.
362
363 Mon Jan 29 11:30:46 CET 2007 Paolo Molaro <lupus@ximian.com>
364
365         * marshal.c: fix from Robert Jordan (robertj@gmx.net)
366         for bug #80618.
367
368 Fri Jan 26 12:49:23 CET 2007 Paolo Molaro <lupus@ximian.com>
369
370         * image.h, loader.c, metadata-internals.h: use mono-dl instead of
371         gmodule.
372
373 Fri Jan 26 12:00:45 CET 2007 Paolo Molaro <lupus@ximian.com>
374
375         * threadpool.c: made the code moving-GC safe.
376
377 Thu Jan 25 20:31:41 CET 2007 Paolo Molaro <lupus@ximian.com>
378
379         * assembly.c, boehm-gc.c, class-internals.h, class.c,
380         debug-mono-symfile.c, domain.c, locales.c, marshal.c, metadata.c,
381         monitor.c, mono-debug.c, mono-debug.h, object.c, profiler.c:
382         warning cleanup.
383         * reflection.c: warning cleanup, some threading and moving GC fixes.
384
385 Thu Jan 25 16:22:36 CET 2007 Paolo Molaro <lupus@ximian.com>
386
387         * class.c, loader.c: create the needed Set/Get/Address array methods
388         as well as the .ctors in mono_class_init (), fixes bug #80567.
389
390 2007-01-24  Zoltan Varga  <vargaz@gmail.com>
391
392         * class.c (mono_class_layout_fields): When force-aligning a field, make sure
393         we doesn't decrease its alignment. Should fix the sparc build.
394
395 2007-01-24  Dick Porter  <dick@ximian.com>
396
397         * socket-io.c
398         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
399         Create the returned object if we need to ignore an unsupported
400         socket option.  Fixes a segfault reported by Atsushi.
401
402 Tue Jan 23 18:09:21 CET 2007 Paolo Molaro <lupus@ximian.com>
403
404         * class.c, object.c: restrict GC-tracked fields to
405         UIntPtr fields used inside corlib, so we provide better
406         type info to the GC and also allow broken packing as in
407         bug #80580.
408
409 Mon Jan 22 11:24:27 CET 2007 Paolo Molaro <lupus@ximian.com>
410
411         * sgen-gc.c: removed duplicated function.
412
413 2007-01-19  Miguel de Icaza  <miguel@novell.com>
414
415         *  socket-io.c (convert_sockopt_level_and_name): return -2 as a
416         value that means that the value is not supported, but that we
417         should not return a failure, but instead report this as a
418         successful operation.
419
420 2007-01-19  Raja R Harinath  <rharinath@novell.com>
421
422         Fix tests/bug79956.2.il
423         * class.c (mono_type_get_underlying_type): Handle genericinst enums.
424         (mono_generic_class_get_class): If the generic definition in an
425         enum, copy over other fields related to it.
426
427 Thu Jan 18 18:37:28 CET 2007 Paolo Molaro <lupus@ximian.com>
428
429         * metadata.h: fix MONO_TYPE_ISSTRUCT() to not consider
430         genericinst enums (bug #79215).
431
432 2007-01-17  Massimiliano Mantione  <massi@ximian.com>
433         * class.c: Fix bug 80307.
434
435 Wed Jan 17 17:09:20 CET 2007 Paolo Molaro <lupus@ximian.com>
436
437         * image.c: if the file table is not present, try to load
438         all the modules, since we don't have info about them
439         having or not metadata (bug #80517).
440         * assembly.c: allow mono_assembly_load_references () to
441         work for netmodules.
442
443 Wed Jan 17 14:28:30 CET 2007 Paolo Molaro <lupus@ximian.com>
444
445         * image.c, metadata-internals.h, object.c: execute module
446         cctors when running on the 2 runtime if present (bug #80487).
447
448 Tue Jan 16 15:32:53 CET 2007 Paolo Molaro <lupus@ximian.com>
449
450         * icall.c: optimized InitializeArray() on bigendian.
451
452 Tue Jan 16 13:18:51 CET 2007 Paolo Molaro <lupus@ximian.com>
453
454         * icall.c: fix for the broken ARM FPA double format.
455
456 Tue Jan 16 12:51:16 CET 2007 Paolo Molaro <lupus@ximian.com>
457
458         * icall.c: handle endian issues for r4 and r8 types, too, in
459         the InitializeArray() icall.
460
461 2007-01-15  Miguel de Icaza  <miguel@novell.com>
462
463         * loader.c (mono_loader_error_prepare_exception): Clear the error
464         once we have extracted the information from it, do this before we
465         call into the JIT's class loading mechanisms.
466
467         * object.c (mono_class_create_runtime_vtable): Do not clear the
468         loader error before calling mono_class_get_exception_for_failure
469         as the loader error is needed inside
470         mono_class_get_exception_for_failure to throw the error (thinko).
471
472         Fixes #80521
473         
474 Mon Jan 15 10:27:31 CET 2007 Paolo Molaro <lupus@ximian.com>
475
476         * reflection.c: align fields rva data so it's faster to load at
477         runtime.
478
479 2007-01-12  Raja R Harinath  <rharinath@novell.com>
480
481         Prepare to simplify GenericMethod handling.
482         * class-internals.h (mono_method_get_context): New accessor function.
483         * class.c, icall.c, loader.c, reflection.c, verify.c: Use accessor
484         rather than directly accessing '->context' field.
485
486         * class-internals.h (_MonoGenericParam.method): Move ...
487         (_MonoGenericContainer): ... here.  Add into union with klass field.
488         * class.c, icall.c, loader.c, metadata.c, reflection.c:
489         Update to changes.
490
491 Fri Jan 12 11:58:52 CET 2007 Paolo Molaro <lupus@ximian.com>
492
493         * Makefile.am, class-internals.h, debug-helpers.c: consolidate
494         the wrapper type enum and reduce relocations.
495
496 2007-01-12  Raja R Harinath  <rharinath@novell.com>
497
498         * reflection.c (inflate_mono_method): Reuse method instantiation
499         from the generic method, if available.
500
501 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
502
503         * marshal.c (emit_marshal_variant): Fix conv_arg
504         type in last commit, based on whether parameter is byref.
505         
506 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
507
508         * marshal.c (emit_marshal_variant): Handle unmanaged->managed
509         marshalling.
510         (mono_marshal_emit_managed_wrapper): Convert byref arguments of type
511         MONO_TYPE_OBJECT back for VARIANT support.
512
513 2007-01-11  Jonathan Chambers  <joncham@gmail.com>
514
515         * marshal.c, marshal.h, icall-def.h: Implement 
516         Marshal.ReAllocCoTaskMem.
517
518 Thu Jan 11 19:00:03 CET 2007 Paolo Molaro <lupus@ximian.com>
519
520         * marshal.c: memory retention fixes: use the proper
521         image cache for runtime_invoke method lookups.
522
523 Thu Jan 11 18:53:19 CET 2007 Paolo Molaro <lupus@ximian.com>
524
525         * mempool.c: added code to help debug mempool allocations.
526
527 2007-01-11  Dick Porter  <dick@ximian.com>
528
529         * socket-io.c (convert_sockopt_level_and_name): Add DontFragment
530         support (experimenting with faking it with IP_MTU_DISCOVER for
531         systems that don't have IP_DONTFRAGMENT.)
532         (ves_icall_System_Net_Sockets_Socket_Disconnect_internal): New
533         icall.
534
535         * icall-def.h: new System.Net.Sockets.Disconnect icall.
536
537         * socket-io.h: Add new fields to MonoSocketAsyncResult
538         corresponding to the new ones in Socket.cs.
539
540 2007-01-11  Raja R Harinath  <rharinath@novell.com>
541
542         Fix IronPython regression mentioned in #80249
543         * metadata.c (do_mono_metadata_parse_generic_class): Clear
544         'cached_context' field, since it may have been initialized as a
545         side-effect of metadata parsing.
546
547         * class-internals.h (_MonoGenericClass.is_inflated): Remove.
548         (_MonoGenericClass.cached_class): Move here and rename from lone
549         remaining field of ...
550         (_MonoInflatedGenericClass): ... this.  Remove.
551         * metadata.h, class.c, reflection.c, metadata.c, icall.c: Update
552         to changes.
553
554         Fix mcs/tests/test-128.cs regression.
555         * reflection.c (encode_cattr_value) [MONO_TYPE_SZARRAY]: Revert
556         2007-01-10 change below.
557         [MONO_TYPE_OBJECT]: Recurse into array case.
558
559 2007-01-11  Raja R Harinath  <harinath@gmail.com>
560
561         * class-internals.h (mono_get_inflated_generic_class): Remove.
562         * class.c (mono_get_inflated_generic_class): Remove.
563         (mono_generic_class_get_class): Rename from
564         mono_class_create_generic.
565         (mono_class_from_mono_type) [GENERICINST]: Use it.
566         * reflection.c, metadata.c: Update to changes.  Use
567         'mono_class_from_mono_type'.
568
569 Wed Jan 10 16:19:54 CET 2007 Paolo Molaro <lupus@ximian.com>
570
571         * reflection.c: use passed type when encoding an array element
572         in custom attributes (patch from David Mitchell, dmitchell@logos.com).
573
574 2007-01-09  Robert Jordan  <robertj@gmx.net>
575
576         * marshal.c (mono_delegate_end_invoke): Add check for unpaired asyc
577         result arguments (someDelegate.EndInvoke (unrelatedAres)).
578         Fixes bug #80392.
579
580 2007-01-09  Raja R Harinath  <rharinath@novell.com>
581
582         * class-internals.h (_MonoInflatedGenericClass.is_initialized): Remove.
583
584         * object.c (set_value): Avoid aliasing between type->data.klass
585         and type->data.generic_class.
586
587         * class.c (mono_class_create_generic): Don't use 'is_initialized' field.
588
589 2007-01-08  Raja R Harinath  <rharinath@novell.com>
590
591         * marshal.c (mono_marshal_get_runtime_invoke): Avoid aliasing
592         between type->data.klass and type->data.generic_class.
593
594 2007-01-08  Lluis Sanchez  <lluis@ximian.com>
595
596         * marshal.c: In MS.NET, StringBuilder objects are not copied by
597         value in out parameters.
598
599 2007-01-08  Raja R Harinath  <rharinath@novell.com>
600
601         Simplify invariant for MonoGenericClass::klass field.
602         * class.c (mono_class_create_generic): Verify 'klass' is null.
603         * metadata.c (do_mono_metadata_parse_generic_class): Don't
604         initialize 'klass' field.
605
606 2007-01-05  Raja R Harinath  <rharinath@novell.com>
607
608         Ongoing work to avoid redundant data and simplify invariants.
609         * class-internals.h (_MonoGenericMethod.class_inst): Rename from
610         'generic_class', and change type to a GenericInst.
611         (_MonoGenericContext.class_inst): Likewise, rename from 'gclass'.
612         * class.c, loader.c, metadata.c, reflection.c: Update to changes.
613
614 2007-01-05  Atsushi Enomoto  <atsushi@ximian.com>
615
616         * class.c : skip io-layer under PLATFORM_WIN32.
617
618 2007-01-03  Tor Lillqvist  <tml@novell.com>
619
620         Fix #80305: In a bundled executable, look in the bundled exe
621         assembly to determine the runtime version. Add the possibility to
622         bundle also the machine.config file.
623         
624         * assembly.c (mono_assembly_open_from_bundle): Make
625         non-static. Allow being called even if we have no bundled
626         assemblies, and return NULL right away in that case.
627
628         * domain-internals.h: Declare mono_assembly_open_from_bundle()
629         here.
630
631         * domain.c (app_config_parse): Take an assembly exe file name as
632         parameter instead of a config file name. Check for a bundled
633         config file for that assembly by calling
634         mono_config_string_for_assembly_file() (see below) before looking
635         for one in the file system.
636         (get_runtimes_from_exe): Corrsponding change to call of
637         app_config_parse().
638         (get_runtimes_from_exe): Check for bundled assembly exe file first
639         by calling mono_assembly_open_from_bundle(). If no bundled
640         assembly exe file is found, call mono_image_open() as before to
641         look it up in the file system.
642
643         * mono-config.c: Add variable bundled_machinec_onfig.
644         (mono_config_string_for_assembly_file): New function.
645         (mono_config_for_assembly): Move code snippet that looks for a
646         bundled assembly .config file into the above new function. Call
647         it.
648         (mono_register_machine_config, mono_get_machine_config): New
649         functions to set and retrieve
650
651         * assembly.h: Declare mono_register_machine_config().
652
653         * mono-config.h: Declare mono_get_machine_config() and
654         mono_config_string_for_assembly_file().
655
656         * icall.c: No declaration of environ necessary on Win32. It is
657         declared (as a macro expanding to a function call) in stdlib.h.
658         (ves_icall_System_Configuration_DefaultConfig_get_bundled_machine_config):
659         New internal mono function. Returns the value of
660         mono_get_machine_config() as a Mono string.
661
662         * icall-def.h: Add get_bundled_machine_config().
663
664 2007-01-04  Raja R Harinath  <rharinath@novell.com>
665
666         Remove redundant field
667         * class-internals.h (_MonoGenericContext.container): Remove field.
668         * loader.c (mono_method_get_signature_full): Don't parse a
669         "container" for a signature parse when the signature is inflated
670         immediately.
671         (method_from_methodspec): Likewise, for a generic_inst.
672         * class.c, metadata.c, reflection.c: Update to changes.
673
674 2006-01-04  Raja R Harinath  <rharinath@novell.com>
675
676         * class-internals.h (_MonoGenericClass): Rename 'context' field to
677         'cached_context', and change semantics -- it starts off NULL, and
678         is initialized on demand.
679         * class.c (mono_generic_class_get_context): New accessor to
680         replace 'context' field accesses.
681         (mono_class_get_context): New helper.
682         (*): Update to changes.
683         * icall.c, loader.c, metadata.c, reflection.c: Update to changes.
684
685 2007-01-03  Miguel de Icaza  <miguel@novell.com>
686
687         * marshal.c (mono_string_to_byvalstr): Fix thinko, shorten len
688         before the memcpy.   Fixes Marshal2 regression.
689
690 2007-01-02  Jb Evain  <jbevain@gmail.com>
691
692         * blob.h: add a MONO_TYPE_ENUM definition
693         * reflection.c (load_cattr_value, create_custom_attr, create_custom_attr_data):
694         fix the encoding of arrays of enums in custom attributes.
695
696         Fixes #79666.
697
698 2007-01-01  Miguel de Icaza  <miguel@novell.com>
699
700         * marshal.c (mono_string_to_byvalwstr): Fix this routine.   The
701         string is null terminated, but only cut the string short if it
702         overflows the buffer.   
703         
704         (mono_string_to_byvalstr): Also fix this routine.   The code here
705         was not properly terminating a string (it was only terminated
706         because of the previous catch-all memset). 
707
708         I left the memset, because I do not know if applications expect
709         the runtime to clear this region. 
710
711         Fixes #79944.
712
713         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType):
714         Clear the error before returning to unmanaged code to prevent the
715         runtime from being confused later on (fixes  80420).
716         (ves_icall_type_from_name): Always call mono_loader_clear_error
717         after parsing a type that could have failed.
718         (ves_icall_System_Reflection_Assembly_GetTypes): ditto.
719
720         * loader.c (mono_loader_clear_error): Fix indentation.
721
722 2006-12-28  Martin Baulig  <martin@ximian.com>
723
724         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 58.
725
726 Fri Dec 22 20:04:57 CET 2006 Paolo Molaro <lupus@ximian.com>
727
728         * reflection.c: patch from Rolf Bjarne Kvinge to fix
729         getting a token for an EnumBuilder.
730
731 Fri Dec 22 19:49:07 CET 2006 Paolo Molaro <lupus@ximian.com>
732
733         * reflection.c: be more careful in case resource generation
734         fails to create the data array.
735
736 Fri Dec 22 18:17:40 CET 2006 Paolo Molaro <lupus@ximian.com>
737
738         * sgen-gc.c: write barrier for clone and fix unregister handles.
739
740 Fri Dec 22 18:15:33 CET 2006 Paolo Molaro <lupus@ximian.com>
741
742         * reflection.c: some fixes needed in the generics code for the moving GC.
743
744 2006-12-22  Robert Jordan  <robertj@gmx.net>
745
746         * icall.c (ves_icall_System_Array_SetValueImpl): Take enums into
747         account. Fixes bug #80299.
748
749 2006-12-21  Raja R Harinath  <rharinath@novell.com>
750
751         Fix WaitHandle usage in delegates.
752         * object-internals.h (mono_wait_handle_get_HANDLE): Declare.
753         * object.c (mono_wait_handle_new): Use the property set method to
754         initialize the handle.
755         (mono_wait_handle_get_handle): New.
756         * threadpool.c (mono_async_invoke): Use it.
757         * threads.c (ves_icall_System_Threading_WaitHandle_WaitAll_internal):
758         Likewise.
759         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Likewise.
760
761 2006-12-21  Jonathan Chambers  <joncham@gmail.com>
762
763         * marshal.c (emit_marshal): Call emit_marshal_variant and
764         emit_marshal_com_interface when applicable.
765         (emit_marshal_variant, emit_marshal_com_interface): Add
766         methods for this case and remove if's from emit_marshal_object.
767         
768 Wed Dec 20 11:03:56 CET 2006 Paolo Molaro <lupus@ximian.com>
769
770         * filewatcher.c: updated to use the mono-dl API instead of gmodule.
771
772 2006-12-19  Jonathan Chambers  <joncham@gmail.com>
773
774         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocHGlobal,
775         ves_icall_System_Runtime_InteropServices_Marshal_FreeHGlobal): Use GlobalAlloc
776         and GlobalFree on Windows. Remove FIXME.
777
778 Tue Dec 19 16:18:16 CET 2006 Paolo Molaro <lupus@ximian.com>
779
780         * mono-mlist.h, mono-mlist.c, Makefile.am: linked list
781         implementation for managed objects.
782
783 Tue Dec 19 14:28:03 CET 2006 Paolo Molaro <lupus@ximian.com>
784
785         * object.c: implemented code to be used for checking
786         that no reference field overlaps with non-references.
787
788 Tue Dec 19 14:10:37 CET 2006 Paolo Molaro <lupus@ximian.com>
789
790         * threadpool.c: fix queue code to be compatible with the
791         moving GC.
792
793 2006-12-18  Miguel de Icaza  <miguel@novell.com>
794
795         * marshal.c (emit_object_to_ptr_conv): Handle null safehandles
796         in structures by throwing ArgumentNullException.
797
798         (emit_marshal_safehandle): Also when they are null parameters.
799
800         (emit_marshal_safehandle): Add support for ref
801         SafeHandles parameters
802
803 Mon Dec 18 19:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
804
805         * profiler.c: updated to use the mono-dl API instead of
806         gmodule.
807
808 Mon Dec 18 19:02:37 CET 2006 Paolo Molaro <lupus@ximian.com>
809
810         * profiler.c: updated to use the mono-dl dynamic loading
811         API instead of gmodule.
812
813 Mon Dec 18 18:16:22 CET 2006 Paolo Molaro <lupus@ximian.com>
814
815         * profiler.c: use readlink, older versions of glib don't have
816         g_file_read_link ().
817
818 Mon Dec 18 16:40:34 CET 2006 Paolo Molaro <lupus@ximian.com>
819
820         * profiler.c: try to detect the path to mono if libc fails to provide
821         a useful name (bug #80286).
822
823 2006-12-16  Raja R Harinath  <rharinath@novell.com>
824
825         Fix #80242
826         * icall.c (ves_icall_Type_GetNestedType): If the type is a generic
827         instance, use the generic type definition instead.
828         (ves_icall_Type_GetNestedTypes): Likewise.
829         * class.c (mono_class_create_generic): Always set the
830         nested_classes of a generic instance to NULL, even if the generic
831         type definition has nested types.
832
833 2006-12-15  Jonathan Chambers  <joncham@gmail.com>
834
835         * marshal.c (mono_string_from_bstr): Revert previous Windows change
836         and fix on Linux.
837         
838 2006-12-15  Miguel de Icaza  <miguel@novell.com>
839
840         * marshal.c (mono_string_from_bstr): Jon Chambers pointed out that
841         my arguments were in the wrong order.   I also fixed the Windows
842         version which seems to have had the same issue.
843
844         (mono_free_bstr): On Unix, this is g_free.
845         (mono_string_from_bstr, mono_string_to_bstr): Implement bstr
846         conversions (for the tests in corlib to pass).
847
848 2006-12-14  Miguel de Icaza  <miguel@novell.com>
849
850         * marshal.c (emit_ptr_to_object_conv): For now, ignore
851         MONO_MARSHAL_CONV_SAFEHANDLE on return values (we need to throw an
852         exception if a ref SafeHandle in a struct has changed).
853         
854         (emit_struct_conv): Do not perform layout checks for classes
855         derived from SafeHandle, as those are specially handled. 
856
857         (emit_object_to_ptr_conv): Add support for
858         MONO_MARSHAL_CONV_SAFEHANDLE conversion. 
859
860         (emit_marshal_safehandle): Implement conversion of return values
861         of safehandles (MARSHAL_ACTION_CONV_RESULT).
862         
863         * threads.c: WaitHandle now is compiled with two different handles
864         "IntPtr os_handle" for 1.x and "SafeWaitHandle safe_wait_handle"
865         for 2.0.
866         
867         (ves_icall_System_Threading_WaitHandle_WaitAll_internal) 
868         (ves_icall_System_Threading_WaitHandle_WaitAny_internal): Adjust
869         these routines to cope with both kinds of fields.
870
871 2006-12-12  Miguel de Icaza  <miguel@novell.com>
872
873         * metadata.c (mono_type_to_unmanaged): Handle the case where
874         type->data.klass is a SafeHandle, and in that case, return the
875         size of a pointer (MONO_NATIVE_INT) and set the conversion to be
876         MONO_MARSHAL_CONV_SAFEHANDLE. 
877
878 2006-12-11  Miguel de Icaza  <miguel@novell.com>
879
880         * marshal.c (emit_marshal): Hook up to the MONO_TYPE_CLASS and
881         MONO_TYPE_OBJECT cases and check for a SafeHandle here before
882         calling emit_marshal_object.
883
884         (emit_marshal_safehandle): Implement marshalling of
885         SafeHandle parameters (no ref support yet).
886
887         (MarshalAction): Document the defines as I implement
888         them for SafeHandle.
889
890         (emit_marshal_object): indentation police.
891
892         * class-internals.h: Define MonoSafeHandle.
893         Add safehandle_class to MonoDefaults type.
894
895         * verify.c: Add System.Runtime.InteropServices.SafeHandle to the
896         list of classes to check for fields. 
897
898         * domain.c (mono_init_internal): Add SafeHandle to the list of
899         mono_defaults loaded.
900
901 2006-12-15  Raja R Harinath  <rharinath@novell.com>
902
903         Fix #80253
904         * reflection.c (mono_reflection_bind_generic_parameters): If the
905         generic type definition is a type builder, ensure that it is fully
906         initialized before instantiating it.  Kill some dead code.
907
908 Thu Dec 14 17:02:59 CET 2006 Paolo Molaro <lupus@ximian.com>
909
910         * object.c: clear the loader_error () before loading
911         more metadata stuff (bug #80258).
912
913 Thu Dec 14 12:49:47 CET 2006 Paolo Molaro <lupus@ximian.com>
914
915         * icall.c, icall-defs.h: type modifiers icalls for
916         parameters and properties.
917
918 Wed Dec 13 19:29:50 CET 2006 Paolo Molaro <lupus@ximian.com>
919
920         * object.c, icall.c: fixed warnings.
921
922 Mon Dec 11 11:03:10 CET 2006 Paolo Molaro <lupus@ximian.com>
923
924         * marshal.c: fixed a couple of leaks and coding style in a few places.
925
926 2006-12-08  Dick Porter  <dick@ximian.com>
927
928         * process.c: Cope with NULL ProcessStartInfo arguments on windows
929         too.  Patch from Jonathan Chambers <joncham@gmail.com>, fixes bug
930         80173.
931
932 Thu Dec 7 15:20:31 CET 2006 Paolo Molaro <lupus@ximian.com>
933
934         * process.c: ProcessStartInfo may have only filename set and
935         arguments can be NULL.
936
937 Tue Dec 5 19:19:34 CET 2006 Paolo Molaro <lupus@ximian.com>
938
939         * icall.c: fix leak found by Robert Jordan.
940
941 Tue Dec 5 17:53:10 CET 2006 Paolo Molaro <lupus@ximian.com>
942
943         * marshal.c, marshal.h: generate managed method to access an element
944         of a multi-dimensional array.
945
946 2006-11-30  Paolo Molaro (lupus@ximian.com)
947
948         * metadata.c, marshal.c: locking fixes when writing to image->mempool.
949
950 Thu Nov 30 11:11:37 CET 2006 Paolo Molaro <lupus@ximian.com>
951
952         * icall.c: back out GetFields () fix until the serialization code is
953         fixed to not depend on the incorrect behaviour.
954
955 Wed Nov 29 22:01:46 CET 2006 Paolo Molaro <lupus@ximian.com>
956
957         * profiler.c: provide defaults if none are set.
958
959 Tue Nov 28 12:54:51 CET 2006 Paolo Molaro <lupus@ximian.com>
960
961         * Makefile.am, attrdefs.h: new public header file with
962         constants for attributes for use by embedders.
963
964 Tue Nov 28 11:44:52 CET 2006 Paolo Molaro <lupus@ximian.com>
965
966         * icall.c: GetFields () fix for bug #80064.
967
968 Tue Nov 28 10:56:01 CET 2006 Paolo Molaro <lupus@ximian.com>
969
970         * filewatcher.c, filewatcher.h, icall-def.h, icall.c, locales.c:
971         removed long unused icalls.
972
973 2006-11-27  Jonathan Chambers  <joncham@gmail.com>
974   
975         * marshal.c: 
976                 (mono_marshal_emit_managed_wrapper): Level of indirection for 
977                 mono_marshal_get_managed_wrapper so that a wrapper for a managed method
978                 can be generated without a delegate class.
979                 (mono_marshal_get_managed_wrapper): Move wrapper logic to mono_marshal_emit_managed_wrapper.
980         
981         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
982
983 2006-11-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
984
985         * console-io.c: add the 'signal' call removed by mistake. Fixes bug
986         #80069.
987
988 Mon Nov 27 19:29:13 CET 2006 Paolo Molaro <lupus@ximian.com>
989
990         * boehm-gc.c, null-gc.c, sgen-gc.c, mono-gc.h, icall.c,
991         icall-def.h: added icalls needed by System.GC.
992
993 Thu Nov 23 20:01:12 CET 2006 Paolo Molaro <lupus@ximian.com>
994
995         * loader.c: ensure the class in catch clauses is handled
996         correctly for generics methods (fixes bug#79980).
997
998 Thu Nov 23 17:31:58 CET 2006 Paolo Molaro <lupus@ximian.com>
999
1000         * monitor.h, monitor.c: added mono_locks_dump () function
1001         to help debug deadlocks involving managed locks.
1002
1003 2006-11-13  Dick Porter  <dick@ximian.com>
1004
1005         * file-io.c (get_file_attributes): If the file is a symlink try
1006         and get the stat data for the target, but also add the
1007         FILE_ATTRIBUTE_REPARSE_POINT flag.  This is an attempt to follow
1008         the specs for the windows symlink support, but will probably have
1009         to be reworked when I have test data from a vista machine.  Fixes
1010         bug 79887.
1011
1012 2006-11-13  Dick Porter  <dick@ximian.com>
1013
1014         * gc.c (mono_domain_finalize): 
1015         * marshal.c (mono_delegate_begin_invoke): 
1016         * threadpool.c (socket_io_init, mono_thread_pool_init)
1017         (mono_thread_pool_finish): 
1018         * monitor.c (mono_monitor_try_enter_internal): 
1019         * threads.c (mono_thread_resume, mono_thread_init)
1020         (mono_thread_suspend_all_other_threads)
1021         (mono_thread_execute_interruption): 
1022         * appdomain.c (mono_domain_unload): Check for NULL error returns
1023         from CreateThread(), CreateEvent() and CreateSemaphore().  See bug
1024         75733.
1025
1026 2006-11-11  Miguel de Icaza  <miguel@novell.com>
1027
1028         * process.c
1029         (ves_icall_System_Diagnostics_Process_CreateProcess_internal):
1030         Only close the handle if the value of the handle is not
1031         INVALID_HANDLE_VALUE.  This just makes the process a bit more
1032         robust.
1033
1034         Improvement for #75733, so that we do not run into this problem. 
1035
1036         
1037         * assembly.c (check_path_env, check_extra_gac_path_env): Do not
1038         include empty directories from MONO_PATH or MONO_GAC_PREFIX in our
1039         internal variables.  Fixes #79462 
1040         
1041
1042 2006-11-09  Dick Porter  <dick@ximian.com>
1043
1044         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
1045         Use poll() not select().  Fixes bug 79397.
1046
1047 2006-11-09  Raja R Harinath  <rharinath@novell.com>
1048
1049         Fix #79872
1050         * assembly.c (mono_assembly_load_from_full): Check that the given
1051         image has an assembly manifest.
1052
1053 2006-11-09  Ankit Jain  <jankit@novell.com>
1054
1055         * tabledefs.h (ASSEMBLYREF_RETARGETABLE_FLAG):
1056         (ASSEMBLYREF_ENABLEJITCOMPILE_TRACKING_FLAG):
1057         (ASSEMBLYREF_DISABLEJITCOMPILE_OPTIMIZER_FLAG): Add AssemblyRef flags.
1058
1059 2006-11-07  Dick Porter  <dick@ximian.com>
1060
1061         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
1062         Put the old resolver behaviour back for pre-2.0 profiles.
1063
1064 Tue Nov 7 16:56:24 CET 2006 Paolo Molaro <lupus@ximian.com>
1065
1066         * threadpool.c: precise GC and locking fixes.
1067
1068 Tue Nov 7 11:02:42 CET 2006 Paolo Molaro <lupus@ximian.com>
1069
1070         * class.c: don't load types that have an explicit unaligned
1071         managed reference. Provide better info in the TypeLoad exception.
1072         Part of the fix for bug #79744.
1073         * object.c: use the correct check for class type load issues.
1074
1075 Mon Nov 6 17:07:43 CET 2006 Paolo Molaro <lupus@ximian.com>
1076
1077         * class.c: enforce alignment of fields with managed references
1078         even when Pack=1 is forced by the user (bug #77788).
1079
1080 2006-11-03  Dick Porter  <dick@ximian.com>
1081
1082         * socket-io.c (ves_icall_System_Net_Dns_GetHostByAddr_internal):
1083         If the address reverse lookup fails, return it as the hostname
1084         anyway.  Fixes bug 79721.
1085
1086 2006-11-03  Dick Porter  <dick@ximian.com>
1087
1088         * threads.c (ves_icall_System_Threading_Thread_SpinWait_internal):
1089         Fix build on Windows.
1090
1091 2006-11-02  Dick Porter  <dick@ximian.com>
1092
1093         * icall-def.h: 
1094         * object-internals.h: 
1095         * exception.c (mono_get_exception_thread_interrupted): 
1096         * threads.c: Implement Thread.Interrupt and Thread.SpinWait.
1097         Fixes bug 74525.
1098
1099         * monitor.c (ves_icall_System_Threading_Monitor_Monitor_wait):
1100         Check for pending Thread.Interrupt.
1101
1102 2006-10-27  Massimiliano Mantione  <massi@ximian.com>
1103         * loader.c: Fixed bug 79684.
1104
1105 2006-10-27  Dick Porter  <dick@ximian.com>
1106
1107         * file-io.c (get_file_attributes): Force symlinks to directories
1108         to be returned as a regular file.  Fixes bug 79733.
1109 2006-10-26  Dick Porter  <dick@ximian.com>
1110
1111         * file-io.c (ves_icall_System_IO_MonoIO_Open): If we're calling
1112         CreateFile to open a directory then we need to set the
1113         FILE_FLAG_BACKUP_SEMANTICS flag.  Fixes bug 75285.
1114
1115 2006-10-23  Zoltan Varga  <vargaz@gmail.com>
1116
1117         * reflection.c (mono_method_get_object): Cache the MonoMethod class and its
1118         friends.
1119
1120 Mon Oct 23 03:06:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
1121
1122         * sgengc.c: small cleanup of timer code.
1123
1124 Mon Oct 23 02:49:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
1125
1126         * sgen-gc.c: fix some warnings and start adding support for
1127         complete object removal on domain unload.
1128
1129 2006-10-22  Gert Driesen  <drieseng@users.sourceforge.net>
1130
1131         * assembly.c: build_assembly_name should not consider a version
1132         number without build or revision number invalid. Fixes bug #79715.
1133
1134 2006-10-18  Jonathan Chambers  <joncham@gmail.com>
1135
1136         * icall.c: Have ves_icall_System_Diagnostics_DefaultTraceListener_WriteWindowsDebugString
1137         call kernel32 function OutputDebugString directly.
1138         
1139         Signed-off-by: Jonathan Chambers <joncham@gmail.com>
1140         
1141 Tue Oct 17 16:59:59 CEST 2006 Paolo Molaro <lupus@ximian.com>
1142
1143         * reflection.c: small cleanup, using a function to insert a MonoString
1144         in the string heap.
1145
1146 Tue Oct 17 16:45:27 CEST 2006 Paolo Molaro <lupus@ximian.com>
1147
1148         * reflection.c: moving GC fixes.
1149
1150 Mon Oct 16 16:53:12 CEST 2006 Paolo Molaro <lupus@ximian.com>
1151
1152         * sgen-gc.c, gc-internal.h, gc.c: added API to collect and remove
1153         all the objects with finalizers belonging to an unloading appdomain.
1154
1155 Mon Oct 16 15:08:41 CEST 2006 Paolo Molaro <lupus@ximian.com>
1156
1157         * sgen-gc.c: added ability to allocate even when the nursery is fully
1158         pinned and fixed a couple of bugs.
1159
1160 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
1161
1162         * threads.h: Revert the last change for now.
1163
1164         * threads.h (mono_thread_get_pending_exception): Rename this to
1165         mono_thread_get_undeniable_exception ().
1166
1167 2006-10-15  Gert Driesen  <drieseng@users.sourceforge.net>
1168
1169         * appdomain.c: Use mono_get_exception_bad_image_format2 to construct
1170         BadImageFormatException in ves_icall_System_Reflection_Assembly_LoadFrom
1171         when fname does not refer to valid assembly. This result in a more
1172         meaningful error message.
1173         * exception.c: added mono_get_exception_bad_image_format2 which 
1174         constructs a BadImageFormatException using the ctor taking a custom
1175         message and the file name. Passing in a NULL msg results in a default
1176         message.
1177         * exception.h: define mono_get_exception_bad_image_format2 function.
1178         * icall.c: in InternalGetAssemblyName, throw BadImageFormatException 
1179         when file name pointed to an invalid IL image. Use 
1180         mono_get_exception_file_not_found2 to construct FileNotFoundException,
1181         as this results in a more meaningful error message.
1182
1183 2006-10-15  Zoltan Varga  <vargaz@gmail.com>
1184
1185         * reflection.c (encode_named_val): Implement proper encoding of arrays. Fixes
1186         #79465.
1187
1188 2006-10-12  Zoltan Varga  <vargaz@gmail.com>
1189
1190         * metadata.c (mono_type_size): Change the align parameter to guint32 for
1191         consistency with the other _size functions.
1192         (mono_type_stack_size): Ditto.
1193
1194         * class.c object.c icall.c: Fix warnings caused by the above change.
1195
1196         * class.c (mono_class_get_method_from_name_flags): Fix a typo.
1197
1198         * image.c (load_metadata_ptrs): Reenable loading of modules with uncompressed metadata.
1199
1200         * metadata.c class.c loader.c: Add proper support for uncompressed metadata.
1201
1202 Wed Oct 11 17:27:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
1203
1204         * console-io.h, filewatcher.h, locales.h, marshal.h, monitor.h,
1205         process.h, rand.h, rawbuffer.h, security-manager.h, security.h,
1206         socket-io.h, string-icalls.h, sysmath.h, threadpool-internals.h,
1207         threadpool.h, threads-types.h: mark more internal functions.
1208
1209 2006-10-11  Dick Porter  <dick@ximian.com>
1210
1211         * socket-io.c (ves_icall_System_Net_Sockets_Socket_Poll_internal):
1212         Fix typo spotted by Robert Jordan in bug 79352 (though I can't
1213         reproduce the bug even before applying the fix.)
1214
1215 Tue Oct 10 15:39:39 CEST 2006 Paolo Molaro <lupus@ximian.com>
1216
1217         * reflection.c: allow retrieving attributes for arguments in generic
1218         methods (bug #79241).
1219
1220 Tue Oct 10 11:45:50 CEST 2006 Paolo Molaro <lupus@ximian.com>
1221
1222         * debug-mono-symfile.c: properly check fopen () result (found by
1223         coverity).
1224
1225 Tue Oct 10 11:30:52 CEST 2006 Paolo Molaro <lupus@ximian.com>
1226
1227         * reflection.c: make error message clearer and fixed two
1228         issuelets found by Coverity.
1229
1230 2006-10-10  Zoltan Varga  <vargaz@gmail.com>
1231
1232         * object-internals.h: Remove duplicate definition of mono_method_get_signature_full ().
1233
1234 Mon Oct 9 19:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
1235
1236         * object-internals.h, gc-internal.h, profiler-private.h:
1237         mark internal functions.
1238
1239 Mon Oct 9 19:28:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
1240
1241         * reflection.c: put data in the text section.
1242         * icall.c: recognize more types in type_from_typename ().
1243         * process.c, marshal.c: added some GC FIXMEs.
1244
1245 Mon Oct 9 19:27:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
1246
1247         * loader.c: check for NULL before initializing.
1248
1249 2006-10-09  Zoltan Varga  <vargaz@gmail.com>
1250
1251         * gc.c (finalizer_thread): Use a non-alertable wait here.
1252
1253         * class.c loader.c metadata.c: Revert the mono_metadata_decode_table_... changes,
1254         until the correct solution is found.
1255
1256 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
1257
1258         * reflection.c (mono_module_get_object): Avoid an assert when operating on
1259         modules with no metadata. Fixes #79596.
1260
1261         * image.c (load_metadata_ptrs): Put back the error message when
1262         the #- heap is encountered since the support is not complete yet.
1263
1264 Fri Oct 6 16:57:26 CEST 2006 Paolo Molaro <lupus@ximian.com>
1265
1266         * gc.c: do not allow the user to SuppressFinalize () a
1267         delegate because it would leak the trampoline if present.
1268
1269 2006-10-06  Zoltan Varga  <vargaz@gmail.com>
1270
1271         * class.c metadata.c row-indexes.h blob.h: Applied patch from Jb. Add support for the
1272         PropertyPtr table.
1273
1274 2006-10-05  Zoltan Varga  <vargaz@gmail.com>
1275
1276         * loader.c (mono_method_signature): Fix a use of MONO_TABLE_METHOD missed earlier.
1277
1278         * metadata.c (mono_metadata_get_param_attrs): Ditto.
1279
1280         * row-indexes.h: Add definitions for *Ptr tables.
1281
1282         * metadata-internals.h (MonoImage): Add an 'uncompressed_metadata' flag.
1283
1284         * metadata.c (mono_metadata_translate_token_index): New helper function to
1285         translate table indexes used in uncompressed metadata.
1286         (mono_metadata_decode_table_row): Ditto.
1287         (mono_metadata_decode_table_row_col): Ditto.
1288
1289         * metadata.c: Add table schema for *Ptr tables.
1290
1291         * class.c loader.c: Use the new helper function to access the affected metadata
1292         tables.
1293         
1294         * image.c (load_metadata_ptrs): Allow assemblies with uncompressed metadata. Fixes
1295         #38532.
1296         
1297 2006-10-04  Zoltan Varga  <vargaz@gmail.com>
1298
1299         * marshal.c (emit_object_to_ptr_conv): Avoid using short branches around IL
1300         sequences which can be unbounded in size. Fixes #79583.
1301
1302 2006-10-02  Zoltan Varga  <vargaz@gmail.com>
1303
1304         * object.c (mono_runtime_class_init): Handle a corner case in handling failure of
1305         static initialization.
1306
1307         * domain-internals.h (MonoDomain): Add a 'type_init_exception_hash' field.
1308
1309         * class-internals.h (MonoVTable): Add an 'init_failed' flag.
1310
1311         * domain.c (mono_domain_free): Free up type_init_exception_hash.
1312
1313         * object.c (mono_runtime_class_init): Implement correct semantics when a static
1314         ctor fails, i.e. throw the same exception on subsequent accesses.
1315         
1316 2006-09-0  Jonathan Chambers  <joncham@gmail.com>
1317
1318         * domain.c, class-internals.h: Added ComInteropProxy class to MonoDefaults.
1319         * marshal.c: Return correct unmanaged size for object when MarshalAs.Struct.
1320         Emit exception rather than crash in case of COM Callable Wrapper (not yet implemented).
1321         Handle marshalling of interfaces and VARIANTs contained in structs.
1322         
1323         Code is contributed under MIT/X11 license.
1324         
1325 2006-09-30  Zoltan Varga  <vargaz@gmail.com>
1326
1327         * marshal.c (emit_marshal_custom): Fix some corner cases. Fixes #79471.
1328         
1329         * marshal.c (mono_marshal_load_type_info): Allocate memory from the image
1330         mempool.
1331
1332 2006-09-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1333
1334         * console-io.c: ignore previous SIGINT handler.
1335
1336 2006-09-27  Zoltan Varga  <vargaz@gmail.com>
1337
1338         * metadata.c class.c: Applied patch from Ricardo Fernandez Pascual 
1339         (ricardo.fernandez@st.com). Add some new MonoClass and MonoType accessors. Fixes
1340         #79460, #79461, #79485.
1341
1342         * class.c (mono_class_from_name_case): Fix incorrect comments. Fixes #79504.
1343
1344         * marshal.c (mono_marshal_load_type_info): Fix a typo which caused an assert. Fixes
1345         #79217.
1346
1347 2006-09-26  Zoltan Varga  <vargaz@gmail.com>
1348
1349         * marshal.c (mono_marshal_get_delegate_invoke): Tweak the IL a little so better code
1350         could be generated from it.
1351
1352 Mon Sep 25 13:29:53 CEST 2006 Paolo Molaro <lupus@ximian.com>
1353
1354         * rand.c: fix read loop to correctly handle EINTR.
1355
1356 Mon Sep 25 11:33:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
1357
1358         * Makefile.am, icall-def.h, icall.c, verify.c: changed the way
1359         internal calls are defined to keep methods closer to the declaring
1360         type and allow a significant reduction in runtime relocations and
1361         memory usage.
1362
1363 2006-09-21 Gert Driesen  <drieseng@users.sourceforge.net>
1364
1365         * appdomain.c: Pass NULL to mono_get_exception_file_not_found2 as
1366         exception message to have FileNotFoundException use the default
1367         assembly load error message. Fixes bug #79426.
1368         * exception.c: Support NULL msg in mono_get_exception_file_not_found2.
1369
1370 2006-09-21 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1371
1372         * threadpool.c: (start_thread_or_queue) use the root domain when
1373         creating the thread instead of the async object one.
1374
1375 Thu Sep 21 19:30:04 CEST 2006 Paolo Molaro <lupus@ximian.com>
1376
1377         * class.c, object.c, class-internals.h, reflection.c:
1378         for arrays, store element_size inside MonoClass (speedup
1379         for array object creation).
1380
1381 Thu Sep 21 17:06:43 CEST 2006 Paolo Molaro <lupus@ximian.com>
1382
1383         * icall.c: fixed CodeBase to use the file name and not the module
1384         name (bug #79365).
1385
1386 Thu Sep 21 12:09:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
1387
1388         * mono-debug.c, mono-debug.h: export find_method as
1389         mono_debug_find_method ().
1390
1391 Wed Sep 20 19:59:06 CEST 2006 Paolo Molaro <lupus@ximian.com>
1392
1393         * debug-helpers.c, class-internals.h: added a few functions useful
1394         when debugging under gdb.
1395
1396 2006-09-19 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1397
1398         * console-io.[ch]: trigger the ConsoleCancelEvent and retrieve
1399         characters that need special handling.
1400
1401 Tue Sep 19 18:57:38 CEST 2006 Paolo Molaro <lupus@ximian.com>
1402
1403         * mono-config.c: make the os/cpu specification more flexible,
1404         allowing lists and negation.
1405
1406 2006-09-18  Jonathan Chambers  <joncham@gmail.com>
1407
1408         * marshal.c: COM Interop fixes. Handle case where method->klass.
1409         is interface. Handle BSTR/MonoString when null. Use CDECL as 
1410         calling convention on non-windows platforms. This is for
1411         compatibility with XPCOM and MainWin COM.
1412         
1413         Code is contributed under MIT/X11 license.
1414         
1415
1416 2006-09-18  Zoltan Varga  <vargaz@gmail.com>
1417
1418         * marshal.c (mono_marshal_load_type_info): Handle concurrent and recursive calls
1419         correctly. Fixes #79217.
1420
1421         * class-internals.h (MonoClass): Remove unused marshal_info_init_pending field.
1422
1423 Mon Sep 18 16:59:54 CEST 2006 Paolo Molaro <lupus@ximian.com>
1424
1425         * mono-config.c: allow both an os and cpu attribute for dllmap
1426         and dllentry elemnets to enable a single config file to be used
1427         for multiple architectures.
1428
1429 2006-09-18  Gert Driesen  <drieseng@users.sourceforge.net>
1430
1431         * loader.c: MonoLoaderError was cleared too soon on load failure.
1432         Fixes bug #79424.
1433
1434 Mon Sep 18 15:37:13 CEST 2006 Paolo Molaro <lupus@ximian.com>
1435
1436         * icall.c: use the defining class vtable when accessing a
1437         static field, not a pobblibly derived class.
1438
1439 2006-09-17  Zoltan Varga  <vargaz@gmail.com>
1440
1441         * icall.c string-icalls.c: Remove references to unicode.h.
1442
1443         * unicode.h unicode.c Makefile.am: Remove these unused source files.
1444
1445         * NOTES: Moved to ../../docs and renamed to thread-safety.txt.
1446
1447         * marshal.c (mono_marshal_emit_native_wrapper): Add an 'image' argument, 
1448         indicating the image where custom marshaller types should be looked up.
1449         (mono_ftnptr_to_delegate): Use the image of the delegate type to look up
1450         custom marshallers, instead of corlib. Fixes #79425.
1451
1452 2006-09-14  Zoltan Varga  <vargaz@gmail.com>
1453
1454         * marshal.c (emit_marshal_object): Fix marshalling of blittable classes and null.
1455
1456 2006-09-14  Jonathan Chambers  <joncham@gmail.com>
1457
1458         * environment.c (ves_icall_System_Environment_get_ProcessorCount): 
1459         Implement Environment.ProcessorCount.
1460         
1461         * environment.h (ves_icall_System_Environment_get_ProcessorCount): 
1462         Implement Environment.ProcessorCount.
1463         
1464         * icall.c: 
1465         Add Environment.ProcessorCount icall.
1466         
1467         Patch by Jason McFall.
1468
1469 2006-09-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1470
1471         * assembly.c: don't append .exe/.dll when the filename already contains
1472         one of those extensions.
1473
1474 2006-09-12  Martin Baulig  <martin@ximian.com>
1475
1476         * class.c (mono_bounded_array_class_get): Also add `IList<object>'
1477         to array interfaces.
1478
1479 2006-09-11  Martin Baulig  <martin@ximian.com>
1480
1481         * reflection.c (mono_image_build_metadata): Create the
1482         MethodImpl's after emitting all types and methods, so we don't
1483         need another fixup pass for them.
1484
1485 2006-09-11  Zoltan Varga  <vargaz@gmail.com>
1486
1487         * class.c (mono_class_from_name_case): Fix regression introduced by the last
1488         change.
1489
1490 Mon Sep 11 12:57:15 CEST 2006 Paolo Molaro <lupus@ximian.com>
1491
1492         * gc-internal.h, appdomain.c, gc.c: force-destroy GC handles on domain
1493         unload.
1494
1495 2006-09-10  Zoltan Varga  <vargaz@gmail.com>
1496
1497         * object.c (mono_method_return_message_restore): Avoid a crash if one of the out
1498         args is not set. Fixes #78926.
1499
1500 2006-09-08  Zoltan Varga  <vargaz@gmail.com>
1501
1502         * class.c (mono_class_init): Init class->no_special_static_fields from the cached info.
1503
1504         * image.c (load_class_names): Move this to class.c, and rename it to 
1505         'mono_image_init_name_cache'.
1506         (load_modules): Fix a warning.
1507
1508         * class.c icall.c image.c: Initialize image->name_cache lazily.
1509
1510         * class-internals.h (MonoGetClassFromName): New hook function to find a class based
1511         on its name using information in the AOT file.
1512
1513         * class.c (mono_class_from_name): Use the new hook function.
1514
1515 2006-09-06  Zoltan Varga  <vargaz@gmail.com>
1516
1517         * reflection.c (mono_param_get_objects): Handle enum default parameter values
1518         correctly.
1519
1520         * marshal.c (emit_marshal_object): Implement [In, Out] byval marshalling of classes.
1521         Fixes #79289.
1522         
1523 2006-09-06  Martin Baulig  <martin@ximian.com>
1524
1525         * icall.c (mono_lookup_internal_call): Small fix.
1526
1527 2006-09-05  Raja R Harinath  <rharinath@novell.com>
1528
1529         * debug-mono-symfile.c (mono_debug_open_mono_symbols): Remove
1530         double g_free.
1531
1532 2006-09-04  Sebastien Pouliot  <sebastien@ximian.com>
1533
1534         * debug-mono-symfile.c: Fix *some* memory leaks that happens only 
1535         when --debug is specified.
1536
1537 2006-09-04  Zoltan Varga  <vargaz@gmail.com>
1538
1539         * class.c (setup_generic_array_ifaces): Fix a warning.
1540
1541 2006-09-04  Miguel de Icaza  <miguel@novell.com>
1542
1543         * Temporarily remove the patch to assemly.c that checks the
1544         assembly versions as it breaks our gacutil.
1545
1546 2006-09-03  Zoltan Varga  <vargaz@gmail.com>
1547
1548         * metadata.c (mono_metadata_parse_mh_full): Fix an invalid free.
1549
1550         * assembly.c (mono_assembly_load_from_full): Avoid loading net 2.0 assemblies into
1551         a net 1.0 runtime.
1552
1553         * marshal.c (mono_string_builder_to_utf8): Fix marshalling of StringBuilders
1554         created using the default ctor. Fixes #79152.
1555         (mono_string_builder_to_utf16): Ditto.
1556
1557 2006-09-01  Martin Baulig  <martin@ximian.com>
1558
1559         Fix handling of the generic array interfaces.
1560
1561         * class-internals.h
1562         (MonoDefaults): Removed `generic_array_class' and added
1563         `generic_ilist' class.
1564
1565         * class.c
1566         (mono_bounded_array_class_get): Add the new generic array interfaces.
1567         (setup_generic_array_ifaces): New static method; create vtable
1568         entries for each method in the generic array interfaces.
1569
1570         * metadata.c
1571         (select_container): Allow "parent-less" generic methods.
1572
1573         * marshal.c
1574         (mono_marshal_get_generic_array_helper): New public method.
1575
1576         * icall.c
1577         (ves_icall_System_Array_InternalArray_GetGenericValueImpl):
1578         Renamed into ves_icall_System_Array_GetGenericValueImpl() and
1579         moved the interncall into System.Array.
1580
1581 2006-09-01  Raja R Harinath  <rharinath@novell.com>
1582
1583         A few more cases of avoiding work on types with ->byref set.
1584         Has the real fix for #79238
1585         * icall.c (is_generic_parameter): New helper.
1586         (ves_icall_Type_GetGenericParameterPosition): Use it.
1587         (ves_icall_Type_GetGenericParameterAttributes): Likewise.
1588         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
1589         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
1590         (ves_icall_Type_GetGenericTypeDefinition_impl): Return NULL on
1591         reference types.
1592         (ves_icall_Type_get_IsGenericTypeDefinition): Return FALSE on
1593         reference types.
1594         (ves_icall_Type_get_IsGenericInstance): Likewise.
1595         (ves_icall_Type_get_IsGenericType): Likewise.
1596
1597 2006-09-01  Zoltan Varga  <vargaz@gmail.com>
1598
1599         * class.c (mono_class_setup_vtable_general): Share identical vtables with the parent
1600         class if possible.
1601
1602         * mempool.h (mono_mempool_get_allocated): New helper function.
1603
1604         * object.c (mono_class_create_runtime_vtable): Fix problem introduced by last
1605         change.
1606
1607         * mempool.c: Fix warnings and the calculation of stats.
1608
1609         * object.c (mono_class_create_runtime_vtable): Fix the AOT optimization.
1610
1611         * class.c (mono_class_setup_vtable): Update generic_vtable_count stat.
1612
1613         * loader.c (mono_get_method_from_token): Update method_count stat.
1614
1615         * class-internals.h (MonoStats): Add some stats.
1616
1617 2006-08-31 Robert Jordan  <robertj@gmx.net>
1618
1619         * icall.c: Replace the PtrToStringAuto, StringToHGlobalAuto icalls
1620         with managed variants.
1621         All code is contributed under the MIT/X11 license.
1622         
1623 2006-08-31  Zoltan Varga  <vargaz@gmail.com>
1624
1625         * reflection.c (reflection_methodbuilder_to_mono_method): Set 
1626         method->skip_visibility based up the skipVisibility parameter of DynamicMethods.
1627
1628         * class-internals.h (MonoMethod): Add a 'skip_visibility' field.
1629
1630         * marshal.c (mono_marshal_load_type_info): Revert the last change as it can't cope
1631         with cycles in classes.
1632
1633         * icall.c (ves_icall_MonoType_get_Name): Add a '&' for byref types. Fixes #79110.
1634
1635         * marshal.c (emit_marshal_array): Avoid crash when a parameter with type array is 
1636         missing a [MarshalAs] directive. Fixes #79203.
1637
1638         * marshal.c (mono_marshal_load_type_info): Fix a race in initializing 
1639         klass->marshal_info. Fixes #79217.
1640
1641 2006-08-30  Martin Baulig  <martin@ximian.com>
1642
1643         Committing a patch from Joachim Ante <joe@otee.dk>:
1644         Add support for binary data symbol stores.
1645
1646         * debug-mono-symfile.c
1647         (mono_debug_open_mono_symbol_file): Renamed into
1648         mono_debug_open_mono_symbols() and added `raw_contents' and `size'
1649         arguments.
1650
1651         * mono-debug.c
1652         (mono_debug_open_image): Added `raw_contents' and `size' args.
1653         (mono_debug_init_2_memory): New public function.
1654
1655 Fri Aug 25 18:25:23 CEST 2006 Paolo Molaro <lupus@ximian.com>
1656
1657         * icall.c: handle TypedReference in GetTypeCode (bug #79150).
1658
1659 2006-08-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1660
1661         * appdomain.c: implement support for ShadowCopyFiles.
1662
1663 2006-08-22  Sebastien Pouliot  <sebastien@ximian.com>
1664
1665         * string-icalls.c: Add shortcut in ves_icall_System_String_ctor_charp
1666         when value is NULL (and should remove CID #51).
1667
1668 2006-08-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1669
1670         * image.c: moved 2 functions to ../utils.
1671
1672 Tue Aug 22 15:53:29 CEST 2006 Paolo Molaro <lupus@ximian.com>
1673
1674         * gc.c: cope with the target object of a GC handle being NULL
1675         (bug #78877).
1676
1677 Tue Aug 22 11:10:33 CEST 2006 Paolo Molaro <lupus@ximian.com>
1678
1679         * class.c: recursively check parent's explicit implementations
1680         of interface methods (fixes bug #79125).
1681
1682 2006-08-19  Miguel de Icaza  <miguel@novell.com>
1683
1684         * filewatcher.c: Avoid warnings when building, do not redefine
1685         constants that are defined.
1686
1687         Remove warnings.
1688
1689 2006-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1690
1691         * image.c: don't fail when the link points to an absolute path.
1692
1693 2006-08-18  Sebastien Pouliot  <sebastien@ximian.com>
1694
1695         * decimal.c: Remove dead code (unrequired check) in mono_decimalIncr.
1696         Fix CID #3.
1697
1698 2006-08-17  Miguel de Icaza  <miguel@novell.com>
1699
1700         * image.c (full_path): A new method used to obtain the actual path
1701         of an assembly even in the presence of symbolic links.  
1702
1703         This is necessary for the case where we are running a binary that
1704         has been GACed, but we are using the "published" path name
1705         ($prefix/mono/1.0/blah.exe) which happens to point to the real
1706         file in the GAC.
1707
1708         This was the source of the failure for the `xsp' command with the
1709         recent AppDomain changes, as far as the runtime was concerned,
1710         there were two different assemblies: $prefix/mono/1.0/blah.exe and
1711         $prefix/mono/gac/blah/version/blah.exe.
1712
1713         (do_mono_image_open): use full path
1714
1715 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
1716
1717         * object.c (mono_class_create_runtime_vtable): Add a FIXME.
1718
1719 2006-08-17  Sebastien Pouliot  <sebastien@ximian.com>
1720
1721         * marshal.c: Fix mono_marshal_check_domain_image if an invalid 
1722         domain_id is supplied. Fix CID #241 and corlib's unit tests.
1723
1724 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
1725
1726         * class.c (mono_class_layout_fields): Set min_align to a bigger value for
1727         small structures. Fixes #78990.
1728
1729 2006-08-17  Zoltan Varga  <vargaz@gmail.com>
1730
1731         * marshal.c (mono_marshal_get_xappdomain_invoke): Use the new helper functions here.
1732
1733         * appdomain.c (ves_icall_System_AppDomain_createDomain): Fix a warning.
1734
1735 2006-08-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1736
1737         * appdomain.c:
1738         * marshal.c: don't load all the assemblies from a domain into newly
1739         created ones. The new domains might have different rules and load
1740         assemblies from different locations. Fixes bug #76757.
1741
1742         Patch by Lluis. Conflicts resolved by Brian Crowell.
1743
1744 2006-08-16  Alp Toker  <alp@atoker.com>
1745
1746         * socket-io.c: First half of the fix for #79084.
1747         Set sa_size to the length of the content, not that of the struct.
1748         Don't add NULL suffix to the content, this should be done in
1749         managed code if needed.
1750
1751 2006-08-14  Raja R Harinath  <rharinath@novell.com>
1752
1753         Fix part of #79012
1754         * metadata.c (do_mono_metadata_parse_generic_class): Don't SEGV if
1755         mono_metadata_parse_type returns NULL.
1756
1757 2006-08-13  Atsushi Enomoto  <atsushi@ximian.com>
1758
1759         * normalization-tables.h : new file for string normalization data.
1760         * locales.c, locales.h, icall.c :
1761           added load_normalization_resource() for string normalization,
1762           and icall as well.
1763         * Makefile.am : added normalization-tables.h to the sources.
1764
1765 2006-08-13  Zoltan Varga  <vargaz@gmail.com>
1766
1767         * marshal.c: Add more helper functions to reduce code duplication and use them
1768         everywhere.
1769
1770 2006-08-12  Zoltan Varga  <vargaz@gmail.com>
1771
1772         * marshal.c: Fix non-x86 stdcall warnings.
1773         
1774         * marshal.c marshal.h: Add some helper functions to emit/patch branches, and use 
1775         them everywhere.
1776
1777 2006-08-11  Jonathan Chambers  <joncham@gmail.com>
1778
1779         * class.c (mono_bounded_array_class_get): Fix if statement that caused incorrect
1780         type check on multi-dimensional arrays. Fixes #79000.
1781
1782 2006-08-10  Jonathan Chambers  <joncham@gmail.com>
1783
1784         * class.c (mono_class_setup_parent): setup is_com_object during class initialization.
1785         * object.c (mono_remote_class_vtable/mono_object_new_specific): Changed checks
1786         to use is_com_object instead of MONO_CLASS_IS_IMPORT() macro.
1787         * class-internals.h: add is_com_object to class structure.
1788         * marshal.c: Fixed marshalling for IDispatch and IUnknown, added
1789         null checks to COM object marshalling. Fix .ctor call on RCW.
1790         * icall.c: Added icall implementation for MonoType.IsCOMObjectImpl.
1791         
1792         All code is contributed under the MIT/X11 license.
1793
1794 2006-08-09  Dick Porter  <dick@ximian.com>
1795
1796         * monitor.c (mono_monitor_cleanup): mono_monitor_cleanup() is
1797         racing mono_monitor_allocator_lock() somewhere, so don't delete
1798         the critical section for now.  Found by running and exiting
1799         monodevelop.
1800
1801 2006-08-10  Zoltan Varga  <vargaz@gmail.com>
1802
1803         * marshal.c (cominterop_get_native_wrapper): Fix a warning.
1804         (ves_icall_System_ComObject_FindInterface): Ditto.
1805         (ves_icall_System_ComObject_CacheInterface): Ditto.
1806
1807         * metadata.c (do_mono_metadata_type_equal): Applied patch from Roberto Costa
1808         (roberto.costa@st.com). Add support for MONO_TYPE_FNPTR.
1809
1810 2006-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1811
1812         * threadpool.c: treat pipes from process asynchronous reads as sockets
1813         when reading from them, so we get select/poll or epoll to wait for
1814         data.
1815
1816 2006-08-07  Sebastien Pouliot  <sebatien@ximian.com>
1817
1818         * loader.c: Fix a typo (CID #233) in the null check.
1819
1820 2006-08-07  Zoltan Varga  <vargaz@gmail.com>
1821
1822         * appdomain.c (mono_domain_unload): Close the thread handle of the unload thread.
1823         Hopefully fixes #78949.
1824         
1825         * metadata.c (mono_metadata_parse_method_signature_full): Applied patch from 
1826         Roberto Costa (roberto.costa@st.com). Handle vararg signatures without SENTINEL
1827         bytes. Fixes #78972.
1828
1829 2006-08-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1830
1831         * filewatcher.c: we need to set errno here.
1832
1833 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1834
1835         * filewatcher.c: let Win32Exception get the error value.
1836
1837 2006-08-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1838
1839         * filewatcher.c: translate errno into win32 errors for Win32Exception
1840         to know what happened.
1841
1842 2006-08-01  Zoltan Varga  <vargaz@gmail.com>
1843
1844         * threadpool.c: Fix more warnings.
1845
1846         * assembly.c (search_loaded): Fix warnings.
1847
1848         * threadpool.c (mono_thread_pool_finish): Fix warnings.
1849         (mono_async_invoke): Ditto.
1850
1851 2006-07-28  Jonathan Chambers  <joncham@gmail.com>
1852
1853         * object.c (mono_remote_class_vtable): Need to create proxy vtable
1854         entries for __ComObject type in addition to ComImport types.
1855         * marshal.c: Added support for marshalling COM RCWs. Fixed warning
1856         about hash table.
1857         
1858         All code is contributed under the MIT/X11 license.
1859
1860 Fri Jul 28 19:04:34 CEST 2006 Paolo Molaro <lupus@ximian.com>
1861
1862         * image.c: avoid tentative loading of modulerefs that contain
1863         no metadata (P/Invoke library names).
1864
1865 2006-07-28  Dick Porter  <dick@ximian.com>
1866
1867         * loader.c (mono_loader_cleanup): mono_loader_cleanup() is racing
1868         mono_loader_lock() somewhere, so don't delete the critical section
1869         for now.  Found by running and exiting monodevelop.
1870
1871 2006-07-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1872
1873         * filewatcher.c: define the inotify syscalls when we're building on
1874         linux and have sys/syscall.h. The build system might not have support
1875         for inotify but the target system might have it.
1876
1877 2006-07-26  Miguel de Icaza  <miguel@novell.com>
1878
1879         * domain.c: Documentation updates.
1880
1881         * loader.c (mono_free_method): Do not release the method
1882         information if we are being profiled, as profilers will use this
1883         information at shut down to present some data to the user.
1884
1885         This is needed so that the profiler does not crash, as the
1886         profiler tends to keep MonoMethods around, and they might become
1887         invalid if we free these.
1888
1889         (mono_get_method_constrained): Return the original CIL stream
1890         method as well, so verification can be performed against it.
1891
1892 2006-07-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1893
1894         * filewatcher.[ch]: support for inotify file system watcher.
1895         * icall.c: add new internal calls for the inotify file system watcher.
1896
1897 2006-07-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1898
1899         * threadpool.c: Windows also misbehaves on async. connects. Fixes bug
1900         #78888.
1901
1902 2006-07-20  Dick Porter  <dick@ximian.com>
1903
1904         * file-io.c (ves_icall_System_IO_MonoIO_Seek): Fix signed/unsigned
1905         warning.
1906
1907 2006-07-20  Dick Porter  <dick@ximian.com>
1908
1909         * threads.c (start_wrapper): Do the thread cleanup while we still
1910         hold a reference to its object.  Fixes bug 78123.
1911
1912 2006-07-18  Kornél Pál  <kornelpal@gmail.com>
1913
1914         * class-internals.h: Added MONO_WRAPPER_MANAGED_TO_MANAGED wrapper type.
1915         * debug-helpers.c: Map MONO_WRAPPER_MANAGED_TO_MANAGED to
1916           "managed-to-managed".
1917         * icall.c: Redirect string constructors that take sbyte* to
1918           ves_icall_System_String_ctor_RedirectToCreateString.
1919         * marshal.c: Redirect ves_icall_System_String_ctor_RedirectToCreateString
1920           to CreateString () methods with matching signature.
1921         * reflection.c: Use original security informations for
1922           MONO_WRAPPER_MANAGED_TO_MANAGED.
1923         * security-manager.c: Use original security informations for
1924           MONO_WRAPPER_MANAGED_TO_MANAGED.
1925         * string-icalls.c: Added ves_icall_System_String_ctor_RedirectToCreateString
1926           that is a placeholder and only its address should be used.
1927         * string-icalls.h: Added ves_icall_System_String_ctor_RedirectToCreateString
1928           that is a placeholder and only its address should be used.
1929
1930 2006-07-15  Jonathan Chambers  <joncham@gmail.com>
1931
1932         Begin implementing COM Interop.
1933         * appdomain.c: Increment corlib version.
1934         * class.c: Set ComImport classes' parent to __ComObject.
1935         * loader.c: Mark cominterop methods as such.
1936         * domain.c: Add __ComObject class to MonoDefaults structure.
1937         * image.c: Add 2 hashtables to the image for COM Interop related methods
1938         * metadata.c: Added mono_metadata_type_dup_mp to duplicate a type
1939         using the mempool allocator
1940         
1941         * metadata-internals.h: Add 2 hashtables to the image for COM Interop related methods
1942         * metadata.h: Added cominterop field to _MonoMethodSignature struct and
1943         declaration for mono_metadata_type_dup_mp.
1944         
1945         * debug-helpers.c: Added strings for two additional wrapper types
1946         * object.c: Create proxy objects for ComImport classes
1947         * class-internals.h: Define 2 new method wrapper types, COM Interop remoting target,
1948         and added __ComObject class to MonoDefaults structure.
1949         
1950         * object-internals.h: Finish MonoRealProxy definition, and add definition of
1951         MonoComInteropProxy and MonoComObject.
1952         
1953         * marshal.c: Added support for COM Interop
1954         (signature_cominterop): Converts managed signature to corresponding
1955         unmanaged COM signature.
1956         (cominterop_get_function_pointer): gets unmanaged function pointer via
1957         COM object vtable
1958         (cominterop_get_com_slot_for_method): returns vtable slot in COM interface of method
1959         (cominterop_get_method_interface): returns interface type that method is defined on
1960         (mono_mb_emit_cominterop_call): emits native call to function pointer
1961         gotten from vtable
1962         (cominterop_get_native_wrapper_adjusted): actual wrapper around unmanaged COM call
1963         that matches signature of unmanaged function.
1964         (cominterop_get_native_wrapper): wrapper around adjusted method call.
1965         (cominterop_get_invoke): forwards call from proxy to __ComObject
1966         (ves_icall_System_Runtime_InteropServices_Marshal_AddRef): Implements Marshal.AddRef 
1967         (ves_icall_System_Runtime_InteropServices_Marshal_QueryInterface): Implements Marshal.QueryInterface 
1968         (ves_icall_System_Runtime_InteropServices_Marshal_Release): Implements Marshal.Release 
1969         
1970         * marshal.h: Added Marshal icall declarations.
1971         * icall.c: Added __ComObject icalls. Need to store interfaces in unmanaged code
1972         so we can access them in finalizer
1973         
1974 2006-07-14  Dick Porter  <dick@ximian.com>
1975
1976         * object.c (mono_type_initialization_cleanup): Fix a race
1977         condition by temporarily commenting out the critical section
1978         deletion.
1979
1980 2006-07-14  Zoltan Varga  <vargaz@gmail.com>
1981
1982         * reflection.c (create_custom_attr): Fix some warnings.
1983         (create_custom_attr_data): Ditto.
1984         (typebuilder_setup_properties): Save custom attrs for properties in dynamic
1985         types. Fixes #78855.
1986
1987 2006-07-11  Zoltan Varga  <vargaz@gmail.com>
1988
1989         * class.c (mono_type_get_name_recurse): Fix the name of 1 dimensional non-szarrays.
1990
1991         * reflection.c (mono_custom_attrs_free): Fix freeing of dynamic cattr info.
1992
1993 2006-07-08  Zoltan Varga  <vargaz@gmail.com>
1994
1995         * reflection.c (resolve_object): Add support for DynamicMethod.
1996
1997         * domain.c appdomain.c threads.c monitor.c object.c gc.c: Applied patch from
1998         Joachim Ante (joe@otee.dk). Fix some shutdown leaks.
1999
2000 2006-07-06  Sebastien Pouliot  <sebastien@ximian.com>
2001
2002         * process.c: In ves_icall_System_Diagnostics_Process_GetModules_internal 
2003         don't leak GPtrArray's pdata has we have no use (nor free) for it.
2004
2005 2006-07-01  Zoltan Varga  <vargaz@gmail.com>
2006
2007         * marshal.c (mono_marshal_get_runtime_invoke): Fix passing of generic valuetypes.
2008         Fixes #77888.
2009
2010 2006-06-30  Raja R Harinath  <rharinath@novell.com>
2011
2012         * icall.c (ves_icall_MonoMethod_get_base_definition): Simplify
2013         slightly: remove a shadow local variable.
2014
2015 2006-06-29  Raja R Harinath  <rharinath@novell.com>
2016
2017         * icall.c (ves_icall_MonoMethod_get_base_definition): Return the
2018         definition that introduces the virtual function slot.
2019         Also fix Coverity #105.
2020
2021 2006-06-29  Zoltan Varga  <vargaz@gmail.com>
2022
2023         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Fix support
2024         for dynamic assemblies. Fixes #78724.
2025
2026 2006-06-28  Zoltan Varga  <vargaz@gmail.com>
2027
2028         * marshal.c (mono_string_to_byvalwstr): Fix this completely broken function.
2029         Fixes #78722.
2030
2031 2006-06-21  Martin Baulig  <martin@ximian.com>
2032
2033         * reflection.c
2034         (method_encode_clauses): Don't assert on `ex_info->handlers' here;
2035         fixes #76484.
2036
2037 2006-06-21  Zoltan Varga  <vargaz@gmail.com>
2038
2039         * object.h (mono_array_setref): Cast value to (MonoObject*) to fix warnings.
2040
2041 2006-06-20  Raja R Harinath  <rharinath@novell.com>
2042
2043         Make 'mono_class_get_full' only inflate TYPESPECs, not TYPEDEFs
2044         nor TYPEREFs.
2045         * class.c (mono_class_create_from_typespec): Add 'context' argument.
2046         Inflate result if necessary.
2047         (mono_class_get_full): Remove old version.  Rename from
2048         'mono_class_get' and add 'context' argument.  Pass it to
2049         ..._create_from_typespec.
2050         (mono_class_get): New.  Simple wrapper to mono_class_get_full.
2051         (mono_ldtoken): Revert change below.
2052
2053 2006-06-20  Martin Baulig  <martin@ximian.com>
2054
2055         * class.c (mono_ldtoken): Don't pass the generic context to
2056         mono_class_get_full() for MONO_TOKEN_TYPE_DEF/REF.  Fixes #78053.
2057
2058 2006-06-15  Zoltan Varga  <vargaz@gmail.com>
2059
2060         * marshal.c (mono_ftnptr_to_delegate): Avoid allocating signature from mempool
2061         and later freeing it. Fixes #78638.
2062
2063 2006-06-15  Miguel de Icaza  <miguel@novell.com>
2064
2065         * icall.c (mono_class_get_throw): Revert over-zealous error
2066         throwing, the caller for mono_class_get_throw will cope with
2067         errors when classes are not properly initialized already.
2068
2069         The code still copes with loader exceptions though.
2070
2071         Fixes the regression in reftype1 and reftype3 from the CAS tests.
2072         
2073 2006-06-14  Miguel de Icaza  <miguel@novell.com>
2074
2075         Fixes the `make run1' version of RuntimeAbort (to be commited,
2076         source is in Bugzilla).
2077         
2078         * metadata.c (mono_metadata_interfaces_from_typedef_full): Return
2079         FALSE on class loading failure instead of returning true.
2080
2081         * class.c (mono_class_create_from_typedef): It is possible for
2082         mono_metadata_interfaces_from_typedef_full to fail if a class is
2083         not found, cope with this.
2084         
2085
2086 2006-06-14  Dick Porter  <dick@ximian.com>
2087
2088         * socket-io.c: 
2089         * process.c: Fix a bunch of signed/unsigned warnings from gcc
2090         4.1.1
2091
2092 2006-06-12  Atsushi Enomoto  <atsushi@ximian.com>
2093
2094         * culture-info-table.h : oops, forgot to make it nsync with r61548.
2095
2096 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
2097
2098         * icall.c: Another fix for building mono in Visual Studio.
2099
2100 2006-06-09  Jonathan Chambers  <jonathan.chambers@ansys.com>
2101
2102         * marshal.c icall.c: Minor fixes for building mono in Visual Studio.
2103         
2104 2006-06-09  Martin Baulig  <martin@ximian.com>
2105
2106         * debug-mono-symfile.c: Put this back and really fix it this
2107         time. Sorry for all the trouble.
2108
2109 2006-06-08  Zoltan Varga  <vargaz@gmail.com>
2110
2111         * icall.c (mono_class_get_throw): Fix a warning.
2112         (ves_icall_System_Reflection_Assembly_GetTypes): Allways throw 
2113         ReflectionTypeLoadException if needed. Fixes #78606.
2114
2115         * class.c (mono_class_setup_vtable_general): Handle loader errors a bit better.
2116         (mono_class_init): Ditto.
2117
2118         * loader.c (mono_loader_set_error_assembly_load): Display a separate warning for
2119         ref_only exceptions.
2120         (mono_loader_clear_error): Make this work even if there is no error.
2121
2122 2006-06-08  Jonathan Chambers  <jonathan.chambers@ansys.com>
2123
2124         * object-internals.h marshal.c marshal.h icall.c: Implement method 
2125         Marshal.GetComSlotForMethodInfo using internal call.
2126
2127 2006-06-07  Zoltan Varga  <vargaz@gmail.com>
2128
2129         * class-internals.h: Add a new kind of loader error LOADER_ERROR_ASSEMBLY plus
2130         a function for signalling it.
2131
2132         * class.c (mono_class_from_typeref): Use the new kind of loader error when
2133         a referenced assembly is not found.
2134
2135         * loader.c (mono_loader_error_prepare_exception): Add support for 
2136         LOADER_ERROR_ASSEMBLY. Fix formatting.
2137
2138 2006-06-05  Jonathan Chambers  <jonathan.chambers@ansys.com>
2139
2140         * domain.c appdomain.c class-internals.h marshal.c: Add support 
2141         for VARIANT marshalling on windows and increment corlib version
2142         since Variant struct was added.
2143
2144 2006-06-03  Miguel de Icaza  <miguel@novell.com>
2145
2146         * debug-mono-symfile.c: Revert Martin's previous patch which broke
2147         stack trace line information:
2148
2149         (Martin) (mono_debug_symfile_lookup_location): Fix the algorithm:
2150         (Martin) when looking up B which is between A and C, return A not C.
2151
2152         Bug is #78573.
2153
2154         Thanks to Alexander Olk for tracking this down.
2155
2156 2006-06-02  Zoltan Varga  <vargaz@gmail.com>
2157
2158         * marshal.c (mono_marshal_set_last_error_windows): Fix build.
2159         
2160         * marshal.c (mono_marshal_emit_native_wrapper): Call GetLastError () early and without a wrapper to
2161         avoid clobbering its value.
2162         (mono_string_to_lpstr): Fix a warning on windows.
2163
2164 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
2165
2166         * class-internals.h (MonoClass): Removed obsolete 'dummy' flag.
2167
2168         * reflection.c loader.c: Removed references to 'dummy' flag.
2169
2170         * loader.c (mono_loader_error_prepare_exception): Fix a warning.
2171
2172         * threadpool.c: Make ASyncCall a copy of the managed MonoAsyncCall class so
2173         it gets GC tracking.
2174
2175         * object-internals.h (MonoAsyncResult): Add an 'object_data' field which has
2176         GC tracking.
2177         
2178         * object.c (mono_async_result_new): Add an additional parameter 'object_data'.
2179
2180         * marshal.c threadpool.c: Update callers of mono_async_result_new.
2181
2182         * appdomain.c: Bump corlib version.
2183
2184 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
2185
2186         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
2187         CEE_STIND_REF when working with object references.
2188
2189 2006-05-31  Zoltan Varga  <vargaz@gmail.com>
2190
2191         * class.c (mono_class_setup_fields): Call mono_class_init () for class->parent.
2192         Fixes #78539.
2193
2194 2006-05-30  Miguel de Icaza  <miguel@novell.com>
2195
2196         * loader.c (method_from_memberref): Fix argument value for
2197         mono_loader_set_error_method_load (I was passing the MonoClass
2198         instead of the class name char *).
2199
2200 2006-05-30  Zoltan Varga  <vargaz@gmail.com>
2201
2202         * marshal.c: Use mono_mb_emit_stloc in more places. Use CEE_LDIND_REF and
2203         CEE_STIND_REF when working with object references.
2204
2205 2006-05-30  Martin Baulig  <martin@ximian.com>
2206
2207         * mono-debug.c (mono_debug_print_stack_frame): Reverted the
2208         mono_method_full_name() change and replace the ':' with a '.'
2209         here.
2210
2211 2006-05-30  Martin Baulig  <martin@ximian.com>
2212
2213         * debug-mono-symfile.c
2214         (mono_debug_symfile_lookup_location): Fix the algorithm:
2215         when looking up B which is between A and C, return A not C.
2216
2217 2006-05-29  Martin Baulig  <martin@ximian.com>
2218
2219         * mono-debug.h
2220         (MonoDebugMethodInfo): Make the typedef public.
2221         (MonoDebugSourceLocation): New public struct.
2222
2223         * mono-debug.c
2224         (mono_debug_source_location_from_address): Removed.
2225         (mono_debug_source_location_from_il_offset): Removed.
2226         (mono_debug_il_offset_from_address): Removed.
2227         (mono_debug_address_from_il_offset): Removed.
2228         (mono_debug_lookup_method): New public function.
2229         (mono_debug_lookup_source_location): New public function; replaces
2230         the old mono_debug_source_location_from_*() functions; see the
2231         inline documentation.
2232         (mono_debug_free_source_location): New public function.
2233         (mono_debug_print_stack_frame): New public function; see the
2234         inline documentation.
2235
2236         * debug-mono-symfile.c
2237         (mono_debug_find_source_location): Renamed into
2238         mono_debug_symfile_lookup_location(); only take a
2239         `MonoDebugMethodInfo *' and an `offset' argument; added inline
2240         documentation.
2241         (mono_debug_find_method): Renamed into
2242         mono_debug_symfile_lookup_method().
2243
2244 2006-05-27  Zoltan Varga  <vargaz@gmail.com>
2245
2246         * assembly.c (mono_assembly_open_full): Dont overwrite the status
2247         returned by mono_image_open_full ().
2248
2249         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Convert
2250         MONO_IMAGE_IMAGE_INVALID into a BadImageFormatException. Fixes
2251         #78517.
2252
2253         * object.c (compute_class_bitmap): Use class->class_size for static fields. Fixes
2254         #78518.
2255
2256 2006-05-27  Miguel de Icaza  <miguel@novell.com>
2257
2258         * class.c (mono_class_from_typeref): handle missing images
2259         earlier, deals with bug #78418.   Refactor code; 
2260
2261         Fix a warning introduced in my previous commit (some stale code
2262         from before I revisited my patch).
2263
2264         * class.c (mono_class_create_from_typedef): On failure, remove the
2265         class from the MonoImage->class_cache as the class is not
2266         initialized;   Fixes the leak pointed out by Paolo.
2267
2268 2006-05-25  Dick Porter  <dick@ximian.com>
2269
2270         * threads.c (mono_thread_cleanup): Build fix.  Comment out the
2271         DeleteCriticalSections until I figure out which one may still be
2272         sometimes locked when mono_thread_cleanup is called.
2273
2274 2006-05-24  Dick Porter  <dick@ximian.com>
2275
2276         * threads.c (mono_thread_cleanup): Move the threading cleanup out
2277         of mono_thread_manage and back into its own function, so it can be
2278         called after the finalizer thread has finished.
2279
2280         * appdomain.c (mono_runtime_cleanup): Call mono_thread_cleanup
2281
2282 2006-05-24  Zoltan Varga  <vargaz@gmail.com>
2283
2284         * assembly.c (mono_assembly_open_full): Fix typo introduced by a previous change.
2285         Fixes #78495.
2286
2287         * marshal.c (emit_ptr_to_object_conv): Implement marshalling of byval arrays
2288         with non-blittable elements.
2289         (emit_object_to_ptr_conv): Ditto. Fixes #78492.
2290
2291 2006-05-24  Martin Baulig  <martin@ximian.com>
2292
2293         * mono-debug-debugger.h (MonoDebuggerEvent): Added
2294         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE'.    
2295
2296         * mono-debug-debugger.c (mono_debugger_cleanup): Send a
2297         `MONO_DEBUGGER_EVENT_FINALIZE_MANAGED_CODE' and then set
2298         `mono_debugger_event_handler' to NULL.
2299
2300 2006-05-24  Martin Baulig  <martin@ximian.com>
2301
2302         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 57.
2303
2304 2006-05-24  Martin Baulig  <martin@ximian.com>
2305
2306         * mono-debug-debugger.h
2307         (mono_debugger_create_notification_function): Added
2308         `MonoCodeManager *' argument.
2309
2310 Tue May 23 16:05:47 CEST 2006 Paolo Molaro <lupus@ximian.com>
2311
2312         * boehm-gc.c, null-gc.c: fix compilation on 64 bit systems.
2313
2314 Tue May 23 13:44:11 CEST 2006 Paolo Molaro <lupus@ximian.com>
2315
2316         * Makefile.am, gc-internal.h, reflection.c: updates for the new GC.
2317         * sgen.-gc.c, sgen-gc.h: simple generational compacting GC
2318         implementation.
2319
2320 Tue May 23 13:40:30 CEST 2006 Paolo Molaro <lupus@ximian.com>
2321
2322         * icall.c: precise GC support: objects can't be stored in unmanaged
2323         memory anymore, even if they are kept alive by other references: since
2324         they can move the GC needs to be able to always find them.
2325
2326 Tue May 23 12:57:08 CEST 2006 Paolo Molaro <lupus@ximian.com>
2327
2328         * object.c: precise GC support for static fields. Support
2329         for moving GCs: write barriers and pinned allocation for interned
2330         strings.
2331
2332 Tue May 23 12:41:44 CEST 2006 Paolo Molaro <lupus@ximian.com>
2333
2334         * domain.c, domain-internals.h: precise GC support for the MonoDomain
2335         structure.
2336
2337 Tue May 23 12:38:56 CEST 2006 Paolo Molaro <lupus@ximian.com>
2338
2339         * class.c, gc.c: sgen and precise GC updates.
2340
2341 Tue May 23 12:33:24 CEST 2006 Paolo Molaro <lupus@ximian.com>
2342
2343         * marshal.h, marshal.c: added write barrier wrapper and precise type
2344         fixes.
2345
2346 Tue May 23 12:31:22 CEST 2006 Paolo Molaro <lupus@ximian.com>
2347
2348         * object.h, null-gc.c, boehm-gc.c: more write barrier functions and
2349         support.
2350
2351 Tue May 23 12:27:14 CEST 2006 Paolo Molaro <lupus@ximian.com>
2352
2353         * reflection.c: precise and sgen GC updates.
2354
2355 Tue May 23 12:21:46 CEST 2006 Paolo Molaro <lupus@ximian.com>
2356
2357         * debug-helpers.c, class-internals.h: added write barrier wrapper type.
2358
2359 2006-05-22  Zoltan Varga  <vargaz@gmail.com>
2360
2361         * threads.c (start_wrapper): Fix a missed guint32 tid declaration.
2362
2363 2006-05-20  Zoltan Varga  <vargaz@gmail.com>
2364
2365         * reflection.c (encode_cattr_value): Fix yet another bug in the encoding of
2366         MONO_TYPE_OBJECT. Fixes #78462.
2367
2368 2006-05-18  Zoltan Varga  <vargaz@gmail.com>
2369
2370         * marshal.c (emit_marshal_vtype): Add support for UnmanagedType.LPStruct 
2371         and blittable types.
2372
2373 2006-05-17  Miguel de Icaza  <miguel@novell.com>
2374
2375         * class.c (mono_class_get_exception_for_failure): Implement parts
2376         of a TODO: if the loader error is set (instead of the class
2377         error), we return a Loader exception that can be properly thrown
2378         elsewhere.
2379
2380         This was exposed by some Winforms 2.0 code that I tried to run
2381         (Atsushi pointed me to it).
2382
2383 2006-05-17  Zoltan Varga  <vargaz@gmail.com>
2384
2385         * marshal.c (mono_marshal_emit_native_wrapper): Make the marshalling code more
2386         uniform by moving stuff from this function to the proper emit_marshal_XXX functions.
2387         
2388         * marshal.c (emit_marshal_vtype): Add limited support for 
2389         UnmanagedType.LPStruct. Fixes #78427.
2390
2391         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure): 
2392         Applied a patch from kangaroo to fix #77523.
2393
2394 2006-05-17  Martin Baulig  <martin@ximian.com>
2395
2396         * threads.c
2397         (debugger_thread_vtable): Moved into ../mini/debug-debugger.c.
2398         (debugger_thread_created): Removed.
2399         (debugger_thread_exited): Removed.
2400
2401 2006-05-15  Zoltan Varga  <vargaz@gmail.com>
2402
2403         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
2404
2405         * object-internals.h (MonoReflectionResource): Sync with managed version.
2406
2407 2006-05-12  Wade Berrier <wberrier@novell.com>
2408
2409         * threads.c: Define G_GSIZE_FORMAT for systems with glib < 2.6
2410
2411 2006-05-12  Zoltan Varga  <vargaz@gmail.com>
2412
2413         * class.c (mono_fnptr_class_get): Set class->image to corlib for now, since other
2414         functions try to allocate from the image mempool.
2415
2416 2006-05-12  Dick Porter  <dick@ximian.com>
2417
2418         * threads.c (mono_thread_attach): Fix usage of GetCurrentThread().
2419
2420 2006-05-12  Lluis Sanchez  <lluis@ximian.com>
2421
2422         * object.c: The FieldGetter and FieldSetter methods require the full
2423         name of the class, not only the name. Fixes bug #78277.
2424
2425 2006-05-11  Miguel de Icaza  <miguel@novell.com>
2426
2427         * loader.c (method_from_memberref): Do not pass the NULL klass to
2428         mono_loader_set_error_() methods.  Pass the non-NULL value
2429         (class). 
2430
2431 2006-05-11  Zoltan Varga  <vargaz@gmail.com>
2432
2433         * assembly.c (mono_assembly_load_from_full): Fix a bunch of warnings.
2434         (mono_assembly_close): Null out assembly->image->references after freeing it.
2435
2436         * image.c (mono_image_close): Free image->references.
2437         
2438         * reflection.c (mono_image_basic_init): Fix a small memory leak.
2439
2440 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
2441
2442         * marshal.c: In function mono_mb_add_local don't use the mb pointer 
2443         before checking if it's NULL (g_assert).
2444
2445 2006-05-10  Martin Baulig  <martin@ximian.com>
2446
2447         * metadata.c (mono_type_size): Kill the g_assert() in MONO_TYPE_GENERICINST;
2448         I thought I already killed that two months ago, but now it somehow reappeared.
2449
2450 2006-05-10  Martin Baulig  <martin@ximian.com>
2451
2452         * mono-debug.c (mono_debug_add_method): Allow instantiated generic methods.
2453
2454 2006-05-10  Zoltan Varga  <vargaz@gmail.com>
2455
2456         * reflection.c: Allocate memory for dynamically created methods in the image
2457         mempools.
2458
2459 2006-05-10  Sebastien Pouliot  <sebastien@ximian.com>
2460
2461         * appdomain.c: In ves_icall_System_AppDomain_[Get|Set]Data functions, 
2462         don't use the ad pointer before checking if it's NULL (g_assert).
2463
2464 2006-05-09  Zoltan Varga  <vargaz@gmail.com>
2465
2466         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Remove
2467         a redundant (and incorrect) addref. Hopefully fixes sn.exe on windows.
2468
2469         * marshal.c: Allocate all signatures from mempools.
2470
2471         * marshal.c: Allocate some more signatures from mempools.
2472
2473 2006-05-09  Miguel de Icaza  <miguel@novell.com>
2474
2475         * object.c (mono_load_remote_field): The code used to provide a
2476         temporary variable for returning results if the user did not
2477         provide a result pointer.  But our temporary variable was allocted
2478         on the satck.
2479
2480         Fix calling code to always pass a result area.   Coverity ID 103.
2481
2482 2006-05-06  Zoltan Varga  <vargaz@gmail.com>
2483
2484         * threads.c (ves_icall_System_Threading_Interlocked_Add_Int): Return the new
2485         value, not the old. Fixes #78312.
2486         (ves_icall_System_Threading_Interlocked_Add_Long): Ditto.
2487
2488         * class.c (mono_bounded_array_class_get): Allocate data from the image mempool.
2489         (mono_ptr_class_get): Ditto. Also change the cache from a global one to a 
2490         per-image cache.
2491
2492         * assembly.c (mono_assembly_close): Free image->references.
2493
2494         * assembly.c (mono_assembly_names_equal): Fix a warning.
2495         (mono_assemblies_cleanup): Cleanup more global data.
2496
2497         * metadata-internals.h (MonoImage): Add 'ptr_cache'.
2498
2499         * image.c (mono_image_close): Free up the contents of 'array_cache', free up
2500         ptr_cache and image->modules.
2501
2502         * image.c (mono_image_init): Allocate array_cache lazily.
2503         
2504 2006-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2505
2506         * assembly.c: use GetCurrentThreadId for the hash, as GetCurrentThread
2507         behavior was changed recently and has bad side effects.
2508
2509 2006-05-05  Zoltan Varga  <vargaz@gmail.com>
2510
2511         * assembly.c (mono_assembly_open_full): Add a missing mono_image_close ().
2512         
2513         * assembly.c (mono_assembly_close): Remove a debug printf.
2514
2515         * profiler.c (create_profiler): Use mono_aligned_addr_hash.
2516
2517         * metadata-internals.h image.c assembly.c: Change the reference counting scheme
2518         to also allow for temporary references between mono_image_open ()/close ().
2519
2520         * domain.c (get_runtimes_from_exe): Add a FIXME.        
2521
2522 2006-05-04  Zoltan Varga  <vargaz@gmail.com>
2523
2524         * marshal.c: Fix support for dynamic methods.
2525
2526         * appdomain.c (mono_runtime_cleanup): Call mono_marshal_cleanup ().
2527
2528         * marshal.c (mono_marshal_cleanup): New cleanup function.
2529
2530         * marshal.c: Rewrite the wrapper code to allocate most of its memory from the 
2531         image mempools.
2532
2533         * class.c (mono_class_init): Fix leaking class->nested_classes.
2534
2535         * metadata-internals.h (MonoImage): Add a couple of new wrapper caches.
2536
2537         * image.c (mono_image_init): Initialize the new cashes.
2538
2539         * image.c (mono_image_close): Destroy the new cashes.
2540
2541         * marshal.c: Get rid of most of the static caches in favor of per-image caches.
2542
2543         * mempool.c (mono_mempool_strdup): New helper function.
2544
2545         * class-internals.h: Add prototype for mono_loader_unlock ().
2546
2547         * domain.c (mono_jit_info_table_find): Fix a warning.
2548         (mono_debugger_check_runtime_version): Ditto.
2549
2550         * rawbuffer.h rawbuffer.c metadata-internals.h metadata.c class-internals.h 
2551         class.c loader.c image.h image.c assembly.h assembly.c: Add init () and cleanup ()
2552         functions to these modules.
2553
2554         * domain-internals.h domain (mono_cleanup): New internal method to cleanup most
2555         metadata modules.
2556         
2557         * marshal.c (mono_free_bstr): Fix a warning.
2558
2559         * assembly.c (mono_assembly_open_full): Fix another small leak.
2560
2561         * object.c: Fix some unload leaks in the remoting code.
2562
2563         * object-internals.h object-internal.c (mono_string_to_utf8_mp): New helper
2564         function.
2565
2566         * assembly.c (mono_assembly_close): Fix a leak when unloading dynamic assemblies.
2567
2568         * reflection.c: Fix some unload leaks in dynamic assemblies.
2569
2570 2006-05-02  Jonathan Chambers  <jonathan.chambers@ansys.com>
2571
2572         * marshal.c: Add BSTR support on Win32 (all changes under MIT X11)
2573         * marshal.h: Add BSTR support on Win32
2574         * icall.c: Add BSTR icalls
2575         * metadata.h: Add BSTR enums
2576
2577 2006-04-28  Miguel de Icaza  <miguel@novell.com>
2578
2579         Work to catch the crash from #76795 and turn it into an
2580         exception.   As I stubbed out pieces of the VisualBasic support,
2581         I found a number of places where the code was failing and I added
2582         checks to those places. 
2583         
2584         * metadata.c (do_mono_metadata_parse_generic_class): Make this
2585         function return a status code.  If we fail to parse the signature
2586         from mono_metadata_parse_generic_inst, return FALSE.
2587
2588         * loader.c (mono_get_method_from_token): If we fail to load the
2589         method (mono_class_get) return NULL.   
2590
2591         * (method_from_memberref): Return NULL if we are unable to parse
2592         the method signature
2593
2594         (mono_loader_error_prepare_exception): Since we now use the
2595         loader_error flag internally to stop processing, and obtaining
2596         exceptions that might be thrown will walk this code path the
2597         proper way of going from a MonoLoaderError into a
2598         MonoException was convoluted.   This new routine encapsulates the
2599         process of turning the error into an exception and *clearing* the
2600         error afterwards.
2601         
2602 2006-04-27  Miguel de Icaza  <miguel@novell.com>
2603
2604         Work to catch the crashes from 75075 (cope in Assembly.GetTypes
2605         with missing assemblies), and to cope with:
2606
2607                 * Missing fieldref from a non-existing assembly.
2608                 * Missing methodref from a non-existing assembly.
2609
2610         The first batch of work to address *some* of the issues from 76661.
2611         
2612         * object.c (mono_class_create_runtime_vtable): If we fail to
2613         initialize the class raise the exception here. 
2614
2615         * metadata.c (mono_class_get_overrides_full): If any methods fail
2616         to load return the failure to the caller.
2617
2618         * assembly.c: Use REFERENCE_MISSING instead of (gpointer) -1 for
2619         flagging assemblies that failed to load.   
2620
2621         Do not crash if we are unable to load the assembly.
2622
2623         (mono_assembly_close): Do nothing with REFERENCE_MISSING
2624         assemblies. 
2625
2626         * loader.c (mono_loader_set_error_type_load): Change the
2627         convention to always pass unallocated strings, so we make our own
2628         copies (I know our own code had duplicated strings before, but
2629         this keeps the normal conventions).
2630         (method_from_memberref): Call mono_loader_set_error_method_load
2631         for all possible failures of loading the class. 
2632         Remove assert, turn into a loader error.
2633
2634         (mono_loader_error_to_exception): Move this routine from mini
2635         (mini_loader_error_to_exception) there was no need to have that in
2636         mini. 
2637
2638         * class.c (mono_class_from_typeref): If we were not able to load
2639         the assembly with mono_assembly_load_reference, call the
2640         mono_loader_set_error_type_load to register the problem.
2641
2642         (mono_class_setup_fields): If we fail to load the type from
2643         mono_metadata_parse_type_full, call mono_class_set_failure and
2644         break from the loop.
2645
2646         If class->exception_type is set, we do not layout the fields as
2647         that might crash the runtime, and instead return (from breaking
2648         from the previous loop).
2649
2650         (mono_class_setup_vtable): This now returns a boolean indicating
2651         whether the table was properly setup.   The decision is driven by
2652         mono_class_get_overrides_full which might run into non-existing
2653         methods. 
2654         
2655         (mono_class_init): Returns TRUE on success or FALSE if there was a
2656         problem in loading the type (incorrect assemblies, missing
2657         assemblies, methods, etc).
2658
2659         When we call mono_class_setup_fields we also check for a potential
2660         error inside this call (either a class exception or a general
2661         loader exception).
2662
2663         (mono_class_create_from_typedef): If the parent fails to load
2664         (calling mono_class_get_full) return NULL.
2665         
2666         ** Important **
2667
2668         calls to mono_metadata_parse_type_full should be checked
2669         everywhere and set the mono_class_set_failure
2670         (MONO_EXCEPTION_TYPE_LOAD) if we are not able to get the type.
2671
2672         The current patch checks the places where my manually constructed
2673         tests show the errors are showing up, but we should do it
2674         everywhere. 
2675
2676         ** Important2 **
2677
2678         mono_class_init return values should be tested everywhere, like
2679         the previous case this is something that we should audit
2680         everywhere and not only on the cases exposed by the tests I
2681         created. 
2682
2683 2006-04-26  Miguel de Icaza  <miguel@novell.com>
2684
2685         * file-io.c (ves_icall_System_IO_MonoIO_Open): Remove `async'
2686         boolean parameter and instead pass the information on `options'
2687         parameter (FileOptions).
2688
2689         * icall.c: Register the new signature for MonoIO.Open.
2690
2691         * debug-helpers.c (dis_one): Trying to understand how coverity
2692         works.  Fix Run 5, item 78.
2693
2694 2006-04-26  Dick Porter  <dick@ximian.com>
2695
2696         * socket-io.c (hostent_to_IPHostEntry2): Explicitly check for NULL
2697         dereference.
2698
2699 2006-04-25  Martin Baulig  <martin@ximian.com>
2700
2701         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 56.
2702
2703         * threads.c (mono_thread_attach): Set `thread->stack_ptr' and call
2704         debugger_thread_created().
2705         (debugger_gc_push_all_stacks): Don't handle the main thread in any
2706         special way.
2707         (mono_debugger_init_threads): Removed the `main_thread_stack' arg.
2708         (mono_debugger_finalize_threads): New function; undo the effects
2709         of mono_debugger_init_threads().
2710         (mono_debugger_create_all_threads): Removed.
2711
2712 2006-04-24  Zoltan Varga  <vargaz@gmail.com>
2713
2714         * image.c (mono_image_close): Tidy up trace messages.
2715
2716         * assembly.c (mono_assembly_close): Ditto.
2717
2718         * assembly.c (mono_assembly_close): Clear out image->assembly so the image
2719         no longer references an already freed assembly. Fixes #78168.
2720
2721 2006-04-21  Dick Porter  <dick@ximian.com>
2722
2723         * threads.c (mono_thread_detach): Fix reference counting when
2724         detaching threads.
2725
2726 2006-04-21  Zoltan Varga  <vargaz@gmail.com>
2727
2728         * icall.c (ves_icall_System_Enum_ToObject): Improve exception messages. Fixes
2729         #78155.
2730
2731 2006-04-19  Zoltan Varga  <vargaz@gmail.com>
2732
2733         * marshal.c (mono_type_to_ldind): New helper function moved here from mini.c
2734         (mono_type_to_stind): Ditto.
2735
2736         * marshal.c: Use the new helper functions to simplify code.
2737
2738         * image.c (mono_image_close): Add some code for help debug assembly unloading
2739         problems.
2740
2741         * metadata.c (mono_metadata_parse_type_full): Allocate MonoType's from the
2742         image mempool.
2743
2744         * assembly.c (mono_assembly_open_full): Invoke the load hook when the
2745         assembly was already loaded in another appdomain. Fixes #78083.
2746
2747 2006-04-13  Zoltan Varga  <vargaz@gmail.com>
2748
2749         * assembly.c (mono_assembly_load_reference): Increase the refcount of the
2750         referenced assemblies.
2751         (mono_assembly_close): Decrease the refcount of the referenced assemblies.
2752
2753         * domain.c (mono_domain_free): Add a trace message.
2754
2755         * appdomain.c (add_assemblies_to_domain): Ditto.        
2756
2757         * metadata-internals.h: (_MonoAssembly): Modify the meaning of the ref_count
2758         field.  
2759
2760 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
2761
2762         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): Fix image reference counting.
2763
2764 2006-04-12  Martin Baulig  <martin@ximian.com>
2765
2766         * threads.c: Use `MONO_DEBUGGER_SUPPORTED' as the conditional, not
2767         `USE_INCLUDED_LIBGC'.   
2768
2769 2006-04-12  Zoltan Varga  <vargaz@gmail.com>
2770
2771         * image.c (canonicalize_path): Avoid calling strncpy on overlapping strings if
2772         the patch contains ../ and a small directory name later. Hopefully fixes
2773         #78035.
2774
2775 2006-04-10  Martin Baulig  <martin@ximian.com>
2776
2777         Clean up the debugger's thread-handling code.
2778
2779         The debugger's thread-handling code has been moved from
2780         ../mini/debug-debugger.c to threads.c.  We now iterate directly
2781         over the `threads' hash, keep track of exiting threads and also
2782         use proper locking.
2783
2784         We can now debug XSP and XSP based applications with the debugger.
2785
2786         * object-internals.h (MonoThread): Added `gpointer end_stack'.
2787
2788         * threads.h
2789         (MonoThreadCallbacks): Removed; this was only used by the debugger.
2790         (mono_install_thread_callbacks): Likewise.      
2791
2792         * threads.c (mono_thread_callbacks): Removed.
2793         (debugger_thread_created, debugger_thread_exited): New static functions.
2794         (start_wrapper): Call debugger_thread_created().
2795         (thread_cleanup): Call debugger_thread_exited().
2796         (mono_gc_stop_world, mono_gc_start_world): Removed; this was never used.
2797         (mono_debugger_init_threads): New public function.
2798         (debugger_thread_vtable): Moved here from debug-debugger.c; we now
2799         iterate directly over the `threads' hash and also use proper locking.
2800
2801         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped to 55.
2802
2803         * mono-debug-debugger.h
2804         (MonoDebuggerEvent): Added MONO_DEBUGGER_EVENT_THREAD_EXITED.
2805
2806 2006-04-10  Zoltan Varga  <vargaz@gmail.com>
2807
2808         * reflection.c (encode_cattr_value): Fix handling of parameter type=object, 
2809         argument type=array. Fixes #78057.
2810
2811 2006-04-10  Atsushi Enomoto  <atsushi@ximian.com>
2812
2813         * culture-info-table.h : regenerated. Fixed bug #69652.
2814
2815 2006-04-07  Zoltan Varga  <vargaz@gmail.com>
2816
2817         * loader.c metadata.c: Reapply a variant r59116.
2818         
2819         * loader.c metadata.c: Revert r59116 to see if it fixes the breakage.
2820
2821         * class.c (mono_class_setup_interface_offsets): New internal function.
2822
2823         * reflection.c (ensure_runtime_vtable): Setup interface offsets for dynamic
2824         interfaces too. Fixes #77398.
2825
2826         * reflection.c (encode_cattr_value): Add support for 
2827         parameter type=object, argument type=array.
2828         (load_cattr_value): Ditto. Fixes #77916.
2829
2830         * marshal.c (emit_object_to_ptr_conv): Add support for ARRAY_BYVALCHARARRAY.
2831         (emit_ptr_to_object_conv): Ditto. Fixes #77960.
2832
2833         * metadata.c (mono_type_to_unmanaged): Use ARRAY_BYVALCHARARRAY when converting
2834         a byval char array and CharSet is Ansi.
2835
2836         * metadata.h: Add new marshalling conversion ARRAY_BYVALCHARARRAY.
2837
2838 2006-04-06  Zoltan Varga  <vargaz@gmail.com>
2839
2840         * metadata.c: Add some locking comments.
2841         
2842         * metadata.c (mono_metadata_signature_alloc): Allocate signatures in the image
2843         mempool.
2844         (mono_metadata_free_method_signature): Don't free the signature itself.
2845
2846         * loader.c (mono_free_method): Don't free the signature in non-dynamic methods. 
2847
2848         * assembly.c (mono_assembly_open_full): Avoid the situation where two assemblies
2849         reference the same MonoImage.
2850         (mono_assembly_load_from_full): Add an assert.
2851
2852 2006-04-05  Zoltan Varga  <vargaz@gmail.com>
2853
2854         * image.c (mono_image_close): Don't put the image we are about to free into the
2855         loaded_images_guid_hash.
2856
2857         * marshal.c (mono_mb_emit_ptr): Refactor a common code sequence into this function
2858         to reduce code duplication.
2859
2860         * marshal.c: Register the native functions called by this module as icalls, to
2861         somewhat centralize the creation of MonoMethodSignature's.
2862
2863         * loader.c (mono_method_signature): Add a cache for method signatures.
2864
2865         * metadata.c (mono_metadata_get_param_attrs): New helper function to return
2866         the parameter attributes of a method.
2867         (mono_metadata_parse_method_signature_full): Refactored the computation of
2868         parameter attributes into a separate function. Also avoid one allocation in
2869         most cases.
2870
2871         * assembly.c (mono_assembly_close): Ditto.
2872
2873         * image.c (mono_image_close): Log trace messages with INFO level.
2874
2875         * metadata-internals.h (MonoImage): Add a new 'method_signature' cache.
2876
2877         * image.c reflection.c: Correct reference counting of image modules.
2878         
2879         * metadata.c (mono_metadata_interfaces_from_typedef_full): Allocate the result
2880         of this function from the image mempool.
2881         
2882         (mono_metadata_parse_type_full): Remove the mode != MONO_PARSE_PARAM restriction
2883         to allow more cached types to be used.
2884
2885         * mono-debug.c (mono_debug_add_method): Appled patch from
2886         David S. Miller  <davem@sunset.davemloft.net>: Access 
2887         minfo->lexical_blocks[] entry elements using read32().
2888
2889 2006-04-04  Zoltan Varga  <vargaz@gmail.com>
2890
2891         * loader.c (mono_free_method): No longer free the method header for non-dynamic
2892         methods as it is allocated from the mempool.
2893
2894         * metadata.c (mono_metadata_parse_mh_full): Allocate method headers from the
2895         image mempool.
2896
2897         * metadata-internals.h: Add comments describing the reference counting scheme
2898         used for MonoImage and MonoAssembly.
2899
2900         * image.c assembly.c reflection.c: Rework reference counting of images and 
2901         assemblies so they are freed when the runtime is shut down. Free some 
2902         additional memory structures when an image is unloaded.
2903         
2904 2006-04-03  Zoltan Varga  <vargaz@gmail.com>
2905
2906         * class.c loader.c reflection.c: Allocate more data structures in
2907         the image mempool.
2908
2909 2006-03-31  Miguel de Icaza  <miguel@novell.com>
2910
2911         * icall.c
2912         (ves_icall_System_Environment_InternalSetEnvironmentVariable): Fix
2913         build on pre glib 2.4 systems.
2914
2915 2006-03-31  Zoltan Varga  <vargaz@gmail.com>
2916
2917         * icall.c (ves_icall_System_Environment_InternalSetEnvironmentVariable): New icall.
2918
2919         * icall.c: Fix some warnings.
2920
2921 2006-03-29  Atsushi Enomoto  <atsushi@ximian.com>
2922
2923         * culture-info-table.h : regenerated.
2924
2925 Wed Mar 29 18:24:42 CEST 2006 Paolo Molaro <lupus@ximian.com>
2926
2927         * threads.c, object-internals.h, verify.c: changed the culture caching
2928         code to use a normal MonoArray for storage so the GC can keep track of
2929         them easily. Fixed bits of the cache logic, too and simplified the
2930         code.
2931
2932 Wed Mar 29 17:18:16 CEST 2006 Paolo Molaro <lupus@ximian.com>
2933
2934         * gc-internal.h, null-gc.c, boehm-gc.c, gc.c: enable the finalizer
2935         thread for non-Boehm GCs.
2936
2937 Wed Mar 29 17:10:05 CEST 2006 Paolo Molaro <lupus@ximian.com>
2938
2939         * domain.c, object.c, domain-internals.h: reduce the amount of memory
2940         needed to keep track of the data for static fields.
2941
2942 2006-03-29  Raja R Harinath  <rharinath@novell.com>
2943
2944         Fix #75172
2945         * icall.c (ves_icall_Type_GetMethodsByName): Don't use vtable_size
2946         for interface classes.  Use 'num_methods' instead.
2947         (ves_icall_Type_GetPropertiesByName): Likewise.  Setup vtable
2948         before using '->vtable_size' field.
2949
2950 Wed Mar 29 12:53:28 CEST 2006 Paolo Molaro <lupus@ximian.com>
2951
2952         * domain.c, object.c, domain-internals.h: proxy_vtable_hash
2953         doesn't contain managed pointers, so use a normal hashtable.
2954
2955 Mon Mar 27 11:15:00 CEST 2006 Paolo Molaro <lupus@ximian.com>
2956
2957         * reflection.c, class-internals.h, domain.c: fixed handling of types
2958         used as values for objects in custom attributes (bug #77915):
2959
2960 2006-03-24  Martin Baulig  <martin@ximian.com>
2961
2962         * class.c (mono_class_setup_fields): Added support for generic
2963         instances; fixes #77580.
2964
2965 2006-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2966
2967         * assembly.c: publickeytoken is case insensitive. Fixes bug #77898.
2968
2969 2006-03-24  Dick Porter  <dick@ximian.com>
2970
2971         * file-io.c (get_file_attributes): More stat macro breakage.
2972         Fixes bug 77759.
2973
2974 Fri Mar 24 15:26:00 CET 2006 Paolo Molaro <lupus@ximian.com>
2975
2976         * profiler.c: added the file=filename option in the default profiler
2977         to output the profile data to filename.
2978
2979 2006-03-22 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2980
2981         * icall.c: CodeBase returns '/' instead of '\\' on windows. Fixes
2982         bug #77877.
2983
2984 2006-03-22  Martin Baulig  <martin@ximian.com>
2985
2986         * reflection.c (fieldbuilder_to_mono_class_field): Don't store the
2987         allocated `MonoClassField *' in `fb->handle'.
2988
2989 Tue Mar 21 17:19:37 CET 2006 Paolo Molaro <lupus@ximian.com>
2990
2991         * class.c, image.c, metadata-internals.h: implemented new mechanism to
2992         allocate interface ID to save memory and allow better ID reuse on
2993         appdomain unload. setup_generic_vtable () removal from Martin.
2994
2995 Tue Mar 21 15:54:30 CET 2006 Paolo Molaro <lupus@ximian.com>
2996
2997         * object.h, appdomain.c, domain.c, exception.c, icall.c,
2998         locales.c, marshal.c, object.c, reflection.c, threadpool.c,
2999         threads.c: introduced MONO_OBJECT_SETREF() macro to be able to insert
3000         write barriers for reference stores with managed objects accessed with
3001         C structures in the runtime and in embedding programs.
3002
3003 2006-03-20  Raja R Harinath  <rharinath@novell.com>
3004
3005         * icall.c (ves_icall_Type_GetInterfaces): Avoid using
3006         'interface_id' and 'max_interface_id' fields of MonoClasses
3007         representing open generic types.
3008
3009 Fri Mar 17 18:06:06 CET 2006 Paolo Molaro <lupus@ximian.com>
3010
3011         * object.h, object.c, icall.c: added functions to deal with
3012         storing valuetypes that contain references in managed objects.
3013         * reflection.c, string-icalls.c, threads.c, marshal.c: small
3014         fixes and comments around uses of mono_array_addr ().
3015
3016 Thu Mar 16 17:16:45 CET 2006 Paolo Molaro <lupus@ximian.com>
3017
3018         * object.h, icall.c, monitor.c: object.GetHashCode ()
3019         implementation that supports the moving garbage collector.
3020
3021 Wed Mar 15 16:31:38 CET 2006 Paolo Molaro <lupus@ximian.com>
3022
3023         * icall.c, threads-types.h, threads.c: implemented finalizer for
3024         LocalDataStoreSlot.
3025
3026 2006-03-15  Zoltan Varga  <vargaz@gmail.com>
3027
3028         * metadata.c (mono_type_size): Add a fixme.
3029         (mono_type_stack_size): Ditto.
3030
3031         * object-internals.h (MonoReflectionAssemblyBuilder): Added 
3032         'type_forwarders' field.
3033
3034         * tabledefs.h (TYPE_ATTRIBUTE_FORWARDER): Added new (undocumented) type
3035         attribute from net 2.0.
3036
3037         * object.c (mono_vtable_get_static_field_data): Moved this to object.c
3038         from class.c.
3039
3040         * class.c (mono_class_setup_fields): Fix a warning.
3041         
3042         * class.c (mono_class_from_name): Add support for assemblyref entries
3043         in the EXPORTEDTYPE table.
3044
3045         * reflection.c: Add support for handling type forwarders under net 2.0.
3046
3047         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.       
3048         
3049 2006-03-14  Zoltan Varga  <vargaz@gmail.com>
3050
3051         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Avoid
3052         overwriting entries in ModuleBuild->types, also clean up the code
3053         a little. Fixes #77774.
3054
3055 Tue Mar 14 20:21:18 CET 2006 Paolo Molaro <lupus@ximian.com>
3056
3057         * domain.c, assembly.c, metadata-internals.h, class-internals.h:
3058         load friend assembly info when present.
3059
3060 2006-03-14  Raja R Harinath  <rharinath@novell.com>
3061
3062         Fix crasher on gtest-158.cs.
3063         * metadata.c (mono_metadata_parse_type_full): Avoid canonicalizing
3064         the return value if the MonoClass we want is yet in an
3065         inconsistent state.
3066         * class.c (mono_class_create_from_typedef): Add an comment
3067         explaining an order dependency between mono_class_setup_parent and
3068         mono_class_setup_mono_type.
3069
3070 Mon Mar 13 21:13:27 CET 2006 Paolo Molaro <lupus@ximian.com>
3071
3072         * class.c: documentation updates and events bug fix.
3073
3074 Mon Mar 13 17:28:07 CET 2006 Paolo Molaro <lupus@ximian.com>
3075
3076         * class.c: some cleanup, locking fixes.
3077
3078 Mon Mar 13 10:46:17 CET 2006 Paolo Molaro <lupus@ximian.com>
3079
3080         * class.c: fix the generics code to setup nested
3081         type info to the instantiated type (bug #77770).
3082
3083 Sun Mar 12 16:21:31 CET 2006 Paolo Molaro <lupus@ximian.com>
3084
3085         * marshal.c: fixed a few type correctness issues.
3086
3087 Sat Mar 11 20:14:44 CET 2006 Paolo Molaro <lupus@ximian.com>
3088
3089         * loader.c: the Set/Get/Addrtess array methods should be public.
3090
3091 2006-03-11  Zoltan Varga  <vargaz@gmail.com>
3092
3093         * icall.c (mono_register_jit_icall_wrapper): Fix a warning.
3094         
3095         * icall.c (mono_register_jit_icall_wrapper): Register the argument, not
3096         info->wrapper.
3097
3098 2006-03-10  Zoltan Varga  <vargaz@gmail.com>
3099
3100         * icall.c (mono_register_jit_icall): Allocate the structure using g_new0.
3101
3102         * class-internals.h (MonoJitICallInfo): Add 'trampoline' field used by the JIT.
3103
3104         * mempool.c (mono_mempool_alloc): Speed this up a bit.
3105         (mono_mempool_alloc0): Ditto.
3106
3107 2006-03-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3108
3109         * socket-io.c:
3110         (create_object_from_sockaddr): it was allocating 4 extra bytes
3111         for the AF_UNIX data. Fixes bug #77747.
3112
3113 2006-03-09  Zoltan Varga  <vargaz@gmail.com>
3114
3115         * icall.c (ves_icall_System_MonoMethodInfo_get_retval_marshal): New icall.
3116
3117 2006-03-09  Dick Porter  <dick@ximian.com>
3118
3119         * file-io.c (get_file_attributes): Use S_ISLNK not "& S_IFLNK".
3120         Fixes bug 76966 again.
3121
3122 2006-03-07  Peter Dennis Bartok  <pbartok@novell.com>
3123
3124         * verify.c (dtfinfo_fields): Updated to match new (serializable) field
3125         names from r57532
3126         * appdomain.c: Bumped corlib version to 48 (due to r57532)
3127
3128 2006-03-07  Martin Baulig  <martin@ximian.com>
3129
3130         * object.c
3131         (mono_field_get_value_object): Add support for MONO_TYPE_GENERICINST.
3132
3133 2006-03-07  Martin Baulig  <martin@ximian.com>
3134
3135         * class.c
3136         (mono_class_get_full): Don't inflate TYPEDEF entries; fixes the
3137         regression introduced in r56970; see gtest-252.cs.
3138
3139         * loader.c (mono_get_method_constrained): Correctly handle generic
3140         methods; see gtest-253.cs.
3141
3142 2006-03-04  Zoltan Varga  <vargaz@gmail.com>
3143
3144         * icall.c (ves_icall_type_Equals): Handle NULLs. Fixes #77700.
3145
3146 2006-03-04  Martin Baulig  <martin@ximian.com>
3147
3148         * icall.c (ves_icall_MonoGenericClass_GetParentType): Dynamically
3149         compute the parent type at runtime, just like we're already doing
3150         it for interfaces.
3151
3152         * reflection.c
3153         (mono_reflection_bind_generic_parameters): Don't compute the
3154         parent type anymore.
3155
3156         * class-internals.h (MonoDynamicGenericClass): Removed `parent'.
3157
3158 2006-03-04  Martin Baulig  <martin@ximian.com>
3159
3160         * mono-debug-debugger.h
3161         (mono_debugger_create_notification_function): Allocate memory at
3162         runtime and return a pointer to it.
3163
3164 2006-03-03  Zoltan Varga  <vargaz@gmail.com>
3165
3166         * assembly.c: Fix windows build.
3167         
3168         * assembly.c: Fix build.
3169
3170         * assembly.c: Move the contents of os/{unix,win32}/util.c to this file. 
3171
3172         * gc_wrapper.h: Move the contents of os/gc_wrapper.h to this file.
3173         
3174 2006-03-03  Dick Porter  <dick@ximian.com>
3175
3176         * process.c
3177         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
3178         Check parameters before dereferencing them.  Fixes Aaron's part of
3179         bug 77393.
3180
3181 2006-03-03  Raja R Harinath  <rharinath@novell.com>
3182
3183         Fix performance regression.
3184         * loader.c (find_method_in_class): Add 'from_class' argument.
3185         Rename 'klass' argument to 'in_class'.  The signature is compared
3186         against the method in 'in_class', and the corresponding method is
3187         returned from 'from_class'.
3188         (find_method): Walk both 'in_class' and 'from_class' in parallel.
3189         (method_from_memberref) [PARENT_TYPESPEC]: Use it to walk the
3190         type definition and generic instantiation in parallel.
3191         (mono_get_method_constrained): Update to changes.
3192
3193 Thu Mar 2 12:27:41 CET 2006 Paolo Molaro <lupus@ximian.com>
3194
3195         * threads.c: make sure the domain is correct, too when doing
3196         mono_thread_attach ().
3197
3198 2006-03-01  Zoltan Varga  <vargaz@gmail.com>
3199
3200         * class.c (mono_class_create_from_typedef): Mark classes using CharSet.Auto as unicode on
3201         windows. Fixes #77683.
3202
3203 Wed Mar 1 20:09:25 CET 2006 Paolo Molaro <lupus@ximian.com>
3204
3205         * object.h, *: introduced specific way to set elements of an array
3206         of references to be used as write barrier. Still need to audit the
3207         uses of mono_array_addr.
3208
3209 2006-03-01  Miguel de Icaza  <miguel@novell.com>
3210
3211         * object-internals.h: New field to cache the assmebly name, patch
3212         from Tambet Ingo (tambet@ximian.com)
3213
3214 Wed Mar 1 19:13:30 CET 2006 Paolo Molaro <lupus@ximian.com>
3215
3216         * decimal.h, class-internals.h, metadata-internals.h,
3217         file-io.h: mark a few function declarations as internal, to
3218         reduce the number of PLT entries.
3219
3220 2006-02-28 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3221
3222         * file-io.c: fix typo in warning message.
3223
3224 Tue Feb 28 17:43:20 CET 2006 Paolo Molaro <lupus@ximian.com>
3225
3226         * loader.c: on unix, lookup the "*A" version of a function
3227         if charset is auto as a second option before failing.
3228
3229 2006-02-28  Raja R Harinath  <rharinath@novell.com>
3230
3231         * class.h (mono_class_inflate_generic_method): Revert to two
3232         argument version.
3233         * class-internals.h (MonoMethodInflated): Remove 'inflated' field.
3234         (mono_class_inflate_generic_method_full): Add.
3235         * class.c (mono_class_inflate_generic_method_full): Rename from
3236         'mono_class_inflate_generic_method'.  Don't set 'inflated' field.
3237         (mono_class_inflate_generic_method): New.  Wrapper around ..._full.
3238         * loader.c, reflection.c: Update to changes.
3239
3240 Sat Feb 25 17:57:21 CET 2006 Paolo Molaro <lupus@ximian.com>
3241
3242         * icall.c: const fixes and small improvements.
3243
3244 2006-02-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3245
3246         * threadpool.c: for asynchronous connect(), enable the same workaround
3247         for BSD 6 as for the Mac. Fixes bug #77637.
3248
3249 2006-02-24  Zoltan Varga  <vargaz@gmail.com>
3250
3251         * marshal.c (mono_marshal_free_asany): Fix handling of blittable
3252         formatted classes. Fixes #77524.
3253
3254 2006-02-24  Raja R Harinath  <rharinath@novell.com>
3255
3256         * class.c (inflate_generic_type): Add a couple more
3257         micro-optimizations.
3258         (inflate_generic_context): Don't use the 'gmethod' from
3259         'inflate_with'.
3260         (mono_class_inflate_generic_method): If the method has generic
3261         parameters, but the passed-in context doesn't have a 'gmethod',
3262         create one.  Use the possibly simplified generic instantiation
3263         from the declaring class instead of the one passed in.
3264
3265 2006-02-24  Raja R Harinath  <harinath@gmail.com>
3266
3267         Make generic method signature and method header handling lazy.
3268         * class.c (mono_class_inflate_generic_signature): Move to loader.c.
3269         (inflate_generic_header): Likewise.
3270         (mono_class_inflate_generic_method): Rewrite.  Add a 'klass_hint'
3271         parameter to avoid inflating types.
3272         (mono_get_inflated_method): Empty out.
3273         * class.h (mono_class_inflate_generic_method): Update to changes.
3274         * loader.c (mono_get_method_from_token): Don't parse signature for
3275         generic methods, nor methods of generic classes.
3276         (mono_method_signature): Rename from 'mono_method_signature'.
3277         Inflate signature on demand.
3278         (mono_method_get_header): Inflate method header on demand.
3279         * reflection.c: Update to changes.
3280
3281 2006-02-23  Raja R Harinath  <rharinath@novell.com>
3282
3283         * metadata.c (mono_metadata_inflate_generic_inst): If the
3284         instantiation is closed, don't bother expanding it in the new
3285         context.
3286         * class.c (inflate_generic_class): If the generic instantiation
3287         doesn't change after inflation, return the argument itself.
3288         (inflate_generic_type) [MONO_TYPE_MVAR, MONO_TYPE_VAR]:
3289         Add bounds checks.
3290         (inflate_generic_context): If neither the generic class nor the
3291         generic method instantiations change, return the original context.
3292         * reflection.c (mono_method_get_object): Do
3293         'mono_get_inflated_method' before accessing the ->klass field.
3294         (inflate_mono_method): Don't create a MonoGenericMethod unless
3295         necessary.
3296         (inflate_method): Don't pass a constructed type as the declaring
3297         type of a methodbuilder.
3298
3299 Thu Feb 23 11:57:54 CET 2006 Paolo Molaro <lupus@ximian.com>
3300
3301         * object.c: fix memory overwrite.
3302
3303 2006-02-22  Dick Porter  <dick@ximian.com>
3304
3305         * threads.c: Don't use G_GNUC_PRETTY_FUNCTION in debug messages,
3306         it doesn't work any more.
3307         (mono_threads_request_thread_dump): Fix unused variable warnings.
3308
3309 Wed Feb 22 15:08:44 CET 2006 Paolo Molaro <lupus@ximian.com>
3310
3311         * metadata.h, metadata-internals.h, monodiet.c, debug-helpers.c,
3312         mono-debug.c, profiler.c: cleanup: move MonoMethodHeader out of
3313         the public header file.
3314
3315 2006-02-21  Zoltan Varga  <vargaz@gmail.com>
3316
3317         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Fix writing past memory. Fixes #77613.
3318
3319 Tue Feb 21 19:55:11 CET 2006 Paolo Molaro <lupus@ximian.com>
3320
3321         * class-internals.h, object.c: reduce the size of MonoVTable
3322         and store the interface_offsets array at negative offsets.
3323
3324 Tue Feb 21 19:53:26 CET 2006 Paolo Molaro <lupus@ximian.com>
3325
3326         * metadata.c: tweak table descriptors data structures to reduce
3327         size and runtime relocations.
3328
3329 Tue Feb 21 14:52:13 CET 2006 Paolo Molaro <lupus@ximian.com>
3330
3331         * marshal.c: fix some types and opcodes to be type-safe
3332         in marshaling wrappers.
3333
3334 2006-02-21  Ankit Jain  <jankit@novell.com>
3335
3336         * metadata.h (mono_metadata_decode_signed_value): Add declaration.
3337
3338 2006-02-21  Raja R Harinath  <rharinath@novell.com>
3339
3340         * metadata.c (get_constraints): Relax debugging checks for monodis.
3341
3342 2006-02-21  Ankit Jain  <jankit@novell.com>
3343
3344         * metadata.c (mono_metadata_load_generic_params): Move the code
3345         checking for ambiguous generic params from here to mono/dis/get.c
3346         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Remove.
3347
3348 2006-02-21  Raja R Harinath  <harinath@gmail.com>
3349
3350         Fix assertion triggered when compiling nemerle.
3351         * class.c (mono_get_shared_generic_inst): Rename from
3352         get_shared_inst and make non-static.
3353         * loader.c (mono_get_shared_generic_method): New.  Used to create
3354         the MonoGenericContext-equivalent of a MonoGenericContainer.
3355         (mono_get_method_from_token): Initialize the 'context' field of
3356         the created MonoGenericContainer.
3357         * reflection.c (reflection_methodbuilder_to_mono_method): Likewise.
3358         * metadata.c (get_constraints): Add sanity check.
3359         * class-internals.h: Add new internal methods.
3360
3361         * reflection.c (verify_safe_for_managed_space): New sanity check.
3362         Currently checks that owner-less generic parameters aren't allowed
3363         in managed space.
3364         (mono_type_get_object): Use it.
3365         * icall.c (ves_icall_MonoType_GetGenericArguments): Remove checks
3366         that are now in mono_type_get_object.
3367         (ves_icall_MonoMethod_GetGenericArguments): Likewise.
3368
3369 2006-02-19  Raja R Harinath  <harinath@gmail.com>
3370
3371         * metadata.c (mono_type_create_from_typespec): Rename from
3372         mono_type_create_from_typespec_full.  Remove MonoGenericContainer*
3373         argument and caching of types in the generic container.
3374         (unwrap_arrays, find_generic_param): Remove.
3375         * metadata-internals.h: Update.
3376         * class-internals.h (_MonoGenericContainer): Remove 'types' field.
3377
3378 2006-02-18  Zoltan Varga  <vargaz@gmail.com>
3379
3380         * class.c (mono_class_get_exception_for_failure): Fix a warning.
3381
3382         * marshal.c (mono_marshal_emit_native_wrapper): Handle FNPTR args and
3383         return values. Fixes #77581.
3384
3385         * class.c (mono_fnptr_class_get): Switch name and name_space.
3386
3387         * marshal.c (mono_marshal_asany): Fix marshalling of blittable formatted
3388         classes and add support for [In, Out] attributes.
3389         (mono_marshal_free_asany): Ditto. Fixes #77524.
3390
3391 2006-02-18  Raja R Harinath  <harinath@gmail.com>
3392
3393         * class.c (mono_class_from_generic_parameter): Make more robust to
3394         incomplete MonoGenericContainers from monodis.
3395
3396 Fri Feb 17 16:10:34 CET 2006 Paolo Molaro <lupus@ximian.com>
3397
3398         * class-internals.h: added some more exception types.
3399         * class.c, metadata.c: added a few checks to handle missing
3400         types.
3401
3402 2006-02-17  Raja R Harinath  <rharinath@novell.com>
3403
3404         Use owner-less generic-params some more.
3405         * class.c (my_mono_class_from_generic_parameter): Remove.
3406         (mono_class_from_generic_parameter): Handle null image,
3407         param->name and param->owner.
3408         (mono_class_from_mono_type): Update.
3409         (mono_class_create_from_typespec): Remove 'container' parameter.
3410         If that parameter is non-null, the result is always inflated by
3411         'mono_class_get_full' anyway.
3412         (mono_class_get): Rename from _mono_class_get.  Remove 'container'
3413         parameter.
3414         (mono_class_get_full): Update.
3415
3416         * class.c (inflate_generic_type) [GENERICINST]: If the generic
3417         instance is not open, don't bother inflating.
3418         (mono_class_setup_fields): Hoist some loop-invariants.  Don't
3419         parse metadata for inflated classes.
3420         (_mono_class_get): Change GenericContext* parameter to
3421         GenericContainer*.
3422         (mono_class_create_from_typespec): Likewise.  Simplify, and
3423         implement trivially.  All the cases are handled in
3424         mono_class_from_mono_type.  Don't inflate returned class.
3425         (mono_class_get_full): Delegate GENERICINST optimization to
3426         inflate_generic_type.
3427         (mono_ldtoken) [TOKEN_TYPE_SPEC]: Use mono_class_get_full() here too.
3428
3429 2006-02-16  Dick Porter  <dick@ximian.com>
3430
3431         * socket-io.c (create_object_from_sockaddr): Fix typo.
3432         (create_sockaddr_from_object): Check array lengths before
3433         potentially accessing items off the end.
3434         (ves_icall_System_Net_Sockets_Socket_Receive_internal)
3435         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal)
3436         (ves_icall_System_Net_Sockets_Socket_Send_internal)
3437         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Fix buffer
3438         length checks to avoid wraparound overflows.
3439         (ves_icall_System_Net_Sockets_Socket_Select_internal): Check the
3440         contents of the array of sockets
3441         (hostent_to_IPHostEntry2)
3442         (addrinfo_to_IPHostEntry): IPv6 printed addresses can be 48 bytes.
3443         Check return value of inet_ntop ().
3444         (addrinfo_to_IPHostEntry): Fix typo
3445
3446 2006-02-16  Raja R Harinath  <rharinath@novell.com>
3447
3448         Type metadata parsing doesn't use generic-instantiation information.
3449         * metadata.c (mono_metadata_parse_array_full): Change
3450         MonoGenericContext* parameter to MonoGenericContainer*.
3451         (mono_metadata_parse_type_full): Likewise.
3452         (mono_type_create_from_typespec_full): Likewise.
3453         (mono_metadata_parse_mh_full): Likewise.
3454         (mono_metadata_parse_generic_inst): Likewise.
3455         (do_mono_metadata_parse_generic_class): Likewise.
3456         (do_mono_metadata_parse_type): Likewise.
3457         * metadata-internals.h: Update to changes.
3458         * class.c (mono_class_find_enum_basetype): Likewise.
3459         (mono_class_setup_fields): Likewise.
3460         (mono_class_create_from_typespec): Likewise.
3461         * loader.c (method_from_methodspec): Likewise.
3462         (mono_get_method_from_token): Likewise.
3463         (mono_method_get_header): Likewise.
3464
3465 Thu Feb 16 15:42:13 CET 2006 Paolo Molaro <lupus@ximian.com>
3466
3467         * marshal.c: handle additional GENERICINST case (patch from
3468         Thong Nguyen <tum@veridicus.com>).
3469         Fix a few cases where LDIND_I/STIND_I was used for references.
3470
3471 2006-02-16  Raja R Harinath  <rharinath@novell.com>
3472
3473         * reflection.c (mono_reflection_get_token): Remove unused variable.
3474
3475 2006-02-16  Martin Baulig  <martin@ximian.com>
3476
3477         * reflection.c (mono_reflection_get_token): Add support for fields
3478         in instantiated generic types.
3479
3480         * icall.c
3481         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): Removed.
3482
3483 2006-02-15  Martin Baulig  <martin@ximian.com>
3484
3485         * icall.c
3486         (ves_icall_MonoMethod_get_HasGenericParameters): Removed.
3487         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): Removed.
3488         (ves_icall_MonoMethod_get_IsGenericMethod): New icall.
3489         (ves_icall_MonoMethod_get_IsGenericMethodDefinition): New icall.
3490
3491 Wed Feb 15 16:19:24 CET 2006 Paolo Molaro <lupus@ximian.com>
3492
3493         * class.c, metadata.c, metadata.h, object.c, icall.c,
3494         marshal.c: changed mono_type_get_underlying_type () to do
3495         the sensible thing and introduced mono_type_generic_inst_is_valuetype().
3496         Fixed handling of instantiated generic valuetypes (bug #75479).
3497
3498 2006-02-15  Raja R Harinath  <rharinath@novell.com>
3499
3500         * metadata.c (mono_metadata_decode_signed_value): Simplify.
3501         Delegate to mono_metadata_decode_value, and work on the returned value.
3502
3503         * icall.c (ves_icall_MonoType_GetGenericArguments):
3504         Add consistency check here too.
3505         
3506 2006-02-15  Ankit Jain  <jankit@novell.com>
3507
3508         * metadata.c (mono_metadata_decode_signed_value): Use gint* instead of
3509         char/short etc.
3510
3511 2006-02-15  Ankit Jain  <jankit@novell.com>
3512
3513         * metadata.c (mono_metadata_decode_signed_value): New function to decode
3514         signed values, used only for representing lower bounds of arrays.
3515         (mono_metadata_parse_array_full): Use new
3516         mono_metadata_decode_signed_value to decode lower bounds.
3517
3518 2006-02-14  Martin Baulig  <martin@ximian.com>
3519
3520         * reflection.c
3521         (mono_reflection_get_token): Support "MonoGenericMethod" and
3522         "MonoGenericCMethod" and allow generic instances / methods.
3523
3524 2006-02-11  Zoltan Varga  <vargaz@gmail.com>
3525
3526         * console-io.c (ves_icall_System_ConsoleDriver_GetTtySize): New icall
3527         to obtain the terminal size using an ioctl.
3528
3529         * object.c (mono_nullable_init): Revert this as nullable reference
3530         types are not valid.
3531         (mono_nullable_box): Ditto.
3532
3533 2006-02-09  Dick Porter  <dick@ximian.com>
3534
3535         * threads.c (mono_thread_detach): Drop a reference to the thread
3536         we're detaching.
3537
3538 2006-02-09  Zoltan Varga  <vargaz@gmail.com>
3539
3540         * object.c (mono_nullable_init): Handle nullable reference types.
3541         (mono_nullable_box): Ditto. Fixes #77446.
3542
3543 2006-02-07  Martin Baulig  <martin@ximian.com>
3544
3545         * icall.c (ves_icall_MonoMethod_get_IsGenericMethodDefinition): Removed.
3546
3547 2006-02-07  Ankit Jain  <jankit@novell.com>
3548
3549         * socket-io.h (MonoSocketFlags): New. Copy of System.Net.Sockets.SocketFlags
3550         * socket-io.c (convert_socketflags): New. Convert SocketFlags to native ones.
3551         (ves_icall_System_Net_Sockets_Socket_Receive_internal): Convert flags using convert_socketflags.
3552         (ves_icall_System_Net_Sockets_Socket_ReceiveFrom_internal): Likewise.
3553         (ves_icall_System_Net_Sockets_Socket_Send_internal): Likewise.
3554         (ves_icall_System_Net_Sockets_Socket_SendTo_internal): Likewise.
3555
3556 2006-02-02  Zoltan Varga  <vargaz@gmail.com>
3557
3558         * class.c (mono_class_create_generic): Set type_token as well.
3559
3560         * object.c (mono_runtime_invoke_array): Fix handling of byref vtypes to be
3561         compatible with MS.
3562
3563 2006-02-02  Martin Baulig  <martin@ximian.com>
3564
3565         * threads.c, gc.c: Removed the `WITH_INCLUDED_LIBGC' section; it
3566         has never been used so far.
3567
3568 2006-02-02  Martin Baulig  <martin@ximian.com>
3569
3570         * mono-debug-debugger.h: Changed comment at the top of this file;
3571         the header is not installed, but it's safe to #include it from
3572         within the JIT.
3573
3574         * mono-debug.c: Don't #define _IN_THE_MONO_DEBUGGER.
3575         * mono-debug-debugger.c, debug-mono-symfile.c: Likewise.
3576
3577 2006-02-02  Martin Baulig  <martin@ximian.com>
3578
3579         * mono-debug.h
3580         (MonoSymbolTable): Removed the `metadata_info' field.
3581
3582         * mono-debug.c
3583         (mono_debug_init_1): Always set `mono_symbol_table->corlib'.
3584
3585         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
3586         (mono_debugger_add_builtin_types): Removed.
3587         (MonoDebuggerInfo): Moved into ../mini/debug-debugger.h.
3588         (mono_debugger_create_notification_function): We now operate on a
3589         pre-allocated area; take a `gpointer' and return `void'.
3590
3591         * mono-debug-debugger.c
3592         (MonoDebuggerMetadataInfo): Moved into ../mini/debug-debugger.h.
3593         (mono_debugger_add_builtin_types): Removed.
3594
3595 2006-02-02  Martin Baulig  <martin@ximian.com>
3596
3597         * threads.c (mono_debugger_create_all_threads): New public method.
3598
3599 Wed Feb 1 18:22:34 CET 2006 Paolo Molaro <lupus@ximian.com>
3600
3601         * gc-internal.h, boehm-gc.c, null-gc.c: back out the patch, since it
3602         breaks on several platforms.
3603
3604 2006-02-01  Sebastien Pouliot  <sebastien@ximian.com>
3605
3606         * assembly.c: the VS.NET build doesn't supply default values for
3607         MONO_ASSEMBLIES and MONO_CFG_DIR.
3608
3609 2006-02-01  Zoltan Varga  <vargaz@gmail.com>
3610
3611         * gc-internal.h boehm-gc.c null-gc.c (mono_gc_unregister_thread): New
3612         helper function.
3613
3614         * threads.c (mono_thread_detach): Call mono_gc_unregister_thread ().
3615
3616         * loader.c (method_from_memberref): Fix a warning.
3617
3618         * metadata.c (mono_metadata_load_generic_params): Fix a warning.
3619
3620         * marshal.c (emit_struct_conv): Fix marshalling of embedded structs
3621         with explicit layout. Fixes #77433.
3622
3623 2006-01-31  Zoltan Varga  <vargaz@gmail.com>
3624
3625         * icall.c (ves_icall_Type_GetInterfaceMapData): Make sure 
3626         max_interface_id is initialized before using it. Fixes #77398.
3627         (ves_icall_Type_GetInterfaces): Ditto.
3628
3629 2006-01-30  Raja R Harinath  <rharinath@novell.com>
3630
3631         * metadata.c (mono_metadata_parse_method_signature_full): Don't
3632         allocate memory for parameter attributes when parsing memberref
3633         signatures.
3634         * loader.c (mono_loader_set_error_method_load): Don't warn.
3635         (method_from_memberref): Ensure MissingMethodException gets thrown
3636         if method is not found.  Make warning more informative.
3637
3638 2006-01-29  Raja R Harinath  <harinath@gmail.com>
3639
3640         Fix #77397
3641         * icall.c (ves_icall_MonoType_get_IsGenericParameter): Don't
3642         return true if is byref.
3643         (ves_icall_TypeBuilder_get_IsGenericParameter): Likewise.
3644         (ves_icall_MonoType_get_DeclaringType): Return NULL on byref classes.
3645         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
3646
3647 2006-01-27  Raja R Harinath  <rharinath@novell.com>
3648
3649         Fix tests/find-method.2.il
3650         * loader.c (find_method, find_method_in_class): Remove is_inflated
3651         argument.  Revert 2006-01-18 change.
3652         (method_from_memberref) [MONO_MEMBERREF_PARENT_TYPESPEC]: If type
3653         is generic, search for method in its generic definition.
3654         * class.c (mono_class_setup_vtable_general): Print generic
3655         arguments of generic types in debugging printf.
3656
3657 2006-01-26  Zoltan Varga  <vargaz@gmail.com>
3658
3659         * object-internals.h (MonoThread): Add 'thread_dump_requested' field.
3660
3661         * threads.c (mono_threads_request_thread_dump): New helper function.
3662
3663 2006-01-25  Raja R Harinath  <rharinath@novell.com>
3664
3665         * metadata.c (mono_type_create_from_typespec_full): Fix caching of types.
3666
3667 2006-01-25  Ankit Jain  <jankit@novell.com>
3668
3669         * metadata-internals.h (mono_generic_params_with_ambiguous_names): Add declaration and
3670         move definition to ..
3671         * metadata.c (mono_generic_params_with_ambiguous_names): .. here.
3672         
3673 2006-01-25  Ankit Jain  <jankit@novell.com>
3674             Raja R Harinath  <rharinath@novell.com>
3675
3676         * metadata-internals.h (mono_generic_params_with_ambiguous_names): New.
3677         * metadata.c (mono_metadata_load_generic_params): Fill mono_generic_params_with_ambiguous_names
3678         as necessary.
3679
3680 2006-01-25  Martin Baulig  <martin@ximian.com>
3681
3682         * mono-debug-debugger.h: Moved `MonoDebuggerManager' and
3683         `MonoDebuggerThread' into debug-debugger.c.
3684
3685 Tue Jan 24 18:53:35 CET 2006 Paolo Molaro <lupus@ximian.com>
3686
3687         * profiler.c: fix printing of data.
3688
3689 2006-01-24  Atsushi Enomoto  <atsushi@ximian.com>
3690
3691         * object.c, marshal.c : Fixed runtime part of bug #77315. Reject
3692           invalid surrogate in UTF7/UTF8 bytes and don't return NULL.
3693
3694 Tue Jan 24 09:56:16 CET 2006 Paolo Molaro <lupus@ximian.com>
3695
3696         * object.c: fix deadlock related to string interning.
3697
3698 2006-01-23  Martin Baulig  <martin@ximian.com>
3699
3700         * mono-debug-debugger.h (MonoDebuggerIOLayer): Removed.
3701
3702         * mono-debug-debugger.c (mono_debugger_io_layer): Removed.
3703
3704 2006-01-23  Martin Baulig  <martin@ximian.com>
3705
3706         * mono-debug.h: Moved the prototypes of some functions which are
3707         used by the JIT here from mono-debug-debugger.h.
3708
3709 2006-01-21  Martin Baulig  <martin@ximian.com>
3710
3711         * Makefile.am: Don't install mono-debug-debugger.h.
3712
3713 2006-01-21  Martin Baulig  <martin@ximian.com>
3714
3715         * mono-debug-debugger.h: Enforce the private status of this header
3716         file and removed unneccessary #include's in metadata/*.c and mini/*.c.
3717         Moved some stuff from mono-debugger-jit-wrapper.h here.
3718
3719 2006-01-20  Raja R Harinath  <rharinath@novell.com>
3720
3721         * class.c (mono_class_from_typeref): Add a sanity test to help
3722         catch lack of assembly load/search hooks.
3723
3724 2006-01-19  Zoltan Varga  <vargaz@gmail.com>
3725
3726         * marshal.c (emit_struct_conv): Relax the fields with same offset
3727         check even more. Fixes #77230.
3728
3729 2006-01-18  Martin Baulig  <martin@ximian.com>
3730
3731         * loader.c (find_method_in_class): Added `gboolean is_inflated'
3732         argument; if false, we compare the uninstantiated signatures.
3733         (method_from_memberref): Compare the uninstantiated signatures;
3734         fixes #76417.
3735
3736 2006-01-18  Robert Jordan  <robertj@gmx.net>
3737
3738         * boehm-gc.c, null-gc.c (mono_gc_weak_link_remove):
3739         Clear the weak link. Fixes bug #77170.
3740
3741         * gc.c (mono_gchandle_free):
3742         Reflect *-gc.c changes (tiny optimization).
3743
3744 2006-01-18  Zoltan Varga  <vargaz@gmail.com>
3745
3746         * metadata.c (mono_metadata_signature_dup): Applied patch from
3747         Aras Pranckevicius (aras@otee.dk). Fix crash when compiled with MSVC.
3748         Fixes #77288.
3749
3750 2006-01-17  Zoltan Varga  <vargaz@gmail.com>
3751
3752         * marshal.c (emit_struct_conv): Allow fields with the same offset when
3753         marshalling from native to managed code. Fixes #77230.
3754
3755 2006-01-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3756
3757         * threadpool.c: fix problem (Mac only) when more than one asynchronous
3758         connect. Fixes bug #77020.
3759
3760 Mon Jan 16 19:20:43 CET 2006 Paolo Molaro <lupus@ximian.com>
3761
3762         * class.c: fixed id assignement for nested interfaces (bug #77275).
3763         Added also better info for --print-vtable debugging.
3764
3765 2006-01-12  Martin Baulig  <martin@ximian.com>
3766
3767         * icall.c (ves_icall_MonoGenericClass_GetInterfaces): Inflate the
3768         interfaces on-the-fly; fixes #76625.
3769
3770         * class-internals.h
3771         (MonoDynamicGenericClass): Removed `ifaces' and `count_ifaces'; we
3772         don't need that anymore.
3773
3774 2006-01-12  Miguel de Icaza  <miguel@novell.com>
3775
3776         * socket-io.c
3777         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
3778         To avoid initing the nested_classes when not needed I turned the
3779         PeerCredData as a toplevel internal class, as it has to be shared
3780         anyways. 
3781
3782         Fixes the CASA issue.
3783
3784 2006-01-11  Ben Maurer  <bmaurer@andrew.cmu.edu>
3785
3786         * domain.c: Accessors for MonoJitInfo
3787
3788         * profiler-private.h: Add jitinfo to the end jit hook
3789
3790         * profiler.[ch]: Define new hooks, called after jitting which give
3791         the MonoJitInfo that was compiled
3792
3793 2006-01-10  Martin Baulig  <martin@ximian.com>
3794
3795         * class.c (mono_class_setup_events): Add support for generic
3796         classes; fixes #76440.
3797
3798 2006-01-06  Raja R Harinath  <rharinath@novell.com>
3799
3800         Fix #77160.
3801         * icall.c (ves_icall_InternalInvoke): Use mono_get_inflated_method
3802         on passed-in method.
3803
3804 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
3805
3806         * object.c (mono_runtime_invoke_array): Add Nullable support.
3807
3808         * icall.c (ves_icall_System_Activator_CreateInstanceInternal): Ditto.
3809
3810 2006-01-03  Sebastien Pouliot  <sebastien@ximian.com>
3811
3812         * file-io.c: Don't consider sockets as directory and avoid an endless
3813         loop. Fix bug #76966.
3814
3815 2006-01-03  Zoltan Varga  <vargaz@gmail.com>
3816
3817         * object.c (mono_nullable_init): New helper function.
3818         (mono_nullable_box): Ditto.
3819
3820         * marshal.c (mono_marshal_get_runtime_invoke): Handle Nullables.
3821
3822         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle Nullables.
3823
3824         * icall.c (ves_icall_MonoField_GetValueInternal): Handle Nullables.
3825         
3826 2006-01-02  Zoltan Varga  <vargaz@gmail.com>
3827
3828         * class.c (mono_class_is_assignable_from): Make T assignable to 
3829         Nullable<T>.
3830
3831 2005-12-23  Sebastien Pouliot  <sebastien@ximian.com>
3832
3833         * appdomain.c: Bump corlib version to 46.
3834         * icalls.c: Renamed CurrentTimeZone to CurrentSystemTimeZone (for
3835         serialization purpose) and changed ves_icall_System_Reflection_
3836         Assembly_get_code_base signature to accept a boolean (to escape, or 
3837         not, the assembly code base).
3838
3839 2005-12-23  Dick Porter  <dick@ximian.com>
3840
3841         * icall.c: 
3842         * threads-types.h: 
3843         * threads.c: Added OpenMutex, OpenSemaphore and OpenEvent icalls.
3844         CreateEvent icall now returns "created" boolean parameter.
3845
3846 2005-12-22  Zoltan Varga  <vargaz@gmail.com>
3847
3848         * marshal.c (mono_mb_emit_restore_result): Add generics support. Fixes
3849         #76967.
3850
3851         * reflection.c (mono_custom_attrs_construct_by_type): Handle the case 
3852         when attr_klass is an interface. Fixes #77045.
3853
3854 2005-12-20  Zoltan Varga  <vargaz@gmail.com>
3855
3856         * marshal.c (emit_struct_conv): Fix previous patch.
3857         
3858         * marshal.c (emit_struct_conv): Add a check for fields with the same
3859         offset.
3860
3861 2005-12-20  Raja R Harinath  <rharinath@novell.com>
3862
3863         Fix regression in Mono.C5.
3864         * class.c (mono_class_create_generic): If 'klass' is an interface
3865         set up the interface offsets.
3866         (mono_class_is_assignable_from): Don't throw away generic arguments.
3867
3868 2005-12-19  Raja R Harinath  <rharinath@novell.com>
3869
3870         * icall.c (ves_icall_System_MonoType_getFullName): Return NULL for
3871         type parameters.
3872
3873 2005-12-15  Raja R Harinath  <rharinath@novell.com>
3874
3875         * metadata.c (mono_metadata_parse_method_signature_full): Remove a
3876         dead store.
3877         (do_mono_metadata_parse_generic_class): Don't pass the current
3878         generic context when parsing the type being instantiated: it
3879         cannot use it, anyway.
3880
3881         * loader.c (method_from_memberref): Don't inflate a signature if
3882         it doesn't contain any type parameters.
3883
3884 2005-12-15  Zoltan Varga  <vargaz@gmail.com>
3885
3886         * class.c (mono_class_setup_vtable): Call mono_reflection_get_dynamic_overrides () to get the overrides in dynamic assemblies.
3887
3888 2005-12-14  Martin Baulig  <martin@ximian.com>
3889
3890         * class.c
3891         (mono_type_get_name_recurse): Don't return null for type
3892         parameters and open generic classes.
3893         (mono_class_setup_methods): Don't exclude generic instances.
3894         (mono_get_unique_iid): Use different IDs for different
3895         instantiations of the same generic type.
3896         (mono_class_setup_vtable): Only use setup_generic_vtable() for
3897         open generic instances; create a normal vtable for closed generic
3898         instances.
3899         (mono_class_setup_vtable_general): We're now also called for
3900         closed generic instances.
3901
3902         * reflection.c
3903         (mono_reflection_bind_generic_parameters): Correctly use
3904         mono_metadata_lookup_generic_inst() everywhere.
3905
3906 2005-12-14  Zoltan Varga  <vargaz@gmail.com>
3907
3908         * object.c (mono_class_create_runtime_vtable): Call 
3909         mono_class_setup_vtable ().
3910
3911         * reflection.c (mono_reflection_get_dynamic_overrides): New helper
3912         function.
3913         (ensure_runtime_vtable): Initialize the generic vtable lazily. Fixes
3914         #76959.
3915
3916         * loader.c (mono_loader_set_error_type_load): Print the type load
3917         warnings to the console so they are more visible to the user.
3918         (mono_loader_set_error_method_load): Ditto.
3919
3920         * reflection.c (ensure_runtime_vtable): Revert the last change as it
3921         is still broken.
3922         
3923         * reflection.c (ensure_runtime_vtable): Fix build.
3924
3925         * reflection.c (ensure_runtime_vtable): Disable an optimization which
3926         doesn't work in all cases.
3927
3928 2005-12-13  Zoltan Varga  <vargaz@gmail.com>
3929
3930         * object.c (mono_array_new_full): Treat a single dimensional array
3931         with 0 lower bounds as an szarray. Fixes #76973.
3932
3933         * reflection.c (custom_attr_visible): Really fix this.
3934
3935 2005-12-12  Zoltan Varga  <vargaz@gmail.com>
3936
3937         * reflection.c (custom_attr_visible): Allow nested public attributes
3938         as well.
3939
3940         * class.c (mono_class_setup_vtable_general): Add missing != -1 to an
3941         interface check.
3942
3943 2005-12-12  Raja R Harinath  <harinath@gmail.com>
3944
3945         * class.c (set_generic_param_owner): Delete.
3946         (mono_class_create_from_typedef): Don't set ->owner field of
3947         generic parameters to "param containers" of enclosing classes.
3948         * reflection.c (mono_reflection_initialize_generic_parameter):
3949         Likewise.
3950
3951 2005-12-11  Zoltan Varga  <vargaz@gmail.com>
3952
3953         * reflection.c (custom_attr_visible): Fix build.
3954
3955 2005-12-10  Zoltan Varga  <vargaz@gmail.com>
3956
3957         * reflection.c (mono_custom_attrs_from_builders): Avoid returning
3958         private attributes.
3959         
3960         * reflection.c (reflection_methodbuilder_to_mono_method): Fix
3961         handling of null parameter defaults.
3962
3963 2005-12-09  Raja R Harinath  <rharinath@novell.com>
3964
3965         * class.c (mono_class_from_generic_parameter): Don't set
3966         klass->generic_container.
3967         (my_mono_class_from_generic_parameter): Likewise.
3968
3969 2005-12-07  Zoltan Varga  <vargaz@gmail.com>
3970
3971         * reflection.c (load_public_key): Fix a warning.
3972         (method_encode_code): Fix unaligned accesses.
3973
3974 2005-12-07  Martin Baulig  <martin@ximian.com>
3975
3976         * object-internals.h (MonoReflectionGenericParam): Added `cattrs'.
3977
3978         * reflection.c
3979         (write_generic_param_entry): Encode our custom attrs.
3980
3981         * appdomain.c (MONO_CORLIB_VERSION): Bump to 45.
3982
3983 2005-12-07  Martin Baulig  <martin@ximian.com>
3984
3985         * reflection.c (encode_new_constraint): Removed; we don't use the
3986         `NewConstraintAttribute' anymore.
3987
3988 2005-12-06  Zoltan Varga  <vargaz@gmail.com>
3989
3990         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): Do
3991         not fire a TypeResolve event when Assembly.GetType () is called.
3992
3993 2005-12-05  Ben Maurer  <bmaurer@ximian.com>
3994
3995         Beginning of support for nullable types in the runtime. Parts of
3996         this patch are from Martin.
3997
3998         * appdomain.c (MONO_CORLIB_VERSION): Bump
3999
4000         * domain.c (mono_init_internal): get the nullable type
4001
4002         * class.c (mono_class_is_nullable): New method
4003         (mono_class_get_nullable_param): New mehod
4004         (mono_class_create_generic): In types T? set cast_class to T
4005
4006         * class-internals.h (MonoDefaults): new nullable default class
4007         (mono_class_get_nullable_param, mono_class_get_nullable_param):
4008         new methods.
4009
4010 2005-12-05  Raja R Harinath  <rharinath@novell.com>
4011
4012         * metadata.c (select_container): New.  Refactor code to select the
4013         appropriate GenericContainer given the type of generic parameter
4014         we are looking for.
4015         (mono_metadata_parse_generic_param): Take a MonoGenericContainer,
4016         not a MonoGenericContext.  Use select_container.  Update parameters.
4017         (do_mono_metadata_parse_type): Combine the code for MONO_TYPE_VAR
4018         and MONO_TYPE_MVAR.
4019         (unwrap_arrays): Remove duplicate tests.
4020         (find_generic_param): Rename from 'has_same_context'.  Now walks a
4021         generic instantiated class to find any arguments that are generic
4022         parameters.
4023         (mono_type_create_from_typespec_full): Use find_generic_param to
4024         avoid evicting some generic instantiations from the typespec
4025         cache.
4026
4027 Mon Dec 5 15:07:42 GMT 2005 Paolo Molaro <lupus@ximian.com>
4028
4029         * reflection.c: fixed writing of doubles on ARM FPA.
4030
4031 2005-12-02  Robert Jordan  <robertj@gmx.net>
4032
4033         * icall.c: Fixed EventInfo.ReflectedType (#76829).
4034
4035 2005-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4036
4037         * filewatcher.c: try loading libgamin-1.so.0 before libfam, since at
4038         least on SUSE 10 they are not the same (on debian, they are just the
4039         same thing).
4040
4041 2005-12-01  Raja R Harinath  <rharinath@novell.com>
4042
4043         * icall.c (ves_icall_MonoType_get_DeclaringType): Implement
4044         DeclaringType for VARs and MVARs.
4045         * class.c (set_generic_param_owner): Fix initialization of owner
4046         fields.
4047
4048 Wed Nov 30 15:48:22 CET 2005 Paolo Molaro <lupus@ximian.com>
4049
4050         * icall.c: fixed Enum.ToObject() to correctly convert the values.
4051
4052 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4053
4054         * threadpool.c: workaround for a bug that shows up on the Mac:
4055         select()+connect() on a blocking socket is not like it should
4056         be, so we proceed to connect() in that case, wasting the I/O
4057         threadpool thread until connect succeedes. Fixes bug #75436.
4058
4059 2005-11-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4060
4061         * threadpool.c: fix typo when setting file descriptor states.
4062
4063 2005-11-28  Raja R Harinath  <rharinath@novell.com>
4064
4065         * class-internals.h (MonoGenericContainer.is_signature): Remove.        
4066         * metadata.c (mono_metadata_parse_method_signature_full): Don't
4067         create a temporary signature container.
4068         (mono_metadata_parse_generic_param): Update to changes.
4069         (mono_type_create_from_typespec_full): Update to changes.
4070         * loader.c (method_from_memberref): Don't use a
4071         MonoGenericContainer while parsing a memberref signature.
4072         (method_from_methodspec): Remove dead-store of the 'container'
4073         variable.  It's overwritten before use.
4074
4075         * metadata.c (mono_type_create_from_typespec_full): Make debugging
4076         checks tighter.
4077         (mono_metadata_parse_generic_param): Likewise.
4078         * loader.c (find_method_in_class): Does not need a
4079         MonoGenericContainer.  Use 'mono_method_signature' rather than
4080         'mono_method_signature_full'.
4081         (find_method, mono_get_method_constrained, method_from_memberref):
4082         Update to changes.
4083
4084         * metadata.c (mono_type_create_from_typespec_full): Ensure that
4085         owner-less generic-parameters are never evicted from the typespec
4086         cache.
4087
4088         * loader.c (method_from_memberref): Don't use the current context
4089         when parsing signatures.
4090         (method_from_methodspec, mono_get_method_from_token): Update to changes.
4091
4092         * metadata.c (do_mono_metadata_parse_generic_class): Avoid
4093         side-effects in g_assert.
4094         * loader.c (mono_get_method_from_token): Resolve klass earlier so
4095         that we don't potentially lose information.
4096
4097 2005-11-26  Dick Porter  <dick@ximian.com>
4098
4099         * icall.c:
4100         * threads.c: icalls to implement basic (ie, not named)
4101         System.Threading.Semaphore.
4102
4103 2005-11-24  Dick Porter  <dick@ximian.com>
4104
4105         * process.c
4106         (ves_icall_System_Diagnostics_Process_ShellExecuteEx_internal):
4107         Use GetProcessId() if it's available.
4108
4109 2005-11-23  Zoltan Varga  <vargaz@gmail.com>
4110
4111         * icall.c threads-types.h threads.c: Add Exchange<T> icall.
4112
4113 2005-11-23  Raja R Harinath  <rharinath@novell.com>
4114             Ankit Jain  <jankit@novell.com>
4115
4116         * loader.c (mono_get_method_from_token): Initialize 'method' field
4117         of all generic parameters before parsing the signature.  Remove
4118         code that "fixed"-up MVAR references.
4119
4120 2005-11-23  Ankit Jain  <jankit@novell.com>
4121
4122         * metadata.c (mono_metadata_has_generic_params):
4123         (mono_metadata_load_generic_param_constraints):
4124         (mono_metadata_load_generic_params): Move duplicate code ...
4125         (mono_metadata_get_generic_param_row): ... here. Returns the
4126         first row-id in GenericParam table for a given owner (token).
4127         * metadata-internals.h (mono_metadata_get_generic_param_row): Add
4128         prototype.
4129
4130 2005-11-23  Raja R Harinath  <rharinath@novell.com>
4131             Ankit Jain  <jankit@novell.com>
4132
4133         * metadata.c (mono_metadata_class_equal): Pass signature_only when
4134         comparing VARs too.
4135         * icall.c (ves_icall_MonoType_get_DeclaringMethod): Look at 
4136         type->data.generic_param only if the type is an MVAR.
4137         (ves_icall_MonoMethod_GetGenericArguments): Ensure that we don't
4138         leak owner-less VARs and MVARs into managed space.
4139
4140 2005-11-21  Martin Baulig  <martin@ximian.com>
4141
4142         * class-internals.h
4143         (MonoMethod): Moved the `generic_container' here from
4144         `MonoMethodNormal' since we now also need it for
4145         `MonoMethodPInvoke';
4146         (MonoMethodNormal): Moved the `generic_container' to `MonoMethod'.
4147         (MonoMethodInflated): Replaced the `MonoMethodNormal nmethod' with
4148         an union containing both `MonoMethodNormal' and
4149         `MonoMethodPInvoke'.
4150
4151         * loader.c
4152         (mono_get_method_from_token): Allow implementing generic methods
4153         as interncalls.
4154
4155         * threads.c
4156         (ves_icall_System_Threading_Interlocked_CompareExchange_T): New
4157         icall.
4158
4159 2005-11-17  Dick Porter  <dick@ximian.com>
4160
4161         * icall.c: 
4162         * process.h: 
4163         * process.c: Split the Process Start_internal icall into
4164         ShellExecuteEx_internal and CreateProcess_internal, which are
4165         called depending on whether UseShellExecute is true.  Fixes bug
4166         76670.
4167
4168         * appdomain.c (MONO_CORLIB_VERSION): Incremented
4169
4170 2005-11-17  Zoltan Varga  <vargaz@gmail.com>
4171
4172         * marshal.c (emit_ptr_to_object_conv): Get rid of the 'usize' and
4173         'msize' parameters, use the information in 'mspec' instead.
4174         (emit_object_to_ptr_conv): Ditto.
4175
4176         * marshal.c (emit_struct_conv): Handle explicit layout structs with
4177         fields out of order. Fixes #76733.
4178
4179 2005-11-17  Ankit Jain  <jankit@novell.com>
4180
4181         * metadata.c (mono_type_create_from_typespec_full): Remove unnecessary g_assert.
4182
4183 2005-11-16  Atsushi Enomoto  <atsushi@ximian.com>
4184
4185         * icall.c : renamed MakeGenericMethod -> MakeGenericMethod_impl for
4186           bug #76575.
4187
4188 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
4189
4190         * object.c (mono_class_compute_gc_descriptor): Disable typed allocation
4191         for types with non-auto layout. Fixes #76717.
4192
4193 2005-11-16  Ankit Jain  <jankit@novell.com>
4194
4195         * class.c (my_mono_class_from_generic_parameter): param->owner can be null.
4196         * metadata.c (mono_metadata_parse_generic_param): Create a dummy MonoGenericParam 
4197         if generic_context is null.
4198           (mono_metadata_generic_param_equal): param->owner can be null.
4199           (mono_type_create_from_typespec_full): Don't cache the MonoType if param->owner is
4200         null.
4201
4202 2005-11-16  Zoltan Varga  <vargaz@gmail.com>
4203
4204         * reflection.c (create_dynamic_mono_image): Set md_version_minor to
4205         the correct value.
4206
4207 2005-11-15  Martin Baulig  <martin@ximian.com>
4208
4209         * object.c (set_value): Use mono_class_from_mono_type() instead of
4210         the hack for generic instances; fixes #76136.
4211
4212 2005-11-15  Zoltan Varga  <vargaz@gmail.com>
4213
4214         * metadata-internals.h (_MonoImage): Add 'md_version_major/minor'
4215         fields.
4216
4217         * image.c (load_metadata_ptrs): Initialize the new fields.
4218
4219         * reflection.c (create_dynamic_mono_image): Ditto.
4220
4221         * reflection.c (build_compressed_metadata): Use the new fields.
4222
4223         * icall.c (ves_icall_System_Reflection_Module_get_MDStreamVersion): New
4224         icall.
4225
4226         * icall.c (mono_assembly_icalls): Remove obsolete get_MetadataToken
4227         icall.
4228         
4229 2005-11-15  Ankit Jain  <jankit@novell.com>
4230             Raja R Harinath  <harinath@gmail.com>
4231
4232         * class-internals.h (_MonoGenericContainer.types): New. Cache for MonoTypes.
4233         * metadata.c (mono_type_create_from_typespec_full): Use MonoType from the
4234         new per-generic_container cache if the cached MonoType's context matches
4235         the current context.
4236           (has_same_context): New. Check if the VARs or MVARs in a GENERIC_INST refer
4237         to the expected context.
4238           (unwrap_arrays): New. Get the element MonoType for an ARRAY/SZARRAY.
4239
4240 2005-11-14  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4241
4242         * appdomain.c: Update MONO_CORLIB_VERSION to 42, since
4243         we changed the signature of an icall.
4244         * icall.c: Modify to mono_double_ParseImpl return true/false 
4245         depending on the success, instead of throwing the exception. This will
4246         help us in Double.TryParse methods.
4247         
4248 2005-11-14  Zoltan Varga  <vargaz@gmail.com>
4249
4250         * marshal.c (emit_marshal_object): Throw an exception when
4251         marshalling 'object' instead of crashing. Fixes #76696.
4252
4253 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
4254
4255         * class-internals.h: Add prototype for mono_type_get_full_name ().
4256
4257 2005-11-11  Dick Porter  <dick@ximian.com>
4258
4259         * threads.c (mono_thread_manage): Make sure the main thread has
4260         abandoned all its mutexes when cleaning up.  Fixes bug 74680.
4261
4262 2005-11-11  Zoltan Varga  <vargaz@gmail.com>
4263
4264         * loader.c (mono_loader_set_error_type_load): Log a warning to the
4265         console about the missing type.
4266         (mono_loader_set_error_method_load): Ditto.
4267
4268 2005-11-09  Miguel de Icaza  <miguel@novell.com>
4269
4270         * mono-config.c (mono_get_config_dir): Set the system defaults if
4271         none is specified.
4272
4273         * assembly.c (mono_set_dirs): New API entry point to set the
4274         assembly and the config directory in one call
4275
4276 2005-11-09  Zoltan Varga  <vargaz@gmail.com>
4277
4278         * marshal.c (mono_ftnptr_to_delegate): Throw a NotSupportedException if
4279         the ftnptr was created from a delegate in a domain other than the
4280         current domain. Fixes #75377.
4281
4282         * exception.h exception.c: Add mono_get_exception_not_supported ().
4283
4284 2005-11-08  Martin Baulig  <martin@ximian.com>
4285
4286         * mono-debug.h (MONO_DEBUGGER_VERSION): Bump to 53.
4287
4288 2005-11-07  Sebastien Pouliot  <sebastien@ximian.com>
4289
4290         * security-manager.h: Added definitions to deal with strongname key 
4291         pairs bigger (and smaller) than 1024 bits.
4292         * reflection.c: Remove hardcoded strongname size (128 bytes) and 
4293         adjust wrt the public key length being used.
4294
4295 2005-11-03  Atsushi Enomoto  <atsushi@ximian.com>
4296
4297         * marshal.c, icall.c : reverted sig->pinvoke changes which broke
4298           Windows build (r51396-51397).
4299
4300 2005-11-03  Martin Baulig  <martin@ximian.com>
4301
4302         * class.c (mono_class_setup_vtable_general): Also add generic
4303         methods to the vtable; fixes #76581.
4304
4305 2005-11-01  Miguel de Icaza  <miguel@novell.com>
4306
4307         * string-icalls.c (ves_icall_System_String_ctor_encoding): Make
4308         sure that we lookup GetString method from the System.Text.Encoding
4309         class, not the derived class or we get an empty method.
4310
4311         Fixed class #76612.
4312
4313 2005-10-25  Miguel de Icaza  <miguel@novell.com>
4314
4315         * assembly.c (mono_assemblies_init): Do not set the Mono root dir
4316         if it has been previously set (embedders). 
4317
4318         Make mono_set_rootdir available also on Unix.
4319
4320 005-10-24  Robert Jordan  <robertj@gmx.net>
4321
4322         * assembly.c: fixed MONO_ASSEMBLIES to be NULL on cygwin as well.
4323
4324 2005-10-30  Zoltan Varga  <vargaz@freemail.hu>
4325
4326         * marshal.c icall.c: Clean up the usage of sig->pinvoke flag. Now
4327         only calls which are made to native code use this flag.
4328
4329         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): Remove the check for FieldBuilders as it is now done in managed code.
4330
4331 2005-10-29  Zoltan Varga  <vargaz@freemail.hu>
4332
4333         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal):
4334         Add support for FieldBuilders.
4335
4336 2005-10-29  Martin Baulig  <martin@ximian.com>
4337
4338         * mono-debug.c
4339         (mono_debug_using_mono_debugger): New public method; returns
4340         whether we're running inside the debugger.
4341
4342 2005-10-27  Zoltan Varga  <vargaz@gmail.com>
4343
4344         * reflection.c (mono_reflection_get_custom_attrs_info): Add support
4345         for Method/Constructor/FieldBuilders.
4346
4347 2005-10-26  Zoltan Varga  <vargaz@gmail.com>
4348
4349         * reflection.c (module_add_cattrs): Save custom attributes for global methods
4350         and fields as well.
4351
4352 2005-10-26  Martin Baulig  <martin@ximian.com>
4353
4354         * mono-debug-debugger.c
4355         (MonoDebuggerMetadataInfo): Added `klass_parent_offset'.
4356
4357 2005-10-24  Raja R Harinath  <harinath@gmail.com>
4358
4359         * icall.c (base64_to_byte_array): Don't pass an out-of-range
4360         integer to isspace.
4361
4362 2005-10-21  Zoltan Varga  <vargaz@gmail.com>
4363
4364         * marshal.c (emit_marshal_vtype): Correctly handle [In,Out] modifiers
4365         when passing valuetypes byref. Fixes #76502.
4366
4367 2005-10-19  Jackson Harper  <jackson@ximian.com>
4368
4369         * profiler.c: Don't put a . in front of types that are not in a
4370         namespace.
4371
4372 2005-10-18  Zoltan Varga  <vargaz@gmail.com>
4373
4374         * icall.c (ves_icall_Type_GetField): Applied patch from Robert Jordan (robertj@gmx.net). Fixes #75515.
4375
4376 2005-10-15  Zoltan Varga  <vargaz@freemail.hu>
4377
4378         * marshal.c: Add generics support to the ldfld/stfld wrappers. Fixes
4379         #76436.
4380         (mono_marshal_get_ldflda_wrapper): Fix a warning.
4381
4382 2005-10-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4383
4384         * assembly.c metadata-internals.h icall.c: Define an additional
4385         parameter for mono_assembly_name_parse_full, so we can avoid creating
4386         S.R.AssemblyName.Version when no version info wasn't passed.
4387         
4388 2005-10-09  Miguel de Icaza  <miguel@novell.com>
4389
4390         * class.c (mono_type_get_full_name): Reimplement method that was
4391         removed. 
4392
4393         * image.c: Some docs
4394
4395 2005-10-10  Zoltan Varga  <vargaz@gmail.com>
4396
4397         * profiler.c (output_newobj_profile): Fix printing of Total memory
4398         on x86.
4399
4400 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
4401
4402         * profiler.c: Add support for allocations > 2GB. Fixes #74886.
4403
4404 2005-10-08  Gert Driesen  <drieseng@users.sourceforge.net>
4405
4406         * threads.c: remove debug output.
4407
4408 2005-10-08  Zoltan Varga  <vargaz@freemail.hu>
4409
4410         * threads.c (mono_thread_manage): Fix crashes if more than 64
4411         threads need to be aborted. Hopefully fixes #75899.
4412
4413         * assembly.c (mono_stringify_assembly_name): New helper function.
4414
4415         * class.c: Use mono_stringify_assembly_name instead of the similar
4416         static function.
4417
4418         * assembly.h assembly.c: Add support for calling a postload search 
4419         hook if an assembly cannot be loaded.
4420
4421         * appdomain.c: Register new search hooks which call the AssemblyResolve
4422         events in AppDomain. Fixes #75231
4423
4424 2005-10-07  Martin Baulig  <martin@ximian.com>
4425
4426         * mono-debug.c (mono_debug_add_method): Create a wrapper entry for
4427         methods without debug info.
4428
4429 2005-10-07  Zoltan Varga  <vargaz@gmail.com>
4430
4431         * class-internals.h debug-helpers.c marshal.h marshal.c: Add ldflda
4432         wrappers.
4433
4434 2005-10-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4435
4436         * file-io.c: now that we return symlinks, use lstat and, when the file
4437         is a symbolic link, stat, to get the file attributes. Also avoid the
4438         conversion to/from utf16/external.
4439
4440 2005-10-06  Zoltan Varga  <vargaz@gmail.com>
4441
4442         * class.c (mono_class_layout_fields): Compute klass->has_references
4443         correctly if an embedded valuetype is not yet initialized. Fixes
4444         #76331.
4445
4446 2005-10-04  Martin Baulig  <martin@ximian.com>
4447
4448         * metadata.c
4449         (mono_metadata_load_generic_param_constraints): New public
4450         function; splitted the constraints loading out from
4451         mono_metadata_load_generic_params().
4452
4453         * class.c (mono_class_create_from_typedef): Call
4454         mono_metadata_load_generic_param_constraints() after setting up
4455         the type and creating our parent; fixes #75329.
4456
4457 2005-10-04  Martin Baulig  <martin@ximian.com>
4458
4459         * icall.c (ves_icall_MonoGenericClass_GetParentType): Allow
4460         non-dynamic parent classes.
4461
4462 2005-10-04  Atsushi Enomoto  <atsushi@ximian.com>
4463
4464         * file-io.c : win32 build fix (ETXTBSY seems not found).
4465
4466 2005-10-04  Martin Baulig  <martin@ximian.com>
4467
4468         * reflection.c
4469         (mono_image_get_methodspec_token): Make the cache actually work;
4470         fixes #75974.
4471
4472 2005-10-04  Martin Baulig  <martin@ximian.com>
4473
4474         * class.c (mono_class_name_from_token): Removed the unneccessary
4475         `MonoGenericContext *' argument.
4476
4477 2005-10-04  Martin Baulig  <martin@ximian.com>
4478
4479         * loader.c
4480         (method_from_methodspec): Make the caching work again; fixes the
4481         performance regression from #76262.
4482
4483 2005-10-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4484
4485         * file-io.c:
4486         * file-io.h:
4487         * icall.c: replace FindFirst/FindNext/FindClose calls with a new
4488         GetFileSystemEntries that performs the same work but without going
4489         into io-layer, locking, etc.
4490
4491 2005-09-30  Zoltan Varga  <vargaz@gmail.com>
4492
4493         * threads.c (ves_icall_System_Threading_Thread_Abort): Handle 
4494         ThreadState_Stopped as well. Fixes #76047.
4495
4496 2005-09-29  Martin Baulig  <martin@ximian.com>
4497
4498         * class.c
4499         (inflate_generic_context): If the new context has a `gmethod', set
4500         its `container' that that gmethod's `container'.
4501
4502         * metadata.c
4503         (mono_metadata_parse_generic_param): Simplify things;
4504         `generic_container = generic_context->container;' is just fine.
4505
4506         * loader.c (method_from_methodspec): Code cleanups.
4507
4508 Wed Sep 28 17:06:01 CEST 2005 Paolo Molaro <lupus@ximian.com>
4509
4510         * decimal.c: fix warning (and let gcc generate correct
4511         code on ARM with optimizations).
4512
4513 2005-09-28  Martin Baulig  <martin@ximian.com>
4514
4515         * loader.c
4516         (method_from_memberref): Added `MonoGenericContext *class_context'
4517         argument; this is used when parsing a MONO_MEMBERREF_PARENT_TYPESPEC.
4518         (method_from_methodspec): If we're a memberref, use the enclosing
4519         context when parsing its parent.  Fixes #76262; see gtest-206.cs.
4520
4521 2005-09-28  Martin Baulig  <martin@ximian.com>
4522
4523         * object.c (mono_runtime_invoke_array): Added support for
4524         MONO_TYPE_GENERICINST; fixes #75917.
4525
4526 2005-09-27  Martin Baulig  <martin@ximian.com>
4527
4528         * reflection.c (encode_type): For `MONO_TYPE_CLASS/VALUETYPE', use
4529         `k->byval_arg.type' to determine the actual type.
4530
4531         * loader.c (method_from_methodspec): Removed some hacks.
4532
4533 2005-09-27  Ben Maurer  <bmaurer@ximian.com>
4534
4535         * class-internals.h (mono_field_is_deleted): Do the test for
4536         rtspecialname before we check the actual name of the field. This
4537         prevents us from dereferencing a pointer into the string table,
4538         saving us from accessing a few pages
4539
4540         * *.c: Replace the use of {Enter,Leave}CriticalSection with
4541         macros. This will allow a deadlock debugger to easily be plugged
4542         in.
4543
4544 2005-09-27  Martin Baulig  <martin@ximian.com>
4545
4546         * loader.c (method_from_methodspec): Create a "signature"
4547         MonoGenericContainer and use mono_get_method_full().  Fixes #75584.
4548
4549 2005-09-27  Martin Baulig  <martin@ximian.com>
4550
4551         * class.c
4552         (inflate_generic_class): Correctly set the new context's
4553         container.
4554
4555         * loader.c
4556         (find_method, find_method_in_class): Take a `MonoGenericContainer *'
4557         instead of a `MonoGenericContext *'.
4558         (mono_method_signature_full): Take a `MonoGenericContainer *'
4559         instead of a `MonoGenericContext *'.
4560
4561         * metadata.c
4562         (mono_metadata_parse_signature_full): Take a `MonoGenericContainer *'
4563         instead of a `MonoGenericContext *'.
4564         (mono_metadata_parse_method_signature_full): Likewise.
4565
4566 2005-09-26  Martin Baulig  <martin@ximian.com>
4567
4568         * class.c
4569         (mono_class_from_generic_parameter): Set `klass->generic_container'
4570         (mono_class_from_generic_parameter): Likewise.
4571         (mono_bounded_array_class_get): We inherit the generic container
4572         from the element class.
4573
4574         * loader.c
4575         (find_method, find_method_in_class): Take a `MonoGenericContext *'
4576         argument rather than computing it here.
4577         (method_from_memberref): Correctly set the generic context before
4578         parsing the signature.  Fixes #75681.
4579
4580 2005-09-26  Zoltan Varga  <vargaz@gmail.com>
4581
4582         * object.c (mono_class_has_special_static_fields): Fix warnings.
4583
4584 2005-09-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4585
4586         * assembly.c: Add parse_public_key function, to
4587         par the public keys. Also added mono_assembly_name_parse_full,
4588         to define it the parsed key should be freed or not.
4589         * icall.c: Added ves_icall_System_Reflection_AssemblyName_ParseName,
4590         to parse a long format assembly name.
4591         * metadata-internals.h: Keep mono_assembly_name_parse_full as
4592         private, since calling it to preserve the key requires
4593         freeing it manually.
4594         
4595 2005-09-26  Atsushi Enomoto  <atsushi@ximian.com>
4596
4597         * locales.c : removed HAVE_ICU part.
4598
4599 2005-09-24  Zoltan Varga  <vargaz@freemail.hu>
4600
4601         * object.c (mono_class_create_runtime_vtable): Avoid calling 
4602         field_is_special_static if the klass has no special static fields.
4603
4604         * class-internals.h (MonoClass): Add 'no_special_static_fields' flag.
4605         (MonoCachedClassInfo): Likewise.
4606
4607         * object.c (mono_class_has_special_static_fields): New helper function.
4608
4609 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
4610
4611         * class.c (mono_class_create_from_typedef): Don't call 
4612         interfaces_from_typedef_full for enums.
4613         (mono_class_create_from_typedef): Compute the base types of enums directly
4614         without calling mono_class_setup_fields ().
4615         (mono_class_find_enum_basetype): New helper function.
4616
4617         * reflection.c (mono_image_build_metadata): Emit type names+namespaces at
4618         one place inside the string heap.
4619         
4620 Fri Sep 23 19:37:46 CEST 2005 Paolo Molaro <lupus@ximian.com>
4621
4622         * class.c: locking fixes, code cleanups, some docs added.
4623         Allocate some data structures in the image mempool.
4624
4625 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
4626
4627         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
4628         the example code.
4629         
4630 Fri Sep 23 18:27:02 CEST 2005 Paolo Molaro <lupus@ximian.com>
4631
4632         * class-internals.h, class.c, reflection.c: reduce memory taken by
4633         MonoClass.
4634
4635 Fri Sep 23 17:56:21 CEST 2005 Paolo Molaro <lupus@ximian.com>
4636
4637         * metadata.c, metadata.h, loader.h: documentation updates, code and
4638         API cleanups.
4639
4640 2005-09-23  Zoltan Varga  <vargaz@gmail.com>
4641
4642         * rawbuffer.c: Remove unneccessary set_n_pagefaults () routine and update
4643         the example code.
4644
4645         * rawbuffer.h rawbuffer.c: Add code and APIs to help determine the number of
4646         page faults caused by the runtime while reading metadata.
4647
4648 2005-09-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4649
4650         * socket-io.c: the field names were changed 3 months ago and no one
4651         realized until bug #76077 got filed!
4652
4653 2005-09-20  Martin Baulig  <martin@ximian.com>
4654
4655         * icall.c (assembly_icalls): Removed some unused debugger icalls.
4656
4657 2005-09-20  Martin Baulig  <martin@ximian.com>
4658
4659         * mono-debug.c (mono_debug_add_type): Ignore array types and don't
4660         write the rank into the class entry.
4661
4662 2005-09-20  Martin Baulig  <martin@ximian.com>
4663
4664         * mono-debug-debugger.c (MonoDebuggerMetadataInfo): Added some stuff.
4665
4666 2005-09-19  Zoltan Varga  <vargaz@gmail.com>
4667
4668         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
4669
4670         * icall.c (custom_attrs_defined_internal): New icall.
4671
4672         * reflection.c (mono_reflection_get_custom_attrs_by_type): New helper
4673         function.
4674         (mono_custom_attrs_construct_by_type): New helper function.
4675
4676 2005-09-17  Zoltan Varga  <vargaz@freemail.hu>
4677
4678         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): Null
4679         terminate the resulting string. Fixes #76123.
4680
4681 2005-09-16  Martin Baulig  <martin@ximian.com>
4682
4683         * mono-debug.c
4684         (mono_debug_add_method): Ignore inflated methods for the moment.
4685
4686 2005-09-14  Martin Baulig  <martin@ximian.com>
4687
4688         * debug-mono-symfile.h (MONO_SYMBOL_FILE_VERSION): Bump version to 39.
4689
4690 2005-09-13  Zoltan Varga  <vargaz@gmail.com>
4691
4692         * metadata.c (mono_class_get_overrides_full): Modify signature to explicitly
4693         return a success/failure indication.
4694         (mono_metadata_interfaces_from_typedef_full): Ditto.
4695         (get_constraints): Ditto.
4696
4697 2005-09-12  Zoltan Varga  <vargaz@gmail.com>
4698
4699         * marshal.c (emit_marshal_array): Fix handling of null arrays.
4700         
4701         * marshal.c (emit_marshal_array): Add support for returning string
4702         arrays from delegates. Fixes #76063.
4703
4704         * marshal.c: Use the emit_ldloc/stloc macros where possible.
4705
4706 2005-09-11  Zoltan Varga  <vargaz@gmail.com>
4707
4708         * threads.c (ves_icall_System_Threading_Thread_MemoryBarrier): New
4709         icall.
4710
4711 2005-09-09  Zoltan Varga  <vargaz@gmail.com>
4712
4713         * reflection.c icall.c: Fix after mono_get_exception_type_load
4714         signature change.
4715
4716         * assembly.c (mono_assembly_get_assemblyref): New helper function.
4717         (mono_assembly_load_reference): Use the new helper.
4718
4719         * class-internals.h (MonoLoaderError): New structure containing 
4720         information about type loading errors.
4721
4722         * class-internals.h loader.c: Add APIs to store per-thread loader
4723         error information.
4724
4725         * loader.c class.c: Set the loader error if needed.
4726
4727         * exception.h exception.c: Add functions to throw MissingMethod/MissingFieldExceptions.
4728
4729 Thu Sep 8 18:54:07 BST 2005 Paolo Molaro <lupus@ximian.com>
4730
4731         * decimal.c: fixed to handle the broken ARM fp format.
4732
4733 Wed Sep 7 22:17:58 BST 2005 Paolo Molaro <lupus@ximian.com>
4734
4735         * icall.c: on ARM use the libc strtod(), since bsd_strtod() seems
4736         broken.
4737
4738 2005-09-06  Martin Baulig  <martin@ximian.com>
4739
4740         * domain.c (supported_runtimes): Added v2.0.50727.
4741
4742 Tue Sep 6 11:40:24 CEST 2005 Paolo Molaro <lupus@ximian.com>
4743
4744         * culture-info.h: reduce the size of some structures.
4745
4746 2005-09-05  Martin Baulig  <martin@ximian.com>
4747
4748         Reflect latest API changes in the August CTP.
4749
4750         * icall.c
4751         ("Type.BindGenericParameters"): Renamed to "MakeGenericType".
4752         ("MonoType.HasGenericArguments"): Removed.
4753         ("MonoMethod.BindGenericParameters"): Renamed to
4754         "MakeGenericMethod".
4755         ("MethodBuilder.BindGenericParameters"): Renamed to
4756         "MakeGenericMethod".    
4757
4758 2005-09-05  Martin Baulig  <martin@ximian.com>
4759
4760         * mono-debug-debugger.c: Moved the debugger icalls into icall.c.
4761
4762 2005-09-05  Martin Baulig  <martin@ximian.com>
4763
4764         Applying a patch from Michal Moskal <malekith@nemerle.org>.
4765
4766         * icall.c (ves_icall_Type_get_IsGenericType): Return true also if
4767         generic_container is non-NULL.
4768
4769 2005-09-05  Martin Baulig  <martin@ximian.com>
4770
4771         Applying a patch from Michal Moskal <malekith@nemerle.org>.
4772
4773         * object.c (set_value): In MONO_TYPE_VALUETYPE, add generics support.
4774
4775 2005-08-29  Michal Moskal  <malekith@nemerle.org>
4776
4777         * reflection.c (encode_locals,
4778         mono_reflection_sighelper_get_signature_local): Increase buffer sizes
4779         for large generic types.
4780
4781 2005-09-05  Martin Baulig  <martin@ximian.com>
4782
4783         Applying a patch from Michal Moskal <malekith@nemerle.org>.
4784
4785         * class.c (mono_dup_array_type): New public method.
4786         (mono_metadata_signature_deep_dup): New public method.
4787         (dup_type): Correctly duplicate array and function types.
4788
4789 2005-09-05  Martin Baulig  <martin@ximian.com>
4790
4791         Applying a patch from Michal Moskal <malekith@nemerle.org>.
4792
4793         * reflection.c (get_default_param_value_blobs): Handle generic types
4794         and generic methods.
4795
4796 2005-09-02  Sebastien Pouliot  <sebastien@ximian.com>
4797
4798         * class.c: Fixed error reporting (method/class were inversed) for 
4799         inheritance demands.
4800         * security-manager.c|h: Added the AppDomain when calling the managed
4801         System.Security.SecurityManager.InheritanceDemand method.
4802
4803 2005-09-01  Raja R Harinath  <rharinath@novell.com>
4804
4805         * reflection.c (encode_marshal_blob): 'marshaltype' and
4806         'marshaltyperef' are alternate sources for the custom marshaler
4807         name.
4808
4809 Wed Aug 31 17:39:54 CEST 2005 Paolo Molaro <lupus@ximian.com>
4810
4811         * class.c: fix creation of array classes with rank == 1
4812         (patch by Ankit Jain <jankit@novell.com>).
4813
4814 Wed Aug 31 17:35:19 CEST 2005 Paolo Molaro <lupus@ximian.com>
4815
4816         * object.c: fix check for creating the bound data for arrays vs
4817         szarrays.
4818
4819 2005-08-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4820
4821         * object.c: configuration file name is now based on the executable name,
4822         not the image name. Fixes bug #75931.
4823
4824 2005-08-29  Zoltan Varga  <vargaz@gmail.com>
4825
4826         * marshal.c (emit_thread_interrupt_checkpoint_call): Load the
4827         flag using LDIND_U4 since it leads to smaller and faster code on ia64.
4828
4829 2005-08-25  Zoltan Varga  <vargaz@gmail.com>
4830
4831         * rand.c: Use wincrypt.h instead of WinCrypt.h.
4832
4833 2005-08-24  Ankit Jain  <jankit@novell.com>
4834             Raja R Harinath  <rharinath@novell.com>
4835
4836         * class.c (mono_class_from_typeref): Don't call mono_class_init as we might've been
4837           called by it recursively.
4838           (mono_class_init): Remove special case in pending_init handling, since it's
4839           superseded by the fix to mono_class_from_typeref.
4840
4841 2005-08-22  Zoltan Varga  <vargaz@freemail.hu>
4842
4843         * threads.c (ves_icall_System_Threading_Thread_Thread_internal): Remove the 
4844         BROKEN_THREAD_START stuff.
4845
4846 2005-08-21  Zoltan Varga  <vargaz@freemail.hu>
4847
4848         * class-internals.h object.c: Add a new kind of trampoline called a delegate 
4849         trampoline.
4850
4851         * domain-internals.h domain.c: Add a has for delegate trampolines to MonoDomain.
4852         
4853         * object.c (mono_delegate_ctor): Replace the original function address with
4854         a delegate trampoline.
4855
4856 2005-08-21 Gert Driesen <drieseng@users.sourceforge.net>
4857
4858         * icall.c: add boolean argument to base64_to_byte_array and 
4859         InternalFromBase64String to control whether a whitespace-only string
4860         is allowed (or should casue a FormatException to be thrown). We need
4861         this as the behavior has changed between MS.NET 1.x and 2.0, and we
4862         to match the MS behaviour in both profiles.
4863         * appdomain.c: Bump corlib version.
4864
4865 2005-08-20  Carlos Alberto Cortez <calberto.cortez@gmail.com>
4866
4867         This patch implements a big portion of publisher policy
4868         support, used to bind assembly versions and redirect
4869         one assembly from version A to version B.
4870
4871         * assembly.c:
4872         New GSList loaded_assembly_bindings, for storing the cached
4873         assembly bindings.
4874         (assembly_binding_maps_name): New static function for checking if a 
4875         assembly binding information maps an assembly name.
4876         (mono_assembly_binding_info_free): New function for freeing
4877         assembly binding information resources.
4878         (get_publisher_policy_info): New static function for retrieving 
4879         assembly binding information from a MonoImage.
4880         (compare_versions): New static function for comparing an assembly
4881         binding information data and the version of an assembly name.
4882         (check_policy_versions): New static function for checking if an
4883         assembly binding info mapping an assembly name is valid for it.
4884         (mono_assembly_load_publisher_policy): New static function for
4885         loading the 'policy.major.minor.MyAssembly' image for an assembly
4886         with an assembly name 'aname'.
4887         (mono_assembly_bind_version): New static function for updating
4888         assembly redirection.
4889         (mono_assembly_apply_binding): New static function for applying
4890         assembly binding.
4891         (search_binding_loaded): New static function for searching 
4892         loaded assembly binding infos in the cache domain.
4893         (mono_assembly_load_full): Don't apply assembly binding for
4894         reflection only assemblies.
4895
4896         * metadata-internals.h: Add MonoAssemblyBindingInfo,
4897         which contains information about assembly binding. Also
4898         declare signature for mono_config_parse_publisher_policy ()
4899         function, used to retrieve pub policy info.
4900         
4901         * mono-config.c:
4902         (publisher_policy_start): New static function used to parse publisher 
4903         policy config files.
4904         (publisher_policy_parser): New static MonoParseHandler containing 
4905         the functions used when parsing config files.
4906         (mono_config_parse_publisher_policy): New function for parsing
4907         publisher policy files.
4908         
4909 2005-08-20  Zoltan Varga  <vargaz@freemail.hu>
4910
4911         * object.c (mono_delegate_ctor): Add support for IA64 function descriptors.
4912
4913         * marshal.c (mono_delegate_free_ftnptr): Ditto.
4914
4915         * object.c (mono_get_addr_from_ftnptr): New helper function.
4916
4917         * object.h (mono_array_addr): Fix unaligned access warnings on IA64.
4918
4919         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
4920
4921 2005-08-19  Dick Porter  <dick@ximian.com>
4922
4923         * threads.c, threads.h, appdomain.c, appdomain.h,
4924         profiler-private.h, monitor.c, object.c, object-internals.h,
4925         profiler.c, mono-debug-debugger.h, profiler.h: Use a gsize to
4926         store the thread ID, so it can hold a 64 bit value if needed.
4927
4928 2005-08-19  Zoltan Varga  <vargaz@freemail.hu>
4929
4930         * reflection.c (mono_reflection_create_dynamic_method): Store the
4931         handle class into the method references as well so ldtoken works in
4932         dynamic methods.
4933
4934         * icall.c (ves_icall_MonoField_GetValueInternal): Add support for generic
4935         types.
4936
4937 2005-08-19  Ankit Jain <jankit@novell.com>
4938
4939         Fix #75847.
4940         * marshal.c (mono_marshal_get_ptr_to_struct): Build method signature 
4941           here rather than using the method signature of a arbitrary function
4942           named 'System.Runtime.InteropServices.Marshal::PtrToStructure' with 
4943           two arguments.
4944           Hack done with Harinath.
4945
4946 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4947
4948         * threadpool.c: disable printing stack traces when we get a exception
4949         in a threadpool thread. I need to do more testing to figure out which
4950         cases actually print this. Fixes bug #75828.
4951
4952 2005-08-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
4953
4954         * icall.c: there might be ignored whitespace after the last '='. This
4955         fixes length computation and bug #75840.
4956
4957 2005-08-18  Zoltan Varga  <vargaz@freemail.hu>
4958
4959         * assembly.c (mono_assembly_load_full): Consider .exe extension as
4960         well. Fixes #75809.
4961
4962         * reflection.c (create_custom_attr): Fix unmanaged memory leak. Fixes
4963         #75784.
4964         
4965         * reflection.c (create_custom_attr_data): Ditto.
4966
4967 2005-08-17  Atsushi Enomoto  <atsushi@ximian.com>
4968
4969         * locales.c, culture-info.h : removed RegionLCIDMap.
4970         * culture-info-tables.h : regenerated.
4971
4972 2005-08-16  Martin Baulig  <martin@ximian.com>
4973
4974         * class.c (mono_type_get_name_recurse): Small fix.
4975
4976 2005-08-16  Atsushi Enomoto  <atsushi@ximian.com>
4977
4978         * locales.c : indentation fixie.
4979
4980 2005-08-15  Atsushi Enomoto  <atsushi@ximian.com>
4981
4982         * object-internals.h,
4983           locales.h,
4984           locales.c,
4985           culture-info.h,
4986           icall.c : added RegionInfo table support.
4987         * culture-info-table.h : regenerated for region support.
4988
4989 2005-08-14  Kamil Skalski  <nazgul@nemerle.org>
4990
4991         * reflection.c (resolve_object): handle all kinds of MonoMethod
4992         including generic ones
4993
4994 2005-08-12  Ankit Jain <jankit@novell.com>
4995
4996         * get.c (dis_stringify_variant_type): New. Stringify MonoMarshalVariant.
4997           (dis_stringify_marshal_spec): Add new case for MONO_NATIVE_SAFEARRAY. 
4998
4999 2005-09-12  Lluis Sanchez  <lluis@ximian.com>
5000
5001         * process.c: Don't close a thread handle when it's NULL. This is a
5002         workaround for bug #75733.
5003
5004 2005-08-11  Zoltan Varga  <vargaz@freemail.hu>
5005
5006         * marshal.c (mono_marshal_get_string_encoding): Fix handling of CharSet.Auto. Fixes #75769.
5007
5008 2005-08-10  Zoltan Varga  <vargaz@freemail.hu>
5009
5010         * icall.c (ves_icall_Type_get_IsGenericType): New icall.
5011
5012 2005-08-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5013
5014         * threadpool.c: if a work item in the thread pool has a callback that
5015         catches a exception, don't propagate it after invoking the callback.
5016         Fixes bug #75336.
5017
5018 2005-08-08  Zoltan Varga  <vargaz@freemail.hu>
5019
5020         * class.c (class_compute_field_layout): Rename this to mono_class_setup_fields.
5021
5022         * class-internals.h (MonoCachedClassInfo): Add some new fields.
5023
5024         * class.c (mono_class_init): Load field info lazily in the AOT case.    
5025
5026         * reflection.c (mono_image_load_module): Fix error checking. Fixes #75660.
5027
5028 2005-08-03  Ankit Jain  <jankit@novell.com>
5029
5030         Fix #75683.
5031         * loader.c (mono_method_signature_full): Use MONO_CALL_DEFAULT if
5032           PInvoke calling convention is 0.
5033
5034 2005-08-02  Zoltan Varga  <vargaz@freemail.hu>
5035
5036         * socket-io.c (convert_sockopt_level_and_name): Applied patch from 
5037         Julien Puydt (julien.puydt@laposte.net). Add check for IPV6_PKTINFO.
5038
5039 Mon Aug 1 16:52:12 CEST 2005 Paolo Molaro <lupus@ximian.com>
5040
5041         * gc-internal.h, threads.c, null-gc.c, boehm-gc.c: added interface
5042         to handle threads not started by the GC (patch by Michael Meeks
5043         <michael.meeks@novell.com>).
5044
5045 2005-07-31  Kamil Skalski  <nazgul@omega.pl>
5046
5047         * reflection.c: Make buffer used in emitting types larger for some
5048         big generic types (patch by Michal Moskal).
5049
5050 2005-07-30  Zoltan Varga  <vargaz@freemail.hu>
5051
5052         * mono-debug.c: Fix some (not all) alignment problems.
5053
5054 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5055
5056         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw):
5057         Invoke mono_image_load_from_data_full passing the refonly
5058         parameter.
5059
5060         * assembly.c
5061         (mono_assembly_open_from_bundle): Add the refonly argument, 
5062         in order to pass it to other methods it calls to.
5063         (do_mono_assembly_open): Add the refonly argument, in order 
5064         to pass it to other methods it calls to.
5065         (mono_assembly_open_full): Invoke do_mono_assembly_open passing
5066         the refonly parameter to it.
5067
5068         * image.c: Add loaded_images_refonly_hash and
5069         loaded_images_refonly_guid_hash to cache the reflection
5070         only loaded images.
5071         (mono_images_init): Initialize the hash tables used for
5072         caching the reflection only images.
5073         (load_modules): Invoke mono_image_open_full passing the refonly
5074         parameter to load the modules the correct way.
5075         (build_guid_table): Add the refonly argument, to re-build the 
5076         correct hash table.
5077         (do_mono_image_open): Added the refonly argument, in order to
5078         define it for the loaded image.
5079         (mono_image_loaded_full): New function, which receives an
5080         additional parameter to look for the image in the refonly or
5081         non-refonly section.
5082         (mono_image_loaded): Updated, using mono_image_loaded_full.
5083         (mono_image_loaded_by_guid_full): The same case that happens
5084         with mono_image_loaded_full.
5085         (mono_image_loaded_by_guid): Likewise.
5086         (register_image): Use the ref_only variable inside MonoImage
5087         to decide in which hash table store the current image.
5088         (mono_image_open_from_data_full): Rename
5089         mono_image_open_from_data to mono_image_open_from_data_full,
5090         adding the refonly argument, to define the ref_only variable 
5091         inside MonoImage.
5092         (mono_image_open_from_data): Return 
5093         mono_image_open_from_data_full.
5094         (mono_image_open_full): Rename mono_image_open to
5095         mono_image_open_full, receiving the new refonly argument,
5096         to pass it to inner methods.
5097         (mono_pe_file_open): Update this function, to open
5098         a MonoImage as a non-refonly image.
5099         (mono_image_close): Use the refonly variable inside
5100         MonoImage to remove the image from the correct caches.
5101
5102         * image.h: Add the signatures of mono_image_open_full,
5103         mono_image_open_from_data_full, mono_image_loaded_full,
5104         mono_image_loaded_by_guid_full.
5105
5106         * metadata-internals.h: Add the ref_only field to 
5107         MonoImage.
5108         
5109 2005-07-29  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5110
5111         * icall.c (ves_icall_System_Reflection_GetReferencedAssemblies):
5112         Fix the last behavior, which used to load the assemblies and
5113         extract MonoReflectionAssemblyName information, instead of
5114         extract it from the metadata tables. Needed for Reflection
5115         Only assemblies.
5116         
5117 2005-07-29  Martin Baulig  <martin@ximian.com>
5118
5119         * mono-debug-debugger.c
5120         (mono_debugger_lock, mono_debugger_unlock): g_assert() if we're
5121         not initialized.
5122
5123         * mono-debug.c
5124         (mono_debug_address_from_il_offset): Check whether we have
5125         debugging support before attempting to take the lock.
5126         (mono_debug_source_location_from_address): Likewise.
5127         (mono_debug_source_location_from_il_offset): Likewise.
5128         (mono_debug_il_offset_from_address): Likewise.
5129         (mono_debug_address_from_il_offset): Likewise.
5130
5131 2005-07-29  Zoltan Varga  <vargaz@freemail.hu>
5132
5133         * class.c (mono_class_from_name_case): Add support for dynamic images.
5134         Fixes #75650.
5135
5136         * object.c (mono_class_compute_gc_descriptor): Add a workaround
5137         for #75479.
5138
5139 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
5140         
5141         * reflection.c (mono_method_get_object): Fix warning.
5142
5143 2005-07-28  Martin Baulig  <martin@ximian.com>
5144
5145         * mono-debug.c
5146         (mono_debug_add_wrapper): Also write the wrapper type.
5147
5148 2005-07-28  Zoltan Varga  <vargaz@freemail.hu>
5149
5150         * class-internals.h (MonoCachedClassInfo): Add has_nested_classes field.
5151         
5152         * class.c (mono_class_init): Avoid reading nested classes if the AOT
5153         data indicates the class has none.
5154
5155 2005-07-26  Ben Maurer  <bmaurer@ximian.com>
5156
5157         * mono-debug.c, debug-mono-symfile.c: Replace the use of the
5158         loader lock with the debugger lock. Prevents deadlocks for beagle.
5159
5160         Beagle can now run on an smp box for a weekend without any
5161         issues. Woohoo!
5162
5163 2005-07-26  Zoltan Varga  <vargaz@freemail.hu>
5164
5165         * class.c (mono_bounded_array_class_get): Avoid crash if eclass is
5166         in a module. Fixes #75629.
5167
5168 2005-07-26  Martin Baulig  <martin@ximian.com>
5169
5170         * mono-debug.c (mono_debug_add_wrapper): New static method.
5171         (mono_debug_add_method): Call mono_debug_add_wrapper() if we're an
5172         interncall or a wrapper.
5173
5174         * mono-debug.h (MonoDebugWrapperData): New public typedef.
5175         (MonoDebugDataItemType): Added `MONO_DEBUG_DATA_ITEM_WRAPPER'.
5176         (MONO_DEBUGGER_VERSION): Bump to 51.
5177
5178         * mono-debug-debugger.c
5179         (mono_debugger_add_type): Removed this empty function.
5180         (mono_debugger_add_method): Likewise.
5181
5182 2005-07-22  Zoltan Varga  <vargaz@freemail.hu>
5183
5184         * icall.c (ves_icall_Type_GetMethodsByName): Call setup_vtable () 
5185         before accessing method->slot.
5186
5187 2005-07-21  Jb Evain  <jbevain@gmail.com>
5188
5189         * reflection.c (method_encode_clauses/class): Handle filters clauses.
5190         Fixes #75010.
5191
5192 2005-07-21  Zoltan Varga  <vargaz@freemail.hu>
5193
5194         * marshal.c (emit_marshal_custom): Implement byref marshalling. Fixes
5195         #75587.
5196
5197 2005-07-20  Zoltan Varga  <vargaz@freemail.hu>
5198
5199         * image.h image.c: Add mono_image_get_guid () API function.
5200
5201 2005-07-19  Ben Maurer  <bmaurer@ximian.com>
5202
5203         There were issues when multiple threads tried to load
5204         assemblies. A deadlock was created between assemblies_mutex and
5205         mono_domain_assemblies_lock. This fixes the issue by making the
5206         assembly ref counting be lock free. See bug 75586.
5207         
5208         * image.c (mono_image_close): The add ref function here was using
5209         Interlocked operations while the unref was using a mutex and a
5210         --. I don't think this was ever a bug that would be exposed in a
5211         non-pendantic way (ie, by an embedder doing a ref on one thread
5212         and an unref on another), but for the sake of correctness, this is
5213         now Interlocked.
5214
5215         * assembly.c (mono_assembly_addref): Use InterlockedIncrement
5216         (mono_assembly_load_reference): Call mono_assembly_addref rather
5217         than touching the refcount ourselves.
5218         (mono_assembly_close): Use InterlockedDecrement to unref the
5219         assembly. Don't acquire the lock unless it is actually needed.
5220
5221 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
5222
5223         * class.c (mono_class_layout_fields): Fix calculation of has_references
5224         for generic types.
5225
5226 2005-07-12  Martin Baulig  <martin@ximian.com>
5227
5228         Applying a patch from Michal Moskal <malekith@nemerle.org>.
5229
5230         * metadata.c
5231         (mono_type_hash): Provide better hashing for generic instances.
5232         (mono_generic_inst_hash): Improve hashing.
5233         (mono_generic_class_hash): Likewise.
5234
5235         * reflection.c (mymono_metadata_type_hash): Improve hashing for
5236         generic instances.
5237
5238 2005-07-12  Martin Baulig  <martin@ximian.com>
5239
5240         * reflection.c (mono_reflection_create_runtime_class): Remove the
5241         hack for generic type definitions and non-`Run' assemblies.
5242         (mono_reflection_bind_generic_parameters): Also use
5243         `klass->wastypebuilder' to check for TypeBuilders.
5244
5245 2005-07-12  Zoltan Varga  <vargaz@freemail.hu>
5246
5247         * class.c (mono_class_layout_fields): Fix calculation of has_references
5248         for generic types.
5249
5250         * class.c (inflate_generic_class): Fix a leak.
5251         (mono_class_init): Fix calculation of gchimpl and has_finalize fields
5252         for generic types.
5253
5254 2005-07-11  Martin Baulig  <martin@ximian.com>
5255
5256         * icall.c (ves_icall_Type_BindGenericParameters): Don't crash here
5257         on error.
5258
5259 2005-07-11  Martin Baulig  <martin@ximian.com>
5260
5261         * loader.c (find_method): Also lookup in
5262         `mono_defaults.object_class' if we're an interfaces; fixes #75460.
5263
5264 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
5265
5266         * appdomain.c (mono_domain_unload): Don't free the error message
5267         before passing it to mono_get_exception_...
5268
5269         * reflection.c (CACHE_OBJECT): Fix the race introduced by the previous patch.
5270         
5271 Thu Jul 7 19:59:31 CEST 2005 Paolo Molaro <lupus@ximian.com>
5272
5273         * threads.c: try to better guess an available RT signal (bug #75387).
5274
5275 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
5276
5277         * reflection.c (CACHE_OBJECT): Don't hold the domain lock between CHECK_OBJECT
5278         and CACHE_OBJECT.
5279
5280 2005-07-07  Martin Baulig  <martin@ximian.com>
5281
5282         * class.c (mono_type_get_name_full): Return NULL for
5283         MONO_TYPE_NAME_FORMAT_FULL_NAME if we have any generic parameters;
5284         fixes #75408.
5285
5286 2005-07-07  Zoltan Varga  <vargaz@freemail.hu>
5287
5288         * threads.c (mono_threads_abort_appdomain_threads): Wait for threads to
5289         exit the appdomain as well being aborted.
5290
5291         * threadpool.c: Create all threadpool threads inside the root appdomain, and
5292         change back to the root domain after calling managed code. This enables
5293         appdomains using threadpools to be unloaded.
5294
5295 2005-07-07  Martin Baulig  <martin@ximian.com>
5296
5297         * class-internals.h
5298         (MonoInflatedGenericClass): Moved the `MonoType *parent' field
5299         into `MonoDynamicGenericClass' since we only need it for dynamic
5300         types.
5301
5302         * reflection.c (mono_class_bind_generic_parameters): We don't need
5303         to compute the `parent' here.
5304
5305 2005-07-07  Atsushi Enomoto  <atsushi@ximian.com>
5306
5307         * culture-info-table.h : regenerated.
5308
5309 2005-07-06  Martin Baulig  <martin@ximian.com>
5310
5311         * icall.c
5312         (ves_icall_FieldInfo_SetValueInternal): Add MONO_TYPE_GENERICINST.
5313
5314         * object.c (set_value): Add MONO_TYPE_GENERICINST; fixes #75299.
5315
5316 2005-07-06  Martin Baulig  <martin@ximian.com>
5317
5318         * metadata.c (mono_metadata_class_equal): Add MONO_TYPE_SZARRAY if
5319         we're doing a signature-only comparision; fixes #74945.
5320
5321 2005-07-06  Martin Baulig  <martin@ximian.com>
5322
5323         * class-internals.h (MonoGenericClass): Moved some things out into
5324         a new `MonoInflatedGenericClass' type.  
5325         (MonoInflatedGenericClass): New type; the `klass' of a
5326         `MonoGenericClass' is now computed lazyly in
5327         mono_get_inflated_generic_class().      
5328
5329         * class.c (mono_get_inflated_generic_class): New public function.
5330         (mono_class_inflate_generic_method): Removed the unused
5331         `MonoClass *' argument.
5332         (setup_generic_vtable): Don't call mono_get_inflated_method() on
5333         all the methods.
5334         (mono_class_create_generic): Make this static and merge it with
5335         mono_class_create_generic_2(); we're now called automatically from
5336         mono_get_inflated_generic_class().
5337
5338         * loader.c (mono_method_signature): Call
5339         mono_get_inflated_method() here.
5340
5341 2005-07-06  Zoltan Varga  <vargaz@freemail.hu>
5342
5343         * object.c (mono_class_create_runtime_vtable): Allow MONO_TYPE_FNPTR as
5344         type of fields with RVA.
5345
5346         * class.c (mono_class_from_generic_parameter): Avoid calling mono_class_init ()
5347         for this pseudo class.
5348         (my_mono_class_from_generic_parameter): Likewise.
5349         (mono_class_init): Allow interfaces to have cctors.
5350
5351 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
5352
5353         * domain-internals.h domain.c: Add functionality to create MonoJitInfo structures
5354         lazily for AOT methods.
5355
5356 2005-07-05  Martin Baulig  <martin@ximian.com>
5357
5358         * loader.c (mono_lookup_pinvoke_call): g_ascii_strcasecmp()
5359         returns FALSE for a successful match, not TRUE.
5360
5361 2005-07-05  Zoltan Varga  <vargaz@freemail.hu>
5362
5363         * loader.c (mono_method_get_index): Optimize this a bit.
5364
5365 2005-07-04  Martin Baulig  <martin@ximian.com>
5366
5367         * class.c
5368         (class_compute_field_layout): Move the check for generic type
5369         definitions into mono_class_layout_fields().  Fixes #74684.
5370         (mono_class_from_generic_parameter): Correctly compute
5371         `klass->parent'; fixes #75457.
5372
5373         * reflection.c (register_assembly, register_module): Make sure
5374         `domain->rejobject_hash' is already created.
5375
5376 2005-07-02  Martin Baulig  <martin@ximian.com>
5377
5378         * class-internals.h
5379         (MonoGenericClass): Move `count_ifaces' and `ifaces' into
5380         `MonoDynamicGenericClass'.      
5381
5382 2005-07-01  Lluis Sanchez  <lluis@ximian.com>
5383
5384         * icall.c: In ves_icall_InternalExecute() dont't assert if the value
5385         returned by a field getter is null, since null is a valid value.
5386
5387 2005-07-01  Martin Baulig  <martin@ximian.com>
5388
5389         * reflection.c (mono_reflection_generic_class_initialize): Update
5390         the `dgclass->fields [i].parent' to the correct class.
5391         (mono_image_get_fieldref_token): Use the declaring type, not the
5392         reflected type.
5393
5394 2005-07-01  Martin Baulig  <martin@ximian.com>
5395
5396         * loader.c (find_method): Also look in the interfaces; fixes #75429.
5397
5398 2005-06-30  Ben Maurer  <bmaurer@ximian.com>
5399
5400         * threads.c (thread_cleanup): assert that thread != NULL
5401         (wait_for_tids_or_state_change): We were using the wrong variable
5402         when accessing wait->threads. `i' was always out of the bounds of
5403         the array.
5404
5405 2005-06-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5406
5407         * loader.c: map user32 and kernel32 to libMonoSupportW
5408
5409 2005-06-28  Zoltan Varga  <vargaz@freemail.hu>
5410
5411         * appdomain.c (unload_thread_main): Mark this as WINAPI.
5412
5413 2005-06-28  Martin Baulig  <martin@ximian.com>
5414
5415         * loader.c (method_from_methodspec): Fix #75334.
5416
5417 2005-06-28  Martin Baulig  <martin@ximian.com>
5418
5419         Fix #74953 - Arrays now implement the generic IList<T> interface
5420         on the 2.0 platform.
5421
5422         * class-internals.h (MonoDefaults): Added `generic_array_class'.
5423
5424         * reflection.c (mono_class_bind_generic_parameters): New public
5425         function; similar to mono_reflection_bind_generic_parameters(),
5426         but operates on a `MonoType *' and not on a `MonoReflectionType *'.
5427
5428         * domain.c (mono_init_internal): Try to initialize.
5429         `mono_defaults.generic_array_class' here; this'll only succeed if
5430         we're using the 2.0 corlib.
5431
5432         * icall.c
5433         (ves_icall_System_Array_InternalArray_GetGenericValueImpl): Added
5434         interncall for "System.Array/InternalArray`1:GetGenericValueImpl".
5435         (mono_lookup_internal_call): Added support for nested classes.
5436
5437         * loader.c
5438         (mono_get_method_from_token): Set `result->signature->pinvoke' if
5439         we're an interncall and have generic arguments.
5440
5441         * class.c
5442         (mono_class_inflate_generic_methods): Allow interncalls and PInvoke.
5443         (mono_bounded_array_class_get): If we're on the 2.0 corlib, use an
5444         instance of System.Array.InternalArray<T> for arrays, so they
5445         implement the generic IList<T> interface.
5446
5447 2005-06-27  Zoltan Varga  <vargaz@freemail.hu>
5448
5449         * marshal.c (emit_marshal_string): Applied patch from Itamar Rogel
5450         (chastamar@yahoo.com). Fixes #75374.    
5451
5452 2005-06-27  Atsushi Enomoto <atsushi@ximian.com>
5453
5454         * culture-info-table.h: regenerated.
5455
5456 2005-06-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5457
5458         * icall.c: handle spaces correctly for base64 strings.
5459
5460 2005-06-26  Ben Maurer  <bmaurer@ximian.com>
5461
5462         * *.c: Kill some warnings.
5463
5464 2005-06-23  Duncan Mak  <duncan@novell.com>
5465
5466         * socket-io.c (is_loopback): Cast 'ptr' to 'struct in6_addr *' so
5467         that this builds on Solaris 10 (x86).
5468
5469 2005-06-23  Martin Baulig  <martin@ximian.com>
5470
5471         * class.c
5472         (mono_type_get_name_recurse): Don't use a duplicate '[', ']' for
5473         generic type definitions.
5474
5475 2005-06-23  Martin Baulig  <martin@ximian.com>
5476
5477         Fix #75331.
5478
5479         * metadata.c (mono_class_get_overrides): Renamed to
5480         mono_class_get_overrides_full() and added a `MonoGenericContext *'.
5481         (method_from_method_def_or_ref): Added `MonoGenericContext *' and
5482         pass it to mono_get_method_full().
5483
5484 2005-06-22  Ben Maurer  <bmaurer@ximian.com>
5485
5486         * reflection.c (mono_reflection_create_runtime_class): take the
5487         mono_domain_lock in this method. Prevents deadlocks
5488
5489 2005-06-22  Martin Baulig  <martin@ximian.com>
5490
5491         * loader.c (method_from_methodspec): Fix #75330.
5492
5493 2005-06-22  Martin Baulig  <martin@ximian.com>
5494
5495         * reflection.c (type_get_qualified_name): Use
5496         mono_type_get_name_full() with MONO_TYPE_NAME_FORMAT_REFLECTION.
5497         (_mono_reflection_get_type_from_info): Added `MonoImage *image'
5498         argument; use it if we don't have an assembly name.
5499
5500 2005-06-22  Lluis Sanchez Gual  <lluis@novell.com>
5501
5502         * object.c: In mono_message_init, set "copy out" flag for in
5503         parameters with the [Out] flag.
5504
5505 2005-06-21  Martin Baulig  <martin@ximian.com>
5506
5507         * class.c
5508         (mono_type_get_name_recurse): Correctly handle MONO_TYPE_SZARRAY
5509         and MONO_TYPE_PTR.
5510
5511 2005-06-21  Martin Baulig  <martin@ximian.com>
5512
5513         * class.c (mono_class_init): Don't initialize `class->fields' for
5514         generic instances since they're initialized again in
5515         compute_field_layout(). 
5516         (compute_field_layout): Set the field's `generic_info' here; fix
5517         #75320. 
5518
5519 2005-06-21  Martin Baulig  <martin@ximian.com>
5520
5521         * class-internals.h
5522         (MonoGenericMethod): Added `MonoGenericClass *generic_class'.
5523
5524         * metadata.c (mono_metadata_generic_method_equal): Also
5525         distinguish the `generic_class'; fixes #75334.
5526
5527 2005-06-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5528
5529         * domain.c:
5530         * appdomain.c:
5531         * domain-internals.h:
5532         * reflection.c: 'domain_assemblies' field is now protected by its own
5533         lock. Don't call into managed code to run the AssemblyLoad event if we
5534         now there are no registered delegates for it.
5535
5536 2005-06-20  Martin Baulig  <martin@ximian.com>
5537
5538         * class.c (mono_class_is_assignable_from): Use a custom version of
5539         mono_class_has_parent() to make things work for generic instances;
5540         fix #75300.
5541
5542 2005-06-20  Martin Baulig  <martin@ximian.com>
5543
5544         * loader.c (method_from_methodspec): Apply a patch from
5545         Kamil Skalski <nazgul@nemerle.org> to fix #75296.
5546
5547 2005-06-20  Martin Baulig  <martin@ximian.com>
5548
5549         * class.c (mono_class_init): Reverted Zoltan's last change; it
5550         breaks generics.
5551
5552 2005-06-19  Zoltan Varga  <vargaz@freemail.hu>
5553
5554         * threads.c (wait_for_tids_or_state_change): Add missing locking.
5555
5556 2005-06-18 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5557
5558         * socket-io.c: fix the index in the socket array for writable/error
5559         sockets. Fixes bug #75306.
5560
5561 2005-06-17  Zoltan Varga  <vargaz@freemail.hu>
5562
5563         * class.c (mono_class_init): Allow interfaces to have static ctors.
5564
5565 2005-06-17  Martin Baulig  <martin@ximian.com>
5566
5567         * loader.c (method_from_methodspec): Use `context->container' when
5568         parsing the `gmethod->inst'.
5569
5570 2005-06-17  Martin Baulig  <martin@ximian.com>
5571
5572         * class.c (mono_type_get_name_recurse): Don't add the assembly
5573         name for type arguments.
5574
5575 2005-06-15  Martin Baulig  <martin@ximian.com>
5576
5577         * reflection.c (mono_image_get_inflated_method_token): Encode
5578         correct klass; fixes #75260.
5579
5580 2005-06-13 Michal Moskal <malekith@nemerle.org>
5581
5582         * icall.c: Make GetCorrespondingMethod/Constructor take
5583         MonoReflectionMethod method not MonoMethod. Removed
5584         MonoType.GetCorrespondingField, and make
5585         MonoGenericType.GetCorrespondingField take name not
5586         MonoClassField.
5587
5588 2005-06-13  Michal Moskal <malekith@nemerle.org>
5589
5590         * reflection.c (field_encode_signature, encode_locals):
5591          Make sizes of buffers for types larger (for big generic types).
5592          (create_generic_typespec,
5593          mono_reflection_sighelper_get_signature_local,
5594          mono_reflection_sighelper_get_signature_field):
5595          Add asserts for too small buffers.
5596
5597 2005-06-15  Martin Baulig  <martin@ximian.com>
5598
5599         * icall.c (ves_icall_MonoGenericClass_GetParentType): Return NULL
5600         if our parent is not a dynamic type.
5601
5602 2005-06-15  Martin Baulig  <martin@ximian.com>
5603
5604         * class-internals.h (MonoTypeNameFormat): New enum.
5605
5606         * class.c
5607         (mono_class_get_name_full): Renamed to mono_type_get_name_full().
5608         (mono_type_get_full_name): Removed.
5609         (mono_type_get_name_full): Take a `MonoTypeNameFormat format'
5610         argument instead of the boolean's.
5611
5612         * icall.c (ves_icall_System_MonoType_getFullName):
5613         Added `gboolean assembly_qualified'.    
5614
5615         * reflection.h
5616         (MonoTypeNameParse): Added `GPtrArray *type_arguments'.
5617
5618         * reflection.c (mono_reflection_parse_type): Parse the new type
5619         name format.
5620
5621 2005-06-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5622
5623         * icall.c: no need to convert from utf16 to utf8 and then back again
5624         after the call to GetLogicalDrives.
5625
5626 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5627
5628         * icall.c: frombase64. Fix problems exposed by new tests.
5629
5630 2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5631
5632         * icall.c: added internal calls for converting char [] and strings in
5633         base64 into byte [].
5634
5635 2005-06-10  Martin Baulig  <martin@ximian.com>
5636
5637         * class.c (mono_class_create_generic_2): Read the nested classes
5638         from the metadata rather than from `gklass->nested_classes' since
5639         `gklass' might not be initialized yet.
5640
5641 2005-06-09  Duncan Mak  <duncan@novell.com>
5642
5643         * *.h: Added G_BEGIN_DECLS and G_END_DECLS where appropriate to
5644         all public headers. Fixes #74919.
5645
5646 2005-06-09  Lluis Sanchez Gual  <lluis@novell.com>
5647
5648         * domain.c: The key for proxy_vtable_hash is now a pointer
5649         array. Added new GHashFunc and GCompareFunc functions for this.
5650
5651         * class.h: The list of interfaces in MonoRemoteClass is known in
5652         advance and can't grow (we create a new MonoRemoteClass if needed),
5653         so now the interface array can be allocated together with
5654         MonoRemoteClass.
5655         
5656         * object.c: Added a new method create_remote_class_key.
5657         Fixed mono_remote_class so it does not depend on
5658         mono_upgrade_remote_class.
5659         Removed extend_interface_array.
5660         Added new method clone_remote_class(), which makes a copy of a remote
5661         class and adds a new interface or class to it.
5662         mono_upgrade_remote_class() now creates a new remote class (or gets
5663         it from the cache) if an vtable upgrade is needed. In this way
5664         we make sure that other objects sharing the same remote class
5665         don't get the new vtable with unwanted interfaces.
5666         
5667         * object-internals.h:
5668         * object.h: Moved mono_upgrade_remote_class to object-internals.h.
5669         
5670         * marshal.c: Track changes in mono_upgrade_remote_class().
5671
5672 2005-06-08  Kamil Skalski <nazgul@nemerle.org>
5673         * icall.c: Add runtime methods for obtaining members of inflated
5674         class, which were created from supplied non-inflated members. It
5675         is used in internal Get{Method,Constructor,Field} methods in
5676         System.Type
5677
5678 2005-06-09  Martin Baulig  <martin@ximian.com>
5679
5680         * reflection.c
5681         (mono_reflection_bind_generic_method_parameters): Fix #75169.
5682
5683 2005-06-08  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5684         * reflection.c (mono_image_basic_init): Define
5685         Version in MonoDynamicAssembly. 
5686         
5687 2005-06-08  Martin Baulig  <martin@ximian.com>
5688
5689         Fix #75136.
5690
5691         * loader.c
5692         (mono_method_signature_full): New public method; takes a
5693         `MonoGenericContext *'.
5694         (find_method): Use mono_method_signature_full() and pass the
5695         klass'es context to it.
5696
5697         * class.c (mono_class_is_inflated_method): Use
5698         mono_method_signature_full() and pass the context to it.
5699
5700 Wed Jun 8 19:26:38 CEST 2005 Paolo Molaro <lupus@ximian.com>
5701
5702         * object.c: add proper locking in mono_remote_class_vtable(),
5703         fixes possible memory corruption.
5704
5705 2005-06-08  Michael Meeks  <michael.meeks@novell.com>
5706
5707         * marshal.c (mono_remoting_marshal_init): set
5708         initialized after initialization.
5709
5710 2005-06-08  Atsushi Enomoto  <atsushi@ximian.com>
5711
5712         * locales.c : hush.
5713
5714 2005-06-06  Michael Meeks  <michael.meeks@novell.com>
5715
5716         * object.c (extend_interface_array): fix really silly
5717         memory corrupting / comparison bug.
5718
5719 2005-06-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5720
5721         * reflection.c: Functions added to support the creation
5722         of CustomAttributeData, which includes Attribute data
5723         used by ReflectionOnly methods.
5724
5725         * reflection.h:  mono_reflection_get_custom_attrs_data and
5726          mono_custom_attrs_data_construct added (functions exposed).
5727
5728          * icall.c: Added mono_reflection_get_custom_attrs_data
5729          as icall.
5730         
5731 2005-06-07  Zoltan Varga  <vargaz@freemail.hu>
5732
5733         * Makefile.am (libmonoruntime_la_SOURCES): Revert last change at
5734         lupus's request.
5735
5736 2005-06-06  Zoltan Varga  <vargaz@freemail.hu>
5737
5738         * icall.c (ves_icall_Mono_Runtime_GetDisplayName): Fix warning.
5739
5740         * reflection.c (reflection_methodbuilder_to_mono_method): Fix encoding of
5741         dynamic DllImportAttribute.
5742
5743         * icall.c (ves_icall_MonoMethod_GetDllImportAttribute): Fix decoding of 
5744         dynamic DllImportAttribute.
5745
5746         * Makefile.am (libmonoruntimeinclude_HEADERS): Export tabledefs.h too.
5747         Fixes #75162.
5748
5749 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5750
5751         * threads.c: avoid segfault when an unstarted thread is aborted.
5752
5753 2005-06-05  Kornél Pál <kornelpal@hotmail.com>
5754
5755         * icall.c: Added ves_icall_Mono_Runtime_GetDisplayName:
5756         Returns the name and version of the runtime for reporting.
5757
5758 2005-06-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5759
5760         * appdomain.c: bump corlib version.
5761         * object-internals.h: new field in MonoReflectionAssembly.
5762
5763 2005-06-03 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5764
5765         * object-internals.h: Carlos forgot to add this field.
5766
5767 2005-06-03  Carlos Alberto Cortez <calberto.cortez@gmail.com>
5768
5769         * icall.c: Added create_version to create instances
5770         of Version of MonoReflectionAssemblyName. This change helps
5771         the AssemblyName tests to keep running fine.
5772         
5773 2005-06-03  Lluis Sanchez Gual  <lluis@novell.com>
5774   
5775         * object.c (mono_method_return_message_restore): A somehow less
5776         intrusive fix for #75138.
5777
5778 2005-06-03  Raja R Harinath  <rharinath@novell.com>
5779
5780         * object.c (mono_method_return_message_restore): Fix computation
5781         of expected number of out args.
5782
5783 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
5784
5785         * reflection.c (mono_image_get_method_info): Fix the case when the
5786         charset is empty.
5787
5788 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com> 
5789
5790         * object.c: Added missing null check in
5791           mono_method_return_message_restore.
5792
5793 2005-06-02  Zoltan Varga  <vargaz@freemail.hu>
5794
5795         * reflection.c (mono_image_get_method_info): Handle the case when
5796         dllentry is empty.
5797
5798 2005-06-02  Lluis Sanchez Gual  <lluis@novell.com>
5799
5800         * object.c: When creating the vtable for a proxy, take into account
5801         all inherited interfaces, not only the ones registered in
5802         iclass->interfaces. This fixs bug #74996.
5803         Also, in mono_method_return_message_restore, verify that the array
5804         of out args has the expected lengh.
5805
5806 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5807
5808         * socket-io.c: update the timeout in Poll when the call is interrupte.
5809
5810 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5811
5812         * socket-io.c: support abort/suspend in Select_internal after last
5813         change.
5814
5815 2005-06-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5816
5817         * threadpool.c: remove warning.
5818
5819 2005-06-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5820
5821         * icall.c:
5822         * socket-io.[ch]: Select_internal uses poll() now when available, thus
5823         removing the 1024 limit from select(). Runtime part of the fix for
5824         bug #71203.
5825
5826 2005-05-30 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5827
5828         * socket-io.c: when resolving the addresses for the same
5829         host returned by gethostname(), get the local IPs from the interface
5830         list. Loopback addresses are discarded if the are interfaces up with
5831         non-loopback ones. Fixes bug #63265.
5832
5833 2005-05-27  Vladimir Vukicevic  <vladimir@pobox.com>
5834
5835         * appdomain.c, verify.c, object-internals.h, reflection.c:
5836         bumped corlib number to 36, and added new extra_flags field
5837         to ReflectionMethodBuilder and friends.  Fixes #75060.
5838
5839 Fri May 27 14:45:56 CEST 2005 Paolo Molaro <lupus@ximian.com>
5840
5841         * gc.c: register a new weak link only if the object is non-null
5842         (fixes bug#75047).
5843
5844 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
5845
5846         * culture-info.h : short time pattern too.
5847
5848 2005-05-26  Atsushi Enomoto  <atsushi@ximian.com>
5849
5850         * culture-info.h : expand long time pattern string length.
5851
5852 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
5853
5854         * culture-info-table.h : update (more French date format; #72788).
5855
5856 2005-05-25  Zoltan Varga  <vargaz@freemail.hu>
5857
5858         * icall.c (ves_icall_InternalInvoke): Avoid type checks on this if
5859         the method is static. Fixes #75029.
5860
5861 2005-05-25  Lluis Sanchez Gual  <lluis@novell.com>
5862
5863         * reflection.c: Update the table_idx field of method builders after
5864         saving the module, since it can change. This is a workaround for
5865         bug #74914. 
5866
5867 2005-05-25  Atsushi Enomoto  <atsushi@ximian.com>
5868
5869         * culture-info-table.h : update (additional French date format).
5870
5871 2005-05-20  Zoltan Varga  <vargaz@freemail.hu>
5872
5873         * icall.c (ves_icall_type_Equals): Revert last change.
5874         
5875         * icall.c (ves_icall_type_Equals): Turn the g_print into an assert.
5876
5877         * icall.c (ves_icall_type_GetTypeCode): Rename the icall to GetTypeCodeInternal.
5878
5879 2005-05-20  Sebastien Pouliot  <sebastien@ximian.com>
5880
5881         * class-internals.h: Added executioncontext_class field to 
5882         MonoDefaults structure.
5883         * domain.c: Cache System.Threading.ExecutionContext class in 
5884         mono_defaults.
5885         * object.c: Capture the ExecutionContext for asynchroneous calls in
5886          mono_async_result_new.
5887         * object-internals.h: Added execution_context and original_context 
5888         fields to MonoAsyncResult. Added execution_context to MonoThread.
5889         * security-manager.c|.h: Added mono_get_context_capture_method to 
5890         return the capture method (if required by the security manager or by
5891         the framework version used).
5892         * threadpool.c: Apply capture (if present) ExecutionContext in 
5893         mono_async_invoke and revert to original context after it completes.
5894
5895 2005-05-19  Atsushi Enomoto  <atsushi@ximian.com>
5896
5897         * culture-info-table.h : updated (real hacky solution for zh-CHT).
5898
5899 2005-05-18  Atsushi Enomoto  <atsushi@ximian.com>
5900
5901         * culture-info-table.h : zh-CHT related workaround.
5902
5903 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
5904
5905         * marshal.c (emit_marshal_custom): Add some error checking and call the
5906         methods in the ICustomMarshaler interface. Fixes #74875.
5907         
5908         * marshal.c (emit_marshal_array): Implement [Out] marshalling in
5909         native->managed wrappers.
5910
5911 2005-05-12  Martin Baulig  <martin@ximian.com>
5912
5913         * mono-debug-debugger.cs (mono_debugger_lock/unlock): Always lock
5914         here and use the loader lock.
5915
5916         * mono-debug.c: Properly lock when the debugger is not attached.
5917         (mono_debug_init): Release the initial lock if we're not running
5918         in the debugger.
5919
5920 2005-05-12  Zoltan Varga  <vargaz@freemail.hu>
5921
5922         * marshal.c (emit_marshal_custom): Pass through NULL values without
5923         calling the custom marshalling routines.
5924
5925         * marshal.c (emit_ptr_to_object_conv): Implement ftnptr->delegate
5926         conversion in structures. Fixes #74882.
5927
5928 2005-05-12  Atsushi Enomoto  <atsushi@ximian.com>
5929
5930         * culture-info-table.h : zh-* cultures were missing.
5931
5932 2005-05-12  Lluis Sanchez Gual  <lluis@novell.com>
5933
5934         * threads.c: Added a new event background_change_event which is signaled
5935         when a thread changes its background mode.
5936         Moved here several checks previously done in managed code. The checks
5937         require the thread lock, and using the thread lock in managed code
5938         can result in deadlocks.
5939         Merged Start_internal and Thread_internal into a single method. Now 
5940         Thread_internal does all work of creating and starting a thread.
5941         Added icalls for setting and getting the state of the object. Moved from
5942         managed code to avoid locking there.
5943         Added wait_for_tids_or_state_change() which is called instad of
5944         wait_for_tids when waiting for non-backround threads to end. This method
5945         will return if one of the threads ends or the background_change_event
5946         is signaled.
5947         * threadpool.c: use ves_icall_System_Threading_Thread_SetState() to set
5948         the background mode. This method signals the background_change_event
5949         event.
5950         * icall.c:
5951         * threads-types.h: Added icalls for ClrState, SetState and GetState, and
5952         removed Start_internal.
5953         
5954 2005-05-11  Martin Baulig  <martin@ximian.com>
5955
5956         * mono-debug.h (MonoSymbolTable, MonoDebugMethodAddress): Changed
5957         to order of some fields to get proper alignment on 64-bit machines.
5958
5959 2005-05-11  Martin Baulig  <martin@ximian.com>
5960
5961         * mono-debug.c, mono-debug-debugger.c: Revert Paolo's locking
5962         changes as they're broken and completely fuck up the debugger.
5963
5964         * mono-debug.c (mono_debug_add_method): Properly unlock on error.
5965
5966 2005-05-10  Martin Baulig  <martin@ximian.com>
5967
5968         * reflection.c (mono_reflection_generic_class_initialize): Don't
5969         call mono_class_setup_parent() here.
5970
5971 2005-05-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5972
5973         * metadata/socket-io.c: on windows, getsockopt/setsockopt for
5974         send/receive timeout use an integer in milliseconds. We were using a
5975         struct timeval.
5976
5977 2005-05-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5978
5979         * locales.c:
5980         (internal_get_cultures): reserve the first slot of the array for the
5981         InvariantCulture, which will be filled in managed code.
5982
5983 2005-05-06  Zoltan Varga  <vargaz@freemail.hu>
5984
5985         * reflection.c (mono_image_fill_module_table): Initialize the
5986         GENERATION field as well.
5987
5988 2005-05-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
5989
5990         * monitor.c: ignore calls to Monitor.Exit even if no one ever called
5991         Monitor.Enter on the object.
5992
5993 2005-05-05  Lluis Sanchez Gual  <lluis@novell.com>
5994
5995         * threads.c: Enable the wait for running threads when exiting.
5996         * icall.c: Suspend all threads before exiting.
5997
5998 2005-05-05  Zoltan Varga  <vargaz@freemail.hu>
5999
6000         * assembly.c (mono_assembly_load_reference): Fix warning.
6001
6002 2005-05-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6003
6004         * threadpool.c: changed the default number of threads per cpu. From now
6005         on, the default will be 20 + (5 * number of cpus) instead of 50.
6006
6007 2005-05-04  Zoltan Varga  <vargaz@freemail.hu>
6008
6009         * loader.c (mono_method_get_signature_full): Add locking here.
6010
6011 2005-05-03  Lluis Sanchez Gual <lluis@novell.com>
6012
6013         * appdomain.c: Moved methods for parsing and freeing assembly
6014         names to assembly.c.
6015         * assembly.c, domain-internals.h: Created public methods for parsing
6016         assembly names. Fixed mono_assembly_load_with_partial_name:
6017         it now finds the best match, taking into account the version,
6018         token and culture specified in the partial name. Also return
6019         the latest version if no version information is specified.
6020
6021 Mon May 2 15:47:57 CEST 2005 Paolo Molaro <lupus@ximian.com>
6022
6023         * threadpool.c: replace check for SocketAsyncCall class.
6024
6025 2005-05-02 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6026
6027         * threadpool-internals.h:
6028         * Makefile.am: added threadpool-internals.h
6029
6030         * threadpool.c: call mono_unhandled_exception on exceptions not handled
6031         that happen in threadpool threads (tested on MS).
6032         (mono_thread_pool_remove_socket): new function that dispatch any pending
6033         AIO call on a socket that is closing. By now only epoll really needs it,
6034         as select/poll wake up when the socket closes.
6035
6036
6037         * socket-io.c: call mono_thread_pool_remove_socket in Close_internal.
6038
6039 2005-05-01  Zoltan Varga  <vargaz@freemail.hu>
6040
6041         * marshal.c (mono_marshal_get_managed_wrapper): Handle changing the calling convention.
6042
6043 2005-05-01  Lluis Sanchez Gual  <lluis@novell.com>
6044
6045         * gc.c: In mono_gc_cleanup(), wait for 2 seconds, not 2000 seconds.
6046
6047 2005-04-30  Lluis Sanchez Gual  <lluis@novell.com>
6048
6049         * threads.c: In mono_thread_suspend_all_other_threads, if a thread
6050         has an abort request, convert it into a suspend request.
6051
6052 2005-04-30  Ben Maurer  <bmaurer@ximian.com>
6053
6054         * marshal.c (mono_marshal_get_managed_wrapper): give a friendly
6055         warning for the usage of `UnmanagedFunctionPointerAttribute' which
6056         is not supported yet.
6057
6058 2005-04-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6059
6060         * image.c: register assemblies loaded from data (bundles) in the loaded
6061         assemblies hash. Fixes bug #74772.
6062
6063 2005-04-29  Martin Baulig  <martin@ximian.com>
6064
6065         * class.c (mono_type_get_name_recurse): Update to the new naming
6066         schema from the latest .NET 2.x beta2.
6067         (mono_class_setup_vtable_general): If we're a generic instance,
6068         copy the vtable from our generic type definition and inflate all
6069         the methods in it.
6070
6071         * loader.c (find_method): Update to the new naming schema from the
6072         latest .NET 2.x beta2.
6073
6074 2005-04-29  Raja R Harinath  <harinath@gmail.com>
6075
6076         * class.c (mono_class_init): Add a mono_loader_unlock to the
6077         #74734 fix.
6078
6079 2005-04-28  Zoltan Varga  <vargaz@freemail.hu>
6080
6081         * icall.c (ves_icall_System_Environment_Exit): Remove the 
6082         suspend_all_other_threads () call for the time being, since it can hang.
6083
6084         * threads.c (mono_thread_manage): Similarly, disable the waiting for
6085         the background threads to exit, since it can also hang.
6086
6087         * class.c (mono_class_init): Applied patch from Ankit Jain 
6088         (radical@gmail.com). Avoid pending init errors when a field refers
6089         to a nested class using a typeref. Fixes #74734.
6090
6091         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): Fix
6092         this for dynamic modules.
6093
6094 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6095
6096         * threads.c: don't wait for threads that are in the process of aborting
6097         or aborted. Set the 'shutting_down' flag before cleaning the threadpool
6098         and waiting for background threads to finish. This makes xsp and
6099         mod-mono-server exit without random length delays and/or hangs.
6100
6101 2005-04-27 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6102
6103         * icall.c: remove duplicate assignment from GetReferencedAssemblies.
6104
6105 2005-04-25  Zoltan Varga  <vargaz@freemail.hu>
6106
6107         * class.c (mono_class_is_assignable_from): Call is_assignable_to for
6108         dynamic types to prevent infinite loops. Fixes #74727.
6109
6110         * reflection.c (mono_reflection_call_is_assignable_from): Rename to
6111         ..._is_assignable_to.
6112
6113 2005-04-25  Sebastien Pouliot  <sebastien@ximian.com>
6114
6115         * security.c: Fixed #74698 where sysconf returned -1 on FreeBSD.
6116
6117 2005-04-25  Martin Baulig  <martin@ximian.com>
6118
6119         Upgrade to the latest .NET 2.x beta (Visual Studio 2005 Beta 2).
6120
6121         * domain.c
6122         (supported_runtimes): Change "v2.0.40607" -> "v2.0.50215".
6123
6124         * row-indexes.h (MONO_GENERICPARAM_KIND): Removed.
6125
6126         * reflection.c (build_compressed_metadata): Set metadata header
6127         version to 2.0.
6128
6129 2005-04-23  Zoltan Varga  <vargaz@freemail.hu>
6130
6131         * sysmath.c (ves_icall_System_Math_Round2): Use modf to decompose the
6132         number into an integral and a decimal part. Fixes #70473.
6133
6134         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): Ignore static fields. Fixes #74703.
6135
6136 2005-04-23  Atsushi Enomoto  <atsushi@ximian.com>
6137
6138         * culture-info-table.h : reflected the latest locale-builder output.
6139
6140 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6141
6142         * threadpool.c: check for SuspendRequested too when deciding if
6143         mono_thread_interruption_checkpoint should be called.
6144
6145 2005-04-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6146
6147         * appdomain.[ch]: added function to set the shutting_down flag to TRUE.
6148         * threads.c: remove interruption_mutex and use Interlocked instead. When
6149         suspending all the threads, wait for all the suspended events at once.
6150         If we're shutting down and get an APC that is going to be queued,
6151         call mono_thread_execute_interruption immediately, as the thread might
6152         be sleeping on a pthread condition or mutex.
6153
6154         * icall.c: call mono_runtime_set_shutting_down before suspending the
6155         threads.
6156
6157         Fixes bug #74693. And now xsp is happier when exiting.
6158
6159 2005-04-22  Zoltan Varga  <vargaz@freemail.hu>
6160
6161         * loader.c (mono_stack_walk): Fix #74690.
6162
6163 2005-04-22  Martin Baulig  <martin@ximian.com>
6164
6165         * mono-debug.h (MonoDebugMethodJitInfo): Added
6166         `MonoDebugMethodJitInfo *jit'.
6167
6168         * mono-debug.c (mono_debug_read_method): Cache the
6169         MonoDebugMethodJitInfo in `address->jit'.
6170         (mono_debug_free_method_jit_info): New public method.
6171
6172 2005-04-22  Martin Baulig  <martin@ximian.com>
6173
6174         * class.c (mono_class_is_assignable_from): Disallow
6175         type parameter -> interface.
6176
6177 2005-04-21  Dick Porter  <dick@ximian.com>
6178
6179         * threads.c (mono_thread_create): Turn an assertion into an error.
6180
6181 2005-04-20  Zoltan Varga  <vargaz@freemail.hu>
6182
6183         * threads.c object.c icall.c: Fix some gcc 4.0 warnings.
6184         
6185         * threads.c marshal.h marshal.c exceptions.h exceptions.c appdomain.c: 
6186         Fix some gcc 4.0 warnings.
6187
6188 Wed Apr 20 16:09:06 CEST 2005 Paolo Molaro <lupus@ximian.com>
6189
6190         * file-io.c: fix alt dir separator char on unix systems
6191         and cleanup (fixes bug #71214).
6192
6193 2005-04-19  Lluis Sanchez Gual  <lluis@novell.com>
6194
6195         * marshal.c: Use CALLVIRT instead of CALL when dispatching
6196         a call to a remote domain, since the method may be an
6197         interface method in the client domain. This fixes bug #74192.
6198
6199 2005-04-17 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6200
6201         * threadpool.c: recv/send are now performed before going back to managed
6202         code to save one transition.
6203
6204 2005-04-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6205
6206         * metadata/socket-io.c: fixed semantics in Socket.Blocking icall.
6207
6208         * metadata/threadpool.c: removed hack to workaround the bug above.
6209
6210         Fixes bug #74618.
6211
6212 2005-04-16  Zoltan Varga  <vargaz@freemail.hu>
6213
6214         * reflection.c reflection.h: Fix handling of parameter defaults in
6215         dynamic methods. Also fixes handling of parameter attributes.
6216         Fixes #74609.
6217
6218         * mono-debug.c (mono_debug_close_image): Fix warning.
6219
6220 2005-04-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6221
6222         * socket-io.h: replaced old unused field with new 'blocking'.
6223         * threadpool.c: restore socket blocking state on windows(tm).
6224
6225 2005-04-14  Sebastien Pouliot  <sebastien@ximian.com>
6226
6227         * icall.c: don't return the codebase in the AssemblyName[] returned by
6228         ves_icall_System_Reflection_Assembly_GetReferencedAssemblies.
6229         * object-internals.h: Removed FIXME (fields were presents) and fixed
6230         versioncompat declaration.
6231
6232 2005-04-14 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6233
6234         * threadpool.c: sometimes we get EBADF from epoll but the epollfd is
6235         not closed, so don't cleanup when it happens.
6236
6237 2005-04-13  Chris Toshok  <toshok@ximian.com>
6238
6239         * mono-debug-debugger.h: change prototype for
6240         mono_debugger_lookup_type.
6241
6242         * mono-debug-debugger.c (mono_debugger_lookup_type): reinstate
6243         this function, although it should probably be named
6244         mono_debugger_init_type.
6245
6246 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6247
6248         * threadpool.c: fix non-AIO case.
6249
6250 2005-04-13  Zoltan Varga  <vargaz@freemail.hu>
6251
6252         * profiler.c (mono_profiler_install_simple): Add a 'jit' option to
6253         the built-in profiler to measure just JIT compilation times.
6254
6255 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6256
6257         * threadpool.c: the epollfd might be closed by another thread at
6258         any time, so ignore EBADF at treat it as a "we're closing" sign.
6259
6260 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6261
6262         * threadpool.c: release the semaphores with a count equals to the number
6263         of working threads in both IO and regular pools. Fixed typo that messed
6264         up the count of IO pool threads. Don't initialize the pipe handles if
6265         we're using epoll.
6266
6267 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6268
6269         * threadpool.c: some systems don't like a NULL when deleting the socket
6270         from epoll.
6271
6272 2005-04-13 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6273
6274         * threadpool.c: fix semaphore allocation.
6275
6276 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6277
6278         * threadpool.c: added epoll() based implementation for asynchronous IO
6279         that is used instead of the default poll() when available.
6280         It can be disabled by setting MONO_DISABLE_AIO.
6281
6282 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6283
6284         * threadpool.c: windows needs 'closesocket' and instead of returning
6285         0 when the stream is closed while in select, it returns -1. Fixes bug
6286         #74573.
6287
6288 2005-04-12  Zoltan Varga  <vargaz@freemail.hu>
6289
6290         * class.c (class_compute_field_layout): Fix the regression caused by
6291         the previous try.
6292
6293 2005-04-12 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6294
6295         * threadpool.c: separate pool for socket async. IO.
6296         * threadpool.h: mono_max_worker_threads is not a global any more.
6297
6298 2005-04-10  Zoltan Varga  <vargaz@freemail.hu>
6299
6300         * class.c (class_compute_field_layout): Fix #74549.
6301
6302 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6303
6304         * threadpool.c: select() on windows doesn't allow pipe handles, soooo
6305         use 2 connected sockets instead.
6306
6307 2005-04-08  Miguel de Icaza  <miguel@novell.com>
6308
6309         * mono-config.c: Add new entry point for mkbundle
6310         mono_config_parse_memory. 
6311
6312 2005-04-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6313
6314         * threadpool.c: removed another unused function.
6315
6316 2005-04-08  Ankit Jain  <radical@corewars.org>
6317
6318         * reflection.c (get_default_param_value_blobs): Add 'types'
6319         parameter to get the types encoded in the constant table.
6320         (mono_param_get_objects): Use the type from the constant table,
6321         not the type of the parameter, when creating default values.
6322         Handle null default values correctly.
6323
6324 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6325
6326         * file-io.c:
6327         * file-io.h:
6328         * threadpool.c:
6329         * threadpool.h:
6330         * icall.c:
6331         * socket-io.c: removed dead code for async IO.
6332
6333 2005-04-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6334
6335         * socket-io.h: 2 more fields in MonoSocketAsyncResult.
6336
6337         * threadpool.c: intercept socket async. calls and pass them to a thread
6338         that is polling and dispatching the job items to the threadpool as
6339         socket become ready. Fixes bugs #71217, #71933.
6340
6341         * icall.c: Removed AsyncReceive and AsyncSend. Speed up for copies
6342         between char and short/ushort arrays.
6343
6344         * socket-io.c: remove dead code.
6345
6346 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
6347
6348         * locales.c,
6349           icall.c : removed InternalToUpper_Comp() and
6350           InternalToLower_Comp().
6351
6352 2005-04-06  Atsushi Enomoto  <atsushi@ximian.com>
6353
6354         * char-conversions.h : The tables were incorrectly generated. Should
6355           be generated against invariant culture.
6356
6357 2005-04-04  Zoltan Varga  <vargaz@freemail.hu>
6358
6359         * object.c (mono_runtime_invoke_array): Fix return value when 
6360         passing pre-created valuetype objects to ctors.
6361
6362         * gc.c (mono_gchandle_is_in_domain): Applied patch from Jon Larimer 
6363         (jlarimer@gmail.com). Avoid crashes when the wrapper object is null.
6364         Fixes #74338.
6365
6366 2005-03-30  Sebastien Pouliot  <sebastien@ximian.com>
6367
6368         * domain.c: removed g_assert for runtimesecurityframe_class. This is 
6369         only used with --security and hides the wrong corlib version error.
6370
6371 2005-03-30  Joshua Tauberer  <tauberer@for.net>
6372
6373         * class.c: Changed mono_class_name_from_token so that types
6374         outside of a namespace don't have an initial period.  Improved
6375         the g_warning message used in _mono_class_get when loading
6376         fails.
6377         * assembly.c: In mono_assembly_load_reference, when an assembly
6378         can't be found, "No such file or directory" is misleading and
6379         unhelpful because a few paths were checked for the presence of
6380         the assembly.  When that happens (ENOENT), display a nicer
6381         message indicating the directories that were searched.  In all
6382         cases, the warning is made easier to read for non-hackers.
6383
6384 2005-03-29  Sebastien Pouliot  <sebastien@ximian.com>
6385
6386         * assembly.c: Set MONO_ASSEMBLIES to NULL when compiling from a VS.NET
6387         project/solution.
6388         * appdomain.h|domain.c: Removed inline from functions.
6389         * appdomain.c: Reduced warnings when compiling on windows.
6390         * icall.c: Fixed output_debug declaration to gunichar2*.
6391         * mono-config.c: Reduced warnings when compiling on windows.
6392         * rand.c: Added missing "windows.h". Added missing return value.
6393         * rawbuffer.c: Added missing winsock2.h for windows.
6394         * sysmath.h: Added mono-compiler.h header to allow/ease 
6395         compilation with non-GCC compilers.
6396         * threads.c: Fixed declarations to compile with VS.NET C compiler.
6397         Removed cast warnings.
6398
6399         Adapted from the work of J Lothian (for VC6).
6400
6401 2005-03-29  Zoltan Varga  <vargaz@freemail.hu>
6402
6403         * assembly.c (mono_assembly_load_corlib): Do not try loading corlib
6404         from default_path.
6405
6406 2005-03-27  Zoltan Varga  <vargaz@freemail.hu>
6407
6408         * marshal.c (mono_marshal_get_managed_wrapper): Fix bogus assert on
6409         the 2.0 profile.
6410
6411 2005-03-27  Raja R Harinath  <harinath@gmail.com>
6412
6413         * Makefile.am (assembliesdir): Fix.  If it is arch-dependent it
6414         has to be in $(exec_prefix).  $(prefix) is for arch-independent
6415         stuff, and it would probably use $(prefix)/share rather than
6416         $(prefix)/lib.
6417
6418 2005-03-24 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6419
6420         * console-io.c: added 2 includes that might be missing.
6421
6422 2005-03-24  Zoltan Varga  <vargaz@freemail.hu>
6423
6424         * marshal.c (mono_marshal_get_managed_wrapper): Fix crashes in 2.0
6425         profile.
6426
6427         * reflection.c (create_custom_attr): Allocate the params array using
6428         alloca so it gets GC tracking.
6429
6430 2005-03-23  Chris Toshok  <toshok@ximian.com>
6431
6432         * mono-debug-debugger.c (mono_debugger_runtime_invoke): comment
6433         out some spew.
6434
6435 2005-03-24  Raja R Harinath  <rharinath@novell.com>
6436
6437         * Makefile.am (assembly.lo, mono-config.lo): Rebuild when Makefile
6438         changes to pick up any changes in prefix, etc.
6439
6440 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
6441
6442         * marshal.c (mono_marshal_get_managed_wrapper): Remove fixme.
6443         
6444         * marshal.c (mono_marshal_get_managed_wrapper): Remove debugging output.
6445         * marshal.c (mono_marshal_get_managed_wrapper): Add support for the modopt(CallConvCdecl).
6446
6447 2005-03-23  Zoltan Varga  <vargaz@freemail.hu>
6448
6449         * class-internals.h object-internals.h class.c reflection.c: Extend the
6450         mono_lookup_dynamic_token () function to return the class of the
6451         token as well. 
6452
6453         * class.c (mono_ldtoken): Handle MEMBERREFS in the dynamic case as
6454         well. Fixes #73848.
6455
6456 2005-03-23  Sebastien Pouliot  <sebastien@ximian.com>
6457
6458         * security-manager.c: Skip inheritance checks for intra-corlib
6459         class inheritance and method overrides. This skips a lot of checks
6460         and (anyway) permissions cannot work until corlib is loaded.
6461
6462 2005-03-23  Martin Baulig  <martin@ximian.com>
6463
6464         * marshal.c (mono_marshal_get_stfld_wrapper): Add support for
6465         MONO_TYPE_GENERICINST.  
6466
6467 2005-03-23  Martin Baulig  <martin@ximian.com>
6468
6469         * metadata.c (mono_type_to_unmanaged): Add MONO_TYPE_GENERICINST.
6470
6471 Tue Mar 22 16:57:01 CET 2005 Paolo Molaro <lupus@ximian.com>
6472
6473         * class.c: added locking comments to some functions.
6474         Cache the interface offsets arrays (saves about 20 KB
6475         of runtime memory in a typical app).
6476         Reduce the time overhead in mono_class_setup_supertypes ().
6477
6478 Tue Mar 22 16:35:57 CET 2005 Paolo Molaro <lupus@ximian.com>
6479
6480         * icall.c: speedup and fix leaks in GetMethodsByName and
6481         GetPropertiesByName.
6482
6483 Tue Mar 22 16:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
6484
6485         * reflection.c: some locking fixes.
6486
6487 Tue Mar 22 15:13:54 CET 2005 Paolo Molaro <lupus@ximian.com>
6488
6489         * metadata.c: added missing break in case statement.
6490
6491 2005-03-22  Zoltan Varga  <vargaz@freemail.hu>
6492
6493         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
6494         typedbyref return values. Fixes #73941.
6495
6496 2005-03-17  Sebastien Pouliot  <sebastien@ximian.com>
6497
6498         * security-manager.c|h: Added demandunmanaged method and 
6499         suppressunmanagedcodesecurity class to MonoSecurityManager.
6500         Renamed aptc class to allowpartiallytrustedcallers.
6501
6502 2005-03-17  Martin Baulig  <martin@ximian.com>
6503
6504         * class.c (inflate_generic_type): Add MONO_TYPE_ARRAY.
6505
6506 2005-03-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6507
6508         * file-io.c: disabled file async. IO using aio_*. It uses the
6509         threadpool now. Workaround for bug #73718.
6510
6511 Wed Mar 16 18:08:00 CET 2005 Paolo Molaro <lupus@ximian.com>
6512
6513         * assembly.h, mono-config.c: added code to deal with bundled configs
6514         for bundled assemblies.
6515
6516 Wed Mar 16 16:34:38 CET 2005 Paolo Molaro <lupus@ximian.com>
6517
6518         * *.c, private.h: cleanup, removing old private.h header file.
6519
6520 2005-03-16  Zoltan Varga  <vargaz@freemail.hu>
6521
6522         * reflection.c (mono_image_get_method_info): Encode best_fit_mapping
6523         and throw_on_unmappable_char attributes.
6524
6525 2005-03-13  Sebastien Pouliot  <sebastien@ximian.com>
6526
6527         * process.c: Fix buffer length in ves_icall_System_Diagnostics_Process
6528         _ProcessName_internal.
6529
6530 2005-03-13  Zoltan Varga  <vargaz@freemail.hu>
6531
6532         * object.c (mono_array_new_full): Fix aligning of array size. Fixes
6533         #73631.
6534
6535         * icall.c threads.c threads-types.h: Remove slothash icalls as they
6536         are no longer used.
6537
6538 2005-03-11  Zoltan Varga  <vargaz@freemail.hu>
6539
6540         * object.c (compute_class_bitmap): Add support for generics. Fixes
6541         #73527.
6542
6543 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
6544
6545         * reflection.c (mono_reflection_create_runtime_class): Fix 2.0 build.
6546
6547 2005-03-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6548
6549         * filewatcher.c: commented out the code for windows watcher, as we don't
6550         use it (we use the managed implementation instead).
6551
6552 2005-03-10  Zoltan Varga  <vargaz@freemail.hu>
6553
6554         * object-internals.h (MonoThread): Remove 'unused1' field.
6555
6556         * appdomain.c: Bump corlib version.
6557
6558         * marshal.c: Remove calls to Reset/RestoreDataStoreStatus ().
6559
6560         * reflection.c (mono_reflection_create_runtime_class): Remove the
6561         AssemblyBuilder.Save optimization since it causes too many problems.
6562
6563 2005-03-10  Sebastien Pouliot  <sebastien@ximian.com>
6564
6565         * exception.c|h: Added mono_get_exception_reflection_type_load to
6566         create a ReflectionTypeLoadException object.
6567         * icall.c: Updated ves_icall_System_Reflection_Assembly_InternalGetType
6568         to return NULL is a InheritanceDemand fails during reflection. Updated
6569         ves_icall_System_Reflection_Assembly_GetTypes to throw a 
6570         ReflectionTypeLoadException if an InheritanceDemand fails during 
6571         reflection. Added icall mapping for GetLinkDemandSecurity.
6572         * security-manager.c|h: Added ves_icall_System_Security_
6573         SecurityManager_GetLinkDemandSecurity internal call to return the
6574         class and methods permissions set for a LinkDemand. Removed unused
6575         fields in MonoSecurityManager.
6576
6577 2005-03-10  Martin Baulig  <martin@ximian.com>
6578
6579         * class.c (mono_bounded_array_class_get): Initialize `eclass' if
6580         it's a generic instance.
6581
6582 2005-03-09  Zoltan Varga  <vargaz@freemail.hu>
6583
6584         * reflection.c (mono_get_object_from_blob): Applied patch from
6585         Ankit Jain (radical@gmail.com). Fix enum default values. Fixes #73457.
6586
6587         * class.c (mono_class_is_assignable_from): Another try at fixing 
6588         #73469 without breaking anything.
6589
6590 2005-03-08  Zoltan Varga  <vargaz@freemail.hu>
6591
6592         * class.c: (mono_class_is_assignable_from): Revert the last changes
6593         since they don't work with generics.
6594         
6595         * class.c (mono_class_is_assignable_from): Fix build bustage.
6596
6597         * class.c (mono_class_is_assignable_from): If oklass is dynamic, call
6598         the managed IsAssignableFrom method. Fixes #73469.
6599
6600         * reflection.c (mono_reflection_call_is_assignable_from): New helper
6601         function.
6602
6603 2005-03-04  Zoltan Varga  <vargaz@freemail.hu>
6604
6605         * object.c (mono_load_remote_field_new): Fix returning uninitialized
6606         memory when the remoting callback does not sets the out arguments.
6607         Fixes #73007.
6608
6609         * marshal.c (mono_delegate_free_ftnptr): Remove debug array checked in
6610         by mistake.
6611
6612         * string-icalls.c: Return String.Empty where needed. Fixes #73310.
6613
6614         * object-internals.h (MonoStackFrame): Sync with managed object layout.
6615
6616         * appdomain.c: Bump corlib version.
6617
6618 2005-03-03  Zoltan Varga  <vargaz@freemail.hu>
6619
6620         * gc-internal.h boehm-gc.c null-gc.c: Add mono_gc_is_gc_thread () API
6621         function.
6622
6623         * threads.c (mono_thread_attach): Detect threads which are not started
6624         by the GC pthread wrappers.
6625
6626 2005-03-03  Sebastien Pouliot  <sebastien@ximian.com>
6627
6628         * icall.c: Added new icall for RNG.
6629         * rand.c|h: Added new icall to open the RNG. This allows to share a 
6630         single handle on Linux to access /dev/urandom and fix #73183.
6631
6632 Thu Mar 3 17:53:17 CET 2005 Paolo Molaro <lupus@ximian.com>
6633
6634         * object.c: setting the new vtable in a transparent proxy object must
6635         not change the GC descriptor.
6636
6637 Thu Mar 3 12:11:46 CET 2005 Paolo Molaro <lupus@ximian.com>
6638
6639         * object.c: fixed compilation without GCJ support.
6640         * reflection.c: for runtime-created types ensure klass->has_references
6641         is correct (bug #73215).
6642
6643 2005-03-02  Martin Baulig  <martin@ximian.com>
6644
6645         * class.c (mono_class_is_assignable_from): Make this work if
6646         `oklass' is a generic instance; fixes #72831.
6647
6648 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
6649
6650         * marshal.c (mono_marshal_get_managed_wrapper): Fix handling of methods
6651         with hasthis set.
6652         
6653         * marshal.c (emit_marshal_array): Emit native->managed marshalling of blittable arrays.
6654
6655         * marshal.c: Reorganize native->managed marshalling code to also use
6656         the emit_marshal_... functions.
6657
6658 Tue Mar 1 16:16:42 CET 2005 Paolo Molaro <lupus@ximian.com>
6659
6660         * object.c: typed allocs have issues with bitmap sizes > 30,
6661         so check for max_set >= 30.
6662
6663 2005-03-01  Zoltan Varga  <vargaz@freemail.hu>
6664
6665         * marshal.c (emit_marshal_array): Implement marshalling of arrays to
6666         managed code. Fixes #73012.
6667
6668         * metadata.h (MonoMarshalSpec): Add elem_mult field.
6669
6670         * metadata.c reflection.c: Load/Emit elem_mult as well.
6671         
6672         * metadata.h (MonoMarshalSpec): Add comment.
6673
6674         * metadata.h: Add MONO_MARSHAL_CONV_LPTSTR_STR.
6675
6676         * metadata.c (mono_metadata_parse_marshal_spec): Set param_num and
6677         num_elem to -1 if not given.
6678
6679         * object-internals.h (MonoReflectionMarshal): Add has_size field.
6680
6681         * reflection.c (encode_marshal_blob): Differentiate between 0 and not
6682         given values.
6683
6684 2005-03-01  Marek Safar  <marek.safar@seznam.cz>
6685
6686         * null-gc.c (mono_gc_free_fixed): Was not compilable.
6687
6688 2005-02-28  Zoltan Varga  <vargaz@freemail.hu>
6689
6690         * reflection.c (encode_marshal_blob): Encode param_num field as well.
6691
6692         * object-internals.h (MonoReflectionMarshal): Add param_num field.
6693
6694 Mon Feb 28 11:59:42 CET 2005 Paolo Molaro <lupus@ximian.com>
6695
6696         * object.c: generalized the reference bitmap creation
6697         and added hooks for the new GC.
6698         * class-internals.c: removed the gc_bitmap field from MonoClass.
6699
6700 Sat Feb 26 16:06:59 CET 2005 Paolo Molaro <lupus@ximian.com>
6701
6702         * domain.c: help the compiler to produce better code
6703         in mono_jit_info_table_find ().
6704
6705 Fri Feb 25 16:50:14 CET 2005 Paolo Molaro <lupus@ximian.com>
6706
6707         * object.c: make all allocations look typed.
6708
6709 Fri Feb 25 16:18:59 CET 2005 Paolo Molaro <lupus@ximian.com>
6710
6711         * socket-io.c: load Mono.Posix if it's not loaded already
6712         (fixes bug#73033).
6713
6714 2005-02-24  Martin Baulig  <martin@ximian.com>
6715
6716         * class.c (dup_type): Correctly duplicate MONO_TYPE_PTR.
6717         * reflection.c (dup_type): Likewise.
6718
6719 2005-02-24  Zoltan Varga  <vargaz@freemail.hu>
6720
6721         * gc.c (run_finalize): Set the domain for finalizing delegates as well.
6722         Thanks to Willibald Krenn and Scott Mohekey for tracking this down.
6723
6724 Thu Feb 24 15:19:35 CET 2005 Paolo Molaro <lupus@ximian.com>
6725
6726         * domain.c, threads.c, object-internals.h: make the critical thread
6727         local vars use the fast access mode (even when we're compiled in
6728         a lib). Provide accessors to be used by the jit during codegen.
6729
6730 2005-02-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
6731
6732         * appdomain.c: Changed hook functios behavior to include
6733         support for the reflection only assemblies. Some icalls were changed
6734         to support the mentioned assemblies too. Signatures of static methods
6735         try_assembly_resolve and real_load now have an additional parameter:
6736         refonly.
6737
6738         * assembly.c: General changes to mono_assembly_ methods to support
6739         reflection only api. Functions mono_assembly_open, mono_assembly_load,
6740         mono_assembly_load_from and mono_assembly_loaded have got a '_full'
6741         suffix, to support an additional gbool parameter to specify whether
6742         the assembli is reflection only or not. Created some new hook functions 
6743         to add support for reflection only assemblies. Signatures of static 
6744         methods load_in_path, search_loaded, and mono_assembly_load_from_gac 
6745         have now an additional parameter: refonly.
6746
6747         * metadata-internals.h: MonoAssembly now has a gbool ref_only flag,
6748         indicating whether the assembly is reflection only or not.
6749
6750         * exception.c: Add mono_get_exception_invalid_operation.
6751
6752         * icall.c: Throw an InvalidOperationException when trying to invoke
6753         a property/method/event, or trying to set/get the value of a field.
6754         Also add an icall to retrieve the ref_only flag to the
6755         MonoReflectionAssembly.
6756
6757 2005-02-23  Chris Toshok  <toshok@ximian.com>
6758
6759         Part of fix for #72827.
6760         * mono-debug.c (mono_debug_add_method): add lexical block data to
6761         the info we write.  Kind of a hack at the moment - we copy the
6762         lexical block info from the MonoDebugMethodInfo to the
6763         MonoDebugMethodJitInfo here, before writing it.
6764         (mono_debug_read_method): read the lexical block info.
6765
6766         * mono-debug.h (_MonoDebugMethodJitInfo): add lexical block slots.
6767
6768         * debug-mono-symfile.h: add lexical block support.
6769
6770         * debug-mono-symfile.c (mono_debug_find_method): add lexical block
6771         support.
6772
6773 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
6774
6775         * loader.c (mono_lookup_pinvoke_call): Fix warning.
6776
6777         * object.c (mono_runtime_free_method): Call mono_free_method () and
6778         put the TODOs there.
6779
6780         * loader.c (mono_free_method): Free up most memory allocated for 
6781         dynamic methods.
6782
6783 Wed Feb 23 18:54:26 CET 2005 Paolo Molaro <lupus@ximian.com>
6784
6785         * reflection.c: properly flag a Type argument to a
6786         named custom attr value (bug #72248).
6787
6788 Wed Feb 23 18:32:35 CET 2005 Paolo Molaro <lupus@ximian.com>
6789
6790         * reflection.c: reduce code duplication in named custom
6791         attribute encoding.
6792
6793 Wed Feb 23 17:23:52 CET 2005 Paolo Molaro <lupus@ximian.com>
6794
6795         * reflection.c: properly encode custom attrs of type object
6796         (bug #72649).
6797
6798 2005-02-23  Zoltan Varga  <vargaz@freemail.hu>
6799
6800         * marshal.c (mono_delegate_free_ftnptr): Make this thread safe.
6801
6802 Tue Feb 22 21:54:47 CET 2005 Paolo Molaro <lupus@ximian.com>
6803
6804         * socket-io.c: load System.dll if it's not loaded already
6805         (bug #72850 and #70477).
6806
6807 2005-02-21  Martin Baulig  <martin@ximian.com>
6808
6809         * marshal.c (mono_marshal_get_runtime_invoke): Add support for
6810         generic instances.
6811
6812 2005-02-21  Martin Baulig  <martin@ximian.com>
6813
6814         * reflection.c (mono_image_build_metadata): We also need to
6815         "fixup" the MethodImpl table after we computed the final method
6816         indices.  Call fixup_methodimpl() to do that.
6817         (fixup_methodimpl): New private method.
6818
6819 Mon Feb 21 16:17:14 CET 2005 Paolo Molaro <lupus@ximian.com>
6820
6821         * assembly.c: special case mscorlib.dll (bug#72536),
6822         patch from Carlos Alberto Cortez.
6823
6824 2005-02-20  Zoltan Varga  <vargaz@freemail.hu>
6825
6826         * threads-types.h threads.c: Fix build bustage.
6827
6828         * threads.c: Use a union for long<->double conversions.
6829
6830         * threads-types.h threads.c icall.c: Implement the net 2.0 interlocked
6831         functions based on a patch by Luca Barbieri (luca.barbieri@gmail.com).
6832
6833         * marshal.c (emit_thread_interrupt_checkpoint_call): Mark the bblock 
6834         containing the checkpoint call with NOT_TAKEN.
6835         
6836         * marshal.c (mono_marshal_get_managed_wrapper): Emit interrupt 
6837         checkpoint before pushing the arguments, so they won't have to be
6838         spilled to stack.
6839
6840 Sat Feb 19 15:19:46 CET 2005 Paolo Molaro <lupus@ximian.com>
6841
6842         * domain.c, assembly.c, domain-internals.h: make some data
6843         const and relocation-free.
6844
6845 Sat Feb 19 11:12:34 CET 2005 Paolo Molaro <lupus@ximian.com>
6846
6847         * object.c, appdomain.c, class-internals.h: introduce the
6848         MonoClassRuntimeInfo structure to hold the info needed to
6849         use a class at runtime. Made mono_class_vtable() lock-free
6850         for all the appdomains.
6851
6852 Sat Feb 19 11:11:12 CET 2005 Paolo Molaro <lupus@ximian.com>
6853
6854         * metadata-internals.h, image.c: introduce a per-image mempool to
6855         be used for memory that has the same lifetime as the image.
6856
6857 2005-02-18  Lluis Sanchez Gual  <lluis@novell.com>
6858
6859         * domain.c: In mono_init_internal(), instead of selecting the first
6860         runtime version supported by an executable, get a list of all
6861         supported versions and select the one for which an mscorlib exists
6862         (since even if the runtime supports a given version, it doesn't mean
6863         that the framework for that version is installed).
6864         Modified get_runtimes_from_exe to support this behavior.
6865         In supported_runtimes, added information about additional system
6866         assembly versions.
6867         
6868         * assembly.c: Added support for more than one system assembly version
6869         per runtime version. Updated the assembly list.
6870         In mono_assembly_remap_version, removed the initial version check,
6871         since we don't know to which version we need to compare until we
6872         get the version set on which the assembly is based.
6873         Moved the code for loading corlib into the new method
6874         mono_assembly_load_corlib(), so it can be used by the initialization
6875         code.
6876         
6877         * domain-internals.h: Updated data structures and added declaration
6878         for mono_assembly_load_corlib.
6879
6880 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
6881
6882         * reflection.c (resolve_object): Fix the creation of the signature in 
6883         the SignatureHelper case.
6884
6885         * assembly.c (mono_assembly_remap_version): Fix binary search.
6886         
6887 2005-02-17  Sebastien Pouliot  <sebastien@ximian.com>
6888  
6889         * class.c: Added inheritance check when a method is overloaded (from a
6890         virtual method or when implementing an interface) and when a class is
6891         inherited. Added functions to set a failure for a class and to 
6892         retreive the exception from a failure.
6893         * class-internals.h: Added fields to MonoClass to keep the exception
6894         information status for inheritance (or other exceptions) to be thrown
6895         later (i.e. not at load time).
6896         * object.c: Throw the inheritance SecurityException when a type is to 
6897         be created with either class or method inheritance violations.
6898         * reflection.c|h: Fix when getting declsec from a class. Removed 
6899         unrequired code for class. Improved sanity in parameter naming.
6900         * security-manager.c|h: Added functions to check for class and method
6901         inheritance.
6902
6903 2005-02-17  Zoltan Varga  <vargaz@freemail.hu>
6904
6905         * reflection.c (mono_reflection_create_runtime_class): Set has_cctor
6906         and has_finalize in dynamic types as well.
6907
6908 2005-02-17  Atsushi Enomoto  <atsushi@ximian.com>
6909
6910         * culture-info-table.h : fixed currency format for en-GB (and so on).
6911
6912 Wed Feb 16 16:28:15 CET 2005 Paolo Molaro <lupus@ximian.com>
6913
6914         * gc.c: ensure the GC handles never have 0 as a value.
6915
6916 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
6917
6918         * marshal.c (emit_marshal_ptr): Raise an exception if trying to pass
6919         a pointer to a struct to unmanaged code. Fixes #72625.
6920
6921 2005-02-16  Martin Baulig  <martin@ximian.com>
6922
6923         * mono-debug.c (mono_debug_open_image): Ignore dynamic images.
6924
6925 2005-02-16  Zoltan Varga  <vargaz@freemail.hu>
6926
6927         * marshal.c (emit_marshal_array): Only marshal unicode char arrays as [Out].
6928
6929 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
6930
6931         * loader.c (mono_lookup_pinvoke_call): Fix stdcall name mangling.
6932
6933         * marshal.c (mono_ftnptr_to_delegate): If the delegate has the 
6934         UnmanagedFunctionPointerAttribute, use it for determining calling convention
6935         etc. Fixes #71471.
6936
6937         * reflection.c (mono_custom_attrs_get_attr): New helper function.
6938
6939         * object-internals.h: Add MonoReflectionUnmanagedFunctionPointerAttribute.
6940
6941 Tue Feb 15 18:03:41 CET 2005 Paolo Molaro <lupus@ximian.com>
6942
6943         * domain.c, appdomain.c, appdomain.h, object-internals.h, object.h:
6944         changes to make the current context a field in MonoThread.
6945
6946 2005-02-15  Zoltan Varga  <vargaz@freemail.hu>
6947
6948         * marshal.c (mono_marshal_get_native_wrapper): Fix a crash caused by
6949         the last change.
6950         
6951         * marshal.c (mono_marshal_emit_native_wrapper): New helper function
6952         extracted from mono_marshal_get_native_wrapper.
6953
6954         * marshal.c (mono_marshal_get_native_func_wrapper): New helper function
6955         to create wrappers around native functions.
6956
6957         * marshal.c (mono_ftnptr_to_delegate): Add support for creating 
6958         delegates for arbitrary function pointers. Fixes #71472.
6959
6960 Tue Feb 15 11:01:09 CET 2005 Paolo Molaro <lupus@ximian.com>
6961
6962         * threads.c: cleaned up the code a little.
6963
6964 2005-02-15  Martin Baulig  <martin@ximian.com>
6965
6966         * mono-debug.h (MonoSymbolTable): Allow variable-length chunks in
6967         the data table.
6968
6969         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Set to 32768; we may now
6970         allocate larger chunks if needed.
6971
6972 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
6973
6974         * threads.c (start_wrapper): Remove #ifdef PLATFORM_WIN32 probably left
6975         in by mistake.
6976
6977 Mon Feb 14 16:48:24 CET 2005 Paolo Molaro <lupus@ximian.com>
6978
6979         * domain.c: keep the domains in an array and ensure the domain ids
6980         are kept small, so they can be used as indexes to domain-specific data
6981         with a small memory overhead.
6982
6983 2005-02-14  Zoltan Varga  <vargaz@freemail.hu>
6984
6985         * icall.c: Handle byref types in Type icalls. Fixes #72544.
6986
6987 Mon Feb 14 15:39:56 CET 2005 Paolo Molaro <lupus@ximian.com>
6988
6989         * Makefile.am: remove libmetadata: we build just libmonoruntime now.
6990
6991 2005-02-13  Zoltan Varga  <vargaz@freemail.hu>
6992
6993         * tabledefs.h (MANIFEST_RESOURCE_VISIBILITY_MASK): Add flags for ManifestResource.
6994
6995         * loader.c (mono_lookup_pinvoke_call): Correct the search order used for different CharSet
6996         values.
6997
6998         * marshal.c (mono_marshal_get_string_encoding): CHAR_SET_AUTO means Unicode on windows.
6999         
7000 2005-02-12  Ben Maurer  <bmaurer@ximian.com>
7001
7002         * domain-internals.h: add the hashtable here.
7003
7004         * class-internals.h: Remove `info' from MonoMethod
7005
7006         * domain.c: Add a new hashtable, jit_trampoline_hash
7007
7008 Fri Feb 11 17:11:20 CET 2005 Paolo Molaro <lupus@ximian.com>
7009
7010         * object.c: don't set the value of static fields
7011         (fixes bug#72494).
7012
7013 2005-02-11  Martin Baulig  <martin@ximian.com>
7014
7015         * mono-debug.c (DATA_TABLE_CHUNK_SIZE): Increase to 131072.
7016         (mono_debug_add_method): Silently ignore the method if it's too big.
7017         (mono_debug_add_type): Likewise.
7018
7019 Fri Feb 11 16:22:10 CET 2005 Paolo Molaro <lupus@ximian.com>
7020
7021         * threads.c, appdomain.c: remove #ifdefs from the code.
7022
7023 2005-02-10  Sebastien Pouliot  <sebastien@ximian.com>
7024
7025         * metadata-internals.h: Added flags to MonoAssembly to cache the most
7026         common security informations. This allows us to stay in unmanaged code
7027         when doing LinkDemand and it's special cases (except for the first 
7028         time for initialization). The flags a very much used with --security.
7029         * reflection.c|h: Added code to get declarative security attributes 
7030         for LinkDemand and InheritanceDemand. This required to refactor the
7031         existing code for Demand.
7032         * security-manager.c|h: Added new method fields for the special cases
7033         of LinkDemand.
7034
7035 2005-02-10  Martin Baulig  <martin@ximian.com>
7036
7037         * icall.c (ves_icall_MonoDebugger_MakeArrayType): New interncall.
7038         (ves_icall_MonoDebugger_GetTypeToken): New interncall.
7039
7040 2005-02-10  Martin Baulig  <martin@ximian.com>
7041
7042         * mono-debug.c, mono-debug-debugger.c: Completely reworked the
7043         debugging code; this is almost a complete rewrite.
7044
7045         * icall.c (ves_icall_MonoDebugger_GetMethodIndex): New interncall.
7046
7047 Thu Feb 10 15:19:01 CET 2005 Paolo Molaro <lupus@ximian.com>
7048
7049         * domain.c, object.h: expose mono_string_equal () and 
7050         mono_string_hash ().
7051         * icall.c, string-icalls.c: remove the string.GetHashCode () icall,
7052         it's implemented in managed code.
7053
7054 Thu Feb 10 15:03:46 CET 2005 Paolo Molaro <lupus@ximian.com>
7055
7056         * icall.c, gc.c, gc-internal.h: make sure gchandles can't be used
7057         lo leak objects between appdomains.
7058
7059 Thu Feb 10 14:25:00 CET 2005 Paolo Molaro <lupus@ximian.com>
7060
7061         * assembly.c: old compilers compilation fix from 
7062         robertj@gmx.net (Robert Jordan).
7063
7064 2005-02-09  Ben Maurer  <bmaurer@ximian.com>
7065
7066         * class-internals.h: Little reminder for the future.
7067
7068         * debug-helpers.c: Fix up wrapper_type_names
7069
7070 Wed Feb 9 19:34:29 CET 2005 Paolo Molaro <lupus@ximian.com>
7071
7072         * image.c, metadata-internals.h: when loading an image from a file,
7073         mmap all of it and use the same codepaths as when using a
7074         in-memory image: the code is simpler and we use less memory
7075         (both writable and readonly).
7076
7077 Wed Feb 9 18:32:51 CET 2005 Paolo Molaro <lupus@ximian.com>
7078
7079         * gc-internal.h, null-gc.c, boehm-gc.c: added functions to the GC
7080         API to alloc runtime data structures that need to be tracked by the
7081         GC and contain pointers.
7082         * appdomain.c, threads.c, object.c, gc.c: use the above changes to
7083         make the code more readable and eventually use a different GC.
7084
7085 2005-02-09  Zoltan Varga  <vargaz@freemail.hu>
7086
7087         * marshal.c (emit_marshal_vtype): Don't do managed->native conversion
7088         for out arguments.
7089         
7090 2005-02-09  Lluis Sanchez Gual  <lluis@novell.com>
7091
7092         * object.c: In release_type_locks(), don't release the cctor lock
7093         if it has already been released. This fixes a crash in the
7094         thread5 test.
7095
7096 Tue Feb 8 19:02:59 CET 2005 Paolo Molaro <lupus@ximian.com>
7097
7098         * gc.c, marshal.c, icall.c: register a delegate for finalization
7099         only when the native function pointer has been allocated for it.
7100
7101 Tue Feb 8 18:12:27 CET 2005 Paolo Molaro <lupus@ximian.com>
7102
7103         * object.c: cleaned up some code, allocate objects that are
7104         pointer free with the atomic malloc variant. Allocate memory
7105         for static data from the mempool if it's pointer-free.
7106         Allocate the bounds array at the end of the array data, when needed.
7107         * object-internals.h, object.h: move a private function in a private
7108         header.
7109         * class.c: handle missing case in tracking references in fields.
7110
7111 Tue Feb 8 18:04:51 CET 2005 Paolo Molaro <lupus@ximian.com>
7112
7113         * class.c, class-internals.h: keep track if a type has
7114         reference fields in either the instance or static fields.
7115
7116 2005-02-07  Lluis Sanchez Gual  <lluis@novell.com>
7117
7118         * domain.c, domain-internals.h: Moved RuntimeInfo to domain-internals.h,
7119         and renamed to MonoRuntimeInfo. Added fields to store the expected
7120         framework assembly version. Changed mono_get_framework_version and
7121         mono_get_runtime_version for a single mono_get_runtime_info method.
7122         
7123         * assembly.c: Added method to remap system assembly versions to the
7124         current executing runtime version. Removed old mapping code.
7125         Remap assembly versions in mono_assembly_load and mono_assembly_loaded.
7126         
7127         * icall.c, reflection.c: Track api changes.
7128
7129 2005-02-06  Miguel de Icaza  <miguel@novell.com>
7130
7131         * loader.c (method_from_memberref): Improve error reporting,
7132         produce the class name instead of the typeref/typedef index. 
7133
7134 2005-02-07  Zoltan Varga  <vargaz@freemail.hu>
7135
7136         * marshal.c (mono_marshal_get_stfld_remote_wrapper): Fix wrapper type.
7137
7138 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
7139
7140         * loader.c (mono_lookup_pinvoke_call): Allow for combination of
7141         stdcall and charset name mangling.  Reorganize the code and add
7142         some tracing stuff.
7143
7144 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
7145
7146         * monodiet.c: More iters!
7147
7148         * marshal.c: Iter usage.
7149
7150         * icall.c: Iter usage.
7151
7152         * object.c: Use iters.
7153
7154         * debug-helpers.c: More iters
7155
7156 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
7157
7158         * loader.c (mono_lookup_pinvoke_call): Add brute-force checking for mangled function names
7159         under win32.
7160
7161 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
7162
7163         * mono-debug-debugger.c: use iters
7164
7165         * class.c, class-internals.h: mono_class_setup_events is static
7166         now
7167
7168         * All callers: use iters
7169
7170 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
7171
7172         * class.c string-icalls.c marshal.c reflection.c: Applied patch from
7173         Robert Jordan (robertj@gmx.net). Fix compilation errors under gcc-2.95.
7174
7175 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
7176
7177         * object.c (mono_class_proxy_vtable): Add missing _setup () calls.
7178
7179         * marshal.h: Add prototypes for ldfld/stfld_remote.
7180
7181         * appdomain.c (mono_domain_fire_assembly_load): Handle the case when
7182         this is called during startup.
7183         
7184 Fri Feb 4 20:27:58 CET 2005 Paolo Molaro <lupus@ximian.com>
7185
7186         * appdomain.c, monitor.c, monitor.h, threads-types.h: made the
7187         MonoThreadsSync struct private in monitor.c. Changed the way
7188         MonoThreadsSync is allocated so it's faster and there is no
7189         need to keep track of it with a finalizer and it uses less memory.
7190         This also finally allows us to allocate mono objects as ptrfree when
7191         there are no reference fields.
7192
7193 Fri Feb 4 20:24:03 CET 2005 Paolo Molaro <lupus@ximian.com>
7194
7195         * gc.c, null-gc.c, boehm-gc.c, gc-internal.h: added functions to deal with
7196         disappearing link to the GC interface and use them to simplify
7197         the gchandles code.
7198
7199 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
7200
7201         * class-internals.h marshal.c: Add two new wrappers, ldfld_remote and
7202         stfld_remote which call mono_load/store_field_new. This allows methods
7203         calling ldfld/stfld wrappers to be AOTed.
7204
7205         * console-io.c: Include sys/filio.h under solaris.
7206         
7207         * console-io.c: Include curses.h if needed correctly.
7208
7209 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
7210         
7211         * icall.c (ves_icall_MonoMethod_get_base_definition): Initialize
7212         method->klass as well.
7213
7214         * class-internals.h (MonoCachedClassInfo): Add 'finalize_image' field.
7215
7216         * class.c (mono_class_init): Switch on lazy initialization of 
7217         methods.
7218
7219         * class.c (mono_class_get_finalizer): Handle the case when the 
7220         finalizer is inherited.
7221
7222 2005-02-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7223
7224         * console-io.c: <curses.h> is needed by term.h on solaris.
7225
7226 2005-02-03  Ben Maurer  <bmaurer@ximian.com>
7227
7228         * icall.c, class-internals.h, monodiet.c, class.c: Remove
7229         mono_class_setup_properties where possible. Remove this ftn from
7230         the header file, and make it static.
7231
7232 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
7233
7234         * loader.c: Add missing setup_... call.
7235
7236         * class.c: Add missing setup_... calls.
7237
7238         * class.c (mono_class_init): Switch on lazy initialization of 
7239         the generic vtable.
7240         
7241         * class.c (mono_class_init): Fix generics broken by the recent changes.
7242
7243         * monodiet.c (handle_type): Add missing setup_... calls.
7244
7245         * class.c: Back out garbage in previous patch.
7246         
7247         * class.c: Add missing setup_... calls.
7248
7249         * class.c (mono_class_get_method_from_name_flags): Avoid calling
7250         mono_class_setup_methods () if possible.
7251
7252         * class-internals.h (MonoClass): Add 'has_cctor' flag.
7253
7254         * class-internals.h (MonoCachedClassInfo): New structure.
7255
7256         * class.c: Initialize properties and events fields of MonoClass lazily.
7257
7258         * class.c: Add infrastructure for lazily initializing the methods and
7259         vtable fields of MonoClass. Not yet used.
7260
7261         * class.c (mono_class_get_finalizer): New helper function.
7262
7263         * class.c: Add infrastructure for loading some class related data from
7264         an AOT file.
7265
7266         * object.c: Add infrastructure for initializing the vtable from data
7267         in the AOT file.
7268
7269         * gc.c (run_finalize): Use mono_class_get_finalizer ().
7270
7271         * class.c loader.c object.c icall.c gc.c reflection.c: Call the
7272         appropriate initialization function before accessing parts of the
7273         MonoClass structure.
7274
7275         * marshal.c: Fix warnings.
7276         
7277         * marshal.c (emit_marshal_array): Add missing 'break'. Fixes #72169.
7278
7279         * mono-debug-debugger.c (get_exception_message): Use 
7280         mono_class_get_method_from_name_flags ().
7281
7282 2005-02-02  Ben Maurer  <bmaurer@ximian.com>
7283
7284         * reflection.c, appdomain.c: Replace a few manual searches that
7285         Zoltan missed. (Paolo approved this part of my initial patch).
7286
7287 Wed Feb 2 16:32:08 CET 2005 Paolo Molaro <lupus@ximian.com>
7288
7289         * profiler.c: disable recording statistical events at report time.
7290
7291 Wed Feb 2 14:14:00 CET 2005 Paolo Molaro <lupus@ximian.com>
7292
7293         * icall.c: patch from Geoff Norton <gnorton@customerdna.com>
7294         to byteswap arrays of enum values, too (bug #72080).
7295
7296 2005-02-02  Zoltan Varga  <vargaz@freemail.hu>
7297
7298         * appdomain.c (set_domain_search_path): Allow this to be called if
7299         domain->setup is not yet set.
7300
7301         * loader.c (mono_method_get_index): New helper function.
7302
7303         * loader.c reflection.c: Use mono_method_get_index ().
7304
7305         * class.c (mono_class_get_method_from_name_flags): New helper method.
7306
7307         * debug-helpers.h debug-helpers.c (mono_find_method_by_name): Remove
7308         this.
7309
7310         * class.c (mono_class_get_cctor): New helper method.
7311
7312         * string-icalls.c object.c class.c marshal.c reflection.c: Use
7313         mono_class_get_method () to look up methods.
7314
7315 2005-02-01  Miguel de Icaza  <miguel@novell.com>
7316
7317         * console-io.c: Fix the build, this should work on Windows.
7318
7319 2005-01-31  Ben Maurer  <bmaurer@ximian.com>
7320
7321         * marshal.c (mono_marshal_xdomain_copy_out_value): cached_str must
7322         be set to null to keep things valid
7323
7324 2005-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7325
7326         * icall.c: added Console 2.0 icalls.
7327         * Makefile.am: added console-io.[ch]
7328         * console-io.[ch]: internal calls for Console 2.0 API.
7329
7330 Mon Jan 31 19:01:29 CET 2005 Paolo Molaro <lupus@ximian.com>
7331
7332         * class.c: make sure we consider all the interfaces
7333         when calculating max_interface_id (bug found by
7334         Jeroen Frijters running ikvm).
7335
7336 2005-01-31  Zoltan Varga  <vargaz@freemail.hu>
7337
7338         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle setting of
7339         valuetype fields to null.
7340
7341         * object.c (set_value): Ditto. Fixes #71669.    
7342
7343 2005-01-31  Martin Baulig  <martin@ximian.com>
7344
7345         * metadata.c (mono_metadata_has_generic_params): New public
7346         function; checks whether something is a generic method.
7347
7348 Sun Jan 30 20:19:48 CET 2005 Paolo Molaro <lupus@ximian.com>
7349
7350         * appdomain.c: fix infinite recursion when adding assemblies.
7351
7352 2005-01-30  Sebastien Pouliot  <sebastien@ximian.com>
7353
7354         * object.c: Fix small typo to return all items for Environment.
7355         GetCommandLineArgs.
7356
7357 Sun Jan 30 16:49:01 CET 2005 Paolo Molaro <lupus@ximian.com>
7358
7359         * domain.c, appdomain.c, assembly.c, image.c, domain-internals.h,
7360         reflection.c: more domain and assembly-unload related fixes
7361         and memory leaks plugs.
7362
7363 2005-01-30  Zoltan Varga  <vargaz@freemail.hu>
7364
7365         * class.c loader.c security.c loader.h process.c threads.c mono-debug-debugger.c profiler.c marshal.c rand.cpedump.c: Fix 64 bit warnings.
7366
7367 2005-01-29  Ben Maurer  <bmaurer@ximian.com>
7368
7369         * loader.c (mono_method_signature): Make this method lazy
7370         (mono_get_method_from_token): Don't computate the signature here.
7371
7372         Doing this saves quite a bit of memory. I got 90 kb on starting up
7373         monodoc. It should also save some disk reads on startup.
7374
7375         * *: MonoMethod->signature might be NULL now. You *MUST* use
7376         mono_method_signature.
7377
7378 2005-01-29  Zoltan Varga  <vargaz@freemail.hu>
7379
7380         * object.c (mono_runtime_get_main_args): Return an array from the
7381         current domain here. Fixes #71938.
7382
7383 Sat Jan 29 15:59:05 CET 2005 Paolo Molaro <lupus@ximian.com>
7384
7385         * monitor.c: formatting changes to comply with the
7386         mono coding style and remove #ifdefs from the code.
7387
7388 Sat Jan 29 15:18:54 CET 2005 Paolo Molaro <lupus@ximian.com>
7389
7390         * metadata.c, private.h: remove some unneeded data
7391         and use a more compact representation for table schemas.
7392
7393 Fri Jan 28 18:23:44 CET 2005 Paolo Molaro <lupus@ximian.com>
7394
7395         * metadata.c, metadata-internals.h: add mono_aligned_addr_hash()
7396         to get a better distribution in hash tables.
7397         * *.c: use mono_aligned_addr_hash() where appropriate.
7398         * assembly.c: make var static.
7399
7400 2005-01-28  Zoltan Varga  <vargaz@freemail.hu>
7401
7402         * domain-internals.h: Put MonoJitInfo on a diet.
7403
7404         * domain.c: Fix a warning.
7405
7406 Wed Jan 26 22:20:46 CET 2005 Paolo Molaro <lupus@ximian.com>
7407
7408         * gc.c: rework the gc handles code to reuse handles
7409         when freed.
7410
7411 Wed Jan 26 17:34:09 CET 2005 Paolo Molaro <lupus@ximian.com>
7412
7413         * domain.c: fixed long standing bug in mono_string_equal() which
7414         was brought to light with the ldstr changes.
7415
7416 2005-01-26  Sebastien Pouliot  <sebastien@ximian.com>
7417
7418         * reflection.c: Remove warning by adding missing include for marshal.h
7419
7420 Tue Jan 25 18:06:00 CET 2005 Paolo Molaro <lupus@ximian.com>
7421
7422         * domain.c, object.c: change the ldstr_table to hold
7423         MonoString* as keys: makes the runtime isinterned lookup
7424         faster and simplifies memory management.
7425
7426 2005-01-25  Sebastien Pouliot  <sebastien@ximian.com> 
7427  
7428         * icall.c: Renamed GetEnvironmentVariable so internal* so it was
7429         possible to add imperative security checks before calling the icall.
7430         * reflection.c: Return security attributes on the original MonoMethod
7431         (and not the wrapped one). This fix permissions on icalls.
7432
7433 2005-01-25  Dick Porter  <dick@ximian.com>
7434
7435         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Make
7436         the check for mktime() support actually test the mktime() return
7437         value.  "Fixes" bug 71682, though the output is still different to
7438         MS.
7439
7440 2005-01-25  Martin Baulig  <martin@ximian.com>
7441
7442         * class.c (mono_class_is_assignable_from): Make this work for
7443         generic instances.
7444
7445 2005-01-24  Ben Maurer  <bmaurer@ximian.com>
7446
7447         * marshal.c (mono_string_utf8_to_builder)
7448         (mono_string_builder_to_utf16): We might not have ownership of the
7449         string. In thise case, we need to create a new buffer.
7450
7451         * object-internals.h (mono_stringbuilder_capacity): sb->str might
7452         be null, in which case, use the default capacity.
7453
7454 Mon Jan 24 16:42:29 CET 2005 Paolo Molaro <lupus@ximian.com>
7455
7456         * gc-internal.h, null-gc.c, profiler.c, boehm-gc.c: hook the
7457         GC events to the profiler.
7458
7459 Mon Jan 24 15:59:54 CET 2005 Paolo Molaro <lupus@ximian.com>
7460
7461         * gc.c: remove valgrind detection nonsense. Set GC_DONT_GC
7462         if you don't want the GC to run.
7463
7464 Mon Jan 24 15:53:25 CET 2005 Paolo Molaro <lupus@ximian.com>
7465
7466         * Makefile.am, gc.c, mono-gc.h, boehm-gc.c, null-gc.c, gc-internal.h:
7467         start providing a GC API and keeping different implementations in
7468         their own file.
7469         * profiler.h, profiler.c, profiler-private.h: provide the GC events API.
7470
7471 2005-01-22  Ben Maurer  <bmaurer@ximian.com>
7472
7473         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Use
7474         mmap rather than allocating a huge buffer.
7475         (mono_debug_close_mono_symbol_file): Free the buffer allocated
7476         above.
7477
7478 2005-01-22  Sebastien Pouliot  <sebastien@ximian.com>
7479
7480         * icall.c: Add new internal calls for SecurityManager.SecurityEnabled
7481         and CheckExecutionRights.
7482         * reflection.c|h: Keep the index of the declarative security to be 
7483         used, instead of the pointer, when AOT compiler is used. Also add 
7484         class initialization when requesting demands.
7485         * security-manager.c|h: Implement SecurityManager.SecurityEnabled and
7486         CheckExecutionRights. Both properties are now FALSE by default, and
7487         unmodifiable, unless the --security option is used.
7488
7489 Fri Jan 21 15:29:27 CET 2005 Paolo Molaro <lupus@ximian.com>
7490
7491         * domain.c, appdomain.c, assembly.c, image.c, metadata-internals.h,
7492         reflection.c: properly refcount images and assemblies, many leaks fixed.
7493
7494 2005-01-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
7495
7496         * threadpool.c: increase the timeout for threads in the thread pool to
7497         10s.  Fixes bug #67159.
7498
7499 2005-01-20  Bernie Solomon  <bernard@ugsolutions.com>
7500
7501         * class-internals.h: Sun's compiler insists on explicit
7502         signed on bit fields to handle then correctly.
7503
7504 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
7505
7506         * file-io.c (ves_icall_System_IO_MonoIO_get_InvalidPathChars):
7507         Make the size of the array fit only the number of invalid path
7508         chars that we have.
7509
7510         * class.c (_mono_class_get): Improve the error reporting when a
7511         class referenced is not found, to assist debugging. 
7512
7513 Wed Jan 19 19:57:43 CET 2005 Paolo Molaro <lupus@ximian.com>
7514
7515         * threads.c: fix off-by-one error.
7516         * domain.c: free data allocated in the domain.
7517
7518 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
7519
7520         * reflection.c (mono_method_body_get_object): Fill out exception info
7521         as well.
7522
7523         * object-internals.h: Add MonoReflectionExceptionHandlingClause 
7524         structure.
7525         
7526 2005-01-19  Martin Baulig  <martin@ximian.com>
7527
7528         * loader.c (mono_get_method_constrained): Make this work again.
7529
7530 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
7531
7532         * object-internals.h (_MonoReflectionMethodBody): Make local_index a 
7533         guint16 to match the managed side.
7534
7535         * reflection.c (mono_reflection_body_get_object): Fill out local
7536         variables array.
7537
7538         * reflection.c (mono_method_body_get_object): Fill out local_var_sig_token
7539         as well.
7540
7541         * object-internals.h (_MonoReflectionMethodBody): Rename 'sig_token' to
7542         'local_var_sig_token'.
7543
7544 2005-01-18  Zoltan Varga  <vargaz@freemail.hu>
7545
7546         * loader.c (mono_lookup_pinvoke_call): Revert the previous patch as it breaks 
7547         System.Drawing.
7548
7549         * reflection.c (mono_method_body_get_object): Handle abstract and
7550         runtime methods.
7551
7552 Mon Jan 17 19:22:39 CET 2005 Paolo Molaro <lupus@ximian.com>
7553
7554         * marshal.c, loader.c, class-internals.h, reflection.c:
7555         store the emthod data for a wrapper in an array instead of a list.
7556
7557 Mon Jan 17 18:48:53 CET 2005 Paolo Molaro <lupus@ximian.com>
7558
7559         * marshal.c: change the code to allocate memory more
7560         conservatively for method wrappers.
7561
7562 Mon Jan 17 18:03:30 CET 2005 Paolo Molaro <lupus@ximian.com>
7563
7564         * class-internals.h, marshal.c: move the str_to_ptr and ptr_to_str
7565         fields from MonoClass to the marshal info structure where they belong.
7566
7567 Mon Jan 17 16:14:46 CET 2005 Paolo Molaro <lupus@ximian.com>
7568
7569         * class.c, object.c, class-internals.h, marshal.c: rearrange
7570         some fields and tweak some types to lower memory usage.
7571
7572 2005-01-17  Zoltan Varga  <vargaz@freemail.hu>
7573
7574         * threads.c (signal_thread_state_change): Handle the case when the
7575         target thread is the current thread.
7576
7577         * marshal.c (mono_struct_delete_old): Do not free lpwstr fields.
7578
7579         * marshal.c: Rename emit_ptr_to_str_conv and its pair to 
7580         emit_ptr_to_object_conv. 
7581
7582         * marshal.c (emit_ptr_to_object_conv): Add support for lpwstr->str
7583         marshalling. Fixes #71352.
7584
7585 Mon Jan 17 10:59:20 CET 2005 Paolo Molaro <lupus@ximian.com>
7586
7587         * metadata.h, blob.h: move table enum to blob.h so it can be included
7588         in any header.
7589         * image.c, metadata.c, metadata-internals.h, pedump.c, reflection.c:
7590         cut the size of MonoImage/MonoDynamicImage.
7591
7592 2005-01-16  Zoltan Varga  <vargaz@freemail.hu>
7593
7594         * profiler.c (mono_profiler_install_simple): Fix default arguments.
7595
7596 Sun Jan 16 12:25:22 CET 2005 Paolo Molaro <lupus@ximian.com>
7597
7598         * reflection.c, reflection.h, icall.c: add a function to check
7599         if an attribute type is defined for a metadata object.
7600
7601 2005-01-14  Lluis Sanchez Gual  <lluis@novell.com>
7602
7603         * object-internals.h: Added some needed fields from StringBuilder class.
7604         * marshal.c: Set the maxCapacity when creating a StringBuilder.
7605
7606 2005-01-13  Zoltan Varga  <vargaz@freemail.hu>
7607
7608         * icall.c (ves_icall_System_Environment_Exit): Suspend all managed
7609         threads before shutting down the runtime.
7610
7611         * threads.c (mono_thread_suspend_all_other_threads): New helper function.
7612
7613 Thu Jan 13 18:16:35 CET 2005 Paolo Molaro <lupus@ximian.com>
7614
7615         * object-internal.h, threads.c: implement stacksize and 
7616         parameterized thread start functionality (requires
7617         matching corlib). Marked broken code for later removal.
7618
7619 2005-01-12  Martin Baulig  <martin@ximian.com>
7620
7621         * class-internals.h (MonoGenericClass): Moved the `initialized'
7622         flag to MonoDynamicGenericClass, removed `init_pending'.
7623         (MonoGenericInst): Added `is_reference' flag.
7624
7625 2005-01-12  Zoltan Varga  <vargaz@freemail.hu>
7626
7627         * reflection.c (mono_image_create_pefile): Only set the pe_offset
7628         inside the MSDOS header. Fixes #71201.
7629
7630         * gc.c (mono_gc_cleanup): Handle the case when this is called from the
7631         gc thread.
7632         (mono_domain_finalize): Ditto.
7633
7634 2005-01-12  Martin Baulig  <martin@ximian.com>
7635
7636         * class.c (mono_get_shared_generic_class): Use the cache for
7637         non-dynamic generic classes.
7638
7639         * class-internals.h (mono_class_create_generic_2): Removed
7640         function prototype, this function is now static inside class.c.
7641
7642         * class.c (mono_class_create_generic_2): Made this static, only
7643         call it from mono_class_init() and mono_class_setup_parent().
7644         (collect_implemented_interfaces_aux): Call mono_class_init() on
7645         the interfaces we collect.
7646         (mono_class_setup_vtable): Call mono_class_init (class->parent).
7647
7648 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
7649
7650         * threads.c (mono_thread_attach): Call DuplicateHandle on the thread handle on win32 to make
7651         it a real thread handle.
7652
7653         * domain-internals.h: Move exvar_offset from MonoJitInfo to 
7654         MonoJitExceptionInfo, since each catch clause needs its own variable.
7655         
7656 2005-01-11  Dick Porter  <dick@ximian.com>
7657
7658         * image.c (mono_pe_file_open): New variant on mono_image_open()
7659         that does not set up the CLI metadata; used for FileVersionInfo so
7660         it can get the data for windows binaries too.
7661         
7662         * process.c (process_read_string_block): Don't read off the end of
7663         the StringTable block.
7664
7665         These both fix bug 70766.
7666
7667 Tue Jan 11 15:26:00 CET 2005 Paolo Molaro <lupus@ximian.comt>
7668
7669         * gc.c: set some fields to NULL at GC cleanup time.
7670         * threads.c: if we quit the main thread, call exit ().
7671
7672 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
7673
7674         * threads.c (interruption_request_apc): Decore APC callbacks with CALLBACK under win32.
7675
7676 Mon Jan 10 18:47:28 CET 2005 Paolo Molaro <lupus@ximian.com>
7677
7678         * threads.h, threads.c, object.c: added accessor and settor for
7679         main_thread. Handle it specially when exiting from it: wait
7680         for other foreground threads to exit.
7681
7682 Mon Jan 10 12:06:18 CET 2005 Paolo Molaro <lupus@ximian.com>
7683
7684         * process.c, verify.c: remove some bloat.
7685
7686 2005-01-09  Zoltan Varga  <vargaz@freemail.hu>
7687
7688         * loader.c (mono_lookup_pinvoke_call): If we found the function without name mangling, change
7689         the calling convention to cdecl under win32.
7690
7691 2005-01-08  Ben Maurer  <bmaurer@ximian.com>
7692
7693         * object.c (mono_object_get_size): New function to get the size of
7694         an object instance.
7695
7696         * profiler.c (simple_allocation): Use above.
7697
7698 2005-01-08  Sebastien Pouliot  <sebastien@ximian.com>
7699
7700         * appdomain.c: Replaced ves_icall_System_AppDomain_getDomainByID by
7701         ves_icall_System_AppDomain_getRootDomain (as it's not required to
7702         get an appdomain by it's id and we can't assume the root's id is 0).
7703         * domain-internals.h: Change the function prototype to match.
7704         * icall.c: Change the icall table for AppDomain.
7705
7706 2005-01-08  Miguel de Icaza  <miguel@ximian.com>
7707
7708         * locales.c (string_invariant_compare_char): Only compute
7709         GUnicodeTypes in the case where we need them.  Test for ordinality
7710         first and return if so.
7711
7712         From the commit:
7713
7714                 /*
7715                  * FIXME: here we must use the information from c1type and c2type
7716                  * to find out the proper collation, even on the InvariantCulture, the
7717                  * sorting is not done by computing the unicode values, but their
7718                  * actual sort order.
7719                  */
7720
7721 Sat Jan 8 19:03:26 CET 2005 Paolo Molaro <lupus@ximian.com>
7722
7723         * loader.c: for P/Invoke methods, allow the "Internal" shared
7724         library name to refer to the calling process symbol namespace.
7725
7726 2005-01-07  Sebastien Pouliot  <sebastien@ximian.com>
7727
7728         * Makefile.am: Add the security manager to the build.
7729         * security-manager.c|h: New. Initialization of the security manager.
7730
7731 2005-01-07  Dick Porter  <dick@ximian.com>
7732
7733         * threads.c: 
7734         * monitor.c: Update thread state during Monitor and WaitHandle
7735         waits.  Fixes bug 71031.
7736
7737 2005-01-07  Zoltan Varga  <vargaz@freemail.hu>
7738
7739         * reflection.c (property_encode_signature): Correctly handle when the
7740         property has no methods.
7741
7742 2005-01-06  Zoltan Varga  <vargaz@freemail.hu>
7743
7744         * reflection.c (reflection_methodbuilder_to_mono_method): Remove debug stuff.
7745         
7746         * reflection.c (reflection_methodbuilder_from_method_builder): Copy
7747         fields from mb, not rmb. Fixes #71017.
7748
7749         * marshal.c (emit_ptr_to_str_conv): Add support for 
7750         ByValTStr -> string conversion. Fixes #71015.
7751
7752         * appdomain.c (mono_domain_owns_vtable_slot): New helper function.
7753
7754         * mempool.c (mono_mempool_contains_addr): New helper function.
7755
7756 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
7757
7758         * metadata.c (mono_metadata_compute_size): Fix size calculation of
7759         HasSematics encoded fields.
7760         
7761         * metadata.c (mono_type_to_unmanaged): Improve error message for 
7762         invalid string marshalling.
7763
7764         * metadata.c: Fix warnings.
7765         
7766 Wed Jan 5 16:17:27 CET 2005 Paolo Molaro <lupus@ximian.com>
7767
7768         * profiler-private.h, profiler.c, profiler.h, gc.c: sample statistical
7769         profiler support.
7770
7771 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
7772
7773         * domain.c object.c domain-internals.h: Revert part of r38077 since the
7774         keys to proxy_vtable_hash are GCd objects. Fixes running the class lib
7775         tests.
7776
7777 2005-01-03  Zoltan Varga  <vargaz@freemail.hu>
7778
7779         * marshal.c: Use MONO_CLASSCONST instead of MONO_LDPTR in some places,
7780         so methods containing these can be AOTed.
7781
7782 2005-01-03  Martin Baulig  <martin@ximian.com>
7783
7784         * loader.c (find_method): Removed the hack for generic instances.
7785         (method_from_memberref): If our parent is a generic instance, pass
7786         its generic type definition to find_method() and then inflate the
7787         method.
7788         (mono_get_method_constrained): Pass the generic type definition to
7789         find_method() and inflate the method later.
7790
7791         * class-internals.h (MonoStats): Added `generic_class_count'.
7792
7793         * icall.c (ves_icall_MonoGenericMethod_get_reflected_type):
7794         Renamed to ves_icall_MonoGenericMethod_get_ReflectedType().
7795
7796         * reflection.c (mono_custom_attrs_from_params): Don't ignore
7797         generic type definitions.
7798
7799 2004-12-30  Zoltan Varga  <vargaz@freemail.hu>
7800
7801         * loader.c icall.c: Fix warnings.
7802
7803 2004-12-29  Zoltan Varga  <vargaz@freemail.hu>
7804
7805         * marshal.c (mono_marshal_get_managed_wrapper): Fix returning of
7806         blittable types. Fixes #70864.
7807
7808 2004-12-29  Martin Baulig  <martin@ximian.com>
7809
7810         * icall.c
7811         (ves_icall_MonoGenericMethod_get_reflected_type): New interncall.
7812
7813         * reflection.c (mono_method_get_object): Create a
7814         "System.Reflection.MonoGenericMethod" for inflated methods; don't
7815         call mono_get_inflated_method().
7816
7817         * class-internals.h (MonoStats): Added `inflated_method_count_2'.
7818
7819 2004-12-27  Martin Baulig  <martin@ximian.com>
7820
7821         * class-internals.h (MonoMethod): Added `is_inflated' flag.
7822         (MonoMethodInflated): Added `inflated' field.
7823
7824         * class.c (mono_class_inflate_generic_method): Don't really
7825         inflate the method here; just set the `is_inflated' flag in the
7826         MonoMethod.
7827         (mono_class_get_inflated_method): Actually inflate the method here
7828         if it's not already inflated; we use the MonoMethodInflated's new
7829         `inflated' field as a cache.
7830
7831 2004-12-26  Martin Baulig  <martin@ximian.com>
7832
7833         * class.c
7834         (inflate_generic_class): Moved some code out of inflate_generic_type().
7835         (mono_class_inflate_generic_method): If we're already inflated,
7836         inflate the context and use the declaring method; ie. make sure
7837         the declaring method of an inflated method is always the generic
7838         method definition.
7839         (mono_class_create_from_typedef): Create
7840         `class->generic_container->context->gclass'.
7841
7842 2004-12-24  Ben Maurer  <bmaurer@ximian.com>
7843
7844         * metadata-internals.h, marshal.c, reflection.c: More
7845         MonoGHashTable->GHashTable.
7846
7847         * domain-internals.h, class.c: Change MonoGHashTable's into
7848         GHashTables for some cases where no gc stuff is used
7849
7850         All users: update apis
7851
7852 2004-12-23  Ben Maurer  <bmaurer@ximian.com>
7853
7854         * metadata.c (builtin_types): Make this `const'. Makes this get
7855         put into the shareable section.
7856         (mono_metadata_init): Casts to make gcc happy.
7857
7858 2004-12-22  Zoltan Varga  <vargaz@freemail.hu>
7859
7860         * gc.c (mono_gc_init): Add a '\n' to the valgrind warning.
7861
7862 2004-12-21  Sebastien Pouliot  <sebastien@ximian.com> 
7863
7864         * icall.c: Added an internal call to retrieve the position and length
7865         of assembly-level declarative security attributes (RequestMinimum, 
7866         RequestOptional and RequestRefuse). This is used by the Assembly class
7867         to re-create the corresponding permission sets.
7868
7869 Tue Dec 21 14:50:31 CET 2004 Paolo Molaro <lupus@ximian.com>
7870
7871         * marshal.c: fix the stelemref wrapper to be type correct
7872         (and faster).
7873
7874 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
7875
7876         * icall.c (ves_icall_System_Object_GetHashCode): There was no need
7877         to do key & 0x7fffffff. Hashtable already does this. It just
7878         results in longer code.
7879
7880 2004-12-20  Sebastien Pouliot  <sebastien@ximian.com>
7881
7882         * appdomain.c: Bump corlib version.
7883         * class-internals.h: Added RuntimeSecurityFrame to mono_defaults.
7884         * domain.c: Add RuntimeSecurityFrame to mono_defaults.
7885         * reflection.c|h: Add functions to get declarative security infos
7886         (blob position and length) for assemblies, classes and methods.
7887
7888 Mon Dec 20 15:28:54 CET 2004 Paolo Molaro <lupus@ximian.com>
7889
7890         * reflection.c: sort the constant table (bug #70693).
7891
7892 Mon Dec 20 12:19:37 CET 2004 Paolo Molaro <lupus@ximian.com>
7893
7894         * object-internals.h, threads.c, domain.c: add accessors for
7895         the MonoThread and MonoDomain tls keys.
7896
7897 2004-12-18  Martin Baulig  <martin@ximian.com>
7898
7899         * class.c (inflate_generic_type): If we're inflating a generic
7900         instance, set `ngclass->context->container = context->container';
7901         ie. the container we inflated into.
7902
7903         * metadata.c (mono_metadata_parse_generic_param): Reflect above
7904         inflate_generic_type() changes.
7905
7906 2004-12-17  Martin Baulig  <martin@ximian.com>
7907
7908         * class-internals.h
7909         (MonoGenericClass): Replaced `MonoType *generic_type' with
7910         `MonoClass *generic_class'.  Removed `dynamic_info'; if
7911         `is_dynamic' is true, we're a `MonoDynamicGenericClass'.
7912         (MonoDynamicGenericClass): Derive from `MonoGenericClass'.
7913
7914 2004-12-16  Zoltan Varga  <vargaz@freemail.hu>
7915
7916         * exception.c (mono_exception_from_token): New helper function.
7917
7918 2004-12-15  Zoltan Varga  <vargaz@freemail.hu>
7919
7920         * assembly.c (mono_assembly_load_with_partial_name): Call 
7921         mono_assembly_loaded before invoking the preload hooks. Fixes
7922         #70564.
7923
7924         * object-internals.h (MonoThread): Change culture_info and 
7925         ui_culture_info into an array.
7926
7927         * threads.c: Cache culture info objects from more than one appdomain.
7928
7929         * threads.c threads-types.h icall.c: Add icalls for manipulating the 
7930         current UI culture.
7931
7932 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
7933
7934         * threads.h threads.c appdomain.c: Clear the culture_info field of
7935         all threads during unloading if they point to an object in the dying
7936         appdomain.
7937
7938 2004-12-13  Ben Maurer  <bmaurer@ximian.com>
7939
7940         * culture-info.h (TextInfoEntry): New struct
7941         * object-internals.h: sync with managed
7942         * locales.c: fill the `text_info_data' field
7943         * culture-info-tables.h: update
7944
7945 Mon Dec 13 18:10:50 CET 2004 Paolo Molaro <lupus@ximian.com>
7946
7947         * Makefile.am, monodiet.c: add monodiet, an IL code garbage
7948         collector.
7949
7950 2004-12-12  Ben Maurer  <bmaurer@ximian.com>
7951
7952         * icall.c (ves_icall_ModuleBuilder_getToken): Check for null
7953         (ves_icall_ModuleBuilder_getMethodToken): Ditto
7954
7955 2004-12-12  Martin Baulig  <martin@ximian.com>
7956
7957         * mono-debug-debugger.c (write_type): If we're an enum and the
7958         builtin types have already been initialized, call mono_class_init().
7959
7960 2004-12-11  Martin Baulig  <martin@ximian.com>
7961
7962         * metadata.c (mono_metadata_load_generic_params): Added
7963         `MonoGenericContainer *parent_container' argument; automatically
7964         compute `container->is_method'; pass the correct owner to
7965         get_constraints().      
7966
7967         * reflection.c (compare_genericparam): Sort the GenericParam table
7968         according to increasing owners. 
7969
7970 Fri Dec 10 18:43:46 CET 2004 Paolo Molaro <lupus@ximian.com>
7971
7972         * profiler.c: allow disabling the default profiler.
7973
7974 Fri Dec 10 18:42:11 CET 2004 Paolo Molaro <lupus@ximian.com>
7975
7976         * decimal.c, icall.c: allow disabling System.Decimal support.
7977
7978 2004-12-09  Marek Safar <marek.safar@seznam.cz>
7979
7980         * reflection.c: Add support for null attribute arguments.
7981
7982 2004-12-09  Martin Baulig  <martin@ximian.com>
7983
7984         * metadata.h, loader.h: Use `idx' instead of `index' in parameter
7985         names to get rid of compiler warnings.
7986
7987 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
7988
7989         * marshal.c (mono_marshal_get_struct_to_ptr): Call 
7990         mono_marshal_load_type_info (). Fixes #69625.
7991         (mono_marshal_get_ptr_to_struct): Likewise.
7992
7993 2004-12-08  Martin Baulig  <martin@ximian.com>
7994
7995         * mono-debug.h: Bumped version number to 47.
7996
7997         * mono-debug-debugger.c
7998         (mono_debugger_event_handler, mono_debugger_event): Take two
7999         guint64 arguments insteed of a gpointer and a guint32.  
8000
8001 2004-12-08  Martin Baulig  <martin@ximian.com>
8002
8003         * debug-mono-symfile.h
8004         (MonoDebugLineNumberEntry): Renamed `offset' to `il_offset' and
8005         `address' to `native_offset'.
8006
8007 2004-12-08  Martin Baulig  <martin@ximian.com>
8008
8009         * class.c (mono_class_create_from_typespec): Only inflate if we
8010         either have `context->gclass' or `context->gmethod'.
8011
8012 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
8013
8014         * metadata-internals.h (MonoAssembly): Add 'corlib_internal' field.
8015
8016         * object-internals.h (MonoReflectionAssemblyBuilder): Move 'corlib_internal' field from Assembly to AssemblyBuilder.
8017
8018         * reflection.c (mono_image_basic_init): Initialize assembly->corlib_internal from the assembly builder.
8019
8020         * reflection.c (mono_assembly_get_object): Remove the workaround put
8021         in for the release.
8022         
8023         * appdomain.c: Use the corlib_internal field from MonoAssembly.
8024
8025         * appdomain.c: Bump corlib version.
8026
8027         * reflection.c (mono_assembly_get_object): Add a workaround so __MetadataTypes won't
8028         be visible in other appdomains.
8029
8030 2004-12-07  Ben Maurer  <bmaurer@ximian.com>
8031
8032         * threads.c: Interlocked inc and dec for longs were messed up,
8033         use a KISS based impl for this. Fixes 70234
8034
8035 2004-12-07  Zoltan Varga  <vargaz@freemail.hu>
8036
8037         * threads.c (ves_icall_System_Threading_Thread_GetCachedCurrentCulture): Make this lock-less.
8038
8039 Tue Dec 7 10:47:09 CET 2004 Paolo Molaro <lupus@ximian.com>
8040
8041         * icall.c: fix to follow policy not to allow struct
8042         arguments in icalls.
8043
8044 2004-12-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8045
8046         * process.c: make the patch that handles spaces in file paths work
8047         on mono/windows too.
8048
8049 2004-12-06  Martin Baulig  <martin@ximian.com>
8050
8051         * class.c (mono_class_create_generic): Call
8052         mono_class_setup_supertypes() if we're dynamic.
8053         (mono_class_is_subclass_of): `g_assert (klass->idepth > 0)'.
8054
8055 2004-12-06  Zoltan Varga  <vargaz@freemail.hu>
8056
8057         * object-internals.h: Add new fields to MonoThread.
8058
8059         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
8060
8061         * icall.c threads-types.h threads.c: Add new icalls.
8062
8063         * object-internals.h (MonoThread): Remove unused 'unmanaged' field.
8064
8065         * object-internals.h (MonoReflectionAssembly): Sync object layout with
8066         managed side.
8067
8068         * appdomain.c: Bump corlib version.
8069
8070         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Skip
8071         internal assemblies. Fixes #69181.
8072
8073 2004-12-05  Martin Baulig  <martin@ximian.com>
8074
8075         * class.c (mono_class_inflate_generic_signature): Make this a
8076         no-op if `context' is NULL or we don't have any type parameters;
8077         also copy `sentinelpos'.        
8078
8079 2004-12-04  Zoltan Varga  <vargaz@freemail.hu>
8080
8081         * image.c: Add unbox_wrapper_cache.
8082
8083         * class-internals.h debug-helpers.c: Add MONO_WRAPPER_UNBOX.
8084
8085         * marshal.h marshal.c (mono_marshal_get_unbox_wrapper): New wrapper
8086         function generator.
8087         
8088         * object.c (mono_delegate_ctor): Call unbox wrapper if neccesary.
8089         Fixes #70173.
8090
8091         * metadata-internals.h image.c: Add MonoImage->unbox_wrapper_cache.
8092         
8093 2004-12-04  Martin Baulig  <martin@ximian.com>
8094
8095         * loader.c (mono_method_get_signature_full): New public function;
8096         like mono_method_get_signature(), but with an additional
8097         `MonoGenericContext *' argument.
8098
8099         * class.c (mono_class_inflate_generic_signature): Formerly known
8100         as inflate_generic_signature(); make this public.
8101
8102 2004-12-04  Martin Baulig  <martin@ximian.com>
8103
8104         * metadata.c
8105         (mono_metadata_parse_type_full): Take a `MonoGenericContext *'
8106         instead of a `MonoGenericContainer *'.  
8107         (mono_metadata_parse_array_full): Likewise.
8108         (mono_metadata_parse_signature_full): Likewise.
8109         (mono_metadata_parse_method_signature_full): Likewise.
8110         (mono_metadata_parse_generic_inst): Likewise.
8111         (mono_metadata_parse_generic_param): Likewise.
8112         (mono_metadata_parse_mh_full): Likewise.
8113         (mono_type_create_from_typespec_full): Likewise.
8114
8115 2004-12-03  Martin Baulig  <martin@ximian.com>
8116
8117         * class-internals.h (MonoGenericContainer): Replaced the
8118         `MonoGenericContext * pointer with a `MonoGenericContext'
8119         structure and made it the first element.
8120
8121 2004-12-03  Martin Baulig  <martin@ximian.com>
8122
8123         * class.c
8124         (inflate_generic_type): Set the `context->container' when creating
8125         a new MonoGenericContext.
8126         (mono_class_inflate_generic_method): Likewise.
8127         (mono_class_create_from_typespec): Just use `context->container'
8128         to get the container.
8129
8130         * loader.c (method_from_methodspec): Set `context->parent' from
8131         `context->container' - and if that's a method container, use its
8132         parent.  Also set the `context->container' when creating a new
8133         MonoGenericContext.
8134         (mono_get_method_from_token): Use just `context->container' to get
8135         the container.
8136
8137         * metadata.c (do_mono_metadata_parse_generic_class): Also set
8138         `gclass->context->container'.
8139
8140         * reflection.c (do_mono_reflection_bind_generic_parameters): Set
8141         the `context->container' when creating a new MonoGenericContext.
8142
8143 2004-12-03  Zoltan Varga  <vargaz@freemail.hu>
8144
8145         * reflection.c (compare_genericparam): Sort params with identical
8146         owner by their number. Fixes gen-111 on sparc.
8147
8148 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
8149
8150         * threadpool.c (async_invoke_thread): Call push/pop_appdomain_ref
8151         around the domain changes.
8152
8153         * appdomain.c (mono_domain_unload): Handle the case when the thread
8154         calling Unload is itself being aborted during unloading. Fixes #70022.
8155
8156         * appdomain.h: Add prototype for mono_install_runtime_cleanup.
8157
8158         * marshal.c (emit_thread_interrupt_checkpoint_call): Call 
8159         checkpoint_func as an icall so it gets a wrapper.
8160         (mono_marshal_get_xappdomain_invoke): Call push/pop_appdomain_ref ()
8161         in the cross-appdomain wrappers too.
8162
8163         * threads.c (mono_thread_has_appdomain_ref): Make this public.
8164
8165         * assembly.c (mono_assembly_open_from_bundle): Fix warning.
8166
8167         * reflection.c: Fix some memory leaks.
8168         
8169 2004-12-02  Martin Baulig  <martin@ximian.com>
8170
8171         * metadata-internals.h (MonoImage): Removed `generic_class_cache'.
8172
8173         * metadata.c (generic_class_cache): New static hashtable.
8174         (mono_metadata_lookup_generic_class): New public method.
8175
8176 2004-12-02  Martin Baulig  <martin@ximian.com>
8177
8178         * class.c (mono_class_create_from_typedef): Call
8179         mono_class_setup_parent() and mono_class_create_mono_type() before
8180         parsing the interfaces.
8181
8182 2004-12-02  Martin Baulig  <martin@ximian.com>
8183
8184         * metadata.c (generic_inst_cache): New static hashtable.
8185         (mono_metadata_lookup_generic_inst): New public function.
8186         (mono_metadata_inflate_generic_inst): New public function.
8187         (mono_metadata_parse_generic_inst): New public function.
8188         (do_mono_metadata_parse_generic_class): Use the new
8189         mono_metadata_parse_generic_inst() for parsing the `gclass->inst'
8190         since this'll also use the cache.
8191
8192         * reflection.c (mono_reflection_bind_generic_method_parameters):
8193         Use mono_metadata_lookup_generic_inst() to use the new cache.
8194
8195         * class.c (inflate_mono_type): Use
8196         mono_metadata_inflate_generic_inst() to inflate a generic
8197         instance; this'll also use the new cache.
8198
8199         * loader.c (method_from_methodspec): Use
8200         mono_metadata_parse_generic_inst() and
8201         mono_metadata_inflate_generic_inst() rather than parsing it
8202         manually, so we can use the new cache.
8203
8204 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
8205
8206         * threads.c (wait_for_tids): Do not incorrectly free threads when 
8207         the wait times out.
8208
8209 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
8210
8211         * icall.c (mono_ArgIterator_Setup) : Conditionally compile calculation of
8212         iter->args based on whether parameters are passed in registers (i.e.
8213         MONO_ARCH_REGPARMS is defined)
8214
8215 2004-12-01  Zoltan Varga  <vargaz@freemail.hu>
8216
8217         * loader.c (mono_lookup_pinvoke_call): Use the remapped dll name in
8218         the exception message. Fixes #70070.
8219         (method_from_methodspec): Fix warnings.
8220
8221 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8222
8223         * process.c: (complete_path) return the path quoted
8224
8225 2004-12-01  Martin Baulig  <martin@ximian.com>
8226
8227         * class-internals.h (MonoGenericInst): New structure.
8228         (MonoGenericClass): Replaced `type_argc', `type_argv' and
8229         `is_open' with `MonoGenericInst *inst'.
8230         (MonoGenericMethod): Replaced `mtype_argc', `mtype_argv' and
8231         `is_open' with `MonoGenericInst *inst'.
8232
8233 2004-11-30  Martin Baulig  <martin@ximian.com>
8234
8235         Generics API cleanup: renamed MonoGenericInst -> MonoGenericClass.
8236
8237         * metadata-internals.h (MonoImage): Renamed `generic_inst_cache'
8238         to `generic_class_cache'.
8239
8240         * metadata.c
8241         (mono_generic_inst_hash): Renamed to mono_generic_class_hash().
8242         (mono_generic_inst_equal): Renamed to mono_generic_class_equal().
8243         (mono_generic_inst_is_valuetype): Renamed to
8244         mono_generic_class_is_valuetype().
8245
8246         * class-internals.h
8247         (MonoGenericInst): Renamed to MonoGenericClass.
8248         (MonoDynamicGenericInst): Renamed to MonoDynamicGenericClass.
8249         (MonoClass): Renamed `generic_inst' to `generic_class'.
8250         (MonoGenericContext): Renamed `ginst' to `gclass'.
8251
8252         * object-internals.h
8253         (MonoReflectionGenericInst): Renamed to MonoReflectionGenericClass.
8254
8255         * reflection.c (mono_reflection_generic_inst_initialize): Renamed to
8256         mono_reflection_generic_class_initialize().
8257
8258         * icall.c (icall_entries): "System.Reflection.MonoGenericInst" is
8259         now known as "System.Reflection.MonoGenericClass".
8260         (monogenericinst_icalls): Renamed to monogenericclass_icalls.
8261
8262 2004-11-29  Sebastien Pouliot  <sebastien@ximian.com>
8263
8264         * class-internals.h: Added a flag field to MonoClass to cache the
8265         declarative security attributes actions associated with the class.
8266         * domain-internals.h: Added booleans to MonoJitInfo to cache the
8267         (class or method level) stack modifiers (Assert, Deny and PermitOnly)
8268         applicable to the JITted method.
8269         * reflection.c|h: Added functions to extract (as flags) which security
8270         actions are available (declaratively) for a method, class or assembly.
8271         * metadata.c|h: Added functions to search the declarative security
8272         table in the metadata.
8273         
8274 2004-11-29  Ben Maurer  <bmaurer@ximian.com>
8275
8276         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces):
8277         EXPORTEDTYPES are already in the class name cache, so there is no
8278         need to add extra code here to look at them. Just removes a bit of
8279         cruft.
8280
8281         (ves_icall_System_Environment_get_TickCount): No need for #if
8282         WINDOWS. We already have the code in io-layer.
8283
8284 2004-11-28  Martin Baulig  <martin@ximian.com>
8285
8286         * loader.c
8287         (method_from_methodspec): Also inflate the `gmethod->mtype_argv'.
8288         Fixes gen-112.cs.
8289
8290 2004-11-27  Miguel de Icaza  <miguel@ximian.com>
8291
8292         * assembly.c (do_mono_assembly_open): Instead of having a
8293         conditional WITH_BUNDLE, incorporate support for bundles here, by
8294         having a global `bundles' variable holding a pointer to the actual
8295         bundles. 
8296
8297         (mono_register_bundled_assemblies): New API call used by the
8298         bundle code. 
8299
8300         See mkbundle.1 for details.
8301         
8302 2004-11-27  Martin Baulig  <martin@ximian.com>
8303
8304         * object.c (mono_class_vtable): Store the `MonoMethod *' itself in
8305         the vtable for generic methods.
8306
8307 2004-11-26  Martin Baulig  <martin@ximian.com>
8308
8309         * metadata.c
8310         (mono_metadata_generic_method_hash): New public function.
8311         (mono_metadata_generic_method_equal): Likewise.
8312
8313         * class-internals.h
8314         (MonoGenericContainer): Added `GHashTable *method_hash'.
8315
8316         * reflection.c (ReflectionMethodBuilder): Added
8317         `MonoGenericContainer *generic_container'.
8318         (reflection_methodbuilder_to_mono_method): Don't create a new
8319         MonoGenericContainer each time we're called.
8320         (mono_reflection_bind_generic_method_parameters): Use
8321         `container->method_hash' to cache the results so we don't create a
8322         different method if we're called several times with the same
8323         arguments.
8324
8325         * loader.c (method_from_methodspec): Use the new
8326         `container->method_hash' here, too.
8327
8328 2004-11-26  Martin Baulig  <martin@ximian.com>
8329
8330         * class.c (inflate_generic_signature): Correctly compute
8331         `res->has_type_parameters'.
8332         (mono_class_vtable): Use the `has_type_parameters' flag to
8333         determine whether we're a generic method.
8334
8335         * metadata.c (mono_metadata_parse_method_signature_full): Likewise.
8336
8337 2004-11-25  Zoltan Varga  <vargaz@freemail.hu>
8338
8339         * object.c (mono_runtime_run_main): Fix a small memory leak.
8340
8341 2004-11-25  Martin Baulig  <martin@ximian.com>
8342
8343         * class.c (set_generic_param_owner): Fixed the loop.
8344
8345 2004-11-25  Martin Baulig  <martin@ximian.com>
8346
8347         * object.c (mono_class_vtable): Don't create any JIT wrappers for
8348         generic methods.
8349
8350 2004-11-24  Zoltan Varga  <vargaz@freemail.hu>
8351
8352         * reflection.c: Allow all kinds of whitespace, not just ' ' in type
8353         names. Fixes #69787.
8354
8355 2004-11-24  Martin Baulig  <martin@ximian.com>
8356
8357         * class.c (mono_class_create_generic_2): If we don't have a
8358         `ginst->parent', inflate `gklass->parent' to get our parent.
8359
8360 2004-11-24  Martin Baulig  <martin@ximian.com>
8361
8362         * reflection.c (compare_genericparam): Correctly sort the
8363         GenericParam table; fixes #69779.
8364
8365 2004-11-23  Ben Maurer  <bmaurer@ximian.com>
8366
8367         * reflection.c: When writing a PE file, don't create a huge
8368         buffer in memory. Just write the arrays we have to the file.
8369         This reduces memory usage.
8370
8371         * metadata-internals.h: MonoDynamicStream pefile is no longer used
8372         globally.
8373
8374 2004-11-17  Martin Baulig  <martin@ximian.com>
8375
8376         * class.c (mono_class_init): Don't setup `class->parent' for
8377         dynamic instances; moved this to mono_class_generic_2().
8378         (mono_class_create_generic): Also set `klass->inited' for dynamic
8379         generic instances.
8380         (mono_class_create_generic_2): Don't do anything for dynamic
8381         generic instances.  Set `klass->parent' here and also call
8382         mono_class_setup_parent() here. 
8383
8384         * reflection.c (do_mono_reflection_bind_generic_parameters): Added
8385         `MonoType *parent' argument; set `ginst->parent' before calling
8386         mono_class_create_generic_2(), so we set the correct parent.
8387
8388 Thu Nov 18 17:10:32 CET 2004 Paolo Molaro <lupus@ximian.com>
8389
8390         * reflection.c: allow getting attributes from ModuleBuilder
8391         (used by ikvm).
8392
8393 2004-11-17  Martin Baulig  <martin@ximian.com>
8394
8395         * class.c (mono_class_create_from_typedef): If a type parameter is
8396         inherited from an outer class, set its owner to that class.
8397
8398 2004-11-17  Atsushi Enomoto  <atsushi@ximian.com>
8399
8400         * reflection.c: (mono_image_create_pefile): Don't use NULL argument
8401           for (int*) written size. This fixes bug #69592.
8402
8403 2004-11-15  Sebastien Pouliot  <sebastien@ximian.com>
8404
8405         * icall.c: Added IsAuthenticodePresnet internal call.
8406         * image.c|h: New function that check a MonoImage for an Authenticode
8407         signature in the certificate PE data directory.
8408         * security.c|h: New internal call to ask the runtime if an 
8409         Authenticode signature seems referenced in the PE header.
8410
8411 2004-11-15  Zoltan Varga  <vargaz@freemail.hu>
8412
8413         * icall.c (ves_icall_type_isprimitive): Native int is a primitive type.
8414
8415         * reflection.c (mono_image_create_pefile): Free the assembly streams
8416         after writing out the assembly file.
8417
8418         * object.c (mono_runtime_run_main): Fix small memory leak.
8419
8420         * icall.c (ves_icall_Type_GetPropertiesByName): Add support for
8421         property access modifiers. Fixes #69389.
8422
8423 Mon Nov 15 11:54:22 CET 2004 Paolo Molaro <lupus@ximian.com>
8424
8425         * domain.c, object.c, object-internals.h, domain-internals.h,
8426         object.h, marshal.c: keep dynamic code info per domain.
8427
8428 2004-11-15  Martin Baulig  <martin@ximian.com>
8429
8430         * class.c (mono_type_get_name_recurse): Put type arguments in
8431         `[',`]' instead of in `<','>'.  Thanks to Atsushi for the patch,
8432         see bug #68387.
8433
8434 2004-11-15  Martin Baulig  <martin@ximian.com>
8435
8436         * class.c (mono_type_get_name_recurse): Added `include_ns' flag.
8437         (mono_class_setup_vtable): When computing `the_cname' for a
8438         generic instance, don't include the namespace since we'd otherwise
8439         add it twice.
8440
8441 2004-11-15  Martin Baulig  <martin@ximian.com>
8442
8443         * class.c (mono_class_create_generic): Changed return type to void.
8444         (mono_class_create_generic_2): New public function; setup
8445         `class->method', `class->field' and `class->interfaces' here
8446         instead of in mono_class_init().
8447
8448         * class.h (mono_class_create_generic): Moved to class-internals.h.
8449
8450 2004-11-14  Ben Maurer  <bmaurer@ximian.com>
8451
8452         * reflection.c (mono_image_create_pefile): take a file HANDLE.
8453         rather than writing to memory, write to this file. Right now,
8454         we are just writting into a buffer, and copying that. However
8455         we can avoid the buffer later.
8456
8457         (mono_dynamic_stream_reset): new function
8458
8459         * icall.c, object-internals.h: update for the above.
8460
8461 2004-11-13  Ben Maurer  <bmaurer@ximian.com>
8462
8463         * reflection.c: Remove *_ATOMIC macros. We really shouldn't
8464         have been using gc'd memory. First it is slower, unlikely
8465         the comment in the source code said, secondly, it increases
8466         our footprint to do it in the gc.
8467
8468         * icall.c (WriteToFile): rename of getDataChunk. Rewrite
8469         the method so that it does not have to copy to managed code.
8470
8471 2004-11-12  Zoltan Varga  <vargaz@freemail.hu>
8472
8473         * loader.c (mono_method_get_header): Fix build for older glibs which does not define G_LIKELY.
8474
8475 2004-11-12  Martin Baulig  <martin@localhost>
8476
8477         * reflection.c (mono_image_create_token): Allow generic method
8478         definitions here, since they may appear in an `.override'; see
8479         gen-98/gen-99 for an example.
8480
8481 2004-11-11  Zoltan Varga  <vargaz@freemail.hu>
8482
8483         * icall.c (ves_icall_Type_GetField): Support BFLAGS_IgnoreCase. Fixes
8484         #69365.
8485
8486         * marshal.c (mono_string_to_ansibstr): Make g_error messages more
8487         descriptive.
8488
8489 2004-11-11  Martin Baulig  <martin@ximian.com>
8490
8491         * class.c (mono_class_setup_vtable): In an explicit interface
8492         implementation, the method name now includes the arity.
8493
8494 2004-11-10  Zoltan Varga  <vargaz@freemail.hu>
8495
8496         * object.c (mono_array_full_copy): Fix warning.
8497
8498 2004-11-10  Lluis Sanchez Gual  <lluis@novell.com>
8499
8500         * appdomain.c: Removed look_for_method_by_name(). Use the new method
8501         mono_class_get_method_from_name() instead.
8502         
8503         * class-internals.h: Added two new types of wrappers. 
8504         Added MonoRemotingTarget enum. Added new trampoline function type, which
8505         takes an additional MonoRemotingTarget value as parameter, so it is
8506         possible to request a trampoline for a specific target.
8507         
8508         * class.c: Added new mono_class_get_method_from_name() method.
8509         
8510         * class.h: In MonoRemoteClass, we can have now to vtables, one for
8511         general remoting sinks and one specific for cross domain calls.
8512         
8513         * debug-helpers.c: Added new wrapper names.
8514         
8515         * icall.c: Use the new method mono_remote_class_vtable() to get the vtable
8516         of a remote class.
8517         
8518         * image.c: Porperly delete value objects form the remoting invoke hashtable.
8519         
8520         * marshal.c: Added mono_marshal_get_xappdomain_invoke(), which together
8521         with several other methods (mono_marshal_get_xappdomain_dispatch,
8522         mono_marshal_get_xappdomain_target, mono_marshal_get_serialize_exception,
8523         and others) can generate a fast remoting wrapper for cross domain calls.
8524         More information can be found in docs/remoting.
8525         Other changes: Removed mono_find_method_by_name, and used
8526         mono_class_get_method_from_name instead.
8527         Remoting wrappers are now stored in a MonoRemotingMethods struct, which
8528         is stored in the remoting invoke hashtable.
8529         
8530         * marshal.h: published the new method for getting the xdomain wrapper,
8531         and also added a method for getting the adequate wrapper for a given
8532         method and target.
8533         
8534         * object-internals.h, object.c: Added a couple of methods for capying and
8535         cloning arrays.
8536         Modified mono_install_remoting_trampoline, which takes the new remoting
8537         trampoline that has a remoting target as parameter.
8538         mono_class_proxy_vtable now also takes a remoting target as parameter, and
8539         will return the most suitable vtable for the target.
8540         Added mono_remote_class_vtable, which returns the vtable of a remote class
8541         (which can be the normal remoting vtable or the xdomain vtable).
8542         
8543         * threads.c: the xdomain invoke and dispatch wrappers must also be
8544         protected against interruptions.
8545
8546 2004-11-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8547
8548         * icall.c: use memmove in BlockCopyInternal when the source and
8549         destination arrays are the same.
8550
8551 2004-11-09  Martin Baulig  <martin@ximian.com>
8552
8553         * class-internals.h (MonoGenericContainer): Removed `method' and
8554         `signature', replaced them with `is_method' and `is_signature'
8555         flags.  Added `context'.
8556
8557         * loader.c (method_from_methodspec): Take a `MonoGenericContext *'
8558         instead of a `MonoGenericContainer *'.
8559
8560         * metadata.c (mono_metadata_generic_param_equal): Removed the hack
8561         for dynamic type parameters.
8562         (mono_metadata_load_generic_params): Setup `container->context'.
8563
8564         * reflection.c (mono_reflection_setup_generic_class): Setup
8565         `tb->generic_container->context'.
8566         (do_mono_reflection_bind_generic_parameters): Use
8567         mono_class_inflate_generic_type() to correctly inflate types,
8568         rather than using our own hack just for MONO_TYPE_VAR.
8569
8570 2004-11-09  Martin Baulig  <martin@ximian.com>
8571
8572         * class.c (mono_class_inflate_generic_method): Small fix; don't
8573         crash here.
8574
8575         * icall.c
8576         (ves_icall_MonoType_GetGenericArguments): Don't ignore `byref' types.
8577         (ves_icall_Type_get_IsGenericTypeDefinition): Likewise.
8578         (ves_icall_Type_GetGenericTypeDefinition_impl): Likewise.
8579         (ves_icall_Type_BindGenericParameters): Likewise.
8580         (ves_icall_Type_get_IsGenericInstance): Likewise.
8581         (ves_icall_Type_GetGenericParameterPosition): Likewise.
8582         (ves_icall_MonoType_get_HasGenericArguments): Likewise.
8583         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
8584         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
8585
8586 2004-11-09  Zoltan Varga  <vargaz@freemail.hu>
8587
8588         * assembly.c (mono_assembly_names_equal): Reenable the comparison of
8589         assembly versions and public key tokens. Fixes #69113.
8590
8591 Tue Nov 9 17:34:05 CET 2004 Paolo Molaro <lupus@ximian.com>
8592
8593         * metadata.c: fix bug introduced with the type cache changes
8594         on 2004-11-06.
8595
8596 Tue Nov 9 17:26:29 CET 2004 Paolo Molaro <lupus@ximian.com>
8597
8598         * metadata.h, metadata.c, domain-internals.h, marshal.c: include
8599         the MonoClass pointer instead of the token in exception clauses.
8600         * reflection.c: updates for the above and make the code not depend
8601         on the structure of MonoExceptionClause.
8602
8603 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
8604
8605         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
8606         Add support for dynamic assemblies. Fixes #69114.
8607
8608         * loader.c (mono_method_get_header): Handle icalls and pinvoke methods.
8609
8610 2004-11-07  Ben Maurer  <bmaurer@ximian.com>
8611
8612         * class-internals.h (MonoMethod): Move addr to MonoMethodPInvoke
8613         since most only those methods use it. the code member of
8614         MonoMethodPInvoke was dead, so that can be removed too. Also,
8615         remove inline_count (again, not used), and move slot so that it
8616         can share bits with some other flags. This saves 8 bytes in the
8617         structure and gives us about 50 kb back for mcs helloworld.cs
8618
8619         * *.[ch]: Do naming changes for the above.
8620
8621         * loader.c (mono_method_get_header): Lazily init the header
8622         on first access.
8623         (mono_get_method_from_token): don't init the header here
8624         (mono_free_method): the header may never be allocated
8625
8626         Overall, this saves 150 kb of unmanaged allocations
8627         for mcs helloworld.cs. That accounts for 10% of the unmanaged
8628         memory at runtime.
8629         
8630         * loader.c, loader.h (mono_method_get_header): new accessor.
8631
8632         * *.[ch]: use the above method. Prepares us to lazily load
8633         the header.
8634
8635         * *.[ch]: Clean up all the pesky warnings. gcc now only gives
8636         three warnings, which are actual bugs (see 69206).
8637
8638         * class-internals.h (MonoMethod): Remove remoting_tramp. It is
8639         unused. Saves a cool 4 bytes / method.
8640
8641 2004-11-06  Ben Maurer  <bmaurer@ximian.com>
8642
8643         * metadata.c (builtin_types): Add types for System.Object here.
8644         (mono_metadata_parse_type_full): Cache MonoType*'s that are
8645         for a class or valuetype from klass->this_arg or klass->byval_arg.
8646
8647         On mcs for a hello world, this gets us down from 21836 MonoType's
8648         to 14560.
8649
8650         (mono_metadata_free_type): Account for the above change.
8651
8652 2004-11-06  Zoltan Varga  <vargaz@freemail.hu>
8653
8654         * appdomain.c (ves_icall_System_AppDomain_GetData): Throw an 
8655         exception instead of asserting if name is null.
8656         (ves_icall_System_AppDomain_GetData): Ditto.
8657
8658 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
8659
8660         (ves_icall_get_enum_info): Avoid crash when called on a non-finished
8661         EnumBuilder.
8662
8663         * icall.c (ves_icall_System_Reflection_Assembly_GetEntryAssembly): 
8664         Return NULL when the domain does not have entry_assembly set.
8665
8666         * icall.c (ves_icall_System_Reflection_Assembly_GetFilesInternal): 
8667         Add a 'resource_modules' argument.
8668         (ves_icall_type_GetTypeCode): Fix typecode of byref types.
8669
8670         * reflection.c (mono_reflection_create_runtime_class): Move setting
8671         of wastypebuilder here, so mono_get_type_object () returns a MonoType
8672         for enums too.
8673
8674         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi): Return NULL here instead of an empty string to match MS behavior.
8675         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi_len):
8676         Throw an ArgumentNullException if 'ptr' is null.
8677
8678         * appdomain.c (mono_domain_assembly_search): Avoid matching dynamic
8679         assemblies here. Fixes #69020.
8680
8681 2004-11-05  Geoff Norton  <gnorton@customerdna.com>
8682
8683         * reflection.c (build_compressed_metadata): Fix the previous patch for
8684         big endian systems.  GUINT32_FROM_LE isn't needed on strlen and was overwriting
8685         the stack.
8686
8687 2004-11-04  Zoltan Varga  <vargaz@freemail.hu>
8688
8689         * assembly.c (mono_assembly_names_equal): Allow a match if one of
8690         the cultures is false. Fixes #69090.
8691
8692         * reflection.c (build_compressed_metadata): Fix invalid memory read 
8693         detected by valgrind.
8694         
8695         * reflection.c (mono_reflection_get_type): Avoid triggering a 
8696         TypeResolve multiple times for the same type. Fixes #65577.
8697
8698 2004-11-04  Ben Maurer  <bmaurer@ximian.com>
8699
8700         * marshal.c: Avoid using ldftn to call managed functions. It is
8701         much slower than just a call.
8702
8703         * reflection.c (mono_module_get_object): free the basename we
8704         allocate here from glib.
8705         
8706         * reflection.c (ensure_runtime_vtable): make sure to free
8707         overrides.  Also, we were allocating an array of MonoMethod not an
8708         array of MonoMethod*.
8709
8710         * marshal.c (mono_marshal_get_stelemref): do a mono_mb_free here.
8711
8712         * image.c (mono_image_close): free image->guid here.
8713
8714 2004-11-02  Zoltan Varga  <vargaz@freemail.hu>
8715
8716         * reflection.c: Fix some spec conformance issues with the PE file
8717         structures so mcs compiled apps run on the Net 2.0 beta.
8718
8719 2004-11-01  Zoltan Varga  <vargaz@freemail.hu>
8720
8721         * string-icalls.c (ves_icall_System_String_ctor_encoding): 
8722         Implement this. Fixes #67264.
8723
8724         * debug-helpers.h debug-helpers.c marshal.c: Move 
8725         mono_find_method_by_name to debug-helpers.c.
8726
8727 2004-10-31  Zoltan Varga  <vargaz@freemail.hu>
8728
8729         * object.c (mono_release_type_locks): type_initialization_hash is
8730         a GHashTable.
8731
8732         * reflection.c object.c object-internals.h: Fix warnings.
8733
8734         * icall.c (ves_icall_Type_GetPropertiesByName): Handle properties
8735         without accessors. Fixes #61561.
8736
8737         * appdomain.c (ves_icall_System_AppDomain_createDomain): Inherit
8738         application base from the root domain if not set. Fixes #65641.
8739         (mono_runtime_init): Fix warning.
8740
8741 2004-10-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
8742
8743         * appdomain.c: call mono_thread_pool_init.
8744         * threadpool.[ch]: new mono_thread_pool_init that sets the max. number
8745         of worker threads based on the number of CPUs and the environment
8746         variable MONO_THREADS_PER_CPU if present. The defaults are 50 (25)
8747         for non-windows (windows) systems.
8748
8749 2004-10-27  Chris Toshok  <toshok@ximian.com>
8750
8751         * mono-debug-debugger.c (write_class): don't call mono_class_init
8752         here, as even with the check for (!klass->init_pending), we get
8753         into a situation where we're hitting cycles in class
8754         initialization.  Fixes #68816.
8755
8756 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
8757
8758         * image.c: Avoid overwriting values in the loaded_images_hash when an
8759         assembly is loaded multiple times. Fixes #61152.
8760
8761         * assembly.c (mono_assembly_names_equal): Compare the cultures as well,
8762         so multiple satellite assemblies for the same name can be loaded.
8763         Fixes #68259.
8764
8765         * mono_domain_assembly_preload: Actually return the loaded assembly, 
8766         not NULL.
8767
8768         * icall.c (ves_icall_type_is_subtype_of): Fix this for byref types.
8769         (ves_icall_type_is_assignable_from): Ditto. Fixes #68582.
8770
8771         * gc.c (finalize_domain_objects): Call GC_invoke_finalizers () so
8772         pending finalizers are not invoked after the appdomain has been 
8773         unloaded. Fixes #67862.
8774
8775 2004-10-22  Martin Baulig  <martin@ximian.com>
8776
8777         * mono-debug-debugger.c
8778         (mono_debugger_runtime_invoke): Don't box valuetypes.
8779
8780 2004-10-22  Chris Toshok  <toshok@ximian.com>
8781
8782         * mono-debug-debugger.c (do_write_class): handle .cctors too, and
8783         don't hide private methods.
8784
8785 2004-10-22  Sebastien Pouliot  <sebastien@ximian.com>
8786
8787         * icall.c: Allows the runtime to "share" (when known) the public key
8788         token of an assembly. This avoid the need to recalculate the token 
8789         (from the public key) in managed code.
8790
8791 2004-10-21  Chris Toshok  <toshok@ximian.com>
8792
8793         * debug-helpers.c (append_class_name): argh, revert last patch.
8794         
8795 2004-10-21  Chris Toshok  <toshok@ximian.com>
8796
8797         * debug-helpers.c (append_class_name): use '+' as the delimiter,
8798         not '/', so that it matches what the debugger uses to look up
8799         methods.
8800
8801 2004-10-21  Martin Baulig  <martin@ximian.com>
8802
8803         * mono-debug-debugger.c (mono_debugger_throw_exception): New
8804         public method; this is called each time an exception is thrown and
8805         allows the debugger to use exception catch points.
8806
8807 2004-10-21  Martin Baulig  <martin@ximian.com>
8808
8809         * mono-debug-debugger.c (mono_debugger_handle_exception): Write
8810         the stack pointer and the exception object in some struct and pass
8811         that to the debugger.
8812
8813 2004-10-21  Chris Toshok  <toshok@ximian.com>
8814
8815         * mono-debug-debugger.c (do_write_class): add instance/static
8816         event support.  We don't expose "raise" or "other" yet.
8817         (event_is_static): new method.
8818
8819 2004-10-20  Bernie Solomon  <bernard@ugsolutions.com>
8820
8821         * mono-debug-debugger.c
8822         (mono_debugger_handle_exception): Remove
8823         bogus return value for fussy compilers.
8824
8825 2004-10-20  Martin Baulig  <martin@ximian.com>
8826
8827         * mono-debug-debugger.c
8828         (mono_debugger_unhandled_exception): Added `gpointer stack' argument.
8829         (mono_debugger_handled_exception): Likewise.
8830
8831 2004-10-20  Martin Baulig  <martin@ximian.com>
8832
8833         * mono-debug-debugger.h (MonoDebuggerEvent): Added
8834         MONO_DEBUGGER_EVENT_EXCEPTION.
8835
8836         * mono-debug-debugger.c (mono_debugger_handle_exception): New
8837         public function to send the debugger a notification for an
8838         exception and inform it about a catch/finally clause.
8839
8840 2004-10-19  Zoltan Varga  <vargaz@freemail.hu>
8841
8842         * marshal.c, icall.c: Applied patch from Alexandre Rocha Lima e
8843         Marcondes (alexandremarcondes@psl-pr.softwarelivre.org). Really
8844         fix 2.95 build. 
8845
8846         * icall.c (ves_icall_InternalExecute): Fix build for gcc-2.95.
8847
8848 2004-10-18  Zoltan Varga  <vargaz@freemail.hu>
8849
8850         * marshal.c (emit_marshal_object): Fix freeing of memory when a reference type is
8851         marshalled as [In,Out]. Fixes #58325.
8852
8853 2004-10-14  Zoltan Varga  <vargaz@freemail.hu>
8854
8855         * reflection.c (mono_method_body_get_object): Implement some fields.
8856
8857 2004-10-12  Martin Baulig  <martin@ximian.com>
8858
8859         * reflection.c (mono_reflection_bind_generic_parameters): Small
8860         fix, correctly retrieve our parent from a generic instance.
8861
8862 2004-10-12  Martin Baulig  <martin@ximian.com>
8863
8864         * metadata.c (mono_metadata_generic_param_equal): We always have
8865         an owner.
8866
8867         * class.c
8868         (mono_class_from_generic_parameter): We need to have an owner.
8869         (my_mono_class_from_generic_parameter): Likewise.
8870
8871         * reflection.c (mono_reflection_setup_generic_class): Renamed to
8872         mono_reflection_create_generic_class() and added a new
8873         mono_reflection_setup_generic_class().  
8874         (mono_reflection_initialize_generic_param): If we're a nested
8875         generic type and inherited from the containing class, set our
8876         owner to the outer class.
8877
8878 2004-10-11  Zoltan Varga  <vargaz@freemail.hu>
8879
8880         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodBodyInternal): New icall.
8881
8882         * reflection.c (mono_method_body_get_object): New function to create
8883         a MethodBody object.
8884
8885         * object-internals.h object.h: Add MonoReflectionMethodBody structure.
8886
8887 2004-10-11  Martin Baulig  <martin@ximian.com>
8888
8889         * metadata.c (_mono_metadata_type_equal): Renamed to
8890         do_mono_metadata_type_equal() and made static.
8891
8892 2004-10-11  Martin Baulig  <martin@ximian.com>
8893
8894         * appdomain.c: Bump corlib version number to 28.
8895
8896 2004-10-10  Martin Baulig  <martin@ximian.com>
8897
8898         * class-internals.h
8899         (MonoGenericInst): Added `MonoGenericContainer *container'.
8900         (MonoGenericMethod): Likewise.
8901         (MonoGenericContext): Likewise.
8902         (MonoGenericParam): Added `MonoGenericContainer *owner'.
8903
8904         * metadata.c
8905         (do_mono_metadata_parse_type): Added a `MonoGenericContainer *' argument.
8906         (do_mono_metadata_parse_generic_inst): Likewise.
8907         (mono_metadata_parse_type_full): New public method.  This is the actual
8908         mono_metadata_parse_type() implementation - with an additional
8909         `MonoGenericContainer *' argument.
8910         (mono_metadata_parse_array_full): Likewise.
8911         (mono_metadata_parse_signature_full): Likewise.
8912         (mono_metadata_parse_method_signature_full): Likewise.
8913         (mono_metadata_parse_mh_full): Likewise.
8914         (mono_type_create_from_typespec): Likewise.
8915         (mono_metadata_interfaces_from_typedef_full): New public method;
8916         this is similar to the other _full() methods, but we take a
8917         `MonoGenericContext *' since we have to pass it to mono_class_get_full().
8918         (mono_metadata_parse_generic_param): Take an additional
8919         `MonoGenericContainer *' argument and lookup the MonoGenericParam
8920         from that container.
8921         (mono_metadata_generic_param_equal): New static method to compare
8922         two type parameters.
8923         (_mono_metadata_type_equal): New static method; takes an
8924         additional `gboolean signature_only' argument - if true, we don't
8925         compare the owners of generic parameters.
8926         (mono_metadata_signature_equal): Call _mono_metadata_type_equal()
8927         with a TRUE argument - do a signature-only comparision.
8928
8929         * loader.c: Use the new _full() methods and pass the
8930         MonoGenericContainer to them.
8931
8932         * object-internals.h (MonoReflectionTypeBuilder): Added
8933         `MonoGenericContainer *generic_container' field.
8934         (MonoReflectionMethodBuilder): Likewise.
8935
8936 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
8937
8938         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): Special
8939         case initial images of dynamic assemblies.
8940
8941         * reflection.c (mono_image_basic_init): Set 'initial_image' field.
8942
8943         * metadata-internals.h (MonoDynamicImage): Add 'initial_image' field.
8944
8945         * reflection.c (mono_reflection_event_builder_get_event_info): Fix
8946         length of event->other array.
8947         (typebuilder_setup_events): Ditto.
8948
8949         * domain-internals.h (MonoDomain): Rename 'assemblies' hash table to
8950         'assembly_by_name' and add an 'assemblies' list.
8951
8952         * assembly.h assembly.c: Add a new search hook for determining whenever
8953         an assembly is already loaded. Use this instead of searching in the
8954         loaded_assemblies list.
8955
8956         * domain.c appdomain.c: Implement the new search hook so loaded 
8957         assemblies are now scoped by appdomain. Fixes #67727.
8958
8959 2004-10-07  Zoltan Varga  <vargaz@freemail.hu>
8960
8961         * threads.c (mono_thread_attach): Initialize synch_lock field so
8962         mono_thread_detach works again.
8963
8964         * loader.c (mono_lookup_pinvoke_call): Try the dllname prefixed with
8965         'lib' too. Fixes #63130.
8966
8967 2004-10-06  Jackson Harper  <jackson@ximian.com>
8968
8969         * culture-info-tables.h: regenerated.
8970
8971 2004-10-06  Zoltan Varga  <vargaz@freemail.hu>
8972
8973         * icall.c (ves_icall_Type_GetInterfaces): Include interfaces 
8974         implemented by other interfaces in the result. Fixes #65764.
8975         
8976         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
8977         Handle unloadable modules without crashing.
8978
8979         * image.c (load_modules): Revert the previous patch since modules must
8980         have a fixed index inside the array.
8981         
8982         * image.c (load_modules): Don't include native modules in the modules
8983         array.
8984
8985 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
8986
8987         * reflection.h: Add param_defaults field.
8988
8989         * reflection.c: Add support for parameter defaults in dynamic methods.
8990         Fixes #64595.
8991
8992         * icall.c (ves_icall_MonoType_get_Namespace): Return NULL instead of
8993         an empty string when a type has no namespace. Fixes #64230.
8994
8995 2004-10-04  Sebastien Pouliot  <sebastien@ximian.com>
8996
8997         * tabledefs.h: Added "internal" security actions to support non-CAS
8998         permissions NonCasDemand, NonCasLinkDemand and NonCasInheritance. 
8999         Note: they do not seems to be used anymore in 2.0 (new metadata format)
9000
9001 2004-10-04  Zoltan Varga  <vargaz@freemail.hu>
9002
9003         * icall.c (ves_icall_InternalInvoke): Throw an exception when calling
9004         constructor of abstract class. Fixes #61689.
9005
9006 2004-10-04  Martin Baulig  <martin@ximian.com>
9007
9008         * class-internals.h (MonoGenericContainer): New type.
9009         (MonoMethodNormal): Replaced `MonoGenericParam *gen_params' with
9010         `MonoGenericContainer *generic_container'.
9011         (MonoClass): Replaced `gen_params' and `num_gen_params' with
9012         `MonoGenericContainer *generic_container'.
9013
9014         * metadata.c (mono_metadata_load_generic_params): Return a
9015         `MonoGenericContainer *' instead of a `MonoGenericParam *';
9016         removed the `num' argument.
9017
9018 2004-10-03  Zoltan Varga  <vargaz@freemail.hu>
9019
9020         * icall.c (ves_icall_System_Reflection_Module_GetPEKind): Add support
9021         for dynamic images.
9022
9023         * object-internals.h (MonoReflectionAssemblyBuilder): Add pe_kind and
9024         machine fields.
9025
9026         * metadata-internals.h (MonoDynamicImage): Add pe_kind and machine fields.
9027
9028         * reflection.c: Save pe_kind and machine values into the generated
9029         image file.
9030
9031         * appdomain.c: Bump corlib version number.
9032
9033         * object-internals.h: Reorganize layout of LocalBuilder.
9034
9035         * class-internals.h class.c (mono_class_get_implemented_interfaces): 
9036         New helper function.
9037
9038         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Return the
9039         created MonoType for dynamic types. Fixes #66180.
9040
9041 2004-10-02  Ben Maurer  <bmaurer@ximian.com>
9042
9043         * threadpool.c: the ares hashtable needs a critical section around it.
9044         this prevents some nasty segfaults
9045
9046 2004-10-02  Massimiliano Mantione  <massi@ximian.com>
9047
9048         * process.c: Fixed alignments to 32 bits as casting to unsigned is unsafe
9049         on 64 bits platforms, patch by will@exomi.com (Ville-Pertti Keinonen), see
9050         bug 67324).
9051         
9052 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
9053
9054         * object-internals.h (MonoReflectionTypeBuilder): Add 'created' field.
9055         
9056 2004-09-30  Lluis Sanchez Gual  <lluis@novell.com>
9057
9058         * image.c: Always canonicalize image file names, to avoid loading
9059         the same assembly twice when referenced using a relative path.
9060
9061 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
9062
9063         * marshal.h marshal.c icall.c: Fix bugs in previous patch.
9064
9065         * marshal.c marshal.h icall.c: Add GetDelegateForFunctionPointerInternal icall.
9066
9067         * marshal.c: Fix warnings.
9068
9069 2004-09-29  Geoff Norton  <gnorton@customerdna.com>
9070
9071         * marshal.c (mono_ftnptr_to_delegate): This method was improperly
9072         attempting to marshal the delegate_trampoline as the method_addr.
9073         This patch has a static hashtable of marshalled delegates so that 
9074         we can map delegate_trampoline addresses back to delegates.  This
9075         allows a delegate passed to managed code to be passed back into native
9076         code.  Fixes #67039
9077
9078 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
9079
9080         * icall.c: Add GetFunctionPointerForDelegateInternal icall.
9081
9082         * reflection.c (method_encode_code): Align method headers properly.
9083         Fixes #66025.
9084
9085 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
9086
9087         * marshal.c: In the runtime invoke wrapper, reset the abort
9088         exception if it is cached. This avoids the automatic rethrowal of 
9089         the exception after the catch of the wrapper. Also check for pending
9090         interruptions before calling the managed method. This is done using
9091         the new method emit_thread_force_interrupt_checkpoint, since the
9092         normal checkpoint method is ignored when running the invoke wrapper.
9093         * object.c: If the abort exception is rethrown, set the abort_exc
9094         field of the thread, so it will be rethrown aftere every catch.
9095         * threadpool.c: Only run an interruption checkpoint if what has been
9096         requested is a stop of the thread (aborts will be ignored).
9097         * threads.c: By default, a thread will now never be interrumped while
9098         running the runtime invoke wrapper (this ensures that runtime_invoke
9099         will always return to the caller if an exception pointer is provided).
9100         There is a new special method mono_thread_force_interruption_checkpoint()
9101         to force an interruption checkpoint even if running a protected
9102         wrapper, which is used by the same runtime invoke wrapper to do a check
9103         at a safe point.
9104
9105 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
9106
9107         * object.c, object-internals.h: Implemented mono_release_type_locks,
9108         which releases the cctor locks held by a thread.
9109         * threads.c, threads.h: In thread_cleanup, release cctor locks held
9110         by a thread. Added mono_thread_exit() method to be used to safely stop
9111         a thread.
9112
9113 2004-09-28  Raja R Harinath  <rharinath@novell.com>
9114
9115         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
9116         Move null check before dereference.  Avoid indexing beyond the end
9117         of the 'modules' array.
9118
9119 2004-09-28  Raja R Harinath  <rharinath@novell.com>
9120
9121         * metadata-internals.h (MonoImage): Add module_count field.
9122         * image.c (load_modules): Set image->module_count.
9123         (mono_image_load_file_for_image): Use image->module_count.
9124         * reflection.c (mono_image_load_module): Append to image->modules array 
9125         of dynamic assembly.
9126         (mono_module_get_object): Fix loop to actually increment index.
9127         Use image->module_count.
9128         * assembly.c (mono_assembly_load_references): Use image->module_count.
9129         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal):
9130         Likewise.
9131
9132 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
9133
9134         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): 
9135         Avoid assert on generic types.
9136
9137 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
9138
9139         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): New icall.
9140
9141         * reflection.c (mono_param_get_objects): Fill out MarshalAsImpl field.
9142
9143         * reflection.c (mono_reflection_marshal_from_marshal_spec): New 
9144         function to convert a MarshalSpec structure to its managed counterpart.
9145
9146         * reflection.c: Fix warnings.
9147         
9148         * object-internals.h (MonoReflectionParameter): Add MarshalAsImpl
9149         field.
9150
9151         * icall.c (mono_create_icall_signature): Fix build.
9152
9153 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
9154
9155         * icall.c: Add MakePointType icall.
9156
9157         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage): Fix
9158         warnings.
9159
9160 2004-09-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9161
9162         * threadpool.c: reuse allocated slots in the queue.
9163
9164 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
9165
9166         * object-internals.h (MonoReflectionDllImportAttribute): New structure.
9167
9168         * icall.c: Add new icalls for GetDllImportAttribute and GetFieldOffset.
9169
9170         * reflection.h reflection.c (mono_reflection_get_custom_attrs): Revert
9171         previous change.
9172
9173         * tabledefs.h: Add constants for pinvoke attributes BestFit and
9174         ThrowOnUnmappableChar.
9175
9176         * icall.c (ves_icall_Type_GetPacking): New icall.
9177
9178 2004-09-24  Martin Baulig  <martin@ximian.com>
9179
9180         * icall.c (ves_icall_Type_GetGenericParameterConstraints): New interncall.
9181
9182 2004-09-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9183
9184         * appdomain.c:
9185         (mono_domain_set): allow setting a domain that is being unloaded.
9186         (mono_domain_unload): invoke the DomainUnload callbacks in the domain
9187         being unloaded.
9188
9189 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
9190
9191         * icall.c reflection.h reflection.c: Add a 'pseudo_attrs' argument to
9192         the GetCustomAttributes icall.
9193
9194 2004-09-23  Martin Baulig  <martin@ximian.com>
9195
9196         * object-internals.h (MonoReflectionGenericParam): Replaced
9197         'has_ctor_constraint', `has_reference_type' and `has_value_type'
9198         with `guint32 attrs'.
9199
9200 2004-09-23  Martin Baulig  <martin@ximian.com>
9201
9202         * icall.c (ves_icall_Type_GetGenericParameterAttributes): New interncall.
9203
9204 2004-09-23  Martin Baulig  <martin@ximian.com>
9205
9206         * object-internals.h (GenericParameterAttributes): New enum.
9207
9208 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
9209
9210         * object-internals.h (MonoEventInfo): Add 'other_methods' field.
9211         
9212         * class.c (init_events): Fill out event->other field.
9213
9214         * class.c: Fix warnings.
9215
9216         * icall.c (ves_icall_get_event_info): Fill out 'other_methods' field.
9217
9218 Wed Sep 22 19:04:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
9219
9220         * class-internals.h, icall.c, loader.c, loader.h: added a faster stack
9221         walk which doesn't supply the IL offset.
9222
9223 2004-09-22  Martin Baulig  <martin@ximian.com>
9224
9225         * reflection.c (mono_reflection_setup_internal_class): If we're
9226         System.ValueType, System.Object or System.Enum, set
9227         `klass->instance_size' and create the vtable.
9228         (mono_reflection_create_internal_class): If we're an enum type,
9229         get the base class from our current corlib.
9230
9231 2004-09-22  Zoltan Varga  <vargaz@freemail.hu>
9232
9233         * reflection.h (MonoResolveTokenError): New type.
9234
9235         * icall.c (ves_icall_System_Reflection_Module_ResolveMemberToken): New
9236         icall.
9237
9238         * icall.c: Add an 'error' argument to the ResolveToken icalls.
9239
9240 2004-09-22  Lluis Sanchez Gual  <lluis@novell.com>
9241
9242         * icall.c: Support ContextBoundObject proxies in ves_icall_InternalExecute.
9243         Support also calling constructors, but only for already allocated objects.
9244
9245 2004-09-17  Geoff Norton <gnorton@customerdna.com>
9246
9247         * reflection.c (type_get_qualified_name): If the klass is null
9248         return the typename to avoid a NullRefEx.
9249         (encode_cattr_value): Get the qualified name of the boxed type,
9250         not the underlying enumtype.  Fixes #62984.
9251
9252 2004-09-21  Zoltan Varga  <vargaz@freemail.hu>
9253
9254         * marshal.c: Fix problems with previous checkin.
9255
9256 2004-09-21    <vargaz@freemail.hu>
9257
9258         * marshal.h marshal.c icall.c: Add new icalls for Alloc/FreeHGlobal. Change the
9259         existing mono_marshal_alloc/free functions to use CoTaskMemAlloc/Free under windows.
9260
9261         * marshal.c: Allocate marshaller memory using mono_marshal_alloc/free.
9262
9263 2004-09-21  Geoff Norton <gnorton@customerdna.com>
9264
9265         * icall.c (ves_icall_MonoType_GetElementType): GetElementType
9266         should only return a type for pointers, arrays, and passbyref types.
9267         Fixes bug #63841.
9268
9269 2004-09-21  Martin Baulig  <martin@ximian.com>
9270
9271         * domain.c (mono_debugger_check_runtime_version): New public
9272         function.
9273
9274         * icall.c (ves_icall_MonoDebugger_check_runtime_version): New icall.    
9275
9276 2004-09-20  Sebastien Pouliot  <sebastien@ximian.com>
9277
9278         * reflection.c: Added missing sort to the declarative security 
9279         attributes table. MS implementation stops seeing the attributes if the
9280         token number regress in the table (as shown by ildasm and permview).
9281
9282 2004-09-20  Zoltan Varga  <vargaz@freemail.hu>
9283
9284         * object-internals.h (MonoReflectionModule): Add 'token' field.
9285         
9286         * reflection.c (mono_reflection_get_token): Add support for Module
9287         and Assembly.
9288         (mono_module_get_object): Set 'token' field.
9289         (mono_module_file_get_object): Set 'token' field.
9290
9291         * icall.c: Add new Assembly and Module icalls.
9292
9293         * appdomain.c: Bump corlib version.
9294
9295 2004-09-19  Zoltan Varga  <vargaz@freemail.hu>
9296
9297         * loader.h loader.c class.h class.c: Add helper functions for obtaining
9298         tokens of metadata objects.
9299
9300         * reflection.h reflection.c (mono_reflection_get_token): New function
9301         to obtain the token of a metadata object.
9302
9303         * icall.c: Add icalls for MetadataToken and ModuleHandle methods.
9304
9305 2004-09-17  Zoltan Varga  <vargaz@freemail.hu>
9306
9307         * loader.c (mono_lookup_pinvoke_call): Try the underscore prefixed name as well.
9308         
9309         * loader.c (mono_lookup_pinvoke_call): Add support for stdcall name mangling.
9310
9311 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
9312
9313         * appdomain.c: Bumped MONO_CORLIB_VERSION to 25.
9314         * object-internals.h: Added 3 MonoArray* members to MonoReflection
9315         AssemblyBuilder to access the permissions set in the class lib.
9316         * reflection.c: Added security attributes encoding step in 
9317         mono_image_build_metadata.
9318         * tabledefs.h: Added new security actions defined in 2.0:
9319         LinkDemandChoice, InheritanceDemandChoice and DemandChoice.
9320
9321 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
9322
9323         * threads.c: Fixed SET_CURRENT_OBJECT macros, they were ignoring the
9324         macro parameter.
9325
9326 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
9327  
9328         * locales.c: nullify the ICU_collator member of CompareInfo when it is
9329           finalized. There where random SIGSEVs at program termination, when
9330           an object being finalized was trying to do a string comparison and
9331           the current culture was already finalized.
9332  
9333 2004-09-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9334
9335         * threads.c: call thread_cleanup before finishing the thread if we get
9336         there.
9337
9338 2004-09-16  Zoltan Varga  <vargaz@freemail.hu>
9339
9340         * appdomain.c (ves_icall_System_AppDomain_createDomain): Load all
9341         assemblies from the parent. Fixes #65665.
9342
9343 2004-09-15  Zoltan Varga  <vargaz@freemail.hu>
9344
9345         * metadata.c (mono_metadata_parse_type): Fix parsing of custom
9346         modifiers.
9347
9348 2004-09-14  Bernie Solomon  <bernard@ugsolutions.com>
9349
9350         * reflection.h: add prototype for mono_get_dbnull_object
9351         * reflection.c: add prototypes for get_default_param_value_blobs 
9352         and mono_get_object_from_blob for fussier compilers
9353
9354 2004-09-14  Lluis Sanchez Gual  <lluis@novell.com>
9355  
9356         * object.c: Added a "done" flag to TypeInitializationLock. This avoids
9357         false deadlock checks in class initialization.
9358  
9359 2004-09-13  Zoltan Varga  <vargaz@freemail.hu>
9360
9361         * image.c (mono_image_addref): Fix comment.
9362
9363         * metadata.c (mono_metadata_parse_type): Avoid memory allocations if
9364         possible.
9365
9366 2004-09-12  Jambunathan K  <kjambunathan@novell.com>
9367
9368         * reflection.c (mono_param_get_objects): Modified to return
9369         ParameterInfo.DefaultValue object.
9370
9371         (get_default_param_value_blobs):
9372         (mono_get_object_from_blob):
9373         (mono_get_dbnull_object): New helper routines. 
9374
9375         * object.c (mono_get_constant_value_from_blob): New helper routine
9376         carved out from get_default_field_value ()
9377
9378         * object-internals.h (mono_get_constant_value_from_blob): Added
9379         function declaration.
9380
9381 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
9382
9383         * assembly.c assembly.h icall.c class.c appdomain.c: Lazily load 
9384         referenced assemblies. Fixes #62135.
9385
9386         * exception.h exception.c (mono_get_exception_file_not_found2): New
9387         helper function.
9388
9389 2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
9390
9391         * class.h class.c: Add mono_type_get_underlying_type ().
9392
9393 2004-09-09  Geoff Norton <gnorton@customerndna.com>
9394
9395         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes):
9396         Fix GetTypes() to support dynamically created assemblies.
9397
9398 2004-09-09  Zoltan Varga  <vargaz@freemail.hu>
9399
9400         * reflection.c (reflection_methodbuilder_to_mono_method): Remove TODO.
9401         
9402         * reflection.c (reflection_methodbuilder_to_mono_method): Fix bug in
9403         previous patch.
9404
9405         * reflection.h reflection.c loader.c: Allow dynamic construction of
9406         pinvoke methods. Fixes #65571.
9407         
9408         * reflection.c (mono_reflection_get_type): Revert previous change since
9409         it causes regressions.
9410
9411 2004-09-08  Martin Baulig  <martin@ximian.com>
9412
9413         * class.c (class_compute_field_layout): Don't call
9414         mono_class_layout_fields() for open generic instances.
9415
9416 2004-09-08 Bernie Solomon <bernard@ugsolutions.com>
9417         * threads.c appdomain.c: fix typo in GC macro
9418
9419 2004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9420
9421         * threads.c: don't call mono_thread_detach() in start_wrapper(),
9422         avoiding a possible hang in GetCurrentThreadId(0). Fixes bug #65379.
9423
9424 2004-09-08  Zoltan Varga  <vargaz@freemail.hu>
9425
9426         * image.c (mono_image_close): Applied patch from 
9427         vasantha.paulraj@honeywell.com (Vasantha selvi). Fix crash when an
9428         assembly is loaded multiple times from data.
9429         
9430         * image.c (mono_image_open): Fix warning.
9431
9432 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
9433
9434         * reflection.h reflection.c icall.c: Only call TypeResolve handlers
9435         once. Fixes #58334.
9436         
9437         * reflection.c (mono_reflection_create_runtime_class): Initialize
9438         klass->nested_classes. Fixes #61224.
9439
9440 Tue Sep 7 14:35:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
9441
9442         * threads.c: sched_yield() on exit, to allow threads to quit.
9443
9444 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
9445
9446         * object.c (mono_unhandled_exception): Remove leftover debug code.
9447
9448 2004-09-07  Atsushi Enomoto  <atsushi@ximian.com>
9449
9450         * appdomain.c, threads.c : don't use GC_CreateThread when with-gc=none
9451
9452 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
9453
9454         * marshal.c (emit_marshal_array): Really null terminate string arrays.
9455         
9456         * marshal.c (emit_marshal_string): Fix freeing of unicode strings.
9457
9458 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
9459
9460         * marshal.c (emit_marshal_array): Null terminate string arrays.
9461         
9462         * marshal.c (raise_auto_layout_exception): Fix warning.
9463
9464         * reflection.c (mono_param_get_objects): Initialize the default value
9465         with DBNull.Value, not null. Fixes #62123.
9466
9467 2004-09-01  Miguel de Icaza  <miguel@ximian.com>
9468
9469         * marshal.c (mono_marshal_get_managed_wrapper): Remove FIXME and
9470         throw an exception with a cute explanation.
9471
9472 2004-09-06  Dick Porter  <dick@ximian.com>
9473
9474         * process.c (ves_icall_System_Diagnostics_Process_Start_internal):
9475         Close the new process's thread handle, as we don't use it.  The
9476         handle stays around forever otherwise.
9477
9478 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
9479
9480         * object.c (arith_overflow): Fix warning.
9481
9482         * reflection.c (mono_image_get_methodref_token): Do not emit unmanaged
9483         calling conventions in method refs. Fixes #65352.
9484
9485         * reflection.c: Fix warnings.
9486
9487 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
9488
9489         * icall.c: Add a new icall for Array.Clear
9490
9491 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
9492
9493         * object.c: When allocating an array, we have to throw
9494         an overflow exception if any of the lengths are < 0.
9495
9496 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
9497
9498         * marshal.h marshal.c: Free unmanaged memory allocated by managed code
9499         properly. Also move implementation of string array marshalling to 
9500         managed code. Fixes #42316.
9501
9502 2004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9503
9504         * assembly.c: provide more information when loading an assembly fails.
9505
9506 2004-09-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
9507
9508         * filewatcher.c: don't expect the development fam package to be
9509         installed.
9510
9511 2004-09-03  Zoltan Varga  <vargaz@freemail.hu>
9512
9513         * marshal.c: Make a copy of the signature cookie since it will be
9514         freed by the caller.
9515         
9516         * marshal.c (mono_delegate_to_ftnptr): Fix bug in previous patch.
9517
9518         * marshal.c (mono_delegate_to_ftnptr): Fix memory leaks.
9519
9520         * metadata.c (mono_metadata_free_marshal_spec): New function to free
9521         marshal specs.
9522
9523         * marshal.c: More refactoring.
9524         
9525         * marshal.c: Refactor the mono_marshal_get_native_wrapper function into
9526         smaller functions.
9527
9528 2004-09-03  Lluis Sanchez Gual  <lluis@novell.com>
9529
9530         * object.c: In mono_message_invoke, fill the output parameter array after
9531           calling the managed method (it was done before the call). This fixes
9532           bug #59299.
9533
9534 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
9535
9536         * marshal.c (mono_marshal_alloc): Return a valid pointer on size 0
9537         as well.
9538
9539 2004-09-02  Martin Baulig  <martin@ximian.com>
9540
9541         * class.c (mono_class_instance_size): Don't allow generic type
9542         definitions or open generic instances.
9543         (mono_class_array_element_size): If we're a value type, call
9544         mono_class_instance_size() on the original class.
9545
9546         * metadata.c (mono_type_size, mono_type_stack_size): Correctly
9547         handle generic instances.
9548
9549         * mono-debug-debugger.c (write_type): Handle generic instances
9550         like classes.
9551
9552 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
9553
9554         * marshal.c (mono_marshal_alloc): Raise an OutOfMemory exception if
9555         the allocation request fails. Fixes #65089.
9556
9557         * object.c (mono_runtime_free_method): Do not call mono_free_method.
9558         
9559         * object.c (mono_runtime_free_method): New function to free a dynamic
9560         method.
9561
9562         * marshal.c (mono_delegate_free_ftnptr): New function to free the
9563         delegate trampoline.
9564
9565         * marshal.c (mono_marshal_get_managed_wrapper): Mark managed wrapper
9566         with hasthis as dynamic,
9567
9568         * icall.c (ves_icall_System_Delegate_FreeTrampoline): New icall.
9569
9570         * domain.c (mono_jit_info_table_remove): New function to remove an
9571         entry from the jit info table.
9572
9573         * class-internals.h (MonoMethod): Add 'dynamic' field.
9574
9575         * loader.c: Fix warnings.
9576
9577 2004-09-01  Martin Baulig  <martin@ximian.com>
9578
9579         * mono-debug.c, debug-mono-symfile.c: Use mono_loader_lock()
9580         instead of mono_debugger_lock() because the latter one is a no-op
9581         unless running in the debugger.
9582
9583 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
9584
9585         * class.c (class_compute_field_layout): Classes with auto-layout or
9586         reference fields are not blittable.
9587         
9588 2004-09-01  Dick Porter  <dick@ximian.com>
9589
9590         * icall.c (ves_icall_System_Reflection_Assembly_get_location): Use
9591         mono_image_get_filename() to get the assembly location.
9592
9593         * icall.c:
9594         * metadata.h: Fix compile warnings
9595
9596 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
9597
9598         * class.c (class_compute_field_layout): System.Object is blittable.
9599
9600         * marshal.c (mono_marshal_get_native_wrapper): Pass blittable classes
9601         as in/out. Fixes #59909.
9602
9603 2004-09-01  Martin Baulig  <martin@ximian.com>
9604
9605         * metadata.h (MONO_TYPE_ISREFERENCE): Call
9606         mono_metadata_generic_inst_is_valuetype() if we're a generic
9607         instance to check whether our underlying type is a reference type.
9608
9609 2004-09-01  Martin Baulig  <martin@ximian.com>
9610
9611         * metadata.c (mono_type_size): If we're a generic instance, call
9612         mono_class_value_size() for value types.
9613
9614 2004-08-31  Zoltan Varga  <vargaz@freemail.hu>
9615
9616         * marshal.c: Implement more custom marshalling functionality. Fixes
9617         #64915.
9618
9619 Tue Aug 31 17:55:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
9620
9621         * mono-debug.c, debug-mono-symfile.c: add some locking love.
9622
9623 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
9624
9625         * domain-internals.h domain.c: Add a per-domain jump trampoline hash.
9626
9627         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): Rename to ...Internal.
9628
9629         * icall.c: Fix some warnings.
9630
9631         * threads.c (abort_appdomain_thread): Fix unref errors.
9632         (mono_thread_current): Fix THREAD_DEBUG define.
9633
9634 2004-08-29  Zoltan Varga  <vargaz@freemail.hu>
9635
9636         * metadata.h (MONO_TYPE_ISSTRUCT): Fix warning.
9637
9638         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): New icall.
9639
9640 2004-08-28  Zoltan Varga  <vargaz@freemail.hu>
9641
9642         * marshal.c (mono_marshal_get_native_wrapper): Add support for byref 
9643         string arrays.
9644
9645 2004-08-28  Martin Baulig  <martin@ximian.com>
9646
9647         * metadata.c
9648         (mono_metadata_generic_inst_is_valuetype): New public function.
9649
9650         * metadata.h (MONO_TYPE_ISSTRUCT): Call
9651         mono_metadata_generic_inst_is_valuetype() if we're a generic
9652         instance to check whether our underlying type is a valuetype.
9653
9654 2004-08-26  Zoltan Varga  <vargaz@freemail.hu>
9655
9656         * class.c (mono_ptr_class_get): Fix name of pointer classes. Fixes
9657         #63768.
9658
9659 2004-08-25  Martin Baulig  <martin@ximian.com>
9660
9661         * loader.c (mono_get_method_from_token): Abstract methods can also
9662         be generic and thus have type parameters.
9663
9664         * metadata-internals.h
9665         (MonoDynamicImage): Added `GPtrArray *gen_params'.
9666
9667         * reflection.c (mono_image_get_generic_param_info): Don't create a
9668         metadata row, just add an entry to the `gen_params' array.
9669         (build_compressed_metadata): Sort the `gen_params' array and then
9670         actually create the metadata.
9671
9672 2004-08-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9673
9674         * threadpool.c: remove unneeded 'if' around mono_monitor_enter.
9675
9676 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
9677
9678         * debug-helpers.c: Handle MONO_TYPE_GENERICINST.
9679
9680 2004-08-24  Martin Baulig  <martin@ximian.com>
9681
9682         * class.cs (mono_class_is_subclass_of): Like an interface, a
9683         generic instance also derives from System.Object.
9684
9685 2004-08-23  Zoltan Varga  <vargaz@freemail.hu>
9686
9687         * metadata.c (mono_metadata_parse_type): Alloc pinned, byref and
9688         custom modifiers to be in any order. Fixes #61990.
9689
9690 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
9691
9692         * object.c: Register mono_object_new_fast icall.
9693         
9694         * object.c (mono_class_get_allocation_ftn): Return to calling
9695         mono_object_new_fast, since it seems faster to compute the object 
9696         size in unmanaged code than passing it as a parameter.
9697
9698         * object.c (mono_class_get_allocation_ftn): Add marshalbyref case.
9699
9700         * gc-internal.h gc.c: Add mono_gc_out_of_memory () function. Register
9701         this function with Boehm as the oom handler, so we don't have to check
9702         the result of GC_malloc.
9703
9704         * object.c: Remove checks for oom.
9705
9706         * object.h object.c (mono_class_get_allocation_ftn): New function to
9707         return the icall which can be used to allocate an instance of a given
9708         class. 
9709
9710         * object.c: Handle common allocation requests using GC_gcj_fast_malloc.
9711
9712         * class-internals.h: Add 'enabled' field.
9713
9714 2004-08-19  Zoltan Varga  <vargaz@freemail.hu>
9715
9716         * domain.c (mono_init_internal): Call MONO_GC_PRE_INIT ().
9717
9718 2004-08-18  Jambunathan K  <kjambunathan@novell.com>
9719         * tabledefs.h: Corretced PARAM_ATTRIBUTE_OPTIONAL to the right
9720         value 0x0010.
9721
9722 2004-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
9723
9724         * appdomain.c: use the Tls function for appdomain too,
9725         at Zoltan's request. Actually return in mono_context_get
9726
9727         * appdomain.c, profiler.c, threads.c: use __thread
9728
9729 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
9730
9731         * appdomain.c threads.c: Call GC_CreateThread on windows.
9732
9733         * Makefile.am (libmetadata_la_LIBADD): Avoid linking libmonoos into
9734         multiple libraries since this don't work on windows.
9735
9736 2004-08-18  Martin Baulig  <martin@ximian.com>
9737
9738         * class-internals.h
9739         (MonoMethodNormal): Moved `MonoGenericParam *gen_params' here from
9740         MonoMethodHeader.
9741
9742         * metadata.h (MonoMethodHeader): Moved the `gen_params' field to
9743         MonoMethodNormal since we also need it for abstract and interface
9744         methods.
9745
9746         * reflection.c
9747         (build_compressed_metadata): Sort the GenericParam table.
9748         (mono_image_create_token): Added `gboolean create_methodspec'
9749         argument; this is false when generating a MethodImpl token.
9750         (reflection_methodbuilder_to_mono_method): Abstract and interface
9751         methods may also have generic parameters.
9752
9753 2004-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
9754
9755         * appdomain.c: thread local alloc
9756
9757 2004-08-17  Martin Baulig  <martin@ximian.com>
9758
9759         * appdomain.c: Bumped MONO_CORLIB_VERSION to 24.
9760
9761         * icall.c
9762         (ves_icall_System_MonoType_getFullName): Added `gboolean full_name'
9763         argument.
9764
9765         * class.c (mono_type_get_full_name): New public function.
9766         (mono_type_get_name): Don't include the type arguments.
9767
9768 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
9769
9770         * Makefile.am: Build static versions of libmetadata and libmonoruntime
9771         for inclusion into the mono executable.
9772
9773 2004-08-16  Martin Baulig  <martin@ximian.com>
9774
9775         * metadata.c (do_mono_metadata_parse_generic_inst): Store the
9776         MonoGenericInst, not the MonoType in the `generic_inst_cache'.
9777
9778 2004-08-14  Martin Baulig  <martin@ximian.com>
9779
9780         * class.c (dup_type): Also copy the `byref' field.
9781
9782 2004-08-15  Zoltan Varga  <vargaz@freemail.hu>
9783
9784         * reflection.c (create_dynamic_mono_image): Revert the last change 
9785         since it breaks bootstrap.
9786
9787 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
9788
9789         * reflection.c (create_dynamic_mono_image): Set ref_count to 1.
9790
9791         * image.c (mono_image_close): Dynamic images are GC_MALLOCed, so do
9792         not free them with g_free.
9793
9794 2004-08-11  Martin Baulig  <martin@ximian.com>
9795
9796         * reflection.c (mono_reflection_setup_internal_class): Also call
9797         mono_class_setup_mono_type() if we already have a `tb->type.type'.
9798
9799 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
9800
9801         * appdomain.c: Fix ves_icall_System_AppDomain_getDomainByID when 
9802         called during default (first) AppDomain creation. Keep track of
9803         Evidence when loading assemblies.
9804
9805 Mon Aug 9 14:41:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
9806
9807         * opcodes.c, opcodes.h: reduce runtime relocations.
9808
9809 Mon Aug 9 13:30:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
9810
9811         * culture-info.h, locales.c: fixes and chages to sue the new
9812         optimized format of the locale data.
9813         * culture-info-tables.h: regenerated.
9814
9815 2004-08-06  Geoff Norton <gnorton@customerdna.com>
9816         
9817         * filewatcher.c: If HAVE_KQUEUE return mode 3 to use the new kqueue watcher
9818
9819 2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
9820
9821         * appdomain.c: Bumped MONO_CORLIB_VERSION to 23. Added new icall
9822         ves_icall_System_AppDomain_getDomainByID to get an AppDomain by Id.
9823         * domain-internals.h: icall declaration.
9824         * icall.c: icall registration.
9825         * object-internals.h: New fields in MonoAssembly for CAS.
9826
9827 2004-08-05  Duncan Mak  <duncan@ximian.com>
9828
9829         * verify.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
9830         CEE_LDELEM_ANY.
9831
9832 Thu Aug 5 17:11:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
9833
9834         * reflection.c: fix to deal with object[] arrays in custom ctors
9835         (bug #62550).
9836
9837 2004-08-05  Martin Baulig  <martin@ximian.com>
9838
9839         * class.c (mono_class_array_element_size): Added support for
9840         generic instances and correctly handle "recursive" types.
9841
9842 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
9843
9844         * assembly.c: Fix warnings.
9845
9846 2004-08-04  Martin Baulig  <martin@ximian.com>
9847
9848         * class.c
9849         (mono_type_get_name_recurse): Added `gboolean include_arity'
9850         argument specifying whether or not we should include the generic
9851         arity in the type name.
9852         (_mono_type_get_name): New static function.
9853         (mono_class_setup_vtable): If we're a generic instance, don't
9854         include the generic arity in the names of explicit method
9855         implementations.        
9856
9857 2004-08-03  Martin Baulig  <martin@ximian.com>
9858
9859         * class.c (mono_type_get_name_recurse): Enclose the generic type
9860         arguments in `<', '>'.
9861
9862 Tue Aug 3 17:54:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
9863
9864         * gc.c: make GC warning messages use the trace API, they are just
9865         noise to most of the users.
9866
9867 2004-08-03  Martin Baulig  <martin@ximian.com>
9868
9869         * debug-mono-symfile.c (read_string): Correctly read the string.
9870
9871 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
9872
9873         * marshal.c (signature_dup_add_this): Fix bug in previous patch.
9874         
9875         * marshal.c (mono_marshal_get_icall_wrapper): Add support for vararg
9876         icalls.
9877         (mono_marshal_get_runtime_invoke): Correctly handle valuetype methods.
9878
9879 2004-07-30  Martin Baulig  <martin@ximian.com>
9880
9881         * debug-mono-symfile.c, mono-debug.c, mono-debug-debugger.c:
9882         Reflect latest symbol writer changes.   
9883
9884 Fri Jul 30 16:49:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
9885
9886         * object.c: always create an object if null is passed
9887         to Invoke() where a valuetype is expected.
9888
9889 2004-07-29  Bernie Solomon  <bernard@ugsolutions.com>
9890
9891         * marshal.c (mono_marshal_init): make managed
9892         signatures match native ones better for 64bits.
9893
9894 2004-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9895
9896         * appdomain.c: hack to build correctly the private bin path on windows.
9897         Fixes bug #61991.
9898
9899 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
9900
9901         * assembly.c: Load mscorlib from the correct framework directory
9902           (mono/<version>/mscorlib.dll).
9903         * appdomain.h: Added prototypes for new functions.
9904         * internals.h: Added some prototypes.
9905         * domain.c: When initializing the runtime, get from the executable and
9906           the configuration files the runtime version that the app supports.
9907           Added support methods for reading app.exe.config. Added list of versions
9908           supported by the JIT. Added two new methods: mono_init_from_assembly,
9909           which initializes the runtime and determines the required version from
9910           the provided exe file, and mono_init_version, which initializes
9911           the runtime using the provided version.
9912         * icall.c: Get machine.config from version-specific directory.
9913         * reflection.c: When generating an image, embed the version number
9914           of the current runtime.
9915
9916 2004-07-28  Dick Porter  <dick@ximian.com>
9917
9918         * socket-io.c
9919         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal): Check
9920         returned sockaddr size before creating the remote address object.
9921         Patch by Nick Vaughan (dev@6wardlaw.freeserve.co.uk), fixes bug
9922         61608.
9923
9924 2004-07-28  Dick Porter  <dick@ximian.com>
9925
9926         * locales.c (string_invariant_compare_char): Fix invariant char
9927         compares between upper and lower cases.  Fixes bug 61458.
9928
9929 2004-07-27  Ben Maurer  <bmaurer@ximain.com>
9930         
9931         * marshal.c: actually cache stelem.ref wrappers.
9932         
9933 Tue Jul 27 16:56:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
9934
9935         * class.c, image.c, loader.c, cil-coff.h: lazily mmap the image 
9936         sections and remove the mono_cli_rva_map () function.
9937
9938 Tue Jul 27 15:58:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
9939
9940         * debug-mono-symfile.c: fix one more endianess issue, from a patch
9941         by Geoff Norton (<gnorton@customerdna.com>).
9942
9943 Tue Jul 27 15:47:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
9944
9945         * class.c: fix class loads for pointer types (typeof(int) !=
9946         typeof(int*)).
9947
9948 2004-07-27  Martin Baulig  <martin@ximian.com>
9949
9950         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Support
9951         reading the debugging information from an external ".mdb" file.
9952
9953 2004-07-24  Martin Baulig  <martin@ximian.com>
9954
9955         * reflection.c (mono_image_get_type_info): Only write a class
9956         layout entry if we actually have a size or a packing size.
9957
9958 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
9959
9960         * reflection.c (type_get_fully_qualified_name): 
9961         insert cast to get type checking of ?: with non-gcc compilers
9962
9963 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
9964
9965         * rand.c: use g_getenv for both lookups of
9966         MONO_EGD_SOCKET
9967
9968 2004-07-17  Martin Baulig  <martin@ximian.com>
9969
9970         * reflection.c (mono_reflection_bind_generic_method_parameters):
9971         Set `gmethod->reflection_info'.
9972
9973 2004-07-17  Martin Baulig  <martin@ximian.com>
9974
9975         * class.c (mono_class_create_from_typedef): Insert the newly
9976         created class into the hash table before computing the interfaces
9977         since we could be called recursively.
9978
9979 2004-07-16  Ben Maurer  <bmaurer@ximain.com>
9980
9981         * marshal.[ch] (mono_marshal_get_stelemref): a new wrapper
9982         function to implement stelem.ref in managed code
9983         * class-internals.h, debug-helpers.c: a new wrapper type
9984         for the above.
9985
9986 Wed Jul 14 19:26:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
9987
9988         * gc.c: allow GC handles to work even when no GC is compiled in.
9989         Fix part of bug #61134 (GetAddrOfPinnedObject).
9990
9991 2004-07-13  Peter Williams  <peter@newton.cx>
9992  
9993         * process.c (complete_path): Make sure we don't attempt to execute
9994         directories.
9995  
9996 2004-07-12  Geoff Norton <gnorton@customerdna.com>
9997
9998         * DateTime.cs: Patch for bug #61112.  Our DateTime wasn't roundtripping over timezone
9999           boundaries properly.  This patch checkes ToLocalTime() to see if we're tripping over a boundary
10000           and will add/subtract the hour if needed
10001
10002 2004-07-12  Martin Baulig  <martin@ximian.com>
10003
10004         * reflection.c (mono_field_get_object): If we have
10005         `field->generic_info', take the attributes from
10006         `field->generic_info->generic_type'.    
10007
10008 2004-07-12  Martin Baulig  <martin@ximian.com>
10009
10010         * mono-debug.c (mono_debug_init): Don't take a `MonoDomain *'.
10011         This function must be called before initializing the runtime.
10012         (mono_debug_init_1): New function; call this after initializing
10013         the runtime, but before loading the assembly.  It tells the
10014         debugger to load corlib and the builtin types.
10015
10016         * mono-debug-debugger.c: Did some larger changes in the debugging
10017         code; support recursive class declarations, make sure we actually
10018         add all classes.
10019
10020 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10021
10022         * debug-helpers.c: undo my previous patch and fixed the real issue in
10023         ../mini/exceptions-x86.c
10024
10025 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10026
10027         * debug-helpers.c: prevent SIGSEGV. It happened running xsp on monodoc
10028         when no HOME env. variable was set and a NullRef was thrown in a .cctor
10029         called from other .cctors.
10030
10031 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
10032
10033         * loader.c: Removed the mono_loader_wine_init hack now that we are
10034         doing a managed version of Windows.Forms.
10035
10036 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
10037
10038         * domain.c, gc.c, marshal.c, mono-debug-debugger.c,
10039         threadpool.c, threads.c: remove static data from rootset.
10040
10041 2004-07-09  Dick Porter  <dick@ximian.com>
10042
10043         * locales.c (ves_icall_System_String_InternalReplace_Str_Comp):
10044         Don't do any more processing if the matched length was 0.  It was
10045         increasing the size of the string before.  Fixes bug 61167.
10046
10047 2004-07-09  Dick Porter  <dick@ximian.com>
10048
10049         * socket-io.h:
10050         * socket-io.c
10051         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
10052         Add support for SO_PEERCRED if its available.
10053
10054 2004-07-09  Peter Bartok <pbartok@novell.com>
10055         * loader.c: winelib.exe.so error message is now only displayed if
10056         MONO_DEBUG is set. To help us avoid questions when people are trying
10057         out the new Managed.Windows.Forms.
10058
10059 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
10060
10061         * class-internals.h debug-helpers.c marshal.c: Add new wrapper types 
10062         for isinst and castclass wrappers.
10063
10064         * class-internals.h icall.c: Move registration and lookup of JIT icalls
10065         to libmetadata from the JIT, so they could be used by the marshalling
10066         code and the interpreter.
10067
10068         * marshal.c: Register marshalling related JIT icalls here instead of
10069         in mini.c. Use CEE_MONO_ICALL instead of the family of 
10070         CEE_MONO_PROC<x> opcodes to call marshalling functions.
10071
10072         * metadata.h: Remove unneeded marshalling conversions.
10073
10074         * opcodes.c: Update for new opcodes.
10075         
10076 2004-07-08  Martin Baulig  <martin@ximian.com>
10077
10078         * mono-debug.c: Check for `handle->symfile' being non-NULL everywhere.
10079         (mono_debug_get_domain_data): Make this function static.
10080
10081 Wed Jul 7 12:32:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
10082
10083         * gc.c, object.h: add nice GC handle API for embedders.
10084
10085 2004-07-06  Ben Maurer  <bmaurer@ximian.com>
10086
10087         * reflection.c: more changes for the new api
10088
10089         * object.c: When we reflect on a field w/ a constant value, it
10090         will not have a memory location, so we must access metadata. Also,
10091         allow easier reading of strings so that we can read them from
10092         the constant data.
10093
10094         * class.c (mono_class_layout_fields): no need for literal fields here.
10095
10096         * class-internals.h: api changes for const fields
10097
10098         * icall.c (ves_icall_get_enum_info): use new apis for const fields
10099
10100 2004-07-06  Martin Baulig  <martin@ximian.com>
10101
10102         * mono-debug.h: Increment version number to 44.
10103
10104         * mono-debug.c (mono_debug_add_wrapper): The second argument is
10105         now a gpointer, rewrote this whole method.
10106
10107         * mono-debug-debugger.c (mono_debugger_add_wrapper): New
10108         function.  Add information about the wrapper in a new "misc table".
10109
10110         * mono-debug-debugger.h (MonoDebuggerSymbolTable): Added fields
10111         for the new misc table.
10112
10113 2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
10114
10115         * metadata-internals.h image.c: Add a cache for helper signatures.
10116
10117         * monosn.c: Applied patch from "grompf" (grompf@sublimeintervention.com). Fix compilation under OSX.
10118
10119 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
10120
10121         * marshal.c (mono_marshal_get_managed_wrapper): Handle returning
10122         delegates from a delegate. Fixes #61033.
10123         
10124         * marshal.c: Fix managed->native stringbuilder marshalling. Implement
10125         marshalling of stringbuilder arrays. Fixes #59900.
10126
10127 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
10128
10129         * icall.c: Add EnumBuilder:setup_enum_type icall.
10130
10131 2004-06-30  Ben Maurer  <bmaurer@ximian.com>
10132
10133         * icall.c: Added a new icall for the property version of
10134         OffsetOfStringData.
10135
10136 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
10137
10138         * class-internals.h (MonoVTable): Make max_interface_id a guint32 so
10139         it has a constant size across platforms.
10140
10141         * marshal.c (mono_delegate_end_invoke): Avoid crash when there is no
10142         stack trace.
10143
10144 2004-06-29  Martin Baulig  <martin@ximian.com>
10145
10146         * mono-debug.c (mono_debug_add_method): Protect the whole function
10147         in mono_debugger_lock(), not just parts of it.
10148
10149 Fri Jun 25 21:36:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
10150
10151         * reflection.c: make sure padding bytes in heaps are zeroed.
10152
10153 2004-06-24  David Waite  <mass@akuma.org>
10154
10155         * appdomain.c, class.c, domain.c, file-io.c, gc.c, icall.c,
10156         image.c, loader.c, locales.c, marshal.c, metadata.c,
10157         mono-debug.[ch], object.c, reflection.c, security.c, socket-io.c,
10158         string-icalls.c, threads.c: change to C90-style comments from C99 /
10159         C++ -style
10160
10161 2004-06-24  Dick Porter  <dick@ximian.com>
10162
10163         * threads.c
10164         (ves_icall_System_Threading_Mutex_CreateMutex_internal): Correctly
10165         return createdNew.  Fixes bug 60412.
10166
10167         * threads-types.h: 
10168         * icall.c: Add createdNew parameter to CreateMutex icall
10169
10170 Thu Jun 24 16:06:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
10171
10172         * reflection.c, object-internals.h: save default value in params.
10173
10174 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10175
10176         * appdomain.c: for paths in PrivateBinPath that are absolute, there's
10177         no need to build a new path combining that with the application base.
10178         Fixes bug #60442.
10179
10180 Wed Jun 23 18:36:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
10181
10182         * reflection.c: fixed minor standard compliance issues.
10183
10184 Wed Jun 23 17:59:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
10185
10186         * reflection.c: fixed issue with encoding some custom attributes
10187         (arrays in properties and fields, bug #60411).
10188
10189 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10190
10191         * reflection.c: fix start address when copying the public key token.
10192
10193 2004-06-23  Martin Baulig  <martin@ximian.com>
10194
10195         * mono-debug-debugger.c (mono_debugger_unhandled_exception): Store
10196         the `exc' object in a static object to put it into the GC's root set.
10197
10198 Wed Jun 23 15:37:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
10199
10200         * reflection.c: make mono_reflection_setup_internal_class ()
10201         callable a second time to setup a new parent class.
10202
10203 2004-06-23  Dick Porter  <dick@ximian.com>
10204
10205         * threads.c: Check for WAIT_IO_COMPLETION return values.
10206
10207 2004-06-22  Sebastien Pouliot  <sebastien@ximian.com>
10208
10209         * appdomain.c: Removed the g_free on the public key token. Now copy 
10210         the pk token string into the MonoAssemblyName buffer using g_strlcpy.
10211         * assembly.c: Added public key token string value when loading 
10212         assemblies. Fix bug #60439.
10213         * icall.c: Added missing informations (like public key) in 
10214         GetReferencedAssemblies. Fix #60519.
10215         * image.h: Changed definition for public key token from const char*
10216         public_tok_value to guchar public_key_token [17];
10217         * reflection.c: Updated for changes to public key token.
10218
10219 2004-06-22  Lluis Sanchez Gual
10220
10221         * icall.c: In ves_icall_InternalExecute, when setting a filed, also look 
10222         for the field in base classes.
10223
10224 Tue Jun 22 16:48:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
10225
10226         * mono-debug.h, mono-debug-debugger.h, debug-mono-symfile.h:
10227         mark headers as not supported, they are installed only for use by the
10228         debugger.
10229
10230 Tue Jun 22 16:32:03 CEST 2004 Paolo Molaro <lupus@ximian.com>
10231
10232         * *.c, *.h: avoid namespace pollution in public headers.
10233
10234 2004-06-21  Martin Baulig  <martin@ximian.com>
10235
10236         * exception.c (mono_get_exception_security): It's in
10237         "System.Security", not in "System".
10238
10239         * mono-debug-debugger.c (mono_debugger_add_builtin_types): Add all
10240         the exception classes.
10241
10242 2004-06-21  Martin Baulig  <martin@ximian.com>
10243
10244         * mono-debug-debugger.c (mono_debugger_unhandled_exception):
10245         Protect the exception object from being finalized.
10246
10247 2004-06-21  Martin Baulig  <martin@ximian.com>
10248
10249         * mono-debug-debugger.h (mono_debugger_unhandled_exception): New
10250         public function.
10251
10252 2004-06-21  Sebastien Pouliot  <sebastien@ximian.com>
10253
10254         * reflection.c: Load the assembly in mono_reflection_type_from_name,
10255         if it was not loaded before. Fix parts of #60439.
10256
10257 Mon Jun 21 16:04:43 CEST 2004 Paolo Molaro <lupus@ximian.com>
10258
10259         * marshal.c, icall.c, object.c, image.c: fix the runtime_invoke ()
10260         code that was broken since Ben's change: wrappers are now
10261         dependent on the method signature only again.
10262
10263 2004-06-21  Martin Baulig  <martin@ximian.com>
10264
10265         * mono-debug-debugger.c (write_class): Cleaned this up a bit and
10266         added interface support.
10267
10268 2004-06-21  Martin Baulig  <martin@ximian.com>
10269
10270         * class.c (mono_vtable_get_static_field_data): New public method.
10271
10272 2004-06-20  Atsushi Enomoto  <atsushi@ximian.com>
10273
10274         * filewatcher.c : Windows build fix to be compliant with API changes.
10275
10276 Sat Jun 19 19:04:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
10277
10278         * class.h, class.c: more accessors.
10279         * metadata.h, metadata.c: prepare for hiding MonoType and
10280         MonoMethodSignature: people should use the accessors from now on
10281         outside of the tree.
10282
10283 Sat Jun 19 17:56:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
10284
10285         * *.c, *.h: more API cleanups.
10286
10287 2004-06-18  Jackson Harper  <jackson@ximian.com>
10288
10289         * assembly.c: Trace loading assemblies.
10290         * loader.c: Trace loading native libraries.
10291         * mono-config.c: Trace loading config files.
10292         
10293 2004-06-18  Dick Porter  <dick@ximian.com>
10294
10295         * locales.c: Tell ICU the lengths of strings, it can cope with
10296         embedded \0 then.  Fixes bug 59274, and doesn't break bug 55822.
10297
10298 Fri Jun 18 11:59:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
10299
10300         * image.c: swapped name/filename;
10301
10302 2004-06-18  Martin Baulig  <martin@ximian.com>
10303
10304         * mono-debug-debugger.c (write_class): Write the parent class at
10305         the end of the header.
10306
10307 Thu Jun 17 16:50:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
10308
10309         * *.c, *.h, Makefile.am: more API cleanups and bugfixes.
10310
10311 2004-06-17  Raja R Harinath  <rharinath@novell.com>
10312
10313         * Makefile.am (PLATFORM_LIB): New.  Possibly refer to ../os/libmonoos.la.
10314         (bundle_obj): New conditional define.
10315         (BUILT_SOURCES): Remove.
10316         ($(bundle_srcs)): Make parallel-make safe.
10317         (libmonoruntime_la_LIBADD): Make unconditional.
10318         (libmetadata_la_LIBADD): Make unconditional.  Refer to $(bundle_obj).
10319         (libmetadata_la_SOURCES): Don't refer to $(bundle_srcs).
10320
10321 2004-06-17  Atsushi Enomoto  <atsushi@ximian.com>
10322
10323         * culture-info-tables.h: It was inconsistent with the latest
10324           supp info files.
10325
10326 2004-06-17  Zoltan Varga  <vargaz@freemail.hu>
10327
10328         * assembly.c (mono_assembly_open): Fix crash when the assembly can't
10329         be loaded.
10330
10331         * threads.c (ves_icall_System_Threading_Thread_Resume): Fix compilation
10332         with gcc 2.95.
10333
10334 Wed Jun 16 18:23:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
10335
10336         * threads.h, icall.c, object.c, threadpool.c, threads-types.h:
10337         cleaned up public header threads.h.
10338
10339 Wed Jun 16 18:11:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
10340
10341         * Makefile.am, *.c, *.h: more API cleanups.
10342
10343 Wed Jun 16 14:33:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
10344
10345         * Makefile.am: removed monosn from compilation.
10346         * appdomain.c, assembly.c, assembly.h, blob.h, class.c,
10347         debug-helpers.c, debug-mono-symfile.c, domain.c, icall.c,
10348         image.c, image.h, loader.c, marshal.c, metadata-internals.h,
10349         metadata.c, metadata.h, mono-config.c, mono-debug-debugger.c,
10350         mono-debug.c, object.c, opcodes.c, opcodes.h, pedump.c, process.c,
10351         reflection.c, reflection.h, verify.c: more API cleanups and fixes.
10352
10353 2004-06-15  Jackson Harper  <jackson@ximian.com>
10354
10355         * assembly.c: Make locales lower case when searching the GAC for
10356         assemblies. gacutil will always make locales lowercase when
10357         installing so this effectively makes them case insensitive.
10358         
10359 2004-06-15  Lluis Sanchez Gual  <lluis@ximian.com>
10360
10361         * locales.c, threadpool.c: use mono_monitor_enter instead of mono_monitor_try_enter.
10362         * monitor.c: New method mono_monitor_try_enter_internal, which takes a new
10363           parameter which allows to choose whether the wait can be interrupted or 
10364           not. Also added the method mono_monitor_enter(), which locks the monitor
10365           using an infinite wait and without allowing interruption.
10366           In the Monitor.Enter and Wait icalls, retry the lock if the wait is
10367           interrupted.
10368         * object.h: Added new fields in MonoThread. suspend_event holds the event
10369           used to susped/resume the thread. synch_lock is the lock object to use for
10370           modifying the thread state.
10371         * threads.c: Use the new synch_lock object for locking, instead of "this",
10372           which can generate deadlocks.
10373           Moved thread state change in Thread.Sleep and Thread.Join from managed
10374           to unmanaged code. This avoids a deadlock when the thread was suspended
10375           just after acquiring the thread lock.
10376           In general, use mono_monitor_enter instead of mono_monitor_try_enter.
10377           Implemented Thread.Suspend using an event instead of ThreadSuspend,
10378           which is not fully implemented in the io-layer.
10379         * socket-io.c: Only try IPv6 DNS lookup if IPv4 fails.
10380
10381 Tue Jun 15 18:34:21 CEST 2004 Paolo Molaro <lupus@ximian.com>
10382
10383         * Makefile.am, monitor.h, object.h, threadpool.c, threadpool.h,
10384         threads-types.h: more API cleanups.
10385
10386 Tue Jun 15 16:40:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
10387
10388         * domain-internals.h, Makefile.am, appdomain.c, appdomain.h,
10389         domain.c, gc.c, icall.c, mono-debug.c, object.c, reflection.c,
10390         threadpool.c, threads.c: first pass at the exported API cleanup.
10391
10392 Tue Jun 15 15:29:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
10393
10394         * icall.c: fix signatures of some VolatileRead and VolatileWrite icalls.
10395
10396 2004-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
10397
10398         * icall.c: added internalGetHome.
10399
10400 2004-06-14  Dick Porter  <dick@ximian.com>
10401
10402         * file-io.c (ves_icall_System_IO_MonoIO_FindFirstFile): It was
10403         possible to return successfully when '.' or '..' were the only
10404         entries in a directory, but were skipped.  The MonoIOStat was not
10405         filled in in that case.  Now return ERROR_NO_MORE_FILES instead.
10406         Fixes bug 59574.
10407
10408 Mon Jun 14 00:27:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
10409
10410         * reflection.c: make binaries run on .Net 1.1 by default.
10411
10412 Sun Jun 13 18:22:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
10413
10414         * threadpool.c, threadpool.h: use the correct return type in SetMinThreads ().
10415
10416 Sun Jun 13 16:44:39 CEST 2004 Paolo Molaro <lupus@ximian.com>
10417
10418         * marshal.c: keep track of struct size with explicit layout
10419         (bug #59979).
10420
10421 2004-06-12  Martin Baulig  <martin@ximian.com>
10422
10423         * mono-debug-debugger.c: Comment out a debugging g_message().
10424
10425 Sat Jun 12 14:15:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
10426
10427         * reflection.c, reflection.h: do not free custom attrs that are cached.
10428         * icall.c: use braces to make code clearer.
10429
10430 2004-06-11  Martin Baulig  <martin@ximian.com>
10431
10432         * class.h (MonoInflatedField): New type.
10433         (MonoClassField): Replaced `MonoType *generic_type' with
10434         `MonoInflatedField *generic_info'.
10435
10436         * icall.c
10437         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): New icall.
10438
10439 2004-06-11  Martin Baulig  <martin@ximian.com>
10440
10441         * reflection.c (mono_image_create_method_token): Correctly encode
10442         varargs methods.
10443
10444 2004-06-11  Martin Baulig  <martin@ximian.com>
10445
10446         * metadata.c (mono_metadata_parse_method_signature): When parsing
10447         a MethodDef which has VarArgs, also set sentinelpos if we don't
10448         have any parameters.
10449
10450 2004-06-11  Martin Baulig  <martin@ximian.com>
10451
10452         * verify.c (mono_method_verify): In CEE_CALL, use
10453         mono_method_get_signature() to get the method's signature, unless
10454         we're a PInvoke method.
10455
10456 2004-06-10  Jackson Harper  <jackson@ximian.com>
10457
10458         * assembly.c: Use <path>/lib/mono/gac for the extra paths
10459         lookup. Rename MONO_GAC_PATH to MONO_GAC_PREFIX, this is a more
10460         logical name as the supplied path is just a prefix to the gac not
10461         the direct path to it.
10462         
10463 Thu Jun 10 20:10:16 CEST 2004 Paolo Molaro <lupus@ximian.com>
10464
10465         * reflection.c: make the token for a created method match
10466         the token of the MethodBuilder it was created from
10467         (IKVM requires this behaviour now).
10468
10469 Thu Jun 10 16:02:27 CEST 2004 Paolo Molaro <lupus@ximian.com>
10470
10471         * image.c, image.h, appdomain.c, assembly.c, loader.c, metadata.c,
10472         reflection.c, socket-io.c: leak fixes.
10473
10474 Wed Jun 9 18:23:59 CEST 2004 Paolo Molaro <lupus@ximian.com>
10475
10476         * icall.c: handle sentinel pos in vararg methods in position different
10477         from 0.
10478
10479 2004-06-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10480
10481         * culture-info-tables.h: freshly generated.
10482
10483 2004-06-09  Martin Baulig  <martin@ximian.com>
10484
10485         * loader.c (mono_get_method_constrained): Call `mono_class_init
10486         (constrained_class)'.   
10487
10488 2004-06-08  Gert Driesen <drieseng@users.sourceforge.net>
10489
10490         * icall.c (ves_icall_MonoType_GetEvent): Handle events without
10491         any methods. Fixes #59629.
10492
10493 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
10494
10495         * culture-info-tables.h: reflecting locale-builder updates.
10496
10497 2004-06-08  Dick Porter  <dick@ximian.com>
10498
10499         * object.h:
10500         * locales.c: Fixed compile warnings, including a real bug in
10501         CompareInfo_internal_compare.
10502         
10503 2004-06-08  Dick Porter  <dick@ximian.com>
10504
10505         * locales.c
10506         (ves_icall_System_Globalization_CompareInfo_internal_index):
10507         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
10508         Double-check the resuls of usearches, because ICU currently
10509         ignores most of the collator settings here.  Fixes bug 59720.
10510         
10511 2004-06-08  Dick Porter  <dick@ximian.com>
10512
10513         * locales.c
10514         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
10515         Fix memory leak and segfault-causing typo.  No idea how this one
10516         lasted so long without being noticed.
10517
10518 2004-06-09  Zoltan Varga  <vargaz@freemail.hu>
10519
10520         * icall.c (ves_icall_Type_GetEvents_internal): Handle events without
10521         any methods. Fixes #59629.
10522
10523 2004-06-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10524
10525         * assembly.c:
10526         (mono_assembly_load): search_loaded -> mono_assembly_loaded (we didn't
10527         own the critical section before). Removed dead code (that's done
10528         in the preload hook).
10529
10530         (mono_assembly_load_with_partial_name): call the preload hook.
10531
10532 2004-06-08  Martin Baulig  <martin@ximian.com>
10533
10534         * metadata.c (mono_metadata_signature_alloc): Default
10535         `sentinelpos' to -1.
10536
10537         * reflection.c (mono_image_get_array_token): Likewise.
10538
10539 2004-06-08  Martin Baulig  <martin@ximian.com>
10540
10541         * icall.c (ves_icall_ModuleBuilder_getMethodToken): New icall.
10542
10543         * metadata.c (mono_metadata_parse_method_signature): When parsing
10544         a MethodDef which has VarArgs, set sentinelpos.
10545
10546         * metadata.h (MonoMethodSignature): Make `sentinalpos' a signed
10547         `gint16' since we're using -1 for non-varargs methods.
10548
10549         * reflection.c
10550         (ReflectionMethodBuilder): Added `MonoArray *opt_types'.
10551         (method_encode_signature): Added varargs support.
10552         (method_builder_encode_signature): Likewise.
10553         (mono_image_get_varargs_method_token): New static method.
10554         (mono_image_create_method_token): New public method; this is
10555         called via an icall instead of mono_image_create_token() when
10556         calling a varargs method.       
10557
10558 2004-06-08  Lluis Sanchez Gual  <lluis@ximian.com>
10559
10560         * locales.c: Fixed memory leak in Char.ToLower/ToUpper.
10561
10562 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
10563
10564         * culture-info-tables.h : Reflecting the latest locale-builder that
10565           fixed empty array representation ({} to {0}).
10566
10567 2004-06-07  Jackson Harper  <jackson@ximian.com>
10568
10569         * assembly.c: It should be <MONO_GAC_PATH>/lib/mono/gac when
10570         looking up extra gac paths. This allows MONO_GAC_PATH to act
10571         exactly like a prefix.
10572         
10573 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
10574
10575         * reflection.c (mono_reflection_type_from_name): Make a copy of the
10576         type name before modifying it. Fixes #59405.
10577
10578 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
10579
10580         * culture-info.h: added fields for "all datetime patterns".
10581         * locales.c: (  ves_icall_System_Globalization_CultureInfo
10582           _construct_datetime_format ()): fill xxx_patterns fields.
10583         * object.h: added fields for "all datetime patterns" to
10584           MonoDateTimeFormatInfo.
10585         * culture-info-tables.h: reflecting locale-builder updates.
10586
10587 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
10588
10589         * icall.c (ves_icall_Type_GetEvents_internal): Handle the case when
10590         the event has no add and remove methods. Fixes #59629.
10591
10592 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
10593
10594         * object.c: Fixed possible integer overflow when allocating large
10595         strings.
10596
10597 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
10598
10599         * culture-info-tables.h: reflecting locale-builder updates.
10600
10601 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
10602
10603         * culture-info-tables.h: reflecting locale-builder updates.
10604
10605 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
10606
10607         * culture-info-tables.h: reflecting locale-builder updates.
10608
10609 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
10610
10611         * threads.c: Made Thread.Sleep abortable.
10612
10613 2004-06-02  Martin Baulig  <martin@ximian.com>
10614
10615         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped version to 41.
10616
10617         * debug-mono-symfile.h: Bumped symbol file version number to 37.
10618
10619 2004-05-31  Zoltan Varga  <vargaz@freemail.hu>
10620
10621         * marshal.c (mono_marshal_get_runtime_invoke): Fix CR/LFs.
10622
10623 2004-05-30  Jackson Harper  <jackson@ximian.com>
10624
10625         * reflection.c: Do not hardcode assembly versions or public key
10626         tokens anymore. All of this except the corlib section was dead
10627         code anyways.
10628         
10629 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
10630
10631         * object.c (mono_runtime_invoke_array): Automatically create boxed
10632         objects for byref valuetypes if needed. Fixes #59300.
10633         
10634         * object.c (mono_method_return_message_restore): Handle 
10635         MONO_TYPE_OBJECT as well.
10636
10637 2004-05-28  Jackson Harper  <jackson@ximian.com>
10638
10639         * reflection.c: The modified type encoding was causing build
10640         problems. Reverted for now.
10641         
10642 2004-05-28  Jackson Harper  <jackson@ximian.com>
10643
10644         * reflection.c/h: Take an assembly ref so that we dont create
10645         fully qualified names when encoding types in the same assembly as
10646         the custom attribute being emitted.
10647         * appdomain.c: Increment version number.
10648         
10649 2004-05-26  Duncan Mak  <duncan@ximian.com>
10650
10651         * icall.c
10652         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
10653         Set the full version number (major, minor, build, revision).
10654
10655 2004-05-28  Vladimir Vukicevic  <vladimir@pobox.com>
10656
10657         * marshal.c (emit_struct_conv): increment src/dst after blit
10658         (mono_marshal_get_managed_wrapper,
10659         mono_marshal_get_native_wrapper): make sure we have marshalling
10660         info before marshalling params (info computation affects
10661         blittable)
10662
10663         * class.c (class_compute_field_layout): correctly deal with
10664         blittable
10665         (mono_class_layout_fields): Don't do gc_aware_layout for AUTO
10666         value types (as per what windows dows by default)
10667         (mono_class_setup_mono_type): System.ValueType is blittable
10668         (mono_ptr_class_get, mono_fnptr_class_get): Pointer classes are
10669         blittable
10670
10671         * marshal.c (mono_marshal_load_type_info): flag types  as
10672         non-blittable if the native layout doesn't match the managed
10673         layout
10674
10675 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10676
10677         * appdomain.c: don't add stuff in the private search path that is
10678         above the application base. If application base is not set, there's
10679         no private search path.
10680
10681 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
10682
10683         * marshal.c (mono_marshal_get_managed_wrapper): Add proper support for
10684         byref struct arguments in native->managed marshalling.
10685
10686 2004-05-28      Patrik Torstensson      <totte@hiddenpeaks.com>
10687
10688         * marshal.c (mono_marshal_get_runtime_invoke): correctly
10689         cache methods using signature (special case for methods
10690         that are value type or string class)
10691         
10692         * image.c (mono_image_close): clean up allocated GSList's
10693         in runtime_invoke_cache.
10694
10695 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10696
10697         * mono-config.c: set the correct path for mono_cfg_dir on windows when
10698         there's no MONO_CFG_DIR environment variable defined.
10699
10700 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10701
10702         * threads.c: windows version must be >= 0x0500 to include OpenThread.
10703
10704 2004-05-28  Lluis Sanchez Gual  <lluis@ximian.com>
10705
10706         * threadpool.c: Really wait for 500ms after the async call, even if the wait
10707           is interrumped.
10708         * threads.c: In mono_thread_manage, call OpenThread to ref each handle
10709           before waiting for it, and call CloseHandle after the wait to unref it.
10710           This will make sure that handles are not disposed too early.
10711
10712 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10713
10714         * appdomain.c:
10715         * appdomain.h:
10716         * icall.c: removed
10717         ves_icall_System_AppDomainSetup_InitAppDomainSetup as it's not
10718         needed now.
10719
10720         * object.c: se the application_base only for the domain that runs
10721         Main. Fixes bug #59216,
10722
10723 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10724
10725         * appdomain.c:
10726         * object.c: only the domain in which Main is run have
10727         SetupInformation.ConfigurationFile set, so moved a few lines from
10728         appdomain.c to object.c.
10729
10730 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10731
10732         * appdomain.c: we tried to load [name].(dll|exe), but according
10733         to bug #57710, we must also try [culture]/[name].(dll|exe) and
10734         [culture]/[name]/[name](dll|exe). This patch fixes the bug.
10735         There's a test case attached to bug #58922.
10736
10737 2004-05-27  Dick Porter  <dick@ximian.com>
10738
10739         * icall.c:
10740         * file-io.c: Implemented icalls for locking and unlocking regions
10741         in a file.
10742         (ves_icall_System_IO_MonoIO_FindNextFile): FindNextFile() returns
10743         FALSE on error (fixes both compiler warning and real bug.)
10744
10745 2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>
10746
10747         * culture-info-tables.h: reflecting locale-builder updates.
10748
10749           (Added missing ChangeLog entry for 05/26)
10750
10751 2004-05-27  Jackson Harper  <jackson@ximian.com>
10752
10753         * locales.c: Fix some cut and paste errors.
10754         
10755 2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10756
10757         * mono-config.c: set the correct path for config. directory on windows.
10758
10759 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
10760
10761         * icall.c : Fixed ves_icall_System_DateTime_GetNow() to return utc
10762           on win32.
10763
10764 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
10765
10766         * marshal.c (mono_marshal_get_native_wrapper): Free strings returned
10767         from pinvoke functions.
10768         
10769         * marshal.c (mono_ftnptr_to_delegate): Implement this.
10770
10771 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
10772
10773         * culture-info-tables.h: reflecting locale-builder updates.
10774
10775 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
10776
10777         * profiler.c (simple_allocation): Skip icall wrapper methods. Fixes
10778         #59086.
10779
10780 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
10781
10782         * appdomain.cs: Bumped MONO_CORLIB_VERSION to 20.
10783         * icall.c: Modified icalls for RNG.
10784         * rand.c|h: Changed RNG interface to allow thread-safe usage under 
10785         Windows (CryptoAPI).
10786
10787 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
10788
10789         * locales.c: Fix build.
10790
10791 2004-05-25  Atsushi Enomoto  <atsushi@ximian.com>
10792
10793         * culture-info-tables.h: reflecting locale-builder updates.
10794
10795 2004-05-25  Jackson Harper  <jackson@ximian.com>
10796
10797         * locales.c: When creating the current culture use the $LANGs
10798         specific culture. So DateTimeFormat and NumberFormat entries are created.
10799         
10800 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
10801
10802         * string-icalls.{h,c} icalls.c: Add new icalls for Strcpy which take
10803         a char array as parameter.
10804
10805 2004-05-24  Lluis Sanchez Gual  <lluis@ximian.com>
10806
10807         * image.c: In mono_image_open(), always use an absolute path name to
10808           look for already loaded images.
10809
10810 2004-05-24  Sebastien Pouliot  <sebastien@ximian.com>
10811
10812         * icall.c: Added define for CSIDL_FLAG_CREATE (0x8000) in case it is
10813         missing in the windows build (like older cygwin include files).
10814
10815 2004-05-23  Sebastien Pouliot  <sebastien@ximian.com>
10816
10817         * icall.c: Fixed check for possible integer overflow in Buffer_
10818         BlockCopy icall. Replaced comments style // by /* */.
10819
10820 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
10821
10822         * marshal.c (mono_ftnptr_to_delegate): Fix warning.
10823         
10824         * marshal.c (mono_marshal_get_proxy_cancast): Move thread interrupt
10825         check after MONO_VTADDR. Fixes pinvoke2.exe.
10826
10827         * marshal.h marshal.c metadata.h: Add beginnings of support for
10828         ftnptr -> delegate marshalling.
10829
10830 2004-05-21  Zoltan Varga  <vargaz@freemail.hu>
10831
10832         * threads.c (ves_icall_System_Threading_Thread_ResetAbort): Fix compilation on gcc-2.95.
10833         * threads.c: Fix warnings.
10834
10835 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
10836
10837         * appdomain.c, gc.c: Make use of the new WaitForSingleObjectEx.
10838         * icall.c: Registered icalls for Suspend and Resume.
10839         * locales.c: Beware, mono_monitor_try_enter can now be interrupted by
10840           Thread.Abort.
10841         * monitor.c: Use WaitForSingleObjectEx. Added some interruption checkpoints.
10842         * mono-debug-debugger.c: Use WaitForSingleObjectEx et al.
10843         * process.c: Use WaitForSingleObjectEx.
10844         * threadpool.c: Use WaitForSingleObjectEx. Added some interruption 
10845           checkpoints.
10846         * threads.c, threads.h: Make use of new Ex wait methods. Improved
10847           implementation of Thread.Abort and Thread.ResetAbort icalls. Added icalls
10848           for Suspend and Resume. Added new mono_thread_stop, used for stoping
10849           background threads. Added basic support for Abort in Windows.
10850           Start new threads using a managed delegate invoke wrapper. This wrapper
10851           has an interruption checkpoint that is needed since an interruption
10852           can be requested before the thread leaves the unmanaged code that starts 
10853           the thread.
10854         * marshal.c: Added interruption checkpoint after every native call, and
10855           also before managed calls for wrappers called from unmanaged code to
10856           go into managed code.
10857         * object.h: Added new field in MonoThread to keep track of interruption
10858           requests.
10859
10860 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
10861
10862         * marshal.c: Insert SAVE_LMF and RESTORE_LMF opcodes around native
10863         calls.
10864
10865 2004-05-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10866
10867         * appdomain.c:
10868         * assembly.c:
10869         * gc.c:
10870         * locales.c:
10871         * mono-config.c:
10872         * rand.c: getenv -> g_getenv (windows!)
10873
10874         * process.c: complete_path is also used on non-windows platforms.
10875
10876 2004-05-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10877
10878         * icall.c: new signature for Process_Start.
10879
10880         * process.[ch]: new signature for Process_Start. If we're on windows
10881         and UseShellExecute is false, we have to search for the program by
10882         ourselves if we don't get a full path.
10883
10884 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
10885
10886         * marshal.c (mono_marshal_get_native_wrapper): Fix up custom 
10887         marshalling and call CleanUpNativeData if needed. Fixes #58646.
10888
10889 2004-05-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10890
10891         * socket-io.c: field value changed for Int32 from 'value' to 'm_value'.
10892         Fixes bug #58373.
10893
10894 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10895
10896         * process.c: use double quotes to quote program name and arguments on
10897         windows. Fixes bug #58575.
10898
10899 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10900
10901         * file-io.c: don't return "." and ".." when using windows Find*File.
10902
10903 2003-05-17      Patrik Torstensson <totte@hiddenpeaks.com>
10904
10905         * marshal.c: Don't pass wrappers to message init because method 
10906         addressed used to lookup metadata. part of remoting[2|3] fix.
10907
10908 2004-05-15  Jackson Harper  <jackson@ximian.com>
10909
10910         * assembly.c: Remove user gac and implement MONO_GAC_PATH, this
10911         path is essentially the same as MONO_PATH except that it points to
10912         GACs instead of lib directories.
10913         * loader.h: The user gac is gone so we dont need function to
10914         enable/disable it.
10915         * mono-config.c: user gac option is now gone.
10916         
10917 2004-05-15  Jackson Harper  <jackson@ximian.com>
10918
10919         * culture-info.h: Make defines more consistent, add calendar data
10920         to the culture info table.
10921         * culture-info-tables.h: Add basic calendar data. Basically
10922         everyone gets default gregorian until all the data is
10923         updated.
10924         * locales.c: Use the new consistent defines. Set calendar data for
10925         culture info objects.
10926         * object.h: add a field for calendar data to CultureInfo
10927         
10928 2004-05-14 Ben Maurer  <bmaurer@users.sourceforge.net>
10929
10930         * image.c: image->runtime_invoke_cache is keyed on signatures now.
10931         * marshal.c (mono_mb_emit_calli): new helper to emit a CEE_CALLI with
10932         a signature.
10933         (mono_mb_emit_managed_call, mono_mb_emit_native_call): use the above.
10934         (mono_marshal_get_runtime_invoke): The runtime invoke method now takes
10935         an extra param that is the pointer of the method to invoke. The IL for
10936         the invoke method is no longer specific to the method, but to the
10937         signature of the method. Thus, we can share the same code for multiple
10938         methods. This reduces the number of methods that have to be compiled.
10939
10940 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
10941
10942         * icall.c (ves_icall_System_Reflection_Assembly_load_with_partial_name): Fix warning.
10943
10944         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
10945
10946         * icall.c: Optimize Buffer.BlockCopy.
10947
10948 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10949
10950         * culture-info-tables.h: seems like Spanish and Portuguese cultures had
10951         DateTimeFormatInfo.YearMonthPattern like "MMMM' yyyy" (note the single
10952         quote). Changed them to "MMMM yyyy".
10953
10954 2004-05-12  Miguel de Icaza  <miguel@ximian.com>
10955
10956         * rand.c
10957         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_InternalGetBytes): Always close the file. 
10958
10959 2004-05-13  Zoltan Varga  <vargaz@freemail.hu>
10960
10961         * reflection.h: Updated after changes to managed structures.
10962
10963         * appdomain.c: Bump corlib version.
10964
10965 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10966
10967         * Makefile.am: also add libmonoos to libmetadata. Fixes the build on
10968         windows.
10969
10970 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10971
10972         * Makefile.am: link to ../os/libmonoos.la on windows.
10973
10974         * assembly.c:
10975                 -If MONO_DEBUG, warn about non-existing directories in
10976                 MONO_PATH.
10977                 -Added mono_assembly_getrootdir() that replaces MONO_ASSEMBLIES
10978                 compile time variable.
10979                 -Removed init_default_path and call mono_set_rootdir from
10980                 libmonoos.a instead (windows only).
10981
10982         * assembly.h: declare mono_assembly_getrootdir().
10983
10984         * domain.c:
10985         * icall.c: use mono_assembly_getrootdir() instead of MONO_ASSEMBLIES.
10986
10987         * loader.c: s/getenv/g_getenv/
10988
10989 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
10990
10991         * marshal.{h,c}: Add support for UnmanagedType.AsAny.
10992
10993         * marshal.c: Use mono_metadata_signature_{alloc,dup} where appropriate.
10994
10995         * metadata.h: Add new marshalling conversions.
10996
10997         * metadata.h metadata.c (mono_metadata_signature_dup): New helper
10998         function.
10999
11000         * reflection.c (mono_reflection_get_type): Lookup the type in all
11001         modules of a multi-module assembly. Fixes #58291.
11002
11003 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
11004
11005         * threads.c: Before aborting a background, set the StopRequested
11006         state.  This avoids throwing the Abort exception.
11007         In mono_thread_manage, don't continue with the shutdown until all
11008         aborted threads have actually stopped.
11009
11010 2004-05-10  Jackson Harper  <jackson@ximian.com>
11011
11012         * locales.c: Remove the modifier from culture names.
11013         
11014 2004-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11015
11016         * Makefile.am: monosn is not installed any more. It has been deprecated
11017         in favor of sn.
11018
11019 2004-05-07  Jackson Harper  <jackson@ximian.com>
11020
11021         * locales.c
11022         (ves_icall_System_Globalization_CultureInfo_internal_get_cultures):
11023         Fix array construction, add bailout if the length is 0.
11024
11025 2004-05-07  Dick Porter  <dick@ximian.com>
11026
11027         * socket-io.c (addrinfo_to_IPHostEntry): Don't crash if the
11028         machine doesn't have a DNS entry.  Patch by Urs Muff
11029         (umuff@quark.com), fixes bug 57928.
11030
11031 2004-05-06  Jackson Harper  <jackson@ximian.com>
11032
11033         * reflection.c: Handle null PublicTokens properly. alloc mem for
11034         assembly names culture so we dont crash when freeing it.
11035         
11036 2004-05-06  Jackson Harper  <jackson@ximian.com>
11037
11038         * assembly.c: Check the usergac when loading with partial names.
11039         
11040 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
11041
11042         * rand.c|h: Added new icall for (optionally) seeding the PRNG. This 
11043         does nothing for now (not required for Linux/Windows) but the class
11044         library can call it (and a newer or modified runtime could need it).
11045         * icall.c: Registred icall.
11046
11047 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11048
11049         * loader.c: prints a message on module loading error we set MONO_DEBUG
11050         environment variable.
11051
11052 2004-05-05  Jackson Harper  <jackson@ximian.com>
11053
11054         * appdomain.c: Handle PublicKeyToken=null properly.
11055         
11056 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
11057
11058         * environment.c|h: Added icall ves_icall_System_Environment_
11059         GetOSVersionString to get the current OS version as a string.
11060         * icall.c: Registred icall.
11061
11062 2004-05-05  Lluis Sanchez Gual  <lluis@ximian.com>
11063
11064         * object.c: in mono_object_get_virtual_method(), take into account that
11065         non-virtual methods don't have a slot in the vtable. Check needed when
11066         the object is a proxy.
11067
11068 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
11069
11070         * marshal.h marshal.c icall.c: Applied patch from vladimir@pobox.com
11071         (Vladimir Vukicevic). Implement UnsafeAddrOfPinnedArrayElement.
11072
11073         * object.c (mono_class_compute_gc_descriptor): Fix warning.
11074
11075         * object.c (mono_runtime_invoke_array): Add an assert so null cannot be
11076         passed when a valuetype is expected.
11077
11078         * object.c (mono_unhandled_exception): Only set the exit code if the
11079         exception happens in the main thread. Fixes thread5.exe.
11080
11081         * appdomain.c (get_info_from_assembly_name): Fix infinite loop on
11082         invalid names. Fixes #58047.
11083
11084 2004-05-03  Jackson Harper  <jackson@ximian.com>
11085
11086         * assembly.c: This line was committed accidently and is unneeded.
11087         
11088 2004-05-03  Jackson Harper  <jackson@ximian.com>
11089
11090         * icall.c: Add new icall for Assembly::LoadWithPartialName
11091         * assembly.c/.h: new function that probes the GAC to load partial
11092         assembly names by Paolo Molaro.
11093         
11094 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11095
11096         * appdomain.c: use g_strncasecmp when looking for 'Culture=' et al.
11097         * reflection.c: use g_strncasecmp when looking for 'Culture=' et al.
11098         (type_get_fully_qualified_name): Added PublicKeyToken when building a
11099         full type name.
11100
11101 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11102
11103         * appdomain.c: fixed check for 'neutral' culture and removed warning.
11104         * reflection.c: fix bug when parsing a full type name and Version is not
11105         the last thing in the string.
11106
11107 2004-05-03  Zoltan Varga  <vargaz@freemail.hu>
11108
11109         * appdomain.c (get_info_from_assembly_name): Strdup "" to prevent
11110         crashes when it is freed.
11111
11112 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11113
11114         * assembly.c: print the compat warning to stderr.
11115
11116 2004-05-01  Miguel de Icaza  <miguel@ximian.com>
11117
11118         * assembly.c (mono_assembly_load_references): Add a compatibility
11119         hack to run old applications that might be still referencing the
11120         3300-based assemblies, only do this for System.xxx.
11121
11122 2004-05-01  Jackson Harper  <jackson@ximian.com>
11123
11124         * appdomain.c: If the culture is neutral we set it to "".
11125         
11126 2004-04-29  Jackson Harper  <jackson@ximian.com>
11127
11128         * locales.c: Add some missing MONO_ARCH_SAVE_REGS'.
11129
11130 2004-04-29  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
11131  
11132         * string-icalls.c: added low overhead function for copying chars
11133         * icall.c: added needed icall for the above function
11134  
11135 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11136
11137         * icall.c: fix return value of get_global_assembly_cache.  Implemented
11138         Environment.GetLogicalDrives.
11139
11140 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
11141
11142         * rand.c: try and talk to egd or prngd
11143         for random bytes if opening devices fail.
11144
11145 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
11146
11147         * marshal.c (mono_marshal_load_type_info): Calculate the minimum
11148         alignment for the type using the native alignment of its members 
11149         instead of using klass->min_align.
11150
11151         * metadata.c (mono_type_stack_size): Fix size of TYPEDBYREF.
11152
11153 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11154
11155         * file-io.c:
11156         * socket-io.c: added check for sys/aio.h.
11157
11158 2004-04-28  Dick Porter  <dick@ximian.com>
11159
11160         * threads.c: Don't abort a thread thats already aborting, when
11161         terminating everything.
11162
11163 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11164
11165         * icall.c: added 2 new async calls for Socket.
11166
11167         * socket-io.[ch]: fixed some warnings. Added support for asynchronous
11168         IO on *nix systems.
11169
11170         * threadpool.c: removed unused variable.
11171
11172 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
11173
11174         * marshal.c: Handle null properly in PtrToString* icalls. Fixes #57706.
11175
11176 Tue Apr 27 15:55:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
11177
11178         * locales.c: put back string_invariant_tolower () and
11179         string_invariant_toupper ().
11180
11181 2004-04-26 David Waite <mass@akuma.org>
11182
11183         * file-io.h:
11184         * socket-io.h:
11185         * threads.h:
11186         * unicode.h: remove comma from end of enumeration declarations
11187
11188 2004-04-26 David Waite <mass@akuma.org>
11189
11190         * debug-mono-symfile.h:
11191         * decimal.c:
11192         * mono_debug.h:
11193         * sysmath.c: Define 64 bit constants as long long types (i.e. 10ULL)
11194
11195
11196 2004-04-26  Jackson Harper  <jackson@ximian.com>
11197
11198         * appdomain.c: Increment version number.
11199         
11200 2004-04-26  Jackson Harper  <jackson@ximian.com>
11201
11202         * appdomain.c: Set assembly references public token value when
11203         PublicKeyToken is specified, not the hash_value. Free public token
11204         values when free assembly name data. Previously the public key
11205         token was hex decoded, however we are using hex encoded public key
11206         tokens, so this is not neccasary.
11207         * assembly.c: Lookup assemblies in the gac if their public token
11208         value is set. Add function to allow enabling user gac
11209         lookups. Specify whether or not the assembly was loaded from the
11210         GAC. Compare full assembly names when checking the cache for
11211         assemblies (Temporarily disabled see comment in code). Remove
11212         mscorlib -> corlib mapping cruft. Add trace-loading. When a user
11213         specifies trace-loader they get extra info to stdout on the
11214         loading of assemblies.
11215         * image.h: Add a field for an assembly references public token
11216         value to MonoAssemblyname. Add a field to MonoAssembly to specifiy
11217         whether an assembly has been loaded from the GAC.
11218         * image.c: Remove a corlib -> mscorlib name mapping.
11219         * loader.h: Add function to enable/disable the user gac.
11220         * mono-config.c: Check if the usergac is enabled in the config
11221         file.
11222         * icall.c: New icall to determine whether or not an assembly has
11223         been loaded from the GAC. Remove some mscorlib -> corlib mappings.
11224         * tabldefs.h: Add constant for assemblyref flag that specifies a
11225         full public key is used instead of a public token.
11226         * reflection.c: Remove mscorlib -> corlib mappings. Set
11227         PublicTokenValue instead of hash value. This value is a hex
11228         string so it does not need to be expanded.
11229
11230 2004-04-26  Martin Baulig  <martin@ximian.com>
11231
11232         * mono-debug-debugger.c (mono_debugger_initialize): Set
11233         `mono_debugger_initialized' before calling mono_debug_lock().
11234
11235 2004-04-42  Robert Shade <rshade@dvsconsulting.com>
11236
11237         * icall.c: icalls for Char.ToUpper/ToLower are now hooked to
11238           InternalToUpper/InternalToLower.
11239         * locales.c: (ves_icall_System_{Char,String}_InternalTo{Upper,Lower}_Comp)
11240           removed invariant culture shortcut.  This is now done in managed code.
11241         * locales.c: (string_invariant_toupper/tolower) removed.
11242
11243 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11244
11245         * icall.c: added GetSupportsAsync for Socket (same as MonoIO).
11246         Added Poll internal call.
11247
11248         * socket-io.[ch]: _wapi_socket == WSASocket. Added internal
11249         call for Poll. Select was too heavy for polling a single socket.
11250
11251         * threadpool.[ch]: added mono_threadpool_cleanup.
11252         * threads.c: use it. Don't use Thread_Abort on windows.
11253
11254 2004-04-23  Martin Baulig  <martin@ximian.com>
11255
11256         * mono-debug-debugger.c (mono_debugger_lookup_assembly): New function.
11257
11258 2004-04-23  Sebastien Pouliot  <sebastien@ximian.com>
11259
11260         * icall.c: Registred new icalls for key pair protection and added an
11261         icall for Environment.GetFolderPath on Windows.
11262         * security.c|h: Added new icalls for key pair protection.
11263
11264 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11265
11266         * socket-io.c: don't display the non-supported family warning for known
11267         families. Now this is not displayed on windows when checking support
11268         for IPv4/IPv6.
11269
11270 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11271
11272         * class.c: don't display the layout warning for static fields.
11273
11274 2004-04-21  Lluis Sanchez Gual <lluis@ximian.com>
11275
11276         * icall.cs: Registered new icalls for Char.ToLower and Char.ToUpper.
11277         * locales.c, locales.h: Added new icalls for culture-specific
11278         Char.ToLower and Char.ToUpper.
11279
11280 2004-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11281
11282         * threads.c: the 2nd argument when aborting a thread is NULL now. Patch
11283         by David Waite.
11284
11285 2004-04-20  Martin Baulig  <martin@ximian.com>
11286
11287         * mono-debug-debugger.c (mono_debugger_lookup_type): Make a copy
11288         of the type name before passing it to mono_reflection_type_from_name().
11289
11290 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
11291
11292         * marshal.c (mono_marshal_get_managed_wrapper): Handle different string
11293         encodings here. Fixes #56965.
11294
11295 2004-04-18  Bernie Solomon <bernard@ugsolutions.com>
11296
11297         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
11298         fix test on strstr result not that I can see anything that
11299         relies on the result.
11300
11301 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
11302
11303         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_FUNC as well.
11304         Fixes #57081.
11305
11306         * marshal.c (mono_marshal_get_string_encoding): New helper function.
11307
11308         * marshal.c (mono_marshal_get_native_wrapper): Use the new helper
11309         function to determine which marshalling to use for strings. Fixes
11310         #56965.
11311
11312         * marshal.c (mono_marshal_string_array_to_unicode): Fix warning.
11313
11314         * reflection.c (encode_marshal_blob): Add support for LPARRAY.
11315
11316 2004-04-15  Bernie Solomon  <bernard@ugsolutions.com>
11317
11318         * icall.c: #include mono-config.h
11319
11320 2004-04-15  Jackson Harper  <jackson@ximian.com>
11321
11322         * culture-info-tables.h: Fix date formats for en-US culture.
11323         
11324 2004-04-15  Lluis Sanchez Gual  <lluis@ximian.com>
11325
11326         * icall.c: Registered icalls for ThreadPool.GetMinThreads and 
11327         ThreadPool.SetMinThreads.
11328         * threadpool.c: Implemented ThreadPool.GetMinThreads and
11329         ThreadPool.SetMinThreads.
11330
11331 Thu Apr 15 15:36:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
11332
11333         * mono-config.c: also load the .config file in the directory
11334         where the assembly was found.
11335
11336 Thu Apr 15 14:24:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
11337
11338         * assembly.c: load per-assembly config files.
11339         * icall.c: decrapified code to get the config dir and moved to
11340         mono-config.c.
11341         * image.h, loader.c, loader.h, mono-config.c, mono-config.h: allow
11342         per-assembly config files. When doing a dll map lookup give precedence
11343         to the per-assembly data.
11344
11345 2004-04-14  Martin Baulig  <martin@ximian.com>
11346
11347         * mono-debug-debugger.h (MonoDebuggerEvent): Removed
11348         MONO_DEBUGGER_EVENT_TYPE_ADDED and MONO_DEBUGGER_EVENT_METHOD_ADDED
11349         and added MONO_DEBUGGER_EVENT_RELOAD_SYMTABS.
11350
11351         * mono-debugger-debugger.c: While the debugger is locked, remember
11352         whether the symbol tables have changes and send one single
11353         MONO_DEBUGGER_EVENT_RELOAD_SYMTABS when releasing the lock.
11354
11355 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
11356
11357         * metadata.h: Add STRARRAY_STRWLPARRAY marshalling convention.
11358
11359         * marshal.h marshal.c (mono_marshal_string_array_to_unicode): New 
11360         function.
11361
11362         * marshal.c (mono_marshal_get_native_wrapper): Take CharSet into
11363         account when marshalling string arrays. Fixes #56965.
11364
11365 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
11366
11367         * icall.c: Add new icalls mapping for security.
11368         * security.c|h: Add internal calls for WindowsIdentity,
11369         WindowsImpersonationContext and WindowsPrincipal.
11370
11371 2004-04-13  Gert Driesen (drieseng@users.sourceforge.net)
11372
11373         * class.c: Added comment to ensure the System.MonoDummy class
11374         is removed when no longer necessary
11375
11376 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
11377
11378         * appdomain.c: Pass arguments to the bootstraping exceptions to
11379         minimize JITed methods at boot
11380
11381         * metadata.c (mono_exception_from_name_two_strings): Allow for the
11382         second string to be null.
11383
11384         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
11385         Change the protocol to minimize the JIT methods at startup.  Now
11386         it Returns the internal codepage, if the value of "int_code_page"
11387         is 1 at entry, and we can not compute a suitable code page
11388         number, returns the code page as a string.
11389
11390 2004-04-13  Jackson Harper  <jackson@ximian.com>
11391
11392         * culture-info-tables.h: Fix number of decimal digits for all
11393         english locales.
11394
11395 2004-04-13  Jackson Harper  <jackson@ximian.com>
11396
11397         * icall.c: Clairfy out of sync error message. It is not always
11398         your corlib that is out of sync.
11399
11400 2004-04-13  Zoltan Varga  <vargaz@freemail.hu>
11401
11402         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid duplicate
11403         properties when only the set accessor is overriden. Fixes #55874.
11404
11405 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
11406
11407         * assembly.c (mono_assembly_load_references): Make this thread safe.
11408         Fixes #56327.
11409
11410 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
11411
11412         * monosn.c: Add missing initialization calls.
11413
11414 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
11415
11416         * locales.c:
11417         ves_icall_System_Globalization_CultureInfo_construct_number_format
11418         Fix g_assert so it compiles on fussier compilers re int/ptr
11419         mismatch
11420
11421 2004-04-08  Dick Porter  <dick@ximian.com>
11422
11423         * socket-io.h:
11424         * socket-io.c: Don't set SO_REUSEADDR on windows.  Fixes bug
11425         53992.  Also rearrange the code so that the internal calls return
11426         an error value and exceptions are thrown from managed code.
11427
11428         * icall.c: Add type info to the socket icalls.
11429
11430 2004-04-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11431
11432         * object.h: synchronize MonoCompareInfo with CompareInfo class. Someone
11433         owes me a beer.
11434
11435 2004-04-07  Martin Baulig  <martin@ximian.com>
11436
11437         * class.c (mono_class_from_generic_parameter): Don't default
11438         `klass->parent' to `mono_defaults.object_type'.
11439
11440 2004-04-07  Martin Baulig  <martin@ximian.com>
11441
11442         * reflection.c (mono_reflection_initialize_generic_parameter): Set
11443         `param->pklass->reflection_info'.       
11444
11445 2004-04-07  Jackson Harper  <jackson@ximian.com>
11446
11447         * culture-info-tables.h: Fix date separator symbol.
11448         
11449 2004-04-07  Martin Baulig  <martin@ximian.com>
11450
11451         * icall.c (ves_icall_Type_GetGenericArguments): Moved this icall
11452         from System.Type to System.MonoType.
11453
11454 2004-04-07  Martin Baulig  <martin@ximian.com>
11455
11456         * reflection.h
11457         (MonoReflectionGenericParam): Added `has_reference_type' and
11458         `has_value_type' fields.
11459
11460         * reflection.c (mono_image_get_generic_param_info): Encode the
11461         correct flags if we have the `class' or `struct' constraint.
11462
11463 2004-04-07  Martin Baulig  <martin@ximian.com>
11464
11465         * reflection.h
11466         (MonoReflectionGenericParam): Added `MonoBoolean has_ctor_constraint'.
11467
11468 2004-04-07  Jackson Harper  <jackson@ximian.com>
11469
11470         * appdomain.c: Revert extra patches, just wanted to bump the
11471         version number.
11472         
11473 2004-04-07  Jackson Harper  <jackson@ximian.com>
11474
11475         * Makefile.am: Add culture-info private headers.
11476         * icall.c: Add new icalls for contructing locales.
11477         * locales.c: Construct CultureInfo objects from lookup tables instead of using ICU.
11478         * locales.h: Declare new culture info construction methods.
11479         * object.h: Add new fields used to avoid the CultureMap to
11480         MonoCultureInfo.
11481         * culture-info.h: Definition of structs used in the culture info
11482         tables.
11483         * culture-info-tables.h: Autogenerated tables that contain culture
11484         info data. This file was generated with the locale-builder tool.
11485         * appdomain.c: Incement corlib version number.
11486         
11487 2004-04-07  Bernie Solomon  <bernard@ugsolutions.com>
11488
11489         * appdomain.c: (mono_runtime_init) move mono_thread_init
11490         to before mono_object_new calls so critical sections
11491         are initialized before use.
11492
11493 2004-04-07  Martin Baulig  <martin@ximian.com>
11494
11495         * icall.c
11496         (ves_icall_TypeBuilder_define_generic_parameter): Removed.
11497         (ves_icall_MethodBuilder_define_generic_parameter): Removed.
11498         (ves_icall_MonoGenericParam_initialize): Removed.
11499         (monogenericparam_icalls): Removed.
11500         (generictypeparambuilder_icalls): Added new table for
11501         System.Reflection.Emit.GenericTypeParameterBuilder.
11502
11503         * reflection.c
11504         (mono_reflection_define_generic_parameter): Removed.
11505         (mono_reflection_initialize_generic_parameter): This is now called
11506         from GenericTypeParameterBuilder's .ctor.
11507
11508 2004-04-06  Martin Baulig  <martin@ximian.com>
11509
11510         * class.c (mono_class_init): Don't inflate nested classes in a
11511         generic instance.
11512         (mono_type_get_name_recurse): Include the generic arguments for
11513         generic instances and generic type declarations.
11514         (inflate_generic_type): Correctly inflate MONO_TYPE_SZARRAY.
11515         (_mono_class_get_instantiation_name): Removed.
11516         (mono_class_create_generic): Always use `gklass->name' as our name.
11517
11518         * class.h (MonoGenericInst): Removed `nested_in', and `nested'.
11519
11520         * icall.c (ves_icall_MonoGenericInst_GetDeclaringType): Removed.
11521         (ves_icall_MonoGenericInst_GetNestedTypes): Removed.
11522         (ves_icall_MonoMethod_GetGenericParameters): Renamed to
11523         ves_icall_MonoMethod_GetGenericArguments() and correctly handle
11524         closed generic methods here.
11525
11526         * reflection.c
11527         (mono_reflection_generic_inst_get_nested_types): Removed.
11528         (inflate_mono_method): Copy the generic parameters from the
11529         MonoMethodHeader into out MonoGenericMethod.
11530
11531 2004-04-06  Martin Baulig  <martin@ximian.com>
11532
11533         * row-indexes.h
11534         (MONO_GENERICPARAM_DEPRECATED_CONSTRAINT): Removed.
11535
11536         * metadata.c (GenericParamSchema): Removed "DeprecatedConstraint".
11537
11538         * reflection.c (build_compressed_metadata): If we have any entries
11539         in the GenericParam, MethodSpec or GenericParamConstraint tables,
11540         set the header version to 1.1.
11541
11542 2004-04-06  Martin Baulig  <martin@ximian.com>
11543
11544         * class.c (mono_class_init): If we're a generic instance,
11545         initialize our nested classes, too.
11546         (_mono_class_get_instantiation_name): Deal with the new `!%d'
11547         suffix. 
11548
11549 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11550
11551         * process.c: quote the argument passed to the shell on windows.
11552
11553 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
11554
11555         * threads.c (mono_alloc_special_static_data): Allow this to be
11556         called during startup.
11557
11558 2004-04-02  Martin Baulig  <martin@ximian.com>
11559
11560         * icall.c
11561         (ves_icall_MonoGenericInst_GetDeclaringType): New icall.
11562
11563 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
11564
11565         * icall.c: Fix build.
11566
11567 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
11568
11569         * Makefile.am: Added security.c|h.
11570         * icall.c: Added icall for get_UserName;
11571         * security.c: New file for security related icalls. Added function
11572         get_UserName for System.Environment (fix #56144).
11573         * security.h: New. Header file for security.c
11574
11575 2004-04-02  Dick Porter  <dick@ximian.com>
11576
11577         * icall.c: Deleted the icalls that were obsoleted some time ago
11578         by the ICU string code, and which were mixed into the icall
11579         rearranging.  Fixes bug 55969.
11580
11581         * string-icalls.h: 
11582         * string-icalls.c: Deleted the code that those icalls reference.
11583
11584 2004-04-01  Martin Baulig  <martin@ximian.com>
11585
11586         * metadata.h (MONO_CLASS_IS_INTERFACE): New macro.
11587
11588         * class.c (mono_class_from_generic_parameter): Don't set 
11589         TYPE_ATTRIBUTE_INTERFACE.
11590         (my_mono_class_from_generic_parameter): Likewise.
11591
11592 2004-04-01  Martin Baulig  <martin@ximian.com>
11593
11594         * loader.c (find_method): Added an optional `MonoClass *ic'
11595         argument to search in a specific interface.
11596         (mono_get_method_constrained): New public function.
11597
11598 2004-04-01  Martin Baulig  <martin@ximian.com>
11599
11600         * reflection.c (mono_image_get_generic_field_token): Use the
11601         `handleref' cache here.
11602
11603 2004-04-01  Martin Baulig  <martin@ximian.com>
11604
11605         * reflection.h (MonoDynamicImage): Added `GHashTable *typespec'.
11606
11607         * reflection.c (create_generic_typespec): Use the `typespec' hash
11608         here, not the `typeref' one.    
11609
11610 2004-04-01  Martin Baulig  <martin@ximian.com>
11611
11612         * class.c (mono_class_inflate_generic_type): Moved the
11613         functionality into a new static inflate_generic_type() which
11614         returns NULL if it didn't do anything.  Only increment the
11615         `mono_stats.inflated_type_count' if we actually inflated
11616         something.
11617         (mono_class_get_full): Check the classes type to see whether we
11618         need to inflate it; also inflate MONO_TYPE_(M)VAR.
11619
11620 2004-04-01  Jackson Harper  <jackson@ximian.com>
11621
11622         * reflection.c: Set culture for assembly references.
11623         
11624 2004-04-01 Ben Maurer  <bmaurer@users.sourceforge.net>
11625
11626         * reflection.[ch], icall.[ch], Fix support for pinning variables.
11627
11628 2004-04-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11629
11630         * assembly.c:
11631         (do_mono_assembly_open): the critical section also covers
11632         mono_image_open and mono_image_open_from_data. Fixes bug #56327.
11633
11634 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11635
11636         * threads.c:
11637         (mono_manage_threads): abort the background threads when finishing.
11638         Fixes bug #47232.
11639
11640 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11641
11642         * gc.c: only close the done_event handle if there was no timeout.
11643         C-ified comments.
11644
11645 2004-03-30  Martin Baulig  <martin@ximian.com>
11646
11647         * icall.c (icall_entries): It's called "System.Activator", not
11648         "System.Activation".    
11649
11650 2004-03-30  Martin Baulig  <martin@ximian.com>
11651
11652         * class.c (mono_ldtoken): Added `MonoGenericContext *' argument.
11653         (mono_class_create_from_typespec): Likewise.
11654
11655 2004-03-30  Martin Baulig  <martin@ximian.com>
11656
11657         * reflection.h (MonoReflectionGenericParam): Use MonoBoolean for
11658         `has_ctor_constraint' and `initialized'.
11659
11660 2004-03-30  Martin Baulig  <martin@ximian.com>
11661
11662         * reflection.c (encode_new_constraint): New static function to add
11663         the constructor constraint attribute to a type parameter.
11664         (encode_constraints): Call encode_new_constraint() if necessary.
11665
11666         * reflection.h
11667         (MonoReflectionGenericParam): Added `guint32 has_ctor_constraint'.
11668
11669         * row-indexes.h: Added CUSTOM_ATTR_GENERICPAR.
11670         
11671 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
11672
11673         * reflection.c, icall.c: add support for pinning variables. 
11674
11675 2004-03-29  Bernie Solomon  <bernard@ugsolutions.com>
11676
11677         * marshal.c (mono_marshal_get_managed_wrapper):
11678         init bool local with zero rather than null.
11679
11680 2004-03-29  Martin Baulig  <martin@ximian.com>
11681
11682         * icall.c (ves_icall_MonoMethod_get_HasGenericParameters): Show
11683         the "official" behavior here.
11684         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): New interncall.
11685
11686 2004-03-29  Martin Baulig  <martin@ximian.com>
11687
11688         * icall.c: Reflect latest API changes.
11689
11690 2004-03-29  Martin Baulig  <martin@ximian.com>
11691
11692         * loader.c (mono_get_method_from_token): Also call
11693         mono_metadata_load_generic_params () for abstract and interface
11694         methods; replace the type arguments in the method signature with
11695         the ones which are loaded from the metadata.
11696
11697 2004-03-29  Lluis Sanchez Gual  <lluis@ximian.com>
11698
11699         * monitor.c: In mono_monitor_exit(), don't throw an exception if the owner
11700         of the lock is not the current thread. MS.NET don't do it, in spite of
11701         what the documentation says. See bug #56157.
11702
11703 2004-03-28  Martin Baulig  <martin@ximian.com>
11704
11705         * class.c (mono_class_init): Don't call init_properties() and
11706         init_events() for generic instances; set `prop->parent' when
11707         inflating properties.
11708
11709         * reflection.c (mono_generic_inst_get_object): Call
11710         `mono_class_init (ginst->klass)'.
11711         (mono_type_get_object): Only create a MonoGenericInst if your
11712         generic type is a TypeBuilder.
11713         (do_mono_reflection_bind_generic_parameters): Only set
11714         `ginst->is_dynamic' if our generic type is a TypeBuilder.
11715
11716 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
11717
11718         * appdomain.c (unload_thread_main): Do not clear proxy_vtable_hash.
11719         Fixes #56091.
11720
11721 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11722
11723         * icall.c: added Kill_internal icall.
11724         * process.[ch]: added Kill_internal icall.
11725
11726 2004-03-25  Martin Baulig  <martin@ximian.com>
11727
11728         * class.h (MonoStats): Added `generic_instance_count',
11729         `inflated_method_count', `inflated_type_count' and
11730         `generics_metadata_size'.       
11731
11732 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11733
11734         * reflection.c: no warnings now.
11735
11736 2004-03-25  Martin Baulig  <martin@ximian.com>
11737
11738         * class.c (mono_class_get_full): New public function; does a
11739         mono_class_get(), but also takes a `MonoGenericContext *'.
11740
11741         * loader.c (mono_field_from_memberref): Renamed to
11742         `field_from_memberref', made static and added `MonoGenericContext *'
11743         argument.
11744         (mono_field_from_token): Added `MonoGenericInst *' argument.
11745         (method_from_memberef): Likewise.
11746         (mono_get_method_from_token): Likewise.
11747         (mono_get_method_full): New public function; does a
11748         mono_get_method(), but also takes a `MonoGenericContext *'.
11749
11750         * verify.c (mono_method_verify): Get the method's generic context
11751         and pass it to mono_field_from_token(), mono_get_method_full() and
11752         mono_class_get_full().
11753
11754 2004-03-25  Martin Baulig  <martin@ximian.com>
11755
11756         * class.c (mono_class_inflate_generic_type): Take a
11757         `MonoGenericContext *' instead of a `MonoGenericInst *' and a
11758         `MonoGenericMethod *'.
11759
11760 2004-03-25  Martin Baulig  <martin@ximian.com>
11761
11762         * loader.h (MonoMethodInflated): Store the MonoGenericContext
11763         instead of the MonoGenericMethod here.
11764
11765 2004-03-25  Martin Baulig  <martin@ximian.com>
11766
11767         * class.h (MonoGenericInst): Added `MonoGenericContext *context';
11768         each time we create a new MonoGenericInst, we also create a new
11769         context which points back to us.
11770
11771         * class.c (inflate_method): Use `ginst->context' instead of
11772         creating a new context.
11773
11774         * loader.c (method_from_memberref): Use
11775         `klass->generic_inst->context' instead of creating a new context.
11776
11777 2004-03-25  Martin Baulig  <martin@ximian.com>
11778
11779         * class.h (MonoGenericContext): New struct.
11780         (MonoGenericMethod): Removed `generic_inst'.
11781
11782         * class.c (mono_class_inflate_generic_method): Take a
11783         `MonoGenericContext *' instead of a `MonoGenericMethod *'.
11784
11785 2004-03-25  Martin Baulig  <martin@ximian.com>
11786
11787         * loader.h (MonoMethodInflated): New typedef.
11788
11789         * metadata.h (MonoMethodSignature): Removed `gen_method', make
11790         `generic_param_count' consume just 30 bits, added `is_inflated'
11791         and `has_type_parameters' flags (one bit each).
11792
11793         * class.c (mono_class_inflate_generic_method): Create a
11794         MonoMethodInflated instead of a MonoMethodNormal and set
11795         `is_inflated' in the method signature.
11796
11797         * class.h (MonoGenericMethod): Removed `generic_method'.
11798
11799 2004-03-25  Lluis Sanchez Gual  <lluis@ximian.com>
11800
11801         * image.c: Make sure the name of a MonoImage is always an absolute path.
11802           This fixes bug #54415.
11803
11804 2004-03-24  Martin Baulig  <martin@ximian.com>
11805
11806         * class.c (mono_class_setup_vtable): If we're a generic instance,
11807         use our generic type's vtable size.
11808
11809 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
11810
11811         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Add
11812         MONO_NO_UNLOAD env var as a temporary workaround for unloading 
11813         problems.
11814
11815 2004-03-23  Martin Baulig  <martin@ximian.com>
11816
11817         * class.h (MonoDynamicGenericInst): Added `int count_events' and
11818         `MonoEvent *events'.
11819
11820         * icall.c (ves_icall_MonoGenericInst_GetEvents): New interncall.
11821         (typebuilder_icalls): Added "get_event_info"; calls
11822         mono_reflection_event_builder_get_event_info(). 
11823
11824         * reflection.c (mono_reflection_generic_inst_initialize): Added
11825         `MonoArray *events'.
11826         (mono_reflection_event_builder_get_event_info): New function.
11827
11828 2004-03-23  Bernie Solomon  <bernard@ugsolutions.com>
11829
11830         * object.h: add mono_type_initialization_init
11831
11832         * object.c (mono_runtime_class_init): 
11833         implement class constructor synchronization rules
11834         to cope with threading issues.  
11835         add mono_type_initialization_init
11836
11837         * appdomain.c (mono_runtime_init): call 
11838         mono_type_initialization_init
11839
11840         * class.h: removing initializing field from MonoVTable
11841
11842 2004-03-23  Martin Baulig  <martin@ximian.com>
11843
11844         * class.c (my_mono_class_from_generic_parameter): Use
11845         `param->name' if it's not NULL. 
11846
11847 2004-03-22 Ben Maurer  <bmaurer@users.sourceforge.net>
11848
11849         * class.c: do not insert non-virtual methods in the vtable.
11850         * icall.c, mono-debug-debugger.c, object.c: if method->slot == -1,
11851         that means the method is non-virtual. This never would have
11852         happened before.
11853
11854 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
11855
11856         * profiler.c: Added lock for accessing coverage_hash.
11857
11858 2004-03-22  Martin Baulig  <martin@ximian.com>
11859
11860         * icall.c (ves_icall_MethodInfo_get_IsGenericMethod): Use
11861         `method->method->signature->generic_param_count != 0' to make it
11862         work for interface methods.
11863
11864 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11865
11866         * process.c: quote the string passed to the shell using g_shell_quote.
11867
11868 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11869
11870         * threads.c:
11871         (mono_threads_manage): don't remove the finalizer thread and self
11872         from the threads hash table so that mono_thread_manage can be called
11873         more than once.
11874
11875 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11876
11877         * process.c: quote the arguments when UseShellExecute is true. Fixes
11878         bug #55790.
11879
11880 2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11881
11882         * threads.c: set mono_thread_detach as a cleanup routine for every
11883         thread. This way it's always executed upon thread termination, either
11884         aborted or finished normally. No more xsp hangs!
11885
11886 2004-03-17  Martin Baulig  <martin@ximian.com>
11887
11888         * class.h (MonoGenericInst): Replaced the `GList *nested' with an
11889         `int count_nested' and a `MonoType **nested'.
11890
11891         * reflection.c (mono_reflection_bind_generic_parameters): Moved
11892         most of the functionality into a new static
11893         do_mono_reflection_bind_generic_parameters() and don't take a
11894         `MonoType *nested_in' argument any more.  Don't compute nested
11895         types here.
11896         (mono_reflection_generic_inst_get_nested_types): New public method
11897         to get nested types.
11898
11899         * class.c (mono_class_create_generic): Set `klass->nested_in' if
11900         we're a nested class.
11901
11902         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): Call
11903         mono_reflection_generic_inst_get_nested_types() to compute the
11904         nested types.
11905
11906 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
11907
11908         * threads.c (ves_icall_System_Threading_Thread_Abort): Add a more
11909         descriptive error message under windows.
11910         
11911 2004-03-17  Martin Baulig  <martin@ximian.com>
11912
11913         * class.c (dup_type): Added `const MonoType *original' argument;
11914         copy the attrs from the original type.
11915
11916 2004-03-17  Martin Baulig  <martin@ximian.com>
11917
11918         * metadata.c (do_mono_metadata_parse_generic_inst): Use the
11919         `m->generic_inst_cache' here.
11920
11921 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
11922
11923         * exception.h exception.c: Add stack_overflow_exception.
11924
11925 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11926
11927         * threadpool.c:
11928         (overlapped_callback): call SetEvent *after* invoking the callback.
11929         No need to call CloseHandle.
11930
11931 2004-03-16  Martin Baulig  <martin@ximian.com>
11932
11933         * reflection.c (mono_image_get_fieldref_token): Take a
11934         `MonoReflectionField *' instead of a `MonoClassField *' and a
11935         `MonoClass *'; store the `MonoReflectionField *' in the hash.
11936
11937 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11938
11939         * appdomain.c: don't add the culture to the filename we're looking for
11940         if it's neutral or NULL. Fixes bug #53788. Removed redundant memset.
11941
11942 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11943
11944         * locales.c: don't ignore symbols when doing case insensitive compares.
11945         Thanks Dick! Fixes bug #54046.
11946
11947         * threads.c: surround 'threads' usage with enter/leave in
11948         mono_thread_manage.
11949
11950 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
11951
11952         * marshal.c (mono_marshal_get_native_wrapper): Char arrays are 
11953         implicitly marshalled as [Out]. Fixes #55450.
11954
11955         (mono_marshal_get_runtime_invoke): Zero out the result if there is
11956         an exception.
11957
11958 2004-03-16  Martin Baulig  <martin@ximian.com>
11959
11960         * class.c (mono_class_from_generic_parameter): Use the actual
11961         parameter name. 
11962
11963 2004-03-16  Martin Baulig  <martin@ximian.com>
11964
11965         * reflection.c (type_get_signature_size): New static function.
11966         Compues the size of the type in a method signature.
11967         (method_get_signature_size): New static function; calls
11968         type_get_signature_size() to compute the actual size of the
11969         method's signature.
11970         (method_encode_signature): Use method_get_signature_size() to get
11971         the signature's size rather than using `nparams * 10'.
11972
11973 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11974
11975         * file-io.h: define here WapiOverlapped on windows. I don't want the
11976         regular OVERLAPPED one.
11977
11978         * file-io.c:
11979         * threadpool.c: somehow, BindIoCompletionCallback is not found.
11980         Disabling AIO on windows.
11981
11982 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11983
11984         * marshal.c: Marshal.SizeOf throws an exception for AutoLayout. Fixes
11985         bug #55385.
11986
11987 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11988
11989         * appdomain.c: upgraded corlib version.
11990
11991         * file-io.c: implemented new icalls: GetSupportsAIO, BeginRead
11992         and BeginWrite. Allow opening files for asynchrnous operations.
11993
11994         * file-io.h: new struct that maps FileStreamAsyncResult.
11995         * icall.c: added new icalls.
11996         * process.[ch]: support setting child process environment variables
11997         and use the SHELL or COMSPEC when UseShellExecute is true.
11998
11999         * threadpool.[ch]: fixed warnings, moved ThreadPool icalls here. The
12000         callback for async. IO is here and also BindHandle.
12001
12002         * threads.[ch]: added mono_thread_detach and removed ThreadPool icalls
12003         from here.
12004
12005 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
12006
12007         * reflection.c (create_custom_attr): Allow len == 0.
12008
12009         * object.c (mono_class_compute_gc_descriptor): Fix descriptor
12010         computation on big-endian machines.
12011
12012 2004-03-13  Martin Baulig  <martin@ximian.com>
12013
12014         * class.h (MonoGenericInst): Added `int count_ifaces'.
12015
12016         * iclass.c (ves_icall_MonoGenericInst_GetInterfaces): Use
12017         `ginst->count_ifaces' instead `klass->interface_count' since we
12018         may get called before the vtable is created.
12019
12020         * loader.c (mono_method_get_param_names): If we're a generic
12021         instance, return and don't initialize the class.
12022
12023         * reflection.c (mono_reflection_setup_generic_class): Don't call
12024         ensure_runtime_vtable().
12025         (mono_reflection_bind_generic_parameters): Set
12026         `ginst->count_ifaces'.
12027
12028 2004-03-11  Jackson Harper <jackson@ximian.com>
12029
12030         * icall.c:
12031         * unicode.c:
12032         * unicode.h: Remove unused System.Char icalls.
12033         
12034 2004-03-11  Miguel de Icaza  <miguel@ximian.com>
12035
12036         * loader.c (mono_lookup_pinvoke_call): Call the Windows.Forms init
12037         code when we P/Invoke the first library in Windows.Forms, instead
12038         of when we first open the assembly.
12039
12040         * assembly.c: Drop the lookup from here.
12041
12042 2004-03-10  Martin Baulig  <martin@ximian.com>
12043
12044         * reflection.c (mono_reflection_get_custom_attrs): Use the correct
12045         class for properties, fields and events.  Finally fixes #54945.
12046
12047 2004-03-10  Martin Baulig  <martin@ximian.com>
12048
12049         * metadata.c (mono_metadata_class_equal): New static function;
12050         checks whether two generic instances or two generic parameters are
12051         equal.
12052         (mono_metadata_type_equal): Use mono_metadata_class_equal() to
12053         compare classes.        
12054
12055 2004-03-10  Martin Baulig  <martin@ximian.com>
12056
12057         * class.h (MonoGenericMethod): Added `gpointer reflection_info'.
12058
12059         * reflection.c (inflate_mono_method): Added `MonoObject *obj'
12060         argument and write it into the `reflection_info' field.
12061
12062         * icall.c
12063         (ves_icall_MethodBase_GetGenericMethodDefinition): New interncall.
12064         (ves_icall_MethodBase_get_HasGenericParameters): New interncall.
12065
12066 2004-03-09  Jackson Harper  <jackson@ximian.com>
12067
12068         * char-conversions.h: use 8 bits for numeric data its all we need
12069         * icall.c: numeric data is only 8 bits now.
12070
12071 2004-03-09  Martin Baulig  <martin@ximian.com>
12072
12073         * class.h (MonoProperty, MonoEvent): Added `MonoClass *parent'.
12074
12075         * class.c (init_properties, init_events): Initialize the new
12076         `parent' field.
12077
12078         * reflection.c (typebuilder_setup_properties): Likewise.
12079         (typebuilder_setup_events): Likewise.
12080
12081         * reflection.h (MonoEventInfo): Replaced `parent with
12082         `declaring_type' and `reflected_type'.
12083
12084         * icall.c (ves_icall_get_property_info): Distinguish between
12085         declaring and reflected type.
12086         (ves_icall_get_event_info): Likewise.
12087
12088 2004-03-09  Martin Baulig  <martin@ximian.com>
12089
12090         * icall.c (ves_icall_Type_GetTypeCode): Added MONO_TYPE_GENERICINST.
12091         (ves_icall_Type_GetField): Correctly set field->klass.
12092
12093 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
12094
12095         * loader.h: Fix warning.
12096
12097 2004-03-08  Miguel de Icaza  <miguel@ximian.com>
12098
12099         *  loader.c, loader.h (mono_loader_wine_init): Loads the Wine/Lib
12100         library routine if present.  Notice that it will still continue
12101         executing even if its missing, for those working on the Gtk#
12102         edition of Windows.Forms.
12103
12104         * assembly.c (do_mono_assembly_open): If loading the
12105         System.Windows.Forms call mono_loader_wini_init.
12106
12107 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
12108
12109         * class.h: Added MonoRemoteClass struct.
12110         * domain.c: Changed hash function for proxy_vtable_hash. It now uses a
12111         function for MonoStrings.
12112         * icall.c: In GetTransparentProxy, assign a MonoRemoteClass to the proxy.
12113         Added internal call for getting the proxy type.
12114         * marshal.c: Get the type of transparent proxies from its remote_class.
12115         Added methods that generate the IL for type checks and casts:
12116         mono_marshal_get_isinst, mono_marshal_get_castclass, 
12117         mono_marshal_get_proxy_cancast.
12118         * marshal.h: Declaration of the previous new methods.
12119         * object.c: Added new moethods for creating and updating MonoRemoteClass
12120         instances: mono_remote_class, mono_upgrade_remote_class, 
12121         * object.h: Added MonoRemoteClass reference in MonoTransparentProxy.
12122         * verify.c: FIx transparent_proxy_fields layout.
12123         * appdomain.c: Bump corlib version.
12124
12125 2004-03-04  Jackson Harper  <jackson@ximian.com>
12126
12127         * icall.c: Add icall to access char conversion tables.
12128         * char-conversions.h: Character conversion tables.
12129         * Makefile.am: Add char-conversions.h private header file.
12130         
12131 2004-03-04  Zoltan Varga  <vargaz@freemail.hu>
12132
12133         * appdomain.c (unload_thread_main): Increase unloading timeout to
12134         10 sec as a temporary workaround for Nant problems.
12135
12136 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
12137
12138         * gc.c: Add checks for GC_enable and GC_disable.
12139
12140         * string-icalls.c locales.c: Applied patch from Jaroslaw Kowalski
12141         (jaak@zd.com.pl). Fix memory corruption in String.Replace 
12142         (bug #54988).
12143         
12144 2004-02-27  Martin Baulig  <martin@ximian.com>
12145
12146         * reflection.c (mono_reflection_bind_generic_parameters): Take a
12147         `MonoReflectionType *' instead of a `MonoType *'.
12148
12149 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
12150
12151         * gc.c (run_finalize): Avoid finalizing the object representing the
12152         finalizer thread.
12153         (finalizer_thread): Fix warning.
12154
12155 2004-02-25  Martin Baulig  <martin@ximian.com>
12156
12157         * class.c (_mono_class_get_instantiation_name): Added `int offset'
12158         argument for nested types.
12159         (mono_class_create_generic): Added support for nested generictypes.
12160
12161         * class.h (MonoGenericInst): Added `MonoType *nested_in' and
12162         `GList *nested'.
12163
12164         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): New icall.
12165
12166         * reflection.c (method_encode_signature): Increase the minimum
12167         value of `size' from 10 to 11.
12168         (mono_reflection_bind_generic_parameters): Take `int type_argc'
12169         and `MonoType **types' arguments instead of the `MonoArray
12170         *types'; added `MonoType *nested_in'.  Recursively instantiate
12171         nested classes. 
12172
12173 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
12174
12175         * appdomain.h (MonoDomain): Add preallocated null_reference_ex and 
12176         stack_overflow_ex members which are used by exception handling.
12177
12178         * appdomain.c (mono_runtime_init): Initialize the new members.
12179
12180         * gc.c (mono_gc_enable): New helper function.
12181         * gc.c (mono_gc_disable): New helper function.
12182
12183 2004-02-23  Martin Baulig  <martin@ximian.com>
12184
12185         * icall.c: I must have been really stupid - make it actually work
12186         this time ;-)
12187
12188 2004-02-23  Martin Baulig  <martin@ximian.com>
12189
12190         * loader.c (method_from_memberref): Only inflate the method if
12191         it's in another klass.
12192
12193 2004-02-23  Martin Baulig  <martin@ximian.com>
12194
12195         * class.c (mono_class_inflate_generic_type): Fixed two bugs.
12196         (mono_class_init): If we're a generic instance and an interface,
12197         compute `class->interface_id'; also create `class->interfaces'
12198         here and inflate them.
12199
12200         * metadata.c (do_mono_metadata_parse_generic_inst): Compute
12201         `ginst->is_open'.
12202         (mono_type_stack_size): Fix for MONO_TYPE_GENERICINST.
12203
12204         * reflection.c (mono_image_create_token): Allow "MonoGenericInst".
12205
12206 2004-02-15  Miguel de Icaza  <miguel@ximian.com>
12207
12208         * reflection.c (method_encode_code): Improved the error message
12209         generated by the exception.
12210
12211 2004-02-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12212
12213         * icall.c: Martin did not do what he said in the ChangeLog for
12214         2004-02-18, but put back the changes for properties and events.
12215         Commenting those changes out again and adding comment to bug #54518.
12216         
12217         * process.c: removed warning.
12218
12219 2004-02-20  Zoltan Varga  <vargaz@freemail.hu>
12220
12221         * marshal.c (emit_struct_conv): Print an error message instead of
12222         asserting when a type does not have the StructLayout attribute.
12223
12224 2004-02-20  Martin Baulig  <martin@ximian.com>
12225
12226         * reflection.c (mono_type_get_object): Also use the cache for
12227         generic instances.
12228         (mono_reflection_bind_generic_parameters): Always compute
12229         `ginst->ifaces'.        
12230
12231 2004-02-20  Martin Baulig  <martin@ximian.com>
12232
12233         * class.h (MonoGenericMethod): Removed `klass'.
12234
12235         * class.c (mono_class_inflate_generic_method): Added `MonoClass
12236         *klass' argument.
12237
12238 2004-02-20  Martin Baulig  <martin@ximian.com>
12239
12240         * reflection.c (method_encode_methodspec): Actually use the
12241         uninflated signature for the memberref.
12242
12243 2004-02-20  Martin Baulig  <martin@ximian.com>
12244
12245         * class.h (MonoGenericMethod): Removed `declaring'.
12246
12247         * class.c (mono_class_inflate_generic_method): If `gmethod->klass'
12248         is NULL, compute it here.
12249
12250 2004-02-20  Martin Baulig  <martin@ximian.com>
12251
12252         * image.h (MonoImage): Added `GHashTable *generic_inst_cache'.
12253
12254         * metadata.c (mono_metadata_generic_inst_hash): New method.
12255         (mono_metadata_generic_inst_equal): New method.
12256
12257         * reflection.c (mono_reflection_bind_generic_parameters): Use the
12258         `klass->image->generic_inst_cache' cache to avoid creating
12259         duplicate MonoGenericInst's.
12260
12261         * class.c (mono_class_inflate_generic_type): Use the cache.
12262
12263 Thu Feb 19 19:39:09 CET 2004 Paolo Molaro <lupus@ximian.com>
12264
12265         * object.c: fixed gc descriptor calculation for embedded valuetypes.
12266
12267 2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12268
12269         * icall.c: added Socket.WSAIoctl icall.
12270
12271         * socket-io.[ch]: implemented
12272         ves_icall_System_Net_Sockets_Socket_WSAIoctl.
12273
12274 2004-02-19  Atsushi Enomoto  <atsushi@ximian.com>
12275
12276         * icall.c: removed IsDigit, IsSeparator, IsWhiteSpace from char_icalls.
12277
12278 2004-02-18  Urs C Muff  <umuff@quark.com>
12279
12280         * debug-mono-symfile.c, mono-debug-debugger.c, mono-debug.c: Make
12281         this work on PPC and other big-endian architectures.
12282
12283         * debug-mono-symfile.h: Prepended the names of all the `guint32'
12284         fields with an underscore to make sure they're only accessed by
12285         the read32() macro.
12286
12287 2004-02-18  Martin Baulig  <martin@ximian.com>
12288
12289         * icall.c: Put the klass->refclass changes back for methods and
12290         fields, but not for properties and events.  We're currently not
12291         distinguishing between DeclaringType and ReflectedType for
12292         properties and events, that's what caused the regressions.
12293
12294 2004-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12295
12296         * object.c:
12297         (mono_async_result_new): the handle can be NULL.
12298
12299         * threadpool.c: Use an event instead of a semaphore, don't initialize
12300         it until needed. This saves quite a few semaphores from being created
12301         when using the threadpool.
12302
12303 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
12304
12305         * object.c (mono_string_is_interned_lookup): Fix interning of long
12306         strings. Fixes #54473.
12307
12308         * domain.c (ldstr_equal): Optimize if the two strings are equal.
12309
12310         * icall.c: Revert the klass->refclass changes since they introduce
12311         regressions (bug #54518).
12312
12313 2004-02-18  Martin Baulig  <martin@ximian.com>
12314
12315         * class.c (mono_class_init): If we're a generic instance and don't
12316         come from a TypeBuilder, inflate our members here.
12317         (mono_class_from_generic): Removed; just use `ginst->klass' instead.
12318         (mono_class_create_generic): New public method.
12319         (mono_class_initialize_generic): Removed.
12320         (get_instantiation_name): Renamed to
12321         _mono_class_get_instantiation_name() and made it public.
12322
12323 2004-02-18  Martin Baulig  <martin@ximian.com>
12324
12325         * class.c (mono_class_inflate_generic_type): Clear the new
12326         instance's `nginst->klass' when inflating a generic instance.
12327         (mono_class_is_subclass_of): Added (basic) support for generic
12328         instances.
12329
12330 Tue Feb 17 21:40:16 CET 2004 Paolo Molaro <lupus@ximian.com>
12331
12332         * appdomain.h, domain.c: use a MonoCodeManager instead of a
12333         MonoMempool to hold compiled native code.
12334
12335 2004-02-17  Martin Baulig  <martin@ximian.com>
12336
12337         * class.h (MonoDynamicGenericInst): Added `count_properties' and
12338         `properties'.
12339
12340         * reflection.c (mono_reflection_generic_inst_initialize): Added
12341         `MonoArray *properties' argument.
12342
12343         * icall.c (ves_icall_MonoGenericInst_GetProperties): New interncall.    
12344
12345 2004-02-17  Martin Baulig  <martin@ximian.com>
12346
12347         * icall.c (ves_icall_Type_GetFields): Renamed to
12348         ves_icall_Type_GetFields_internal() and added a
12349         `MonoReflectionType *rtype' argument; pass it to
12350         mono_field_get_object() to set the field's "reflected" type.
12351         (ves_icall_Type_GetConstructors): Likewise.
12352         (ves_icall_Type_GetEvents): Likewise.
12353         (ves_icall_Type_GetMethodsByName): Added `MonoReflectionType *rtype'
12354         argument; pass it to mono_method_get_object() to set the method's
12355         "reflected" type.       
12356
12357 2004-02-17  Martin Baulig  <martin@ximian.com>
12358
12359         * class.h (MonoDynamicGenericInst): New type.
12360         (MonoGenericInst): Added `dynamic_info' and `is_dynamic' fields.
12361
12362         * icall.c (ves_icall_MonoGenericInst_GetMethods): New interncall.
12363         (ves_icall_MonoGenericInst_GetConstructors): New interncall.
12364         (ves_icall_MonoGenericInst_GetFields): New interncall.
12365
12366         * class.c (mono_class_from_generic): Don't call
12367         mono_class_initialize_generic() if this is a dynamic instance;
12368         ie. it's being created from a TypeBuilder.
12369         Use MONO_TYPE_GENERICINST for `class->this_arg.type' and
12370         `class->byval_arg.type'.
12371
12372         * reflection.c (mono_reflection_inflate_method_or_ctor): Renamed
12373         to `inflate_method' and made static.
12374         (mono_reflection_inflate_field): Removed.
12375         (mono_reflection_generic_inst_initialize): New public method.
12376
12377         * reflection.h (MonoReflectionGenericInst): Removed `methods',
12378         `ctors' and `fields'; added `initialized'.
12379
12380 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
12381
12382         * debug-helpers.c (mono_method_full_name): Fix output for empty
12383         namespaces.
12384
12385 2004-02-12  Martin Baulig  <martin@ximian.com>
12386
12387         * class.h (MonoClassField): Added `MonoType *generic_type'.
12388
12389         * reflection.c (mono_image_get_fieldref_token): Added support for
12390         instantiated generic types.
12391         (field_encode_inflated_field): Removed.
12392         (mono_image_get_inflated_field_token): Removed.
12393         (mono_reflection_inflate_field): Return a `MonoReflectionField *'.
12394
12395         * reflection.h (MonoReflectionInflatedField): Removed.
12396
12397 2004-02-12  Martin Baulig  <martin@ximian.com>
12398
12399         * metadata.h (MonoMethodHeader, MonoMethodSignature): Moved the
12400         `gen_method' field from MonoMethodHeader to MonoMethodSignature.
12401
12402         * reflection.c (mono_image_get_methodspec_token): Take a
12403         `MonoMethod *' instead of a `MonoReflectionInflatedMethod *'.
12404         (mono_image_create_token): Check whether we have a
12405         `method->signature->gen_method' and call
12406         mono_image_get_methodspec_token() if appropriate.
12407         (inflated_method_get_object): Removed.
12408         (mono_reflection_bind_generic_method_parameters): Return a
12409         `MonoReflectionMethod *', not a `MonoReflectionInflatedMethod *'.
12410         (mono_reflection_inflate_method_or_ctor): Likewise.
12411
12412         * reflection.h (MonoReflectionInflatedMethod): Removed.
12413
12414 2004-02-12  Zoltan Varga  <vargaz@freemail.hu>
12415
12416         * marshal.c (mono_marshal_get_native_wrapper): Implement proper support
12417         for custom valuetype marshalling.
12418
12419         * icall.c (icall_entries): Diagnostic -> Diagnostics. Fixes #54261.
12420
12421 2004-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12422
12423         * icall.c: fixed WSAGetLastError_internal name.
12424
12425 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
12426
12427         * threads.c (mono_thread_attach): Allow this to be called multiple
12428         times for a thread.
12429         
12430         * threads.c (build_wait_tids): Do not wait for ourselves.
12431
12432         * threads.c (mono_thread_pop_appdomain_ref): Avoid crash if the 
12433         appdomain list is empty.
12434
12435         * marshal.c (mono_marshal_get_native_wrapper): Do not free the
12436         memory returned by mono_string_builder_to_utf16, since it points into
12437         managed memory. Thanks to Bernie Solomon for noticing this.
12438
12439         * icall.c: Add AppDomainSetup icalls.
12440
12441         * reflection.h (MonoReflectionMethodAux): Add 'param_cattr' field.
12442
12443         * reflection.c (mono_custom_attrs_from_param): Add support for dynamic
12444         types.
12445
12446         * reflection.c (reflection_methodbuilder_to_mono_method): Save
12447         custom attributes to the method_aux struct. Also fix array indexes etc.
12448
12449         * loader.c (mono_method_get_param_names): Make dynamic case work again.
12450         
12451 Tue Feb 10 17:03:04 CET 2004 Paolo Molaro <lupus@ximian.com>
12452
12453         * icall.c, loader.c: icall cleanup: we save quite a bit of memory
12454         (both static and runtime) and reduce startup time.
12455
12456 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
12457
12458         * marshal.c (mono_marshal_get_native_wrapper): Throw an exception on
12459         AsAny marshalling conversion instead of crashing.
12460
12461         * marshal.c: Fix warnings.
12462
12463 2004-02-09  Martin Baulig  <martin@ximian.com>
12464
12465         * class.h (MonoGenericMethod): Added `MonoMethod *declaring'.
12466
12467         * reflection.h (MonoReflectionInflatedMethod): Removed the
12468         `declaring' field, it's now in the unmanaged MonoGenericMethod.
12469
12470         * reflection.c (method_encode_methodspec): Removed the `method'
12471         argument; we get it from `gmethod->declaring'.
12472         (inflated_method_get_object): Removed the `declaring' argument.
12473
12474 2004-02-09  Martin Baulig  <martin@ximian.com>
12475
12476         * class.h (MonoGenericMethod): New type.
12477         (MonoGenericInst): Remove `mtype_argc', `mtype_argv' and
12478         `generic_method'.
12479
12480         * metadata.h (MonoMethodHeader): Replaced the `geninst' field with
12481         a `MonoGenericMethod *gen_method' one.
12482
12483         * class.c (mono_class_inflate_generic_type): Take an additional
12484         `MonoGenericMethod * argument.  This is only non-NULL if we're
12485         inflating types for a generic method.   
12486         (mono_class_inflate_generic_signature): Renamed to
12487         inflate_generic_signature() and made static; take a
12488         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
12489         (inflate_generic_header): Take a `MonoGenericMethod *' argument
12490         instead of a `MonoGenericInst *' one.
12491         (mono_class_inflate_generic_method): Likewise.
12492
12493         * reflection.c (encode_generic_method_sig): Take a
12494         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
12495         (method_encode_methodspec): Likewise.
12496         (inflated_method_get_object): Likewise. 
12497
12498         * reflection.h (MonoReflectionGenericInst): Replaced the `ginst'
12499         field with a `MonoGenericMethod *gmethod' one.  
12500
12501 2004-02-08  Bernie Solomon  <bernard@ugsolutions.com>
12502
12503         * class.h (mono_class_has_parent): add parens to expansion
12504         so you can ! this.
12505
12506 2004-02-08  Martin Baulig  <martin@ximian.com>
12507
12508         * image.h (MonoImage): Removed `generics_cache'.
12509
12510         * class.c (mono_class_from_generic): Take a `MonoGenericInst *'
12511         instead of a `MonoType *' argument; removed the `inflate_methods'
12512         argument.  Don't inflate methods here.
12513
12514         * loader.c (find_method): If it's a generic instance, call
12515         mono_class_init() on the `sclass->generic_inst->generic_type'.
12516
12517         * metadata.c (mono_type_size): Make this work on uninitialized
12518         generic instances; call it on the `ginst->generic_type's class.
12519
12520         * reflection.c (mono_reflection_bind_generic_parameters): Call
12521         mono_class_from_generic() to create the `ginst->klass'.
12522
12523 2004-02-08  Martin Baulig  <martin@ximian.com>
12524
12525         * class.h (MonoClass): Changed type of `generic_inst' from
12526         `MonoType *' to `MonoGenericInst *'.
12527
12528 2004-02-08  Martin Baulig  <martin@ximian.com>
12529
12530         * icall.c (ves_icall_Type_BindGenericParameters): Just call
12531         mono_type_get_object(), this is now creating a `MonoGenericInst'
12532         for MONO_TYPE_GENERICINST.
12533         (ves_icall_MonoGenericInst_GetParentType): Likewise.
12534         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.
12535
12536         * reflection.c (mono_type_get_object): Return a `MonoGenericInst'
12537         instead instead of a `MonoType' for MONO_TYPE_GENERICINST.
12538         (inflated_method_get_object): Added `MonoClass *refclass' argument.
12539         (mono_reflection_inflate_method_or_ctor): Correctly set declaring
12540         and reflected type.
12541
12542         * reflection.h (MonoReflectionInflatedMethod): Removed
12543         `declaring_type' and `reflected_type'.
12544
12545 2004-02-08  Martin Baulig  <martin@ximian.com>
12546
12547         * class.h (MonoGenericInst): Added `MonoType *parent' and
12548         `MonoType **ifaces'.
12549
12550         * reflection.h (MonoReflectionGenericInst): Removed `klass',
12551         `parent' and `interfaces'.
12552
12553         * reflection.c (mono_reflection_bind_generic_parameters): Take a
12554         `MonoType *' argument and return a `MonoType *'.
12555
12556         * icall.c
12557         (ves_icall_MonoGenericInst_GetParentType): New interncall.
12558         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.    
12559
12560 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
12561
12562         * marshal.c (mono_marshal_get_native_wrapper): Add support for custom
12563         valuetype marshalling.
12564
12565 2004-02-06  Martin Baulig  <martin@ximian.com>
12566
12567         * class.c
12568         (mono_class_from_generic_parameter): Added TYPE_ATTRIBUTE_PUBLIC.
12569         (my_mono_class_from_generic_parameter): Likewise.
12570
12571 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
12572
12573         * debug-mono-symfile.c debug-mono-symfile.h mono-debug.c: Read the
12574         contents of the symbol files lazily.
12575
12576         * object.h (MonoThread): Add 'name' and 'name_len' fields.
12577
12578         * threads.h threads.c icall.c: New icalls for getting and setting the
12579         threads name.
12580
12581 2004-02-05  Zoltan Varga  <vargaz@freemail.hu>
12582
12583         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRefByID): 
12584         Raise an exception when the domain is not found.
12585
12586 2004-02-03  Martin Baulig  <martin@ximian.com>
12587
12588         * reflection.c (mono_image_get_methodspec_token): Use the
12589         uninflated signature; fixes gen-33.
12590
12591 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
12592
12593         * gc.c threads.c: Make the finalizer thread a normal managed thread so
12594         the finalizer code can use thread functionality.
12595
12596         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Fix check for 
12597         the finalizer thread.
12598
12599         * threads.c: Make some functions more robust.
12600
12601         * loader.c (mono_lookup_pinvoke_call): Another attempt at fixing #22532.
12602
12603         * metadata.h: Add new marshalling conventions.
12604
12605         * marshal.c (mono_marshal_get_native_wrapper): Add support for unicode
12606         stringbuilder marshalling. Fixes #53700.
12607
12608         * reflection.h (MonoReflectionTypeBuilder): Add 'permissions' field.
12609
12610         * reflection.c (mono_image_get_type_info): Save declarative security
12611         info.
12612
12613         * reflection.c (mono_image_get_field_info): Handle uninitialized 
12614         unmanaged fields as well.
12615
12616         * appdomain.c: Bump corlib version.
12617
12618 2004-02-01  Martin Baulig  <martin@ximian.com>
12619
12620         * loader.c (method_from_methodspec): Use `ginst->mtype_argc/v' for
12621         method type arguments.  
12622
12623 2004-01-30  Duncan Mak  <duncan@ximian.com>
12624
12625         * marshal.h: Add prototype for
12626         "ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem"
12627         and
12628         "ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem" to
12629         fix the build.
12630
12631 2004-01-30  Zoltan Varga  <vargaz@freemail.hu>
12632
12633         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem): New icall.
12634         (ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem): New icall.
12635
12636 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
12637
12638         * marshal.c (mono_marshal_get_native_wrapper): Add support for
12639         custom marshalling of valuetypes.
12640
12641         * marshal.c: Fix some warnings.
12642
12643 2004-01-29  Martin Baulig  <martin@ximian.com>
12644
12645         * class.h (MonoGenericInst): Added `mtype_argc' and `mtype_argv'
12646         for generic method parameters.
12647
12648         * reflection.c (method_encode_methodspec): Write the uninflated
12649         signature into the methodspec table.
12650         (mono_reflection_inflate_method_or_ctor): Ensure `res->declaring'
12651         is always the uninflated method.
12652         (reflection_methodbuilder_to_mono_method): Copy the generic
12653         parameters from the MethodBuilder into `header->gen_params'.
12654
12655 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
12656
12657         * class.c (mono_class_from_generic_parameter): Fix warning.
12658
12659 2004-01-27  Martin Baulig  <martin@ximian.com>
12660
12661         * class.c (mono_class_from_generic_parameter): Don't create
12662         `klass->methods' here.  
12663
12664 2004-01-26  Zoltan Varga  <vargaz@freemail.hu>
12665
12666         * loader.c (mono_lookup_pinvoke_call): Disable trimming of .dll
12667         extension since it does not work with libraries named lib<FOO>.dll.so.
12668
12669 2004-01-25  Martin Baulig  <martin@ximian.com>
12670
12671         * class.c (mono_class_inflate_generic_type): Added support for
12672         MONO_TYPE_GENERICINST.
12673
12674         * reflection.c (mono_reflection_inflate_method_or_ctor): Also
12675         inflate methods on open constructed types.      
12676
12677 2004-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12678
12679         * object.c: fire ProcessExit event in the root AppDomain after running
12680         Main. Fixes bug #53299.
12681
12682 Fri Jan 23 21:27:40 CET 2004 Paolo Molaro <lupus@ximian.com>
12683
12684         * socket-io.c: include the new socket-wrappers.h header.
12685         Use the wrappers instead of the unix socket functions to make the code
12686         more clear.
12687
12688 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
12689
12690         * profiler.c (merge_methods): Fix merging of profile info. Fixes #53010.
12691
12692         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
12693         Fixes #22532.
12694
12695 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
12696
12697         * reflection.c (mono_image_create_pefile): Handle the case when the
12698         entry point is not a MethodBuilder.
12699
12700         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
12701         field to ReflectionMethod since it is not allways a builder.
12702
12703         * reflection.c (type_get_fully_qualified_name): New helper function to
12704         return the fully qualified name of a type.
12705
12706         * reflection.c (encode_marshal_blob): Always emit the fully qualified
12707         type name for custom marshallers.
12708
12709         * reflection.c (mono_marshal_spec_from_builder): Ditto.
12710
12711         * class.c (mono_class_setup_vtable): If a parent class already 
12712         implements an interface, use the implementing methods from that class.
12713         Fixes #53148.
12714
12715 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12716
12717         * threadpool.c: just return instead of ExitThread to allow for thread
12718         clean up earlier.
12719
12720 2004-01-21  Zoltan Varga  <vargaz@freemail.hu>
12721
12722         * icall.c (ves_icall_System_Reflection_Module_Close): Prevent assertion
12723         when closing resource modules.
12724
12725         * reflection.c (mono_image_create_pefile): Handle the case when the
12726         entry point is not a MethodBuilder.
12727
12728         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
12729         field to ReflectionMethod since it is not allways a builder.
12730
12731 2004-01-20  Bernie Solomon  <bernard@ugsolutions.com>
12732
12733         * marshal.c (mono_marshal_get_managed_wrapper): 
12734         mono_marshal_alloc takes native int so CONV_I
12735         the arg for 64bits.
12736
12737 2004-01-20  Zoltan Varga  <vargaz@freemail.hu>
12738
12739         * reflection.c (fixup_cattrs): New function to fixup the methoddef
12740         tokens in the cattr table. Fixes #53108.
12741
12742 2004-01-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12743
12744         * loader.c: don't trim ".dll" before looking up in the config file.
12745         Don't leak orig_scope. Reopened bug #22532 in the meanwhile.
12746
12747 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
12748
12749         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): 
12750         Return the module which contains the resource as well.
12751         (ves_icall_System_Reflection_Module_Close): New icall.
12752
12753         * appdomain.c: Bump corlib version number.
12754
12755         * image.c (mono_image_addref): New public function.
12756
12757         * assembly.c: Call mono_image_addref.
12758
12759         * reflection.c (mono_module_get_object): Increase reference count of 
12760         the image.
12761
12762         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
12763         Fixes #22532.
12764
12765         * exception.h exception.c loader.h loader.c icall.c marshal.h marshal.c:
12766         Applied patch from Bernie Solomon  <bernard@ugsolutions.com>. Throw
12767         proper exceptions on DllImport problems.
12768
12769 Mon Jan 19 17:50:27 CET 2004 Paolo Molaro <lupus@ximian.com>
12770
12771         * class.c, metadata.c: eliminate CSIZE macro.
12772
12773 2004-01-19  Lluis Sanchez Gual  <lluis@ximian.com>
12774
12775         * icall.c: Added ves_icall_type_IsInstanceOf internal call.
12776         * object.h: Added async_callback field in MonoAsyncResult.
12777         * marshal.c: In mono_delegate_begin_invoke, set the value of async_callback.
12778         * verify.c: Added async_callback in MonoAsyncResult layout.
12779
12780 2004-01-17  Zoltan Varga  <vargaz@freemail.hu>
12781
12782         * reflection.c (mono_reflection_get_custom_attrs): Add support
12783         for Modules.
12784
12785 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
12786
12787         * marshal.c (mono_string_builder_to_utf8): Fix stringbuilder 
12788         marshalling.
12789         (mono_marshal_method_from_wrapper): Add null pointer check.
12790
12791 2004-01-16  Martin Baulig  <martin@ximian.com>
12792
12793         * debug-mono-symfile.h: Set version number to 36 and reflect
12794         latest symbol writer changes.
12795
12796 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
12797
12798         * class.c (mono_bounded_array_class_get): Set 'bounded' to FALSE for
12799         multi-dimensional arrays.
12800         (mono_class_is_assignable_from): Check vectors<->one dim. arrays.
12801         (mono_class_from_mono_type): Use bounded_array_class_get.
12802         
12803         * class.c (mono_bounded_array_class_get): New function which takes
12804         a 'bounded' bool argument to distinguish vectors from one dimensional
12805         arrays.
12806
12807         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Call 
12808         bounded_array_class_get if the array has bounds.
12809
12810         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
12811         Search modules loaded using AssemblyBuilder:AddModule as well.
12812
12813 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12814
12815         * appdomain.c: increased corlib version.
12816         * filewatcher.c: removed g_print.
12817         * icall.c:
12818         (get_property_info): only allocate what is actually requested.
12819         (ves_icall_Type_GetInterfaces): free the bitset in case of early error.
12820
12821 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12822
12823         * Makefile.am: added filewatcher.[ch]
12824         * filewatcher.[ch]: FileSystemWatcher runtime support.
12825         * icall.c: added new FSW icalls.
12826
12827 Tue Jan 13 20:03:17 CET 2004 Paolo Molaro <lupus@ximian.com>
12828
12829         * string-icalls.c: fix stringbuilder regression as suggested by
12830         Iain McCoy <iain@mccoy.id.au>.
12831
12832 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
12833
12834         * process.c (process_read_stringtable_block): Recognize '007f' as
12835         a language neutral stringtable block.
12836
12837 2004-01-12  Patrik Torstensson
12838
12839         * object.h (MonoStringBuilder) : Changed layout to support our
12840         new stringbuilder class.
12841         * marshal.c: Change marshalling to support the new layout of 
12842         string builder.
12843         * appdomain.c: increased version number because new layout of
12844         string builder.
12845
12846 2004-01-12  Zoltan Varga  <vargaz@freemail.hu>
12847
12848         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Receive the
12849         assembly name as an string instead of an AssemblyName, since it is
12850         easier to extract info from it.
12851
12852         * appdomain.c (mono_domain_assembly_preload): Look for assemblies in
12853         the culture subdirectories too. Fixes #52231.
12854
12855 2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12856
12857         * icall.c: renamed ves_icall_Type_GetMethods to GetMethodsByName.
12858         It takes 2 new parameters with an optional name for the method to look
12859         for and case ignoring info.
12860
12861         * threadpool.c: removed unused variable.
12862
12863 2004-01-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12864
12865         * icall.c: renamed ves_icall_Type_GetProperties to GetPropertiesByName.
12866         It takes 2 new parameters with an optional name for the property to look
12867         for and case ignoring info.
12868         Fixes bug #52753.
12869
12870 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
12871
12872         * reflection.c: Applied patch from Benjamin Jemlich (pcgod@gmx.net).
12873         Fix #52451.
12874
12875 2004-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12876
12877         * appdomain.c:
12878         * assembly.c: escape the uri before passing it to g_filename_from_uri.
12879         Fixes bug #52630.
12880
12881 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
12882
12883         * reflection.c: Add support for more than one unmanaged resource.
12884
12885         * icall.c (ves_icall_get_enum_info): Store the value of the enum fields
12886         in field->def_value, as done in all other cases.
12887
12888         * reflection.c (mono_reflection_get_custom_attrs): Add support for
12889         TypeBuilders.
12890
12891         * reflection.c (mono_reflection_create_runtime_class): Remove 
12892         errorneous assignment to klass->element_class, since it is already
12893         done in mono_reflection_setup_internal_class.
12894
12895 2004-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12896
12897         * gc.c: added missing LeaveCriticalSection.
12898         * icall.c: indented a couple of lines.
12899         * threadpool.c: remove dangling LeaveCriticalSection. Don't wait forever
12900         if we call EndInvoke inside a callback. Fixes bug #52601.
12901
12902 2004-01-07  Martin Baulig  <martin@ximian.com>
12903
12904         * mono-debug-debugger.h
12905         (MonoDebuggerIOLayer): Added `GetCurrentThreadID'.
12906
12907 2004-01-06  Miguel de Icaza  <miguel@ximian.com>
12908
12909         * appdomain.c: Use messages in NotImplementedException.
12910
12911         * exception.c (mono_get_exception_not_implemented): Now this takes
12912         a message argument.
12913
12914         * marshal.c (emit_str_to_ptr_conv): g_warning and throw an
12915         exception instead of g_asserting an aborting when something is not
12916         implemented.
12917
12918         Add some inline docs.
12919
12920 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
12921
12922         * reflection.h: Update after changes to object layout.
12923
12924         * reflection.c: Implement saving of unmanaged aka win32 resources.
12925
12926         * appdomain.c: Bump version number.
12927
12928         * appdomain.c (ves_icall_System_AppDomain_InternalSetDomainByID): 
12929         Handle missing domains gracefully.
12930
12931 2004-01-05  Atsushi Enomoto <atsushi@ximian.com>
12932
12933         * file-io.c : On Windows, there are much more invalid_path_chars.
12934
12935 Fri Jan 2 13:35:48 CET 2004 Paolo Molaro <lupus@ximian.com>
12936
12937         * class.h, object.c: prepare for GetType () speedup.
12938
12939 2003-12-24  Atsushi Enomoto <atsushi@ximian.com>
12940
12941         * profiler.c: workaround for --profile null reference exception on
12942           cygwin. Patch by Patrik Torstensson.
12943
12944 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
12945
12946         * marshal.c: (ves_icall_System_Runtime_InteropServices_Marshal_Read/WriteXXX)
12947         make work for unaligned access.
12948
12949 Mon Dec 22 18:37:02 CET 2003 Paolo Molaro <lupus@ximian.com>
12950
12951         * class.c: small cleanup (class->fields [i] -> field).
12952         * image.c: check address of metadata is valid.
12953
12954 2003-12-22  Zoltan Varga  <vargaz@freemail.hu>
12955
12956         * assembly.h assembly.c (mono_assembly_loaded): New public function to
12957         search the list of loaded assemblies.
12958
12959         * reflection.c (mono_reflection_type_from_name): Use 
12960         mono_assembly_loaded instead of mono_image_loaded.
12961
12962         * reflection.c: Fix warnings.
12963
12964 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
12965
12966         * image.h (MonoImage): Add a new 'dynamic' field to denote that the image 
12967         is dynamic. This is needed since an assembly can contain both dynamic and
12968         non-dynamic images.
12969
12970         * class.c loader.c metadata.c object.c: Use image->dynamic instead of 
12971         assembly->dynamic.
12972
12973         * icall.c reflection.c: Add new AssemblyBuilder:AddModule icall.
12974
12975         * reflection.h (MonoReflectionAssemblyBuilder): Add 'loaded_modules' field
12976         to store modules loaded using AddModule.
12977
12978         * reflection.c (mono_image_fill_file_table): Generalize this so it works
12979         on Modules.
12980
12981         * reflection.c (mono_image_fill_export_table_from_class): New helper function.
12982
12983         * reflection.c (mono_image_fill_export_table_from_module): New function to
12984         fill out the EXPORTEDTYPES table from a module.
12985
12986         * reflection.c (mono_image_emit_manifest): Refactor manifest creation code
12987         into a separate function. Also handle loaded non-dynamic modules.
12988
12989         * reflection.c (mono_image_basic_init): Fix memory allocation.
12990
12991         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
12992
12993         * assembly.c (mono_assembly_load_references): Make this public.
12994
12995 2003-12-19  Martin Baulig  <martin@ximian.com>
12996
12997         * class.c (mono_class_initialize_generic): Made this static, take
12998         a `MonoGenericInst *' instead of a `MonoClass *'.
12999         (mono_class_from_generic): Call mono_class_initialize_generic()
13000         unless we're already initialized or being called from
13001         do_mono_metadata_parse_generic_inst().
13002
13003         * class.h (MonoGenericInst): Added `initialized' and
13004         `init_pending' flags.
13005
13006         * metadata.c (do_mono_metadata_parse_generic_inst): Don't call
13007         `mono_class_init (gklass)' or mono_class_initialize_generic()
13008         here; set `generic_inst->init_pending' while parsing the
13009         `type_argv'.
13010
13011 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
13012
13013         * locales.c: include string.h for memxxx prototypes
13014
13015 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
13016
13017         * icall.c (ves_icall_MonoField_GetValueInternal): Do not run the class
13018         constructor when accessing literal fields.
13019
13020 2003-12-17  Zoltan Varga  <vargaz@freemail.hu>
13021
13022         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
13023
13024         * reflection.c (assembly_add_resource_manifest): New function to fill
13025         the MANIFESTRESOURCE table.
13026
13027         * reflection.c (mono_image_build_metadata): Emit MANIFESTRESOURCE table.
13028
13029         * reflection.h: Update to changes in class layout.
13030
13031         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): 
13032         Reenable call to mono_runtime_is_shutting_down ().
13033
13034         * appdomain.c (mono_runtime_is_shutting_down): New helper function to
13035         determine if the runtime is shutting down.
13036
13037 2003-12-16  Jackson Harper <jackson@ximian.com>
13038
13039         * icall.c: comment out call to mono_runtime_is_shutting_down to
13040         fix build.
13041         
13042 2003-12-16  Zoltan Varga  <vargaz@freemail.hu>
13043
13044         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): Add support for loading resources from modules.
13045         (ves_icall_System_Environment_get_HasShutdownStarted): New icall.
13046
13047 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
13048
13049         * reflection.c: move definition of swap_with_size
13050         to before its first call
13051
13052 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
13053
13054         * appdomain.c (mono_runtime_is_shutting_down): New public function.
13055
13056         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): New
13057         icall.
13058
13059         * object.c: Fix warnings.
13060
13061         * icall.c (ves_icall_Type_Get...): Only consider inherited static
13062         members if FlattenHierarchy is set.
13063
13064         * reflection.c (mono_image_add_decl_security): New function to emit
13065         declarative security.
13066
13067         * reflection.h reflection.c: Add support for declarative security.
13068
13069         * appdomain.c (MONO_CORLIB_VERSION): Bump version number.
13070         
13071 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
13072
13073         appdomain.c (MONO_CORLIB_VERSION): Bump version number.
13074         
13075         * appdomain.c verify.c: Moved corlib version checking into its own
13076         function in appdomain.c since it needs to create vtables etc.
13077
13078 2003-12-13  Patrik Torstensson <p@rxc.se>
13079
13080         * marshal.c (mono_remoting_wrapper): Fix bug 48015, using TP as this 
13081         instead of unwrapped server.
13082
13083 2003-12-12  Zoltan Varga  <vargaz@freemail.hu>
13084
13085         * verify.c (check_corlib): Fix field index.
13086
13087 2003-12-10  Zoltan Varga  <vargaz@freemail.hu>
13088
13089         * icall.c: Applied patch from Todd Berman (tbermann@gentoo.org). New
13090         GetGacPath icall.
13091
13092 2003-12-10  Bernie Solomon  <bernard@ugsolutions.com>
13093
13094         * process.c:  (ves_icall_System_Diagnostics_Process_GetWorkingSet_internal
13095         ves_icall_System_Diagnostics_Process_SetWorkingSet_internal):
13096         cope with sizeof(size_t) != sizeof(guint32).
13097
13098 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13099
13100         * process.[ch]: the 'pid' field in MonoProcInfo stores GetLastError
13101         in case of failure.
13102
13103 2003-12-10  Mark Crichton <crichton@gimp.org>
13104
13105         * icall.c: removed the GetNonZeroBytes.  We now handle this case
13106         in managed code.
13107
13108         * rand.c, rand.h: Same here.  Also cleaned up the clode slightly.
13109
13110 Tue Dec 9 15:36:18 CET 2003 Paolo Molaro <lupus@ximian.com>
13111
13112         * class.h, class.c, icall.c, marshal.c, object.c: ignore fields
13113         marked as deleted.
13114
13115 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
13116
13117         * verify.c (check_corlib): Handle the case when the version field is 
13118         initialized by a static constructor.
13119
13120 2003-12-08  Patrik Torstensson  <p@rxc.se>
13121
13122     * rand.c (InternalGetBytes): Implemented win32 version with cryptapi
13123
13124 2003-12-08  Martin Baulig  <martin@ximian.com>
13125
13126         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Return
13127         a MonoReflectionGenericParameter, also take the parameter index
13128         and name as arguments.
13129         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.
13130         (ves_icall_MonoGenericParam_initialize): New interncall.
13131         (ves_icall_Type_make_byref_type): New interncall.
13132
13133         * reflection.h (MonoReflectionGenericParam): Derive from
13134         MonoReflectionType, not just from MonoObject.  Added `refobj' and
13135         `index' fields.
13136
13137         * reflection.c (mono_reflection_define_generic_parameter): Create
13138         and return a new MonoReflectionGenericParam; don't initialize the
13139         constraints here.
13140         (mono_reflection_initialize_generic_parameter): New public method;
13141         initializes the constraints and creates the `param->pklass'.
13142
13143 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
13144
13145         * reflection.h reflection.c: Use the new fields 'num_types', 
13146         'num_fields' and 'num_methods' to track the number of types etc.
13147
13148         * verify.c (check_corlib): Check corlib version number.
13149
13150 2003-12-07  Zoltan Varga  <vargaz@freemail.hu>
13151
13152         * marshal.c (mono_marshal_method_from_wrapper): Remove assert so this
13153         function works on all methods.
13154
13155 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
13156
13157         * domain.c, loader.h: Added IRemotingTypeInfo interface in MonoDefaults.
13158         * icall.c: in, ves_icall_Remoting_RealProxy_GetTransparentProxy set
13159         the custom_type_info flag of the transparent proxy.
13160         * object.c: Added method mono_object_isinst_mbyref for casting mbyref
13161         objects that supports IRemotingTypeInfo.
13162         * object.h: Added custom_type_info field in transparent proxy.
13163
13164 2003-12-06  Martin Baulig  <martin@ximian.com>
13165
13166         * class.c (mono_class_create_from_generic): Removed.
13167         (mono_class_from_generic): Check `ginst->klass' before doing
13168         anything else.  This is important to fully support "recursive"
13169         generic types.
13170
13171         * metadata.c (do_mono_metadata_parse_generic_inst): Create an
13172         empty `generic_inst->klass' before doing anything else.
13173
13174 2003-12-06  Dick Porter  <dick@ximian.com>
13175
13176         * verify.c: 
13177         * object.h:
13178         * icall.c:
13179         * locales.c: Use C structs to access class fields.  Don't do a
13180         conversion between MonoString and UChar because both are
13181         platform-endian UTF-16.  Compare now takes startindex and count
13182         parameters.  Add a char overload for IndexOf.  Speed up the
13183         invariant string IndexOf.
13184
13185 2003-12-05  Zoltan Varga  <vargaz@freemail.hu>
13186
13187         * Makefile.am (monosn_LDADD): Fix parallel build.
13188
13189 2003-12-04  Martin Baulig  <martin@ximian.com>
13190
13191         * icall.c
13192         (ves_icall_type_GetTypeCode): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
13193         (ves_icall_Type_make_array_type): New interncall.       
13194
13195 2003-12-04  Martin Baulig  <martin@ximian.com>
13196
13197         * locales.c: also change it in the !HAVE_ICU case.
13198
13199 2003-12-04  Dick Porter  <dick@ximian.com>
13200
13201         * icall.c:
13202         * locales.c: construct_compareinfo is now in CompareInfo, not
13203         CultureInfo.
13204
13205 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
13206
13207         * image.c (mono_image_load_file_for_image): Cache loaded images in the
13208         image->files array.
13209
13210         * image.c (load_class_name): Load class names from the EXPORTEDTYPES
13211         table as well.
13212
13213         * assembly.c (mono_assembly_load_references): Only load references
13214         once.
13215
13216         * class.c (mono_class_from_name): Avoid linear search of the 
13217         EXPORTEDTYPE table.
13218
13219         * loader.c (mono_field_from_token): Cache lookups of fieldrefs as well.
13220
13221 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
13222
13223         * image.h (MonoImage): Add 'field_cache' field.
13224
13225         * loader.c (mono_field_from_token): Cache field lookups.
13226         
13227         * reflection.c (mono_module_get_object): Fix name property.
13228
13229         * icall.c (ves_icall_get_enum_info): Update after changes to 
13230         mono_metadata_get_constant_index ().
13231
13232         * icall.c: Get rid of get_type_info icall, use a separate icall for
13233         each type property to avoid needless memory allocations. Fixes #51514.
13234
13235         * metadata.c (mono_metadata_get_constant_index): Add a 'hint' parameter
13236         to avoid needless binary searches.
13237
13238         * class.c (class_compute_field_layout): Move the initialization of
13239         field->def_value to mono_class_vtable ().
13240
13241         * class.c (mono_class_layout_fields): Enable GC aware auto layout for
13242         non-corlib types.
13243
13244         * object.c (mono_object_allocate): Make it inline.
13245
13246         * object.c (mono_object_allocate_spec): Make it inline.
13247         
13248 2003-12-02  Dick Porter  <dick@ximian.com>
13249
13250         * locales.c (create_NumberFormat): NumberFormatInfo construction.
13251         Patch by Mohammad DAMT (mdamt@cdl2000.com).
13252
13253 2003-12-01  Dick Porter  <dick@ximian.com>
13254
13255         * threads.c: Fix signature and call in CreateMutex and
13256         CreateEvent.
13257
13258 2003-12-01  Dick Porter  <dick@ximian.com>
13259
13260         * icall.c: 
13261         * locales.c: Implement string compares and searching
13262
13263         * object.h: Add extra Thread field
13264
13265 2003-11-30  Zoltan Varga  <vargaz@freemail.hu>
13266
13267         * reflection.c (fixup_method): Add support for MonoCMethod.
13268
13269 2003-11-28  Zoltan Varga  <vargaz@freemail.hu>
13270
13271         * gc.c: Fix hangs and error messages when GC_DONT_GC is set.
13272
13273         * reflection.c (assembly_name_to_aname): Allow extra characters in
13274         assembly names. Fixes #51468.
13275
13276 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
13277
13278         * exception.c (mono_exception_from_name_domain): New helper function.
13279
13280         * appdomain.c (ves_icall_System_AppDomain_createDomain): Create the
13281         exception object in the correct domain.
13282
13283         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix 
13284         formatting + make a copy a the input data.
13285
13286         * loader.c (mono_get_method_from_token): Methods which contain
13287         native code do not have entries in the ImplMap.
13288
13289         (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix exception throw.
13290         Thanks to Gonzalo for spotting this.
13291         
13292         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Applied
13293         patch from ztashev@openlinksw.co.uk (Zdravko Tashev). New icall.
13294
13295         * assembly.h (mono_assembly_load_from): Split the second part of 
13296         assembly loading into a new public function.
13297
13298         * exception.h (mono_get_exception_bad_image_format): New function.
13299
13300 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
13301
13302         icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
13303         Enumerate all modules inside a dynamic assembly. Fixes #51293.
13304         
13305         * icall.c: Add new icall for creating dynamic methods.
13306
13307         * loader.h debug-helpers.c: Add new wrapper type for dynamic methods.
13308
13309         * reflection.h (MonoReflectionDynamicMethod): Fix type of bool fields.
13310
13311         * reflection.c (mono_reflection_create_dynamic_method): New icall to
13312         create a dynamic method.
13313
13314         * reflection.c (resolve_object): New helper function.
13315
13316         * reflection.c: Generalize ReflectionMethodBuilder and the functions
13317         which manipulate it so they can also work on dynamic methods.
13318
13319         * reflection.c (reflection_method_builder_to_mono_method): Avoid 
13320         creating the MonoReflectionMethodAux structure if it is not needed.
13321         
13322         * reflection.h verify.c: Update after changes to object layout.
13323
13324         * reflection.c (method_builder_encode_signature): Fix compilation on
13325         gcc 2.95.x.
13326
13327 2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>
13328
13329         * appdomain.h: Added support for context static fields. Added static_data
13330           field to MonoAppContext and renamed thread_static_fields to a more
13331           generic special_static_fields in MonoAppDomain, since it can now contain
13332           context static fields.
13333         * domain.c: Updated hashtable name.
13334         * object.c: Replaced field_is_thread_static() for a more generic
13335           field_is_special_static() which also checks for context static attribute.
13336           In mono_class_vtable(), added support for static context fields.
13337         * threads.c: Changed methods that manage thread static fields to more
13338           generic methods so they can be reused both for thread and context static
13339           data.
13340         * threads.h: Declared some new methods.
13341
13342 2003-11-21  Zoltan Varga  <vargaz@freemail.hu>
13343
13344         * reflection.h: Update after changes to the managed types.
13345
13346         * reflection.c (encode_custom_modifiers): New helper function.
13347
13348         * reflection.c (method_encode_signature): Emit custom modifiers.
13349
13350         * reflection.c (field_encode_signature): Emit custom modifiers.
13351
13352 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
13353
13354         * reflection.h (MonoReflectionAssemblyName): Applied patch from Laurent Morichetti (l_m@pacbell.net). Fix type of 'flags' field.
13355
13356         * icall.c (ves_icall_System_ValueType_Equals): New optimized 
13357         implementation.
13358
13359         * icall.c (ves_icall_System_ValueType_InternalGetHashCode): New 
13360         icall.
13361
13362         * object.c (mono_field_get_value_object): New function.
13363
13364         * object.c appdomain.h appdomain.c: Make out_of_memory_ex domain
13365         specific.
13366
13367 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
13368
13369         * appdomain.c (mono_runtime_get_out_of_memory_ex): New function to
13370         return a preallocated out-of-memory exception instance.
13371
13372         * object.c (out_of_memory): Use the new function.
13373
13374         * metadata.c (mono_metadata_parse_type): Handle the case when the byref
13375         flag is before the custom modifiers. Fixes #49802.
13376
13377 2003-11-16  Martin Baulig  <martin@ximian.com>
13378
13379         * class.c (mono_class_is_open_constructed_type): Implemented the
13380         MONO_TYPE_GENERICINST case.
13381
13382 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
13383
13384         * assembly.c (mono_assembly_fill_assembly_name): New function to
13385         fill out the MonoAssemblyName structure.
13386         (mono_assembly_open): Use the new function.
13387
13388         * icall.c (fill_reflection_assembly_name): New helper function.
13389
13390         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Use the
13391         new function.
13392
13393         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): New icall.
13394
13395 2003-11-15  Martin Baulig  <martin@ximian.com>
13396
13397         * class.c (mono_class_is_open_constructed_type): New public
13398         function; checks whether a type is an open constructed type,
13399         ie. whether it still contains type parameters.
13400         (mono_class_inflate_generic_type): If we're a type parameter and
13401         the inflated type is also a MONO_TYPE_(M)VAR, return the original
13402         type.
13403
13404         * class.h (MonoGenericInst): Added `guint32 is_open'.
13405
13406         * loader.c (method_from_methodspec): Check whether we're an open
13407         or closed constructed type and set `ginst->is_open'.
13408
13409         * reflection.c (mono_reflection_bind_generic_parameters): Check
13410         whether we're an open or closed constructed type and set
13411         `ginst->is_open'.
13412         (mono_reflection_inflate_method_or_ctor): Don't inflate methods
13413         from open constructed types.
13414
13415 2003-11-15  Martin Baulig  <martin@ximian.com>
13416
13417         * reflection.c (mono_reflection_bind_generic_parameters): If we're
13418         a generic instance (instead of a generic type declaration) with
13419         unbound generic parameters, bind them to our actual types.
13420
13421 2003-11-14  Martin Baulig  <martin@ximian.com>
13422
13423         * reflection.h (MonoReflectionGenericInst): Added `MonoArray *interfaces'.
13424
13425         * reflection.c (mono_reflection_bind_generic_parameters): If we're
13426         an interface type, populate `res->interfaces' with instantiated
13427         versions of all the interfaces we inherit.
13428
13429 2003-11-13  Aleksey Demakov  <avd@openlinksw.com>
13430
13431         * assembly.c (mono_assembly_load): Fixed problem finding mscorlib.dll
13432         when MONO_PATH is set but doesn't contain the install dir.
13433
13434 2003-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13435
13436         * icall.c:
13437         (ves_icall_Type_GetInterfaces): don't return an interface twice when
13438         it's also implemented in base classes. Fixes bug #50927.
13439
13440 2003-11-13  Zoltan Varga  <vargaz@freemail.hu>
13441
13442         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Avoid deadlocks
13443         if this method is called from a finalizer. Fixes #50913.
13444
13445 2003-11-12  Miguel de Icaza  <miguel@ximian.com>
13446
13447         * threads.c: Implement VolatileRead/VolatileWrite
13448
13449         * icall.c: Add new icalls for VolatileRead/VolatileWrite
13450
13451 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
13452
13453         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Applied 
13454         patch from Danilo Sagan (dsegan@gmx.net). Fix compilation under gcc
13455         2.95.3.
13456
13457         * assembly.c (mono_assembly_open): Fix windows build. Applied patch 
13458         from Peter Ross (pro@missioncriticalit.com).
13459         
13460 2003-11-12  Lluis Sanchez Gual  <lluis@ximian.com>
13461
13462         * icall.c: Added internal call for System.Environment::GetMachineConfigPath
13463
13464 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
13465
13466         * assembly.c (mono_assembly_load_references): Disable check because it
13467         triggers on older corlibs which lots of people have.
13468
13469 2003-11-12  Jackson Harper  <jackson@ximian.com>
13470
13471         * assembly.c: Change corlib name to mscorlib. Add a temp. hack to
13472         load corlib.dll if mscorlib.dll is not found.
13473         * assembly.h: Remove corlib name define.
13474         * class.c:
13475         * domain.c:
13476         * image.c: Change corlib name to mscorlib.
13477         
13478 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
13479
13480         * debug-mono-symfile.c: Add patch from FreeBSD ports tree.
13481
13482 2003-11-11  Miguel de Icaza  <miguel@ximian.com>
13483
13484         * appdomain.h: Added loader_optimization here to sync with the C#
13485         code, and add disallow_binding_redirects field.
13486
13487 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
13488
13489         * mono-debug.c (mono_debug_add_method): Ignore unknown modules.
13490
13491         * reflection.c (mono_image_build_metadata): Fix crash on modules
13492         with no types.
13493
13494         * reflection.h (MonoMethodInfo): Track changes to the managed structure.
13495
13496         * icall.c (ves_icall_get_method_info): Return callingConvention as
13497         well.
13498
13499         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Add 
13500         namespaces from the EXPORTEDTYPE table as well.
13501
13502         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Merge types
13503         from all modules inside the assembly.
13504         
13505 2003-11-11  Martin Baulig  <martin@ximian.com>
13506
13507         * reflection.c (mono_reflection_bind_generic_parameters): Make
13508         this work for interfaces.
13509
13510 2003-11-11  Martin Baulig  <martin@ximian.com>
13511
13512         * mono-debug.c (mono_debug_add_type): Ignore unknown modules.
13513
13514 2003-11-11  Martin Baulig  <martin@ximian.com>
13515
13516         * reflection.c (mono_reflection_inflate_method_or_ctor): Allow
13517         "MonoInflatedMethod" and "MonoInflatedCtor".
13518
13519 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
13520
13521         * reflection.c (resolution_scope_from_image): Use the assembly table
13522         from the manifest module, since other modules don't have it.
13523
13524         * debug-helpers.c (mono_type_full_name): New helper function.
13525
13526         * image.h (MonoAssembly): Change 'dynamic' to a boolean.
13527
13528         * image.c (mono_image_load_file_for_image): New public function which
13529         is a replacement for the load_file_for_image in class.c.
13530
13531         * assembly.c (mono_assembly_load_module): A wrapper for the function
13532         above which does assembly association and reference loading too.
13533
13534         * class.c (mono_class_from_name): Call mono_assembly_load_module.
13535
13536 2003-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13537
13538         * appdomain.c: not all of the attributes for the full assembly name
13539         are required and the order doesn't matter. Fixes bug #50787.
13540
13541 2003-11-10  Dick Porter  <dick@ximian.com>
13542
13543         * locales.c: Use platform-endian UTF16
13544
13545 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
13546
13547         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
13548         
13549 2003-11-10  Martin Baulig  <martin@ximian.com>
13550
13551         * metadata.c
13552         (mono_metadata_load_generic_params): Make this actually work.
13553
13554         * reflection.c (mono_reflection_bind_generic_parameters): If our
13555         parent is a generic instance, pass all the `types' to it, no
13556         matter whether it has the same number of type parameters or not.
13557
13558 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
13559
13560         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
13561
13562         * assembly.c (mono_assembly_load_references): Move the image<->assembly
13563         assignment code to this function so it gets called recursively for all
13564         modules.
13565
13566         * image.c (load_modules): Remove the assembly assignment since it is
13567         now done by mono_assembly_load_references.
13568         
13569         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
13570         Add 'module' argument.
13571         (mono_module_get_types): New helper function.
13572         (ves_icall_System_Reflection_Module_InternalGetTypes): New icall.
13573
13574 2003-11-08  Martin Baulig  <martin@ximian.com>
13575
13576         * class.c (mono_class_inflate_generic_method): Interface method
13577         don't have a header.
13578
13579         * reflection.c (mono_image_get_methodspec_token): Take an
13580         additional `MonoGenericInst *' argument instead of reading it from
13581         the header; this is necessary to support interfaces.
13582         (mono_image_create_token): Pass the `MonoGenericInst *' from the
13583         MonoReflectionInflatedMethod to mono_image_get_methodspec_token().
13584         (inflated_method_get_object): Take an additional `MonoGenericInst *'
13585         argument.
13586
13587         * reflection.h (MonoReflectionInflatedMethod): Added
13588         `MonoGenericInst *ginst'.
13589
13590 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
13591
13592         * gc.c (mono_domain_finalize): Fix compilation for no GC case.
13593
13594 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
13595
13596         * appdomain.c (mono_domain_unload): Add a workaround for bug #27663.
13597
13598 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
13599
13600         * reflection.c 
13601         (reflection_methodbuilder_from_method_builder):
13602         (reflection_methodbuilder_from_ctor_builder): New helper functions to 
13603         initialize a ReflectionMethodBuilder structure.
13604         (mono_image_get_methodbuilder_token):
13605         (mono_image_get_ctorbuilder_token): New functions to emit memberref
13606         tokens which point to types in another module inside the same assembly.
13607
13608         * reflection.c: Use the new helper functions.
13609         
13610         * reflection.c (mono_image_basic_init): Initialize basedir and culture.
13611
13612         * icall.c loader.c reflection.c: Use ModuleBuilder->dynamic_image 
13613         instead of AssemblyBuilder->dynamic_assembly in the appropriate places.
13614
13615         * reflection.c (resolution_scope_from_image): Emit a moduleref if
13616         neccesary.
13617
13618         * reflection.c (mono_image_build_metadata): Emit metadata only for the
13619         current module. Emit the manifest only for the main module.
13620
13621         * reflection.c (mono_image_create_token): Add assertion when a 
13622         memberref needs to be created.
13623
13624         * reflection.c reflection.h (MonoDynamicAssembly): Remove unused fields.
13625
13626         * reflection.c (mono_reflection_get_custom_attrs_blob): Allocate a 
13627         larger buffer for the custom attribute blob. Fixes #50637.
13628         
13629 2003-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13630
13631         * threadpool.c: notify listener on async processing handles after
13632         invoking the async callback. Thanks to Zoltan.
13633
13634 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
13635
13636         * reflection.c (create_dynamic_mono_image): Call mono_image_init to 
13637         avoid code duplication.
13638
13639         * reflection.h (MonoDynamicImage): New type which is currently unused,
13640         but will be used through the ref.emit code in place of 
13641         MonoDynamicAssembly.
13642
13643         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
13644         object layout.
13645
13646         * reflection.c (create_dynamic_mono_image): Rewrote so it now creates
13647         a MonoDynamicImage instead of just a MonoImage.
13648         
13649         * reflection.h reflection.c icall.c: Move nearly all AssemblyBuilder
13650         icalls to ModuleBuilder but keep their semantics, so they will work
13651         with moduleb->assemblyb. This will change later.
13652         
13653 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
13654
13655         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
13656         object layout.
13657
13658         * reflection.c (mono_image_build_metadata): Avoid creation of a default
13659         main module, since it is now done by the managed code.
13660
13661 2003-11-03  Martin Baulig  <martin@ximian.com>
13662
13663         * reflection.c (mono_reflection_inflate_method_or_ctor): Set
13664         `ginst->klass' here.
13665         (method_encode_methodspec): Don't use the `ginst->generic_method's
13666         klass if it's a generic instance, use `ginst->klass' in this case.
13667
13668 2003-11-03  Martin Baulig  <martin@ximian.com>
13669
13670         * reflection.c (mono_image_get_generic_method_param_info):
13671         Removed, use mono_image_get_generic_param_info() instead.
13672         (mono_image_get_type_info): Write the GenericParam table before
13673         the Method table.  This is neccessary because in the GenericParam
13674         table, type parameters of the class (ie. '!0' etc.) must come
13675         before the ones from its generic methods (ie. '!!0' etc).
13676
13677 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
13678
13679         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill out AssemblyName->codebase. Fixes #50469.
13680
13681 2003-11-02  Martin Baulig  <martin@ximian.com>
13682
13683         * reflection.c (create_generic_typespec): Take a
13684         `MonoReflectionTypeBuilder *' instead of a `MonoType *' and get
13685         the generic parameters from it.
13686
13687 2003-11-02  Martin Baulig  <martin@ximian.com>
13688
13689         * reflection.c (fieldref_encode_signature): Take a `MonoType *'
13690         instead of a `MonoClassField *' since we just need the type.
13691         (create_generic_typespec): New static function.  Creates a
13692         TypeSpec token for a generic type declaration.
13693         (mono_image_get_generic_field_token): New static function.
13694         (mono_image_create_token): If we're a FieldBuilder in a generic
13695         type declaration, call mono_image_get_generic_field_token() to get
13696         the token.
13697
13698 2003-11-02  Martin Baulig  <martin@ximian.com>
13699
13700         * reflection.h
13701         (MonoReflectionInflatedMethod, MonoReflectionInflatedField): Added
13702         `MonoReflectionGenericInst *declaring_type' and
13703         `MonoReflectionGenericInst *reflected_type' fields.
13704
13705         * reflection.c (mono_reflection_inflate_method_or_ctor): Take a
13706         `MonoReflectionGenericInst *declaring_type' and a
13707         `MonoReflectionGenericInst *reflected_type' argument instead of a
13708         single `MonoReflectionGenericInst *type' one.  Set
13709         `res->declaring_type' and `res->reflected_type' from them.
13710         (mono_reflection_inflate_field): Likewise.      
13711
13712 2003-11-02  Martin Baulig  <martin@ximian.com>
13713
13714         * class.c (mono_class_setup_vtable): Don't store generic methods
13715         in the vtable.  
13716
13717 2003-11-02  Martin Baulig  <martin@ximian.com>
13718
13719         * reflection.h (MonoReflectionGenericInst): Added
13720         `MonoReflectionType *declaring_type'.
13721
13722         * reflection.c (mono_reflection_bind_generic_parameters): Use
13723         `if (tb->parent)' instead of `klass->parent'.
13724
13725 2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
13726
13727         * assembly.c (mono_assembly_open): Avoid crash if a module is loaded
13728         with an empty ASSEMBLY table.
13729
13730         * reflection.c (mono_image_build_metadata): Avoid using the same loop
13731         variable in the inner and outer loops.
13732
13733 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
13734
13735         * metadata.h (mono_metadata_make_token): Put parentheses around macro
13736         argument.
13737
13738         * appdomain.h appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): Fix signature.
13739         
13740         * appdomain.c appdomain.h icall.c: Get rid of the InvokeInDomain 
13741         icalls. Instead, do everything in managed code. This is needed since
13742         it is hard to restore the original domain etc. in unmanaged code in the
13743         presence of undeniable exceptions.
13744
13745         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): 
13746         New icalls to push and pop appdomain refs.
13747
13748 2003-10-31  Martin Baulig  <martin@ximian.com>
13749
13750         * class.c (inflate_generic_type): Renamed to
13751         mono_class_inflate_generic_type() and made it public.
13752
13753         * icall.c ("System.Reflection.MonoGenericInst::inflate_field"):
13754         New interncall.
13755
13756         * loader.c (mono_field_from_memberref): Also set the retklass for
13757         typespecs.
13758
13759         * fielder.c (mono_image_get_inflated_field_token): New static
13760         method; creates a metadata token for an inflated field.
13761         (mono_image_create_token, fixup_method): Added support for
13762         "MonoInflatedField".
13763         (fieldbuilder_to_mono_class_field): New static function.
13764         (mono_reflection_inflate_field): New public function.
13765
13766         * reflection.h
13767         (MonoReflectionGenericInst): Added `MonoArray *fields'.
13768         (MonoReflectionInflatedField): New typedef.     
13769
13770 2003-10-30  Bernie Solomon  <bernard@ugsolutions.com>
13771
13772         * socket-io.c (in6_addr ipaddress_to_struct_in6_addr): fix
13773         for Solaris and other platforms without s6_addr16
13774
13775 2003-10-30  Martin Baulig  <martin@ximian.com>
13776
13777         * class.c (inflate_generic_type): Take just one `MonoGenericInst *'
13778         argument instead of two.
13779         (mono_class_inflate_generic_signature): Likewise.
13780         (inflate_generic_header): Likewise.
13781         (mono_class_inflate_generic_method): Likewise.  In addition, if
13782         `ginst->klass' is set, it becomes the new `method->klass'.
13783
13784         * class.h (MonoGenericInst): Removed the `gpointer mbuilder'
13785         field.
13786
13787         * reflection.c (encode_generic_method_sig): Write a 0xa as the
13788         first byte. [FIXME]
13789         (method_encode_methodspec): If we have generic parameters, create
13790         a MethodSpec instead of a MethodRef.
13791         (fixup_method): Added support for "MonoInflatedMethod" and
13792         "MonoInflatedCtor".
13793         (mono_image_create_token): Added support for "MonoInflatedMethod"
13794         and "MonoInflatedCtor".
13795         (inflated_method_get_object): New static function; returns a
13796         managed "System.Reflection.MonoInflatedMethod" object.
13797         (mono_reflection_bind_generic_method_parameters): Return a
13798         `MonoReflectionInflatedMethod' instead of a `MonoReflectionMethod'.
13799         (mono_reflection_inflate_method_or_ctor): Likewise.
13800         (mono_image_get_generic_method_param_info): Initialize unused
13801         fields to zero.
13802         (mono_image_get_generic_param_info): Likewise.
13803
13804         * reflection.h (MonoReflectionInflatedMethod): New public
13805         typedef.  Corresponds to the managed "S.R.MonoInflatedMethod" and
13806         "S.R.MonoInflatedCtor" classes.
13807
13808         * loader.c (method_from_memberref): If we're a TypeSpec and it
13809         resolves to a generic instance, inflate the method.
13810
13811 2003-10-28  Dick Porter  <dick@ximian.com>
13812
13813         * object.c (mono_runtime_run_main): Convert command-line arguments
13814         into utf8, falling back to the user's locale encoding to do so.
13815
13816 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
13817
13818         * loader.c (mono_get_method_from_token): Avoid looking up the icalls
13819         at this time.
13820
13821         * marshal.c (mono_marshal_get_native_wrapper): Lookup icalls here.
13822
13823         * reflection.c (reflection_methodbuilder_to_mono_method): Avoid looking
13824         up icalls at method definition time. Partially fixes #33569.
13825
13826 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
13827
13828         * marshal.c (mono_marshal_get_native_wrapper): Add support for [Out]
13829         marshalling of arrays. Fixes #50116.
13830
13831         * appdomain.c (ves_icall_System_AppDomain_InternalIsFinalizingForUnload): New icall.
13832
13833         * appdomain.c (unload_thread_main): Clear class->cached_vtable if it
13834         points to a vtable in the dying appdomain.
13835
13836         * appdomain.c (mono_domain_unload): Move the notification of OnUnload
13837         listeners into unmanaged code inside the lock.
13838
13839         * object.c (mono_class_vtable): Turn off typed allocation in non-root
13840         domains and add some comments.
13841
13842 2003-10-25  Martin Baulig  <martin@ximian.com>
13843
13844         * class.h (MonoGenericInst): Added `MonoClass *klass' field.
13845
13846         * image.h (MonoImage): Added `GHashTable *typespec_cache'.
13847
13848         * metadata.c (mono_metadata_parse_generic_inst): Renamed to
13849         `do_mono_metadata_parse_generic_inst'; pass it the MonoType we're
13850         currently parsing.  Create the generic class and store it in
13851         `generic_inst->klass' before parsing the type arguments.  This is
13852         required to support "recursive" definitions; see mcs/tests/gen-23.cs
13853         for an example.
13854         (mono_type_create_from_typespec): Use a new `image->typespec_cache'
13855         to support recursive typespec entries.
13856
13857         * class.c (mono_class_setup_parent): If our parent is a generic
13858         instance, we may get called before it has its name set.
13859         (mono_class_from_generic): Splitted into
13860         mono_class_create_from_generic() and mono_class_initialize_generic().
13861
13862 2003-10-25  Martin Baulig  <martin@ximian.com>
13863
13864         * icall.c (ves_icall_Type_BindGenericParameters): Return a
13865         `MonoReflectionGenericInst *' instead of a `MonoReflectionType *'.
13866         ("System.Reflection.MonoGenericInst::inflate_method"): New interncall.
13867         ("System.Reflection.MonoGenericInst::inflate_ctor"): New interncall.
13868
13869         * reflection.c (my_mono_class_from_mono_type): Added MONO_TYPE_GENERICINST.
13870         (create_typespec): Likewise.
13871         (mono_reflection_bind_generic_parameters): Return a
13872         `MonoReflectionGenericInst *' instead of a `MonoClass *'.
13873         (mono_reflection_inflate_method_or_ctor): New public function.
13874
13875         * reflection.h (MonoReflectionGenericInst): New typedef.        
13876
13877 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
13878
13879         * object.c (mono_class_proxy_vtable): Run the whole vtable construction
13880         inside the domain lock. Fixes #49993.
13881         
13882         * object.c (mono_class_vtable): When typed allocation is used, 
13883         allocate vtables in the GC heap instead of in the mempool, since the
13884         vtables contain GC descriptors which are used by the collector even
13885         after the domain owning the mempool is unloaded.
13886
13887         * domain.c (mono_domain_set): Rename to mono_domain_set_internal.
13888
13889         * domain.c (mono_domain_unload): Rename to mono_domain_free to better
13890         reflect what it does. Also invalidate mempools instead of freeing
13891         them if a define is set.
13892
13893         * appdomain.h (MonoAppDomainState): New enumeration to hold the state
13894         of the appdomain.
13895         
13896         * appdomain.h (_MonoDomain): New field 'finalizable_object_hash' to
13897         hold the finalizable objects in this domain.
13898
13899         * appdomain.h (_MonoDomain): New field 'state' to hold the state of the
13900         appdomain.
13901
13902         * appdomain.c (mono_domain_set): New function to set the current
13903         appdomain, but only if it is not being unloaded.
13904
13905         * appdomain.c threads.c threadpool.c object.c: Avoid entering an
13906         appdomain which is being unloaded.
13907         
13908         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Prevent
13909         unloading of the root appdomain.
13910
13911         * appdomain.c (ves_icall_System_AppDomain_InternalInvokeInDomain): New
13912         icall to execute a method in another appdomain. Intended as a 
13913         replacement for InternalSetDomain, which can confuse the code 
13914         generation in the JIT.
13915
13916         * appdomain.c (mono_domain_is_unloading): New function to determine
13917         whenever an appdomain is unloading.
13918
13919         * appdomain.c (mono_domain_unload): New function to correctly unload
13920         an appdomain.
13921
13922         * assembly.c (mono_assembly_load_references): Check that an assembly
13923         does not references itself.
13924
13925         * gc.c (mono_domain_finalize): Rewrote so instead of finalizing a
13926         domain manually, it asks the finalizer thread to do it, then waits for
13927         the result. Also added a timeout.
13928
13929         * icall.c: Register the new icalls.
13930
13931         * threads.h threads.c: Export the mono_gc_stop_world and 
13932         mono_gc_start_world functions.
13933         
13934         * mempool.h mempool.c (mono_mempool_invalidate): New debugging 
13935         function to fill out the mempool with 0x2a.
13936
13937 2003-10-22  Zoltan Varga  <vargaz@freemail.hu>
13938
13939         * reflection.h (MonoReflectionMethodAux): New structure to store
13940         information which is rarely used, thus is not in the MonoMethod
13941         structure.
13942
13943         * reflection.h (MonoDynamicAssembly): New field 'method_aux_hash' to
13944         store the aux info.
13945
13946         * reflection.c (mono_methodbuilder_to_mono_method): Store param names
13947         and marshalling info into the aux structure.
13948
13949         * loader.c (mono_method_get_marshal_info): Retrieve the marshal info
13950         from the aux structure.
13951
13952         * loader.c (mono_method_get_param_names): Retrieve the param names from
13953         the aux structure.
13954         
13955 2003-10-21  Zoltan Varga  <vargaz@freemail.hu>
13956
13957         * exception.h exception.c: Add AppDomainUnloadedException && fix 
13958         warning.
13959
13960 2003-10-21  Dick Porter  <dick@ximian.com>
13961
13962         * socket-io.c
13963         (ves_icall_System_Net_Sockets_Socket_Select_internal): Applied
13964         patch from Laramie Leavitt moving divide out of loop. (Bug 45381).
13965
13966 2003-10-21  Martin Baulig  <martin@ximian.com>
13967
13968         * reflection.c (mono_reflection_bind_generic_parameters):
13969         `klass->parent' is NULL for interfaces.
13970
13971 2003-10-21  Martin Baulig  <martin@ximian.com>
13972
13973         * reflection.c (create_typespec): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
13974
13975 2003-10-20  Zoltan Varga  <vargaz@freemail.hu>
13976
13977         * exception.c (mono_exception_from_name_msg): New helper function for
13978         creating exceptions and initializing their message field.
13979
13980         * exception.c: Simplify functions using the new helper.
13981
13982         * exception.h exception.c (mono_get_exception_cannot_unload_appdomain):
13983         New function.
13984
13985         * object.h object.c: Remove G_GNUC_NORETURN from the signature of
13986         mono_raise_exception, since otherwise gcc doesn't generate the function
13987         epilog for raise_exception, confusing the stack unwinding in the JIT.
13988         Fixes #45043.
13989
13990         * rawbuffer.c (mono_raw_buffer_load_mmap): Map mmap-ed memory with
13991         PROT_EXEC. This seems to prevent segmentation faults on Fedora Linux.
13992         Fixes #49499.
13993
13994 2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
13995
13996         * icall.c: OutputDebugStringW expects 16-bit unicode characters, not
13997         utf8.
13998
13999 2003-10-18  Lluis Sanchez Gual  <lluis@ximian.com>
14000
14001         * icall.c: Removed GetUninitializedObject method because
14002           AllocateUninitializedClassInstance does the same.
14003
14004 2003-10-18  Martin Baulig  <martin@ximian.com>
14005
14006         * class.c (inflate_generic_signature): Renamed to
14007         mono_class_inflate_generic_signature() and made it public.
14008         (my_mono_class_from_generic_parameter): New static function; if we
14009         don't already have the generic parameter's MonoClass, create a
14010         very simple one which is just used internally in the runtime and
14011         not passed back to managed code.
14012
14013         * class.h (MonoGenericInst): Added `gpointer mbuilder' field.
14014
14015         * metadata.h (MonoMethodSignature): Moved the
14016         `MonoGenericParam *gen_params' to the MonoMethodHeader.
14017         (MonoMethodHeader): Moved the `MonoGenericParam *gen_params' here.
14018
14019         * icall.c (ves_icall_MethodInfo_GetGenericArguments): Renamed to
14020         ves_icall_MonoMethod_GetGenericArguments(); this is now an
14021         interncall on the MonoMethod class, not on MethodInfo.
14022         (ves_icall_MethodInfo_BindGenericParameters): Removed, we're now
14023         calling mono_reflection_bind_generic_method_parameters() directly.
14024
14025         * loader.c (mono_method_get_signature): If this is a MethodSpec;
14026         return the already computed `method->signature'.
14027         (method_from_methodspec): New static function to load a method
14028         from a MethodSpec entry.
14029         (mono_get_method_from_token): Call the new method_from_methodspec()
14030         for MethodSpec tokens.  
14031         (mono_get_method_from_token): If we're a generic method, load the
14032         type parameters.
14033
14034         * reflection.c (mono_image_get_memberref_token): Allow
14035         MEMBERREF_PARENT_TYPEDEF here; this will be used in the MethodSpec
14036         table.
14037         (fixup_method): Added support for MONO_TABLE_METHODSPEC.
14038         (mono_image_create_token): First check whether it's a generic
14039         method (so we'd need to create a MethodSpec), then do the other
14040         two alternatives.
14041         (mono_reflection_bind_generic_method_parameters): Return a
14042         `MonoReflectionMethod *' instead of a `MonoMethod *'; we're now
14043         called directly from the interncall.
14044
14045 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
14046
14047         * reflection.c (load_public_key): Move loading of the public key
14048         into managed code.
14049
14050         * image.h (MonoAssemblyName): Add public_key and hash_alg fields.
14051
14052         * assembly.c (mono_assembly_open): Fill in public_key and hash_alg
14053         fields.
14054
14055         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill in
14056         culture, hash_alg and public_key. Fixes #49555.
14057
14058 2003-10-17  Martin Baulig  <martin@ximian.com>
14059
14060         * class.h (MonoGenericInst): Moved this declaration here and added
14061         `MonoMethod *generic_method'.
14062
14063         * icall.c
14064         (ves_icall_MethodInfo_GetGenericArguments): New interncall.
14065         (ves_icall_MethodInfo_BindGenericParameters): New interncall.
14066
14067         * metadata.c (mono_metadata_type_equal): Two types of
14068         MONO_TYPE_VAR or MONO_TYPE_MVAR equals if they have the same
14069         index; ie. don't compare the address of the `MonoGenericParam'
14070         structure.
14071         (mono_metadata_load_generic_params): Removed the `MonoMethod
14072         *method' argument.
14073
14074         * metadata.h (MonoGenericInst): Moved declaration to class.h.
14075         (MonoMethodHeader): Added `MonoGenericInst *geninst'.
14076
14077         * reflection.c (method_encode_signature): Encode the number of
14078         generic parameters.
14079         (encode_generic_method_sig): New static function.
14080         (method_encode_methodspec): New static function; creates an entry
14081         in the MethodSpec table for a generic method.
14082         (mono_image_get_methodspec_token): New static function.
14083         (mono_image_create_token): Call mono_image_get_methodspec_token()
14084         for generic methods.
14085         (mono_reflection_bind_generic_method_parameters): New public
14086         function.  Instantiates a generic method.
14087
14088 2003-10-16  Martin Baulig  <martin@ximian.com>
14089
14090         * metadata.h (MonoMethodSignature): Moved `MonoGenericParam
14091         *gen_params' here from MonoMethodHeader.
14092
14093         * metadata.c (mono_metadata_parse_method_signature): If we have
14094         generic parameters, initialize `method->gen_params' and then set
14095         the correct `type->data.generic_param' in all the parameters.
14096
14097 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
14098
14099         * threads.c (mono_threads_get_default_stacksize): New function to 
14100         return the default stacksize.
14101
14102         * gc.c (mono_gc_cleanup): Use a separate event for waiting for the
14103         termination of the finalizer thread, since the previous method had
14104         race conditions. Fixes #49628.
14105
14106         * gc.c (mono_gc_init): Use the same stacksize for the finalizer thread
14107         as for the other managed threads.
14108
14109 2003-10-16  Martin Baulig  <martin@ximian.com>
14110
14111         * class.c (inflate_generic_signature): Copy `generic_param_count'
14112         and `gen_params'.
14113
14114         * icall.c (ves_icall_MethodInfo_get_IsGenericMethodDefinition):
14115         New interncall.
14116
14117         * metadata.c (mono_metadata_parse_method_signature): Actually set
14118         the `method->generic_param_count' here.
14119         (mono_metadata_load_generic_params): Initialize `pklass' to NULL.
14120
14121 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
14122
14123         * object.h: Add a new field to TypedRef to simplify the implementation
14124         of the REFANY opcodes in the JIT.
14125
14126         * icall.c: Make use of the new field.
14127
14128         * metadata.c (mono_type_size): Compute the size of TYPEDBYREF types
14129         dynamically.
14130
14131 2003-10-15  Martin Baulig  <martin@ximian.com>
14132
14133         * class.c (mono_class_from_gen_param): Renamed to
14134         mono_class_from_generic_parameter() and moved most of the
14135         functionality from mono_reflection_define_generic_parameter()
14136         here; ie. we create a "real" class here.
14137         (mono_class_from_mono_type): Only allow MONO_TYPE_VAR and
14138         MONO_TYPE_MVAR if mono_class_from_generic_parameter() has
14139         previously been called.
14140
14141         * class.h (MonoGenericParam): Moved the declaration of this struct
14142         here from metadata.h and added `MonoMethod *method'.
14143
14144         * icall.c (ves_icall_MonoType_get_DeclaringMethod): New
14145         interncall.
14146
14147         * loader.c (mono_get_method_from_token): If we have any generic
14148         parameters, call mono_metadata_load_generic_params() to read them
14149         from the MONO_TABLE_GENERICPAR.
14150
14151         * metadata.c (mono_metadata_load_generic_params): Added
14152         `MonoMethod *method' argument which is used MONO_TYPE_MVAR.
14153
14154         * metadata.h (MonoMethodSignature): Replaced
14155         `MonoGenericInst *geninst' with `guint16 generic_param_count'.
14156         (MonoMethodHeader): Added `MonoGenericParam *gen_params'.
14157
14158         * reflection.c (mono_reflection_define_generic_parameter): Moved
14159         most of the functionality into the new
14160         mono_class_from_generic_parameter(); set the `method' field if
14161         we're a method parameter.       
14162
14163 2003-10-13 Bernie Solomon  <bernard@ugsolutions.com>
14164
14165         * marshal.c (emit_struct_conv): if native size is 0
14166         emit no code.
14167
14168 2003-10-14  Martin Baulig  <martin@ximian.com>
14169
14170         * icall.c: The generics API has changed in the spec since it was
14171         added to System.Type; these modifications make it match the spec
14172         again.
14173         (ves_icall_Type_GetGenericParameters): Renamed to
14174         `ves_icall_Type_GetGenericArguments'.
14175         (ves_icall_Type_get_IsGenericTypeDefinition): New interncall.
14176         (ves_icall_MonoType_get_HasGenericParameteres): Renamed to
14177         `ves_icall_MonoType_get_HasGenericArguments'.
14178         (ves_icall_MonoType_get_IsUnboundGenericParameter): Renamed to
14179         `ves_icall_MonoType_get_IsGenericParameter'.
14180         (ves_icall_MonoType_get_HasUnboundGenericParameters): Removed;
14181         this is no interncall anymore.
14182         (ves_icall_TypeBuilder_get_IsUnboundGenericParameter): Renamed to
14183         `ves_icall_TypeBuilder_get_IsGenericParameter'.
14184
14185 2003-10-14  Martin Baulig  <martin@ximian.com>
14186
14187         * reflection.c (mono_reflection_bind_generic_parameters): Also
14188         inflate generic methods if we're reading the class from IL.
14189
14190 2003-10-13  Martin Baulig  <martin@ximian.com>
14191
14192         * reflection.c (mono_reflection_define_generic_parameter): This
14193         method isn't called directly from the icall anymore; take a
14194         `MonoReflectionAssemblyBuilder *' so we can use this for type and
14195         method generic parameters.
14196         (ReflectionMethodBuilder): Added `MonoArray *generic_param'.
14197         (method_builder_encode_signature): Encode generic parameters.
14198         (mono_image_get_method_info): Write generic params to the
14199         MONO_TABLE_GENERICPARAM table.
14200
14201         * reflection.h (MonoReflectionMethodBuilder): Added
14202         `MonoArray *generic_params'.
14203
14204         * metadata.h (MonoMethodSignature): Added `MonoGenericInst *geninst'.
14205
14206         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Added
14207         wrapper for mono_reflection_define_generic_parameter().
14208         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.   
14209
14210 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
14211
14212         * marshal.h: Add missing function to fix build.
14213
14214         * marshal.c (mono_marshal_get_native_wrapper): Add support for 
14215         the SetLastError pinvoke attribute.
14216
14217         * marshal.c (mono_marshal_set_last_error): New helper function called
14218         by the generated code.
14219         
14220         * marshal.c (mono_mb_emit_branch): New helper function.
14221
14222         * marshal.c (mono_mb_emit_exception): Added exception name parameter.
14223
14224         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
14225         classes as parameters and return values of delegates. Fixes #29256. 
14226
14227 2003-10-12  Bernie Solomon  <bernard@ugsolutions.com>
14228
14229         * locales.c: use gint32 in non HAVE_ICU case
14230
14231 2003-10-11  Martin Baulig  <martin@ximian.com>
14232
14233         * mono-debug.c (mono_debug_add_method): Added a workaround for
14234         bug #48591.
14235
14236 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
14237
14238         * marshal.c (mono_marshal_get_managed_wrapper): Under windows,
14239         delegates passed to native code must use the STDCALL calling 
14240         convention. Fixes #35987.
14241
14242 2003-10-10  Martin Baulig  <martin@ximian.com>
14243
14244         * class.c (inflate_generic_type): If we're inflating for a generic
14245         type instance (and not for a generic method), return
14246         MONO_TYPE_MVAR unchanged.
14247
14248 2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14249
14250         * string-icalls.c: Join ignores null strings in the source array.
14251         * threadpool.[ch]: export busy_worker_threads, not mono_worker_threads.
14252         * threads.c: GetAvailableTheads is slightly more accurate.
14253
14254 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
14255
14256         * threads.h threads.c : add mono_threads_set_default_stacksize
14257         and pass default to CreateThread calls.
14258
14259 2003-10-09  Dick Porter  <dick@ximian.com>
14260
14261         * icall.c:
14262         * locales.h:
14263         * locales.c: Internal calls for constructing CultureInfo and
14264         related objects from libicu (if its available.)
14265
14266 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
14267
14268         * debug-helpers.c (wrapper_type_names): Add 'unknown' wrapper type.
14269
14270 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14271
14272         * threadpool.c: added an argument to async_invoke_thread that is the
14273         item to process, pass the MonoAsyncResult to the thread start function
14274         when creating a new thread. This way we don't need to acquire any lock
14275         when we're creating a new thread. Readded a semaphore for faster
14276         response times (instead of that Sleep i added).
14277
14278 2003-10-08  Bernie Solomon  <bernard@ugsolutions.com>
14279
14280         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
14281         get daylight change dates better on Windows, fix handling
14282         of platforms without tm_gmtoff.
14283
14284 2003-10-06  Martin Baulig  <martin@ximian.com>
14285
14286         * class.c (inflate_generic_method): Renamed to
14287         mono_class_inflate_generic_method() and made public.
14288         (mono_class_init): Don't inflate the generic methods here.
14289         (mono_class_from_generic): Added `gboolean inflate_methods'
14290         argument.  Inflate the methods here.
14291
14292         * loader.c (mono_method_get_param_names): Ignore instances of
14293         generic types for the moment.
14294
14295         * reflection.c (fixup_method): Added support for inflated methods.
14296         (mono_image_create_token): Use mono_image_get_methodref_token()
14297         for inflated methods.
14298         (mono_custom_attrs_from_param): Ignore instances of generic types
14299         for the moment.
14300         (mono_reflection_bind_generic_parameters): New public function.
14301         Moved all the functionality from
14302         ves_icall_Type_BindGenericParameters() here and added support for
14303         dynamic types.
14304         (mono_reflection_define_generic_parameter): Initialize
14305         `klass->methods' here.
14306
14307         * icall.c (ves_icall_Type_BindGenericParameters): Moved all the
14308         functionality into mono_reflection_define_generic_parameter().
14309         (ves_icall_Type_GetGenericTypeDefinition): If we're coming from a
14310         TypeBuilder, return that TypeBuilder.
14311
14312 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14313
14314         * appdomain.c: removed mono_delegate_semaphore.
14315
14316         * threadpool.c:
14317         (mono_thread_pool_add): moved hash table creation inside and the thread 
14318         creation outside of the critical region.
14319         (mono_thread_pool_finish): removed obsolete code.
14320         (async_invoke_thread): don't use the semaphore. Use a plain Sleep and
14321         continue or exit the thread depending on the queue.
14322
14323 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
14324
14325         * metadata.c (mono_type_to_unmanaged): allow bools to marshal as I1
14326         marshal.c (emit_ptr_to_str_conv & mono_marshal_get_native_wrapper):
14327         handle more bool marshalling options
14328
14329 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
14330
14331         * marshal.c (mono_marshal_get_native_wrapper): Fix marshalling of
14332         arrays of structs. Also add a more descriptive error message when
14333         a structure member is marshalled as LPArray.
14334
14335 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
14336
14337         * marshal.c (mono_marshal_get_native_wrapper): Add support for
14338         marshalling arrays of complex types. Fixes #29098. Also remove an
14339         usused and incomplete function.
14340
14341 Mon Oct 6 15:38:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
14342
14343         * gc.c: report heap_size - free_bytes as total memory allocated
14344         (bug#49362).
14345
14346 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
14347
14348         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Finally 
14349         fix timezone handling problems on Windows.
14350         
14351         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Avoid
14352         asserts when the year is outside the range handled by ms the functions.
14353
14354         * class.c (setup_interface_offsets): If the class is an interface,
14355         fill out its interface_offsets slot.
14356
14357 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14358
14359         * threadpool.c: mark threadpool threads as background.
14360
14361 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
14362
14363         * decimal.c - define DECINLINE to nothing if not using GCC
14364
14365 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
14366
14367         * assembly.c: More refcount fixes.
14368
14369 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14370
14371         * string-icalls.c: if we're not trimming, return the same string.
14372         When not splitting, don't create a new string.
14373
14374 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14375
14376         * image.c:
14377         (mono_image_open): increment the ref_count inside the critical section.
14378
14379 2003-10-02  Zoltan Varga  <vargaz@freemail.hu>
14380
14381         * image.c (mono_image_open): Fix reference counting bug.
14382
14383 2003-09-30  Bernie Solomon  <bernard@ugsolutions.com>
14384
14385         * marshal.c (mono_marshal_type_size) struct alignment changed for 
14386         64bit machines.  (emit_ptr_to_str_conv) Fix bool conversions for 
14387         64bits. Avoid leak in mono_marshal_get_native_wrapper when
14388         mono_lookup_pinvoke_call throws.        
14389
14390 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
14391
14392         * reflection.c (mono_reflection_parse_type): Fix #49114.
14393
14394         * file-io.c (ves_icall_System_IO_MonoIO_GetFileAttributes): Add
14395         temporary workaround for cygwin header problem.
14396
14397         * object.c (mono_object_isinst): Synchronize this with the code
14398         generated by the JIT for casts.
14399
14400 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
14401
14402         * reflection.c (encode_type): Fix #38332.
14403
14404 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
14405
14406         * marshal.c (mono_marshal_method_from_wrapper): New function to return
14407         the original method from the wrapper method.
14408
14409 2003-09-25  Martin Baulig  <martin@ximian.com>
14410
14411         * icall.c (ves_icall_Type_IsGenericTypeDefinition): Removed this
14412         interncall since it was identical to `Type.GetGenericTypeDefinition()'.
14413         (ves_icall_Type_get_IsGenericInstance): New interncall.
14414
14415 2003-09-24 Bernie Solomon <bernard@ugsolutions.com>
14416
14417         * object.c: fix cast warning in big endian code.
14418
14419 2003-09-19 Jackson Harper <jackson@latitudegeo.com>
14420
14421         * icall.c: Timezone patch from Zoltan Varga (vargaz@freemail.hu)
14422         
14423 2003-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14424
14425         * assembly.c: don't call check_env from mono_assembly_load. It's
14426         already done once in mono_assemblies_init and may cause headaches when
14427         multiple threads are loading assemblies.
14428
14429 2003-09-19  Martin Baulig  <martin@ximian.com>
14430
14431         * reflection.c (mono_reflection_define_generic_parameter): Don't
14432         allocate `klass->methods', set `klass->flags' to
14433         TYPE_ATTRIBUTE_INTERFACE, not TYPE_ATTRIBUTE_ABSTRACT.
14434
14435 2003-09-18  Martin Baulig  <martin@ximian.com>
14436
14437         * class.c (mono_class_init): Don't create `class->methods' if it's
14438         already initialized.
14439
14440         * metadata.c (mono_metadata_load_generic_params): Make this
14441         actually work.
14442
14443         * reflection.c (mono_reflection_define_generic_parameter): Set
14444         parent class and interfaces from the constraints.
14445
14446         * reflection.h (MonoReflectionGenericParam): Added `guint32 flags'
14447         to keep this struct in sync with the declaration in TypeBuilder.cs.
14448
14449 2003-09-17  Martin Baulig  <martin@ximian.com>
14450
14451         * metadata.h (MonoType): Replaced the data's `int type_param'
14452         field with `MonoGenericParam *generic_param'.
14453         (MonoGenericParam): Added `MonoClass *klass'.
14454
14455         * class.c (mono_class_from_gen_param): Removed the
14456         `MonoImage *image' and `int type_num' arguments.
14457
14458         * metadata.c (mono_metadata_parse_generic_param): New static
14459         method; creates a MonoGenericParam which just contains the index.
14460         (do_mono_metadata_parse_type): Call
14461         mono_metadata_parse_generic_param() for MONO_TYPE_VAR and
14462         MONO_TYPE_MVAR.
14463
14464         * reflection.c (mono_image_typedef_or_ref): Generic type
14465         parameters may be in the same assembly, but never use a typedef
14466         for them.
14467         (mono_reflection_define_generic_parameter): We're now creating a
14468         "real" class for the type parameter; it's now safe to call
14469         mono_class_from_mono_type() on the class'es type, it'll do the
14470         right thing.
14471
14472 2003-09-16  Martin Baulig  <martin@ximian.com>
14473
14474         * mono-debug-debugger.c (allocate_symbol_file_entry): Initialize
14475         `symfile->range_entry_size' and `symfile->class_entry_size' here;
14476         the `symfile' data structure must be fully initialized before it
14477         gets added to the table.
14478
14479 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
14480
14481         * icall.c (ves_icall_Type_IsArrayImpl): Added MONO_ARCH_SAVE_REGS.
14482
14483         * appdomain.h domain.c (MonoDomain): Added new hashtable to store the
14484         class init trampolines.
14485
14486 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
14487
14488         * profiler.c (mono_profiler_load): Added '-time' and '-alloc' options
14489         to the built-in profiler to turn off time and allocation profiling
14490         respectively.
14491
14492 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
14493
14494         * profiler.c (mono_profiler_coverage_alloc): Use NULL instead of
14495         g_direct_equal.
14496
14497         * debug-helpers.c (mono_method_full_name): Print the wrapper type
14498         in human readable form.
14499
14500 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
14501
14502         * reflection.c icall.c: Fixed warnings.
14503
14504         * image.c (load_class_names): Use a temporary hash table to hold the
14505         namespaces in order to avoid doing many string comparisons.
14506
14507         * image.h: Fix typo.
14508
14509         * image.c class.c rawbuffer.c reflection.c threads.c verify.c domain.c:
14510         Pass NULL instead of g_direct_equal to the GHashTable constructor 
14511         since the NULL case is short-circuited inside g_hash_table_lookup, 
14512         leading to better performance.  
14513
14514         * metadata.c (mono_metadata_custom_attrs_from_index): New function to
14515         obtain the first custom attribute for a given index. Depends on the
14516         CustomAttribute table being sorted by the parent field.
14517
14518         * reflection.c (mono_custom_attrs_from_index): Use the new function 
14519         for better performance.
14520
14521 2003-09-07  Martin Baulig  <martin@ximian.com>
14522
14523         * class.c (mono_class_init): If we're a generic instance, inflate
14524         all our methods instead of loading them from the image.
14525         (mono_class_from_generic): Set `class->methods = gklass->methods'.
14526
14527 2003-09-07  Martin Baulig  <martin@ximian.com>
14528
14529         * mono-debug-debugger.c: Added support for constructors.
14530
14531 2003-09-06  Martin Baulig  <martin@ximian.com>
14532
14533         * icall.c (ves_icall_TypeBuilder_get_IsUnboundGenericParameter):
14534         New interncall.
14535
14536         * reflection.c (mono_reflection_setup_generic_class): Call
14537         ensure_runtime_vtable() to create the vtable.
14538
14539 2003-09-05  Martin Baulig  <martin@ximian.com>
14540
14541         * class.c (mono_class_array_element_size): Added MONO_TYPE_VAR and
14542         MONO_TYPE_MVAR.
14543
14544 2003-09-04  Martin Baulig  <martin@ximian.com>
14545
14546         * reflection.c (mono_reflection_define_generic_parameter): Generic
14547         parameters start with zero.
14548
14549 2003-09-04  Martin Baulig  <martin@ximian.com>
14550
14551         * metadata.c (mono_type_size): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
14552
14553         * reflection.h (MonoReflectionGenericParam): New typedef.
14554         (MonoReflectionTypeBuilder): Added `generic_params' fields to get
14555         the generic parameters from the managed TypeBuilder.
14556
14557         * reflection.c (mono_reflection_define_generic_parameter): New function.
14558         (mono_reflection_create_runtime_class): Encode generic parameters.
14559         (mono_reflection_setup_generic_class): New function; this is
14560         called after adding adding all generic params to the TypeBuilder.
14561         (encode_type): Added MONO_TYPE_VAR.
14562
14563 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
14564
14565         * class.h class.c (mono_class_needs_cctor_run): Moved this method
14566         here from the JIT.
14567
14568         * assembly.h assembly.c: Moved the AOT loading code into an assembly
14569         load hook.
14570
14571 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
14572
14573         * reflection.h reflection.c class.h class.c: Delete duplicate 
14574         definition of mono_type_get_name () from reflection.c and export the
14575         one in class.c.
14576
14577         * class.c: Class loading fixes from Bernie Solomon 
14578         (bernard@ugsolutions.com).
14579
14580         * reflection.c: Endianness fixes from Bernie Solomon 
14581         (bernard@ugsolutions.com).
14582         
14583 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
14584
14585         * assembly.h assembly.c: Define a file format version for AOT
14586         libraries.
14587         
14588         * assembly.c (mono_assembly_open): Fix leaking of MonoImage-s.
14589
14590         * appdomain.h (MonoJitInfo): New field to determine whenever the
14591         code is domain neutral.
14592         
14593 2003-08-31  Miguel de Icaza  <miguel@ximian.com>
14594
14595         * marshal.c (emit_struct_conv): Add MONO_TYPE_CHAR
14596
14597 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
14598
14599         * icall.c (ves_icall_System_Web_Util_ICalls_get_machine_install_dir): 
14600         (ves_icall_System_Configuration_DefaultConfig_get_machine_config_path):
14601         Avoid caching the result since strings must be domain specific. Fixes
14602         #48050.
14603
14604 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
14605
14606         * marshal.c (mono_marshal_init): Make this callable multiple times
14607         since it is hard to find a correct place to call it.
14608
14609         * object.c (mono_runtime_class_init): Execute static constructors in
14610         the correct appdomain.
14611
14612         * image.c (build_guid_table): Handle the case when multiple images have
14613         the same GUID.
14614
14615 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14616
14617         * icall.c: added a couple of icalls for System.Web.
14618
14619 2003-08-28  Martin Baulig  <martin@ximian.com>
14620
14621         * icall.c (ves_icall_Type_BindGenericParameters): Use
14622         `klass->generic_inst' instead of `&klass->byval_arg' in the
14623         mono_type_get_object() call.  The returned type must be
14624         MONO_TYPE_GENERICINST and not MONO_TYPE_CLASS.
14625
14626 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
14627
14628         * NOTES: New file.
14629
14630         * object.c (mono_class_proxy_vtable): Make it thread safe.
14631
14632         * pedump.c: Fix warning.
14633
14634         * object.c appdomain.h: Get rid of metadata_section. 
14635         It is no longer needed and it was causing deadlocks with domain->lock.
14636
14637         * appdomain.c (add_assemblies_to_domain): Make it thread safe.
14638
14639 2003-08-26  Martin Baulig  <martin@ximian.com>
14640
14641         * pedump.c (main): Don't call mono_image_close() if `verify_pe'.
14642
14643 2003-08-26  Martin Baulig  <martin@ximian.com>
14644
14645         * pedump.c (main): Call mono_metadata_init(),
14646         mono_raw_buffer_init(), mono_images_init(), mono_assemblies_init()
14647         and mono_loader_init().
14648
14649 2003-08-26  Zoltan Varga  <vargaz@freemail.hu>
14650
14651         * loader.h: Add missing include to fix build.
14652
14653         * image.h: mono_image_load_references is no more.
14654
14655         * assembly.c: Reworked assembly loading to make it really thread safe.
14656         After these changes, the assembly returned by mono_assembly_open is
14657         fully initialized, i.e. all its references assemblies are loaded.
14658
14659         * assembly.c (mono_image_load_references): Renamed to 
14660         mono_assembly_load_references, and made private, since clients no
14661         longer need to call it.
14662
14663         * class.c: Removed calls to mono_assembly_load_references, since it was
14664         a source of deadlocks.
14665
14666         * loader.h loader.c class.h class.c: Protect data structures using a 
14667         new lock, the loader lock.
14668
14669         * class.c (mono_class_setup_vtable): Create temporary hash tables and
14670         GPtrArrays only when needed.
14671
14672         * class.c (mono_class_layout_fields): Ignore the dummy field inserted 
14673         into empty structures by mcs. Fixes pinvoke7.cs.
14674         
14675         * domain.c (mono_init): Call a new initialization function.
14676
14677         * appdomain.c (mono_runtime_init): Call the new initializer function
14678         of the marshal module.
14679
14680         * marshal.c (mono_marshal_load_type_info): Ignore the dummy field
14681         inserted into empty structures by mcs. Fixes pinvoke7.cs.
14682
14683         * marshal.h marshal.c: Added locks around the wrapper caches to make
14684         this module thread safe.
14685
14686         * icall.c (ves_icall_InternalInvoke): Method wrappers doesn't require a
14687         this argument. Fixes pinvoke1.exe.
14688
14689 2003-08-25  Lluis Sanchez <lluis@ximian.com>
14690
14691         * object.h: Added call_type field to MonoMethodMessage and the corresponding
14692         enumeration of values. Removed fields to store remote call output values in
14693         MonoAsyncResult. Not needed any more.
14694         * object.c: Initialize call_type and async_result fields in mono_message_init.
14695         * marshal.c: mono_delegate_begin_invoke(): for proxies, set call_type before
14696         dispatching the message.
14697         mono_delegate_end_invoke (): delegate to the proxy the work of waiting for the
14698         async call to finish. To do it use a message with EndInvoke call type.
14699
14700 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
14701
14702         * loader.h loader.c (mono_method_hash_marhal_info): New function which
14703         determines whenever a method has marshalling info.
14704
14705 2003-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14706
14707         * assembly.c: fix the build on windows.
14708
14709 2003-08-22 Lluis Sanchez <lluis@ximian.com>
14710
14711         * object.cs: Fixed bug #47785.
14712
14713 2003-08-22 Jackson Harper <jackson@latitudegeo.com>
14714
14715         * string-icalls.c (StringReplace): If their are no occurances of
14716         the old string found return a reference to the supplied
14717         string. This saves some memory and matches MS behavoir.
14718         
14719 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14720
14721         * socket-io.c: fixed compilation for systems that define AF_INET6
14722         and don't define SOL_IP/SOL_IPV6.
14723
14724 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
14725
14726         * object.c (mono_object_isinst): Fix casts to TransparentProxy in
14727         the interpreter. Patch by Bernie Solomon (bernard@ugsolutions.com).
14728
14729         * rawbuffer.c rawbuffer.h: Make this module thread safe.
14730
14731         * domain.c: Make this module thread safe.
14732
14733         * domain.c (mono_init): Call new initialization function.
14734
14735         * icall.c (ves_icall_System_Array_SetValueImpl): Check types for
14736         reference types too. Fixes #38812.
14737
14738         * image.c (mono_image_init): Fixed warnings.
14739
14740         * class.c (mono_class_from_typeref): Handle assembly load failure
14741         correctly.
14742
14743         * appdomain.c (add_assemblies_to_domain): Handle the case when
14744         the references of an assembly are not yet loaded.
14745
14746         * metadata.c image.c assembly.c: Moved initialization of global
14747         variables to a separate function called at startup since lazy 
14748         initialization of these variables is not thread safe.
14749         
14750         * image.c assembly.c: Made this module thread safe by adding locks in 
14751         the appropriate places.
14752
14753         * domain.c (mono_init): Call the new initialization functions of the
14754         three modules.
14755
14756 2003-08-20  Lluis Sanchez Gual  <lluis@ximian.com>
14757
14758         * marshal.c: mono_delegate_begin_invoke(): If the target is a proxy,
14759           make a direct call. It is proxy's work to make the call asynchronous.
14760           mono_delegate_end_invoke(): If the targe is a proxy, just collect
14761           the return values.
14762         * object.cs: mono_method_call_message_new(): read AsyncResult and
14763           state object from parameters list, if this info is requested.
14764         * object.h: Added fields to store remote call output values in
14765           MonoAsyncResult. Added AsyncResult field in MonoMethodMessage.
14766
14767 Wed Aug 20 12:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
14768
14769         * object.h: add needed fields to MonoThread.
14770         * threads.c, threads.h: allow registering a function to cleanup data
14771         allocated per thread by the JIT.
14772
14773 Tue Aug 19 18:22:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
14774
14775         * loader.h: portability fix by Bernie Solomon
14776         * <bernard@ugsolutions.com>.
14777
14778 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
14779
14780         * reflection.h reflection.c (mono_param_get_objects): Changed this to 
14781         return a MonoArray. This simplifies the code and also ensures that
14782         the cache allways contains an object reference as a value.
14783
14784         * icall.c (ves_icall_get_parameter_info): Simplified using the new
14785         function.
14786
14787 2003-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14788
14789         * socket-io.c: patch by Bernie Solomon <bernard@ugsolutions.com> that
14790         fixes a problem with byte ordering when getting the address family for
14791         a socket.
14792
14793 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
14794
14795         * .cvsignore: Added monosn.
14796
14797         * reflection.h reflection.c loader.c: Added support for parameter
14798         marshalling to dynamically created types. Fixes #47295.
14799
14800 Fri Aug 15 11:42:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
14801
14802         * rand.c: remove useless warnings.
14803
14804 Wed Aug 13 15:49:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
14805
14806         * class.c: implemented ldtoken for methods and fieldrefs.
14807
14808 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14809
14810         * threadpool.c: when mono_async_invoke was called, no one took care of
14811         monitoring the queue. So if the method invoked took some time and we
14812         got new async invoke requests after 500 ms (the thread created waited
14813         that long in WaitForSingleObject), the new async invoke was not called
14814         until the previous one finished.
14815
14816         This is fixed now. Thanks to Totte for helping with it.
14817
14818 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14819
14820         * threadpool.c: set threadpool_thread to TRUE. Patch by totte.
14821
14822 2003-08-11  Martin Baulig  <martin@ximian.com>
14823
14824         * mono-debug-debugger.c (mono_debugger_lookup_type): New function.
14825
14826 2003-08-06  Martin Baulig  <martin@ximian.com>
14827
14828         * mono-debug-debugger.c: Added support for static fields,
14829         properties and methods.
14830
14831 2003-08-06  Martin Baulig  <martin@ximian.com>
14832
14833         * mono-debug-debugger.c: Don't store the MonoString's vtable to
14834         make this work for applications with multiple application domains.
14835
14836 2003-08-04  Martin Baulig  <martin@ximian.com>
14837
14838         * mono-debug-debugger.c: Completely reworked the type support; the
14839         most important thing is that we're now just using one single
14840         `MonoType' instance per type.
14841
14842 Sat Aug  2 13:05:27 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
14843
14844         * mono-endian.h, mono-endian.c, icall.c: Added icall
14845         ves_icall_System_Double_AssertEndianity to assert double word endianity
14846         on ARM (FPA). The icall uses a macro defined in mono-endian.h.
14847
14848 Fri Aug 1 16:51:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
14849
14850         * class.c, class.h, reflection.c, metadata.c, icall.c: more generics
14851         support, icalls and fixes.
14852
14853 2003-07-31  Miguel de Icaza  <miguel@ximian.com>
14854
14855         * unicode.c (ves_icall_System_Char_IsPunctuation): The set of
14856         classes that are a punctuation character in .NET is not the same a
14857         g_unichar_ispunct.
14858
14859 Tue Jul 29 18:07:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
14860
14861         * socket-io.c: ipv6 portability fixes from Felix Ortga (guile@lared.es).
14862
14863 2003-07-29  Miguel de Icaza  <miguel@ximian.com>
14864
14865         * icall.c: Add new MemCopy internalcall.
14866         (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal):
14867         Simplified code; It is not necessary to handle all the cases here,
14868         as the C# code takes care of it.  Only handle the case of the name
14869         resource embedded into the assembly.
14870
14871         Changed signature to return the data pointer and the size of the
14872         data. 
14873
14874 2003-07-26  Miguel de Icaza  <miguel@ximian.com>
14875
14876         * reflection.c (mono_image_get_method_info): Allow for 0x40 to be
14877         encoded.        (Partition II.22.1.7: PInvokeAttribute:SupportsLastErr).
14878
14879 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
14880
14881         * socket-io.c: ignore EINTR error in select.
14882
14883 Tue Jul 29 15:25:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
14884
14885         * class.h, class.c: removed unused subclasses field in MonoClass.
14886
14887 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
14888
14889         * icall.c: improve fix of get_base_definition(). If the parent class
14890           doesn't have the mehod, look at the parent of the parent.
14891         * object.c: mono_message_init(): use the attribute PARAM_ATTRIBUTE_OUT
14892           to check if a parameter is an in or out parameter
14893           (PARAM_ATTRIBUTE_IN is not set by default).
14894           mono_method_return_message_restore(): Use mono_class_value_size to
14895           get the size of a value type. mono_type_stack_size (parameterType)
14896           does not return the correct value if parameterType is byRef.
14897           mono_load_remote_field(), mono_load_remote_field_new(),
14898           mono_store_remote_field(), mono_store_remote_field_new():
14899           raise exception if the remote call returns an exception.
14900
14901 2003-07-28  Martin Baulig  <martin@ximian.com>
14902
14903         * mono-debug-debugger.c (mono_debugger_runtime_invoke): New
14904         method.  This is a wrapper around mono_runtime_invoke() which
14905         boxes the instance object if neccessary.
14906
14907 Fri Jul 25 19:14:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
14908
14909         * class.c, class.h, image.c, image.h, loader.c, metadata.c,
14910         metadata.h, row-indexes.h, verify.c: first cut of generics support.
14911
14912 Thu Jul 24 11:34:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
14913
14914         * icall.c: disable mcs bug workaround.
14915
14916 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
14917
14918         * object.c (mono_runtime_class_init): Take the metadata_section
14919         mutex before obtaining the domain mutex.
14920
14921         * appdomain.h: Added definition of metadata_section mutex here. 
14922
14923         * object.c: define metadata_mutex here.
14924
14925 2003-07-24  Ravi Pratap  <ravi@ximian.com>
14926
14927         * icall.c: Remove the FIXED_MCS_45127 workarounds - this has been
14928         fixed.
14929
14930 2003-07-24  Lluis Sanchez Gual  <lluis@ximian.com>
14931
14932         * reflection.c: Fix bug #46669
14933
14934 2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
14935
14936         * exception.c:
14937         * exception.h:
14938         * icall.c:
14939         * object.h: fill in the type name for TypeLoadException.
14940
14941 2003-07-23  Ravi Pratap  <ravi@ximian.com>
14942
14943         * class.c: Fixes from Paolo in response to bug #45415 (Subclass
14944         relationship between TypeBuilders while compiling corlib) and bug
14945         45993 (Array types returned from the runtime while compiling
14946         corlib were from the loaded corlib).
14947
14948 2003-07-22  Martin Baulig  <martin@ximian.com>
14949
14950         * mono-debug-debugger.c: Reworked the type support a bit more;
14951         distinguish between types and classes.
14952
14953 Tue Jul 22 15:48:50 CEST 2003 Paolo Molaro <lupus@ximian.com>
14954
14955         * icall.c: add IsArrayImpl icall.
14956
14957 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
14958
14959         * class.c (mono_class_layout_fields): Fix gc aware auto layout by
14960         initializing real_size only once. Also fix bug #46602.
14961
14962 2003-07-21  Jerome Laban <jlaban@wanadoo.fr>
14963
14964         * object.c: Renamed mono_metadata_section to metadata_section.
14965
14966 2003-07-21  Lluis Sanchez Gual  <lluis@ximian.com>
14967
14968         * icall.c: in MS.NET ves_icall_Type_GetInterfaces returns an
14969           empty array if the type is an array. Fixed.
14970           ves_icall_MonoMethod_get_base_definition: if the base method
14971           is abstract, get the MethodInfo from the list of methods of
14972           the class.
14973         * reflection.c: ParameterInfo.PositionImpl should be zero-based
14974           and it was 1-based. Fixed in mono_param_get_objects.
14975
14976 2003-07-20  Martin Baulig  <martin@ximian.com>
14977
14978         * mono-debug.h: Set version number to 31.
14979         (mono_debug_init): Added `MonoDomain *' argument.
14980
14981         * mono-debug-debugger.c: Reworked the type support; explicitly
14982         tell the debugger about builtin types; pass the `klass' address to
14983         the debugger.
14984
14985 2003-07-20 Jackson Harper <jackson@latitudegeo.com>
14986
14987         * image.c: Allow new metadata tables to be loaded without a
14988         warning. Also update the warning message to give the new constant value.
14989                 
14990 Fri Jul 18 13:12:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
14991
14992         * class.c, class.h, debug-helpers.c, icall.c, image.c, marshal.c,
14993         metadata.c, metadata.h, mono-debug-debugger.c, object.c, reflection.c: 
14994         array type representation changes.
14995
14996 Fri Jul 18 11:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
14997
14998         * icall.c, appdomain.h, appdomain.c: support full runtime shutdown
14999         on Environment.Exit () call.
15000
15001 Thu Jul 17 17:21:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
15002
15003         * icall.c, reflection.h, reflection.c, verify.c: cleanups,
15004         requires a matching corlib.
15005
15006 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
15007
15008         * Changelog: My editor decided to add a CR to each line. Sorry about that.
15009           Committed again without the CRs.
15010         
15011 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
15012
15013         * socket-io.c: Get system_assembly using mono_image_loaded(), instead
15014           getting it from the "this" socket instance. Did not work
15015           if the socket is a subclass of Socket.
15016           Also fixed bug #35371.
15017
15018 Thu Jul 17 13:39:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
15019
15020         * metadata.c: fixed size for TypedByRef.
15021         * loader.c: when searching for a method, consider the vararg amrker.
15022         * unicode.c, decimal.c: constify some arrays.
15023
15024 2003-07-15  Dick Porter  <dick@ximian.com>
15025
15026         * socket-io.c: Fixed compilation for gcc < 3.2.
15027
15028         Fixed compilation for machines that don't have AF_INET6 (thanks to
15029         Bernie Solomon <bernard@ugsolutions.com> for that part.)
15030
15031         Fixed compile warnings.
15032         
15033         Fixed formatting and line endings.
15034
15035 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
15036
15037         * socket-io.h:
15038         * socket-io.c: Added IPv6 support.
15039
15040 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
15041
15042         * class.c (mono_class_is_assignable_from): New function to implement
15043         the is_assignable_from logic. Used by mono_object_isinst, 
15044         Type::IsAssignableFrom () and the interpreter.
15045
15046         * class.c (mono_class_is_subclass_of): Make all classes a subclass of
15047         Object, even interfaces.
15048         
15049         * object.c (mono_object_isinst): Implement in terms of 
15050         is_assignable_from.
15051
15052         * icall.c (ves_icall_type_is_assignable_from): New icall.
15053
15054 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
15055
15056         * domain.c (foreach_domain): fix compiler warning.
15057
15058 2003-07-11  Dietmar Maurer  <dietmar@ximian.com>
15059
15060         * image.c (load_metadata_ptrs): use g_strndup because strndup is
15061         not available on all plattforms
15062
15063 2003-07-10  Zoltan Varga  <vargaz@freemail.hu>
15064
15065         * image.h image.c: Store the metadata version string in MonoImage.
15066         * icall.c: New icall to retrieve the image version.
15067         * reflection.c (create_dynamic_image): Fill in the image version field
15068         * reflection.c (build_compressed_metadata): Use the image version
15069         from the image structure.
15070
15071 2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15072
15073         * appdomain.c: modified comment.
15074         * gc.c: finalizer_thread can call finalizers even when finished == TRUE.
15075         That will be its last iteration when mono_gc_cleanup is called from
15076         mono_runtime_cleanup and before the domain is unloaded.
15077
15078         Fixes bug #45962.
15079
15080 2003-07-04  Dietmar Maurer  <dietmar@ximian.com>
15081
15082         * marshal.c (mono_marshal_get_native_wrapper): fixes for [out]
15083         attributes.
15084
15085 Thu Jul 3 17:22:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
15086
15087         * object.c, file-io.c, metadata.c, mono-endian.h, reflection.c,
15088         rawbuffer.c: more 64 bit and picky (or old) compiler fixes from
15089         Bernie Solomon <bernard@ugsolutions.com>.
15090
15091 Thu Jul 3 17:17:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
15092
15093         * object.c, object.h: provide mono_object_new_fast() for faster
15094         allocation in some special cases.
15095
15096 Wed Jul 2 13:21:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
15097
15098         * object.h, reflection.h, verify.c: fixes for some 64bit issues,
15099         mostly from a patch by Laramie Leavitt <lar@leavitt.us>.
15100
15101 Tue Jul 1 21:24:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
15102
15103         * threadpool.c: fix leaks.
15104
15105 2003-07-01  Dick Porter  <dick@ximian.com>
15106
15107         * threadpool.c (mono_async_invoke): Use mono_g_hash_table_remove when
15108         using MonoGHashTables.  Fixes threadpool bug posted to list.
15109
15110 Tue Jul 1 11:45:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
15111
15112         * image.h, image.c: added support to load an assembly from a byte array.
15113         * Makefile.am, assembly.c, make-bundle.pl, sample-bundle: added 
15114         assembly bundle support.
15115
15116 2003-06-27  Dietmar Maurer  <dietmar@ximian.com>
15117
15118         * threadpool.c (mono_thread_pool_add): keep a reference to the
15119         AsyncResult to prevent GC
15120
15121 Thu Jun 26 12:13:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
15122
15123         * class.c: leak fix.
15124
15125 2003-06-25  Dick Porter  <dick@ximian.com>
15126
15127         * threadpool.c (mono_thread_pool_add): Don't set up a finaliser
15128         for the async object, the WaitHandle object will close the handle.
15129         Fixes bug 45321.
15130
15131 Wed Jun 25 18:12:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
15132
15133         * class.c: in mono_array_class_get (), lookup from the hash with the
15134         same type we insert: this works around a bug in
15135         mono_metadata_type_hash() with SZARRAY and fixes a leak reported by
15136         lluis. The real fix will have to wait for after the release.
15137
15138 Wed Jun 25 13:14:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
15139
15140         * icall.c: fix memory leak when getting type members.
15141
15142 Mon Jun 23 16:12:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
15143
15144         * reflection.c: added more pubtoken special cases.
15145
15146 Mon Jun 23 15:29:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
15147
15148         * class.c: handle field offset correctly when class size
15149         is set (bug# 45182, partially from a patch by jlaban@wanadoo.Fr (Jerome Laban)).
15150
15151 2003-06-20  Martin Baulig  <martin@ximian.com>
15152
15153         * mono-debug-debugger.h (MonoDebuggerSymbolFile): Added `MonoImage
15154         *image' field.
15155
15156 2003-06-20  Martin Baulig  <martin@ximian.com>
15157
15158         * image.h, mono-debug-debugger.h: Fixed compiler warnings.
15159
15160 2003-06-20  Martin Baulig  <martin@ximian.com>
15161
15162         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_STACK): Removed.  We
15163         just distinguish between variables in registers and variables at
15164         an offset relative to a register.
15165
15166 2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15167
15168         * icall.c: #ifdef out latest changes until mcs is fixed.
15169
15170 Thu Jun 19 11:03:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
15171
15172         * icall.c: return members in metadata order.
15173
15174 Wed Jun 18 15:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
15175
15176         * icall.c: avoid infinite loop in GetTimeZoneData.
15177
15178 Wed Jun 18 12:47:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
15179
15180         * icall.c: added Marshal.Prelink/All icalls.
15181
15182 Wed Jun 18 12:17:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
15183
15184         * object.c, object.h: fix warnings and do some overflow checking
15185         when creating arrays.
15186
15187 2003-06-17  Dick Porter  <dick@ximian.com>
15188
15189         * file-io.h:
15190         * file-io.c: File attributes need to be tweaked slightly when
15191         passed from the managed to the w32 world.
15192
15193 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
15194         * profiler.h profiler-private.h profiler.c: Rework last patch
15195         based on suggestion by Paolo.
15196         
15197 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
15198
15199         * profiler.h profiler-private.h profiler.c: Added infrastructure for 
15200         instruction level coverage data collection.
15201         * profiler.h profiler.c (: Added new callback function which can be
15202         used by the profiler to limit which functions should have coverage
15203         instrumentation.
15204         * profiler.c (mono_profiler_load): Call g_module_build_path to
15205         generate the file name of the profiler library.
15206
15207 Mon Jun 16 18:11:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
15208
15209         * profiler.c, profiler.h, profiler-private.h: added basic block 
15210         coverage profiling API.
15211
15212 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
15213
15214         * reflection.c (mono_reflection_create_runtime_class): Add support
15215         for events in dynamically generated code.
15216
15217         * gc.c: Start GCHandle indexes from 1, since 0 means the handle is
15218         not allocated.
15219
15220 Sat Jun 14 19:01:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
15221
15222         * icall.c: when getting timezone info, return reasonable values if we
15223         can't get the actual data.
15224
15225 2003-06-14  Dick Porter  <dick@ximian.com>
15226
15227         * threads.c (start_wrapper): Remove the reference to the thread
15228         object in the TLS data, so the thread object can be finalized.
15229         This won't be reached if the thread threw an uncaught exception,
15230         so those thread handles will stay referenced :-( (This is due to
15231         missing support for scanning thread-specific data in the Boehm GC
15232         - the io-layer keeps a GC-visible hash of pointers to TLS data.)
15233
15234 Sat Jun 14 13:16:17 CEST 2003 Paolo Molaro <lupus@ximian.com>
15235
15236         * reflection.c: ensure streams and tables are first allocated with
15237         ALLOC_ATOMIC (GC_realloc uses plain GC_malloc otherwise).
15238
15239 Sat Jun 14 13:13:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
15240
15241         * icall.c: fixed GetElementType for byrefs (bug# 44792).
15242
15243 2003-06-13  Zoltan Varga  <vargaz@freemail.hu>
15244
15245         * reflection.c (mono_reflection_create_runtime_class): Add support for
15246         properties to dynamically created classes.
15247         * reflection.c: Fix a few places where non-MonoObjects were inserted
15248         into the tokens hashtable.
15249
15250 Fri Jun 13 19:10:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
15251
15252         * object.c: some support to handle out of memory exceptions.
15253
15254 2003-06-12  Dietmar Maurer  <dietmar@ximian.com>
15255
15256         * marshal.c (mono_marshal_get_native_wrapper): support reference
15257         return types
15258
15259 Wed Jun 11 18:32:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
15260
15261         * object.h, object.c: more portability stuff from Bernie Solomon.
15262         Unexport mono_object_allocate(). Added mono_object_unbox ().
15263         Set exitcode when an unhandled exception is thrown.
15264
15265 2003-06-11  Dietmar Maurer  <dietmar@ximian.com>
15266
15267         * marshal.c (mono_marshal_get_native_wrapper): use custom
15268         marshaler for return types.
15269
15270 2003-06-10  Dick Porter  <dick@ximian.com>
15271
15272         * socket-io.c: Don't assume that one of struct ip_mreqn or struct
15273         ip_mreq is available
15274
15275 Tue Jun 10 17:35:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
15276
15277         * debug-mono-symfile.c, marshal.c, metadata.c, monitor.c,
15278         mono-debug-debugger.c, mono-debug.c, process.c: portability fixes
15279         by Bernie Solomon <bernard@ugsolutions.com>.
15280
15281 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
15282
15283         * gc.c (mono_gc_init): Avoid error message on shutdown when
15284         GC_DONT_GC=1 is used.
15285
15286         * icall.c (ves_icall_System_Reflection_Module_GetGuidInternal): 
15287         New icall to return the GUID of a module.
15288
15289 Mon Jun 9 19:33:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
15290
15291         * class.c: ensure instance size always includes the parent's size
15292         even whem class size is set explicitly (fixes bug#44294).
15293
15294 Thu Jun 5 19:51:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
15295
15296         * profiler.h, profiler.c: made the simple profiler thread-safe,
15297         get more accurate timing info. Allow the loading of an
15298         externally-developed profiler module.
15299
15300 2003-06-05  Dietmar Maurer  <dietmar@ximian.com>
15301
15302         * marshal.c (mono_marshal_get_native_wrapper): improved
15303         class/byref arguments.
15304         (mono_marshal_get_native_wrapper): better string marshaling support.
15305
15306 Wed Jun 4 18:01:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
15307
15308         * class.c: ensure .pack and .size are handled correctly and
15309         simplified layout of static fields.
15310
15311 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
15312
15313         * appdomain.c
15314         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): fix for bug 42934
15315
15316         * loader.c (mono_lookup_pinvoke_call): look for modules in the
15317         current directory (fix bug 44008)
15318
15319 2003-06-03  Dietmar Maurer  <dietmar@ximian.com>
15320
15321         * marshal.c (mono_marshal_get_native_wrapper): started support for
15322         custom marshalers.
15323         (mono_delegate_to_ftnptr): consider marshalling specifications
15324
15325 Tue Jun 3 11:17:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
15326
15327         * reflection.c, reflection.h: emit custom marshal info.
15328
15329 2003-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15330
15331         * object.c: free the GError.
15332         * icall.c: added CloseEvent_internal.
15333         * threads.[ch]:
15334         (ves_icall_System_Threading_Events_CloseEvent_internal): new internal
15335         call.
15336
15337 2003-06-01  Zoltan Varga  <vargaz@freemail.hu>
15338
15339         * loader.c (mono_method_get_signature): Add support for dynamic
15340         assemblies.
15341
15342 Sat May 31 15:22:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
15343
15344         * reflection.c: fixed bug #43905.
15345
15346 Fri May 30 12:56:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
15347
15348         * class.c, domain.c, icall.c, metadata.h, object.h: support for
15349         handling TypedReference and ArgIterator.
15350         * loader.c, loader.h: added function to get signature at call site.
15351
15352 Thu May 29 11:34:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
15353
15354         * metadata.c, metadata.h, private.h, tokentype.h, loader.c: make more 
15355         data readonly. Buglets and warning fixes. Some MethodSpec support.
15356
15357 Tue May 27 16:34:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
15358
15359         * class.h, class.c, object.c: remove relative numbering support.
15360
15361 2003-05-26  Miguel de Icaza  <miguel@ximian.com>
15362
15363         * marshal.c (mono_marshal_get_native_wrapper): For now, do not
15364         free the string, until we get a chance to fix Gtk#
15365
15366 2003-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15367
15368         * marshal.c: revert last patch.
15369
15370 Mon May 26 20:21:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
15371
15372         * icall.c: updates for new mono_class_vtable() not calling
15373         the type constructor anymore.
15374
15375 Mon May 26 12:10:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
15376
15377         * object.h, object.c: separate vtable creation from type
15378         initialization. Make running the .cctor thread safe.
15379
15380 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
15381
15382         * marshal.c (mono_marshal_get_native_wrapper): free string return values.
15383
15384 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
15385
15386         * loader.c (mono_get_method): consider calling convention
15387
15388 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
15389
15390         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): New icall
15391         to return the invisible global type for a module.
15392
15393         * reflection.c (mono_image_build_metadata): Emit global fields too.
15394
15395 2003-05-20  Peter Williams  <peterw@ximian.com>
15396
15397         * loader.c (mono_lookup_internal_call): Add a few newlines.
15398
15399 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
15400
15401         * reflection.c (mono_reflection_lookup_dynamic_token): Intern dynamic
15402         literal strings.
15403
15404         * appdomain.c (set_domain_search_path): Recalculate search path when
15405         AppDomainSetup.PrivateBinPath changes.
15406
15407         * object.c (mono_class_compute_gc_descriptor): It turns out some
15408         parts of the class libs (like System.Thread) holds pointers to
15409         GC_MALLOC()-d memory in IntPtrs, which is wrong. The workaround is
15410         to treat native int a pointer type here.
15411         
15412 Tue May 20 17:18:16 CEST 2003 Paolo Molaro <lupus@ximian.com>
15413
15414         * appdomain.h, domain.c: add hashtable for jump target resolution.
15415
15416 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
15417
15418         * reflection.h reflection.c icall.c: Added new icalls 
15419         GetManifestResourceInfoInternal, GetModulesInternal and support
15420         infrastructure.
15421
15422 2003-05-16  Dick Porter  <dick@ximian.com>
15423
15424         * icall.c:
15425         * file-io.h:
15426         * file-io.c: Implement System.IO.MonoIO::GetTempPath
15427
15428 2003-05-14  Lluis Sanchez Gual  <lluis@ideary.com>
15429
15430         * object.c: mono_store_remote_field: little fix to previous patch.
15431
15432 Wed May 14 18:10:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
15433
15434         * class.c: add constructors to array classes.
15435         * icall.c: special case array construction for InternalInvoke (),
15436
15437 2003-05-14  Zoltan Varga  <vargaz@freemail.hu>
15438
15439         * class.h class.c reflection.c object.c: Added support for field
15440         defaults in dynamically generated classes.
15441
15442 Wed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
15443
15444         * reflection.c: properly encode charset for ddlimport.
15445
15446 Wed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
15447
15448         * threads.c: allow compiling without GC.
15449
15450 Tue May 13 16:41:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
15451
15452         * appdomain.h, object.c, object.h, threads.c, threads.h: added
15453         handling of thread static data.
15454
15455 Tue May 13 16:36:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
15456
15457         * reflection.h, reflection.c: added mono_custom_attrs_free ().
15458
15459 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
15460
15461         * class.c (mono_array_class_get): always set the serializable flags
15462         (mono_array_class_get): always set the SEALED attribute for array types
15463
15464 2003-05-12  Dietmar Maurer  <dietmar@ximian.com>
15465
15466         * loader.c (mono_lookup_pinvoke_call): consider Ansi/Unicode
15467         attributes (fix for bug 42021).
15468
15469 2003-05-12  Dick Porter  <dick@ximian.com>
15470
15471         * gc.c: Don't run finalizers when the finalizer thread is
15472         finishing up, because the default domain has already been
15473         destroyed.
15474
15475 2003-05-11  Miguel de Icaza  <miguel@ximian.com>
15476
15477         * string-icalls.c (ves_icall_System_String_ctor_chara_int_int): if
15478         value is null, we should throw an exception.   This is slightly
15479         different than the other conventions used for the constructor.
15480
15481 2003-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15482
15483         * socket-io.c: fixed windows build.
15484
15485 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15486
15487         * socket-io.c: patch by Jerome Laban that fixes bug #42393.
15488
15489 2003-05-10  Zoltan Varga  <vargaz@freemail.hu>
15490
15491         * object.c (mono_string_new_wrapper): Compatibility fix for MS
15492         compilers.
15493
15494 2003-05-09  Zoltan Varga  <vargaz@freemail.hu>
15495
15496         * class.c (mono_class_layout_fields): Add experimental GC aware
15497         auto layout facility. Requires class library changes to work correctly.
15498
15499         (mono_class_setup_vtable): Avoid overriding explicit interface
15500         method implementations. Fixes iface3.exe test.
15501
15502         * object.c (mono_class_compute_gc_descriptor): Type I can't hold an
15503         object reference.
15504         (mono_array_new_specific): Add MONO_ARCH_SAVE_REGS.
15505         (mono_string_new_wrapper): Add MONO_ARCH_SAVE_REGS.
15506
15507         * metadata.h: Add new type classification macro which determines
15508         whenever the type holds an object reference.
15509
15510 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
15511
15512         * marshal.c (mono_marshal_get_native_wrapper): cleanups
15513
15514 2003-05-07  Zoltan Varga  <vargaz@freemail.hu>
15515
15516         * gc.c (finalizer_thread): Work around a GC bug.
15517
15518 2003-05-07  Dietmar Maurer  <dietmar@ximian.com>
15519
15520         * marshal.c (emit_struct_conv): allow unions
15521
15522         * class.c (class_compute_field_layout): added patches from Jerome Laban <jlaban@wanadoo.fr>
15523
15524 2003-05-06  Dietmar Maurer  <dietmar@ximian.com>
15525
15526         * marshal.c (mono_marshal_get_native_wrapper): free strings after pinvoke
15527
15528 2003-05-06  Martin Baulig  <martin@ximian.com>
15529
15530         * mono-debug-debugger.h: #include <mono/io-layer/io-layer.h>.
15531
15532 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15533
15534         * socket-io.c:
15535         (Select_internal): allow NULLs, don't create arrays if not needed.
15536         Coupled with Socket.cs changes.
15537
15538         * threadpool.c:
15539         (mono_thread_pool_add): use GC_MALLOC to allocate the ASyncCall and
15540         register a finalizer for it that will close the semaphore handle. This
15541         fixes the leak and make Lupus' test run with > 4080 loops.
15542
15543 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
15544
15545         * marshal.c (mono_marshal_get_struct_to_ptr): added fixes from
15546         Jerome Laban (bug #42287)
15547
15548 2003-05-02  Martin Baulig  <martin@ximian.com>
15549
15550         * debug-mono-symfile.h
15551         (MonoSymbolFile): Moved declaration into mono-debug.h.
15552         (MonoDebugMethodJitInfo): Likewise.
15553         (mono_debug_open_mono_symbol_file): Take the MonoDebugHandle as
15554         argument.
15555         (_mono_debug_address_from_il_offset): Take a
15556         MonoDebugMethodJitInfo instead of a MonoDebugMethodInfo.
15557
15558         * mono-debug.h
15559         (MonoDebugDomainData): New struct.
15560         (mono_debug_get_domain_data): New function.
15561         (mono_debug_add_method): Take an additional `MonoDomain *'
15562         argument.
15563         (mono_debug_source_location_from_address): Likewise.
15564         (mono_debug_il_offset_from_address): Likewise.
15565         (mono_debug_address_from_il_offset): Likewise.
15566
15567 Thu May 1 19:40:37 CEST 2003 Paolo Molaro <lupus@ximian.com>
15568
15569         * reflection.c: one more check for null type in custom attrs.
15570
15571 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15572
15573         * reflection.c: avoid warning (comparison is always false due to limited
15574         range of data type).
15575
15576 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15577
15578         * icall.c: throw an exception in Type.GetField if the argument 'name'
15579         is NULL.
15580
15581 Wed Apr 30 10:53:09 CEST 2003 Paolo Molaro <lupus@ximian.com>
15582
15583         * reflection.c: fixed handling of enums in named arguments to custom
15584         attributes (bug #42123).
15585
15586 Tue Apr 29 19:15:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
15587
15588         * reflection.c: use the right array element type and handle
15589         a null for a Type argument, too.
15590
15591 Tue Apr 29 15:46:00 CEST 2003 Paolo Molaro <lupus@ximian.com>
15592
15593         * reflection.c: handle arrays as arguments to custom attributes.
15594
15595 Tue Apr 29 11:43:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
15596
15597         * reflection.c: handle a string value in a custom attr
15598         ctor that takes an object.
15599
15600 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
15601
15602         * marshal.c (mono_mb_emit_restore_result): support MONO_TYPE_PTR
15603         (fix bug #42063)
15604
15605 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
15606
15607         * icall.c (ves_icall_Type_GetNestedType): Fixed warnings.
15608
15609 2003-04-27  Martin Baulig  <martin@ximian.com>
15610
15611         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
15612         MONO_DEBUGGER_EVENT_BREAKPOINT_TRAMPOLINE to
15613         MONO_DEBUGGER_EVENT_BREAKPOINT.
15614         (mono_breakpoint_trampoline_code): Removed.
15615         (mono_debugger_event_handler): The last argument is now a
15616         `guint32'.
15617         (mono_debugger_insert_breakpoint_full): Removed the
15618         `use_trampoline' argument.
15619         (mono_debugger_method_has_breakpoint): Likewise.
15620         (mono_debugger_trampoline_breakpoint_callback): Renamed to
15621         mono_debugger_breakpoint_callback(); take the method and
15622         breakpoint number as arguments.
15623
15624 Sat Apr 26 19:25:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
15625
15626         * metadata.c: fix off by one when loading parameters attributes.
15627
15628 2003-04-24  Martin Baulig  <martin@ximian.com>
15629
15630         * mono-debug-debugger.c (mono_debugger_io_layer): Put this back.
15631
15632 2003-04-24  Martin Baulig  <martin@ximian.com>
15633
15634         * mono-debug-debugger.c: Moved all code which interacts with the
15635         Mono Debugger here.
15636
15637         * debug-mono-symfile.c: This code now just deals with the symbol
15638         file itself, the debugger code is now in mono-debug-debugger.c.
15639
15640 2003-04-23  Martin Baulig  <martin@ximian.com>
15641
15642         * mono-debug.c (mono_debug_source_location_from_il_offset):
15643         New method; like mono_debug_source_location_from_address(), but
15644         takes an IL offset instead of a machine address.
15645
15646 2003-04-23  Martin Baulig  <martin@ximian.com>
15647
15648         * debug-mono-symfile.h (MonoDebugLineNumberEntry): Removed the
15649         `line' field; this is now computed by the debugger.
15650
15651 2003-04-23  Martin Baulig  <martin@ximian.com>
15652
15653         * mono-debug.[ch]: New files.  This is the new debugging interface.
15654
15655         * mono-debug-debugger.[ch]: New files.  Moved all code which
15656         interacts with the Mono Debugger here.
15657
15658 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
15659
15660         * domain.c (mono_init): initialize mono_defaults.monitor_class
15661
15662 2003-04-21  Miguel de Icaza  <miguel@ximian.com>
15663
15664         * reflection.c (method_encode_code): Add a spicy exception to help
15665         future compiler authors.
15666
15667 2003-04-21  Martin Baulig  <martin@ximian.com>
15668
15669         * icall.c
15670         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
15671         Make this work with relative pathnames; g_filename_to_uri() needs
15672         an absolute filename.
15673
15674 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>
15675
15676         * icall.c: Track name changes in Object and ValueType.
15677
15678 2003-04-18  Dietmar Maurer  <dietmar@ximian.com>
15679
15680         * metadata.c (mono_type_stack_size): size should be a multiple of
15681         sizeof (gpointer)
15682
15683 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15684
15685         * gc.c:
15686         (internal_domain_finalize): moved into mono_domain_finalize. No need
15687         to create another thread because the finalizers will be run in the
15688         finalizer thread.
15689         
15690         (ves_icall_System_GC_WaitForPendingFinalizers): implemented.
15691         (finalizer_notify): if shutting down, wait 2 seconds for the finalizers
15692         to be run (MS does this too).
15693
15694 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
15695
15696         * object.c (mono_class_compute_gc_descriptor): Update comment.
15697
15698         * loader.h marshal.h marshal.c: Added synchronized method wrappers.
15699
15700         * image.h: Add synchronized wrapper cache.
15701
15702         * image.c (do_mono_image_open): Initialize cache.
15703
15704         * reflection.c (create_dynamic_mono_image): Initialize cache.
15705
15706 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15707
15708         * icall.c: patch by Jerome Laban <jlaban@wanadoo.fr> that fixes
15709         ves_icall_System_Buffer_ByteLengthInternal.
15710
15711 Tue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
15712
15713         * reflection.c: setup klass->nested_in earlier. Allow
15714         a dash in the assembly name.
15715
15716 2003-04-15  Dietmar Maurer  <dietmar@ximian.com>
15717
15718         * metadata.c (mono_type_to_unmanaged): dont access
15719         type->data.klass for MONO_TYPE_OBJECT
15720         (mono_type_to_unmanaged): consider System.Delegate class
15721
15722 Tue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus@ximian.com>
15723
15724         * class.c: just setup supertypes in the proper place instead of
15725         initializing the full element class for arrays.
15726
15727 Tue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
15728
15729         * class.c: ensure the element class of arrays is initialized.
15730         Setup the supertype info for array classes, too.
15731
15732 2003-04-14  Miguel de Icaza  <miguel@ximian.com>
15733
15734         * icall.c (ves_icall_Type_GetNestedType): Add new internal call.
15735
15736 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15737
15738         * Makefile.am: re-added -m option when running cygpath. This way,
15739         MONO_ASSEMBLIES and MONO_CFG_DIR will contain '/' as directory
15740         separator.
15741         * mono-config.c: same codepath for locating mono config file for WIN32
15742         and the rest.
15743         * assembly.c: if mono_assembly_setrootdir is called, don't override
15744         the value set.
15745
15746 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15747
15748         * Makefile.am: patch by Urs Muff <umuff@quark.com> that fixes
15749         MONO_ASSEMBLIES variable.
15750
15751 Fri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
15752
15753         * icall.c: added Assembly::GetNamespaces() icall.
15754
15755 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15756
15757         * reflection.c: fix from Jaak <jaak@zd.com.pl>.
15758
15759 2003-04-10  Lluis Sanchez Gual  <lluis@ideary.com>
15760
15761         * appdomain.c,appdomain.h,icall.c: Added internal method that returns the process guid
15762         * object.c: fixed bug in the construction of vtable for proxies
15763
15764 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
15765
15766         * object.c (mono_array_new): Mark mono_array_new as an icall.
15767
15768 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15769
15770         * class.c: fixed test for public method when overriding interfaces.
15771         Closes bug #40970.
15772
15773 Wed Apr 9 15:19:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
15774
15775         * appdomain.h, domain.c: added mono_domain_foreach() to
15776         be able to access the currently loaded appdomains.
15777         * object.c: make string interning work across sppdomains.
15778         Mark some functions for use as icalls.
15779
15780 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
15781
15782         * class.c reflection.c: Fix memory leaks reported by ccmalloc.
15783
15784         * reflection.h reflection.c: Allocate long living data using 
15785         GC_MALLOC_ATOMIC so the collector does not need to scan it.
15786
15787         * reflection.c: Double the allocation size in streams instead of
15788         increasing it, to prevent unneccesary copying on large assemblies.
15789         
15790         * reflection.c (mono_reflection_create_runtime_class): Avoid vtable
15791         creation if the assembly does not have the Run flag set.
15792
15793 Tue Apr 8 11:19:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
15794
15795         * class.h: avoid the C++ keywords in header files (Jerome Laban
15796         spotted and fixed this).
15797
15798 2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15799
15800         * object.c:
15801         (mono_unhandled_exception): fill in the arguments for the
15802         UnhandledException event. Only trigger that event for the default
15803         domain (as MS does).
15804
15805 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
15806
15807         * object.c: Improve typed allocation stuff based on suggestions from
15808         Paolo. Also turn it on if the GC library supports it.
15809
15810 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
15811
15812         * object.c object.h class.h: Added experimental typed allocation
15813         facility using the interfaces in gc_gcj.h.
15814
15815         * os/gc_wrapper.h: Added new include files.
15816         
15817 2003-04-03  Martin Baulig  <martin@ximian.com>
15818
15819         All the following changes are conditional to `WITH_INCLUDED_LIBGC'
15820         which is not yet enabled by default.
15821
15822         * gc.c (mono_gc_init): Set the gc_thread_vtable to our thread
15823         functions.
15824         (mono_gc_lock, mono_gc_unlock): New static functions.
15825
15826         * threads.c (mono_gc_stop_world, mono_gc_start_world): New public
15827         functions; stop/start the world for the garbage collector.  This
15828         is using the windows API; we need to complete the SuspendThread()/
15829         ResumeThread() implementation in the io-layer to make this work on Unix.
15830         (mono_gc_push_all_stacks): New public function; tells the garbage
15831         collector about the stack pointers from all managed threads.
15832
15833 2003-04-03  Martin Baulig  <martin@ximian.com>
15834
15835         * object.h (MonoThread): Added `gpointer stack_ptr'.
15836
15837         * threads.c (start_wrapper): Save the stack pointer in `stack_ptr'.
15838
15839 2003-04-03  Martin Baulig  <martin@ximian.com>
15840
15841         * Makefile.am: It's called `cygpath -w', not `cygpath -m'.
15842
15843 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
15844
15845         * reflection.c (typebuilder_setup_fields): Initialize field.first and
15846         field.last.
15847
15848 2003-04-02  Miguel de Icaza  <miguel@ximian.com>
15849
15850         * loader.c (mono_lookup_internal_call): Report the corlib that is
15851         out of sync.
15852
15853 2003-03-05  Aleksey Demakov <avd@openlinksw.com>
15854
15855         * icall.c (ves_icall_type_GetTypeCode): fixed check for
15856         System.DBNull (it's class not valuetype).
15857
15858 Wed Apr 2 18:37:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
15859
15860         * reflection.c: set table_idx in MonoReflectionArrayMethod object even 
15861         if the array method was already assigned a token (fixes bug#40646).
15862
15863 2003-04-02  Zoltan Varga  <vargaz@freemail.hu>
15864
15865         * reflection.c (mono_reflection_get_type): Attempt type resolve even
15866         if no assembly is given.
15867
15868 2003-04-01  Miguel de Icaza  <miguel@ximian.com>
15869
15870         * metadata.h: Added the new tables.
15871
15872         * row-indexes.h: Added definitions for new tables.
15873
15874         * metadata.c: Add schemas for new tables, and add support for
15875         computing the sizes of them.
15876
15877         * class.c: Update for handling the new type cases.
15878
15879 2003-04-01  Dietmar Maurer  <dietmar@ximian.com>
15880
15881         * metadata.h (MONO_TYPE_IS_VOID): new macro
15882
15883 2003-03-31  Martin Baulig  <martin@ximian.com>
15884
15885         * threads.h (MonoThreadCallbacks): Added `thread_created'.
15886
15887         * threads.c (mono_thread_new_init): Call `thread_created' in the
15888         mono_thread_callbacks.
15889
15890 2003-03-31  Lluis Sanchez Gual <lluis@ideary.com>
15891
15892         * loader.h: added marshalbyrefobject_class to mono_defaults
15893         * domain.c: added initialization of mono_defaults.marshalbyrefobject_class 
15894         * icall.c: ves_icall_InternalExecute: fixed bug in field setter and in the
15895           generation of output parameters.
15896           ves_icall_Remoting_RealProxy_GetTransparentProxy: added support for interfaces.
15897         * marshal.c: mono_remoting_wrapper(): avoided call through proxy when the type is
15898           contextbound and the target object belongs to the context of the caller.
15899         * object.h: added context and unwrapped_server variables in MonoRealProxy.
15900         * object.c: Implemented support for interfaces and abstract classes
15901           in mono_class_proxy_vtable. Fixed several methods to avoid unneeded calls through
15902           proxy. Fixed problem when dealing with output parameters in mono_runtime_invoke_array.
15903
15904 2003-03-30  Zoltan Varga  <vargaz@freemail.hu>
15905
15906         * class.h class.c (mono_class_is_subclass_of): New function.
15907         
15908         * icall.c (ves_icall_System_Array_FastCopy): Added optimized copy
15909         routines for most common case (calls from ArrayList::ToArray).
15910
15911         * icall.c (ves_icall_System_Environment_Exit): Call profiler shutdown 
15912         routine so programs which call Environment::Exit() can be profiled.
15913
15914         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle): 
15915         Added MONO_ARCH_SAVE_REGS.
15916
15917         * icall.c (ves_icall_type_is_subtype_of): Use new function.
15918
15919 2003-03-29  Miguel de Icaza  <miguel@ximian.com>
15920
15921         * blob.h: Add a couple of new MonoType types definitions.
15922
15923         * tabledefs.h: Add a couple of new call convs.
15924
15925 2003-03-27  Zoltan Varga  <vargaz@freemail.h>
15926
15927         * reflection.h (MonoReflectionDynamicAssembly): track changes in
15928         the layout of the class.
15929
15930         * reflection.c (alloc_table): double the size on overflow to avoid
15931         unnecessary copying.
15932
15933         * reflection.h reflection.c: If AssemblyBuilderAccess is Run, then
15934         avoid filling out metadata tables and blobs. Also set mb->ilgen to
15935         null so it can be garbage collected.
15936         
15937 2003-03-27  Zoltan Varga  <vargaz@freemail.hu>
15938
15939         * reflection.c (mono_reflection_get_type): Return the resolved type
15940         only if it is in the assembly we searched.
15941
15942         * reflection.c (ensure_runtime_vtable): Initialize method slots.
15943
15944         * class.c (mono_class_setup_vtable): Set the slot of the overriding
15945         method.
15946
15947 2003-03-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15948
15949         * appdomain.c:
15950         (set_domain_search_path): allow 'file://blah'. It's an invalid URI,
15951         the right one is 'file:///blah', but MS allows it.
15952         * assembly.c:
15953         (mono_assembly_open): allow 'file://blah'
15954
15955         Fixes bug #40306. Thanks to Mitko Iliev (imitko@openlinksw.co.uk).
15956
15957 2003-03-26  Aleksey Demakov <avd@openlinksw.com>
15958
15959         * socket-io.c: fixes bug #40310.
15960
15961 2003-03-25  Zoltan Varga  <vargaz@freemail.hu>
15962
15963         * reflection.c (mono_reflection_parse_type): handle deeply nested
15964         types correctly.
15965
15966         * reflection.c (mono_image_create_token): Use unique token values
15967         since they will be put into a hash table.
15968
15969         * class.c (mono_class_setup_vtable): If a method occurs in more than
15970         one place in the vtable, and it gets overriden, then change the
15971         other occurances too.
15972
15973         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
15974         object as return type.
15975
15976 2003-03-22  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
15977
15978         * icall.c: Deleted "ToString" implementation for double and float
15979         because they are full implemented in managed code.
15980
15981 Wed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus@ximian.com>
15982
15983         * reflection.c, reflection.h: implemented and exported functions
15984         to retrieve info about custom attributes.
15985
15986 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
15987
15988         * appdomain.c: moved Uri handling to assembly.c
15989         * assembly.c: use g_filename_from_uri (). This makes assembly.LoadFrom
15990         work when using a file Uri in *nix and windows.
15991
15992         * icall.c: fixed Assembly.CodeBase to return a valid Uri. The same for
15993         GetReferencedAssemblies.
15994
15995 2003-03-18  Dick Porter  <dick@ximian.com>
15996
15997         * icall.c: Rename a couple of internal calls
15998
15999         * threads.c: Set the thread state to Stopped when a thread exits.
16000         Fixes bug 39377.
16001
16002 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>
16003
16004         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle):
16005         New icall.
16006
16007         * object.c (mono_class_vtable): fix warning.
16008
16009 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>  
16010
16011         * icall.c (ves_icall_type_is_subtype_of): Avoid vtable creation.
16012
16013         * reflection.c (mono_blob_entry_hash): Avoid reading uninitialized
16014         memory.
16015         (method_encode_clauses): Create exception info structures in the right
16016         order.
16017         (mono_reflection_setup_internal_class): Initialize supertypes field.
16018
16019         * class.c object.c: Handle interfaces which implement other interfaces 
16020         correctly.
16021
16022         * class.h class.c: Move the supertypes array initialization code into 
16023         a separate function so it can be used for dynamic types too. Also call
16024         it earlier, in mono_class_init(), since it can be used before the
16025         type is initialized.
16026
16027 2003-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16028
16029         * Makefile.am:
16030         * assembly.c:
16031         * icall.c: make MONO_ASSEMBLIES and MONO_CFG_DIR work on windows.
16032
16033         * appdomain.c:
16034         * appdomain.h:
16035         * marshal.c:
16036         * object.c: remove warnings.
16037
16038 2003-03-13  Martin Baulig  <martin@ximian.com>
16039
16040         * debug-mono-symfile.h (MonoSymbolFileLexicalBlockEntry): New type.
16041         (MonoDebugLexicalBlockEntry): New types.
16042
16043         * debug-mono-symfile.c
16044         (_mono_debug_address_from_il_offset): Moved here from ../jit/debug.c.
16045
16046 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16047
16048         * process.c: ret can be any non-zero value accroding to MS doc.
16049
16050 2003-03-07  Miguel de Icaza  <miguel@ximian.com>
16051
16052         * class.c (mono_marshal_load_type_info): Fix buglet:  Noticed when
16053         fixing a warning for a miss-used prototype, would have cause
16054         random memory corruption.
16055
16056 2003-03-07  Martin Baulig  <martin@ximian.com>
16057
16058         * marshal.c (mono_marshal_free_array): That "TESTFREE %p" was
16059         getting really annoying ....
16060
16061 2003-03-07  Zoltan Varga  <vargaz@freemail.hu>
16062
16063         * reflection.c (fixup_method): added support for array methods.
16064
16065 Tue Mar 4 18:03:27 CET 2003 Paolo Molaro <lupus@ximian.com>
16066
16067         * socket-io.c:  handle case when AF_INET6 and AF_IPX are not defined
16068         (pointed out by Michael Adams).
16069
16070 2003-03-04  Dick Porter  <dick@ximian.com>
16071
16072         * icall.c: Temporarily reverted the Double and Single ToString()
16073         change, because it broke nunit.
16074
16075 Tue Mar 4 12:40:58 CET 2003 Paolo Molaro <lupus@ximian.com>
16076
16077         * object.h, threads.h: make include files compatible with C++
16078         (patch by Jerome Laban <jlaban@wanadoo.fr>).
16079
16080 2003-03-04  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
16081
16082         * icall.c: Erased ToString helper functions for Double and Single.
16083         Now, that implementations ar all in managed code (Double and Single
16084         Formatters).
16085
16086 2003-03-03  Lluis Sanchez Gual  <lluis@ideary.com>
16087
16088         * appdomain.c: Added method for initializing the default context of
16089         a domain. Added internal call for getting the default context.
16090         * appdomain.h: Added context variable in MonoDomain struct.
16091         * domain.c: mono_domain_set also sets the default context of the domain
16092         * icall.c: Mapped internal method InternalGetDefaultContext.
16093         * object.c: mono_object_get_virtual_method returns always a remoting
16094         wrapper if the object is a transparent proxy.
16095         mono_runtime_invoke_array: when creating an object by calling the
16096         constructor, if the created object is a proxy, then the constructor should
16097         be called using the a remoting wrapper.
16098
16099 2003-03-03  Dick Porter  <dick@ximian.com>
16100
16101         * socket-io.c (create_sockaddr_from_object): Rename sockaddr_un
16102         variable so it compiles on solaris.  Problem spotted by
16103         Christopher Taylor <ct@cs.clemson.edu>
16104
16105 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16106
16107         * appdomain.c:
16108         (get_info_from_assembly_name): don't leak value.
16109
16110         * icall.c:
16111         (ves_icall_System_Reflection_Assembly_GetFilesInternal): initialize
16112         result.
16113
16114 Sat Mar 1 15:32:56 CET 2003 Paolo Molaro <lupus@ximian.com>
16115
16116         * assembly.c: export mono_image_load_references ().
16117         * class.c: handle function pointers. mono_class_from_name() now
16118         supports nested type names directly.
16119
16120 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
16121
16122         * reflection.h reflection.c: Encode already created dynamic methods 
16123         and fields correctly as a DEF instead of a REF.
16124
16125         * reflection.c: Get rid of the force_ref argument to 
16126         mono_image_typedef_or_ref since it was wrong in the first place.
16127
16128         * string-icalls.c: add error checking to string constructors according
16129         to the MSDN docs.
16130
16131         * reflection.c: Emit types in the order their TypeBuilders were 
16132         created. Previously, a new table index was assigned to each type before
16133         the tables were emitted. This was wrong because the signature blob
16134         might already refer to a type by its original table index.
16135
16136 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>
16137
16138         * metadata.c (mono_metadata_nesting_typedef): fix bug in previous
16139         change.
16140         
16141 2003-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16142
16143         * Makefile.am: make assemblies dir have \ instead of / on windows.
16144
16145 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>  
16146
16147         * metadata.c metadata.h (mono_metadata_nesting_typedef): changed to
16148         iterate over the NESTEDCLASS table using a linear search since the
16149         table is not guaranteed to be sorted by the secondary key.
16150
16151         * class.c (mono_class_create_from_typedef): fixed up call to
16152         mono_metadata_nesting_typedef.
16153         
16154 2003-02-27  Dietmar Maurer  <dietmar@ximian.com>
16155
16156         * marshal.c (mono_string_to_byvalstr): clear the memory as
16157         suggested by Jerome Laban <jlaban@wanadoo.fr>
16158
16159 2003-02-26  Dick Porter  <dick@ximian.com>
16160
16161         * process.c: Cope with padding in .rsrc blocks
16162
16163 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
16164
16165         * metadata.h: reverted the filter_len change, it breaks reflection
16166         
16167 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
16168
16169         * metadata.h: added a new field to store the filter_len
16170         
16171
16172 Tue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus@ximian.com>
16173
16174         * reflection.c: handle custom attributes for types and members
16175         created with Reflection.Emit (bug#38422).
16176
16177 2003-02-22  Zoltan Varga  <vargaz@freemail.hu>
16178
16179         * reflection.c: define RTSpecialName automatically for constructors for
16180         compatibility with MS.NET.
16181
16182         * reflection.c (mono_reflection_create_runtime_class): initialize
16183         nested_in field of dynamically created classes.
16184
16185 2003-02-22  Martin Baulig  <martin@ximian.com>
16186
16187         * debug-mono-symfile.h: Incremented version number.
16188
16189 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
16190
16191         * object.h icall.c process.c: fix warnings.
16192
16193 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
16194
16195         * appdomain.h appdomain.c:
16196         (mono_domain_try_type_resolve): split the 
16197         name_or_tb argument into a name and a tb argument.
16198         (mono_domain_has_type_resolve): new function to check whenever the
16199         application has registered a TypeResolve event handler.
16200         
16201         * icall.c reflection.h reflection.c: move the type resolve logic into
16202         mono_reflection_get_type () so it will be invoked when 
16203         Assembly::GetType () is called.
16204
16205         * reflection.c:
16206         (mono_reflection_get_type): renamed to get_type_internal.
16207         (mono_reflection_get_type): fixed type name generation so it works 
16208         for nested types too.
16209         (mono_reflection_get_type): call has_type_resolve () to avoid the 
16210         costly type name generation if there is no resolve event handler.
16211
16212 Fri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus@ximian.com>
16213
16214         * class.c, image.c: load exported types from file references.
16215
16216 2003-02-19  Lluis Sanchez Gual  <lluis@ideary.com>
16217
16218         * appdomain.h: Added in MonoDomain a couple of MonoMethod* variables
16219           used to cache the managed methods used to create proxies and make 
16220           remote invocation of methods.
16221         * class.h: Added in MonoVTable a flag to indicate that a class needs 
16222           to be remotely created.
16223         * object.c: Modified the method mono_class_vtable(). It now initializes 
16224           the remote flag of the vtable. Modified mono_object_new_specific(), 
16225           so now it checks the remote flag.
16226         * icall.c: Added a couple of internal methods, one for enabling instance 
16227           creation interception for a type, and one for creating objects bypassing
16228           the remote check.
16229
16230 2003-02-18  Martin Baulig  <martin@ximian.com>
16231
16232         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethodToken):
16233         New interncall to get a method's metadata token.
16234
16235         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethodToken"):
16236         New interncall for the debugger.
16237
16238 2003-02-18  Dietmar Maurer  <dietmar@ximian.com>
16239
16240         * class.c (mono_class_setup_vtable): allocate supertype array
16241
16242 2003-02-18  Martin Baulig  <martin@ximian.com>
16243
16244         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Added `has_this'.
16245
16246 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16247
16248         * reflection.c:
16249         (assembly_name_to_aname): jump over unknown properties (i've found
16250         something like: 'type, assembly, version=xxx, custom=null, public...',
16251         so now will ignore custom=null and still get the rest of the values).
16252
16253 2003-02-17  Dick Porter  <dick@ximian.com>
16254
16255         * threads.c: Have Thread.Start() wait for a semaphore to signal
16256         that the thread has set up all its local data.  This fixes bug
16257         34323, where Abort() raced the new thread's TLS data.
16258
16259         Also removes the handle_store() call from start_wrapper, because
16260         threads are now always created suspended and there is no longer a
16261         race between the parent and child threads to store the info.
16262
16263 Mon Feb 17 13:13:31 CET 2003 Paolo Molaro <lupus@ximian.com>
16264
16265         * image.c: explain the #- heap issue in a message, hopefully
16266         avoiding FAQs on mono-list.
16267
16268 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16269
16270         * icall.c:
16271         (GetEntryAssembly): if the domain has not invoked
16272         AppDomain.ExecuteAssembly yet, return the assembly of the default
16273         AppDomain.
16274
16275 2003-02-16  Zoltan Varga  <vargaz@freemail.hu>
16276
16277         * class.c (mono_ldtoken): make it work in dynamic assemblies.
16278
16279 Sun Feb 16 13:10:06 CET 2003 Paolo Molaro <lupus@ximian.com>
16280
16281         * metadata.c, reflection.c: simple speedup to type hash
16282         and equals code.
16283
16284 Sat Feb 15 15:15:03 CET 2003 Paolo Molaro <lupus@ximian.com>
16285
16286         * image.c, image.h, class.c, assembly.c: move module loading
16287         to MonoImage. When loading metadata, consider alignemnet from
16288         the start of metadata, not from the metadata address in memory.
16289
16290 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
16291
16292         * reflection.c (mono_reflection_get_custom_attrs): Added support for 
16293         AssemblyBuilder objects. Factored out custom attribute creation into
16294         a separate function.
16295         (create_custom_attr): new function to create custom attributes.
16296
16297 2003-02-12  Miguel de Icaza  <miguel@ximian.com>
16298
16299         * Makefile.am: Got tired of typing the full pathname to pedump.
16300         Until there is another option, am installing this.
16301
16302 2003-02-12  Dietmar Maurer  <dietmar@ximian.com>
16303
16304         * class.c (class_compute_field_layout): always set field->parent 
16305         (mono_ldtoken): use mono_defaults.fieldhandle_class;
16306
16307 2003-02-11  Dick Porter  <dick@ximian.com>
16308
16309         * threads-types.h:
16310         * monitor.c: Rewrote Monitor, making lock much faster and
16311         Pulse/Wait work as specified.  Also uses much fewer handles, and only
16312         creates them as needed.
16313
16314         * exception.c: Added SynchronizationLockException
16315
16316         * threads.c: Deleted old Monitor implementation.  The new one is
16317         in a new file.
16318
16319 Mon Feb 10 17:54:10 CET 2003 Paolo Molaro <lupus@ximian.com>
16320
16321         * class.c: handled TypedReference type code. Set the correct size for
16322         class data. Setup interface_offsets for interface classes, too.
16323
16324 2003-02-09  Martin Baulig  <martin@ximian.com>
16325
16326         * debug-mono-symfile.h: Reflect latest symbol writer changes.
16327
16328 Sun Feb 9 18:37:01 CET 2003 Paolo Molaro <lupus@ximian.com>
16329
16330         * loader.c: implemented MEMBERREF_PARENT_TYPEDEF.
16331         * metadata.c, reflection.c: missing MONO_TYPE_TYPEDBYREF handling.
16332         * object.c: fixed mono_object_get_virtual_method () for interfaces.
16333         * verify.c: check for code that runs after the end of the method.
16334
16335 2003-02-08  Pedro Mart?nez Juli?  <yoros@wanadoo.es>
16336
16337         * icall.c: Added "System.Math::Floor", "System.Math::Round" and
16338         "System.Math::Round2".
16339         * sysmath.h: Added Floor, Round and Round2 definitions.
16340         * sysmath.c: Modified certain functions that were not 100% compliant
16341         with MS.NET (math precision) and added the implementation of Floor,
16342         Round and Round2.
16343
16344 2003-02-07  Martin Baulig  <martin@ximian.com>
16345
16346         * debug-mono-symfile.c (mono_debug_symfile_add_method): Ignore interncalls.
16347
16348 2003-02-07  Martin Baulig  <martin@ximian.com>
16349
16350         * debug-mono-symfile.c: Reflected latest symwriter changes.
16351         (mono_debug_create_mono_symbol_file): Removed.
16352         (mono_debug_open_mono_symbol_file): Take an argument which
16353         specifies whether to create a dynamic symbol file.
16354
16355 2003-02-07  Dietmar Maurer  <dietmar@ximian.com>
16356
16357         * class.c (mono_class_from_mono_type): added MONO_TYPE_TYPEDBYREF
16358
16359 2003-02-05  Martin Baulig  <martin@ximian.com>
16360
16361         * reflection.c (mono_image_build_metadata): Make this public,
16362         protect it against being called multiple times, don't create
16363         resources and don't build the compressed metadata here.
16364         (mono_image_create_pefile): Do this here.
16365
16366         * icall.c
16367         ("System.Reflection.Emit.AssemblyBuilder::build_metadata"): Added.
16368
16369 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16370
16371         * socket-io.c: fixed bug #36322.
16372
16373 2003-02-06  Piers Haken <piersh@friskit.com>
16374
16375         * appdomain.[ch]:
16376         * class.h:
16377         * debug-mono-symfile.c:
16378         * icall.c:
16379         * loader.c:
16380         * mono-config.c:
16381         * monosn.c:
16382         * reflection.c:
16383         * socket-io.c: warning cleanups
16384
16385 2003-02-06  Dietmar Maurer  <dietmar@ximian.com>
16386
16387         * marshal.c (mono_marshal_get_remoting_invoke_with_check): new
16388         function. works like remoting invoke, but does a check for the Proxy first.
16389
16390 2003-02-05  Miguel de Icaza  <miguel@ximian.com>
16391
16392         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Make it compiler.
16393
16394 2003-02-05  Dietmar Maurer  <dietmar@ximian.com>
16395
16396         * marshal.c (mono_marshal_get_native_wrapper): only allocate an
16397         array of pointers.
16398         (mono_marshal_get_ldfld_wrapper): only generate necessary ldfld wrappers.
16399         (mono_marshal_get_stfld_wrapper): only generate necessary stfld wrappers.
16400
16401         * object.c (mono_store_remote_field_new): used by the new jit
16402         instead of mono_store_remote_field
16403         (mono_load_remote_field_new): used by the new jit
16404         instead of mono_load_remote_field
16405
16406 2003-02-05  Patrik Torstensson
16407
16408         * appdomain.c: changed unload to take the domain id instead
16409         of domain
16410         
16411         * icall.c: changed icall for AppDomain.Unload to AppDomain.InternalUnload
16412
16413
16414 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16415
16416         * appdomain.c: don't look for assemblies in ApplicationBase if
16417         PrivateBinPathProbe is set.
16418
16419 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16420
16421         * object.c: make the first argument in main_args contain the absolute
16422         path to the assembly. Fixes bug #37511.
16423
16424 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16425
16426         * icall.c: get correct UTC offset for countries not using daylight
16427         time saving. Fixes bug #30030.
16428
16429 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16430
16431         * socket-io.c: support AF_UNIX and use the same layout as MS (bytes 0
16432         and 1 are the family).
16433
16434 2003-02-04  Dietmar Maurer  <dietmar@ximian.com>
16435
16436         * icall.c (ves_icall_InternalExecute): removed wrong assertion
16437
16438         * marshal.c (mono_marshal_get_remoting_invoke): generate valid IL
16439
16440 2003-02-04  Zoltan Varga  <vargaz@freemail.hu>
16441
16442         * reflection.c: added support for SignatureHelper tokens, which is
16443         needed by the Calli opcode.
16444
16445         * reflection.h: track changes to SignatureHelper class.
16446
16447         * metadata.c (mono_metadata_parse_signature): handle dynamic tokens.
16448
16449 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16450
16451         * appdomain.c: fixed loading assemblies from PrivateBinPath.
16452
16453 2003-02-03  Patrik Torstensson
16454         * appdomain.[c|h], domain.c : 
16455          - Added support for getting a domain via domain id
16456          - Support for setting and getting domain from System.AppDomain 
16457            (used in cross appdomain channel)
16458          - Added support for get/set for a MonoAppContext on a thread 
16459            (Context class in System.Runtime.Remoting.Contexts),
16460          - Removed hack in Get/SetData and ExecuteAssembly.
16461         
16462         * icall.c : renamed GetTransparantProxy to InternalGetTransparantProxy to allow
16463         the managed world to get control when a proxy is created.
16464
16465         * icall.c (ves_icall_InternalExecute) : bug fix, must return empty array
16466         
16467 2003-02-03  Miguel de Icaza  <miguel@ximian.com>
16468
16469         * icall.c
16470         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
16471         Populate the codebase field as well.
16472
16473 2003-02-02  Martin Baulig  <martin@ximian.com>
16474
16475         * debug-mono-symfile.c
16476         (MonoSymbolFileMethodAddress): Added `wrapper_address' field.
16477         (mono_debug_symfile_add_method): Allow interncalls.
16478
16479 2003-01-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16480
16481         * icall.c: throw parse exception if strtod fails or the string is empty.
16482
16483 Fri Jan 31 16:09:48 CET 2003 Paolo Molaro <lupus@ximian.com>
16484
16485         * marshal.c: handle object type separately from defined
16486         class types.
16487
16488 Fri Jan 31 16:01:20 CET 2003 Paolo Molaro <lupus@ximian.com>
16489
16490         * marshal.c: handle NATIVE_LPSTR for strings when it's
16491         explicitly specified.
16492
16493 Fri Jan 31 11:51:43 CET 2003 Paolo Molaro <lupus@ximian.com>
16494
16495         * reflection.c, reflection.h, icall.c: setup the reflection
16496         handle cache for ModuleBuilders and AssemblyBuilders.
16497
16498 2003-01-30  Dietmar Maurer  <dietmar@ximian.com>
16499
16500         * reflection.c (reflection_methodbuilder_to_mono_method): set
16501         pinvoke flag
16502
16503 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16504
16505         * icall.c: implemented ves_icall_MonoMethod_get_base_definition.
16506
16507 2003-01-29  Dick Porter  <dick@ximian.com>
16508
16509         * threads.c: No need for the fake_thread kludge now that Thread
16510         doesn't run a class constructor
16511         
16512 2003-01-29  Dick Porter  <dick@ximian.com>
16513
16514         * threads.c: Use g_direct_hash instead of the rather bogus
16515         g_int_hash
16516
16517 2003-01-29  Dietmar Maurer  <dietmar@ximian.com>
16518
16519         * marshal.c (mono_marshal_get_native_wrapper): add check for null
16520         (fix pinvoke12.exe)
16521         (mono_marshal_get_struct_to_ptr): generate valid IL code
16522         (mono_marshal_get_ptr_to_struct): generate valid IL code
16523         (*): correctly set sig->pinvoke, we need to memdup the signature
16524         to do that
16525
16526 Tue Jan 28 22:57:57 CET 2003 Paolo Molaro <lupus@ximian.com>
16527
16528         * marshal.c, marshal.h: use larger integers in mono_mb_emit_add_to_local()
16529         to avoid overflows (bug spotted and fixed by Jerome Laban <jlaban@wanadoo.fr>).
16530
16531 Tue Jan 28 18:55:19 CET 2003 Paolo Molaro <lupus@ximian.com>
16532
16533         * profiler.c: provide more callers information.
16534
16535 2003-01-28  Dietmar Maurer  <dietmar@ximian.com>
16536
16537         * marshal.c (mono_marshal_get_managed_wrapper): generate valid IL code
16538
16539         * appdomain.h:added fix from Patrik: _MonoAppDomain is a MBR object
16540
16541         * marshal.c (mono_marshal_get_native_wrapper): generate valid IL code
16542
16543 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
16544
16545         * icall.c: (ves_icall_System_CurrentTimeZone_GetTimeZoneData): raise an
16546         exception instead of going into an infinite loop on dates which it 
16547         can't yet handle.
16548
16549         * string-icalls.c (ves_icall_System_String_get_Chars): raise 
16550         out-of-range exception if needed.
16551
16552         * class.c (mono_class_setup_vtable): allow a virtual method to provide
16553         an implementation for an interface method and to override an inherited
16554         method at the same time. 
16555         Imagine a scenario when a virtual method is used to override a
16556         virtual abstract method in a parent class, and this same method 
16557         provides an implementation for an method inherited from an interface. 
16558         In this case, the interface resolution code will set im->slot, which 
16559         means that the virtual method override pass will skip this method 
16560         which means a pointer to the abstract method inherited from the parent
16561         will remain in the vtable of this non-abstract class.
16562
16563         * class.c: (mono_class_setup_vtable): continue search for a real 
16564         method if only an abstract method is found.     
16565
16566 Mon Jan 27 17:12:19 CET 2003 Paolo Molaro <lupus@ximian.com>
16567
16568         * reflection.c: add size to encoding for ByValStr and ByValArray
16569         marshal blob (from "Jerome Laban" <jlaban@wanadoo.fr>).
16570
16571 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
16572
16573         * class.c (mono_class_setup_vtable): pass the override info as an
16574         argument.
16575
16576         * class.c (mono_class_setup_vtable): set the slot of overriding methods
16577         correctly.
16578         
16579         * reflection.c (ensure_runtime_vtable); add support for method 
16580         overrides.
16581         
16582 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
16583
16584         * reflection.c (resolution_scope_from_image): Hack to work to work with
16585         dynamic assemblies.
16586
16587         * reflection.c (mono_image_typedef_or_ref): renamed to ..._aux and 
16588         added a 'force_ref' argument to force this function to allways return 
16589         a TypeRef. This is needed by mono_image_get_memberref_token ().
16590         
16591 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
16592
16593         * reflection.c (mono_image_get_type_info): interfaces really don't have
16594         a parent.
16595
16596         * reflection.c (mono_image_basic_init): fill out missing fields of
16597         image structure.
16598
16599         * reflection.c (mono_image_basic_init): Invoke assembly load hooks for 
16600         dynamic assemblies. This is required so dynamic assemblies show up in
16601         AppDomain.GetAssemblies (), emit an AssembyLoadEvent, gets searched by
16602         Type::GetType() etc. This is consistent with MS behaviour.
16603
16604         * image.c image.h reflection.c: add newly created classes to the name 
16605         cache so mono_class_get () will find them.      
16606
16607 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
16608
16609         First part of changes to get IKVM.NET running under mono.
16610         
16611         * appdomain.h, appdomain.c: added new function 
16612         mono_domain_try_type_resolve() which will emit TypeResolve events. 
16613         This function will call AppDomain::DoTypeResolve to do the actual work.
16614
16615         * class.h, class.c, loader.c, object.c, reflection.h, reflection.c: 
16616         moved existing code dealing with dynamic tokens to a new function 
16617         called mono_reflection_lookup_dynamic_token (). This function will 
16618         raise TypeResolve events when appropriate. Since reflection.c is not 
16619         part of libmetadata, a new hook function called 
16620         mono_lookup_dynamic_token() is added to class.c which will call this.
16621
16622         * assembly.h assembly.c: make the invoke_load_hook function public,
16623         so it can be called for dynamic assemblies.
16624
16625         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): skip interfaces since they do not have initializers.
16626
16627         * icall.c (ves_icall_type_from_name): emit a TypeResolve event if the 
16628         type isn't found.
16629
16630         * reflection.c reflection.h: change MonoDynamicAssembly.tokens to a 
16631         MonoGHashTable, since it contains pointers to objects which the GC 
16632         needs to track.
16633
16634         * assembly.c (search_loaded): remove unused variable.
16635         
16636 Mon Jan 27 12:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
16637
16638         * object.c: fixed issue exposed by gcc-generated IL programs
16639         that use RVA data for pointers.
16640
16641 2003-01-25  Martin Baulig  <martin@ximian.com>
16642
16643         * threads.c (start_wrapper): Moved the initialization of
16644         `start_func' above the mono_new_thread_init() call to which we
16645         pass it as argument.
16646
16647 2003-01-24  Martin Baulig  <martin@ximian.com>
16648
16649         * threads.h (MonoThreadCallbacks): Pass the thread ID instead of
16650         the MonoThread pointer.
16651
16652 2003-01-21  Miguel de Icaza  <miguel@ximian.com>
16653
16654         * icall.c: Rename `PowImpl' to Pow.
16655
16656 2003-01-23  Dick Porter  <dick@ximian.com>
16657
16658         * threads.c (start_wrapper): Create a Thread object if needed, so
16659         the Main() thread can do the class initialisation in a subthread
16660         that has been set up to allow managed code execution.
16661
16662         Pass the thread ID instead of the MonoThread pointer to the thread
16663         start and attach callbacks.  This change is required, because the
16664         jit thread start callback must be called _before_ the Thread
16665         object can be created.
16666         
16667         (mono_thread_init): Removed much object creation code that is no
16668         longer needed.  No managed code is called from here now.
16669
16670         * object.c (mono_runtime_exec_managed_code): Create a subthread
16671         for Main, and call back to the runtime to use it.
16672         Set the exit code when Main exits.
16673
16674         * gc.c: Make sure domain finalisation happens in a subthread.
16675         Re-enable threaded GC, fixing bug 31333 (again).
16676
16677         * environment.c: System.Environment internall calls (so far just
16678         ExitCode is here, the others are still in icall.c)
16679
16680         * appdomain.c (mono_runtime_cleanup): All threads running managed
16681         code should have finished before mono_runtime_cleanup() is
16682         reached, so no need to clean up threads.
16683
16684 2003-01-22  Martin Baulig  <martin@ximian.com>
16685
16686         * appdomain.h (MonoThreadStartCB): Added `MonoThread *thread' and
16687         `gpointer func' arguments.      
16688         (MonoThreadAttachCB): New typedef; like the old MonoThreadStartCB,
16689         but added `MonoThread *thread' argument.
16690         (mono_runtime_init): The last argument is now a MonoThreadAttachCB.
16691
16692         * threads.c (mono_new_thread_init): Added `gpointer func' argument
16693         and pass it to the mono_thread_start_cb callback.
16694         (mono_install_thread_callbacks): New public function to install a
16695         set of callbacks which are set by the debugger.
16696         (mono_thread_init): The last argument is now a MonoThreadAttachCB.
16697
16698 2003-01-22  Martin Baulig  <martin@ximian.com>
16699
16700         * Makefile.am: Install debug-mono-symfile.h.
16701
16702 2003-01-21  Aleksey Demakov <avd@openlinksw.com>
16703
16704         * marshal.c: fixed copy_from_managed and copy_to_unmanaged for 0 length.
16705
16706 2003-01-21  Dietmar Maurer  <dietmar@ximian.com>
16707
16708         * added the following fix from Jackson Harper <jackson@latitudegeo.com>
16709         * class.c (mono_ptr_class_get): correctly set access levels of pointers
16710         (mono_array_class_get): correctly set access levels of arrays
16711
16712 2003-01-20      Patrik Torstensson
16713         * image.h (MonoAssemblyName): changed major, minor, build, revision
16714         from signed to unsigned.
16715
16716 2003-01-20  sean kasun <skasun@azstarnet.com>
16717
16718         * reflection.c (load_cattr_value): Now this handles
16719         MONO_TYPE_SZARRAY.  Fixes bug #35629
16720
16721 2003-01-20  Miguel de Icaza  <miguel@ximian.com>
16722
16723         * marshal.c (emit_struct_conv): Handle MONO_TYPE_PTR as an
16724         integer value
16725
16726 2003-01-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16727
16728         * decimal.c: fixed bug #26056.
16729
16730 2003-01-17  Martin Baulig  <martin@ximian.com>
16731
16732         * gc.c: Raise an ExecutionEngineException instead of using g_error().
16733
16734 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16735
16736         * exception.[ch]:
16737         (mono_get_exception_type_initialization): new function.
16738
16739         * object.c: throw a TypeInitializationException when an exception is
16740         thrown invoking the class constructor.
16741
16742 2003-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16743
16744         * reflection.c: fixed attribute reading.
16745
16746 2003-01-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16747
16748         * icall.c:
16749         (ves_icall_type_from_name): make it work as MS. Ie, if no assembly name
16750         provided, look for the type in the calling assembly and then in
16751         mscorlib; if the assembly name is provided, only try that one.
16752
16753 Tue Jan 14 14:52:52 CET 2003 Paolo Molaro <lupus@ximian.com>
16754
16755         * object.c: register the vtable before there is a chance it's
16756         queried again recursively.
16757
16758 2003-01-13  Duncan Mak  <duncan@ximian.com>
16759
16760         * Makefile.am (libmonoruntime_la_SOURCES): Change gc.h to
16761         gc-internal.h. 
16762         
16763 2003-01-12  Patrik Torstensson <totte@race-x-change.com>
16764
16765         * string-icall.[c|h], icall.c: Added support for CompareOrdinal mode
16766
16767 2003-01-11  Martin Baulig  <martin@ximian.com>
16768
16769         * debug-mono-symfile.h (MONO_SYMBOL_FILE_DYNAMIC_VERSION): Incremented
16770         this to 20 for the release.
16771
16772 2003-01-10  Dietmar Maurer  <dietmar@ximian.com>
16773
16774         * marshal.c (emit_struct_conv): added support for EXPLICIT_LAYOUT
16775
16776         * loader.c (mono_method_get_marshal_info): bug fix
16777
16778         * marshal.c (mono_marshal_get_ptr_to_struct): don't convert
16779         structures with explicit layout
16780
16781 Fri Jan 10 15:58:09 CET 2003 Paolo Molaro <lupus@ximian.com>
16782
16783         * profiler.c: made the output more readable (and sorted). 
16784         Added caller information for the allocation profiler.
16785
16786 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
16787
16788         * icall.c, rand.c, rand.h: Prepended RNG functions with Internal.
16789
16790 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16791
16792         * icall.c: added ves_icall_System_Activator_CreateInstanceInternal. Used
16793         to get value types.
16794         
16795 Thu Jan 9 19:43:11 CET 2003 Paolo Molaro <lupus@ximian.com>
16796
16797         * object.c, profiler.h, profiler.c, profiler-private.h:
16798         Added object allocation profiler.
16799
16800 Thu Jan 9 16:17:00 CET 2003 Paolo Molaro <lupus@ximian.com>
16801
16802         * reflection.h, reflection.c: handle global methods.
16803         Compress blob entries.
16804
16805 Thu Jan 9 15:54:53 CET 2003 Paolo Molaro <lupus@ximian.com>
16806
16807         * marshal.c: fix compilation.
16808
16809 2003-01-09  Dietmar Maurer  <dietmar@ximian.com>
16810
16811         * loader.c (mono_method_get_marshal_info): impl.
16812
16813         * metadata.c (mono_metadata_field_info): use mono_metadata_get_marshal_info
16814
16815 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16816
16817         * icall.c: applied fix from Zoltan Varga that fixes Type.IsPrimitive
16818         for reference types.
16819
16820 Wed Jan 8 20:11:46 CET 2003 Paolo Molaro <lupus@ximian.com>
16821
16822         * loader.c: fixed off by one error in loaded parameter names.
16823
16824 2003-01-08  Dietmar Maurer  <dietmar@ximian.com>
16825
16826         * marshal.c (mono_marshal_get_icall_wrapper): like
16827         mono_marshal_get_native_wrapper, but simpler and use a MonoMethodSignature
16828         instead of a MonoMethod.
16829
16830 2003-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16831
16832         * decimal.c: fixed bug #36537.
16833
16834 Mon Jan 6 19:37:59 CET 2003 Paolo Molaro <lupus@ximian.com>
16835
16836         * marshal.c: throw a missing method exception if a
16837         P/Invoke method is not found.
16838
16839 Sun Jan 5 11:57:09 CET 2003 Paolo Molaro <lupus@ximian.com>
16840
16841         * icall.c: allow a null this for constructors.
16842
16843 Sat Jan 4 18:28:42 CET 2003 Paolo Molaro <lupus@ximian.com>
16844
16845         * icall.c: raise the proper exceptions if the arguments to the
16846         internal Invoke are incorrect.
16847
16848 2003-01-03  Dietmar Maurer  <dietmar@ximian.com>
16849
16850         * marshal.c (mono_marshal_get_ptr_to_struct): code cleanups
16851
16852 2003-01-03  Martin Baulig  <martin@ximian.com>
16853
16854         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
16855
16856 2002-12-31  Martin Baulig  <martin@ximian.com>
16857
16858         * debug-mono-symfile.c: Completely rewrote the type section.
16859         Instead of using individual malloc()ed fields, we use one big
16860         continuous memory area and offsets into this area.
16861         See the comments in the source code for details.
16862
16863 2002-12-30  Martin Baulig  <martin@ximian.com>
16864
16865         * debug-mono-symfile.h (MonoDebugTypeInfo): Renamed to MonoDebugClassInfo.
16866
16867 2002-12-30  Martin Baulig  <martin@ximian.com>
16868
16869         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Include the
16870         line number table in this data blob instead of using an external
16871         pointer.
16872
16873 2002-12-28  Martin Baulig  <martin@ximian.com>
16874
16875         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
16876
16877 2002-12-22  Rachel Hestilow  <hestilow@ximian.com>
16878
16879         * marshal.c (mono_marshal_get_runtime_invoke): Support MONO_TYPE_CHAR
16880         as a boxed return type.
16881
16882 2002-12-21  Miguel de Icaza  <miguel@ximian.com>
16883
16884         * appdomain.c
16885         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): Use
16886         g_build_filename to properly get separators on the filename created.
16887
16888         * object.h: Small change, introduce MonoMarshalByRefObject to
16889         track the layout of that structure in the C# universe as we make
16890         changes there.
16891
16892 Thu Dec 19 16:23:19 CET 2002 Paolo Molaro <lupus@ximian.com>
16893
16894         * object.c: removed assert to allow static fields on interfaces.
16895         * loader.c: a TypeSpec may be used for any type, not just arrays.
16896
16897 Thu Dec 19 14:19:42 CET 2002 Paolo Molaro <lupus@ximian.com>
16898
16899         * class.c, class.h: added mono_class_array_element_size ().
16900         Ignore static methods in interfaces.
16901
16902 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16903
16904         * threads.c: fixed the build under cygwin.
16905
16906 Wed Dec 18 18:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
16907
16908         * reflection.c: handle nullref constants. Allocate keys for
16909         reflection handles with the GC.
16910
16911 Wed Dec 18 11:34:18 CET 2002 Paolo Molaro <lupus@ximian.com>
16912
16913         * threads.c, threads.h: added mono_thread_get_abort_signal()
16914         to get a suitable signal for thread abort.
16915
16916 Wed Dec 18 11:26:18 CET 2002 Paolo Molaro <lupus@ximian.com>
16917
16918         * metadata.c: fix handling of ExportedType table.
16919
16920 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16921
16922         * icall.c: added WriteWindowsDebugString internal call.
16923
16924 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16925
16926         * reflection.h: added fields to match C# implementation.
16927
16928 2002-12-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16929
16930         * icall.c: patch from Jaroslaw Kowalski to fix Environment.MachineName.
16931
16932 2002-12-12  Juli Mallett  <jmallett@FreeBSD.org>
16933
16934         * gc.h, gc-internal.h: Rename header for GC internal calls to
16935         gc-internal.h from gc.h as to not clash with Boehm GC having its
16936         header installed as <gc.h> in outside include paths.
16937         * appdomain.c, gc.c, icall.c, object.c: Account for aforementioned.
16938         * threads.c: If SIGRTMIN is not defined, fall back to SIGUSR1.
16939
16940 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16941
16942         * icall.c: assign minor, build and revision in FillName.
16943
16944 2002-12-11  Zoltan Varga  <vargaz@freemail.hu>
16945
16946         * image.h reflection.h reflection.c class.h class.c loader.c object.c:
16947         Added support for running code generated by Reflection.Emit.
16948
16949 2002-12-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16950
16951         * appdomain.c: check for NULL argument in LoadFrom.
16952
16953 2002-12-10  Dick Porter  <dick@ximian.com>
16954
16955         * threads.c: WaitHandle fixes from Tum <tum@veridicus.com>
16956
16957 2002-12-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16958
16959         * appdomain.c: fix buglet when building exe file name.  Handle full
16960         assembly name (needed after latest changes to AssemblyName).
16961         * image.c:
16962         (mono_image_close): free some hashtables.
16963
16964 2002-12-05  Dietmar Maurer  <dietmar@ximian.com>
16965
16966         * threads.c (ves_icall_System_Threading_Thread_Abort): we use SIGRTMIN 
16967         instead of SIGUSR1, because SIGUSR1 is used by the pthread implementation 
16968         on some systems (redhat 7.3) 
16969
16970 Thu Dec 5 16:13:40 CET 2002 Paolo Molaro <lupus@ximian.com>
16971
16972         * threads.c: delete the critical section of a sync block,
16973         spotted and fixed by tum@veridicus.com (Thong (Tum) Nguyen).
16974
16975 Thu Dec 5 12:52:52 CET 2002 Paolo Molaro <lupus@ximian.com>
16976
16977         * pedump.c, cil-coff.h, monosn.c: add strong name cli header flag.
16978
16979 2002-12-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
16980
16981         * appdomain.[ch]: handle the assembly preload event to try loading the
16982         assemblies using the paths we have in the current domain.
16983
16984         * assembly.[ch]: created an assembly preload hook that is called to try
16985         loading the assembly by other means that the ones provided here.
16986
16987         * domain.c: initialize the domain search path.
16988
16989         From now on, assemblies (TODO: except corlib and System) are loaded
16990         according to these rules when using mono_assembly_load ():
16991
16992                 1. It tries to load the assembly from the ApplicationBase
16993                 of the current domain appending .dll and .exe (TODO: have to
16994                 try loading from name/name.dll and name/name.exe).
16995
16996                 2. It tries the search path specified in PrivateBinPath for the
16997                 current domain (if any).
16998
16999                 3. Previous behavior.
17000
17001 Wed Dec 4 16:02:25 CET 2002 Paolo Molaro <lupus@ximian.com>
17002
17003         * icall.c: implemented GetInterfaceMap() related icall.
17004         * domain.c, loader.h: load MethodInfo in mono_defaults.
17005
17006 Wed Dec 4 11:02:30 CET 2002 Paolo Molaro <lupus@ximian.com>
17007
17008         * gc.c: disable the finalizer thread for now, untill all the issues
17009         with it are resolved.
17010
17011 Wed Dec 4 10:44:01 CET 2002 Paolo Molaro <lupus@ximian.com>
17012
17013         * string-icalls.c: handle embedded nulls in string ctor when the
17014         length is specified.
17015
17016 Tue Dec 3 19:29:20 CET 2002 Paolo Molaro <lupus@ximian.com>
17017
17018         * class.c: look for explicit interface implementation in parent
17019         classes, too.
17020
17021 2002-12-03  Dietmar Maurer  <dietmar@ximian.com>
17022
17023         * gc.c (run_finalize): dont run the finalizer (strange behaviour on rh7.3) 
17024
17025 Tue Dec 3 12:40:06 CET 2002 Paolo Molaro <lupus@ximian.com>
17026
17027         * gc.c: protect handles with a critical section.
17028
17029 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17030
17031         * icall.c:
17032         (ves_icall_type_from_name): it now has throwOnError and ignoreCase
17033         parameters. If no assembly specified, try getting the type from all
17034         the assemblies in the current domain, else, load the assembly and get
17035         the type from it.
17036
17037 2002-11-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17038
17039         * marshal.c: applied patch from Aleksey Demakov that fixes
17040         ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringUni.
17041
17042 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17043
17044         * icall.c: fixed get_location.
17045
17046 2002-11-28  Dietmar Maurer  <dietmar@ximian.com>
17047
17048         * icall.c: moved MONO_ARCH_SAVE_REGS to the end of the
17049         declarations to make it work with older gcc. 
17050
17051         * loader.c (mono_get_method): set signature->pinvoke for native calls
17052
17053 2002-11-20  Dick Porter  <dick@ximian.com>
17054
17055         * threads.c (mono_thread_init): Set the main thread's handle
17056
17057 Tue Nov 19 14:15:34 CET 2002 Paolo Molaro <lupus@ximian.com>
17058
17059         * gc.c: allow compilation without GC support. Changed to match the
17060         mono coding style.
17061
17062 Mon Nov 18 18:41:51 CET 2002 Paolo Molaro <lupus@ximian.com>
17063
17064         * gc.c: don't start the finalizer thread if the env var GC_DONT_GC is set.
17065
17066 Mon Nov 18 16:35:22 CET 2002 Paolo Molaro <lupus@ximian.com>
17067
17068         * reflection.c: set a public key token on the core assemblies.
17069
17070 2002-11-18  Dick Porter  <dick@ximian.com>
17071
17072         * threads.c: Split out some thread initialisation so that other
17073         files can set the start callback function.
17074
17075         * gc.c: Run finalisers in a separate thread, to avoid stack
17076         overflow.  Fixes bug 31333.
17077
17078         * appdomain.c: Set up GC finalisation thread.
17079
17080         * reflection.c: 
17081         * object.c: 
17082         * domain.c: Use gc.h macros for GC_malloc
17083         
17084 2002-11-15  Dick Porter  <dick@ximian.com>
17085
17086         * threadpool.c: 
17087         * threads.c:
17088         * appdomain.c: Removed mono_runtime_init_with_attach(),
17089         mono_thread_create_arg(), and mono_thread_init_with_attach(), by
17090         merging the extra parameter with the existing function.  Removed
17091         unneeded code in mono_thread_attach().
17092
17093 2002-11-14  Dietmar Maurer  <dietmar@ximian.com>
17094
17095         * image.c (mono_image_loaded_by_guid): a method to get loaded
17096         images by guid. 
17097         (load_metadata_ptrs): we store the guid as string.
17098
17099 2002-11-11  Dietmar Maurer  <dietmar@ximian.com>
17100
17101         * assembly.c (mono_assembly_open): check the guid of aot compiled lib.
17102
17103         * metadata.c (mono_guid_to_string): imported method form Zoltan
17104         Varga (slightly modified)
17105
17106         * assembly.c (mono_assembly_open): load precompiled code
17107
17108         * loader.h (MonoMethod): we store the method token for use in the
17109         aot compiler. 
17110
17111 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17112
17113         * appdomain.c: insert the loaded assemblies in the domain->assemblies in
17114         the hook function called when an assembly is loaded.
17115         
17116         * domain.c: Modified file.
17117         (mono_domain_assembly_load): removed hash table insertion of assemblies.
17118
17119         Fixes bug #33196.
17120
17121 2002-11-07  Miguel de Icaza  <miguel@ximian.com>
17122
17123         * reflection.c: Map PEFileKind to the value expected by the WinNT
17124         image loader. 
17125
17126 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17127
17128         * rand.c: use /dev/urandom. If it fails to open, use the previous one.
17129         Read until the buffer is filled completely.
17130
17131 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17132
17133         * icall.c: implemented MonoType.InternalGetEvent ().
17134
17135 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17136
17137         * appdomain.c: implemented InitAppDomainSetup. Delayed
17138         AppDomain.SetupInformation until mono_runtime_exec_main, where we get
17139         the entry_assembly.
17140
17141         * assembly.c: base_dir is now an absolute path ending with
17142         G_DIR_SEPARATOR.
17143
17144         * icall.c: modified get_location according to the above changes.
17145
17146         * object.c: init AppDomain.SetupInformation for the default domain after
17147         we have the entry assembly.
17148
17149         * domain.c: when unloading a domain, setup = NULL.
17150
17151 2002-11-04  Dietmar Maurer  <dietmar@ximian.com>
17152
17153         * marshal.c (emit_ptr_to_str_conv): try to fix bug 29548
17154
17155 Sun Nov 3 15:39:28 CET 2002 Paolo Molaro <lupus@ximian.com>
17156
17157         * object.h, object.c: introduced mono_object_get_virtual_method ()
17158         to lookup the method invoked on an object when a callvirt is done on
17159         a method.
17160         * icall.c: make MethodInfo::Invoke() always do a virtual call.
17161
17162 2002-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17163
17164         * appdomain.c: invoke AssemblyLoad and AsemblyResolve events in the
17165         current domain when loaded an assembly and failed to load it.
17166
17167         * icall.c: changed ...Assembly_GetType to Assembly_InternalGetType.
17168
17169 2002-10-31  Dick Porter  <dick@ximian.com>
17170
17171         * icall.c: 
17172         * file-io.h: 
17173         * file-io.c: Return the error status in a parameter, as the
17174         GetLastError() value has long since been blown away if we try and
17175         look it up in a subsequent internal call invocation.  Delete the
17176         GetLastError() internal call, because it's useless.
17177
17178 2002-10-31  Dietmar Maurer  <dietmar@ximian.com>
17179
17180         * class.[ch]: added cast_class to fix bug 29517
17181
17182 Wed Oct 30 19:37:32 CET 2002 Paolo Molaro <lupus@ximian.com>
17183
17184         * marshal.c: create valid IL code in the filter clause:
17185         the new JIT is less forgiving:-)
17186
17187 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17188
17189         * icall.c: removed get_property internal call.
17190
17191 2002-10-25  Zoltan Varga  <vargaz@freemail.hu>
17192
17193         * appdomain.h domain.c: Added an ID to appdomains.
17194         
17195         * threads.c threads.h icall.c: Implement icall
17196         Thread:GetDomainID(), and remove unused icall 
17197         CurrentThreadDomain_internal.
17198
17199 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17200
17201         * icall.c: Don't recurse through the base types in GetConstructor.
17202         Fixes bug #32063. 
17203
17204 Thu Oct 24 16:56:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
17205
17206         * mempool.h, mempool.c: added mono_mempool_empty() and
17207         mono_mempool_stats().
17208
17209 2002-10-23  Dick Porter  <dick@ximian.com>
17210
17211         * file-io.c: 
17212         * file-io.h: 
17213         * icall.c: Added MonoIO.GetFileType internal call
17214
17215 2002-10-17  Dick Porter  <dick@ximian.com>
17216
17217         * appdomain.c (mono_runtime_cleanup): Don't signal the async
17218         delegate semaphore before waiting for all threads to finish,
17219         because new threads can also call async delegates.  Fixes bug
17220         32004.
17221
17222         * threadpool.c (async_invoke_thread): Only wait for 500ms instead
17223         of 3 seconds, in case another async job is queued.  (This part is
17224         needed because the bug fix reintroduced the 3s exit lag.)  This
17225         makes the mono_runtime_shutdown flag superfluous.
17226
17227 Thu Oct 17 13:11:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
17228
17229         * reflection.c: include ehader size in method section headers.
17230         Really check for suplicated modules entries.
17231
17232 2002-10-17  Martin Baulig  <martin@gnome.org>
17233
17234         * debug-mono-symfile.c: Added back support for locals.
17235
17236 2002-10-14  Martin Baulig  <martin@gnome.org>
17237
17238         * debug-mono-symfile.c: Added MONO_TYPE_I, MONO_TYPE_U and
17239         MONO_TYPE_VOID.
17240
17241 2002-10-14  Martin Baulig  <martin@gnome.org>
17242
17243         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetType): Use
17244         mono_class_get() instead of looking in the class cache. 
17245
17246 2002-10-13  Martin Baulig  <martin@gnome.org>
17247
17248         * debug-mono-symfile.c: Set version number to 28, include the
17249         signature in method names.
17250
17251 2002-10-13  Martin Baulig  <martin@gnome.org>
17252
17253         * debug-mono-symfile.h: Set version number to 27.
17254
17255 2002-10-11  Martin Baulig  <martin@gnome.org>
17256
17257         * gc.c: Don't register/unregister NULL pointers as disappearing links.
17258
17259 Thu Oct 10 14:56:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
17260
17261         * metadata.c, metadata.h: added helper function to allocate signatures.
17262
17263 2002-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17264
17265         * icall.c: added internal call to get the location of machine.config.
17266
17267 2002-10-08  Martin Baulig  <martin@gnome.org>
17268
17269         * debug-mono-symfile.c: Ignore classes with a pending init for the
17270         moment.
17271
17272 2002-10-03  Dick Porter  <dick@ximian.com>
17273
17274         * threads.c: Freebsd pthread_t is a pointer
17275
17276 2002-10-03  Dick Porter  <dick@ximian.com>
17277
17278         * socket-io.c: Implemented GetHostName_internal
17279
17280 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17281
17282         * mono-config.c:
17283         (mono_config_parse_file): don't leak the text.
17284
17285 2002-10-02  Martin Baulig  <martin@gnome.org>
17286
17287         * debug-mono-symfile.c: Added support for methods.
17288
17289 2002-10-01  Martin Baulig  <martin@gnome.org>
17290
17291         * debug-mono-symfile.c: Don't emit methods and line numbers for
17292         the dynamic symbol file, just write the type table.  We can easily
17293         have an external helper program which creates a symbol file for an
17294         IL file.        
17295
17296 2002-10-01  Dick Porter  <dick@ximian.com>
17297
17298         * threads.c (ves_icall_System_Threading_Thread_Start_internal):
17299         Only add the handle to the cleanup array when we're about to
17300         launch the thread.  Bug 31425 deadlocked when the test was run on
17301         mono under w32.
17302
17303 2002-10-01  Martin Baulig  <martin@gnome.org>
17304
17305         * debug-mono-symfile.c: Added support for properties.
17306
17307 Fri Sep 27 18:55:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
17308
17309         * reflection.c: unaligned store fix from Mark Crichton
17310         <crichton@gimp.org>.
17311
17312 2002-09-27  Martin Baulig  <martin@gnome.org>
17313
17314         * icall.c ("System.Reflection.Assembly::GetReferencedAssemblies"):
17315         New interncall.
17316
17317 Fri Sep 27 15:38:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
17318
17319         * assembly.h, assembly.c: use a sane API to hook into the assembly
17320         loading process instead of a useless special-purpouse hack
17321         (ngen needs a hook, too, for example).
17322
17323 2002-09-27  Dick Porter  <dick@ximian.com>
17324
17325         * threads.c (mono_thread_init): Call GetCurrentProcess() so
17326         io-layer can set up some process handle info.  Not needed on w32,
17327         but doesn't hurt either.
17328
17329         * process.c: Pass the program name in the second parameter to
17330         CreateProcess, so the path is searched.  Include the working
17331         directory. Implemented process name, process enumeration, and some
17332         process detail internal calls.
17333         
17334         * icall.c: Added internal calls for process lookup, and some
17335         process details
17336
17337 2002-09-26  Martin Baulig  <martin@gnome.org>
17338
17339         * assembly.c (mono_install_open_assembly_hook): New global
17340         function to install a function to be invoked each time a new
17341         assembly is loaded.
17342         (mono_assembly_open): Run this callback function if set.
17343
17344         * debug-mono-symfile.c: Put back line numbers for the dynamic
17345         symbol file and also record the .il file as source file.  This
17346         allows us to install the temporary symbol file as `file.dbg' just
17347         like a compiler-generated one.
17348
17349 2002-09-26  Nick Zigarovich <nick@chemlab.org>
17350
17351         * Corrected typo in gc.c (BOHEM vs BOEHM).
17352
17353 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17354
17355         * icall.c: fixed bug #31235 by copying a few lines from GetMethods to
17356         GetProperties. Also avoid calling g_slist_length in GetProperties and
17357         GetMethods.
17358
17359 Wed Sep 25 22:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
17360
17361         * reflection.c: avoid unaligned stores (bug spotted by
17362         Mark Crichton  <crichton@gimp.org>).
17363
17364 2002-09-25  Martin Baulig  <martin@gnome.org>
17365
17366         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Use pointers
17367         instead of guint64 for addresses and added prologue/epilogue info.
17368
17369 2002-09-25  Martin Baulig  <martin@gnome.org>
17370
17371         * debug-mono-symfile.h (MonoDebugLineNumberEntry): New type to
17372         store line number info.  For the dynamic symbol file, we only need
17373         to provide the JIT generated dynamic line number info for the dynamic
17374         symbol file.
17375
17376 2002-09-25  Martin Baulig  <martin@gnome.org>
17377
17378         * debug-mono-symfile.h: Incremented version number.
17379
17380 2002-09-24  Martin Baulig  <martin@gnome.org>
17381
17382         * class.c (mono_debugger_class_init_func): New global function
17383         pointer variable.
17384         (mono_class_init): If mono_debugger_class_init_func is non-NULL,
17385         call it.
17386
17387         * debug-mono-symfile.c (mono_debug_symfile_add_type): New
17388         function.  This is called via the mono_debugger_class_init_func
17389         hook to add all types to the dynamic type table.
17390         (ves_icall_MonoDebugger_GetType): New interncall to get a class
17391         from its metadata token.
17392
17393         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetType"):
17394         New interncall for the debugger.
17395
17396 2002-09-24  Nick Drochak <ndrochak@gol.com>
17397
17398         * icall.c (ves_icall_System_Enum_ToObject): validate the type parameter
17399         before using it in case it is null.
17400         
17401 Tue Sep 24 13:24:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
17402
17403         * metadata.c: allow custom modifiers in local var signatures
17404         (bug spotted by Zoltan Varga).
17405
17406 Tue Sep 24 12:12:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
17407
17408         * class.c: deal with the <Module> class that may have a NULL vtable.
17409         Eliminate warnings.
17410
17411 Tue Sep 24 11:28:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
17412
17413         * image.c, image.h: more strong name helpers.
17414         * monosn.c: more work: convert pem keys to cryptoapi format.
17415
17416 Tue Sep 24 11:27:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
17417
17418         * string-icalls.c: speedup IndexOf.
17419
17420 Tue Sep 24 11:17:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
17421
17422         * icall.c: updates from Zoltan.2.Varga@nokia.com.
17423
17424 Tue Sep 24 11:09:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
17425
17426         * icall.c: cleanup: use mono_object_domain ().
17427
17428 2002-09-23  Martin Baulig  <martin@gnome.org>
17429
17430         * debug-mono-symfile.c: Improved type support.
17431
17432 2002-09-22  Martin Baulig  <martin@gnome.org>
17433
17434         * debug-mono-symfile.c: Added support for reference types and strings.
17435
17436 2002-09-22  Martin Baulig  <martin@gnome.org>
17437
17438         * debug-mono-symfile.c: Started to work on the type table.
17439
17440 2002-09-21  Martin Baulig  <martin@gnome.org>
17441
17442         * debug-mono-symfile.c: Largely reworked the symbol table format.
17443         The symbol table is now incrementally updated each time a new
17444         method is added.  We're now also using our own magic and version
17445         so that you don't need to recompile all your classes if the
17446         dynamic table changes.
17447         (mono_debug_update_mono_symbol_file): Removed.
17448         (mono_debug_symfile_add_method): New function to add a method.
17449
17450 2002-09-21  Martin Baulig  <martin@gnome.org>
17451
17452         * icall.c
17453         ("System.Reflection.Assembly::MonoDebugger_GetLocalTypeFromSignature"):
17454         New interncall.
17455
17456         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetLocalTypeFromSignature):
17457         New interncall to get a method from its metadata token.
17458
17459 2002-09-21  Martin Baulig  <martin@gnome.org>
17460
17461         * debug-mono-symfile.c: Create type table.
17462
17463 2002-09-20  Martin Baulig  <martin@gnome.org>
17464
17465         * debug-mono-symfile.c: Reflect latest Mono.CSharp.Debugger changes.
17466
17467 2002-09-20  Martin Baulig  <martin@gnome.org>
17468
17469         * debug-mono-symfile.c: Provide information about params and locals.
17470
17471 2002-09-20  Martin Baulig  <martin@gnome.org>
17472
17473         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethod"):
17474         New interncall.
17475
17476         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethod): New
17477         interncall to get a method from its metadata token.
17478
17479 2002-09-20  Martin Baulig  <martin@gnome.org>
17480
17481         * debug-mono-symfile.c: Added a few checks for method->header
17482         being non-NULL.  This should never happen, but for the moment
17483         let's use a g_warning() rather than a g_assert().
17484
17485 2002-09-19  Mark Crichton  <crichton@gimp.org>
17486
17487         * gc.c: ves_icall_System_GCHandle_FreeHandle made a call to libgc
17488         even if support for it isn't present.  Added an #ifdef to fix this.
17489
17490         * socket-io.c: Added checks back for Solaris support.
17491
17492 2002-09-19  Martin Baulig  <martin@gnome.org>
17493
17494         * debug-mono-symfile.c (read_string, write_string): Reflect latest
17495         changes in the symbol file format.
17496
17497 2002-09-18  Martin Baulig  <martin@gnome.org>
17498
17499         * debug-mono-symfile.c: Set version number to 21.
17500
17501 2002-09-18  Dick Porter  <dick@ximian.com>
17502
17503         * threads.c (mon_new): Use the GC_MALLOC macro to hide differences
17504         on netbsd.  Fixes bug 30051.
17505
17506 2002-09-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17507
17508         * reflection.c:
17509         (set_version_from_string): little fix.
17510
17511 Mon Sep 16 18:57:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
17512
17513         * monosn.c, Makefile.am: added strong name utility.
17514         * reflection.h, reflection.c: implemented delayed signing,
17515         locale, version and hash id assembly attributes.
17516
17517 Mon Sep 16 18:51:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
17518
17519         * loader.c, metadata.c: load param attributes in signatures.
17520
17521 2002-09-16  Martin Baulig  <martin@gnome.org>
17522
17523         * debug-mono-symfile.c: Added string table with all method names.
17524
17525 2002-09-14  Martin Baulig  <martin@gnome.org>
17526
17527         * debug-mono-symfile.h (MonoSymbolFile): Added method range table for
17528         fast method lookup.
17529
17530 Fri Sep 13 16:04:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
17531
17532         * reflection.c: record the public key token of referenced assemblies.
17533
17534 Fri Sep 13 15:41:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
17535
17536         * image.c, image.h: added functions to get the strong name and the
17537         public key of an assembly.
17538         * pedump.c: use them.
17539
17540 2002-09-12  Dietmar Maurer  <dietmar@ximian.com>
17541
17542         * marshal.c (emit_str_to_ptr_conv): support marshalling of delegates.
17543
17544 2002-09-12  Miguel de Icaza  <miguel@ximian.com>
17545
17546         * marshal.c (mono_marshal_get_managed_wrapper): Added
17547         MONO_TYPE_BOOLEAN 
17548
17549 2002-09-11  Martin Baulig  <martin@gnome.org>
17550
17551         * gc.c: Call GC_unregister_disappearing_link() on all links when
17552         finalizing them, this is necessary to aviod a crash in boehm's
17553         finalize handler.
17554
17555 Wed Sep 11 17:06:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
17556
17557         * gc.c: handle GetTarget for finalized objects spotted and fixed by
17558         nick@chemlab.org.
17559
17560 Wed Sep 11 15:27:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
17561
17562         * icall.c: implemented MonoType::Module.
17563         * reflection.c, reflection.h: mono_module_get_object () from
17564         Tomi Pakarinen <tomi.pakarinen@welho.com>.
17565
17566 Wed Sep 11 12:53:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
17567
17568         * icall.c: ignore overridden methods in GetMethods ().
17569         Fix for FieldInfo::SetValue().
17570         * object.c: handle float/double in runtime invoke.
17571
17572 Tue Sep 10 15:51:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
17573
17574         * object.c: allow a constructor to be called again on an object.
17575
17576 Tue Sep 10 11:58:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
17577
17578         * class.h, class.c: move field layout code to it's own function and
17579         export it. Get an interface id earlier. Move fields in MonoClass
17580         so they are more cache friendly and align the bitfields.
17581         * loader.c: temporary handle get_param_names() for a runtime method.
17582         * reflection.c, reflection.h: more code to handle runtime creation of
17583         types.
17584
17585 2002-09-09  Martin Baulig  <martin@gnome.org>
17586
17587         * marshal.c (mono_marshal_get_native_wrapper): We need to use a special
17588         signature with the pinvoke field being set for the actual call.
17589
17590 Sat Sep 7 10:12:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
17591
17592         * icall.c: removed some unused icalls. Start of map of glib charsets
17593         to corlib names. Implemented RuntimeMethod::GetFunctionPointer ().
17594
17595 Fri Sep 6 16:08:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
17596
17597         * debug-helpers.c: break infinite loop (found and fixed by
17598         Holger Arnold <harnold@gmx.de>).
17599
17600 Thu Sep 5 18:50:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
17601
17602         * icall.c: target may be null in create_delegate.
17603
17604 Thu Sep 5 17:42:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
17605
17606         * marshal.c: handle a boolean return type.
17607
17608 Thu Sep 5 13:09:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
17609
17610         * gc.c: put HIDE_POINTER/REVEAL_POINTER only here.
17611
17612 Wed Sep 4 19:23:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
17613
17614         * gc.c: fix weakreferences.
17615
17616 Wed Sep 4 13:59:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
17617
17618         * icall.c: added icall to get default codepage.
17619
17620 2002-09-03  Dick Porter  <dick@ximian.com>
17621
17622         * threads.h: 
17623         * threads.c: Use MonoThread instead of MonoObject where
17624         apropriate.
17625
17626         Store running thread objects in a hash table, so that we have all
17627         the info to hand when waiting for them to finish
17628         (means we don't need OpenThread() any more, so mingw builds should
17629         be fully functional again.)
17630
17631         * verify.c:
17632         * object.h: Added thread ID to MonoThread
17633
17634 2002-09-03  Martin Baulig  <martin@gnome.org>
17635
17636         * icall.c (System.Reflection.Assembly::get_location): New interncall.
17637
17638 2002-09-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17639
17640         * icall.c: fixed leak in get_temp_path. Thanks lupus.
17641
17642 2002-09-03  Martin Baulig  <martin@gnome.org>
17643
17644         * debug-helpers.c (mono_disasm_code_one): Added `const guchar **endp'
17645         argument to store the end address of the disassembled instruction.
17646
17647         * debug-mono-symfile.h (MonoDebugMethodInfo, MonoDebugVarInfo): Moved
17648         here from debug-symfile.h.
17649         (MonoDebugMethodJitInfo): Moved all fields which are filled out by the
17650         JIT into this struct.
17651         (MonoSymbolFile): Added `char *image_file' field.
17652         (MonoDebugGetMethodFunc): Removed.
17653         (mono_debug_update_mono_symbol_file): Removed the hash table argument.
17654         (mono_debug_create_mono_symbol_file): Removed the `source_file' argument.
17655         (mono_debug_find_method): New method.
17656
17657         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): Always
17658         create a full symbol file.
17659         (mono_debug_update_mono_symbol_file): Don't distinguish between dynamic
17660         and static symbol files.
17661         (mono_debug_find_method): The symbol file keeps an internal method hash,
17662         call this to get a MonoDebugMethodInfo from a MonoMethod.
17663
17664         * debug-symfile.[ch]: Removed.
17665
17666 2002-08-29  Miguel de Icaza  <miguel@ximian.com>
17667
17668         * image.c (do_mono_image_open): Remove linker version check.
17669
17670 2002-08-29  Dietmar Maurer  <dietmar@ximian.com>
17671
17672         * marshal.c (mono_marshal_get_managed_wrapper): don't cache
17673         wrappers for instance methods.
17674         
17675 2002-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17676
17677         * icall.c: added ves_icall_System_IO_Path_get_temp_path.
17678
17679 2002-08-28  Dick Porter  <dick@ximian.com>
17680
17681         * Makefile.am: Export HOST_CC for w32 builds
17682
17683 Tue Aug 27 18:34:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
17684
17685         * file-io.c process.c: MonoString are null terminated, no
17686         need for mono_string_to_utf16() anymore.
17687
17688 Tue Aug 27 17:51:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
17689
17690         * icall.c, unicode.h, unicode.c: removed unused iconv stuff.
17691
17692 Tue Aug 27 16:38:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
17693
17694         * icall.c, reflection.h: speedup System.MonoType.
17695
17696 Tue Aug 27 16:37:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
17697
17698         * reflection.c: allow null as the value of a string argument in
17699         custom attributes constructors.
17700
17701 2002-08-27  Martin Baulig  <martin@gnome.org>
17702
17703         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Removed the
17704         `trampoline_address' field.
17705
17706 2002-08-27  Dietmar Maurer  <dietmar@ximian.com>
17707
17708         * marshal.c (mono_marshal_get_native_wrapper): removed wrong null
17709         check (fixes bug #29486) 
17710
17711 2002-08-27  Martin Baulig  <martin@gnome.org>
17712
17713         * debug-mono-symfile.c: Changed the file format in a way that allows us
17714         open it read-only and to use a specially malloced area for all the
17715         dynamic data.  We can now also generate a symbol file on-the-fly if we're
17716         debugging IL code and there is no MCS generated symbol file for it.
17717
17718 Mon Aug 26 16:47:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
17719
17720         * object.c: added a define for a good string and array
17721         creation speedup (not enabled by default because we need to deal with
17722         the synch stuff).
17723
17724 2002-08-26  Martin Baulig  <martin@gnome.org>
17725
17726         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): New
17727         function to create a dynamic symbol file.  This is used by the
17728         debugger to create a symbol file for IL code on-the-fly.
17729
17730 2002-08-26  Martin Baulig  <martin@gnome.org>
17731
17732         * loader.c (mono_lookup_pinvoke_call): Include the error message
17733         from g_module_error() in the error message.
17734
17735 2002-08-24  Martin Baulig  <martin@gnome.org>
17736
17737         * debug-mono-symfile.c (mono_debug_update_mono_symbol_file): New
17738         function to update the symbol file.  The symbol file is mmap()ed
17739         writable, but private.  This allows us to install the symbol file
17740         together with the assembly.
17741
17742 2002-08-24  Martin Baulig  <martin@gnome.org>
17743
17744         * debug-mono-symfile.[ch]: New files.  Similar to debug-symfile.[ch]
17745         but they can read the new symbol file format which mcs is now creating.
17746
17747         * debug-symfile.c (mono_debug_find_source_location): Moved to
17748         debug-mono-symfile.c; this is now operating on the new symbol file.
17749
17750 2002-08-23  Martin Baulig  <martin@gnome.org>
17751
17752         * debug-helpers.c (mono_method_desc_from_method): New function to get
17753         a MonoMethodDesc from a MonoMethod.
17754
17755 Fri Aug 23 15:54:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
17756
17757         * object.c: fixes assertion failure caused by multiple ExecuteAssembly
17758         calls for same domain (patch by Tomi Pakarinen <Tomi.Pakarinen@iki.fi>).
17759
17760 Fri Aug 23 12:14:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
17761
17762         * string-icalls.[ch]: make helper methods static.
17763
17764 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17765
17766         * icall.c: re-applied patch to GetValueInternal. Also added R4 and R8
17767         types to it and to SetValueInternal.
17768
17769         * object.c: Moved handle_enum label to its proper place. This was the
17770         f... bug! ;-)
17771
17772         This time i compiled mcs and gtk-sharp and they both work.
17773
17774 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17775
17776         * icall.c: reverted partially my previous patch until 
17777         object.c:set_value handles enums correcly.
17778
17779 2002-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17780
17781         * icall.c:
17782         (ves_icall_MonoField_GetValue): changed to use mono_field_get_value.
17783         (ves_icall_System_Environment_get_MachineName): removed warning when
17784         compiling under cygwin.
17785
17786 Thu Aug 22 18:49:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
17787
17788         * object.c: fixed field_get_value() for reference types.
17789
17790 2002-08-22  Dick Porter  <dick@ximian.com>
17791
17792         * socket-io.c (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal):
17793         Don't free a buffer while it's still needed.  Patch from Jonathan
17794         Liger <Jonathan.liger@wanadoo.fr>
17795
17796 2002-08-21  Miguel de Icaza  <miguel@ximian.com>
17797
17798         * icall.c (ves_icall_System_Environment_get_Platform): Add new
17799         internal call.
17800
17801 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>
17802
17803         * icall.c (ves_icall_get_method_info): s/MonoMethod/MonoReflectionMethod/
17804         (ves_icall_get_parameter_info): s/MonoMethod/MonoReflectionMethod/
17805
17806         * marshal.c (mono_marshal_get_remoting_invoke): save lmf, because
17807         we call unmanaged code which throws exceptions.
17808
17809 Wed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
17810
17811         * appdomain.h: added per-domain entry_assembly.
17812         * appdomain.c: ensure mono_runtime_exec_main () gets non-null
17813         arguments.
17814         * icall.c: Assembly::GetEntryAssembly icall.
17815         * object.c: set domain->entry_assembly in mono_runtime_exec_main().
17816         Changes above from a patch by Tomi Pakarinen <tomi.pakarinen@welho.com>.
17817
17818 Tue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
17819
17820         * appdomain.h, gc.c: added mono_domain_finalize ().
17821
17822 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17823
17824         * object.c:
17825         (mono_print_unhandled_exception): changed g_warning by g_printerr
17826         because g_log has a 1024 characters limit (yeah, i got a big stack
17827         trace). Don't print exception name, that should be in ToString 
17828         returned string.
17829
17830 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17831
17832         * icall.c: added ves_icall_FieldInfo_SetValueInternal.
17833         * object.c: added missing MONO_TYPE_ARRAY in mono_runtime_invoke_array.
17834
17835 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17836
17837         * object.c:
17838         (mono_print_unhandled_exception): after previous commit, i realized
17839         that MS calls ToString on the exception. I changed this function to
17840         do that. This way we get stack_trace for free.
17841
17842 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17843
17844         * object.c:
17845         (mono_print_unhandled_exception): invoke Message property instead of
17846         getting 'message' field from Exception. Don't allocate memory for
17847         'trace' and 'message' if not needed.
17848
17849 2002-08-18  Dick Porter  <dick@ximian.com>
17850
17851         * unicode.c: Fix asserts to match Encoder.cs checks
17852
17853 Fri Aug 16 21:42:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
17854
17855         * marshal.c: fix unaligned store issue and a few wrong
17856         opcode argument types.
17857
17858 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
17859
17860         * icall.c: added GetUninitializedObjectInternal internal call.
17861
17862 2002-08-16  Dietmar Maurer  <dietmar@ximian.com>
17863
17864         * appdomain.c (mono_runtime_invoke_in_domain): transfer Exception
17865         to the right domain.
17866
17867 2002-08-14  Dietmar Maurer  <dietmar@ximian.com>
17868
17869         * marshal.c (mono_marshal_get_runtime_invoke): unbox value types
17870
17871         * class.c (class_compute_field_layout): set blittable to false for Strings
17872
17873         * appdomain.c (mono_domain_transfer_object): added support for ISerializable
17874
17875 Wed Aug 14 17:26:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
17876
17877         * appdomain.h, reflection.c, icall.c, object.c, reflection.h:
17878         first chunk of code to create types at runtime. Code to
17879         handle ReflectedType/DeclaringType. Make reflection handles
17880         domain specific.
17881
17882 Wed Aug 14 17:24:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
17883
17884         * class.c: set correct name in arrays.
17885
17886 2002-08-13  Dietmar Maurer  <dietmar@ximian.com>
17887
17888         * appdomain.c (mono_domain_transfer_object): make it work with
17889         valuetypes. bug fixes.
17890
17891 2002-08-12  Dick Porter  <dick@ximian.com>
17892
17893         * object.h: Rename some parameters to avoid c++ keywords (Patch
17894         from Joseph Wenninger <kde@jowenn.at>)
17895
17896 Thu Aug 8 13:04:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
17897
17898         * icall.c: added icall to implement Assembly.GetFile*.
17899
17900 Thu Aug 8 10:18:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
17901
17902         * reflection.h, reflection.c: code to embed managed resources.
17903
17904 Tue Aug 6 17:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
17905
17906         * class.c: move all the type size stuff into
17907         class_compute_field_layout().
17908
17909 Tue Aug 6 11:20:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
17910
17911         * class.c: ensure enums have always the correct instance size.
17912         * unicode.c: remove wrong assert.
17913
17914 Mon Aug 5 19:30:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
17915
17916         * assembly.c: fix mem corruption issue.
17917         * image.h, image.c: added mono_image_get_resource () to access
17918         managed resources.
17919         * icall.c: implemented Assembly.EntryPoint property and some
17920         Managed Resources related internalcalls.
17921
17922
17923 Mon Aug 5 18:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
17924
17925         * image.c, image.h: impemented mono_image_get_entry_point ().
17926         * appdomain.c: use mono_image_get_entry_point.
17927
17928 Mon Aug 5 13:08:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
17929
17930         * reflection.c: support the object type argument when loading
17931         custom attributes.
17932
17933 2002-08-05  Dietmar Maurer  <dietmar@ximian.com>
17934
17935         * marshal.c (mono_marshal_get_managed_wrapper): add suppport for
17936         String as return type.
17937
17938 Fri Aug 2 21:15:42 CEST 2002 Paolo Molaro <lupus@ximian.com>
17939
17940         * reflection.c: fix encoding of named args for custom attrs to match
17941         the ms implementation. Read them back when instantiating custom
17942         attributes.
17943
17944 2002-08-02  Radek Doulik  <rodo@ximian.com>
17945
17946         * marshal.c (mono_mb_add_data): convert ret value to LE, suggested
17947         by Dietmar as quick fix
17948         (mono_marshal_get_delegate_begin_invoke): use sig->param_count +
17949         16 as stack size, used on more places as quick fix before Dietmar
17950         will fix it properly
17951
17952 Fri Aug 2 17:48:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
17953
17954         * object.h, object.c: added accessors for fields and properties.
17955
17956 Fri Aug 2 17:45:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
17957
17958         * class.c, class.h: made mono_class_get_field_from_name ()
17959         loop on parent types.
17960         Added mono_class_get_property_from_name ().
17961
17962 Fri Aug 2 11:40:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
17963
17964         * class.c, class.h: move the code to setup the type vtable in its own
17965         function so that it can be reused also for types created at runtime.
17966         Eliminate the "class" identifier from the header file.
17967         * reflection.c: setup the vtable for enums so that we can create
17968         objects for use in SetConstant ().
17969
17970 2002-08-02  Dietmar Maurer  <dietmar@ximian.com>
17971
17972         * marshal.c (mono_delegate_to_ftnptr): pass delegate->target
17973         instead of the delegate itself as this pointer (bug #28383)
17974
17975 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
17976
17977         * marshal.c (mono_marshal_get_managed_wrapper): added return type
17978         conversions.
17979
17980 Wed Jul 31 16:49:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
17981
17982         * loader.c: don't set the pinvoke bit on icalls.
17983
17984 2002-07-31  Dietmar Maurer  <dietmar@ximian.com>
17985
17986         * debug-helpers.c (mono_method_full_name): only print a number to
17987         indicate wrapper type (so that the output is more readable in traces).
17988
17989 2002-07-30  Dietmar Maurer  <dietmar@ximian.com>
17990
17991         * class.c (mono_class_init): include method override patch from Paolo
17992
17993 Tue Jul 30 15:20:08 CEST 2002 Paolo Molaro <lupus@ximian.com>
17994
17995         * icall.c: fixed GetTypeCode().
17996
17997 2002-07-29  Dietmar Maurer  <dietmar@ximian.com>
17998
17999         * threads.c (ves_icall_System_Threading_Thread_Thread_internal):
18000         use real delegate invoke function to make it work with multicast
18001         delegates (fix bug# 28291).
18002
18003 Fri Jul 26 11:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
18004
18005         * object.c: load constant strings.
18006
18007 Fri Jul 26 11:36:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
18008
18009         * reflection.c: no magic numbers.
18010         * tabledefs.h: security action enum.
18011
18012 Fri Jul 26 11:22:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
18013
18014         * assembly.c: fix possible memory corruption.
18015
18016 Thu Jul 25 13:58:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
18017
18018         * reflection.h, reflection.c: added support for linking resources.
18019         * verify.c: check we have an updated corlib.
18020
18021 2002-07-25  Dietmar Maurer  <dietmar@ximian.com>
18022
18023         * marshal.c (mono_marshal_get_native_wrapper): correctly marshal
18024         string arrays.
18025         (mono_marshal_string_array): null terminate unmanaged string arrays.
18026         (mono_marshal_get_managed_wrapper): print warning for arrays (not implemented)
18027
18028 Wed Jul 24 13:32:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
18029
18030         * icall.c: Type.GetType () can now return also types from the
18031         calling assembly.
18032
18033 Wed Jul 24 13:04:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
18034
18035         * loader.h, loader.c: stack walking support.
18036         * icall.c: implemented GetCurrentMethod, GetExecutingAssembly,
18037         GetCallingAssembly.
18038
18039 2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
18040
18041         * marshal.c: added optimisations for blittable types 
18042
18043         * class.c (mono_array_class_get): do not set blittable attribute on arrays
18044         (mono_class_setup_mono_type): set blittable attribute for single
18045         and double.
18046
18047         * marshal.c (mono_string_utf8_to_builder): impl.
18048         (mono_string_builder_to_utf8): impl.
18049         (mono_marshal_get_native_wrapper): impl. StringBuilder marshaling
18050
18051 2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
18052
18053         * marshal.c (mono_marshal_get_native_wrapper): impl. byref types
18054         (mono_marshal_get_managed_wrapper): impl. byref types
18055
18056 2002-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18057
18058         * icall.c:
18059         (search_method): don't display debug message. 
18060
18061 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
18062
18063         * metadata.c (mono_type_stack_size): removed temporary fix for new gcc
18064
18065 Mon Jul 22 18:17:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
18066
18067         * appdomain.c: set the missing filename when throwing exception.
18068
18069 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
18070
18071         * metadata.c (mono_type_size): code cleanup
18072         (mono_type_stack_size): removed some test code
18073
18074 2002-07-21  Miguel de Icaza  <miguel@ximian.com>
18075
18076         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Use
18077         mono_get_exception_file_not_found now.
18078
18079         * exception.c (mono_exception_from_name_two_strings): New version
18080         that will call a constructor with two string arguments. 
18081         (mono_get_exception_file_not_found): New helper routine, used to
18082         report file-not-found errors.
18083
18084 2002-07-20  Dick Porter  <dick@ximian.com>
18085
18086         * process.h:
18087         * process.c: Pass file handles to CreateProcess
18088         
18089         * icall.c:
18090         * file-io.h:
18091         * file-io.c: Implemented CreatePipe
18092
18093 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
18094
18095         * metadata.c (mono_get_param_info): set alignment for value types
18096
18097 Fri Jul 19 18:58:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
18098
18099         * appdomain.h, domain.c, threads-types.h: don't include config.h in headers.
18100         Constify mono_domain_assembly_open().
18101         * loader.c: handle null namespace in icalls.
18102
18103 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
18104
18105         * marshal.c (emit_ptr_to_str_conv): marshal object as structs
18106         (emit_str_to_ptr_conv): marshal object as structs
18107
18108         * metadata.c (mono_type_to_unmanaged): marshal object as structs
18109
18110         * marshal.c (mono_marshal_get_runtime_invoke): support value types
18111
18112 2002-07-18  Dietmar Maurer  <dietmar@ximian.com>
18113
18114         * marshal.c (mono_marshal_get_runtime_invoke): use exception filters
18115         (mono_marshal_get_native_wrapper): we an now return value types
18116
18117 Wed Jul 17 18:21:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
18118
18119         * verify.c: more checks implemented.
18120
18121 2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
18122
18123         * marshal.c (mono_delegate_to_ftnptr): invoke the right method
18124         (fix bug #27695)
18125         (mono_marshal_get_native_wrapper): allow byref arguments
18126         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringXXX):
18127         impl. PtrToStringXXX methods
18128         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure_type): impl.
18129         (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): impl.
18130         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi): impl.
18131         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): impl.
18132         (ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure): impl.
18133
18134 Tue Jul 16 19:00:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
18135
18136         * reflection.c: fix buglet in parsing an assembly name.
18137
18138 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
18139
18140         * marshal.c (emit_ptr_to_str_conv): first impl.
18141
18142 Tue Jul 16 12:39:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
18143
18144         * object.c, class.h: cache the vtable in the class as suggested by
18145         vargaz@freemail.hu (Zoltan Varga).
18146
18147 Tue Jul 16 11:27:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
18148
18149         * class.h, loader.c: added mono_field_from_token().
18150         * verify.c: first cut of type checking code.
18151
18152 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
18153
18154         * marshal.c (mono_marshal_get_native_wrapper): support valuetypes
18155
18156 2002-07-15  Dietmar Maurer  <dietmar@ximian.com>
18157
18158         * marshal.c (mono_marshal_get_native_wrapper): handle enum types
18159         (fix bug #27782)
18160         (mono_marshal_get_remoting_invoke): impl.
18161         (mono_delegate_begin_invoke): impl.
18162         (mono_mb_emit_save_args): impl.
18163         (mono_delegate_end_invoke): impl.
18164         (mono_marshal_get_delegate_begin_invoke):
18165         (mono_marshal_get_delegate_end_invoke):
18166         (mono_marshal_get_delegate_invoke): generate a special name for
18167         those methods (including the signature) and associate them whith
18168         the delegate class. 
18169
18170 2002-07-13  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
18171
18172         * reflection.[ch]: 
18173         (mono_reflection_type_from_name): now it has a MonoImage parameter
18174         which is used as the default image to search the type in. If the image
18175         is NULL or getting the type from it fails, it defaults to corlib.
18176
18177         * icall.c: changed 1 call to mono_reflection_type_from_name to match
18178         new parameter.
18179
18180 Sat Jul 13 19:32:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
18181
18182         * reflection.c: update the parameter table index.
18183
18184 Sat Jul 13 17:34:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
18185
18186         * domain.c: don't include the mark byte in the string hash.
18187
18188 Sat Jul 13 15:06:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
18189
18190         * icall.cs: icall for Type.GetTypeCode ().
18191         * verify: a couple of fixes and disabled local initialization checks.
18192
18193 2002-07-12  Dietmar Maurer  <dietmar@ximian.com>
18194
18195         * marshal.c: better debugging support (DEBUG_RUNTIME_CODE)
18196
18197         * debug-helpers.c (mono_method_full_name): print the type of the
18198         runtime wrapper
18199
18200         * metadata.c (mono_signature_hash): a hash function for signatures
18201         (mono_signature_hash): better hash algorithm
18202
18203         * marshal.c (mono_marshal_get_delegate_invoke): cache methods by signature
18204
18205         * debug-helpers.c (mono_method_full_name): this can now generate
18206         method names with signatures
18207
18208         * marshal.c (mono_marshal_get_managed_wrapper): bug fix: unmanaged
18209         method dont have this pointers.
18210
18211 Fri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
18212
18213         * reflection.c: fixup typebuilder tokens.
18214         * image.c: fix buglet.
18215         * marshal.h: remove whitespace.
18216         * metadata.h, metadata.c: reinstate code that was removed.
18217         * verify.c: handle catch directives and fix another couple of bugs.
18218
18219 2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
18220
18221         * marshal.c (mono_marshal_get_native_wrapper): support BOOLEAN
18222         (mono_marshal_get_native_wrapper): make it comp. with the old code
18223         (mono_marshal_get_native_wrapper): support boolean
18224         (mono_marshal_get_managed_wrapper): support more types
18225
18226 2002-06-25  Dietmar Maurer  <dietmar@ximian.com>
18227
18228         * class.c (class_compute_field_layout): compute class->blittable attribute.
18229
18230 2002-07-09  Dick Porter  <dick@ximian.com>
18231
18232         * threads.c: Make the thread cleaning up cope with threads that
18233         call ExitThread()
18234
18235 2002-07-08  Radek Doulik  <rodo@ximian.com>
18236
18237         * reflection.c (method_encode_code): use non-translated values to
18238         compute finally_start, this fixes exception handling on ppc, yay!
18239
18240         * decimal.h (struct signscale): fix endianess
18241
18242 2002-07-07  Radek Doulik  <rodo@ximian.com>
18243
18244         * reflection.c: swap box_val and not val
18245
18246 Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
18247
18248         * reflection.c, reflection.h: handle full assembly info in type name.
18249         Handle Type arguments when loading custom attributes.
18250         * icall.c: updated to use new mono_reflection_type_from_name () method.
18251
18252 2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18253
18254         * loader.c:
18255         (method_from_memberref): also print assembly name when method not found.
18256
18257 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18258
18259         * icall.c:
18260         (ves_icall_TypeGetProperties): fixed bug #27473. 
18261
18262 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18263
18264         * reflection.c: display image name and token when cannot find the
18265         .ctor for an attribute.
18266
18267 2002-07-05  Martin Baulig  <martin@gnome.org>
18268
18269         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
18270
18271 2002-07-04  Dick Porter  <dick@ximian.com>
18272
18273         * threads.c (mono_thread_cleanup): Nasty kludge to get this to
18274         compile on mingw.  This will cause mingw builds to not wait for
18275         subthreads to terminate after the main thread does.  I've lodged a
18276         bug with the mingw developers for them to wrap OpenThread().
18277
18278 2002-07-03  Dick Porter  <dick@ximian.com>
18279
18280         * threads.c: Store thread IDs instead of handles, because
18281         GetCurrentThread() returns a pseudohandle and therefore stores
18282         useless values.  mono_thread_cleanup() continues checking the
18283         array of threads until it is empty, to cope with subthreads
18284         spawning new threads after the main thread has finished.
18285
18286         * profiler.h:
18287         * profiler.c:
18288         * profiler-private.h: Pass the thread ID to thread profiler
18289         functions, instead of a handle
18290
18291 Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
18292
18293         * verify.c: fixes to make it more usable.
18294         * pedump.c: added --verify code to verify IL code in an assembly.
18295
18296 Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
18297
18298         * reflection.c: turn errors into warnings to allow compiling corlib.
18299
18300 Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
18301
18302         * reflection.c: add special cases to compile corlib.
18303
18304 Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
18305
18306         * reflection.c: handle properties with only a set method.
18307
18308 Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
18309
18310         * opcodes.h: add enum with opcodes in opval order.
18311
18312 2002-07-01  Dick Porter  <dick@ximian.com>
18313         
18314         * object.h:
18315         * object.c (mono_runtime_run_main): Removed unneeded argument
18316
18317 2002-06-28  Martin Baulig  <martin@gnome.org>
18318
18319         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
18320
18321 2002-06-27  Dick Porter  <dick@ximian.com>
18322
18323         * threads.c: Store the handle in both the parent thread and in the
18324         subthread, to minimise the time between starting a new thread and
18325         storing its ID.
18326
18327 2002-06-26  Dick Porter  <dick@ximian.com>
18328
18329         * appdomain.c (mono_runtime_cleanup): Close the socket library
18330         after all the threads have finished, not before
18331
18332 2002-06-26  Martin Baulig  <martin@gnome.org>
18333
18334         * debug-symfile.c (mono_debug_find_source_location): Added
18335         `guint32 *line_number' argument.  If it's not NULL, store the line number
18336         there and return the file name without the line number.
18337
18338 2002-06-25  Dick Porter  <dick@ximian.com>
18339
18340         * icall.c:
18341         * process.h:
18342         * process.c: Process forking and other support functions
18343
18344 2002-06-25  Dick Porter  <dick@ximian.com>
18345
18346         * image.c (do_mono_image_open): Set ref_count to 1, so that bad
18347         things dont happen when the image is closed.
18348         (mono_image_lookup_resource): Walk the resource section looking
18349         for a particular entry
18350
18351         * cil-coff.h: PE resource section decoding
18352
18353 2002-06-25  Dick Porter  <dick@ximian.com>
18354         
18355         * assembly.h:
18356         * assembly.c: 
18357         (mono_assembly_foreach): Accessor functions to walk the list of
18358         loaded assemblies
18359         (mono_assembly_set_main):
18360         (mono_assembly_get_main): Process methods need to know which
18361         assembly is the "main" one
18362
18363         * object.c (mono_runtime_run_main): Record the main assembly
18364
18365         * debug-helpers.c: Fix typo
18366
18367 2002-06-24  Dietmar Maurer  <dietmar@ximian.com>
18368
18369         * icall.c (ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged): impl.
18370         (ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged): impl.
18371
18372 Sat Jun 22 11:37:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
18373
18374         * icall.c: fix off-by-one in Assembly.GetTypes() reported by bob@karr.ath.cx.
18375
18376 2002-06-21  Miguel de Icaza  <miguel@ximian.com>
18377
18378         * image.c (do_mono_image_open): Initialize reference count,
18379         otherwise we leak the MonoImage.
18380
18381 Fri Jun 21 19:16:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
18382
18383         * reflection.c: small tweak to handle self-hosting.
18384
18385 Thu Jun 20 23:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
18386
18387         * reflection.c: fix type name parse code.
18388
18389 Thu Jun 20 19:24:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
18390
18391         * reflection.c: break out of the loop.
18392         * image.c: special case corlib.
18393
18394 Thu Jun 20 16:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
18395
18396         * reflection.c: add all the custom attrs at the end to ensure the
18397         ctors have been properly initialized when the attributes are defined
18398         in the current assembly.
18399
18400 Thu Jun 20 13:46:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
18401
18402         * reflection.c: handle correctly multiple-nested types.
18403
18404 Thu Jun 20 11:49:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
18405
18406         * row-indexes.h: fix typos.
18407         * reflection.c: adjust for typos and fix method_def_or_ref
18408         encoding in MethodImpl table.
18409
18410 Wed Jun 19 21:57:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
18411
18412         * reflection.c: fix entry point patching (thanks Serge!).
18413
18414 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
18415
18416         * verify.c: add check for System.Exception
18417
18418 Mon Jun 17 20:23:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
18419
18420         * image.c, class.c: minifix for code just c&p'ed.
18421         * reflection.c: warning fix.
18422         * object.h, loader.h, domain.c: load also StringBuilder.
18423
18424 Mon Jun 17 17:29:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
18425
18426         * marshal.h, marshal.c: some support code to handle complex marshaling.
18427
18428 Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
18429
18430         * class.h, class.c, reflection.c: handle ignorecase in GetType ().
18431         Better signatures with vtable error dump.
18432
18433 Mon Jun 17 16:13:35 CEST 2002 Paolo Molaro <lupus@ximian.com>
18434
18435         * reflection.c, reflection.h, icall.c: fixes for multiple-nested types.
18436
18437 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
18438
18439         * icall.c (ves_icall_Type_GetField): impl.
18440
18441 Mon Jun 17 16:08:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
18442
18443         * metadata.h, metadata.c: added mono_metadata_get_marshal_info()
18444         to retrieve a marshal description blob for a field or param.
18445
18446 Mon Jun 17 14:57:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
18447
18448         * reflection.h, reflection.c: change order of nested type emission
18449         to avoid table corruption. The NestedTypes table is sorted.
18450         * icall.c: change order of GetConstructor results to workaround mcs bug.
18451
18452 Fri Jun 14 16:24:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
18453
18454         * reflection.h, reflection.c: handle field and param marshal
18455         information.
18456
18457 Wed Jun 12 16:30:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
18458
18459         * icall.c, marshal.c marshal.h: more Marshal class implementation.
18460
18461 Tue Jun 11 17:29:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
18462
18463         * reflection.c: fix call convention.
18464
18465 Tue Jun 11 16:52:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
18466
18467         * reflection.h, reflection.c: mono_image_get_memberref_token()
18468         takes a type instead of a class, now. Added
18469         mono_image_get_array_token() to create tokens for the special
18470         multi-dim array methods.
18471
18472 Tue Jun 11 13:21:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
18473
18474         * assembly.c: handle modules (no assembly table). Split
18475         loading references in its own function.
18476         * class.c: handle moduleref resolution scope.
18477         * image.c, image.h: cache module name in image.
18478
18479 2002-06-07  Martin Baulig  <martin@gnome.org>
18480
18481         * reflection.c (mono_image_get_type_info): Only add a class layout entry
18482         if we actually have a `tb->class_size' (ie. it's not UnspecifiedTypeSize).
18483
18484 Fri Jun 7 22:07:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
18485
18486         * icall.c: more signature fixes that used uint instead of int.
18487
18488 Fri Jun 7 20:41:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
18489
18490         * reflection.c: fixed signature of field refs.
18491
18492 Fri Jun 7 19:41:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
18493
18494         * class.c, reflection.c: handle typerefs of nested types
18495         (both on read and when writing files).
18496
18497 Fri Jun 7 17:46:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
18498
18499         * icall.c: fix method signatures that tried to workaround the previous
18500         typo, d'oh!
18501
18502 Fri Jun 7 17:36:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
18503
18504         * debug-helpers.c: fix typo.
18505
18506 Fri Jun 7 17:00:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
18507
18508         * cil-coff.h, icall.c, image.c, reflection.c, reflection.h:
18509         rewrote the PE/COFF writing code (our programs are understood by the
18510         ms runtime, now).
18511
18512 Tue Jun 4 18:10:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
18513
18514         * gc.c, gc.h, icall.c: weakreference support.
18515
18516 Tue Jun 4 16:06:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
18517
18518         * Makefile.am, mono-config.c: use $(sysconfdir).
18519
18520 Mon Jun 3 13:13:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
18521
18522         * icall.c: changed default precision of Double.ToString() to 15.
18523         Fixed memory leak. Unified with Single.ToString.
18524
18525 Sat Jun 1 14:26:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
18526
18527         * sysmath.c: workaround systems missing NAN and/or HUGE_VAL.
18528
18529 Sat Jun 1 13:46:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
18530
18531         * pedump.c, appdomain.c, appdomain.h, assembly.c, domain.c,
18532         gc.c, icall.c, image.c, mono-config.c, reflection.c: killed
18533         warnings and compilation fixes from Dennis Haney (davh@davh.dk)
18534         and myself.
18535
18536 Fri May 31 16:58:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
18537
18538         * debug-symfile.c, sysmath.c: yet more compilation fixes.
18539
18540 Fri May 31 16:35:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
18541
18542         * reflection.c, socket-io.c: more compilation fixes.
18543
18544 Fri May 31 15:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
18545
18546         * appdomain.c, class.c, class.h, debug-symfile.c, decimal.c,
18547         domain.c, loader.c, object.c, object.h, reflection.c, string-icalls.h,
18548         unicode.c: warning and compiler compatibility fixes.
18549
18550 Fri May 31 15:36:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
18551
18552         * class.h, metadata.c: fixed warnings/compilation errors.
18553
18554 Fri May 31 13:08:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
18555
18556         * Makefile.am, mono-config.c, mono-config.h: configuration file
18557         support routines.
18558         * loader.c, loader.h: make Dll mapping configurable at runtime in the
18559         config file. Export methods to insert and lookup mappings.
18560
18561 Fri May 31 12:45:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
18562
18563         * reflection.c: handle types and boxed objects in custom attr
18564         constructors.
18565
18566 2002-05-30  Martin Baulig  <martin@gnome.org>
18567
18568         * debug-symfile.c
18569         (ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token): Removed.
18570
18571 Thu May 30 14:15:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
18572
18573         * metadata.c, metadata.h: added mono_metadata_implmap_from_method()
18574         to lookup the implmap row for a P/Invoke method.
18575         * loader.c: added mono_lookup_pinvoke_call(): we only lookup a
18576         P/Invoke method from the runtime on an as needed basis.
18577
18578 2002-05-28  Dietmar Maurer  <dietmar@ximian.com>
18579
18580         * metadata.c (mono_metadata_parse_signature): impl.
18581
18582 Tue May 28 16:02:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
18583
18584         * class.c: handle .pack directive.
18585
18586 Tue May 28 11:04:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
18587
18588         * object.c: initialize static fields with RVA data.
18589
18590 2002-05-25  Martin Baulig  <martin@gnome.org>
18591
18592         * debug-symfile.c
18593         (ves_icall_Debugger_DwarfFileWriter_get_type_token): Removed.
18594
18595 2002-05-24  Martin Baulig  <martin@gnome.org>
18596
18597         * debug-symfile.c
18598         (ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig): Removed.
18599         (ves_icall_Debugger_MonoSymbolWriter_method_from_token): Renamed to
18600         `ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token'.
18601
18602 Thu May 23 18:44:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
18603
18604         * object.c: special case string ctros in invoke.
18605         * gc.c: silly whitespace changes.
18606
18607 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
18608
18609         * threadpool.[ch]: impl. a threadpool that can
18610         be used by mint and mono.
18611
18612 2002-05-22  Martin Baulig  <martin@gnome.org>
18613
18614         * debug-symfile.c (ves_icall_Debugger_MonoSymbolWriter_method_from_token):
18615         The first argument is now a `MonoReflectionModuleBuilder *', the return
18616         value is a `MonoReflectionModuleBuilder *'.  Use the AssemblyBuilder's
18617         `methods' field to get the method builder.  The `token' argument is the
18618         unfixed token.
18619
18620         * unicode.c (iconv_get_length, iconv_convert): Silently ignore all
18621         invalid characters instead of g_assert_not_reached()ing.  This seems
18622         to be the behaviour of mscorlib.
18623
18624 2002-05-22  Dietmar Maurer  <dietmar@ximian.com>
18625
18626         * object.c (mono_runtime_invoke_array): applied patch from Rachel
18627         Hestilow to fix bug #25104
18628
18629 2002-05-21  Martin Baulig  <martin@gnome.org>
18630
18631         * debug-symfile.c (mono_debug_find_source_location): New function.
18632         Looks up an IL offset in the line number table and returns the source
18633         location as a string.
18634
18635 2002-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18636
18637         * icall.c:
18638         (mono_double_ToStringImpl): changed %f by %g until we have something
18639         better.
18640
18641 2002-05-21  Nick Drochak  <ndrochak@gol.com>
18642
18643         * icall.c : Use different name for Math.Pow's icall.  Needed to check
18644         parameters first in C#.
18645
18646 Mon May 20 17:36:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
18647
18648         * icall.c, reflection.h: added icall to get info about an event.
18649
18650 2002-05-20  Radek Doulik  <rodo@ximian.com>
18651
18652         * object.c (mono_value_box): don't use memcpy for boxing on BIG
18653         endian
18654         (mono_value_box): don't use memcpy for small sizes on
18655         architectures with unaligned access
18656
18657 2002-05-20  Martin Baulig  <martin@gnome.org>
18658
18659         * reflection.c (mono_reflection_setup_internal_class): Don't crash
18660         if `tb->parent == NULL'.
18661         (mono_reflection_create_internal_class): New function.  This is
18662         called from TypeBuilder.CreateType() and sets `klass->enum_basetype'
18663         for enum types.
18664
18665         * icall.c ("System.Reflection.Emit.TypeBuilder::create_internal_class"):
18666         New interncall.
18667
18668 2002-05-19  Martin Baulig  <martin@gnome.org>
18669
18670         * unicode.c (ves_icall_iconv_get_bytes): Actually use the `charCount'
18671         argument to get the length, don't default to the array length.
18672
18673 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
18674
18675         * assembly.c (mono_assembly_setrootdir): New function used to
18676         override the MONO_ASSEMBLIES directory.
18677
18678 Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
18679
18680         * icall.c: ValueType_GetHashCode() initialize local var.
18681
18682 Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
18683
18684         * reflection.c: sort custom attributes table.
18685
18686 Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
18687
18688         * reflection.c: support named args in custom attributes (write support).
18689
18690 Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
18691
18692         * reflection.c: fix finally position calculation.
18693
18694 2002-05-15  Radek Doulik  <rodo@ximian.com>
18695
18696         * reflection.c: fixed endianess at many places
18697
18698         * icall.c (ves_icall_InitializeArray): comment out debug msg
18699
18700 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
18701
18702         * object.c (mono_unhandled_exception): new function to handle
18703         unhandled exceptions.
18704         (mono_unhandled_exception): call the UnhandledException event.
18705         (mono_runtime_delegate_invoke): impl.
18706
18707 Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
18708
18709         * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
18710         returns the RVA, not the direct pointer to the data. Handle the case
18711         when the class size is fixed.
18712
18713 Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
18714
18715         * reflection.c: fix some endianess issues.
18716
18717 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
18718
18719         * object.c (mono_runtime_invoke): is now able to catch exceptions.
18720
18721         * threads.c (mono_thread_init): added a callback which is invoked
18722         at thread start.
18723
18724 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
18725         
18726         * icall.c: make GetHashCode return non-negative values.
18727
18728 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
18729
18730         * object.c, icall.c, gc.c: revert to address-based hashcode.
18731
18732 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
18733
18734         * icall.c (mono_double_ParseImpl): Added ParseImpl method.
18735
18736 Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
18737
18738         * icall.c, class.c: special case <Module>.
18739
18740 2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
18741
18742         * icall.c: fix bug in GetNow().
18743
18744 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
18745
18746         * object.c (mono_runtime_class_init): make sure that we call all
18747         static class constructors.
18748
18749 Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
18750
18751         * reflection.c: sort methodsemantics table.
18752
18753 Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
18754
18755         * reflection.h, reflection.c: honour init locals setting.
18756
18757 Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg@sc.rr.com>
18758
18759         * icall.c: copied Double ToStringImpl for Single ToStringImpl
18760
18761 Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
18762
18763         * reflection.c: support ContructorBuilders in attribute blob creation.
18764
18765 Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
18766
18767         * reflection.c: some changes to build a binary that can be run
18768         directly in windows.
18769
18770 Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
18771
18772         * loader.c: print a big message when an icall can't be found.
18773
18774 2002-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18775
18776         * string-icalls.c: fix bug 24248.
18777
18778 Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
18779
18780         * appdomain.c, appdomain.h, assembly.c, assembly.h, image.h,
18781         icall.c, reflection.h: separate assembly loading by pathname and by
18782         assembly name. Use the MONO_PATH env var to search for assemblies.
18783
18784 Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
18785
18786         * assembly.c, image.h: add some support for assemblies
18787         with multiple modules.
18788         * class.c, class.h: export mono_class_from_typeref().
18789         * loader.c: remove duplicated code and use mono_class_from_typeref(),
18790         instead.
18791
18792 Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
18793
18794         * unicode.c: Char.IsNumber doesn't include hex digits as the ms
18795         documentation says (the ECMA one is correct).
18796
18797 2002-05-02  Dick Porter  <dick@ximian.com>
18798
18799         * threads.c: Use GC_debug_register_finalizer with GC_debug_malloc.
18800         Don't name the synchronisation mutex.
18801
18802 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
18803
18804         * rand.c
18805         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetBytes):
18806         Make the prototypes match.
18807         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetNonZeroBytes):
18808         Same.
18809
18810         * icall.c
18811         (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Fixed for
18812         systems that use 'timezone' rather than tm.tm_gmtoff. Also, not
18813         all systems have tm.tm_zone, so use strftime() with %Z to print
18814         the timezone abreviation into a temp string.
18815
18816         * object.c (mono_ldstr): Fixed to use mono_string_chars() macro
18817         rather than mono_array_addr() on a MonoString on Big Endian
18818         machines.
18819
18820 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
18821
18822         * string-icalls.c (ves_icall_System_String_InternalReplace_Str):
18823         fix bug 24041
18824
18825 2002-04-30  Dick Porter  <dick@ximian.com>
18826
18827         * socket-io.c: Cope with SOCKET being an integer rather than a
18828         pointer now.
18829
18830         * threads.c: Added Thread_free_internal, to deal with thread
18831         handle cleanup.  Moved calls to handle_store() and handle_remove()
18832         to start_wrapper(), so each can only be called once.  Allocate
18833         synchronisation blocks with GC_malloc(), and use GC finalisation
18834         to close the handles.
18835
18836         * icall.c: added System.Threading.Thread::Thread_free_internal
18837
18838 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
18839
18840         * icall.c: support Environment.Exit, CommandLineArgs().
18841
18842 Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
18843
18844         * object.c, object.h: added mono_runtime_run_main () and
18845         mono_runtime_get_main_args () for use in System.Environment.
18846
18847 Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
18848
18849         * gc.c: fix thinko, enable actual finalization since the jit is now
18850         fixed.
18851
18852 Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
18853
18854         * gc.c, object.c: take into account that an object may be offset wrt the address
18855         returned by GC_malloc().
18856
18857 Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
18858
18859         * image.c: handle files without entries in the assembly table (modules).
18860
18861 2002-04-28 Patrik Torstensson <patrik.torstensson@intel.com>
18862
18863         * reflection.c (mono_reflection_setup_internal_class): remove g_assert_not_reached() to allow 
18864         mcs selfhosting again (build breaker) and did move the check to class instead. parent is
18865         allowed to be null when it's System.Object class setup.
18866
18867 2002-04-27  Martin Baulig  <martin@gnome.org>
18868
18869         * reflection.c (mono_reflection_setup_internal_class): g_assert_not_reached()
18870         if `tb->parent == NULL' rather than crashing.
18871
18872 2002-04-28  Nick Drochak  <ndrochak@gol.com>
18873
18874         * sysmath.c (ves_icall_System_Math_Asin): Fix copy-paste error.  Was
18875         calling acos() where asin() should have been called.
18876
18877 2002-04-26  Martin Baulig  <martin@gnome.org>
18878
18879         * assembly.c (default_assembly_name_resolver): Use G_FILE_TEST_IS_REGULAR
18880         instead of G_FILE_TEST_EXISTS - if you're in mcs/class/corlib/System/Test,
18881         there's a subdirectory called `System', but we don't want to read that
18882         subdirectory as an assembly.
18883
18884 2002-04-25  Martin Baulig  <martin@gnome.org>
18885
18886         * debug-symfile.c: Reflect latest MonoString changes.
18887
18888 Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
18889
18890         * rand.c, rand.h: instance method icalls need to have an explicit
18891         this pointer as first argument in the C implementation.
18892
18893 2002-04-25  Nick Drochak <ndrochak@gol.com>
18894
18895         * icall.c: Fix typo in map for GetNonZeroBytes
18896
18897 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
18898
18899         * string-icalls.c : String does now passes unit tests without any 
18900         errors, the following changes has been made:
18901         
18902         Implemented replace methods.
18903         Renaming of methods to (try) follow the standard.
18904         Fixed compare ordinal
18905         Made all memory allocated directly to function instead of via icall function.
18906         Small performance fix in is_in_array function
18907                         
18908  (2002-04-23) Changes from Duncan Mak <duncan@ximian.com>
18909
18910         c (mono_string_Internal_ctor_charp_int_int):
18911         (mono_string_Internal_ctor_sbytep_int_int):  Removed check for
18912         sindex < 0, throw ArgumentOutOfRangeException instead of
18913         ArgumentNullException.
18914
18915         Added new check for length == 0, however
18916         I need to make it return String.Empty from the C code.
18917         
18918         (mono_string_Internal_ctor_sbytep): Use mono_string_new, and let
18919         that calculate the length for us here.
18920         
18921         (mono_string_Internal_ctor_sbytep_int_int): Replaced
18922         mono_string_new_utf16 with mono_string_new, since value is utf8.
18923
18924 Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
18925
18926         * object.c: register the object for finalization if needed.
18927         Allocate one more char in the string for the terminating 0 char.
18928
18929 Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
18930
18931         * class.c, class.h, image.c: check if a type implemenst a destructor.
18932         Use the proper key for array class lookups.
18933         * icall.c: register the icalls in the System.GC class.
18934         * gc.c, gc.h: GC-related functions and icalls.
18935
18936 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
18937
18938         * icall.c:
18939         * socket-io.c:
18940         * unicode.c: free some strings gotten from mono_string_to_utf8 and
18941         changed a couple of free () by g_free ().
18942
18943         * decimal.c: one-liner in the comments for decimal2string ().
18944
18945 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
18946
18947         * object.c (mono_runtime_invoke_array) : Bug because of my incompetence.
18948
18949 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
18950
18951         * reflection.c (mono_reflection_get_custom_attrs) : fixed image bug (crash)
18952         * object.c (mono_runtime_invoke_array) : handle null in params
18953
18954 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
18955
18956         * string-icalls.c: fixed bug in split (one off bug)
18957
18958 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
18959
18960         * string-icalls.c: fixed bug in remove and lastindexofany, add equals icall.
18961         * icalls.c: added String::Equals as internal method
18962
18963 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
18964
18965         * threads.c: fixed bug in the double interlocked functions
18966
18967 2002-04-22      Patrik Torstensson <patrik.torstensson@labs2.com>
18968
18969         * threads.c: implemented all of the new interlocked icalls.
18970         * string-icalls.c: fix a bug in insert.
18971         * icalls.c: added the icalls for interlocked, removed old string functions.
18972         
18973 Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
18974
18975         * loader.c: fix off-by-one error when reading argument names.
18976
18977 Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
18978
18979         * profiler.c: win32 counter implementation (untested).
18980         * icall.cs: win32 GetNow() and GetTimeZoneData() implementations
18981         (the latter needs testing and more complete impl. from win32 folks).
18982
18983 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
18984
18985         * object.c: mono_array_new_full workaround mono_array_class_get
18986         problem.
18987
18988 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
18989
18990         * string-icalls.c (mono_string_InternalRemove): Fixed overwrite bug.
18991         * object.h (mono_string_chars): Changed casting type.
18992
18993 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
18994
18995         * string-icalls.c: Fixed trim method, added the constructors done by Duncan, fixed
18996                            method signatures to use gunichar2 instead of gint16.
18997
18998 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
18999
19000         * object.h, object.c: domain-specific versions of mono_object_new and
19001         mono_array_new.
19002
19003 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
19004
19005         * object.c: changed String layout
19006
19007         * string-icalls.c (mono_string_Internal_ctor_chara): added
19008         internal string constructors.
19009
19010 Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
19011
19012         * threads.c: pass 'this' to the thread start routine.
19013
19014 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19015
19016         * string-icalls.c: fix IndexOf and LastIndexOf. Now
19017         InternalCompareStr don't call twice mono_string_cmp_char for the last
19018         character. Improved performance in mono_string_cmp_char.
19019
19020 Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
19021
19022         * Makefile.am, appdomain.c, class.c, object.c: split runtime-depended
19023         code into its own library: libmonoruntime.
19024
19025 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
19026
19027         * object.h, object.c: changed array format so that szarrays do not
19028         require a bounds structure.
19029         * icall.c, appdomain.c: support for new szarray format.
19030
19031 Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
19032
19033         * metadata.c: compare also the retuns type when comparing signatures:
19034         we didn't do this as an optimization since really overloaded methods
19035         must differ also in the arguments, but this doesn't work with
19036         low-level IL code (or when using explicit conversion operators: see
19037         bug#23498 for an example).
19038
19039 Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
19040
19041         * loader.c: SZARRAY types can be saved as TYPESPEC, too.
19042
19043 Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
19044
19045         * icall.c: make MonoType::GetElementType its own icall.
19046
19047 Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
19048
19049         * icall.c: remove MonoMethod_get_Name().
19050         * reflection.c, reflection.h, verify: cache the method name in the MonoMethod
19051         object.
19052
19053 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
19054
19055         * string-icalls.c: optimized a few methods.
19056
19057 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
19058
19059         * icall.c: added all new string internal calls
19060         * string-icalls.c: added, new string internal call implementation.
19061         * object.c: added mono_string_new_size for allocating a string a size
19062
19063 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
19064
19065         * object.c (mono_object_isinst): use the same code as in the
19066         optimized x86 version.
19067
19068 Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
19069
19070         * profiler.c: TSC-based timer code (faster and more accurate).
19071         Not hooked up in configure, yet (set USE_X86TSC to 1).
19072
19073 Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
19074
19075         * profiler.c, profiler.h: track time spent compiling methods.
19076         * threads.c: track thread creation/destruction.
19077
19078 Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
19079
19080         * profiler.c, profiler.h, profiler-private.h: profiling interface
19081         and sample implementation. Moved here so that it can be used also by
19082         the jit.
19083
19084 Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
19085
19086         * reflection.c, reflection.h: keep types and other handles separate in
19087         the hash tables for referred tokens. Add guid for modules.
19088
19089 Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
19090
19091         * assembly.c: fix bugs found with valgrind.
19092         * metadata.h, metadata.c: added mono_metadata_guid_heap().
19093
19094 2002-04-14      Patrik Torstensson <patrik.torstensson@labs2.com>
19095
19096         * threads: added icall support for getting current domain for
19097                    the thread.
19098  
19099 2002-04-13  Martin Baulig  <martin@gnome.org>
19100
19101         * debug-symfile.h (MonoDebugLocalInfo): Renamed to MonoDebugVarInfo.
19102         (MonoDebugVarInfo): Added `index' field for register based addresses.
19103         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 9.
19104         (MonoDebugMethodInfo): Replaced `guint32 *param_offsets' with
19105         `MonoDebugVarInfo *params' and `guint32 this_offset' with
19106         `MonoDebugVarInfo *this_var'.
19107
19108         * debug-symfile.c (relocate_variable): New static function to write
19109         a location description for a local variable or method parameter.
19110
19111 2002-04-12  Martin Baulig  <martin@gnome.org>
19112
19113         * debug-symfile.h (MonoDebugLocalInfo): New type. This contains the
19114         stack offset and begin/end scope address of a local variable.
19115         (MonoDebugMethodInfo): Replaced `guint32 *local_offsets' with
19116         'MonoDebugLocalInfo *locals', added `prologue_end' and `epilogue_begin'.
19117         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 8.
19118
19119         * debug-symfile.c (MRT_variable_start_scope, MRT_variable_end_scope):
19120         Added new relocation types for start/end scope of a local variable.
19121
19122 Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
19123
19124         * object.h: add mono_object_domain() macro.
19125         * reflection.c: handle typespecs.
19126         * icall.c: MonoMethod::get_Name() implementation.
19127
19128 Thu Apr 11 12:29Ni:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
19129
19130         * icall.c: String::GetHashCode() icall implementation.
19131
19132 Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
19133
19134         * icall.c: String::IndexOfAny icall.
19135         * object.c, object.h: make array->max_length more useful.
19136         Intrduced mono_object_class() and mono_string_length() macros.
19137
19138 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
19139
19140         * unicode.c (ves_icall_System_Char_IsNumber): use g_unichar_isxdigit
19141         instead of g_unichar_isdigit.
19142
19143 2002-04-11  Nick Drochak  <ndrochak@gol.com>
19144
19145         * icall.c: Implement a simple Double.ToString().
19146
19147 Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
19148
19149         * appdomain.h: only io-layer.h is supposed to be included.
19150         * icall.c: explicitly import environ. Fix warning.
19151
19152 2002-04-10  Nick Drochak  <ndrochak@gol.com>
19153
19154         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData) :
19155                 return true even if it's not Daylight Savings time.
19156                 Only return false for the case where the function isn't
19157                 implemented for a plaform (read Windows).
19158
19159 Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
19160
19161         * appdomain.h, appdomain.c, class.c, object.c: protect MonoDomain
19162         data with a mutex.
19163
19164 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
19165
19166         * mempool.c (mono_mempool_alloc): only use g_malloc when
19167         absolutely necessary.
19168
19169 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
19170
19171         * mempool.c (MEM_ALIGN): hardcode MEM_ALIGN to 8
19172
19173         * class.c (mono_class_vtable): use domain mempool to allocate vtable
19174         (mono_class_proxy_vtable): use domain mempool
19175
19176 Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
19177
19178         * appdomain.h, appdomain.c: split initialization that requires the
19179         execution engine support into mono_runtime_init().
19180
19181 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
19182
19183         * class.c (mono_class_init): don't include vtable inside MonoClass
19184         to save some memory, gather some statistics.
19185         (mono_class_vtable): use g_malloc instead of GC_malloc when possible
19186
19187 Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
19188
19189         * icall.c: internalcall implementation for ValueType.Equals().
19190
19191 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
19192
19193         * object.c (mono_message_init): moved 
19194         (mono_runtime_exec_main): new arch. independent impl.
19195         (mono_runtime_invoke_array): new method - like
19196         mono_runtime_invoke, but you can pass an array of objects.
19197         (mono_remoting_invoke): new arch. independent impl.
19198         (mono_message_invoke): new arch. independent impl.
19199         (mono_runtime_class_init): new arch. independent impl.
19200         (mono_runtime_object_init): new arch. independent impl.
19201
19202 Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
19203
19204         * metadata.c, object.c, reflection.c: documented the exported
19205         functions.
19206
19207 Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
19208
19209         * icall.c: simpler code to pass the assembly builder data to corlib.
19210         Implement GetNestedTypes() internalcall.
19211
19212 Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
19213
19214         * class.c: warn if a type can't be loaded.
19215
19216 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
19217
19218         * image.h: typedef MonoImageOpenStatus
19219         * types.h: removed unused file
19220         
19221 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
19222
19223         * icall.c: Enum_ToObject accepts enum value arguments.
19224
19225 Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
19226
19227         * class.c: move initialization of properties, events and nested
19228         classes, so that they happen for interfaces, too.
19229
19230 Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
19231
19232         * icall.c: cleanup some ugly casts in Array_SetValue*.
19233
19234 Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
19235
19236         * icall.c: the values array fro enums is of the correct type, now.
19237         Implement (correctly) getFullName instead of assQualifiedName for
19238         MonoType.
19239         * reflection.h, reflection.c: added mono_type_get_name ().
19240
19241 Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
19242
19243         * assembly.c, image.h: for each MonoImage, record from wich assembly
19244         it was loaded.
19245         * reflection.h, icall.c: added System_Reflection_Assembly_GetTypes().
19246         Make Type.Assembly work.
19247
19248 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
19249
19250         * debug-symfile.h: use char* instead of gpointer to avoid
19251         unnecessary casts.
19252
19253         * appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
19254
19255         * icall.c (ves_icall_InternalExecute): impl. FielSetter
19256         (ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
19257
19258 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
19259
19260         * icall.c (mono_message_init): impl. (code cleanup)
19261         (ves_icall_InternalExecute): impl. FieldGetter
19262
19263         * class.c (mono_class_init): added exerimental EXT_VTABLE_HACK, if
19264         defined we call all (non-static)methods through the vtable. 
19265
19266 Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus@ximian.com>
19267
19268         * class.c: it seems GC_debug_malloc() makes the Boehm GC call the
19269         finalizer even though the memory is still referenced (and the chunk of
19270         memory is not freed).
19271
19272 Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus@ximian.com>
19273
19274         * assembly.c: fix brokeness.
19275
19276 Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
19277
19278         * class.c: kill some warnings. Check explicit interface method
19279         implementation also without considering the namespace.
19280         Load also literal strings in static class data.
19281
19282 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
19283
19284         * assembly.c (default_assembly_name_resolver): Kill memory leak. 
19285         (default_assembly_name_resolver): Make the resolver take the
19286         "base" directory where the assembly was originally defined, so we
19287         can load DLLs that are in the same directory as the assembly that
19288         is being referenced.
19289
19290 2002-03-28  Dick Porter  <dick@ximian.com>
19291
19292         * file-io.h: 
19293         * file-io.c:
19294         * socket-io.c: 
19295         * unicode.h: 
19296         * unicode.c: Warning cleanups
19297
19298 Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus@ximian.com>
19299
19300         * object.h, reflection.h: use the correct type instead of MonoObject.
19301
19302 2002-03-28  Martin Baulig  <martin@gnome.org>
19303
19304         * debug-symfile.c (mono_debug_class_get): Don't look in referenced assemblies.
19305         (mono_debug_update_symbol_file): Initialize classes if necessary.
19306
19307 Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus@ximian.com>
19308
19309         * assembly.c, debug-helpers.c, image.c, image.h, metadata.c, pedump.c,
19310         rawbuffer.c, reflection.c, verify.c: mare warning cleanups.
19311
19312 Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus@ximian.com>
19313
19314         * assembly.h: fix function prototype.
19315         * metadata.h, metadata.c, object.h, private.h: get rid of warnings.
19316         * mono-endian.h: use const cast.
19317
19318 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
19319
19320         * icall.c (ves_icall_MonoMethodMessage_InitMessage): moved from message.c
19321
19322 Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus@ximian.com>
19323
19324         * loader.c: don't assert when a typeref can't be loaded, give
19325         a chance to the runtime to trow an exception instead.
19326         * loader.h: fix warning.
19327
19328 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
19329
19330         * class.c (mono_class_proxy_vtable): added proxy support
19331
19332 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
19333
19334         * icall.c: removed last of PAL calls, added System.Environment
19335         * file-io.h, file-io.c: MonoIO implementation
19336         * object.h, object.c: mono_string_to_utf16() now returns gunichar2*
19337
19338 Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
19339
19340         * appdomain.c: do not use the byte marker in ldstr table lookup.
19341         * debug-helpers.c: allow two ':' to separate class and method name.
19342         * object.c: allocate arrays bounds with the GC, too.
19343         * verify: add a few more checks.
19344
19345 Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
19346
19347         * reflection.c: output also literal strings. Allocate parameter data
19348         with GC_malloc() (thanks, Martin, for catching this!).
19349
19350 2002-03-26  Martin Baulig  <martin@gnome.org>
19351
19352         * debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
19353         include the `this' offset in the `param_offsets'.
19354
19355 2002-03-25  Martin Baulig  <martin@gnome.org>
19356
19357         * debug-symfile.c (mono_debug_update_symbol_file): Use a new
19358         mono_debug_get_class() function to get the classes. Added new
19359         relocation types for arrays and strings.
19360         (mono_debug_get_class): New static function to search in all
19361         referenced assemblies for a metadata token.
19362
19363         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.
19364
19365 Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus@ximian.com>
19366
19367         * reflection.h, reflection.c: use a gc-safe hash for hash tables that
19368         hold gc-allocated objects. Make the string heap a stream like the
19369         others. Removed duplicated code when writing stream info.
19370         Added asserts to catch possible buffer overflows. Set the sorted map
19371         for tables that need sorting. Added some documentation.
19372
19373 Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus@ximian.com>
19374
19375         * appdomain.h, appdomain.c, class.c, object.c: use a GC-safe hash table 
19376         for interned strings and vtables.
19377
19378 2002-03-24  Martin Baulig  <martin@gnome.org>
19379
19380         * icall.c (ves_icall_Type_GetFields): Reverse the list before storing
19381         it in the array since it was created with g_slist_prepend().
19382
19383 2002-03-24  Martin Baulig  <martin@gnome.org>
19384
19385         * debug-symfile.c (mono_debug_local_type_from_signature): Renamed
19386         to ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig().
19387         (mono_debug_method_from_token): Renamed to
19388         ves_icall_Debugger_MonoSymbolWriter_method_from_token().
19389         (ves_icall_Debugger_DwarfFileWriter_get_type_token): New interncall.
19390
19391         * debug-symfile.c (MRT_type_sizeof, MRT_type_field_offset): New
19392         relocation types.
19393
19394         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 6.
19395
19396 2002-03-24  Martin Baulig  <martin@gnome.org>
19397
19398         * debug-symfile.c (mono_debug_local_type_from_signature): New func.
19399         (mono_debug_method_from_token): New func.
19400
19401         * icall.c (Mono.CSharp.Debugger.MonoSymbolWriter::get_local_type_from_sig):
19402         New interncall, calls mono_debug_local_type_from_signature().
19403         (Mono.CSharp.Debugger.MonoSymbolWriter::get_method): New interncall,
19404         calls mono_debug_method_from_token().
19405
19406 2002-03-23  Martin Baulig  <martin@gnome.org>
19407
19408         * unicode.c (ves_icall_iconv_get_char_count): The `count' argument
19409         specifies the number of bytes to be converted, not the array size.
19410         Return the number of chars, not the number of bytes.
19411         (ves_icall_iconv_get_chars): The `byteCount' argument
19412         specifies the number of bytes to be converted, not the array size.
19413
19414 2002-03-23  Martin Baulig  <martin@gnome.org>
19415
19416         * reflection.h (MonoReflectionSigHelper): New type.
19417
19418         * reflection.c (mono_reflection_sighelper_get_signature_local),
19419         (mono_reflection_sighelper_get_signature_local): New functions.
19420
19421         * icall.c (System.Reflection.Emit.SignatureHelper::get_signature_local),
19422         (System.Reflection.Emit.SignatureHelper::get_signature_field): New
19423         interncalls.
19424
19425 2002-03-23  Martin Baulig  <martin@gnome.org>
19426
19427         * rawbuffer.c (mono_raw_buffer_load_mmap): Use MAP_SHARED when
19428         is_writeable is set.
19429         (mono_raw_buffer_update): New function to write the modified map
19430         back to disk.
19431
19432         * debug-symfile.h (MonoDebugSymbolFile): Added `raw_contents_size'.
19433
19434         * debug-symfile.c (mono_debug_update_symbol_file): Call
19435         mono_raw_buffer_update() when done writing.
19436
19437 2002-03-23  Martin Baulig  <martin@gnome.org>
19438
19439         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 5.
19440
19441         * debug-symfile.c: Added support for arguments and local variables.
19442
19443 2002-03-23  Dick Porter  <dick@ximian.com>
19444
19445         * debug-symfile.c: Remove extraneous 'include <elf.h>' that wasn't
19446         protected by ifdefs, hence breaking the w32 build.
19447
19448 Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus@ximian.com>
19449
19450         * object.c: implement is_interned() the right way.
19451
19452 2002-03-21  Martin Baulig  <martin@gnome.org>
19453
19454         * debug-symfile.[ch]: New files to handle debugging information
19455         files. There's also support to dynamically update these symbol
19456         files to include machine dependent information.
19457
19458 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
19459
19460         * threads.c (mono_thread_create): new function to create thread
19461         from C
19462
19463 2002-03-20  Martin Baulig  <martin@gnome.org>
19464
19465         * icall.c (ves_icall_InternalInvoke): Create a new object if the
19466         method is a constructor.
19467         (icall_map): Added "System.Reflection.MonoCMethod::InternalInvoke",
19468         points to ves_icall_InternalInvoke().
19469
19470 2002-03-20  Dan Lewis <dihlewis@yahoo.co.uk>
19471
19472         * file-io.c: Flush shouldn't throw exceptions.
19473
19474 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
19475
19476         * file-io.c: FileStream flush support; FileSetLength now
19477         restores file pointer.
19478
19479 Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus@ximian.com>
19480
19481         * class.c: set image for pointer classes.
19482
19483 2002/03/19  Nick Drochak <ndrochak@gol.com>
19484
19485         * sysmath.c: Forgot one.
19486
19487 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
19488
19489         * sysmath.c: Avoid redefining existing names.
19490
19491 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
19492
19493         * sysmath.c, sysmath.h, icall.c, Makefile.am: math routines now
19494         handled by runtime as icall rather than dllimport from libm.so
19495         * file-io.c, file-io.h: fixed handle argument type.
19496
19497 2002-03-18  Dick Porter  <dick@ximian.com>
19498
19499         * reflection.c (mono_image_get_type_info): rename interface to
19500         iface, because of "#define interface struct" on windows.
19501
19502 Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus@ximian.com>
19503
19504         * class.c, class.h: rename and export mono_ptr_class_get().
19505         * metadata.c: support MONO_TYPE_ARRAY in MonoType compare.
19506         * reflection.c, reflection.h, icall.c: better/saner type name
19507         parsing and MonoType creation. Handle MONO_TYPE_ARRAY in
19508         method signatures.
19509
19510 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
19511
19512         * class.c (mono_class_init): removed hardcoded GHC_SLOT
19513
19514         * icall.c (ves_icall_InternalInvoke): impl.
19515
19516 Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus@ximian.com>
19517
19518         * reflection.c: output the interface map table, too.
19519
19520 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
19521
19522         * class.c (class_compute_field_layout): separate computation of 
19523         static field layout
19524
19525 2002-03-12  Dan Lewis <dihlewis@yahoo.co.uk>
19526
19527         * icall.c: added System.Buffer support.
19528         * file-io.c: moved file icalls from PAL to FileStream.
19529
19530 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
19531
19532         * icall.c (ves_icall_System_Object_GetHashCode): impl.
19533
19534 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
19535
19536         * icall.c (ves_icall_System_ValueType_GetHashCode): impl.
19537
19538 Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus@ximian.com>
19539
19540         * verify.c, verify.h: moved here the corlib/runtime consistency checks.
19541
19542 Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus@ximian.com>
19543
19544         * debug-helpers.{c,h}: moved here from monograph some useful functions
19545         to locate a method by name/signature in a class or image. Included
19546         also a small and flexible IL disassembler.
19547
19548 Fri Mar 8 16:29:29 CET 2002 Paolo Molaro <lupus@ximian.com>
19549
19550         * reflection.c: fixup tokens in methods with small header size, too.
19551
19552 2002-03-08  Dietmar Maurer  <dietmar@ximian.com>
19553
19554         * object.c (mono_string_to_utf8): remove assert(!error), instead
19555         print a warning. 
19556
19557 Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus@ximian.com>
19558
19559         * icall.c: update to the new mono_Array_class_get interface.
19560
19561 Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus@ximian.com>
19562
19563         * appdomain.c, object.c: Boehm-GC enable.
19564         * icall.c: make get_data_chunk() support split data requests.
19565         Ensure a class is initialized in more cases. Return only the first
19566         property found in GetProperties() or the compiler gets confused. 
19567         Implemented GetEvents(). Temporary fix to GetType(), needs rewriting.
19568         * reflection.h, reflection.c: add fixup mechanism for field and method
19569         tokens. Initialize assembly->typeref in a single place. Output
19570         properties after events. Support custom attributes for events, too.
19571         Typo fix for paramter custom attrs.
19572
19573 2002-03-07  Martin Baulig  <martin@gnome.org>
19574
19575         * icall.c (ves_icall_System_Array_FastCopy): Small fix.
19576
19577 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
19578
19579         * class.c (mono_array_class_get): fix. for multi. dim. arrays
19580
19581 2002-03-06  Martin Baulig  <martin@gnome.org>
19582
19583         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Make this work with
19584         non-zero lower bounds. See testcases #F10-#F13.
19585
19586 2002-03-05  Martin Baulig  <martin@gnome.org>
19587
19588         * exception.c (mono_get_exception_argument_out_of_range): New exception.
19589
19590         * icall.c (ves_icall_System_Array_GetValue): Moved actual implementation to
19591         ves_icall_System_Array_GetValue(), only calculate the absolute array position
19592         here.
19593         (ves_icall_System_Array_SetValue): Likewise.
19594         (ves_icall_System_Array_GetValueImpl): New interncall. Takes an array position
19595         as argument and does the actual work. This function is used when copying a
19596         multi-dimensional array.
19597         (ves_icall_System_Array_SetValueImpl): Almost completely rewrote this. It can
19598         now do all the widening conversions of value types.
19599         (ves_icall_System_Array_CreateInstanceImpl): Implemented.
19600
19601 Tue Mar 5 18:14:01 CET 2002 Paolo Molaro <lupus@ximian.com>
19602
19603         * class.c: remove some magic numbers and use the smbolic names,
19604         instead. Added init_events() to load event info at class init time.
19605         * metadata.h, metadata.c: added mono_metadata_events_from_typedef()
19606         and mono_metadata_methods_from_event().
19607         * reflection.h, reflection.c: added support for writing out the evnets
19608         related information.
19609
19610 Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus@ximian.com>
19611
19612         * reflection.h, icall.c: use a different method (GetInterfaces)
19613         to gather interface info and add isbyref, isprimitive and
19614         ispointer to the ves_icall_get_type_info() return value.
19615
19616 Mon Mar 4 11:22:26 CET 2002 Paolo Molaro <lupus@ximian.com>
19617
19618         * class.h: stared adding support for events.
19619         * icall.c: split find_members implementation. Added debug icall to get
19620         the address of an object.
19621         * reflection.c: handle TypeBuilders in mono_type_get_object().
19622
19623 2002-03-01  Martin Baulig  <martin@gnome.org>
19624
19625         * icall.c (ves_icall_System_Array_GetLength): This must throw an
19626         ArgumentOutOfRangeException(), not an ArgumentException().
19627         (ves_icall_System_Array_GetLowerBound): Likewise.
19628         (ves_icall_System_Array_GetValue): Improved argument checking.
19629         (ves_icall_System_Array_SetValue): Improved argument checking.
19630
19631 2002-03-01  Martin Baulig  <martin@gnome.org>
19632
19633         * icall.c (ves_icall_System_Array_GetValue): Raise an exception when
19634         called with invalid arguments rather than just dying with g_assert().
19635         (ves_icall_System_Array_SetValue): Likewise.
19636         (ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
19637         raise a NotImplementedException instead.
19638         (ves_icall_System_Array_GetLength): Added argument checking.
19639         (ves_icall_System_Array_GetLowerBound): Added argument checking.
19640
19641 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
19642
19643         * object.h (mono_assert): new macros mono_assert and
19644         mono_assert_not_reached
19645
19646 2002-02-28  Martin Baulig  <martin@gnome.org>
19647
19648         * icall.c: Rename "System::String::Intern" to "System::String::_Intern"
19649         and "System::String::IsInterned" to "System::String::_IsInterned".
19650
19651 Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>
19652
19653         * icall.c: remove hacks for typebuilder. Added icall to create a
19654         modified type from a tybebuilder.
19655         * reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
19656         in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
19657         to create a backing MonoClass for a TypeBuilder.
19658
19659 Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
19660
19661         * class.c, class.h: more refactoring of class init.
19662         Export mono_class_setup_mono_type() and mono_class_setup_parent().
19663
19664 Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>
19665
19666         * marshal.c, marshal.h: start of marshaling interface.
19667
19668 Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
19669
19670         * icall.c: fix order in assembly qualified name icall.
19671
19672 Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus@ximian.com>
19673
19674         * class.c: do not free str, since we store it in the hash table.
19675         * reflection.h: add label field to MonoILExceptionInfo.
19676         * reflection.c: handle references to more than one assembly. Handle
19677         case when there isn't a module created in the assembly.
19678
19679 Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus@ximian.com>
19680
19681         * class.c: Fix typo. Start refactoring of class init code.
19682
19683 Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus@ximian.com>
19684
19685         * appdomain.c: exit with 1 on error.
19686         * class.c: we already have the name in MonoClassField.
19687         * image.c, image.h, metadata.c, pedump.c: use directly a pointer in
19688         MonoStreamHeader instead of an offset of image->raw_metadata.
19689
19690 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
19691
19692         * appdomain.c (mono_init): Be even more descriptive about the error.
19693
19694 Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus@ximian.com>
19695
19696         * appdomain.c: give the user an informative message when corlib can't
19697         be loaded.
19698
19699 2002-02-26  Martin Baulig  <martin@gnome.org>
19700
19701         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
19702         New icall to get the time zone data.
19703
19704 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
19705
19706         * reflection.c: set virtual and raw size of section correctly.
19707         * threads.c: transfer domain information to newly created threads.
19708
19709 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
19710
19711         * class.c: when instancing a class in a domain, load the default
19712         vaules for static fields from the constant table. Fix System.Enum to
19713         not be an enum.
19714         * icall.c: implement Object::GetType() internalcall. Implemented
19715         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
19716         Fixed checking of binding flags in find_members().
19717         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
19718         * reflection.c: handle enumerations when writing to the constant
19719         table. Use a different object cache for types.
19720
19721
19722 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
19723
19724         * object.c (mono_object_isinst): fix for arrays
19725
19726         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
19727
19728 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
19729
19730         * object.c: don't use mprotect ()  and fix intern pool hash table
19731         lookup for big endian systems.
19732
19733 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
19734
19735         * icall.c: change type_is_subtype_of () signature.
19736
19737 2002-02-21  Mark Crichton  <crichton@gimp.org>
19738
19739         * rand.c, rand.h: Added random number generator for
19740         System.Security.Cryptography classes.
19741
19742         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
19743
19744         * icall.c: Added System.Security.Cryptography calls.
19745
19746 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
19747
19748         * class.c, icall.c, metadata.c: better support for pointer types.
19749         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
19750         * reflection.c: Add support for getting custom attrs for properties
19751         and simplify some code.
19752
19753 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
19754
19755         * icall.c: change getToken () and add custom attribute GetBlob()helper
19756         method.
19757         * reflection.h: add custom attrs array to the reflection builder structures.
19758         * reflection.c: encode and emit custom attributes for all the relevant
19759         reflection objects. Cache fieldref and methodref tokens. Change
19760         mono_image_create_token() interface to take a MonoDynamicAssembly.
19761         More complete custom attributes decoder. Load custom attributes for
19762         Assembly, Field, Method and Constructor objects, too. Make the
19763         returned array an Attribute[] one, not object[]. Added
19764         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
19765         custom attribute constructor.
19766
19767 2002-02-20  Dick Porter  <dick@ximian.com>
19768
19769         * icall.c:
19770         * rawbuffer.c:
19771         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
19772         problem code out for now).
19773
19774 2002-02-19  Radek Doulik  <rodo@ximian.com>
19775
19776         * object.c (mono_ldstr): use hash table to avoid multiple swapping
19777
19778 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
19779
19780         * icall.c: register the GetCustomAttributes method.
19781         * object.c, object.h: add mono_string_new_len ().
19782         * reflection.h, reflection.c: added mono_runtime_invoke(),
19783         mono_install_runtime_invoke(). Added
19784         mono_reflection_get_custom_attrs () to load custom attributes and
19785         create the attribute objects.
19786
19787 2002-02-19  Dick Porter  <dick@ximian.com>
19788         * threads-dummy-types.c:
19789         * threads-dummy-types.h:
19790         * threads-dummy.c:
19791         * threads-dummy.h:
19792         * threads-pthread-types.c:
19793         * threads-pthread-types.h:
19794         * threads-pthread.c:
19795         * threads-pthread.h:  Deleted obsolete files
19796
19797 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
19798
19799         * class.c (mono_class_vtable): runtime init the class when we
19800         allocate static class data.
19801
19802         * icall.c (ves_icall_System_Array_SetValue): check for null values.
19803
19804         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
19805         and String - but we will need generic marshalling support in the
19806         future. 
19807         (mono_init): set the domain name in a ms compatible way
19808
19809         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
19810         String[].
19811
19812 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
19813
19814         * object.c (mono_array_clone): use alloca() instead of g_malloc  
19815         for sizes
19816
19817         * appdomain.c (mono_domain_unload): impl.
19818
19819 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
19820
19821         * appdomain.c, object.c: fix intern pool implementation.
19822         * class.c: fix alignment code.
19823
19824 2002-02-16  Radek Doulik  <rodo@ximian.com>
19825
19826         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
19827         and s2 > s1, just copy lower bytes to be compatible with little
19828         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
19829         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
19830
19831         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
19832         force big_endian to be 1 for big endian machines 
19833         (ves_icall_iconv_new_decoder): ditto
19834
19835 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
19836
19837         * socket-io.c (convert_sockopt_level_and_name): If the system
19838         doesn't define SOL_IP or SOL_TCP, get them by hand using
19839         getprotobyname() and caching the values (because this could be a
19840         slow operation).
19841         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
19842         Use the appropriate struct when the system does support it. Ie,
19843         not all systems have struct ip_mreqn so use struct ip_mreq when
19844         appropriate.
19845
19846 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
19847
19848         * reflection.c: handle finally clauses.
19849
19850 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
19851
19852         * socket-io.c: use g_snprintf() instead of snprintf.
19853
19854 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
19855
19856         * reflection.c (mono_param_get_objects): Cast second argument to
19857         mono_method_get_param_names to a const char** to silence the
19858         compiler warning.
19859
19860         * appdomain.c (mono_domain_assembly_open): Put parens around the
19861         truth statement in the for-loop.
19862
19863         * unicode.c (iconv_convert): Got rid of a compiler warning about
19864         int i being unused when the system has a new iconv.
19865         (iconv_get_length): Same.
19866
19867         * image.c (load_class_names): Cast the second argument to
19868         g_hash_table_insert() to char* to hush compiler warnings about the
19869         arg being a const.
19870         (mono_image_open): Same here.
19871
19872         * socket-io.c: Don't conditionally include sys/filio.h or
19873         sys/sockio.h here anymore since we now get them from
19874         io-layer/io-layer.h
19875         (inet_pton): If the system doesn't support inet_aton, implement
19876         using inet_addr and also #define INADDR_NONE if it isn't defined
19877         by the system.
19878
19879 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
19880
19881         * metadata.c, metadata.h: added function to get packing and size info
19882         of a typedef.
19883         * reflection.h, reflection.c: handle field RVA data. Save info about
19884         the table layout if needed. Assign typedef indexes to all the types
19885         before dumping the info about them to avoid forward reference problems.
19886
19887 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
19888
19889         * socket-io.c (convert_sockopt_level_and_name): ifdef
19890         SO_ACCEPTCONN because it is not defined on my system (old debian)
19891
19892 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
19893
19894         * opcode.c: use stddef.h to get NULL.
19895
19896 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
19897
19898         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
19899         for FIONBIO, FIONREAD and SIOCATMARK.
19900         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
19901         define INADDR_NONE and besides, inet_addr() is deprecated and
19902         should not be used. Use inet_pton() instead - it also has the
19903         added bonus that it can easily handle IPv6 addresses as well.
19904         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
19905
19906 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
19907
19908         * decimal.c: remove _MSC_VER conditional.
19909
19910 2002-02-13  Dick Porter  <dick@ximian.com>
19911
19912         * socket-io.c: 
19913         * icall.c: Internal calls for Blocking, Select, Shutdown,
19914         GetSocketOption and SetSocketOption
19915
19916 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
19917
19918         * assembly.cs: better resolver: use it instead of some kludgy
19919         code.
19920
19921 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
19922
19923         * reflection.c: the best way to speed-up the compiler is to avoid
19924         infinite loops.
19925
19926 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
19927
19928         * class.c (mono_class_vtable): changed the object layout
19929         (obj->vtable->class). 
19930         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
19931
19932 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
19933
19934         * assembly.c: look for assemblies in the assembly dir, too.
19935
19936 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
19937
19938         * class.c: fix thinko in mono_class_from_type().
19939
19940 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
19941
19942         * exception.h, exception.c: added TypeLoadException.
19943         * object.h, object.c: added mono_array_clone ().
19944         * icall.c: handle throwOnError in AssemblyGetType().
19945         Added Array.Clone().
19946         * opcode.h, opcode.c: use a single value for the opcode val.
19947         Compile fix for non-gcc compilers.
19948
19949 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
19950
19951         * opcodes.c, opcodes.h: export interesting info about opcodes.
19952
19953 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
19954
19955         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
19956         icalls. 
19957
19958         * class.c (class_compute_field_layout): set element_class for enums
19959         (mono_class_create_from_typedef): set element_class for normal classes
19960
19961         * icall.c (ves_icall_System_Enum_get_value): impl.
19962
19963         * class.c (mono_class_create_from_typedef): do not set valuetype
19964         flag for System.ValueType and System.Enum
19965
19966 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
19967
19968         * unicode.c (iconv_convert): fix big endian problem.
19969
19970 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
19971
19972         * class.c: add asserts if we are ever going to scribble over memory.
19973         * socket-io.c: not all systems have AF_IRDA defined.
19974
19975 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
19976
19977         * class.c (class_compute_field_layout): do not consider static
19978         fields to compute alignment
19979
19980 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
19981
19982         * appdomain.c (mono_appdomain_get): impl.
19983         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
19984
19985 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
19986
19987         * icall.c: ignore "file://" prefix when loading an assembly.
19988
19989 2002-01-23  Dick Porter  <dick@ximian.com>
19990
19991         * socket-io.c:
19992         * icall.c:
19993         * Makefile.am: Added socket support
19994
19995 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
19996
19997         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
19998         code back.  This should return the assemblies that are loaded by
19999         the runtime on behalf of an application domain. 
20000
20001         The current implementation is still broken, it just returns every
20002         assembly loaded, but until we get real applications domain this
20003         will do.
20004
20005 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
20006
20007         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
20008         AppDomain object.
20009
20010 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
20011
20012         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
20013         the mono_class_from_name lookup.
20014         (ves_icall_get_parameter_info): ditto.
20015         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
20016         method.
20017         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
20018
20019 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
20020
20021         * class.c: load also nested classes on class init.
20022         System.ValueType instance methods gets passed boxed
20023         values, unless methods in derived classed that get a pointer to the
20024         data.
20025         * icall.c: use better name parsing code in GetType().
20026         * image.c, image.h: add mono_image_loaded ().
20027         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
20028         * reflection.c, reflection.h: added mono_reflection_parse_type().
20029
20030 2002-01-22  Veronica De Santis <veron78@interfree.it>
20031
20032         * icall.c : Added mapping of internal calls for Manual and Auto reset events
20033         * threads.c : Added the implementation of internal calls for events
20034         * threads.h : Added prototypes of internal calls for events
20035         
20036 2002-01-21  Radek Doulik  <rodo@ximian.com>
20037
20038         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
20039
20040 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
20041
20042         * class.c (mono_class_init): set min_align to 1 (instead of 0)
20043         (mono_class_value_size): use min_align
20044
20045 2002-01-20  Dick Porter  <dick@ximian.com>
20046
20047         * threads.h:
20048         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
20049         so it compiles on w32.
20050
20051 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
20052
20053         * metadata.c (mono_type_stack_size): impl.
20054
20055         * class.c (mono_class_get_field): impl. memberref token
20056
20057 2002-01-16 Veronica De Santis <veron78@@interfree.it>
20058
20059         * icall.h : Added the internal calls mapping for CreateMutex_internal
20060                     and ReleaseMutex_internal.
20061         * threads.h : Added the prototype of mutexes internal calls.
20062         * threads.c : Added the implementations of mutexes internal calls.
20063
20064 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
20065
20066         * metaparse.h: removed unused file.
20067         * reflection.c, reflection.h: added stream_data_align () function 
20068         to align data in streams and keep stream aligned. Add support for
20069         exception support in method headers.
20070
20071 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
20072
20073         * unicode.c: make iconv_convert () return the number of bytess written
20074         in the output buffer.
20075
20076 2002-01-15  Dick Porter  <dick@ximian.com>
20077         * threads.c: Make the runtime's idea of infinite timeouts coincide
20078         with the class library's
20079
20080         Fix a particularly egregious bug in mono_thread_cleanup(). That
20081         code was so utterly bogus it must have been written on a Monday.
20082
20083 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
20084
20085         * reflection.h: add subtypes field to TypeBuilder.
20086         * reflection.c: encode constants for literal fields.
20087         Handle subtypes. Fix user string token (and add a zero byte)
20088         at the end.
20089         
20090 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
20091
20092         * class.c (mono_class_init): bug fix: assign slot numbers for
20093         abstract methods.
20094
20095 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
20096
20097         * reflection.c: don't try to output a code RVA for abstract methods.
20098         Small fixes for method header format. Output parameter info to the
20099         ParamDef table. Save method overriding info to MethodImpl table.
20100         Fix property support. Allow typedef.extends to be a type in the
20101         building assembly.
20102         * verify.c: fix off-by-one error.
20103
20104 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
20105
20106         * class.c: fix mono_class_from_mono_type () for szarray types.
20107         Remove unused cache check in mono_class_from_type_spec().
20108         * icall.c: *type_from_name () functions handle simple arrays and byref.
20109         * reflection.c: handle byref and szarray types. Handle methods without
20110         body (gets P/Invoke compilation working). Handle types and fields in
20111         get_token ().
20112         * reflection.h: add rank to MonoTypeInfo.
20113
20114 2002-01-10  Dick Porter  <dick@ximian.com>
20115
20116         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
20117         internal calls
20118
20119 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
20120
20121         * icall.c: initialize class in type_from_handle ().
20122         Loop also in parent classes for get_method ().
20123         * reflection.c: properly encode class and valuetype types.
20124         Start on encoding TypeBuilder types. Handle fieldrefs.
20125         Use correct length when registering a user string.
20126         Handle ConstructorBuilder and MonoMethod in get_token ().
20127         Make mono_type_get_object () aware of cached types.
20128         * object.c: back out change to mono_string_new ().
20129
20130 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
20131         * object.c: mono_string_new should return a NULL when the string 
20132         passed in is NULL -- not try to deference it.
20133         
20134 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
20135
20136         * icall.c: hack to make IsSubType work for TypeBuilders.
20137         * reflection.c: emit constructors before methods.
20138         Retrieve param names in mono_param_get_objects().
20139
20140 2002/01/05  Nick Drochak  <ndrochak@gol.com>
20141
20142         * Makefile.am: fix list of headers and sources so automake 1.5
20143         doesn't complain. Removed \# at end of list.
20144
20145 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
20146
20147         * reflection.c: get token for a method ref. Set return type of
20148         constructor to void.
20149         * loader.c: debug message.
20150         * class.c: typo fix.
20151
20152 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
20153
20154         * icall.c: fix array init with rank > 1. FindMembers
20155         loops in parent class as well.
20156         * image.c: do not insert nested types in name cache.
20157         * reflection.c: warning fix.
20158         * reflection.h: add override method (for interface impl).
20159
20160 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
20161
20162         * metadata.c: fix customattr decoding.
20163
20164 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
20165
20166         * rawbuffer.cs: Added native Win32 implementation, avoids using
20167         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
20168
20169 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
20170
20171         * class.c: make the low-level routines handle the cache.
20172
20173 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
20174
20175         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
20176
20177 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
20178
20179         * class.c: fix mono_array_element_size() for objects.
20180         * class.h, class.c: add properties to MonoClass and load them
20181         at init time.
20182         * icall.c: check with isinst() when assigning a value to an array
20183         instead of requiring the classes to match exactly.
20184         Implemented icall for System.Type::GetType().
20185         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
20186         enums. Handle bindingflags when looking for methods and fields.
20187         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
20188         and mono_metadata_methods_from_property().
20189         * reflection.h, reflection.c: added structures for propreties,
20190         parameters and enums. Implemented mono_property_get_object() and
20191         mono_param_get_objects().
20192
20193 2001-12-18  Dick Porter  <dick@ximian.com>
20194
20195         * file-io.c: Use mono_string_to_utf16() instead of
20196         mono_string_chars()
20197
20198         * object.c: Added mono_string_to_utf16(), which copies the non
20199         NULL-terminated MonoString into a new double-null-terminated
20200         buffer.
20201
20202 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
20203
20204         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
20205
20206 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
20207
20208         * file-io.c: raise exceptions if handle is invalid.
20209
20210 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
20211
20212         * assembly.c: yet another check for mscorlib.
20213         * class.c, class.h: load nesting info for classes.
20214         * icall.c: many new functions to support the Reflection classes.
20215         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
20216         * reflection.h, reflection.c: mono_image_create_token(),
20217         mono_assembly_get_object(), mono_type_get_object(),
20218         mono_method_get_object(), mono_field_get_object(): methods to return
20219         objects that parallel the C representation of assemblies, types,
20220         methods, fields.
20221
20222 2001-12-11  Dick Porter  <dick@ximian.com>
20223
20224         * icall.c:
20225         * file-io.c: Internal calls for file IO.
20226
20227 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
20228
20229         * tabledefs.h: missing FileAttributes.
20230         * verify.h, verify.c: use is_valid_string () to simplify and check for
20231         valid strings more correctly. Fix warnings and speeling.
20232         Check more tables: Filed, File, ModuleRef, StandAloneSig.
20233         Check code: branches, maxstack, method calls.
20234
20235 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
20236
20237         * object.c (mono_object_allocate): removed static, so that the jit
20238         can allocate value types.
20239
20240         * icall.c (ves_icall_System_DateTime_GetNow): impl.
20241
20242 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
20243
20244         * class.c: init enum types right away and register the
20245         token->MonoClass map in mono_class_create_from_typedef ().
20246         * verify.h, verify.c: first cut of the verifier.
20247         * pedump.c: add --verify switch to verify metadata tables.
20248         * tabledefs.h: add some missing enums.
20249
20250 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
20251
20252         * class.c (mono_install_runtime_class_init): impl.
20253         (mono_class_init): renamed mono_class_metadata_init to
20254         mono_class_init, also removed the metadata_inited flag
20255
20256         * object.c (mono_object_isinst): use faster algorithm
20257
20258 2001-11-30  Radek Doulik  <rodo@ximian.com>
20259
20260         * mono-endian.h: reverted last change
20261         added function prototypes
20262
20263         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
20264         add mono-endian.c back
20265
20266         * mono-endian.c: returned back, as Paolo pointed out, it's needed
20267         for unaligned access, I've mistaked it with endianess. I am
20268         sorry.
20269         (mono_read16): fix reverted endianess
20270         (mono_read64): ditto
20271         (mono_read32): ditto
20272
20273 2001-11-30  Dick Porter  <dick@ximian.com>
20274
20275         * exception.c: Implement mono_exception_from_name()
20276
20277 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
20278
20279         * metadata.h, metadata.c: remove params_size and locals_size and their
20280         calculation from the metadata code: they are only usefult to the
20281         interp.
20282
20283 2001-11-29  Radek Doulik  <rodo@ximian.com>
20284
20285         * object.c (mono_ldstr): swap bytes here, it's probably not the
20286         best place, but works for me now, I'll redo it once I know mono
20287         better, also note that I add PROT_WRITE and don't reset back, also
20288         note that it's only affects big endians, so x86 should be OK
20289
20290         * mono-endian.h (read16): use just glib macros for both endians
20291
20292         * mono-endian.c: removed as glib macros are used in in
20293         mono-endian.h so we don't need to care about endianess for read
20294         macros as glib does that for us already
20295
20296 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
20297
20298         * class.h, class.h: take minimum alignment into consideration so
20299         that the fields of a class remain aligned also when in an array.
20300
20301 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
20302
20303         * loader.h, loader.c: add mono_method_get_param_names().
20304         * class.c: 0-init class fields.
20305
20306 2001-11-26  Dick Porter  <dick@ximian.com>
20307
20308         * icall.c:
20309         * threads-types.h:
20310         * threads.c: New file that handles System.Threading on all platforms
20311
20312         * object.c: 
20313         * object.h: Remove the synchronisation struct from MonoObject,
20314         replace it with a pointer that gets initialised on demand
20315
20316         * Makefile.am: Replace all the system-specific threading code with
20317         a single file that uses the new wrapper library
20318
20319 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
20320
20321         * class.c, class.h: add mono_install_trampoline() so that the runtime
20322         can register a function to create a trampoline: removes the ugly
20323         requirement that a runtime needed to export arch_create_jit_trampoline.
20324         * object.h, object.c: added mono_install_handler() so that the runtime
20325         can install an handler for exceptions generated in C code (with
20326         mono_raise_exception()). Added C struct for System.Delegate.
20327         * pedump.c: removed arch_create_jit_trampoline.
20328         * reflection.c: some cleanups to allow registering user strings and
20329         later getting a token for methodrefs and fieldrefs before the assembly
20330         is built.
20331         * row-indexes.h: updates and fixes from the new ECMA specs.
20332
20333 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
20334
20335         * class.h, class.c: add enum_basetype field to MonoClass.
20336         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
20337         to get index in the constant table reated to a field, param or
20338         property.
20339         * reflection.h, reflection.c: handle constructors. Set public-key and
20340         version number of the built assembly to 0.
20341         * row-indexes.h: update from new ECMA spec.
20342
20343 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
20344
20345         * class.h, class.c: add a max_interface_id to MonoClass.
20346         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
20347         since it's used to do that. Added mono_type_type_from_obj().
20348         Make GetType() return NULL instead of segfaulting if the type was not
20349         found. Handle simple arrays in assQualifiedName.
20350         * object.h: add a struct to represent an Exception.
20351         * reflection.c: output call convention in method signature.
20352         Add code to support P/Invoke methods and fixed offsets for fields.
20353
20354 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
20355
20356         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
20357         the value.
20358         * icall.c: use mono_array_addr instead of array->vector: fixes the
20359         reflection image writing.
20360         * reflection.c: init call convention byte to 0 in method signature.
20361         Encode the property signature. Don't output property-related methods
20362         twice. Really process the properties for a type (don't cast a field to
20363         a property, my mom always told me that).
20364         Fix 64 bit issues in pointer alignment in a different and more
20365         readable way.
20366
20367 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
20368
20369         * loader.h: Removed type class from MonoDefaults, added monotype
20370
20371         * loader.c: Loaded MonoType, removed loading of Type
20372
20373         * icall.c (my_mono_new_object): Now returns a System.MonoType,
20374         and fills in System.Type._impl with a RuntimeTypeHandle rather
20375         than the actual MonoClass *
20376
20377         (ves_icall_type_from_handle): change from type_class to
20378         monotype_class
20379
20380         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
20381         implemented
20382
20383         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
20384         implemented
20385
20386         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
20387
20388         (ves_icall_System_Reflection_Assembly_GetType): implemented
20389
20390         (ves_icall_System_MonoType_assQualifiedName): implemented
20391
20392         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
20393
20394 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
20395
20396         * assembly.c (mono_assembly_open): Implement a cache for the
20397         assemblies. 
20398
20399         (mono_assembly_close): only destroy the assembly when the last
20400         reference is gone.
20401         
20402 2001-11-09  Dick Porter  <dick@ximian.com>
20403
20404         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
20405
20406 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
20407
20408         * class.c (mono_class_metadata_init): bug fix: compute the right slot
20409
20410 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
20411
20412         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
20413         from Martin Weindel.
20414         * object.h: add mono_string_chars ().
20415
20416 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
20417
20418         * reflection.c (build_compressed_metadata): Eliminates warnings
20419         and uses 64-bit clean code.
20420
20421         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
20422         (mono_type_equal): Change signature to eliminate warnings.
20423
20424 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
20425
20426         * icall.c, loader.c: remove the internalcall array constructors.
20427         Changes to match the new MonoArray structure.
20428         * object.h, object.c: an array object doesn't allocate an extra
20429         vector. Add mono_array_new_full () to create jagged arrays easily.
20430
20431 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
20432
20433         * metadata.h, metadata.c: add mono_metadata_field_info () to
20434         retreive all the info about a field from vairous tables.
20435         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
20436         * class.h, class.c: augment MonoClassField with more info.
20437         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
20438         policy and load a field's RVA if needed.
20439
20440 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
20441
20442         * class.c (mono_class_metadata_init): create a trampoline for all
20443         virtual functions instead of actually compiling them.
20444
20445 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
20446
20447         * class.h, class.c: include name in MonoClassField.
20448         * class.c: fix fundamental type of System.Object and System.String.
20449         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
20450         tokens in ldtoken.
20451         * icall.c: remove internalcalls for the Reflection stuff that is now
20452         done in C# code.
20453         * loader.c: mono_field_from_memberref () implementation.
20454         * mono-endian.c: thinko (s/struct/union/g).
20455         * object.c, object.h: make the mono_string_* prototypes actually use
20456         MonoString instead of MonoObject.
20457         * reflection.c, reflection.h: updates for changes in the reflection
20458         code in corlib: we use C structures that map to the actual C# classes.
20459         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
20460         fat method header if needed and use the info from the ILGenerator for
20461         methods. Handle fields in types. Misc fixes.
20462
20463 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
20464
20465         * class.c (mono_class_metadata_init): bug fix: always allocate
20466         space for static class data
20467
20468 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
20469
20470         * class.c (mono_compute_relative_numbering): use relative
20471         numbering to support fast runtime type checks.
20472
20473 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
20474
20475         * class.c (mono_class_create_from_typeref): added debugging output
20476         to print class name when MonoDummy is returned instead of real class
20477
20478 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
20479
20480         * class.c (mono_class_metadata_init): interface offset table now
20481         contains pointers into the vtable - this is more efficient for the jit
20482
20483 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
20484
20485         * class.c (mono_class_metadata_init): use a temporary vtable (the
20486         old algorithm only worked for the interpreter, but not for the jit)
20487
20488 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
20489
20490         * loader.c (method_from_memberref): use mono_class_get to get the
20491         class of an array instead of using System.Array directly.
20492         (mono_get_method): also add MEMBERREF methods to the method cache
20493         which usefull for arrays.
20494
20495 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
20496
20497         * pedump.c (arch_compile_method): added to compute vtable entry
20498
20499         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
20500         number of interfaces.
20501         
20502         * class.h: merged MonoArrayClass into MonoClass
20503
20504         * class.c (mono_class_create_from_typedef): compute the vtable size and
20505         allocate space to include the vtable inside MonoClass
20506         (mono_class_metadata_init): initialize the vtable
20507
20508 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
20509
20510         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
20511         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
20512         * image.c: endian fixes by Laurent Rioux.
20513         * object.h, object.c: rename MonoStringObject to MonoString and
20514         MonoArrayObject to MonoArray. Change some function names to conform to
20515         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
20516         guint16* as first argument, so don't use char*.
20517         Provide macros to do the interesting things on arrays in a portable way.
20518         * threads-pthread.c: updates for the API changes and #include <sched.h>
20519         (required for sched_yield()).
20520         * icall.c: updates for the API changes above.
20521         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
20522         platforms that need them.
20523
20524 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
20525
20526         * class.c: set the correct type for all the fundamental
20527         type when loading the class.
20528
20529 2001-10-05  Dick Porter  <dick@ximian.com>
20530
20531         * threads-pthread.c (pthread_mutex_timedlock): Simple
20532         compatibility version for C libraries that lack this call.
20533
20534 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
20535
20536         * class.c: MonoTypes stored in MonoClass are stored as
20537         fundamental MonoTypes when the class represents a
20538         fundamental type (System.Int32, ...).
20539         The TypeHandle return by ldtoken is a MonoType*.
20540         * icall.c: ves_icall_get_data_chunk () write out all the
20541         PE/COFF stuff. Implement ves_icall_define_method (),
20542         ves_icall_set_method_body (), ves_icall_type_from_handle ().
20543         * image.c: properly skip unknown streams.
20544         * loader.h, loader.c: add type_class to mono_defaults.
20545         * metadata.c, metadata.h: export compute_size () as
20546         mono_metadata_compute_size () with a better interface.
20547         Typo and C&P fixes.
20548         * pedump.c: don't try to print the entry point RVA if there is no entry point.
20549         * reflection.c, reflection.h: many cleanups, fixes, output method
20550         signatures and headers, typedef and typeref info, compress the metadata
20551         tables, output all the heap streams, cli header etc.
20552         * row-indexes.h: typo fixes.
20553
20554 2001-10-04  Dick Porter  <dick@ximian.com>
20555
20556         * object.h: Add a synchronisation mutex struct to MonoObject
20557
20558         * object.c (mono_new_object): Initialise the object
20559         synchronisation mutexes
20560
20561         * icall.c: System.Threading.Monitor internal calls
20562         
20563         * threads-pthread.h:
20564         * threads-pthread.c: System.Threading.Monitor internal calls
20565
20566         * threads-types.h: New file, includes the system-specific thread
20567         structures
20568         
20569         * threads-pthread-types.h:
20570         * threads-pthread-types.c: New files, handle pthread-specific
20571         synchronisation types
20572
20573         * threads-dummy-types.h: 
20574         * threads-dummy-types.c: New files of dummy support for
20575         thread-specific types
20576
20577         * metadata.c:
20578         * image.c:
20579         * pedump.c: include mono-endian.h not endian.h
20580         
20581         * Makefile.am: More threads files.
20582         Name mono-endian.h not endian.h
20583
20584 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
20585
20586         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
20587         stuff and implement a few more bits.
20588         * icall.c: a field needs to be dereferenced twice. Do not use the same
20589         name for two variables in the same scope.
20590         * image.c, image.h: cleanups.
20591
20592 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
20593
20594         * class.c (mono_class_metadata_init): bug fix: compute the right size
20595
20596 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
20597
20598         * icall.c: implemented some of the Reflection internalcalls.
20599         * image.c, image.h: start writing out the PE/COFF image.
20600         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
20601         that does the reverse than decode_blob_size ().
20602         * object.c: use mono_metadata_encode_value (). Move here
20603         temporary implementation of mono_string_to_utf8 ().
20604         * rawbuffer.c: make malloc_map static.
20605
20606 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
20607
20608         * metadata.c: fix type comparison for arrays.
20609         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
20610         Added a couple of new classes to monodefaults.
20611         * icall.c: added a couple of Reflection-related internalcalls.
20612         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
20613         Added a byval_arg MonoType to MonoClass.
20614
20615 2001-09-28  Dick Porter  <dick@ximian.com>
20616
20617         * icall.c:
20618         * threads-pthread.h: 
20619         * threads-pthread.c: Implemented internal calls for
20620         LocalDataStoreSlot operations.  Applied mutexes around all shared
20621         data.  Reworked the thread creation and Start() operations to
20622         avoid a race condition.
20623         
20624         * threads-dummy.h:
20625         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
20626
20627 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
20628
20629         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
20630
20631 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
20632
20633         * class.c, loader.c: warn and return NULL instead of erroring out.
20634         * icall.c: added System.AppDomain::getCurDomain().
20635         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
20636
20637 2001-09-25  Dick Porter  <dick@ximian.com>
20638
20639         * threads-pthread.h:
20640         * threads-pthread.c: Implemented timed thread joining and added
20641         System.Threading.Thread::Join_internal internal call
20642
20643         * icall.c: Added System.Threading.Thread::Join_internal internal call
20644
20645         * threads-dummy.h:
20646         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
20647
20648 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
20649
20650         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
20651         mono_string_intern () to implement the semantics of the ldstr opcode
20652         and the interning of System.Strings.
20653         * icall.c: provide hooks to make String::IsIntern and String::Intern
20654         internalcalls.
20655
20656 2001-09-23  Dick Porter  <dick@ximian.com>
20657
20658         * threads-dummy.c: 
20659         * threads-dummy.h: New files of dummy threading routines
20660
20661         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
20662         support code based on system specifics
20663
20664         Rename PTHREAD_LIBS to THREAD_LIBS
20665         
20666 2001-09-23  Dick Porter  <dick@ximian.com>
20667
20668         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
20669         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
20670         internal calls.
20671         (mono_thread_init): Set up a Thread object instance to return when
20672         the main thread calls Thread.CurrentThread
20673         (mono_thread_cleanup): Wait for all subthreads to exit
20674
20675         * icall.c: New internal calls for System.Threading.Thread::Sleep
20676         (including Schedule) and CurrentThread
20677
20678         * threads.h: New file, to insulate thread-specific stuff from the
20679         rest of the code
20680
20681 2001-09-21  Dick Porter  <dick@ximian.com>
20682
20683         * threads-pthread.h: 
20684         * threads-pthread.c: New file, for handling pthreads-style
20685         threading support.  Start() now starts a new thread and executes
20686         the ThreadStart delegate instance.
20687
20688         * icall.c: Added the internalcall for
20689         System.Threading.Thread::Start_internal
20690
20691         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
20692
20693 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
20694
20695         * loader.c: work around the different signatures for delegates
20696         constructors csc generates in compiled code vs the ones compiled in mscorlib.
20697
20698 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
20699
20700         * class.h, class.c: add mono_class_get_field_from_name ().
20701         * *: Fix C comments and other ANSI C issues.
20702
20703 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
20704
20705         * endian.h, assembly.c: fix some endianness issues.
20706
20707 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
20708
20709         * loader.h, load.c: add delegate_class to mono_defaults.
20710         Handle runtime provided methods in mono_get_method ().
20711
20712 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
20713
20714         * loader.c (mono_get_method): use pinvoke for internal call
20715
20716         * icall.c: use pinvoke for internal call
20717
20718         * loader.c (method_from_memberref): set the method name
20719
20720 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
20721
20722         * metadata.c: help the compiler generate better code for
20723         mono_class_from_mono_type ().
20724
20725 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
20726
20727         * class.c (mono_class_metadata_init): delayed computing of the
20728         class size to mono_class_metadata_init ()
20729
20730 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
20731
20732         * class.c, class.h: add an interfaces member to MonoClass.
20733         * image.c, image.h: add assembly_name field to MonoImage
20734         from the assembly table.
20735         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
20736
20737 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
20738
20739         * class.c: Handle Array in mono_class_from_mono_type ().
20740         * metadata.c, pedump.c: some endian fixes.
20741
20742 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
20743
20744         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
20745         * metadata.c: fix small problem introduced with the latest commit.
20746
20747 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
20748
20749         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
20750         We don't need a MonoMetadata pointer anymore to compare signatures in
20751         mono_metadata_signature_equal (), update callers.
20752         Reduced memory usage an number of allocations for MonoMethodHeader and
20753         MonoMethodSignature.
20754
20755 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
20756
20757         * metadata.c: added compare for szarray.
20758
20759 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
20760
20761         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
20762         and add a couple more types to it and mono_defaults. Give an hint on
20763         classes that need implementing in our corlib and are referenced
20764         in mscorlib.
20765
20766 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
20767
20768         * class.h, class.c: keep track if a class is also an Enum.
20769         * loader.c: Implement a couple more types for use in libffi
20770         marshalling. Gives better diagnostics when failing to dlopen
20771         a library. Set method->klass for P/Invoke methods, too.
20772
20773 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
20774
20775         * class.c, class.h: add a MonoType this_arg to MonoClass that
20776         represents a pointer to an object of the class' type that
20777         can be used by the interpreter and later the type cache.
20778         Add best guess alignment info for valuetype objects.
20779
20780 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
20781
20782         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
20783         into MonoType: one less level of indirection and allocation and
20784         simplifies quite a bit of code. Added cache for MonoTypes that are
20785         used frequently, so that we don't need to allocate them all the time.
20786
20787 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
20788
20789         * class.c (mono_class_create_from_typedef): System.Enum is also a
20790         value type, although it does not derive from System.ValueType
20791         (maybe a bug in the ms compiler?)
20792
20793         * metadata.c (mono_type_size): return the right size for value types
20794
20795         * loader.c (mono_get_method): only initialize method header if not abstract
20796
20797         * class.c (mono_class_from_mono_type): use mono_default values. 
20798
20799 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
20800
20801         * *: use MonoClass pointers instead of <type_tokens>
20802         
20803         * class.h: new flag: metadata_inited.
20804
20805         * class.c (mono_class_metadata_init): impl.
20806         (mono_class_instance_size): impl.
20807         (mono_class_data_size): impl.
20808
20809 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
20810
20811         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
20812         MonoClass now has the name and name_space fields. 
20813         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
20814         mono_get_method () takes and optional MonoClass as argument.
20815         Removed mono_typedef_from_name() and added mono_class_token_from_name()
20816         instead that takes advantage of a map from class names to typedef
20817         tokens in MonoImage.
20818
20819 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
20820
20821         * metadata.c: zero is not a valid alignment boundary.
20822         Merge MONO_TYPE_VOID in default decoding code.
20823
20824 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
20825
20826         * image.h: merged MonoMetadata into MonoImage
20827
20828         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
20829         identify the type of elements.
20830
20831 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
20832
20833         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
20834         * cil-coff.h: split MonoMSDOSHeader and add size info.
20835         * image.c: add some consistency checks.
20836         * metadata.c: fix row size computation: one programmer
20837         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
20838         add explanation for the locator routine.
20839         Fix decoding of size in method header.
20840         
20841 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
20842
20843         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
20844         (g_concat_dir_and_file): Bring g_concat_dir_and_file
20845         function from gnome-libs.  This uses the right path separator
20846         based on the OS, and also works around a bug in some systems where
20847         a double slash is not allowed. 
20848         (default_assembly_name_resolver): Use g_concat_dir_and_file
20849         (mono_assembly_open): ditto.
20850
20851 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
20852
20853         * metadata.c (mono_metadata_signature_equal): impl.
20854
20855         * *: void is now a realy MonoType (instead of using NULL)
20856         
20857         * metadata.c (do_mono_metadata_parse_type): use
20858         mono_metadata_parse_type to parse void value.
20859
20860 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
20861
20862         * metadata.c, metadata.h: in the signature and method header store
20863         only the space required for holding the loca vars and incoming arguments.
20864
20865 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
20866
20867         * metadata.c (do_mono_metadata_parse_type): treat void like any
20868         other type (instead of assigning NULL);
20869
20870 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
20871
20872         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
20873
20874 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
20875
20876         * image.c (do_mono_image_open): added a cache for arrays.
20877
20878 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
20879
20880         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
20881         decode a single column from a row in a metadata table and changes
20882         to take advantage of it in the typedef locator (gives a nice speed up).
20883         Store offset info for function params.
20884
20885 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
20886
20887         * image.h (MONO_IMAGE_IS_CORLIB): removed 
20888
20889 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
20890
20891         * assembly.c: how could mono_assembly_close () had ever worked?
20892         * metadata.c, metadata.h: provide offset info for local vars.
20893         Implement mono_type_size () to take care of alignment as well
20894         as size (it was mono_field_type_size in cli/class.c before).
20895
20896 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
20897
20898         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
20899
20900         * assembly.h (CORLIB_NAME): set to corlib.dll
20901
20902         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
20903
20904 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
20905
20906         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
20907         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
20908         tokentype.h: massive namespace cleanup.
20909
20910 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
20911
20912         * metadata.h, metadata.c: decode exception clauses when parsing method header.
20913
20914 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
20915
20916         * metadata.c (mono_metadata_free_type): added check for type !=
20917         NULL (void) before calling mono_metadata_free_type()
20918
20919 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
20920
20921         * metadata.h, row_indexes.h: added header with enumerations to use
20922         to index in the columns from tables in metadata and to decode coded
20923         tokens: we should start using this instead of embedding magic numbers
20924         all over the code.
20925
20926 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
20927
20928         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
20929         Move metadata_t info from cli_image_info_t to MonoImage, where
20930         it's easily accessible. Changed all the uses accordingly.
20931         Added the method and class caches to MonoImage.
20932         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
20933         and mono_metadata_decode_value () signature to be more consistent
20934         with the other parse functions (and simplify code). Taken advantage
20935         of zero-length array allocation with GCC. Removed reduntant (and
20936         wrong) MonoFieldType struct and use MonoParam instead. Changed
20937         mono_metadata_parse_field_type () to use common code for parsing.
20938         Added mono_metadata_typedef_from_field () and
20939         mono_metadata_typedef_from_method () to lookup a typedef index from a
20940         field or method token.
20941         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
20942
20943 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
20944
20945         * metadata.c (mono_metadata_parse_field_type): Implement. 
20946         (do_mono_metadata_parse_type): Split engine from
20947         mono_metadata_parse_type, so that we can create smaller structures
20948         for things that just have one pointer to the MonoType (look at
20949         the MonoFieldType)
20950
20951 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
20952
20953         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
20954         as Jan Gray found out, it is incorrect. 
20955
20956 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
20957
20958         * assembly.c: Implement asssembly loading.  This loads an image
20959         and loads all the referenced assemblies.  Come to think of it, we
20960         could always do lazy loading of the assemblies. 
20961
20962         * image.c (mono_image_open): Keep loaded images in a hashtable.
20963
20964         * image.h (MonoImage): Add reference count.
20965
20966 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
20967
20968         * assembly.c (mono_assembly_open): Keep track of the file name in
20969         case the assembly has no ASSEMBLY table.
20970
20971         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
20972         from get.c here.
20973
20974 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
20975
20976         * metadata.c, metadata.h: decode local vars in method header
20977         parse function. Change callers accordingly.
20978
20979 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
20980
20981         * metadata.h, cil-coff.h: protect against multiple inclusion.
20982         Added some new structures to hold information decoded from metadata:
20983         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
20984         and relevant decoding/free functions.
20985         * metadata.c: implement decoding functions. Add warning for out of bounds
20986         index in mono_metadata_locate(). Implement mono_get_method () to retreive
20987         all the info about a method signature and invocation. Remove check on
20988         uninitialized local var in parse_mh() and fix memory leak.
20989
20990 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
20991
20992         * metadata.h: More macros.
20993
20994         * tokentype.h: New file.
20995
20996 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
20997
20998         * assembly.c: added a consistency check and initialize
20999         some structures with g_new0().
21000         * metadata.c: fixed a couple more bugs in table size computation
21001         and add other checks for out-of bound access to metadata.
21002
21003 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
21004
21005         * metatada.c: fix bugs computing table sizes. Spew a
21006         warning when index in string heap is out of bounds.
21007
21008 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
21009
21010         * metadata.h: Add a couple of macros to manipulate tokens. 
21011
21012 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
21013
21014         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
21015         cli_section_tables).
21016
21017 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
21018
21019         * metadata.c (mono_metadata_user_string): New function, provides
21020         access to the UserString heap. 
21021
21022 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
21023
21024         * metadata.c: Add inline documentation.
21025
21026 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
21027
21028         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
21029         files. 
21030
21031 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
21032
21033         * typeattr.h: New file, TypeAttribute flags. 
21034
21035 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
21036
21037         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
21038         mono_assembly_ensure_section): Section loading code.
21039         (load_section_tables): Load the sections.
21040
21041         * mono/metadata/metadata.c (mono_metadata_locate_token,
21042         mono_metadata_locate): Functions to locate the information
21043         definition given a token or a table and an index.
21044         (mono_metadata_compute_table_bases): New.
21045         (compute_size): New function to compute the sizes of the various
21046         tables.
21047
21048         * mono/metadata/metadata.h: Finish listing the different index
21049         types. 
21050
21051         * mono/metadata/pedump.c: Improve to dump new information.
21052
21053 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
21054
21055         * mono/metadata/metadata.c: Entered all the tables matching
21056         Beta2. 
21057
21058         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2
21059
21060
21061