2004-06-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mono / metadata / ChangeLog
1 2004-06-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2
3         * culture-info-tables.h: freshly generated.
4
5 2004-06-09  Martin Baulig  <martin@ximian.com>
6
7         * loader.c (mono_get_method_constrained): Call `mono_class_init
8         (constrained_class)'.   
9
10 2004-06-08  Gert Driesen <drieseng@users.sourceforge.net>
11
12         * icall.c (ves_icall_MonoType_GetEvent): Handle events without
13         any methods. Fixes #59629.
14
15 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
16
17         * culture-info-tables.h: reflecting locale-builder updates.
18
19 2004-06-08  Dick Porter  <dick@ximian.com>
20
21         * object.h:
22         * locales.c: Fixed compile warnings, including a real bug in
23         CompareInfo_internal_compare.
24         
25 2004-06-08  Dick Porter  <dick@ximian.com>
26
27         * locales.c
28         (ves_icall_System_Globalization_CompareInfo_internal_index):
29         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
30         Double-check the resuls of usearches, because ICU currently
31         ignores most of the collator settings here.  Fixes bug 59720.
32         
33 2004-06-08  Dick Porter  <dick@ximian.com>
34
35         * locales.c
36         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
37         Fix memory leak and segfault-causing typo.  No idea how this one
38         lasted so long without being noticed.
39
40 2004-06-09  Zoltan Varga  <vargaz@freemail.hu>
41
42         * icall.c (ves_icall_Type_GetEvents_internal): Handle events without
43         any methods. Fixes #59629.
44
45 2004-06-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
46
47         * assembly.c:
48         (mono_assembly_load): search_loaded -> mono_assembly_loaded (we didn't
49         own the critical section before). Removed dead code (that's done
50         in the preload hook).
51
52         (mono_assembly_load_with_partial_name): call the preload hook.
53
54 2004-06-08  Martin Baulig  <martin@ximian.com>
55
56         * metadata.c (mono_metadata_signature_alloc): Default
57         `sentinelpos' to -1.
58
59         * reflection.c (mono_image_get_array_token): Likewise.
60
61 2004-06-08  Martin Baulig  <martin@ximian.com>
62
63         * icall.c (ves_icall_ModuleBuilder_getMethodToken): New icall.
64
65         * metadata.c (mono_metadata_parse_method_signature): When parsing
66         a MethodDef which has VarArgs, set sentinelpos.
67
68         * metadata.h (MonoMethodSignature): Make `sentinalpos' a signed
69         `gint16' since we're using -1 for non-varargs methods.
70
71         * reflection.c
72         (ReflectionMethodBuilder): Added `MonoArray *opt_types'.
73         (method_encode_signature): Added varargs support.
74         (method_builder_encode_signature): Likewise.
75         (mono_image_get_varargs_method_token): New static method.
76         (mono_image_create_method_token): New public method; this is
77         called via an icall instead of mono_image_create_token() when
78         calling a varargs method.       
79
80 2004-06-08  Lluis Sanchez Gual  <lluis@ximian.com>
81
82         * locales.c: Fixed memory leak in Char.ToLower/ToUpper.
83
84 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
85
86         * culture-info-tables.h : Reflecting the latest locale-builder that
87           fixed empty array representation ({} to {0}).
88
89 2004-06-07  Jackson Harper  <jackson@ximian.com>
90
91         * assembly.c: It should be <MONO_GAC_PATH>/lib/mono/gac when
92         looking up extra gac paths. This allows MONO_GAC_PATH to act
93         exactly like a prefix.
94         
95 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
96
97         * reflection.c (mono_reflection_type_from_name): Make a copy of the
98         type name before modifying it. Fixes #59405.
99
100 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
101
102         * culture-info.h: added fields for "all datetime patterns".
103         * locales.c: (  ves_icall_System_Globalization_CultureInfo
104           _construct_datetime_format ()): fill xxx_patterns fields.
105         * object.h: added fields for "all datetime patterns" to
106           MonoDateTimeFormatInfo.
107         * culture-info-tables.h: reflecting locale-builder updates.
108
109 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
110
111         * icall.c (ves_icall_Type_GetEvents_internal): Handle the case when
112         the event has no add and remove methods. Fixes #59629.
113
114 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
115
116         * object.c: Fixed possible integer overflow when allocating large
117         strings.
118
119 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
120
121         * culture-info-tables.h: reflecting locale-builder updates.
122
123 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
124
125         * culture-info-tables.h: reflecting locale-builder updates.
126
127 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
128
129         * culture-info-tables.h: reflecting locale-builder updates.
130
131 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
132
133         * threads.c: Made Thread.Sleep abortable.
134
135 2004-06-02  Martin Baulig  <martin@ximian.com>
136
137         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped version to 41.
138
139         * debug-mono-symfile.h: Bumped symbol file version number to 37.
140
141 2004-05-31  Zoltan Varga  <vargaz@freemail.hu>
142
143         * marshal.c (mono_marshal_get_runtime_invoke): Fix CR/LFs.
144
145 2004-05-30  Jackson Harper  <jackson@ximian.com>
146
147         * reflection.c: Do not hardcode assembly versions or public key
148         tokens anymore. All of this except the corlib section was dead
149         code anyways.
150         
151 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
152
153         * object.c (mono_runtime_invoke_array): Automatically create boxed
154         objects for byref valuetypes if needed. Fixes #59300.
155         
156         * object.c (mono_method_return_message_restore): Handle 
157         MONO_TYPE_OBJECT as well.
158
159 2004-05-28  Jackson Harper  <jackson@ximian.com>
160
161         * reflection.c: The modified type encoding was causing build
162         problems. Reverted for now.
163         
164 2004-05-28  Jackson Harper  <jackson@ximian.com>
165
166         * reflection.c/h: Take an assembly ref so that we dont create
167         fully qualified names when encoding types in the same assembly as
168         the custom attribute being emitted.
169         * appdomain.c: Increment version number.
170         
171 2004-05-26  Duncan Mak  <duncan@ximian.com>
172
173         * icall.c
174         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
175         Set the full version number (major, minor, build, revision).
176
177 2004-05-28  Vladimir Vukicevic  <vladimir@pobox.com>
178
179         * marshal.c (emit_struct_conv): increment src/dst after blit
180         (mono_marshal_get_managed_wrapper,
181         mono_marshal_get_native_wrapper): make sure we have marshalling
182         info before marshalling params (info computation affects
183         blittable)
184
185         * class.c (class_compute_field_layout): correctly deal with
186         blittable
187         (mono_class_layout_fields): Don't do gc_aware_layout for AUTO
188         value types (as per what windows dows by default)
189         (mono_class_setup_mono_type): System.ValueType is blittable
190         (mono_ptr_class_get, mono_fnptr_class_get): Pointer classes are
191         blittable
192
193         * marshal.c (mono_marshal_load_type_info): flag types  as
194         non-blittable if the native layout doesn't match the managed
195         layout
196
197 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
198
199         * appdomain.c: don't add stuff in the private search path that is
200         above the application base. If application base is not set, there's
201         no private search path.
202
203 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
204
205         * marshal.c (mono_marshal_get_managed_wrapper): Add proper support for
206         byref struct arguments in native->managed marshalling.
207
208 2004-05-28      Patrik Torstensson      <totte@hiddenpeaks.com>
209
210         * marshal.c (mono_marshal_get_runtime_invoke): correctly
211         cache methods using signature (special case for methods
212         that are value type or string class)
213         
214         * image.c (mono_image_close): clean up allocated GSList's
215         in runtime_invoke_cache.
216
217 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
218
219         * mono-config.c: set the correct path for mono_cfg_dir on windows when
220         there's no MONO_CFG_DIR environment variable defined.
221
222 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
223
224         * threads.c: windows version must be >= 0x0500 to include OpenThread.
225
226 2004-05-28  Lluis Sanchez Gual  <lluis@ximian.com>
227
228         * threadpool.c: Really wait for 500ms after the async call, even if the wait
229           is interrumped.
230         * threads.c: In mono_thread_manage, call OpenThread to ref each handle
231           before waiting for it, and call CloseHandle after the wait to unref it.
232           This will make sure that handles are not disposed too early.
233
234 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
235
236         * appdomain.c:
237         * appdomain.h:
238         * icall.c: removed
239         ves_icall_System_AppDomainSetup_InitAppDomainSetup as it's not
240         needed now.
241
242         * object.c: se the application_base only for the domain that runs
243         Main. Fixes bug #59216,
244
245 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
246
247         * appdomain.c:
248         * object.c: only the domain in which Main is run have
249         SetupInformation.ConfigurationFile set, so moved a few lines from
250         appdomain.c to object.c.
251
252 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
253
254         * appdomain.c: we tried to load [name].(dll|exe), but according
255         to bug #57710, we must also try [culture]/[name].(dll|exe) and
256         [culture]/[name]/[name](dll|exe). This patch fixes the bug.
257         There's a test case attached to bug #58922.
258
259 2004-05-27  Dick Porter  <dick@ximian.com>
260
261         * icall.c:
262         * file-io.c: Implemented icalls for locking and unlocking regions
263         in a file.
264         (ves_icall_System_IO_MonoIO_FindNextFile): FindNextFile() returns
265         FALSE on error (fixes both compiler warning and real bug.)
266
267 2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>
268
269         * culture-info-tables.h: reflecting locale-builder updates.
270
271           (Added missing ChangeLog entry for 05/26)
272
273 2004-05-27  Jackson Harper  <jackson@ximian.com>
274
275         * locales.c: Fix some cut and paste errors.
276         
277 2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
278
279         * mono-config.c: set the correct path for config. directory on windows.
280
281 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
282
283         * icall.c : Fixed ves_icall_System_DateTime_GetNow() to return utc
284           on win32.
285
286 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
287
288         * marshal.c (mono_marshal_get_native_wrapper): Free strings returned
289         from pinvoke functions.
290         
291         * marshal.c (mono_ftnptr_to_delegate): Implement this.
292
293 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
294
295         * culture-info-tables.h: reflecting locale-builder updates.
296
297 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
298
299         * profiler.c (simple_allocation): Skip icall wrapper methods. Fixes
300         #59086.
301
302 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
303
304         * appdomain.cs: Bumped MONO_CORLIB_VERSION to 20.
305         * icall.c: Modified icalls for RNG.
306         * rand.c|h: Changed RNG interface to allow thread-safe usage under 
307         Windows (CryptoAPI).
308
309 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
310
311         * locales.c: Fix build.
312
313 2004-05-25  Atsushi Enomoto  <atsushi@ximian.com>
314
315         * culture-info-tables.h: reflecting locale-builder updates.
316
317 2004-05-25  Jackson Harper  <jackson@ximian.com>
318
319         * locales.c: When creating the current culture use the $LANGs
320         specific culture. So DateTimeFormat and NumberFormat entries are created.
321         
322 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
323
324         * string-icalls.{h,c} icalls.c: Add new icalls for Strcpy which take
325         a char array as parameter.
326
327 2004-05-24  Lluis Sanchez Gual  <lluis@ximian.com>
328
329         * image.c: In mono_image_open(), always use an absolute path name to
330           look for already loaded images.
331
332 2004-05-24  Sebastien Pouliot  <sebastien@ximian.com>
333
334         * icall.c: Added define for CSIDL_FLAG_CREATE (0x8000) in case it is
335         missing in the windows build (like older cygwin include files).
336
337 2004-05-23  Sebastien Pouliot  <sebastien@ximian.com>
338
339         * icall.c: Fixed check for possible integer overflow in Buffer_
340         BlockCopy icall. Replaced comments style // by /* */.
341
342 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
343
344         * marshal.c (mono_ftnptr_to_delegate): Fix warning.
345         
346         * marshal.c (mono_marshal_get_proxy_cancast): Move thread interrupt
347         check after MONO_VTADDR. Fixes pinvoke2.exe.
348
349         * marshal.h marshal.c metadata.h: Add beginnings of support for
350         ftnptr -> delegate marshalling.
351
352 2004-05-21  Zoltan Varga  <vargaz@freemail.hu>
353
354         * threads.c (ves_icall_System_Threading_Thread_ResetAbort): Fix compilation on gcc-2.95.
355         * threads.c: Fix warnings.
356
357 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
358
359         * appdomain.c, gc.c: Make use of the new WaitForSingleObjectEx.
360         * icall.c: Registered icalls for Suspend and Resume.
361         * locales.c: Beware, mono_monitor_try_enter can now be interrupted by
362           Thread.Abort.
363         * monitor.c: Use WaitForSingleObjectEx. Added some interruption checkpoints.
364         * mono-debug-debugger.c: Use WaitForSingleObjectEx et al.
365         * process.c: Use WaitForSingleObjectEx.
366         * threadpool.c: Use WaitForSingleObjectEx. Added some interruption 
367           checkpoints.
368         * threads.c, threads.h: Make use of new Ex wait methods. Improved
369           implementation of Thread.Abort and Thread.ResetAbort icalls. Added icalls
370           for Suspend and Resume. Added new mono_thread_stop, used for stoping
371           background threads. Added basic support for Abort in Windows.
372           Start new threads using a managed delegate invoke wrapper. This wrapper
373           has an interruption checkpoint that is needed since an interruption
374           can be requested before the thread leaves the unmanaged code that starts 
375           the thread.
376         * marshal.c: Added interruption checkpoint after every native call, and
377           also before managed calls for wrappers called from unmanaged code to
378           go into managed code.
379         * object.h: Added new field in MonoThread to keep track of interruption
380           requests.
381
382 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
383
384         * marshal.c: Insert SAVE_LMF and RESTORE_LMF opcodes around native
385         calls.
386
387 2004-05-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
388
389         * appdomain.c:
390         * assembly.c:
391         * gc.c:
392         * locales.c:
393         * mono-config.c:
394         * rand.c: getenv -> g_getenv (windows!)
395
396         * process.c: complete_path is also used on non-windows platforms.
397
398 2004-05-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
399
400         * icall.c: new signature for Process_Start.
401
402         * process.[ch]: new signature for Process_Start. If we're on windows
403         and UseShellExecute is false, we have to search for the program by
404         ourselves if we don't get a full path.
405
406 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
407
408         * marshal.c (mono_marshal_get_native_wrapper): Fix up custom 
409         marshalling and call CleanUpNativeData if needed. Fixes #58646.
410
411 2004-05-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
412
413         * socket-io.c: field value changed for Int32 from 'value' to 'm_value'.
414         Fixes bug #58373.
415
416 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
417
418         * process.c: use double quotes to quote program name and arguments on
419         windows. Fixes bug #58575.
420
421 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
422
423         * file-io.c: don't return "." and ".." when using windows Find*File.
424
425 2003-05-17      Patrik Torstensson <totte@hiddenpeaks.com>
426
427         * marshal.c: Don't pass wrappers to message init because method 
428         addressed used to lookup metadata. part of remoting[2|3] fix.
429
430 2004-05-15  Jackson Harper  <jackson@ximian.com>
431
432         * assembly.c: Remove user gac and implement MONO_GAC_PATH, this
433         path is essentially the same as MONO_PATH except that it points to
434         GACs instead of lib directories.
435         * loader.h: The user gac is gone so we dont need function to
436         enable/disable it.
437         * mono-config.c: user gac option is now gone.
438         
439 2004-05-15  Jackson Harper  <jackson@ximian.com>
440
441         * culture-info.h: Make defines more consistent, add calendar data
442         to the culture info table.
443         * culture-info-tables.h: Add basic calendar data. Basically
444         everyone gets default gregorian until all the data is
445         updated.
446         * locales.c: Use the new consistent defines. Set calendar data for
447         culture info objects.
448         * object.h: add a field for calendar data to CultureInfo
449         
450 2004-05-14 Ben Maurer  <bmaurer@users.sourceforge.net>
451
452         * image.c: image->runtime_invoke_cache is keyed on signatures now.
453         * marshal.c (mono_mb_emit_calli): new helper to emit a CEE_CALLI with
454         a signature.
455         (mono_mb_emit_managed_call, mono_mb_emit_native_call): use the above.
456         (mono_marshal_get_runtime_invoke): The runtime invoke method now takes
457         an extra param that is the pointer of the method to invoke. The IL for
458         the invoke method is no longer specific to the method, but to the
459         signature of the method. Thus, we can share the same code for multiple
460         methods. This reduces the number of methods that have to be compiled.
461
462 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
463
464         * icall.c (ves_icall_System_Reflection_Assembly_load_with_partial_name): Fix warning.
465
466         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
467
468         * icall.c: Optimize Buffer.BlockCopy.
469
470 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
471
472         * culture-info-tables.h: seems like Spanish and Portuguese cultures had
473         DateTimeFormatInfo.YearMonthPattern like "MMMM' yyyy" (note the single
474         quote). Changed them to "MMMM yyyy".
475
476 2004-05-12  Miguel de Icaza  <miguel@ximian.com>
477
478         * rand.c
479         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_InternalGetBytes): Always close the file. 
480
481 2004-05-13  Zoltan Varga  <vargaz@freemail.hu>
482
483         * reflection.h: Updated after changes to managed structures.
484
485         * appdomain.c: Bump corlib version.
486
487 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
488
489         * Makefile.am: also add libmonoos to libmetadata. Fixes the build on
490         windows.
491
492 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
493
494         * Makefile.am: link to ../os/libmonoos.la on windows.
495
496         * assembly.c:
497                 -If MONO_DEBUG, warn about non-existing directories in
498                 MONO_PATH.
499                 -Added mono_assembly_getrootdir() that replaces MONO_ASSEMBLIES
500                 compile time variable.
501                 -Removed init_default_path and call mono_set_rootdir from
502                 libmonoos.a instead (windows only).
503
504         * assembly.h: declare mono_assembly_getrootdir().
505
506         * domain.c:
507         * icall.c: use mono_assembly_getrootdir() instead of MONO_ASSEMBLIES.
508
509         * loader.c: s/getenv/g_getenv/
510
511 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
512
513         * marshal.{h,c}: Add support for UnmanagedType.AsAny.
514
515         * marshal.c: Use mono_metadata_signature_{alloc,dup} where appropriate.
516
517         * metadata.h: Add new marshalling conversions.
518
519         * metadata.h metadata.c (mono_metadata_signature_dup): New helper
520         function.
521
522         * reflection.c (mono_reflection_get_type): Lookup the type in all
523         modules of a multi-module assembly. Fixes #58291.
524
525 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
526
527         * threads.c: Before aborting a background, set the StopRequested
528         state.  This avoids throwing the Abort exception.
529         In mono_thread_manage, don't continue with the shutdown until all
530         aborted threads have actually stopped.
531
532 2004-05-10  Jackson Harper  <jackson@ximian.com>
533
534         * locales.c: Remove the modifier from culture names.
535         
536 2004-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
537
538         * Makefile.am: monosn is not installed any more. It has been deprecated
539         in favor of sn.
540
541 2004-05-07  Jackson Harper  <jackson@ximian.com>
542
543         * locales.c
544         (ves_icall_System_Globalization_CultureInfo_internal_get_cultures):
545         Fix array construction, add bailout if the length is 0.
546
547 2004-05-07  Dick Porter  <dick@ximian.com>
548
549         * socket-io.c (addrinfo_to_IPHostEntry): Don't crash if the
550         machine doesn't have a DNS entry.  Patch by Urs Muff
551         (umuff@quark.com), fixes bug 57928.
552
553 2004-05-06  Jackson Harper  <jackson@ximian.com>
554
555         * reflection.c: Handle null PublicTokens properly. alloc mem for
556         assembly names culture so we dont crash when freeing it.
557         
558 2004-05-06  Jackson Harper  <jackson@ximian.com>
559
560         * assembly.c: Check the usergac when loading with partial names.
561         
562 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
563
564         * rand.c|h: Added new icall for (optionally) seeding the PRNG. This 
565         does nothing for now (not required for Linux/Windows) but the class
566         library can call it (and a newer or modified runtime could need it).
567         * icall.c: Registred icall.
568
569 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
570
571         * loader.c: prints a message on module loading error we set MONO_DEBUG
572         environment variable.
573
574 2004-05-05  Jackson Harper  <jackson@ximian.com>
575
576         * appdomain.c: Handle PublicKeyToken=null properly.
577         
578 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
579
580         * environment.c|h: Added icall ves_icall_System_Environment_
581         GetOSVersionString to get the current OS version as a string.
582         * icall.c: Registred icall.
583
584 2004-05-05  Lluis Sanchez Gual  <lluis@ximian.com>
585
586         * object.c: in mono_object_get_virtual_method(), take into account that
587         non-virtual methods don't have a slot in the vtable. Check needed when
588         the object is a proxy.
589
590 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
591
592         * marshal.h marshal.c icall.c: Applied patch from vladimir@pobox.com
593         (Vladimir Vukicevic). Implement UnsafeAddrOfPinnedArrayElement.
594
595         * object.c (mono_class_compute_gc_descriptor): Fix warning.
596
597         * object.c (mono_runtime_invoke_array): Add an assert so null cannot be
598         passed when a valuetype is expected.
599
600         * object.c (mono_unhandled_exception): Only set the exit code if the
601         exception happens in the main thread. Fixes thread5.exe.
602
603         * appdomain.c (get_info_from_assembly_name): Fix infinite loop on
604         invalid names. Fixes #58047.
605
606 2004-05-03  Jackson Harper  <jackson@ximian.com>
607
608         * assembly.c: This line was committed accidently and is unneeded.
609         
610 2004-05-03  Jackson Harper  <jackson@ximian.com>
611
612         * icall.c: Add new icall for Assembly::LoadWithPartialName
613         * assembly.c/.h: new function that probes the GAC to load partial
614         assembly names by Paolo Molaro.
615         
616 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
617
618         * appdomain.c: use g_strncasecmp when looking for 'Culture=' et al.
619         * reflection.c: use g_strncasecmp when looking for 'Culture=' et al.
620         (type_get_fully_qualified_name): Added PublicKeyToken when building a
621         full type name.
622
623 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
624
625         * appdomain.c: fixed check for 'neutral' culture and removed warning.
626         * reflection.c: fix bug when parsing a full type name and Version is not
627         the last thing in the string.
628
629 2004-05-03  Zoltan Varga  <vargaz@freemail.hu>
630
631         * appdomain.c (get_info_from_assembly_name): Strdup "" to prevent
632         crashes when it is freed.
633
634 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
635
636         * assembly.c: print the compat warning to stderr.
637
638 2004-05-01  Miguel de Icaza  <miguel@ximian.com>
639
640         * assembly.c (mono_assembly_load_references): Add a compatibility
641         hack to run old applications that might be still referencing the
642         3300-based assemblies, only do this for System.xxx.
643
644 2004-05-01  Jackson Harper  <jackson@ximian.com>
645
646         * appdomain.c: If the culture is neutral we set it to "".
647         
648 2004-04-29  Jackson Harper  <jackson@ximian.com>
649
650         * locales.c: Add some missing MONO_ARCH_SAVE_REGS'.
651
652 2004-04-29  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
653  
654         * string-icalls.c: added low overhead function for copying chars
655         * icall.c: added needed icall for the above function
656  
657 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
658
659         * icall.c: fix return value of get_global_assembly_cache.  Implemented
660         Environment.GetLogicalDrives.
661
662 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
663
664         * rand.c: try and talk to egd or prngd
665         for random bytes if opening devices fail.
666
667 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
668
669         * marshal.c (mono_marshal_load_type_info): Calculate the minimum
670         alignment for the type using the native alignment of its members 
671         instead of using klass->min_align.
672
673         * metadata.c (mono_type_stack_size): Fix size of TYPEDBYREF.
674
675 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
676
677         * file-io.c:
678         * socket-io.c: added check for sys/aio.h.
679
680 2004-04-28  Dick Porter  <dick@ximian.com>
681
682         * threads.c: Don't abort a thread thats already aborting, when
683         terminating everything.
684
685 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
686
687         * icall.c: added 2 new async calls for Socket.
688
689         * socket-io.[ch]: fixed some warnings. Added support for asynchronous
690         IO on *nix systems.
691
692         * threadpool.c: removed unused variable.
693
694 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
695
696         * marshal.c: Handle null properly in PtrToString* icalls. Fixes #57706.
697
698 Tue Apr 27 15:55:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
699
700         * locales.c: put back string_invariant_tolower () and
701         string_invariant_toupper ().
702
703 2004-04-26 David Waite <mass@akuma.org>
704
705         * file-io.h:
706         * socket-io.h:
707         * threads.h:
708         * unicode.h: remove comma from end of enumeration declarations
709
710 2004-04-26 David Waite <mass@akuma.org>
711
712         * debug-mono-symfile.h:
713         * decimal.c:
714         * mono_debug.h:
715         * sysmath.c: Define 64 bit constants as long long types (i.e. 10ULL)
716
717
718 2004-04-26  Jackson Harper  <jackson@ximian.com>
719
720         * appdomain.c: Increment version number.
721         
722 2004-04-26  Jackson Harper  <jackson@ximian.com>
723
724         * appdomain.c: Set assembly references public token value when
725         PublicKeyToken is specified, not the hash_value. Free public token
726         values when free assembly name data. Previously the public key
727         token was hex decoded, however we are using hex encoded public key
728         tokens, so this is not neccasary.
729         * assembly.c: Lookup assemblies in the gac if their public token
730         value is set. Add function to allow enabling user gac
731         lookups. Specify whether or not the assembly was loaded from the
732         GAC. Compare full assembly names when checking the cache for
733         assemblies (Temporarily disabled see comment in code). Remove
734         mscorlib -> corlib mapping cruft. Add trace-loading. When a user
735         specifies trace-loader they get extra info to stdout on the
736         loading of assemblies.
737         * image.h: Add a field for an assembly references public token
738         value to MonoAssemblyname. Add a field to MonoAssembly to specifiy
739         whether an assembly has been loaded from the GAC.
740         * image.c: Remove a corlib -> mscorlib name mapping.
741         * loader.h: Add function to enable/disable the user gac.
742         * mono-config.c: Check if the usergac is enabled in the config
743         file.
744         * icall.c: New icall to determine whether or not an assembly has
745         been loaded from the GAC. Remove some mscorlib -> corlib mappings.
746         * tabldefs.h: Add constant for assemblyref flag that specifies a
747         full public key is used instead of a public token.
748         * reflection.c: Remove mscorlib -> corlib mappings. Set
749         PublicTokenValue instead of hash value. This value is a hex
750         string so it does not need to be expanded.
751
752 2004-04-26  Martin Baulig  <martin@ximian.com>
753
754         * mono-debug-debugger.c (mono_debugger_initialize): Set
755         `mono_debugger_initialized' before calling mono_debug_lock().
756
757 2004-04-42  Robert Shade <rshade@dvsconsulting.com>
758
759         * icall.c: icalls for Char.ToUpper/ToLower are now hooked to
760           InternalToUpper/InternalToLower.
761         * locales.c: (ves_icall_System_{Char,String}_InternalTo{Upper,Lower}_Comp)
762           removed invariant culture shortcut.  This is now done in managed code.
763         * locales.c: (string_invariant_toupper/tolower) removed.
764
765 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
766
767         * icall.c: added GetSupportsAsync for Socket (same as MonoIO).
768         Added Poll internal call.
769
770         * socket-io.[ch]: _wapi_socket == WSASocket. Added internal
771         call for Poll. Select was too heavy for polling a single socket.
772
773         * threadpool.[ch]: added mono_threadpool_cleanup.
774         * threads.c: use it. Don't use Thread_Abort on windows.
775
776 2004-04-23  Martin Baulig  <martin@ximian.com>
777
778         * mono-debug-debugger.c (mono_debugger_lookup_assembly): New function.
779
780 2004-04-23  Sebastien Pouliot  <sebastien@ximian.com>
781
782         * icall.c: Registred new icalls for key pair protection and added an
783         icall for Environment.GetFolderPath on Windows.
784         * security.c|h: Added new icalls for key pair protection.
785
786 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
787
788         * socket-io.c: don't display the non-supported family warning for known
789         families. Now this is not displayed on windows when checking support
790         for IPv4/IPv6.
791
792 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
793
794         * class.c: don't display the layout warning for static fields.
795
796 2004-04-21  Lluis Sanchez Gual <lluis@ximian.com>
797
798         * icall.cs: Registered new icalls for Char.ToLower and Char.ToUpper.
799         * locales.c, locales.h: Added new icalls for culture-specific
800         Char.ToLower and Char.ToUpper.
801
802 2004-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
803
804         * threads.c: the 2nd argument when aborting a thread is NULL now. Patch
805         by David Waite.
806
807 2004-04-20  Martin Baulig  <martin@ximian.com>
808
809         * mono-debug-debugger.c (mono_debugger_lookup_type): Make a copy
810         of the type name before passing it to mono_reflection_type_from_name().
811
812 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
813
814         * marshal.c (mono_marshal_get_managed_wrapper): Handle different string
815         encodings here. Fixes #56965.
816
817 2004-04-18  Bernie Solomon <bernard@ugsolutions.com>
818
819         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
820         fix test on strstr result not that I can see anything that
821         relies on the result.
822
823 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
824
825         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_FUNC as well.
826         Fixes #57081.
827
828         * marshal.c (mono_marshal_get_string_encoding): New helper function.
829
830         * marshal.c (mono_marshal_get_native_wrapper): Use the new helper
831         function to determine which marshalling to use for strings. Fixes
832         #56965.
833
834         * marshal.c (mono_marshal_string_array_to_unicode): Fix warning.
835
836         * reflection.c (encode_marshal_blob): Add support for LPARRAY.
837
838 2004-04-15  Bernie Solomon  <bernard@ugsolutions.com>
839
840         * icall.c: #include mono-config.h
841
842 2004-04-15  Jackson Harper  <jackson@ximian.com>
843
844         * culture-info-tables.h: Fix date formats for en-US culture.
845         
846 2004-04-15  Lluis Sanchez Gual  <lluis@ximian.com>
847
848         * icall.c: Registered icalls for ThreadPool.GetMinThreads and 
849         ThreadPool.SetMinThreads.
850         * threadpool.c: Implemented ThreadPool.GetMinThreads and
851         ThreadPool.SetMinThreads.
852
853 Thu Apr 15 15:36:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
854
855         * mono-config.c: also load the .config file in the directory
856         where the assembly was found.
857
858 Thu Apr 15 14:24:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
859
860         * assembly.c: load per-assembly config files.
861         * icall.c: decrapified code to get the config dir and moved to
862         mono-config.c.
863         * image.h, loader.c, loader.h, mono-config.c, mono-config.h: allow
864         per-assembly config files. When doing a dll map lookup give precedence
865         to the per-assembly data.
866
867 2004-04-14  Martin Baulig  <martin@ximian.com>
868
869         * mono-debug-debugger.h (MonoDebuggerEvent): Removed
870         MONO_DEBUGGER_EVENT_TYPE_ADDED and MONO_DEBUGGER_EVENT_METHOD_ADDED
871         and added MONO_DEBUGGER_EVENT_RELOAD_SYMTABS.
872
873         * mono-debugger-debugger.c: While the debugger is locked, remember
874         whether the symbol tables have changes and send one single
875         MONO_DEBUGGER_EVENT_RELOAD_SYMTABS when releasing the lock.
876
877 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
878
879         * metadata.h: Add STRARRAY_STRWLPARRAY marshalling convention.
880
881         * marshal.h marshal.c (mono_marshal_string_array_to_unicode): New 
882         function.
883
884         * marshal.c (mono_marshal_get_native_wrapper): Take CharSet into
885         account when marshalling string arrays. Fixes #56965.
886
887 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
888
889         * icall.c: Add new icalls mapping for security.
890         * security.c|h: Add internal calls for WindowsIdentity,
891         WindowsImpersonationContext and WindowsPrincipal.
892
893 2004-04-13  Gert Driesen (drieseng@users.sourceforge.net)
894
895         * class.c: Added comment to ensure the System.MonoDummy class
896         is removed when no longer necessary
897
898 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
899
900         * appdomain.c: Pass arguments to the bootstraping exceptions to
901         minimize JITed methods at boot
902
903         * metadata.c (mono_exception_from_name_two_strings): Allow for the
904         second string to be null.
905
906         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
907         Change the protocol to minimize the JIT methods at startup.  Now
908         it Returns the internal codepage, if the value of "int_code_page"
909         is 1 at entry, and we can not compute a suitable code page
910         number, returns the code page as a string.
911
912 2004-04-13  Jackson Harper  <jackson@ximian.com>
913
914         * culture-info-tables.h: Fix number of decimal digits for all
915         english locales.
916
917 2004-04-13  Jackson Harper  <jackson@ximian.com>
918
919         * icall.c: Clairfy out of sync error message. It is not always
920         your corlib that is out of sync.
921
922 2004-04-13  Zoltan Varga  <vargaz@freemail.hu>
923
924         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid duplicate
925         properties when only the set accessor is overriden. Fixes #55874.
926
927 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
928
929         * assembly.c (mono_assembly_load_references): Make this thread safe.
930         Fixes #56327.
931
932 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
933
934         * monosn.c: Add missing initialization calls.
935
936 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
937
938         * locales.c:
939         ves_icall_System_Globalization_CultureInfo_construct_number_format
940         Fix g_assert so it compiles on fussier compilers re int/ptr
941         mismatch
942
943 2004-04-08  Dick Porter  <dick@ximian.com>
944
945         * socket-io.h:
946         * socket-io.c: Don't set SO_REUSEADDR on windows.  Fixes bug
947         53992.  Also rearrange the code so that the internal calls return
948         an error value and exceptions are thrown from managed code.
949
950         * icall.c: Add type info to the socket icalls.
951
952 2004-04-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
953
954         * object.h: synchronize MonoCompareInfo with CompareInfo class. Someone
955         owes me a beer.
956
957 2004-04-07  Martin Baulig  <martin@ximian.com>
958
959         * class.c (mono_class_from_generic_parameter): Don't default
960         `klass->parent' to `mono_defaults.object_type'.
961
962 2004-04-07  Martin Baulig  <martin@ximian.com>
963
964         * reflection.c (mono_reflection_initialize_generic_parameter): Set
965         `param->pklass->reflection_info'.       
966
967 2004-04-07  Jackson Harper  <jackson@ximian.com>
968
969         * culture-info-tables.h: Fix date separator symbol.
970         
971 2004-04-07  Martin Baulig  <martin@ximian.com>
972
973         * icall.c (ves_icall_Type_GetGenericArguments): Moved this icall
974         from System.Type to System.MonoType.
975
976 2004-04-07  Martin Baulig  <martin@ximian.com>
977
978         * reflection.h
979         (MonoReflectionGenericParam): Added `has_reference_type' and
980         `has_value_type' fields.
981
982         * reflection.c (mono_image_get_generic_param_info): Encode the
983         correct flags if we have the `class' or `struct' constraint.
984
985 2004-04-07  Martin Baulig  <martin@ximian.com>
986
987         * reflection.h
988         (MonoReflectionGenericParam): Added `MonoBoolean has_ctor_constraint'.
989
990 2004-04-07  Jackson Harper  <jackson@ximian.com>
991
992         * appdomain.c: Revert extra patches, just wanted to bump the
993         version number.
994         
995 2004-04-07  Jackson Harper  <jackson@ximian.com>
996
997         * Makefile.am: Add culture-info private headers.
998         * icall.c: Add new icalls for contructing locales.
999         * locales.c: Construct CultureInfo objects from lookup tables instead of using ICU.
1000         * locales.h: Declare new culture info construction methods.
1001         * object.h: Add new fields used to avoid the CultureMap to
1002         MonoCultureInfo.
1003         * culture-info.h: Definition of structs used in the culture info
1004         tables.
1005         * culture-info-tables.h: Autogenerated tables that contain culture
1006         info data. This file was generated with the locale-builder tool.
1007         * appdomain.c: Incement corlib version number.
1008         
1009 2004-04-07  Bernie Solomon  <bernard@ugsolutions.com>
1010
1011         * appdomain.c: (mono_runtime_init) move mono_thread_init
1012         to before mono_object_new calls so critical sections
1013         are initialized before use.
1014
1015 2004-04-07  Martin Baulig  <martin@ximian.com>
1016
1017         * icall.c
1018         (ves_icall_TypeBuilder_define_generic_parameter): Removed.
1019         (ves_icall_MethodBuilder_define_generic_parameter): Removed.
1020         (ves_icall_MonoGenericParam_initialize): Removed.
1021         (monogenericparam_icalls): Removed.
1022         (generictypeparambuilder_icalls): Added new table for
1023         System.Reflection.Emit.GenericTypeParameterBuilder.
1024
1025         * reflection.c
1026         (mono_reflection_define_generic_parameter): Removed.
1027         (mono_reflection_initialize_generic_parameter): This is now called
1028         from GenericTypeParameterBuilder's .ctor.
1029
1030 2004-04-06  Martin Baulig  <martin@ximian.com>
1031
1032         * class.c (mono_class_init): Don't inflate nested classes in a
1033         generic instance.
1034         (mono_type_get_name_recurse): Include the generic arguments for
1035         generic instances and generic type declarations.
1036         (inflate_generic_type): Correctly inflate MONO_TYPE_SZARRAY.
1037         (_mono_class_get_instantiation_name): Removed.
1038         (mono_class_create_generic): Always use `gklass->name' as our name.
1039
1040         * class.h (MonoGenericInst): Removed `nested_in', and `nested'.
1041
1042         * icall.c (ves_icall_MonoGenericInst_GetDeclaringType): Removed.
1043         (ves_icall_MonoGenericInst_GetNestedTypes): Removed.
1044         (ves_icall_MonoMethod_GetGenericParameters): Renamed to
1045         ves_icall_MonoMethod_GetGenericArguments() and correctly handle
1046         closed generic methods here.
1047
1048         * reflection.c
1049         (mono_reflection_generic_inst_get_nested_types): Removed.
1050         (inflate_mono_method): Copy the generic parameters from the
1051         MonoMethodHeader into out MonoGenericMethod.
1052
1053 2004-04-06  Martin Baulig  <martin@ximian.com>
1054
1055         * row-indexes.h
1056         (MONO_GENERICPARAM_DEPRECATED_CONSTRAINT): Removed.
1057
1058         * metadata.c (GenericParamSchema): Removed "DeprecatedConstraint".
1059
1060         * reflection.c (build_compressed_metadata): If we have any entries
1061         in the GenericParam, MethodSpec or GenericParamConstraint tables,
1062         set the header version to 1.1.
1063
1064 2004-04-06  Martin Baulig  <martin@ximian.com>
1065
1066         * class.c (mono_class_init): If we're a generic instance,
1067         initialize our nested classes, too.
1068         (_mono_class_get_instantiation_name): Deal with the new `!%d'
1069         suffix. 
1070
1071 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1072
1073         * process.c: quote the argument passed to the shell on windows.
1074
1075 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
1076
1077         * threads.c (mono_alloc_special_static_data): Allow this to be
1078         called during startup.
1079
1080 2004-04-02  Martin Baulig  <martin@ximian.com>
1081
1082         * icall.c
1083         (ves_icall_MonoGenericInst_GetDeclaringType): New icall.
1084
1085 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
1086
1087         * icall.c: Fix build.
1088
1089 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
1090
1091         * Makefile.am: Added security.c|h.
1092         * icall.c: Added icall for get_UserName;
1093         * security.c: New file for security related icalls. Added function
1094         get_UserName for System.Environment (fix #56144).
1095         * security.h: New. Header file for security.c
1096
1097 2004-04-02  Dick Porter  <dick@ximian.com>
1098
1099         * icall.c: Deleted the icalls that were obsoleted some time ago
1100         by the ICU string code, and which were mixed into the icall
1101         rearranging.  Fixes bug 55969.
1102
1103         * string-icalls.h: 
1104         * string-icalls.c: Deleted the code that those icalls reference.
1105
1106 2004-04-01  Martin Baulig  <martin@ximian.com>
1107
1108         * metadata.h (MONO_CLASS_IS_INTERFACE): New macro.
1109
1110         * class.c (mono_class_from_generic_parameter): Don't set 
1111         TYPE_ATTRIBUTE_INTERFACE.
1112         (my_mono_class_from_generic_parameter): Likewise.
1113
1114 2004-04-01  Martin Baulig  <martin@ximian.com>
1115
1116         * loader.c (find_method): Added an optional `MonoClass *ic'
1117         argument to search in a specific interface.
1118         (mono_get_method_constrained): New public function.
1119
1120 2004-04-01  Martin Baulig  <martin@ximian.com>
1121
1122         * reflection.c (mono_image_get_generic_field_token): Use the
1123         `handleref' cache here.
1124
1125 2004-04-01  Martin Baulig  <martin@ximian.com>
1126
1127         * reflection.h (MonoDynamicImage): Added `GHashTable *typespec'.
1128
1129         * reflection.c (create_generic_typespec): Use the `typespec' hash
1130         here, not the `typeref' one.    
1131
1132 2004-04-01  Martin Baulig  <martin@ximian.com>
1133
1134         * class.c (mono_class_inflate_generic_type): Moved the
1135         functionality into a new static inflate_generic_type() which
1136         returns NULL if it didn't do anything.  Only increment the
1137         `mono_stats.inflated_type_count' if we actually inflated
1138         something.
1139         (mono_class_get_full): Check the classes type to see whether we
1140         need to inflate it; also inflate MONO_TYPE_(M)VAR.
1141
1142 2004-04-01  Jackson Harper  <jackson@ximian.com>
1143
1144         * reflection.c: Set culture for assembly references.
1145         
1146 2004-04-01 Ben Maurer  <bmaurer@users.sourceforge.net>
1147
1148         * reflection.[ch], icall.[ch], Fix support for pinning variables.
1149
1150 2004-04-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1151
1152         * assembly.c:
1153         (do_mono_assembly_open): the critical section also covers
1154         mono_image_open and mono_image_open_from_data. Fixes bug #56327.
1155
1156 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1157
1158         * threads.c:
1159         (mono_manage_threads): abort the background threads when finishing.
1160         Fixes bug #47232.
1161
1162 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1163
1164         * gc.c: only close the done_event handle if there was no timeout.
1165         C-ified comments.
1166
1167 2004-03-30  Martin Baulig  <martin@ximian.com>
1168
1169         * icall.c (icall_entries): It's called "System.Activator", not
1170         "System.Activation".    
1171
1172 2004-03-30  Martin Baulig  <martin@ximian.com>
1173
1174         * class.c (mono_ldtoken): Added `MonoGenericContext *' argument.
1175         (mono_class_create_from_typespec): Likewise.
1176
1177 2004-03-30  Martin Baulig  <martin@ximian.com>
1178
1179         * reflection.h (MonoReflectionGenericParam): Use MonoBoolean for
1180         `has_ctor_constraint' and `initialized'.
1181
1182 2004-03-30  Martin Baulig  <martin@ximian.com>
1183
1184         * reflection.c (encode_new_constraint): New static function to add
1185         the constructor constraint attribute to a type parameter.
1186         (encode_constraints): Call encode_new_constraint() if necessary.
1187
1188         * reflection.h
1189         (MonoReflectionGenericParam): Added `guint32 has_ctor_constraint'.
1190
1191         * row-indexes.h: Added CUSTOM_ATTR_GENERICPAR.
1192         
1193 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
1194
1195         * reflection.c, icall.c: add support for pinning variables. 
1196
1197 2004-03-29  Bernie Solomon  <bernard@ugsolutions.com>
1198
1199         * marshal.c (mono_marshal_get_managed_wrapper):
1200         init bool local with zero rather than null.
1201
1202 2004-03-29  Martin Baulig  <martin@ximian.com>
1203
1204         * icall.c (ves_icall_MonoMethod_get_HasGenericParameters): Show
1205         the "official" behavior here.
1206         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): New interncall.
1207
1208 2004-03-29  Martin Baulig  <martin@ximian.com>
1209
1210         * icall.c: Reflect latest API changes.
1211
1212 2004-03-29  Martin Baulig  <martin@ximian.com>
1213
1214         * loader.c (mono_get_method_from_token): Also call
1215         mono_metadata_load_generic_params () for abstract and interface
1216         methods; replace the type arguments in the method signature with
1217         the ones which are loaded from the metadata.
1218
1219 2004-03-29  Lluis Sanchez Gual  <lluis@ximian.com>
1220
1221         * monitor.c: In mono_monitor_exit(), don't throw an exception if the owner
1222         of the lock is not the current thread. MS.NET don't do it, in spite of
1223         what the documentation says. See bug #56157.
1224
1225 2004-03-28  Martin Baulig  <martin@ximian.com>
1226
1227         * class.c (mono_class_init): Don't call init_properties() and
1228         init_events() for generic instances; set `prop->parent' when
1229         inflating properties.
1230
1231         * reflection.c (mono_generic_inst_get_object): Call
1232         `mono_class_init (ginst->klass)'.
1233         (mono_type_get_object): Only create a MonoGenericInst if your
1234         generic type is a TypeBuilder.
1235         (do_mono_reflection_bind_generic_parameters): Only set
1236         `ginst->is_dynamic' if our generic type is a TypeBuilder.
1237
1238 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
1239
1240         * appdomain.c (unload_thread_main): Do not clear proxy_vtable_hash.
1241         Fixes #56091.
1242
1243 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1244
1245         * icall.c: added Kill_internal icall.
1246         * process.[ch]: added Kill_internal icall.
1247
1248 2004-03-25  Martin Baulig  <martin@ximian.com>
1249
1250         * class.h (MonoStats): Added `generic_instance_count',
1251         `inflated_method_count', `inflated_type_count' and
1252         `generics_metadata_size'.       
1253
1254 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1255
1256         * reflection.c: no warnings now.
1257
1258 2004-03-25  Martin Baulig  <martin@ximian.com>
1259
1260         * class.c (mono_class_get_full): New public function; does a
1261         mono_class_get(), but also takes a `MonoGenericContext *'.
1262
1263         * loader.c (mono_field_from_memberref): Renamed to
1264         `field_from_memberref', made static and added `MonoGenericContext *'
1265         argument.
1266         (mono_field_from_token): Added `MonoGenericInst *' argument.
1267         (method_from_memberef): Likewise.
1268         (mono_get_method_from_token): Likewise.
1269         (mono_get_method_full): New public function; does a
1270         mono_get_method(), but also takes a `MonoGenericContext *'.
1271
1272         * verify.c (mono_method_verify): Get the method's generic context
1273         and pass it to mono_field_from_token(), mono_get_method_full() and
1274         mono_class_get_full().
1275
1276 2004-03-25  Martin Baulig  <martin@ximian.com>
1277
1278         * class.c (mono_class_inflate_generic_type): Take a
1279         `MonoGenericContext *' instead of a `MonoGenericInst *' and a
1280         `MonoGenericMethod *'.
1281
1282 2004-03-25  Martin Baulig  <martin@ximian.com>
1283
1284         * loader.h (MonoMethodInflated): Store the MonoGenericContext
1285         instead of the MonoGenericMethod here.
1286
1287 2004-03-25  Martin Baulig  <martin@ximian.com>
1288
1289         * class.h (MonoGenericInst): Added `MonoGenericContext *context';
1290         each time we create a new MonoGenericInst, we also create a new
1291         context which points back to us.
1292
1293         * class.c (inflate_method): Use `ginst->context' instead of
1294         creating a new context.
1295
1296         * loader.c (method_from_memberref): Use
1297         `klass->generic_inst->context' instead of creating a new context.
1298
1299 2004-03-25  Martin Baulig  <martin@ximian.com>
1300
1301         * class.h (MonoGenericContext): New struct.
1302         (MonoGenericMethod): Removed `generic_inst'.
1303
1304         * class.c (mono_class_inflate_generic_method): Take a
1305         `MonoGenericContext *' instead of a `MonoGenericMethod *'.
1306
1307 2004-03-25  Martin Baulig  <martin@ximian.com>
1308
1309         * loader.h (MonoMethodInflated): New typedef.
1310
1311         * metadata.h (MonoMethodSignature): Removed `gen_method', make
1312         `generic_param_count' consume just 30 bits, added `is_inflated'
1313         and `has_type_parameters' flags (one bit each).
1314
1315         * class.c (mono_class_inflate_generic_method): Create a
1316         MonoMethodInflated instead of a MonoMethodNormal and set
1317         `is_inflated' in the method signature.
1318
1319         * class.h (MonoGenericMethod): Removed `generic_method'.
1320
1321 2004-03-25  Lluis Sanchez Gual  <lluis@ximian.com>
1322
1323         * image.c: Make sure the name of a MonoImage is always an absolute path.
1324           This fixes bug #54415.
1325
1326 2004-03-24  Martin Baulig  <martin@ximian.com>
1327
1328         * class.c (mono_class_setup_vtable): If we're a generic instance,
1329         use our generic type's vtable size.
1330
1331 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
1332
1333         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Add
1334         MONO_NO_UNLOAD env var as a temporary workaround for unloading 
1335         problems.
1336
1337 2004-03-23  Martin Baulig  <martin@ximian.com>
1338
1339         * class.h (MonoDynamicGenericInst): Added `int count_events' and
1340         `MonoEvent *events'.
1341
1342         * icall.c (ves_icall_MonoGenericInst_GetEvents): New interncall.
1343         (typebuilder_icalls): Added "get_event_info"; calls
1344         mono_reflection_event_builder_get_event_info(). 
1345
1346         * reflection.c (mono_reflection_generic_inst_initialize): Added
1347         `MonoArray *events'.
1348         (mono_reflection_event_builder_get_event_info): New function.
1349
1350 2004-03-23  Bernie Solomon  <bernard@ugsolutions.com>
1351
1352         * object.h: add mono_type_initialization_init
1353
1354         * object.c (mono_runtime_class_init): 
1355         implement class constructor synchronization rules
1356         to cope with threading issues.  
1357         add mono_type_initialization_init
1358
1359         * appdomain.c (mono_runtime_init): call 
1360         mono_type_initialization_init
1361
1362         * class.h: removing initializing field from MonoVTable
1363
1364 2004-03-23  Martin Baulig  <martin@ximian.com>
1365
1366         * class.c (my_mono_class_from_generic_parameter): Use
1367         `param->name' if it's not NULL. 
1368
1369 2004-03-22 Ben Maurer  <bmaurer@users.sourceforge.net>
1370
1371         * class.c: do not insert non-virtual methods in the vtable.
1372         * icall.c, mono-debug-debugger.c, object.c: if method->slot == -1,
1373         that means the method is non-virtual. This never would have
1374         happened before.
1375
1376 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
1377
1378         * profiler.c: Added lock for accessing coverage_hash.
1379
1380 2004-03-22  Martin Baulig  <martin@ximian.com>
1381
1382         * icall.c (ves_icall_MethodInfo_get_IsGenericMethod): Use
1383         `method->method->signature->generic_param_count != 0' to make it
1384         work for interface methods.
1385
1386 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1387
1388         * process.c: quote the string passed to the shell using g_shell_quote.
1389
1390 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1391
1392         * threads.c:
1393         (mono_threads_manage): don't remove the finalizer thread and self
1394         from the threads hash table so that mono_thread_manage can be called
1395         more than once.
1396
1397 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1398
1399         * process.c: quote the arguments when UseShellExecute is true. Fixes
1400         bug #55790.
1401
1402 2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1403
1404         * threads.c: set mono_thread_detach as a cleanup routine for every
1405         thread. This way it's always executed upon thread termination, either
1406         aborted or finished normally. No more xsp hangs!
1407
1408 2004-03-17  Martin Baulig  <martin@ximian.com>
1409
1410         * class.h (MonoGenericInst): Replaced the `GList *nested' with an
1411         `int count_nested' and a `MonoType **nested'.
1412
1413         * reflection.c (mono_reflection_bind_generic_parameters): Moved
1414         most of the functionality into a new static
1415         do_mono_reflection_bind_generic_parameters() and don't take a
1416         `MonoType *nested_in' argument any more.  Don't compute nested
1417         types here.
1418         (mono_reflection_generic_inst_get_nested_types): New public method
1419         to get nested types.
1420
1421         * class.c (mono_class_create_generic): Set `klass->nested_in' if
1422         we're a nested class.
1423
1424         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): Call
1425         mono_reflection_generic_inst_get_nested_types() to compute the
1426         nested types.
1427
1428 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
1429
1430         * threads.c (ves_icall_System_Threading_Thread_Abort): Add a more
1431         descriptive error message under windows.
1432         
1433 2004-03-17  Martin Baulig  <martin@ximian.com>
1434
1435         * class.c (dup_type): Added `const MonoType *original' argument;
1436         copy the attrs from the original type.
1437
1438 2004-03-17  Martin Baulig  <martin@ximian.com>
1439
1440         * metadata.c (do_mono_metadata_parse_generic_inst): Use the
1441         `m->generic_inst_cache' here.
1442
1443 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
1444
1445         * exception.h exception.c: Add stack_overflow_exception.
1446
1447 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1448
1449         * threadpool.c:
1450         (overlapped_callback): call SetEvent *after* invoking the callback.
1451         No need to call CloseHandle.
1452
1453 2004-03-16  Martin Baulig  <martin@ximian.com>
1454
1455         * reflection.c (mono_image_get_fieldref_token): Take a
1456         `MonoReflectionField *' instead of a `MonoClassField *' and a
1457         `MonoClass *'; store the `MonoReflectionField *' in the hash.
1458
1459 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1460
1461         * appdomain.c: don't add the culture to the filename we're looking for
1462         if it's neutral or NULL. Fixes bug #53788. Removed redundant memset.
1463
1464 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1465
1466         * locales.c: don't ignore symbols when doing case insensitive compares.
1467         Thanks Dick! Fixes bug #54046.
1468
1469         * threads.c: surround 'threads' usage with enter/leave in
1470         mono_thread_manage.
1471
1472 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
1473
1474         * marshal.c (mono_marshal_get_native_wrapper): Char arrays are 
1475         implicitly marshalled as [Out]. Fixes #55450.
1476
1477         (mono_marshal_get_runtime_invoke): Zero out the result if there is
1478         an exception.
1479
1480 2004-03-16  Martin Baulig  <martin@ximian.com>
1481
1482         * class.c (mono_class_from_generic_parameter): Use the actual
1483         parameter name. 
1484
1485 2004-03-16  Martin Baulig  <martin@ximian.com>
1486
1487         * reflection.c (type_get_signature_size): New static function.
1488         Compues the size of the type in a method signature.
1489         (method_get_signature_size): New static function; calls
1490         type_get_signature_size() to compute the actual size of the
1491         method's signature.
1492         (method_encode_signature): Use method_get_signature_size() to get
1493         the signature's size rather than using `nparams * 10'.
1494
1495 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1496
1497         * file-io.h: define here WapiOverlapped on windows. I don't want the
1498         regular OVERLAPPED one.
1499
1500         * file-io.c:
1501         * threadpool.c: somehow, BindIoCompletionCallback is not found.
1502         Disabling AIO on windows.
1503
1504 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1505
1506         * marshal.c: Marshal.SizeOf throws an exception for AutoLayout. Fixes
1507         bug #55385.
1508
1509 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1510
1511         * appdomain.c: upgraded corlib version.
1512
1513         * file-io.c: implemented new icalls: GetSupportsAIO, BeginRead
1514         and BeginWrite. Allow opening files for asynchrnous operations.
1515
1516         * file-io.h: new struct that maps FileStreamAsyncResult.
1517         * icall.c: added new icalls.
1518         * process.[ch]: support setting child process environment variables
1519         and use the SHELL or COMSPEC when UseShellExecute is true.
1520
1521         * threadpool.[ch]: fixed warnings, moved ThreadPool icalls here. The
1522         callback for async. IO is here and also BindHandle.
1523
1524         * threads.[ch]: added mono_thread_detach and removed ThreadPool icalls
1525         from here.
1526
1527 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
1528
1529         * reflection.c (create_custom_attr): Allow len == 0.
1530
1531         * object.c (mono_class_compute_gc_descriptor): Fix descriptor
1532         computation on big-endian machines.
1533
1534 2004-03-13  Martin Baulig  <martin@ximian.com>
1535
1536         * class.h (MonoGenericInst): Added `int count_ifaces'.
1537
1538         * iclass.c (ves_icall_MonoGenericInst_GetInterfaces): Use
1539         `ginst->count_ifaces' instead `klass->interface_count' since we
1540         may get called before the vtable is created.
1541
1542         * loader.c (mono_method_get_param_names): If we're a generic
1543         instance, return and don't initialize the class.
1544
1545         * reflection.c (mono_reflection_setup_generic_class): Don't call
1546         ensure_runtime_vtable().
1547         (mono_reflection_bind_generic_parameters): Set
1548         `ginst->count_ifaces'.
1549
1550 2004-03-11  Jackson Harper <jackson@ximian.com>
1551
1552         * icall.c:
1553         * unicode.c:
1554         * unicode.h: Remove unused System.Char icalls.
1555         
1556 2004-03-11  Miguel de Icaza  <miguel@ximian.com>
1557
1558         * loader.c (mono_lookup_pinvoke_call): Call the Windows.Forms init
1559         code when we P/Invoke the first library in Windows.Forms, instead
1560         of when we first open the assembly.
1561
1562         * assembly.c: Drop the lookup from here.
1563
1564 2004-03-10  Martin Baulig  <martin@ximian.com>
1565
1566         * reflection.c (mono_reflection_get_custom_attrs): Use the correct
1567         class for properties, fields and events.  Finally fixes #54945.
1568
1569 2004-03-10  Martin Baulig  <martin@ximian.com>
1570
1571         * metadata.c (mono_metadata_class_equal): New static function;
1572         checks whether two generic instances or two generic parameters are
1573         equal.
1574         (mono_metadata_type_equal): Use mono_metadata_class_equal() to
1575         compare classes.        
1576
1577 2004-03-10  Martin Baulig  <martin@ximian.com>
1578
1579         * class.h (MonoGenericMethod): Added `gpointer reflection_info'.
1580
1581         * reflection.c (inflate_mono_method): Added `MonoObject *obj'
1582         argument and write it into the `reflection_info' field.
1583
1584         * icall.c
1585         (ves_icall_MethodBase_GetGenericMethodDefinition): New interncall.
1586         (ves_icall_MethodBase_get_HasGenericParameters): New interncall.
1587
1588 2004-03-09  Jackson Harper  <jackson@ximian.com>
1589
1590         * char-conversions.h: use 8 bits for numeric data its all we need
1591         * icall.c: numeric data is only 8 bits now.
1592
1593 2004-03-09  Martin Baulig  <martin@ximian.com>
1594
1595         * class.h (MonoProperty, MonoEvent): Added `MonoClass *parent'.
1596
1597         * class.c (init_properties, init_events): Initialize the new
1598         `parent' field.
1599
1600         * reflection.c (typebuilder_setup_properties): Likewise.
1601         (typebuilder_setup_events): Likewise.
1602
1603         * reflection.h (MonoEventInfo): Replaced `parent with
1604         `declaring_type' and `reflected_type'.
1605
1606         * icall.c (ves_icall_get_property_info): Distinguish between
1607         declaring and reflected type.
1608         (ves_icall_get_event_info): Likewise.
1609
1610 2004-03-09  Martin Baulig  <martin@ximian.com>
1611
1612         * icall.c (ves_icall_Type_GetTypeCode): Added MONO_TYPE_GENERICINST.
1613         (ves_icall_Type_GetField): Correctly set field->klass.
1614
1615 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
1616
1617         * loader.h: Fix warning.
1618
1619 2004-03-08  Miguel de Icaza  <miguel@ximian.com>
1620
1621         *  loader.c, loader.h (mono_loader_wine_init): Loads the Wine/Lib
1622         library routine if present.  Notice that it will still continue
1623         executing even if its missing, for those working on the Gtk#
1624         edition of Windows.Forms.
1625
1626         * assembly.c (do_mono_assembly_open): If loading the
1627         System.Windows.Forms call mono_loader_wini_init.
1628
1629 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
1630
1631         * class.h: Added MonoRemoteClass struct.
1632         * domain.c: Changed hash function for proxy_vtable_hash. It now uses a
1633         function for MonoStrings.
1634         * icall.c: In GetTransparentProxy, assign a MonoRemoteClass to the proxy.
1635         Added internal call for getting the proxy type.
1636         * marshal.c: Get the type of transparent proxies from its remote_class.
1637         Added methods that generate the IL for type checks and casts:
1638         mono_marshal_get_isinst, mono_marshal_get_castclass, 
1639         mono_marshal_get_proxy_cancast.
1640         * marshal.h: Declaration of the previous new methods.
1641         * object.c: Added new moethods for creating and updating MonoRemoteClass
1642         instances: mono_remote_class, mono_upgrade_remote_class, 
1643         * object.h: Added MonoRemoteClass reference in MonoTransparentProxy.
1644         * verify.c: FIx transparent_proxy_fields layout.
1645         * appdomain.c: Bump corlib version.
1646
1647 2004-03-04  Jackson Harper  <jackson@ximian.com>
1648
1649         * icall.c: Add icall to access char conversion tables.
1650         * char-conversions.h: Character conversion tables.
1651         * Makefile.am: Add char-conversions.h private header file.
1652         
1653 2004-03-04  Zoltan Varga  <vargaz@freemail.hu>
1654
1655         * appdomain.c (unload_thread_main): Increase unloading timeout to
1656         10 sec as a temporary workaround for Nant problems.
1657
1658 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
1659
1660         * gc.c: Add checks for GC_enable and GC_disable.
1661
1662         * string-icalls.c locales.c: Applied patch from Jaroslaw Kowalski
1663         (jaak@zd.com.pl). Fix memory corruption in String.Replace 
1664         (bug #54988).
1665         
1666 2004-02-27  Martin Baulig  <martin@ximian.com>
1667
1668         * reflection.c (mono_reflection_bind_generic_parameters): Take a
1669         `MonoReflectionType *' instead of a `MonoType *'.
1670
1671 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
1672
1673         * gc.c (run_finalize): Avoid finalizing the object representing the
1674         finalizer thread.
1675         (finalizer_thread): Fix warning.
1676
1677 2004-02-25  Martin Baulig  <martin@ximian.com>
1678
1679         * class.c (_mono_class_get_instantiation_name): Added `int offset'
1680         argument for nested types.
1681         (mono_class_create_generic): Added support for nested generictypes.
1682
1683         * class.h (MonoGenericInst): Added `MonoType *nested_in' and
1684         `GList *nested'.
1685
1686         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): New icall.
1687
1688         * reflection.c (method_encode_signature): Increase the minimum
1689         value of `size' from 10 to 11.
1690         (mono_reflection_bind_generic_parameters): Take `int type_argc'
1691         and `MonoType **types' arguments instead of the `MonoArray
1692         *types'; added `MonoType *nested_in'.  Recursively instantiate
1693         nested classes. 
1694
1695 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
1696
1697         * appdomain.h (MonoDomain): Add preallocated null_reference_ex and 
1698         stack_overflow_ex members which are used by exception handling.
1699
1700         * appdomain.c (mono_runtime_init): Initialize the new members.
1701
1702         * gc.c (mono_gc_enable): New helper function.
1703         * gc.c (mono_gc_disable): New helper function.
1704
1705 2004-02-23  Martin Baulig  <martin@ximian.com>
1706
1707         * icall.c: I must have been really stupid - make it actually work
1708         this time ;-)
1709
1710 2004-02-23  Martin Baulig  <martin@ximian.com>
1711
1712         * loader.c (method_from_memberref): Only inflate the method if
1713         it's in another klass.
1714
1715 2004-02-23  Martin Baulig  <martin@ximian.com>
1716
1717         * class.c (mono_class_inflate_generic_type): Fixed two bugs.
1718         (mono_class_init): If we're a generic instance and an interface,
1719         compute `class->interface_id'; also create `class->interfaces'
1720         here and inflate them.
1721
1722         * metadata.c (do_mono_metadata_parse_generic_inst): Compute
1723         `ginst->is_open'.
1724         (mono_type_stack_size): Fix for MONO_TYPE_GENERICINST.
1725
1726         * reflection.c (mono_image_create_token): Allow "MonoGenericInst".
1727
1728 2004-02-15  Miguel de Icaza  <miguel@ximian.com>
1729
1730         * reflection.c (method_encode_code): Improved the error message
1731         generated by the exception.
1732
1733 2004-02-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1734
1735         * icall.c: Martin did not do what he said in the ChangeLog for
1736         2004-02-18, but put back the changes for properties and events.
1737         Commenting those changes out again and adding comment to bug #54518.
1738         
1739         * process.c: removed warning.
1740
1741 2004-02-20  Zoltan Varga  <vargaz@freemail.hu>
1742
1743         * marshal.c (emit_struct_conv): Print an error message instead of
1744         asserting when a type does not have the StructLayout attribute.
1745
1746 2004-02-20  Martin Baulig  <martin@ximian.com>
1747
1748         * reflection.c (mono_type_get_object): Also use the cache for
1749         generic instances.
1750         (mono_reflection_bind_generic_parameters): Always compute
1751         `ginst->ifaces'.        
1752
1753 2004-02-20  Martin Baulig  <martin@ximian.com>
1754
1755         * class.h (MonoGenericMethod): Removed `klass'.
1756
1757         * class.c (mono_class_inflate_generic_method): Added `MonoClass
1758         *klass' argument.
1759
1760 2004-02-20  Martin Baulig  <martin@ximian.com>
1761
1762         * reflection.c (method_encode_methodspec): Actually use the
1763         uninflated signature for the memberref.
1764
1765 2004-02-20  Martin Baulig  <martin@ximian.com>
1766
1767         * class.h (MonoGenericMethod): Removed `declaring'.
1768
1769         * class.c (mono_class_inflate_generic_method): If `gmethod->klass'
1770         is NULL, compute it here.
1771
1772 2004-02-20  Martin Baulig  <martin@ximian.com>
1773
1774         * image.h (MonoImage): Added `GHashTable *generic_inst_cache'.
1775
1776         * metadata.c (mono_metadata_generic_inst_hash): New method.
1777         (mono_metadata_generic_inst_equal): New method.
1778
1779         * reflection.c (mono_reflection_bind_generic_parameters): Use the
1780         `klass->image->generic_inst_cache' cache to avoid creating
1781         duplicate MonoGenericInst's.
1782
1783         * class.c (mono_class_inflate_generic_type): Use the cache.
1784
1785 Thu Feb 19 19:39:09 CET 2004 Paolo Molaro <lupus@ximian.com>
1786
1787         * object.c: fixed gc descriptor calculation for embedded valuetypes.
1788
1789 2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1790
1791         * icall.c: added Socket.WSAIoctl icall.
1792
1793         * socket-io.[ch]: implemented
1794         ves_icall_System_Net_Sockets_Socket_WSAIoctl.
1795
1796 2004-02-19  Atsushi Enomoto  <atsushi@ximian.com>
1797
1798         * icall.c: removed IsDigit, IsSeparator, IsWhiteSpace from char_icalls.
1799
1800 2004-02-18  Urs C Muff  <umuff@quark.com>
1801
1802         * debug-mono-symfile.c, mono-debug-debugger.c, mono-debug.c: Make
1803         this work on PPC and other big-endian architectures.
1804
1805         * debug-mono-symfile.h: Prepended the names of all the `guint32'
1806         fields with an underscore to make sure they're only accessed by
1807         the read32() macro.
1808
1809 2004-02-18  Martin Baulig  <martin@ximian.com>
1810
1811         * icall.c: Put the klass->refclass changes back for methods and
1812         fields, but not for properties and events.  We're currently not
1813         distinguishing between DeclaringType and ReflectedType for
1814         properties and events, that's what caused the regressions.
1815
1816 2004-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1817
1818         * object.c:
1819         (mono_async_result_new): the handle can be NULL.
1820
1821         * threadpool.c: Use an event instead of a semaphore, don't initialize
1822         it until needed. This saves quite a few semaphores from being created
1823         when using the threadpool.
1824
1825 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
1826
1827         * object.c (mono_string_is_interned_lookup): Fix interning of long
1828         strings. Fixes #54473.
1829
1830         * domain.c (ldstr_equal): Optimize if the two strings are equal.
1831
1832         * icall.c: Revert the klass->refclass changes since they introduce
1833         regressions (bug #54518).
1834
1835 2004-02-18  Martin Baulig  <martin@ximian.com>
1836
1837         * class.c (mono_class_init): If we're a generic instance and don't
1838         come from a TypeBuilder, inflate our members here.
1839         (mono_class_from_generic): Removed; just use `ginst->klass' instead.
1840         (mono_class_create_generic): New public method.
1841         (mono_class_initialize_generic): Removed.
1842         (get_instantiation_name): Renamed to
1843         _mono_class_get_instantiation_name() and made it public.
1844
1845 2004-02-18  Martin Baulig  <martin@ximian.com>
1846
1847         * class.c (mono_class_inflate_generic_type): Clear the new
1848         instance's `nginst->klass' when inflating a generic instance.
1849         (mono_class_is_subclass_of): Added (basic) support for generic
1850         instances.
1851
1852 Tue Feb 17 21:40:16 CET 2004 Paolo Molaro <lupus@ximian.com>
1853
1854         * appdomain.h, domain.c: use a MonoCodeManager instead of a
1855         MonoMempool to hold compiled native code.
1856
1857 2004-02-17  Martin Baulig  <martin@ximian.com>
1858
1859         * class.h (MonoDynamicGenericInst): Added `count_properties' and
1860         `properties'.
1861
1862         * reflection.c (mono_reflection_generic_inst_initialize): Added
1863         `MonoArray *properties' argument.
1864
1865         * icall.c (ves_icall_MonoGenericInst_GetProperties): New interncall.    
1866
1867 2004-02-17  Martin Baulig  <martin@ximian.com>
1868
1869         * icall.c (ves_icall_Type_GetFields): Renamed to
1870         ves_icall_Type_GetFields_internal() and added a
1871         `MonoReflectionType *rtype' argument; pass it to
1872         mono_field_get_object() to set the field's "reflected" type.
1873         (ves_icall_Type_GetConstructors): Likewise.
1874         (ves_icall_Type_GetEvents): Likewise.
1875         (ves_icall_Type_GetMethodsByName): Added `MonoReflectionType *rtype'
1876         argument; pass it to mono_method_get_object() to set the method's
1877         "reflected" type.       
1878
1879 2004-02-17  Martin Baulig  <martin@ximian.com>
1880
1881         * class.h (MonoDynamicGenericInst): New type.
1882         (MonoGenericInst): Added `dynamic_info' and `is_dynamic' fields.
1883
1884         * icall.c (ves_icall_MonoGenericInst_GetMethods): New interncall.
1885         (ves_icall_MonoGenericInst_GetConstructors): New interncall.
1886         (ves_icall_MonoGenericInst_GetFields): New interncall.
1887
1888         * class.c (mono_class_from_generic): Don't call
1889         mono_class_initialize_generic() if this is a dynamic instance;
1890         ie. it's being created from a TypeBuilder.
1891         Use MONO_TYPE_GENERICINST for `class->this_arg.type' and
1892         `class->byval_arg.type'.
1893
1894         * reflection.c (mono_reflection_inflate_method_or_ctor): Renamed
1895         to `inflate_method' and made static.
1896         (mono_reflection_inflate_field): Removed.
1897         (mono_reflection_generic_inst_initialize): New public method.
1898
1899         * reflection.h (MonoReflectionGenericInst): Removed `methods',
1900         `ctors' and `fields'; added `initialized'.
1901
1902 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
1903
1904         * debug-helpers.c (mono_method_full_name): Fix output for empty
1905         namespaces.
1906
1907 2004-02-12  Martin Baulig  <martin@ximian.com>
1908
1909         * class.h (MonoClassField): Added `MonoType *generic_type'.
1910
1911         * reflection.c (mono_image_get_fieldref_token): Added support for
1912         instantiated generic types.
1913         (field_encode_inflated_field): Removed.
1914         (mono_image_get_inflated_field_token): Removed.
1915         (mono_reflection_inflate_field): Return a `MonoReflectionField *'.
1916
1917         * reflection.h (MonoReflectionInflatedField): Removed.
1918
1919 2004-02-12  Martin Baulig  <martin@ximian.com>
1920
1921         * metadata.h (MonoMethodHeader, MonoMethodSignature): Moved the
1922         `gen_method' field from MonoMethodHeader to MonoMethodSignature.
1923
1924         * reflection.c (mono_image_get_methodspec_token): Take a
1925         `MonoMethod *' instead of a `MonoReflectionInflatedMethod *'.
1926         (mono_image_create_token): Check whether we have a
1927         `method->signature->gen_method' and call
1928         mono_image_get_methodspec_token() if appropriate.
1929         (inflated_method_get_object): Removed.
1930         (mono_reflection_bind_generic_method_parameters): Return a
1931         `MonoReflectionMethod *', not a `MonoReflectionInflatedMethod *'.
1932         (mono_reflection_inflate_method_or_ctor): Likewise.
1933
1934         * reflection.h (MonoReflectionInflatedMethod): Removed.
1935
1936 2004-02-12  Zoltan Varga  <vargaz@freemail.hu>
1937
1938         * marshal.c (mono_marshal_get_native_wrapper): Implement proper support
1939         for custom valuetype marshalling.
1940
1941         * icall.c (icall_entries): Diagnostic -> Diagnostics. Fixes #54261.
1942
1943 2004-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
1944
1945         * icall.c: fixed WSAGetLastError_internal name.
1946
1947 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
1948
1949         * threads.c (mono_thread_attach): Allow this to be called multiple
1950         times for a thread.
1951         
1952         * threads.c (build_wait_tids): Do not wait for ourselves.
1953
1954         * threads.c (mono_thread_pop_appdomain_ref): Avoid crash if the 
1955         appdomain list is empty.
1956
1957         * marshal.c (mono_marshal_get_native_wrapper): Do not free the
1958         memory returned by mono_string_builder_to_utf16, since it points into
1959         managed memory. Thanks to Bernie Solomon for noticing this.
1960
1961         * icall.c: Add AppDomainSetup icalls.
1962
1963         * reflection.h (MonoReflectionMethodAux): Add 'param_cattr' field.
1964
1965         * reflection.c (mono_custom_attrs_from_param): Add support for dynamic
1966         types.
1967
1968         * reflection.c (reflection_methodbuilder_to_mono_method): Save
1969         custom attributes to the method_aux struct. Also fix array indexes etc.
1970
1971         * loader.c (mono_method_get_param_names): Make dynamic case work again.
1972         
1973 Tue Feb 10 17:03:04 CET 2004 Paolo Molaro <lupus@ximian.com>
1974
1975         * icall.c, loader.c: icall cleanup: we save quite a bit of memory
1976         (both static and runtime) and reduce startup time.
1977
1978 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
1979
1980         * marshal.c (mono_marshal_get_native_wrapper): Throw an exception on
1981         AsAny marshalling conversion instead of crashing.
1982
1983         * marshal.c: Fix warnings.
1984
1985 2004-02-09  Martin Baulig  <martin@ximian.com>
1986
1987         * class.h (MonoGenericMethod): Added `MonoMethod *declaring'.
1988
1989         * reflection.h (MonoReflectionInflatedMethod): Removed the
1990         `declaring' field, it's now in the unmanaged MonoGenericMethod.
1991
1992         * reflection.c (method_encode_methodspec): Removed the `method'
1993         argument; we get it from `gmethod->declaring'.
1994         (inflated_method_get_object): Removed the `declaring' argument.
1995
1996 2004-02-09  Martin Baulig  <martin@ximian.com>
1997
1998         * class.h (MonoGenericMethod): New type.
1999         (MonoGenericInst): Remove `mtype_argc', `mtype_argv' and
2000         `generic_method'.
2001
2002         * metadata.h (MonoMethodHeader): Replaced the `geninst' field with
2003         a `MonoGenericMethod *gen_method' one.
2004
2005         * class.c (mono_class_inflate_generic_type): Take an additional
2006         `MonoGenericMethod * argument.  This is only non-NULL if we're
2007         inflating types for a generic method.   
2008         (mono_class_inflate_generic_signature): Renamed to
2009         inflate_generic_signature() and made static; take a
2010         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
2011         (inflate_generic_header): Take a `MonoGenericMethod *' argument
2012         instead of a `MonoGenericInst *' one.
2013         (mono_class_inflate_generic_method): Likewise.
2014
2015         * reflection.c (encode_generic_method_sig): Take a
2016         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
2017         (method_encode_methodspec): Likewise.
2018         (inflated_method_get_object): Likewise. 
2019
2020         * reflection.h (MonoReflectionGenericInst): Replaced the `ginst'
2021         field with a `MonoGenericMethod *gmethod' one.  
2022
2023 2004-02-08  Bernie Solomon  <bernard@ugsolutions.com>
2024
2025         * class.h (mono_class_has_parent): add parens to expansion
2026         so you can ! this.
2027
2028 2004-02-08  Martin Baulig  <martin@ximian.com>
2029
2030         * image.h (MonoImage): Removed `generics_cache'.
2031
2032         * class.c (mono_class_from_generic): Take a `MonoGenericInst *'
2033         instead of a `MonoType *' argument; removed the `inflate_methods'
2034         argument.  Don't inflate methods here.
2035
2036         * loader.c (find_method): If it's a generic instance, call
2037         mono_class_init() on the `sclass->generic_inst->generic_type'.
2038
2039         * metadata.c (mono_type_size): Make this work on uninitialized
2040         generic instances; call it on the `ginst->generic_type's class.
2041
2042         * reflection.c (mono_reflection_bind_generic_parameters): Call
2043         mono_class_from_generic() to create the `ginst->klass'.
2044
2045 2004-02-08  Martin Baulig  <martin@ximian.com>
2046
2047         * class.h (MonoClass): Changed type of `generic_inst' from
2048         `MonoType *' to `MonoGenericInst *'.
2049
2050 2004-02-08  Martin Baulig  <martin@ximian.com>
2051
2052         * icall.c (ves_icall_Type_BindGenericParameters): Just call
2053         mono_type_get_object(), this is now creating a `MonoGenericInst'
2054         for MONO_TYPE_GENERICINST.
2055         (ves_icall_MonoGenericInst_GetParentType): Likewise.
2056         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.
2057
2058         * reflection.c (mono_type_get_object): Return a `MonoGenericInst'
2059         instead instead of a `MonoType' for MONO_TYPE_GENERICINST.
2060         (inflated_method_get_object): Added `MonoClass *refclass' argument.
2061         (mono_reflection_inflate_method_or_ctor): Correctly set declaring
2062         and reflected type.
2063
2064         * reflection.h (MonoReflectionInflatedMethod): Removed
2065         `declaring_type' and `reflected_type'.
2066
2067 2004-02-08  Martin Baulig  <martin@ximian.com>
2068
2069         * class.h (MonoGenericInst): Added `MonoType *parent' and
2070         `MonoType **ifaces'.
2071
2072         * reflection.h (MonoReflectionGenericInst): Removed `klass',
2073         `parent' and `interfaces'.
2074
2075         * reflection.c (mono_reflection_bind_generic_parameters): Take a
2076         `MonoType *' argument and return a `MonoType *'.
2077
2078         * icall.c
2079         (ves_icall_MonoGenericInst_GetParentType): New interncall.
2080         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.    
2081
2082 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
2083
2084         * marshal.c (mono_marshal_get_native_wrapper): Add support for custom
2085         valuetype marshalling.
2086
2087 2004-02-06  Martin Baulig  <martin@ximian.com>
2088
2089         * class.c
2090         (mono_class_from_generic_parameter): Added TYPE_ATTRIBUTE_PUBLIC.
2091         (my_mono_class_from_generic_parameter): Likewise.
2092
2093 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
2094
2095         * debug-mono-symfile.c debug-mono-symfile.h mono-debug.c: Read the
2096         contents of the symbol files lazily.
2097
2098         * object.h (MonoThread): Add 'name' and 'name_len' fields.
2099
2100         * threads.h threads.c icall.c: New icalls for getting and setting the
2101         threads name.
2102
2103 2004-02-05  Zoltan Varga  <vargaz@freemail.hu>
2104
2105         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRefByID): 
2106         Raise an exception when the domain is not found.
2107
2108 2004-02-03  Martin Baulig  <martin@ximian.com>
2109
2110         * reflection.c (mono_image_get_methodspec_token): Use the
2111         uninflated signature; fixes gen-33.
2112
2113 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
2114
2115         * gc.c threads.c: Make the finalizer thread a normal managed thread so
2116         the finalizer code can use thread functionality.
2117
2118         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Fix check for 
2119         the finalizer thread.
2120
2121         * threads.c: Make some functions more robust.
2122
2123         * loader.c (mono_lookup_pinvoke_call): Another attempt at fixing #22532.
2124
2125         * metadata.h: Add new marshalling conventions.
2126
2127         * marshal.c (mono_marshal_get_native_wrapper): Add support for unicode
2128         stringbuilder marshalling. Fixes #53700.
2129
2130         * reflection.h (MonoReflectionTypeBuilder): Add 'permissions' field.
2131
2132         * reflection.c (mono_image_get_type_info): Save declarative security
2133         info.
2134
2135         * reflection.c (mono_image_get_field_info): Handle uninitialized 
2136         unmanaged fields as well.
2137
2138         * appdomain.c: Bump corlib version.
2139
2140 2004-02-01  Martin Baulig  <martin@ximian.com>
2141
2142         * loader.c (method_from_methodspec): Use `ginst->mtype_argc/v' for
2143         method type arguments.  
2144
2145 2004-01-30  Duncan Mak  <duncan@ximian.com>
2146
2147         * marshal.h: Add prototype for
2148         "ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem"
2149         and
2150         "ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem" to
2151         fix the build.
2152
2153 2004-01-30  Zoltan Varga  <vargaz@freemail.hu>
2154
2155         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem): New icall.
2156         (ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem): New icall.
2157
2158 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
2159
2160         * marshal.c (mono_marshal_get_native_wrapper): Add support for
2161         custom marshalling of valuetypes.
2162
2163         * marshal.c: Fix some warnings.
2164
2165 2004-01-29  Martin Baulig  <martin@ximian.com>
2166
2167         * class.h (MonoGenericInst): Added `mtype_argc' and `mtype_argv'
2168         for generic method parameters.
2169
2170         * reflection.c (method_encode_methodspec): Write the uninflated
2171         signature into the methodspec table.
2172         (mono_reflection_inflate_method_or_ctor): Ensure `res->declaring'
2173         is always the uninflated method.
2174         (reflection_methodbuilder_to_mono_method): Copy the generic
2175         parameters from the MethodBuilder into `header->gen_params'.
2176
2177 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
2178
2179         * class.c (mono_class_from_generic_parameter): Fix warning.
2180
2181 2004-01-27  Martin Baulig  <martin@ximian.com>
2182
2183         * class.c (mono_class_from_generic_parameter): Don't create
2184         `klass->methods' here.  
2185
2186 2004-01-26  Zoltan Varga  <vargaz@freemail.hu>
2187
2188         * loader.c (mono_lookup_pinvoke_call): Disable trimming of .dll
2189         extension since it does not work with libraries named lib<FOO>.dll.so.
2190
2191 2004-01-25  Martin Baulig  <martin@ximian.com>
2192
2193         * class.c (mono_class_inflate_generic_type): Added support for
2194         MONO_TYPE_GENERICINST.
2195
2196         * reflection.c (mono_reflection_inflate_method_or_ctor): Also
2197         inflate methods on open constructed types.      
2198
2199 2004-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2200
2201         * object.c: fire ProcessExit event in the root AppDomain after running
2202         Main. Fixes bug #53299.
2203
2204 Fri Jan 23 21:27:40 CET 2004 Paolo Molaro <lupus@ximian.com>
2205
2206         * socket-io.c: include the new socket-wrappers.h header.
2207         Use the wrappers instead of the unix socket functions to make the code
2208         more clear.
2209
2210 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
2211
2212         * profiler.c (merge_methods): Fix merging of profile info. Fixes #53010.
2213
2214         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
2215         Fixes #22532.
2216
2217 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
2218
2219         * reflection.c (mono_image_create_pefile): Handle the case when the
2220         entry point is not a MethodBuilder.
2221
2222         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
2223         field to ReflectionMethod since it is not allways a builder.
2224
2225         * reflection.c (type_get_fully_qualified_name): New helper function to
2226         return the fully qualified name of a type.
2227
2228         * reflection.c (encode_marshal_blob): Always emit the fully qualified
2229         type name for custom marshallers.
2230
2231         * reflection.c (mono_marshal_spec_from_builder): Ditto.
2232
2233         * class.c (mono_class_setup_vtable): If a parent class already 
2234         implements an interface, use the implementing methods from that class.
2235         Fixes #53148.
2236
2237 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2238
2239         * threadpool.c: just return instead of ExitThread to allow for thread
2240         clean up earlier.
2241
2242 2004-01-21  Zoltan Varga  <vargaz@freemail.hu>
2243
2244         * icall.c (ves_icall_System_Reflection_Module_Close): Prevent assertion
2245         when closing resource modules.
2246
2247         * reflection.c (mono_image_create_pefile): Handle the case when the
2248         entry point is not a MethodBuilder.
2249
2250         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
2251         field to ReflectionMethod since it is not allways a builder.
2252
2253 2004-01-20  Bernie Solomon  <bernard@ugsolutions.com>
2254
2255         * marshal.c (mono_marshal_get_managed_wrapper): 
2256         mono_marshal_alloc takes native int so CONV_I
2257         the arg for 64bits.
2258
2259 2004-01-20  Zoltan Varga  <vargaz@freemail.hu>
2260
2261         * reflection.c (fixup_cattrs): New function to fixup the methoddef
2262         tokens in the cattr table. Fixes #53108.
2263
2264 2004-01-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2265
2266         * loader.c: don't trim ".dll" before looking up in the config file.
2267         Don't leak orig_scope. Reopened bug #22532 in the meanwhile.
2268
2269 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
2270
2271         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): 
2272         Return the module which contains the resource as well.
2273         (ves_icall_System_Reflection_Module_Close): New icall.
2274
2275         * appdomain.c: Bump corlib version number.
2276
2277         * image.c (mono_image_addref): New public function.
2278
2279         * assembly.c: Call mono_image_addref.
2280
2281         * reflection.c (mono_module_get_object): Increase reference count of 
2282         the image.
2283
2284         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
2285         Fixes #22532.
2286
2287         * exception.h exception.c loader.h loader.c icall.c marshal.h marshal.c:
2288         Applied patch from Bernie Solomon  <bernard@ugsolutions.com>. Throw
2289         proper exceptions on DllImport problems.
2290
2291 Mon Jan 19 17:50:27 CET 2004 Paolo Molaro <lupus@ximian.com>
2292
2293         * class.c, metadata.c: eliminate CSIZE macro.
2294
2295 2004-01-19  Lluis Sanchez Gual  <lluis@ximian.com>
2296
2297         * icall.c: Added ves_icall_type_IsInstanceOf internal call.
2298         * object.h: Added async_callback field in MonoAsyncResult.
2299         * marshal.c: In mono_delegate_begin_invoke, set the value of async_callback.
2300         * verify.c: Added async_callback in MonoAsyncResult layout.
2301
2302 2004-01-17  Zoltan Varga  <vargaz@freemail.hu>
2303
2304         * reflection.c (mono_reflection_get_custom_attrs): Add support
2305         for Modules.
2306
2307 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
2308
2309         * marshal.c (mono_string_builder_to_utf8): Fix stringbuilder 
2310         marshalling.
2311         (mono_marshal_method_from_wrapper): Add null pointer check.
2312
2313 2004-01-16  Martin Baulig  <martin@ximian.com>
2314
2315         * debug-mono-symfile.h: Set version number to 36 and reflect
2316         latest symbol writer changes.
2317
2318 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
2319
2320         * class.c (mono_bounded_array_class_get): Set 'bounded' to FALSE for
2321         multi-dimensional arrays.
2322         (mono_class_is_assignable_from): Check vectors<->one dim. arrays.
2323         (mono_class_from_mono_type): Use bounded_array_class_get.
2324         
2325         * class.c (mono_bounded_array_class_get): New function which takes
2326         a 'bounded' bool argument to distinguish vectors from one dimensional
2327         arrays.
2328
2329         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Call 
2330         bounded_array_class_get if the array has bounds.
2331
2332         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
2333         Search modules loaded using AssemblyBuilder:AddModule as well.
2334
2335 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2336
2337         * appdomain.c: increased corlib version.
2338         * filewatcher.c: removed g_print.
2339         * icall.c:
2340         (get_property_info): only allocate what is actually requested.
2341         (ves_icall_Type_GetInterfaces): free the bitset in case of early error.
2342
2343 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2344
2345         * Makefile.am: added filewatcher.[ch]
2346         * filewatcher.[ch]: FileSystemWatcher runtime support.
2347         * icall.c: added new FSW icalls.
2348
2349 Tue Jan 13 20:03:17 CET 2004 Paolo Molaro <lupus@ximian.com>
2350
2351         * string-icalls.c: fix stringbuilder regression as suggested by
2352         Iain McCoy <iain@mccoy.id.au>.
2353
2354 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
2355
2356         * process.c (process_read_stringtable_block): Recognize '007f' as
2357         a language neutral stringtable block.
2358
2359 2004-01-12  Patrik Torstensson
2360
2361         * object.h (MonoStringBuilder) : Changed layout to support our
2362         new stringbuilder class.
2363         * marshal.c: Change marshalling to support the new layout of 
2364         string builder.
2365         * appdomain.c: increased version number because new layout of
2366         string builder.
2367
2368 2004-01-12  Zoltan Varga  <vargaz@freemail.hu>
2369
2370         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Receive the
2371         assembly name as an string instead of an AssemblyName, since it is
2372         easier to extract info from it.
2373
2374         * appdomain.c (mono_domain_assembly_preload): Look for assemblies in
2375         the culture subdirectories too. Fixes #52231.
2376
2377 2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2378
2379         * icall.c: renamed ves_icall_Type_GetMethods to GetMethodsByName.
2380         It takes 2 new parameters with an optional name for the method to look
2381         for and case ignoring info.
2382
2383         * threadpool.c: removed unused variable.
2384
2385 2004-01-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2386
2387         * icall.c: renamed ves_icall_Type_GetProperties to GetPropertiesByName.
2388         It takes 2 new parameters with an optional name for the property to look
2389         for and case ignoring info.
2390         Fixes bug #52753.
2391
2392 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
2393
2394         * reflection.c: Applied patch from Benjamin Jemlich (pcgod@gmx.net).
2395         Fix #52451.
2396
2397 2004-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2398
2399         * appdomain.c:
2400         * assembly.c: escape the uri before passing it to g_filename_from_uri.
2401         Fixes bug #52630.
2402
2403 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
2404
2405         * reflection.c: Add support for more than one unmanaged resource.
2406
2407         * icall.c (ves_icall_get_enum_info): Store the value of the enum fields
2408         in field->def_value, as done in all other cases.
2409
2410         * reflection.c (mono_reflection_get_custom_attrs): Add support for
2411         TypeBuilders.
2412
2413         * reflection.c (mono_reflection_create_runtime_class): Remove 
2414         errorneous assignment to klass->element_class, since it is already
2415         done in mono_reflection_setup_internal_class.
2416
2417 2004-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2418
2419         * gc.c: added missing LeaveCriticalSection.
2420         * icall.c: indented a couple of lines.
2421         * threadpool.c: remove dangling LeaveCriticalSection. Don't wait forever
2422         if we call EndInvoke inside a callback. Fixes bug #52601.
2423
2424 2004-01-07  Martin Baulig  <martin@ximian.com>
2425
2426         * mono-debug-debugger.h
2427         (MonoDebuggerIOLayer): Added `GetCurrentThreadID'.
2428
2429 2004-01-06  Miguel de Icaza  <miguel@ximian.com>
2430
2431         * appdomain.c: Use messages in NotImplementedException.
2432
2433         * exception.c (mono_get_exception_not_implemented): Now this takes
2434         a message argument.
2435
2436         * marshal.c (emit_str_to_ptr_conv): g_warning and throw an
2437         exception instead of g_asserting an aborting when something is not
2438         implemented.
2439
2440         Add some inline docs.
2441
2442 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
2443
2444         * reflection.h: Update after changes to object layout.
2445
2446         * reflection.c: Implement saving of unmanaged aka win32 resources.
2447
2448         * appdomain.c: Bump version number.
2449
2450         * appdomain.c (ves_icall_System_AppDomain_InternalSetDomainByID): 
2451         Handle missing domains gracefully.
2452
2453 2004-01-05  Atsushi Enomoto <atsushi@ximian.com>
2454
2455         * file-io.c : On Windows, there are much more invalid_path_chars.
2456
2457 Fri Jan 2 13:35:48 CET 2004 Paolo Molaro <lupus@ximian.com>
2458
2459         * class.h, object.c: prepare for GetType () speedup.
2460
2461 2003-12-24  Atsushi Enomoto <atsushi@ximian.com>
2462
2463         * profiler.c: workaround for --profile null reference exception on
2464           cygwin. Patch by Patrik Torstensson.
2465
2466 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
2467
2468         * marshal.c: (ves_icall_System_Runtime_InteropServices_Marshal_Read/WriteXXX)
2469         make work for unaligned access.
2470
2471 Mon Dec 22 18:37:02 CET 2003 Paolo Molaro <lupus@ximian.com>
2472
2473         * class.c: small cleanup (class->fields [i] -> field).
2474         * image.c: check address of metadata is valid.
2475
2476 2003-12-22  Zoltan Varga  <vargaz@freemail.hu>
2477
2478         * assembly.h assembly.c (mono_assembly_loaded): New public function to
2479         search the list of loaded assemblies.
2480
2481         * reflection.c (mono_reflection_type_from_name): Use 
2482         mono_assembly_loaded instead of mono_image_loaded.
2483
2484         * reflection.c: Fix warnings.
2485
2486 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
2487
2488         * image.h (MonoImage): Add a new 'dynamic' field to denote that the image 
2489         is dynamic. This is needed since an assembly can contain both dynamic and
2490         non-dynamic images.
2491
2492         * class.c loader.c metadata.c object.c: Use image->dynamic instead of 
2493         assembly->dynamic.
2494
2495         * icall.c reflection.c: Add new AssemblyBuilder:AddModule icall.
2496
2497         * reflection.h (MonoReflectionAssemblyBuilder): Add 'loaded_modules' field
2498         to store modules loaded using AddModule.
2499
2500         * reflection.c (mono_image_fill_file_table): Generalize this so it works
2501         on Modules.
2502
2503         * reflection.c (mono_image_fill_export_table_from_class): New helper function.
2504
2505         * reflection.c (mono_image_fill_export_table_from_module): New function to
2506         fill out the EXPORTEDTYPES table from a module.
2507
2508         * reflection.c (mono_image_emit_manifest): Refactor manifest creation code
2509         into a separate function. Also handle loaded non-dynamic modules.
2510
2511         * reflection.c (mono_image_basic_init): Fix memory allocation.
2512
2513         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
2514
2515         * assembly.c (mono_assembly_load_references): Make this public.
2516
2517 2003-12-19  Martin Baulig  <martin@ximian.com>
2518
2519         * class.c (mono_class_initialize_generic): Made this static, take
2520         a `MonoGenericInst *' instead of a `MonoClass *'.
2521         (mono_class_from_generic): Call mono_class_initialize_generic()
2522         unless we're already initialized or being called from
2523         do_mono_metadata_parse_generic_inst().
2524
2525         * class.h (MonoGenericInst): Added `initialized' and
2526         `init_pending' flags.
2527
2528         * metadata.c (do_mono_metadata_parse_generic_inst): Don't call
2529         `mono_class_init (gklass)' or mono_class_initialize_generic()
2530         here; set `generic_inst->init_pending' while parsing the
2531         `type_argv'.
2532
2533 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
2534
2535         * locales.c: include string.h for memxxx prototypes
2536
2537 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
2538
2539         * icall.c (ves_icall_MonoField_GetValueInternal): Do not run the class
2540         constructor when accessing literal fields.
2541
2542 2003-12-17  Zoltan Varga  <vargaz@freemail.hu>
2543
2544         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
2545
2546         * reflection.c (assembly_add_resource_manifest): New function to fill
2547         the MANIFESTRESOURCE table.
2548
2549         * reflection.c (mono_image_build_metadata): Emit MANIFESTRESOURCE table.
2550
2551         * reflection.h: Update to changes in class layout.
2552
2553         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): 
2554         Reenable call to mono_runtime_is_shutting_down ().
2555
2556         * appdomain.c (mono_runtime_is_shutting_down): New helper function to
2557         determine if the runtime is shutting down.
2558
2559 2003-12-16  Jackson Harper <jackson@ximian.com>
2560
2561         * icall.c: comment out call to mono_runtime_is_shutting_down to
2562         fix build.
2563         
2564 2003-12-16  Zoltan Varga  <vargaz@freemail.hu>
2565
2566         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): Add support for loading resources from modules.
2567         (ves_icall_System_Environment_get_HasShutdownStarted): New icall.
2568
2569 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
2570
2571         * reflection.c: move definition of swap_with_size
2572         to before its first call
2573
2574 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
2575
2576         * appdomain.c (mono_runtime_is_shutting_down): New public function.
2577
2578         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): New
2579         icall.
2580
2581         * object.c: Fix warnings.
2582
2583         * icall.c (ves_icall_Type_Get...): Only consider inherited static
2584         members if FlattenHierarchy is set.
2585
2586         * reflection.c (mono_image_add_decl_security): New function to emit
2587         declarative security.
2588
2589         * reflection.h reflection.c: Add support for declarative security.
2590
2591         * appdomain.c (MONO_CORLIB_VERSION): Bump version number.
2592         
2593 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
2594
2595         appdomain.c (MONO_CORLIB_VERSION): Bump version number.
2596         
2597         * appdomain.c verify.c: Moved corlib version checking into its own
2598         function in appdomain.c since it needs to create vtables etc.
2599
2600 2003-12-13  Patrik Torstensson <p@rxc.se>
2601
2602         * marshal.c (mono_remoting_wrapper): Fix bug 48015, using TP as this 
2603         instead of unwrapped server.
2604
2605 2003-12-12  Zoltan Varga  <vargaz@freemail.hu>
2606
2607         * verify.c (check_corlib): Fix field index.
2608
2609 2003-12-10  Zoltan Varga  <vargaz@freemail.hu>
2610
2611         * icall.c: Applied patch from Todd Berman (tbermann@gentoo.org). New
2612         GetGacPath icall.
2613
2614 2003-12-10  Bernie Solomon  <bernard@ugsolutions.com>
2615
2616         * process.c:  (ves_icall_System_Diagnostics_Process_GetWorkingSet_internal
2617         ves_icall_System_Diagnostics_Process_SetWorkingSet_internal):
2618         cope with sizeof(size_t) != sizeof(guint32).
2619
2620 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2621
2622         * process.[ch]: the 'pid' field in MonoProcInfo stores GetLastError
2623         in case of failure.
2624
2625 2003-12-10  Mark Crichton <crichton@gimp.org>
2626
2627         * icall.c: removed the GetNonZeroBytes.  We now handle this case
2628         in managed code.
2629
2630         * rand.c, rand.h: Same here.  Also cleaned up the clode slightly.
2631
2632 Tue Dec 9 15:36:18 CET 2003 Paolo Molaro <lupus@ximian.com>
2633
2634         * class.h, class.c, icall.c, marshal.c, object.c: ignore fields
2635         marked as deleted.
2636
2637 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
2638
2639         * verify.c (check_corlib): Handle the case when the version field is 
2640         initialized by a static constructor.
2641
2642 2003-12-08  Patrik Torstensson  <p@rxc.se>
2643
2644     * rand.c (InternalGetBytes): Implemented win32 version with cryptapi
2645
2646 2003-12-08  Martin Baulig  <martin@ximian.com>
2647
2648         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Return
2649         a MonoReflectionGenericParameter, also take the parameter index
2650         and name as arguments.
2651         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.
2652         (ves_icall_MonoGenericParam_initialize): New interncall.
2653         (ves_icall_Type_make_byref_type): New interncall.
2654
2655         * reflection.h (MonoReflectionGenericParam): Derive from
2656         MonoReflectionType, not just from MonoObject.  Added `refobj' and
2657         `index' fields.
2658
2659         * reflection.c (mono_reflection_define_generic_parameter): Create
2660         and return a new MonoReflectionGenericParam; don't initialize the
2661         constraints here.
2662         (mono_reflection_initialize_generic_parameter): New public method;
2663         initializes the constraints and creates the `param->pklass'.
2664
2665 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
2666
2667         * reflection.h reflection.c: Use the new fields 'num_types', 
2668         'num_fields' and 'num_methods' to track the number of types etc.
2669
2670         * verify.c (check_corlib): Check corlib version number.
2671
2672 2003-12-07  Zoltan Varga  <vargaz@freemail.hu>
2673
2674         * marshal.c (mono_marshal_method_from_wrapper): Remove assert so this
2675         function works on all methods.
2676
2677 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
2678
2679         * domain.c, loader.h: Added IRemotingTypeInfo interface in MonoDefaults.
2680         * icall.c: in, ves_icall_Remoting_RealProxy_GetTransparentProxy set
2681         the custom_type_info flag of the transparent proxy.
2682         * object.c: Added method mono_object_isinst_mbyref for casting mbyref
2683         objects that supports IRemotingTypeInfo.
2684         * object.h: Added custom_type_info field in transparent proxy.
2685
2686 2003-12-06  Martin Baulig  <martin@ximian.com>
2687
2688         * class.c (mono_class_create_from_generic): Removed.
2689         (mono_class_from_generic): Check `ginst->klass' before doing
2690         anything else.  This is important to fully support "recursive"
2691         generic types.
2692
2693         * metadata.c (do_mono_metadata_parse_generic_inst): Create an
2694         empty `generic_inst->klass' before doing anything else.
2695
2696 2003-12-06  Dick Porter  <dick@ximian.com>
2697
2698         * verify.c: 
2699         * object.h:
2700         * icall.c:
2701         * locales.c: Use C structs to access class fields.  Don't do a
2702         conversion between MonoString and UChar because both are
2703         platform-endian UTF-16.  Compare now takes startindex and count
2704         parameters.  Add a char overload for IndexOf.  Speed up the
2705         invariant string IndexOf.
2706
2707 2003-12-05  Zoltan Varga  <vargaz@freemail.hu>
2708
2709         * Makefile.am (monosn_LDADD): Fix parallel build.
2710
2711 2003-12-04  Martin Baulig  <martin@ximian.com>
2712
2713         * icall.c
2714         (ves_icall_type_GetTypeCode): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
2715         (ves_icall_Type_make_array_type): New interncall.       
2716
2717 2003-12-04  Martin Baulig  <martin@ximian.com>
2718
2719         * locales.c: also change it in the !HAVE_ICU case.
2720
2721 2003-12-04  Dick Porter  <dick@ximian.com>
2722
2723         * icall.c:
2724         * locales.c: construct_compareinfo is now in CompareInfo, not
2725         CultureInfo.
2726
2727 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
2728
2729         * image.c (mono_image_load_file_for_image): Cache loaded images in the
2730         image->files array.
2731
2732         * image.c (load_class_name): Load class names from the EXPORTEDTYPES
2733         table as well.
2734
2735         * assembly.c (mono_assembly_load_references): Only load references
2736         once.
2737
2738         * class.c (mono_class_from_name): Avoid linear search of the 
2739         EXPORTEDTYPE table.
2740
2741         * loader.c (mono_field_from_token): Cache lookups of fieldrefs as well.
2742
2743 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
2744
2745         * image.h (MonoImage): Add 'field_cache' field.
2746
2747         * loader.c (mono_field_from_token): Cache field lookups.
2748         
2749         * reflection.c (mono_module_get_object): Fix name property.
2750
2751         * icall.c (ves_icall_get_enum_info): Update after changes to 
2752         mono_metadata_get_constant_index ().
2753
2754         * icall.c: Get rid of get_type_info icall, use a separate icall for
2755         each type property to avoid needless memory allocations. Fixes #51514.
2756
2757         * metadata.c (mono_metadata_get_constant_index): Add a 'hint' parameter
2758         to avoid needless binary searches.
2759
2760         * class.c (class_compute_field_layout): Move the initialization of
2761         field->def_value to mono_class_vtable ().
2762
2763         * class.c (mono_class_layout_fields): Enable GC aware auto layout for
2764         non-corlib types.
2765
2766         * object.c (mono_object_allocate): Make it inline.
2767
2768         * object.c (mono_object_allocate_spec): Make it inline.
2769         
2770 2003-12-02  Dick Porter  <dick@ximian.com>
2771
2772         * locales.c (create_NumberFormat): NumberFormatInfo construction.
2773         Patch by Mohammad DAMT (mdamt@cdl2000.com).
2774
2775 2003-12-01  Dick Porter  <dick@ximian.com>
2776
2777         * threads.c: Fix signature and call in CreateMutex and
2778         CreateEvent.
2779
2780 2003-12-01  Dick Porter  <dick@ximian.com>
2781
2782         * icall.c: 
2783         * locales.c: Implement string compares and searching
2784
2785         * object.h: Add extra Thread field
2786
2787 2003-11-30  Zoltan Varga  <vargaz@freemail.hu>
2788
2789         * reflection.c (fixup_method): Add support for MonoCMethod.
2790
2791 2003-11-28  Zoltan Varga  <vargaz@freemail.hu>
2792
2793         * gc.c: Fix hangs and error messages when GC_DONT_GC is set.
2794
2795         * reflection.c (assembly_name_to_aname): Allow extra characters in
2796         assembly names. Fixes #51468.
2797
2798 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
2799
2800         * exception.c (mono_exception_from_name_domain): New helper function.
2801
2802         * appdomain.c (ves_icall_System_AppDomain_createDomain): Create the
2803         exception object in the correct domain.
2804
2805         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix 
2806         formatting + make a copy a the input data.
2807
2808         * loader.c (mono_get_method_from_token): Methods which contain
2809         native code do not have entries in the ImplMap.
2810
2811         (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix exception throw.
2812         Thanks to Gonzalo for spotting this.
2813         
2814         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Applied
2815         patch from ztashev@openlinksw.co.uk (Zdravko Tashev). New icall.
2816
2817         * assembly.h (mono_assembly_load_from): Split the second part of 
2818         assembly loading into a new public function.
2819
2820         * exception.h (mono_get_exception_bad_image_format): New function.
2821
2822 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
2823
2824         icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
2825         Enumerate all modules inside a dynamic assembly. Fixes #51293.
2826         
2827         * icall.c: Add new icall for creating dynamic methods.
2828
2829         * loader.h debug-helpers.c: Add new wrapper type for dynamic methods.
2830
2831         * reflection.h (MonoReflectionDynamicMethod): Fix type of bool fields.
2832
2833         * reflection.c (mono_reflection_create_dynamic_method): New icall to
2834         create a dynamic method.
2835
2836         * reflection.c (resolve_object): New helper function.
2837
2838         * reflection.c: Generalize ReflectionMethodBuilder and the functions
2839         which manipulate it so they can also work on dynamic methods.
2840
2841         * reflection.c (reflection_method_builder_to_mono_method): Avoid 
2842         creating the MonoReflectionMethodAux structure if it is not needed.
2843         
2844         * reflection.h verify.c: Update after changes to object layout.
2845
2846         * reflection.c (method_builder_encode_signature): Fix compilation on
2847         gcc 2.95.x.
2848
2849 2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>
2850
2851         * appdomain.h: Added support for context static fields. Added static_data
2852           field to MonoAppContext and renamed thread_static_fields to a more
2853           generic special_static_fields in MonoAppDomain, since it can now contain
2854           context static fields.
2855         * domain.c: Updated hashtable name.
2856         * object.c: Replaced field_is_thread_static() for a more generic
2857           field_is_special_static() which also checks for context static attribute.
2858           In mono_class_vtable(), added support for static context fields.
2859         * threads.c: Changed methods that manage thread static fields to more
2860           generic methods so they can be reused both for thread and context static
2861           data.
2862         * threads.h: Declared some new methods.
2863
2864 2003-11-21  Zoltan Varga  <vargaz@freemail.hu>
2865
2866         * reflection.h: Update after changes to the managed types.
2867
2868         * reflection.c (encode_custom_modifiers): New helper function.
2869
2870         * reflection.c (method_encode_signature): Emit custom modifiers.
2871
2872         * reflection.c (field_encode_signature): Emit custom modifiers.
2873
2874 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
2875
2876         * reflection.h (MonoReflectionAssemblyName): Applied patch from Laurent Morichetti (l_m@pacbell.net). Fix type of 'flags' field.
2877
2878         * icall.c (ves_icall_System_ValueType_Equals): New optimized 
2879         implementation.
2880
2881         * icall.c (ves_icall_System_ValueType_InternalGetHashCode): New 
2882         icall.
2883
2884         * object.c (mono_field_get_value_object): New function.
2885
2886         * object.c appdomain.h appdomain.c: Make out_of_memory_ex domain
2887         specific.
2888
2889 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
2890
2891         * appdomain.c (mono_runtime_get_out_of_memory_ex): New function to
2892         return a preallocated out-of-memory exception instance.
2893
2894         * object.c (out_of_memory): Use the new function.
2895
2896         * metadata.c (mono_metadata_parse_type): Handle the case when the byref
2897         flag is before the custom modifiers. Fixes #49802.
2898
2899 2003-11-16  Martin Baulig  <martin@ximian.com>
2900
2901         * class.c (mono_class_is_open_constructed_type): Implemented the
2902         MONO_TYPE_GENERICINST case.
2903
2904 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
2905
2906         * assembly.c (mono_assembly_fill_assembly_name): New function to
2907         fill out the MonoAssemblyName structure.
2908         (mono_assembly_open): Use the new function.
2909
2910         * icall.c (fill_reflection_assembly_name): New helper function.
2911
2912         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Use the
2913         new function.
2914
2915         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): New icall.
2916
2917 2003-11-15  Martin Baulig  <martin@ximian.com>
2918
2919         * class.c (mono_class_is_open_constructed_type): New public
2920         function; checks whether a type is an open constructed type,
2921         ie. whether it still contains type parameters.
2922         (mono_class_inflate_generic_type): If we're a type parameter and
2923         the inflated type is also a MONO_TYPE_(M)VAR, return the original
2924         type.
2925
2926         * class.h (MonoGenericInst): Added `guint32 is_open'.
2927
2928         * loader.c (method_from_methodspec): Check whether we're an open
2929         or closed constructed type and set `ginst->is_open'.
2930
2931         * reflection.c (mono_reflection_bind_generic_parameters): Check
2932         whether we're an open or closed constructed type and set
2933         `ginst->is_open'.
2934         (mono_reflection_inflate_method_or_ctor): Don't inflate methods
2935         from open constructed types.
2936
2937 2003-11-15  Martin Baulig  <martin@ximian.com>
2938
2939         * reflection.c (mono_reflection_bind_generic_parameters): If we're
2940         a generic instance (instead of a generic type declaration) with
2941         unbound generic parameters, bind them to our actual types.
2942
2943 2003-11-14  Martin Baulig  <martin@ximian.com>
2944
2945         * reflection.h (MonoReflectionGenericInst): Added `MonoArray *interfaces'.
2946
2947         * reflection.c (mono_reflection_bind_generic_parameters): If we're
2948         an interface type, populate `res->interfaces' with instantiated
2949         versions of all the interfaces we inherit.
2950
2951 2003-11-13  Aleksey Demakov  <avd@openlinksw.com>
2952
2953         * assembly.c (mono_assembly_load): Fixed problem finding mscorlib.dll
2954         when MONO_PATH is set but doesn't contain the install dir.
2955
2956 2003-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2957
2958         * icall.c:
2959         (ves_icall_Type_GetInterfaces): don't return an interface twice when
2960         it's also implemented in base classes. Fixes bug #50927.
2961
2962 2003-11-13  Zoltan Varga  <vargaz@freemail.hu>
2963
2964         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Avoid deadlocks
2965         if this method is called from a finalizer. Fixes #50913.
2966
2967 2003-11-12  Miguel de Icaza  <miguel@ximian.com>
2968
2969         * threads.c: Implement VolatileRead/VolatileWrite
2970
2971         * icall.c: Add new icalls for VolatileRead/VolatileWrite
2972
2973 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
2974
2975         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Applied 
2976         patch from Danilo Sagan (dsegan@gmx.net). Fix compilation under gcc
2977         2.95.3.
2978
2979         * assembly.c (mono_assembly_open): Fix windows build. Applied patch 
2980         from Peter Ross (pro@missioncriticalit.com).
2981         
2982 2003-11-12  Lluis Sanchez Gual  <lluis@ximian.com>
2983
2984         * icall.c: Added internal call for System.Environment::GetMachineConfigPath
2985
2986 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
2987
2988         * assembly.c (mono_assembly_load_references): Disable check because it
2989         triggers on older corlibs which lots of people have.
2990
2991 2003-11-12  Jackson Harper  <jackson@ximian.com>
2992
2993         * assembly.c: Change corlib name to mscorlib. Add a temp. hack to
2994         load corlib.dll if mscorlib.dll is not found.
2995         * assembly.h: Remove corlib name define.
2996         * class.c:
2997         * domain.c:
2998         * image.c: Change corlib name to mscorlib.
2999         
3000 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
3001
3002         * debug-mono-symfile.c: Add patch from FreeBSD ports tree.
3003
3004 2003-11-11  Miguel de Icaza  <miguel@ximian.com>
3005
3006         * appdomain.h: Added loader_optimization here to sync with the C#
3007         code, and add disallow_binding_redirects field.
3008
3009 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
3010
3011         * mono-debug.c (mono_debug_add_method): Ignore unknown modules.
3012
3013         * reflection.c (mono_image_build_metadata): Fix crash on modules
3014         with no types.
3015
3016         * reflection.h (MonoMethodInfo): Track changes to the managed structure.
3017
3018         * icall.c (ves_icall_get_method_info): Return callingConvention as
3019         well.
3020
3021         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Add 
3022         namespaces from the EXPORTEDTYPE table as well.
3023
3024         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Merge types
3025         from all modules inside the assembly.
3026         
3027 2003-11-11  Martin Baulig  <martin@ximian.com>
3028
3029         * reflection.c (mono_reflection_bind_generic_parameters): Make
3030         this work for interfaces.
3031
3032 2003-11-11  Martin Baulig  <martin@ximian.com>
3033
3034         * mono-debug.c (mono_debug_add_type): Ignore unknown modules.
3035
3036 2003-11-11  Martin Baulig  <martin@ximian.com>
3037
3038         * reflection.c (mono_reflection_inflate_method_or_ctor): Allow
3039         "MonoInflatedMethod" and "MonoInflatedCtor".
3040
3041 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
3042
3043         * reflection.c (resolution_scope_from_image): Use the assembly table
3044         from the manifest module, since other modules don't have it.
3045
3046         * debug-helpers.c (mono_type_full_name): New helper function.
3047
3048         * image.h (MonoAssembly): Change 'dynamic' to a boolean.
3049
3050         * image.c (mono_image_load_file_for_image): New public function which
3051         is a replacement for the load_file_for_image in class.c.
3052
3053         * assembly.c (mono_assembly_load_module): A wrapper for the function
3054         above which does assembly association and reference loading too.
3055
3056         * class.c (mono_class_from_name): Call mono_assembly_load_module.
3057
3058 2003-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3059
3060         * appdomain.c: not all of the attributes for the full assembly name
3061         are required and the order doesn't matter. Fixes bug #50787.
3062
3063 2003-11-10  Dick Porter  <dick@ximian.com>
3064
3065         * locales.c: Use platform-endian UTF16
3066
3067 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
3068
3069         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
3070         
3071 2003-11-10  Martin Baulig  <martin@ximian.com>
3072
3073         * metadata.c
3074         (mono_metadata_load_generic_params): Make this actually work.
3075
3076         * reflection.c (mono_reflection_bind_generic_parameters): If our
3077         parent is a generic instance, pass all the `types' to it, no
3078         matter whether it has the same number of type parameters or not.
3079
3080 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
3081
3082         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
3083
3084         * assembly.c (mono_assembly_load_references): Move the image<->assembly
3085         assignment code to this function so it gets called recursively for all
3086         modules.
3087
3088         * image.c (load_modules): Remove the assembly assignment since it is
3089         now done by mono_assembly_load_references.
3090         
3091         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
3092         Add 'module' argument.
3093         (mono_module_get_types): New helper function.
3094         (ves_icall_System_Reflection_Module_InternalGetTypes): New icall.
3095
3096 2003-11-08  Martin Baulig  <martin@ximian.com>
3097
3098         * class.c (mono_class_inflate_generic_method): Interface method
3099         don't have a header.
3100
3101         * reflection.c (mono_image_get_methodspec_token): Take an
3102         additional `MonoGenericInst *' argument instead of reading it from
3103         the header; this is necessary to support interfaces.
3104         (mono_image_create_token): Pass the `MonoGenericInst *' from the
3105         MonoReflectionInflatedMethod to mono_image_get_methodspec_token().
3106         (inflated_method_get_object): Take an additional `MonoGenericInst *'
3107         argument.
3108
3109         * reflection.h (MonoReflectionInflatedMethod): Added
3110         `MonoGenericInst *ginst'.
3111
3112 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
3113
3114         * gc.c (mono_domain_finalize): Fix compilation for no GC case.
3115
3116 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
3117
3118         * appdomain.c (mono_domain_unload): Add a workaround for bug #27663.
3119
3120 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
3121
3122         * reflection.c 
3123         (reflection_methodbuilder_from_method_builder):
3124         (reflection_methodbuilder_from_ctor_builder): New helper functions to 
3125         initialize a ReflectionMethodBuilder structure.
3126         (mono_image_get_methodbuilder_token):
3127         (mono_image_get_ctorbuilder_token): New functions to emit memberref
3128         tokens which point to types in another module inside the same assembly.
3129
3130         * reflection.c: Use the new helper functions.
3131         
3132         * reflection.c (mono_image_basic_init): Initialize basedir and culture.
3133
3134         * icall.c loader.c reflection.c: Use ModuleBuilder->dynamic_image 
3135         instead of AssemblyBuilder->dynamic_assembly in the appropriate places.
3136
3137         * reflection.c (resolution_scope_from_image): Emit a moduleref if
3138         neccesary.
3139
3140         * reflection.c (mono_image_build_metadata): Emit metadata only for the
3141         current module. Emit the manifest only for the main module.
3142
3143         * reflection.c (mono_image_create_token): Add assertion when a 
3144         memberref needs to be created.
3145
3146         * reflection.c reflection.h (MonoDynamicAssembly): Remove unused fields.
3147
3148         * reflection.c (mono_reflection_get_custom_attrs_blob): Allocate a 
3149         larger buffer for the custom attribute blob. Fixes #50637.
3150         
3151 2003-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3152
3153         * threadpool.c: notify listener on async processing handles after
3154         invoking the async callback. Thanks to Zoltan.
3155
3156 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
3157
3158         * reflection.c (create_dynamic_mono_image): Call mono_image_init to 
3159         avoid code duplication.
3160
3161         * reflection.h (MonoDynamicImage): New type which is currently unused,
3162         but will be used through the ref.emit code in place of 
3163         MonoDynamicAssembly.
3164
3165         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
3166         object layout.
3167
3168         * reflection.c (create_dynamic_mono_image): Rewrote so it now creates
3169         a MonoDynamicImage instead of just a MonoImage.
3170         
3171         * reflection.h reflection.c icall.c: Move nearly all AssemblyBuilder
3172         icalls to ModuleBuilder but keep their semantics, so they will work
3173         with moduleb->assemblyb. This will change later.
3174         
3175 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
3176
3177         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
3178         object layout.
3179
3180         * reflection.c (mono_image_build_metadata): Avoid creation of a default
3181         main module, since it is now done by the managed code.
3182
3183 2003-11-03  Martin Baulig  <martin@ximian.com>
3184
3185         * reflection.c (mono_reflection_inflate_method_or_ctor): Set
3186         `ginst->klass' here.
3187         (method_encode_methodspec): Don't use the `ginst->generic_method's
3188         klass if it's a generic instance, use `ginst->klass' in this case.
3189
3190 2003-11-03  Martin Baulig  <martin@ximian.com>
3191
3192         * reflection.c (mono_image_get_generic_method_param_info):
3193         Removed, use mono_image_get_generic_param_info() instead.
3194         (mono_image_get_type_info): Write the GenericParam table before
3195         the Method table.  This is neccessary because in the GenericParam
3196         table, type parameters of the class (ie. '!0' etc.) must come
3197         before the ones from its generic methods (ie. '!!0' etc).
3198
3199 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
3200
3201         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill out AssemblyName->codebase. Fixes #50469.
3202
3203 2003-11-02  Martin Baulig  <martin@ximian.com>
3204
3205         * reflection.c (create_generic_typespec): Take a
3206         `MonoReflectionTypeBuilder *' instead of a `MonoType *' and get
3207         the generic parameters from it.
3208
3209 2003-11-02  Martin Baulig  <martin@ximian.com>
3210
3211         * reflection.c (fieldref_encode_signature): Take a `MonoType *'
3212         instead of a `MonoClassField *' since we just need the type.
3213         (create_generic_typespec): New static function.  Creates a
3214         TypeSpec token for a generic type declaration.
3215         (mono_image_get_generic_field_token): New static function.
3216         (mono_image_create_token): If we're a FieldBuilder in a generic
3217         type declaration, call mono_image_get_generic_field_token() to get
3218         the token.
3219
3220 2003-11-02  Martin Baulig  <martin@ximian.com>
3221
3222         * reflection.h
3223         (MonoReflectionInflatedMethod, MonoReflectionInflatedField): Added
3224         `MonoReflectionGenericInst *declaring_type' and
3225         `MonoReflectionGenericInst *reflected_type' fields.
3226
3227         * reflection.c (mono_reflection_inflate_method_or_ctor): Take a
3228         `MonoReflectionGenericInst *declaring_type' and a
3229         `MonoReflectionGenericInst *reflected_type' argument instead of a
3230         single `MonoReflectionGenericInst *type' one.  Set
3231         `res->declaring_type' and `res->reflected_type' from them.
3232         (mono_reflection_inflate_field): Likewise.      
3233
3234 2003-11-02  Martin Baulig  <martin@ximian.com>
3235
3236         * class.c (mono_class_setup_vtable): Don't store generic methods
3237         in the vtable.  
3238
3239 2003-11-02  Martin Baulig  <martin@ximian.com>
3240
3241         * reflection.h (MonoReflectionGenericInst): Added
3242         `MonoReflectionType *declaring_type'.
3243
3244         * reflection.c (mono_reflection_bind_generic_parameters): Use
3245         `if (tb->parent)' instead of `klass->parent'.
3246
3247 2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
3248
3249         * assembly.c (mono_assembly_open): Avoid crash if a module is loaded
3250         with an empty ASSEMBLY table.
3251
3252         * reflection.c (mono_image_build_metadata): Avoid using the same loop
3253         variable in the inner and outer loops.
3254
3255 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
3256
3257         * metadata.h (mono_metadata_make_token): Put parentheses around macro
3258         argument.
3259
3260         * appdomain.h appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): Fix signature.
3261         
3262         * appdomain.c appdomain.h icall.c: Get rid of the InvokeInDomain 
3263         icalls. Instead, do everything in managed code. This is needed since
3264         it is hard to restore the original domain etc. in unmanaged code in the
3265         presence of undeniable exceptions.
3266
3267         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): 
3268         New icalls to push and pop appdomain refs.
3269
3270 2003-10-31  Martin Baulig  <martin@ximian.com>
3271
3272         * class.c (inflate_generic_type): Renamed to
3273         mono_class_inflate_generic_type() and made it public.
3274
3275         * icall.c ("System.Reflection.MonoGenericInst::inflate_field"):
3276         New interncall.
3277
3278         * loader.c (mono_field_from_memberref): Also set the retklass for
3279         typespecs.
3280
3281         * fielder.c (mono_image_get_inflated_field_token): New static
3282         method; creates a metadata token for an inflated field.
3283         (mono_image_create_token, fixup_method): Added support for
3284         "MonoInflatedField".
3285         (fieldbuilder_to_mono_class_field): New static function.
3286         (mono_reflection_inflate_field): New public function.
3287
3288         * reflection.h
3289         (MonoReflectionGenericInst): Added `MonoArray *fields'.
3290         (MonoReflectionInflatedField): New typedef.     
3291
3292 2003-10-30  Bernie Solomon  <bernard@ugsolutions.com>
3293
3294         * socket-io.c (in6_addr ipaddress_to_struct_in6_addr): fix
3295         for Solaris and other platforms without s6_addr16
3296
3297 2003-10-30  Martin Baulig  <martin@ximian.com>
3298
3299         * class.c (inflate_generic_type): Take just one `MonoGenericInst *'
3300         argument instead of two.
3301         (mono_class_inflate_generic_signature): Likewise.
3302         (inflate_generic_header): Likewise.
3303         (mono_class_inflate_generic_method): Likewise.  In addition, if
3304         `ginst->klass' is set, it becomes the new `method->klass'.
3305
3306         * class.h (MonoGenericInst): Removed the `gpointer mbuilder'
3307         field.
3308
3309         * reflection.c (encode_generic_method_sig): Write a 0xa as the
3310         first byte. [FIXME]
3311         (method_encode_methodspec): If we have generic parameters, create
3312         a MethodSpec instead of a MethodRef.
3313         (fixup_method): Added support for "MonoInflatedMethod" and
3314         "MonoInflatedCtor".
3315         (mono_image_create_token): Added support for "MonoInflatedMethod"
3316         and "MonoInflatedCtor".
3317         (inflated_method_get_object): New static function; returns a
3318         managed "System.Reflection.MonoInflatedMethod" object.
3319         (mono_reflection_bind_generic_method_parameters): Return a
3320         `MonoReflectionInflatedMethod' instead of a `MonoReflectionMethod'.
3321         (mono_reflection_inflate_method_or_ctor): Likewise.
3322         (mono_image_get_generic_method_param_info): Initialize unused
3323         fields to zero.
3324         (mono_image_get_generic_param_info): Likewise.
3325
3326         * reflection.h (MonoReflectionInflatedMethod): New public
3327         typedef.  Corresponds to the managed "S.R.MonoInflatedMethod" and
3328         "S.R.MonoInflatedCtor" classes.
3329
3330         * loader.c (method_from_memberref): If we're a TypeSpec and it
3331         resolves to a generic instance, inflate the method.
3332
3333 2003-10-28  Dick Porter  <dick@ximian.com>
3334
3335         * object.c (mono_runtime_run_main): Convert command-line arguments
3336         into utf8, falling back to the user's locale encoding to do so.
3337
3338 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
3339
3340         * loader.c (mono_get_method_from_token): Avoid looking up the icalls
3341         at this time.
3342
3343         * marshal.c (mono_marshal_get_native_wrapper): Lookup icalls here.
3344
3345         * reflection.c (reflection_methodbuilder_to_mono_method): Avoid looking
3346         up icalls at method definition time. Partially fixes #33569.
3347
3348 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
3349
3350         * marshal.c (mono_marshal_get_native_wrapper): Add support for [Out]
3351         marshalling of arrays. Fixes #50116.
3352
3353         * appdomain.c (ves_icall_System_AppDomain_InternalIsFinalizingForUnload): New icall.
3354
3355         * appdomain.c (unload_thread_main): Clear class->cached_vtable if it
3356         points to a vtable in the dying appdomain.
3357
3358         * appdomain.c (mono_domain_unload): Move the notification of OnUnload
3359         listeners into unmanaged code inside the lock.
3360
3361         * object.c (mono_class_vtable): Turn off typed allocation in non-root
3362         domains and add some comments.
3363
3364 2003-10-25  Martin Baulig  <martin@ximian.com>
3365
3366         * class.h (MonoGenericInst): Added `MonoClass *klass' field.
3367
3368         * image.h (MonoImage): Added `GHashTable *typespec_cache'.
3369
3370         * metadata.c (mono_metadata_parse_generic_inst): Renamed to
3371         `do_mono_metadata_parse_generic_inst'; pass it the MonoType we're
3372         currently parsing.  Create the generic class and store it in
3373         `generic_inst->klass' before parsing the type arguments.  This is
3374         required to support "recursive" definitions; see mcs/tests/gen-23.cs
3375         for an example.
3376         (mono_type_create_from_typespec): Use a new `image->typespec_cache'
3377         to support recursive typespec entries.
3378
3379         * class.c (mono_class_setup_parent): If our parent is a generic
3380         instance, we may get called before it has its name set.
3381         (mono_class_from_generic): Splitted into
3382         mono_class_create_from_generic() and mono_class_initialize_generic().
3383
3384 2003-10-25  Martin Baulig  <martin@ximian.com>
3385
3386         * icall.c (ves_icall_Type_BindGenericParameters): Return a
3387         `MonoReflectionGenericInst *' instead of a `MonoReflectionType *'.
3388         ("System.Reflection.MonoGenericInst::inflate_method"): New interncall.
3389         ("System.Reflection.MonoGenericInst::inflate_ctor"): New interncall.
3390
3391         * reflection.c (my_mono_class_from_mono_type): Added MONO_TYPE_GENERICINST.
3392         (create_typespec): Likewise.
3393         (mono_reflection_bind_generic_parameters): Return a
3394         `MonoReflectionGenericInst *' instead of a `MonoClass *'.
3395         (mono_reflection_inflate_method_or_ctor): New public function.
3396
3397         * reflection.h (MonoReflectionGenericInst): New typedef.        
3398
3399 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
3400
3401         * object.c (mono_class_proxy_vtable): Run the whole vtable construction
3402         inside the domain lock. Fixes #49993.
3403         
3404         * object.c (mono_class_vtable): When typed allocation is used, 
3405         allocate vtables in the GC heap instead of in the mempool, since the
3406         vtables contain GC descriptors which are used by the collector even
3407         after the domain owning the mempool is unloaded.
3408
3409         * domain.c (mono_domain_set): Rename to mono_domain_set_internal.
3410
3411         * domain.c (mono_domain_unload): Rename to mono_domain_free to better
3412         reflect what it does. Also invalidate mempools instead of freeing
3413         them if a define is set.
3414
3415         * appdomain.h (MonoAppDomainState): New enumeration to hold the state
3416         of the appdomain.
3417         
3418         * appdomain.h (_MonoDomain): New field 'finalizable_object_hash' to
3419         hold the finalizable objects in this domain.
3420
3421         * appdomain.h (_MonoDomain): New field 'state' to hold the state of the
3422         appdomain.
3423
3424         * appdomain.c (mono_domain_set): New function to set the current
3425         appdomain, but only if it is not being unloaded.
3426
3427         * appdomain.c threads.c threadpool.c object.c: Avoid entering an
3428         appdomain which is being unloaded.
3429         
3430         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Prevent
3431         unloading of the root appdomain.
3432
3433         * appdomain.c (ves_icall_System_AppDomain_InternalInvokeInDomain): New
3434         icall to execute a method in another appdomain. Intended as a 
3435         replacement for InternalSetDomain, which can confuse the code 
3436         generation in the JIT.
3437
3438         * appdomain.c (mono_domain_is_unloading): New function to determine
3439         whenever an appdomain is unloading.
3440
3441         * appdomain.c (mono_domain_unload): New function to correctly unload
3442         an appdomain.
3443
3444         * assembly.c (mono_assembly_load_references): Check that an assembly
3445         does not references itself.
3446
3447         * gc.c (mono_domain_finalize): Rewrote so instead of finalizing a
3448         domain manually, it asks the finalizer thread to do it, then waits for
3449         the result. Also added a timeout.
3450
3451         * icall.c: Register the new icalls.
3452
3453         * threads.h threads.c: Export the mono_gc_stop_world and 
3454         mono_gc_start_world functions.
3455         
3456         * mempool.h mempool.c (mono_mempool_invalidate): New debugging 
3457         function to fill out the mempool with 0x2a.
3458
3459 2003-10-22  Zoltan Varga  <vargaz@freemail.hu>
3460
3461         * reflection.h (MonoReflectionMethodAux): New structure to store
3462         information which is rarely used, thus is not in the MonoMethod
3463         structure.
3464
3465         * reflection.h (MonoDynamicAssembly): New field 'method_aux_hash' to
3466         store the aux info.
3467
3468         * reflection.c (mono_methodbuilder_to_mono_method): Store param names
3469         and marshalling info into the aux structure.
3470
3471         * loader.c (mono_method_get_marshal_info): Retrieve the marshal info
3472         from the aux structure.
3473
3474         * loader.c (mono_method_get_param_names): Retrieve the param names from
3475         the aux structure.
3476         
3477 2003-10-21  Zoltan Varga  <vargaz@freemail.hu>
3478
3479         * exception.h exception.c: Add AppDomainUnloadedException && fix 
3480         warning.
3481
3482 2003-10-21  Dick Porter  <dick@ximian.com>
3483
3484         * socket-io.c
3485         (ves_icall_System_Net_Sockets_Socket_Select_internal): Applied
3486         patch from Laramie Leavitt moving divide out of loop. (Bug 45381).
3487
3488 2003-10-21  Martin Baulig  <martin@ximian.com>
3489
3490         * reflection.c (mono_reflection_bind_generic_parameters):
3491         `klass->parent' is NULL for interfaces.
3492
3493 2003-10-21  Martin Baulig  <martin@ximian.com>
3494
3495         * reflection.c (create_typespec): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
3496
3497 2003-10-20  Zoltan Varga  <vargaz@freemail.hu>
3498
3499         * exception.c (mono_exception_from_name_msg): New helper function for
3500         creating exceptions and initializing their message field.
3501
3502         * exception.c: Simplify functions using the new helper.
3503
3504         * exception.h exception.c (mono_get_exception_cannot_unload_appdomain):
3505         New function.
3506
3507         * object.h object.c: Remove G_GNUC_NORETURN from the signature of
3508         mono_raise_exception, since otherwise gcc doesn't generate the function
3509         epilog for raise_exception, confusing the stack unwinding in the JIT.
3510         Fixes #45043.
3511
3512         * rawbuffer.c (mono_raw_buffer_load_mmap): Map mmap-ed memory with
3513         PROT_EXEC. This seems to prevent segmentation faults on Fedora Linux.
3514         Fixes #49499.
3515
3516 2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3517
3518         * icall.c: OutputDebugStringW expects 16-bit unicode characters, not
3519         utf8.
3520
3521 2003-10-18  Lluis Sanchez Gual  <lluis@ximian.com>
3522
3523         * icall.c: Removed GetUninitializedObject method because
3524           AllocateUninitializedClassInstance does the same.
3525
3526 2003-10-18  Martin Baulig  <martin@ximian.com>
3527
3528         * class.c (inflate_generic_signature): Renamed to
3529         mono_class_inflate_generic_signature() and made it public.
3530         (my_mono_class_from_generic_parameter): New static function; if we
3531         don't already have the generic parameter's MonoClass, create a
3532         very simple one which is just used internally in the runtime and
3533         not passed back to managed code.
3534
3535         * class.h (MonoGenericInst): Added `gpointer mbuilder' field.
3536
3537         * metadata.h (MonoMethodSignature): Moved the
3538         `MonoGenericParam *gen_params' to the MonoMethodHeader.
3539         (MonoMethodHeader): Moved the `MonoGenericParam *gen_params' here.
3540
3541         * icall.c (ves_icall_MethodInfo_GetGenericArguments): Renamed to
3542         ves_icall_MonoMethod_GetGenericArguments(); this is now an
3543         interncall on the MonoMethod class, not on MethodInfo.
3544         (ves_icall_MethodInfo_BindGenericParameters): Removed, we're now
3545         calling mono_reflection_bind_generic_method_parameters() directly.
3546
3547         * loader.c (mono_method_get_signature): If this is a MethodSpec;
3548         return the already computed `method->signature'.
3549         (method_from_methodspec): New static function to load a method
3550         from a MethodSpec entry.
3551         (mono_get_method_from_token): Call the new method_from_methodspec()
3552         for MethodSpec tokens.  
3553         (mono_get_method_from_token): If we're a generic method, load the
3554         type parameters.
3555
3556         * reflection.c (mono_image_get_memberref_token): Allow
3557         MEMBERREF_PARENT_TYPEDEF here; this will be used in the MethodSpec
3558         table.
3559         (fixup_method): Added support for MONO_TABLE_METHODSPEC.
3560         (mono_image_create_token): First check whether it's a generic
3561         method (so we'd need to create a MethodSpec), then do the other
3562         two alternatives.
3563         (mono_reflection_bind_generic_method_parameters): Return a
3564         `MonoReflectionMethod *' instead of a `MonoMethod *'; we're now
3565         called directly from the interncall.
3566
3567 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
3568
3569         * reflection.c (load_public_key): Move loading of the public key
3570         into managed code.
3571
3572         * image.h (MonoAssemblyName): Add public_key and hash_alg fields.
3573
3574         * assembly.c (mono_assembly_open): Fill in public_key and hash_alg
3575         fields.
3576
3577         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill in
3578         culture, hash_alg and public_key. Fixes #49555.
3579
3580 2003-10-17  Martin Baulig  <martin@ximian.com>
3581
3582         * class.h (MonoGenericInst): Moved this declaration here and added
3583         `MonoMethod *generic_method'.
3584
3585         * icall.c
3586         (ves_icall_MethodInfo_GetGenericArguments): New interncall.
3587         (ves_icall_MethodInfo_BindGenericParameters): New interncall.
3588
3589         * metadata.c (mono_metadata_type_equal): Two types of
3590         MONO_TYPE_VAR or MONO_TYPE_MVAR equals if they have the same
3591         index; ie. don't compare the address of the `MonoGenericParam'
3592         structure.
3593         (mono_metadata_load_generic_params): Removed the `MonoMethod
3594         *method' argument.
3595
3596         * metadata.h (MonoGenericInst): Moved declaration to class.h.
3597         (MonoMethodHeader): Added `MonoGenericInst *geninst'.
3598
3599         * reflection.c (method_encode_signature): Encode the number of
3600         generic parameters.
3601         (encode_generic_method_sig): New static function.
3602         (method_encode_methodspec): New static function; creates an entry
3603         in the MethodSpec table for a generic method.
3604         (mono_image_get_methodspec_token): New static function.
3605         (mono_image_create_token): Call mono_image_get_methodspec_token()
3606         for generic methods.
3607         (mono_reflection_bind_generic_method_parameters): New public
3608         function.  Instantiates a generic method.
3609
3610 2003-10-16  Martin Baulig  <martin@ximian.com>
3611
3612         * metadata.h (MonoMethodSignature): Moved `MonoGenericParam
3613         *gen_params' here from MonoMethodHeader.
3614
3615         * metadata.c (mono_metadata_parse_method_signature): If we have
3616         generic parameters, initialize `method->gen_params' and then set
3617         the correct `type->data.generic_param' in all the parameters.
3618
3619 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
3620
3621         * threads.c (mono_threads_get_default_stacksize): New function to 
3622         return the default stacksize.
3623
3624         * gc.c (mono_gc_cleanup): Use a separate event for waiting for the
3625         termination of the finalizer thread, since the previous method had
3626         race conditions. Fixes #49628.
3627
3628         * gc.c (mono_gc_init): Use the same stacksize for the finalizer thread
3629         as for the other managed threads.
3630
3631 2003-10-16  Martin Baulig  <martin@ximian.com>
3632
3633         * class.c (inflate_generic_signature): Copy `generic_param_count'
3634         and `gen_params'.
3635
3636         * icall.c (ves_icall_MethodInfo_get_IsGenericMethodDefinition):
3637         New interncall.
3638
3639         * metadata.c (mono_metadata_parse_method_signature): Actually set
3640         the `method->generic_param_count' here.
3641         (mono_metadata_load_generic_params): Initialize `pklass' to NULL.
3642
3643 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
3644
3645         * object.h: Add a new field to TypedRef to simplify the implementation
3646         of the REFANY opcodes in the JIT.
3647
3648         * icall.c: Make use of the new field.
3649
3650         * metadata.c (mono_type_size): Compute the size of TYPEDBYREF types
3651         dynamically.
3652
3653 2003-10-15  Martin Baulig  <martin@ximian.com>
3654
3655         * class.c (mono_class_from_gen_param): Renamed to
3656         mono_class_from_generic_parameter() and moved most of the
3657         functionality from mono_reflection_define_generic_parameter()
3658         here; ie. we create a "real" class here.
3659         (mono_class_from_mono_type): Only allow MONO_TYPE_VAR and
3660         MONO_TYPE_MVAR if mono_class_from_generic_parameter() has
3661         previously been called.
3662
3663         * class.h (MonoGenericParam): Moved the declaration of this struct
3664         here from metadata.h and added `MonoMethod *method'.
3665
3666         * icall.c (ves_icall_MonoType_get_DeclaringMethod): New
3667         interncall.
3668
3669         * loader.c (mono_get_method_from_token): If we have any generic
3670         parameters, call mono_metadata_load_generic_params() to read them
3671         from the MONO_TABLE_GENERICPAR.
3672
3673         * metadata.c (mono_metadata_load_generic_params): Added
3674         `MonoMethod *method' argument which is used MONO_TYPE_MVAR.
3675
3676         * metadata.h (MonoMethodSignature): Replaced
3677         `MonoGenericInst *geninst' with `guint16 generic_param_count'.
3678         (MonoMethodHeader): Added `MonoGenericParam *gen_params'.
3679
3680         * reflection.c (mono_reflection_define_generic_parameter): Moved
3681         most of the functionality into the new
3682         mono_class_from_generic_parameter(); set the `method' field if
3683         we're a method parameter.       
3684
3685 2003-10-13 Bernie Solomon  <bernard@ugsolutions.com>
3686
3687         * marshal.c (emit_struct_conv): if native size is 0
3688         emit no code.
3689
3690 2003-10-14  Martin Baulig  <martin@ximian.com>
3691
3692         * icall.c: The generics API has changed in the spec since it was
3693         added to System.Type; these modifications make it match the spec
3694         again.
3695         (ves_icall_Type_GetGenericParameters): Renamed to
3696         `ves_icall_Type_GetGenericArguments'.
3697         (ves_icall_Type_get_IsGenericTypeDefinition): New interncall.
3698         (ves_icall_MonoType_get_HasGenericParameteres): Renamed to
3699         `ves_icall_MonoType_get_HasGenericArguments'.
3700         (ves_icall_MonoType_get_IsUnboundGenericParameter): Renamed to
3701         `ves_icall_MonoType_get_IsGenericParameter'.
3702         (ves_icall_MonoType_get_HasUnboundGenericParameters): Removed;
3703         this is no interncall anymore.
3704         (ves_icall_TypeBuilder_get_IsUnboundGenericParameter): Renamed to
3705         `ves_icall_TypeBuilder_get_IsGenericParameter'.
3706
3707 2003-10-14  Martin Baulig  <martin@ximian.com>
3708
3709         * reflection.c (mono_reflection_bind_generic_parameters): Also
3710         inflate generic methods if we're reading the class from IL.
3711
3712 2003-10-13  Martin Baulig  <martin@ximian.com>
3713
3714         * reflection.c (mono_reflection_define_generic_parameter): This
3715         method isn't called directly from the icall anymore; take a
3716         `MonoReflectionAssemblyBuilder *' so we can use this for type and
3717         method generic parameters.
3718         (ReflectionMethodBuilder): Added `MonoArray *generic_param'.
3719         (method_builder_encode_signature): Encode generic parameters.
3720         (mono_image_get_method_info): Write generic params to the
3721         MONO_TABLE_GENERICPARAM table.
3722
3723         * reflection.h (MonoReflectionMethodBuilder): Added
3724         `MonoArray *generic_params'.
3725
3726         * metadata.h (MonoMethodSignature): Added `MonoGenericInst *geninst'.
3727
3728         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Added
3729         wrapper for mono_reflection_define_generic_parameter().
3730         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.   
3731
3732 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
3733
3734         * marshal.h: Add missing function to fix build.
3735
3736         * marshal.c (mono_marshal_get_native_wrapper): Add support for 
3737         the SetLastError pinvoke attribute.
3738
3739         * marshal.c (mono_marshal_set_last_error): New helper function called
3740         by the generated code.
3741         
3742         * marshal.c (mono_mb_emit_branch): New helper function.
3743
3744         * marshal.c (mono_mb_emit_exception): Added exception name parameter.
3745
3746         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
3747         classes as parameters and return values of delegates. Fixes #29256. 
3748
3749 2003-10-12  Bernie Solomon  <bernard@ugsolutions.com>
3750
3751         * locales.c: use gint32 in non HAVE_ICU case
3752
3753 2003-10-11  Martin Baulig  <martin@ximian.com>
3754
3755         * mono-debug.c (mono_debug_add_method): Added a workaround for
3756         bug #48591.
3757
3758 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
3759
3760         * marshal.c (mono_marshal_get_managed_wrapper): Under windows,
3761         delegates passed to native code must use the STDCALL calling 
3762         convention. Fixes #35987.
3763
3764 2003-10-10  Martin Baulig  <martin@ximian.com>
3765
3766         * class.c (inflate_generic_type): If we're inflating for a generic
3767         type instance (and not for a generic method), return
3768         MONO_TYPE_MVAR unchanged.
3769
3770 2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3771
3772         * string-icalls.c: Join ignores null strings in the source array.
3773         * threadpool.[ch]: export busy_worker_threads, not mono_worker_threads.
3774         * threads.c: GetAvailableTheads is slightly more accurate.
3775
3776 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
3777
3778         * threads.h threads.c : add mono_threads_set_default_stacksize
3779         and pass default to CreateThread calls.
3780
3781 2003-10-09  Dick Porter  <dick@ximian.com>
3782
3783         * icall.c:
3784         * locales.h:
3785         * locales.c: Internal calls for constructing CultureInfo and
3786         related objects from libicu (if its available.)
3787
3788 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
3789
3790         * debug-helpers.c (wrapper_type_names): Add 'unknown' wrapper type.
3791
3792 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3793
3794         * threadpool.c: added an argument to async_invoke_thread that is the
3795         item to process, pass the MonoAsyncResult to the thread start function
3796         when creating a new thread. This way we don't need to acquire any lock
3797         when we're creating a new thread. Readded a semaphore for faster
3798         response times (instead of that Sleep i added).
3799
3800 2003-10-08  Bernie Solomon  <bernard@ugsolutions.com>
3801
3802         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
3803         get daylight change dates better on Windows, fix handling
3804         of platforms without tm_gmtoff.
3805
3806 2003-10-06  Martin Baulig  <martin@ximian.com>
3807
3808         * class.c (inflate_generic_method): Renamed to
3809         mono_class_inflate_generic_method() and made public.
3810         (mono_class_init): Don't inflate the generic methods here.
3811         (mono_class_from_generic): Added `gboolean inflate_methods'
3812         argument.  Inflate the methods here.
3813
3814         * loader.c (mono_method_get_param_names): Ignore instances of
3815         generic types for the moment.
3816
3817         * reflection.c (fixup_method): Added support for inflated methods.
3818         (mono_image_create_token): Use mono_image_get_methodref_token()
3819         for inflated methods.
3820         (mono_custom_attrs_from_param): Ignore instances of generic types
3821         for the moment.
3822         (mono_reflection_bind_generic_parameters): New public function.
3823         Moved all the functionality from
3824         ves_icall_Type_BindGenericParameters() here and added support for
3825         dynamic types.
3826         (mono_reflection_define_generic_parameter): Initialize
3827         `klass->methods' here.
3828
3829         * icall.c (ves_icall_Type_BindGenericParameters): Moved all the
3830         functionality into mono_reflection_define_generic_parameter().
3831         (ves_icall_Type_GetGenericTypeDefinition): If we're coming from a
3832         TypeBuilder, return that TypeBuilder.
3833
3834 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3835
3836         * appdomain.c: removed mono_delegate_semaphore.
3837
3838         * threadpool.c:
3839         (mono_thread_pool_add): moved hash table creation inside and the thread 
3840         creation outside of the critical region.
3841         (mono_thread_pool_finish): removed obsolete code.
3842         (async_invoke_thread): don't use the semaphore. Use a plain Sleep and
3843         continue or exit the thread depending on the queue.
3844
3845 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
3846
3847         * metadata.c (mono_type_to_unmanaged): allow bools to marshal as I1
3848         marshal.c (emit_ptr_to_str_conv & mono_marshal_get_native_wrapper):
3849         handle more bool marshalling options
3850
3851 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
3852
3853         * marshal.c (mono_marshal_get_native_wrapper): Fix marshalling of
3854         arrays of structs. Also add a more descriptive error message when
3855         a structure member is marshalled as LPArray.
3856
3857 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
3858
3859         * marshal.c (mono_marshal_get_native_wrapper): Add support for
3860         marshalling arrays of complex types. Fixes #29098. Also remove an
3861         usused and incomplete function.
3862
3863 Mon Oct 6 15:38:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
3864
3865         * gc.c: report heap_size - free_bytes as total memory allocated
3866         (bug#49362).
3867
3868 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
3869
3870         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Finally 
3871         fix timezone handling problems on Windows.
3872         
3873         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Avoid
3874         asserts when the year is outside the range handled by ms the functions.
3875
3876         * class.c (setup_interface_offsets): If the class is an interface,
3877         fill out its interface_offsets slot.
3878
3879 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3880
3881         * threadpool.c: mark threadpool threads as background.
3882
3883 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
3884
3885         * decimal.c - define DECINLINE to nothing if not using GCC
3886
3887 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
3888
3889         * assembly.c: More refcount fixes.
3890
3891 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3892
3893         * string-icalls.c: if we're not trimming, return the same string.
3894         When not splitting, don't create a new string.
3895
3896 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3897
3898         * image.c:
3899         (mono_image_open): increment the ref_count inside the critical section.
3900
3901 2003-10-02  Zoltan Varga  <vargaz@freemail.hu>
3902
3903         * image.c (mono_image_open): Fix reference counting bug.
3904
3905 2003-09-30  Bernie Solomon  <bernard@ugsolutions.com>
3906
3907         * marshal.c (mono_marshal_type_size) struct alignment changed for 
3908         64bit machines.  (emit_ptr_to_str_conv) Fix bool conversions for 
3909         64bits. Avoid leak in mono_marshal_get_native_wrapper when
3910         mono_lookup_pinvoke_call throws.        
3911
3912 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
3913
3914         * reflection.c (mono_reflection_parse_type): Fix #49114.
3915
3916         * file-io.c (ves_icall_System_IO_MonoIO_GetFileAttributes): Add
3917         temporary workaround for cygwin header problem.
3918
3919         * object.c (mono_object_isinst): Synchronize this with the code
3920         generated by the JIT for casts.
3921
3922 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
3923
3924         * reflection.c (encode_type): Fix #38332.
3925
3926 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
3927
3928         * marshal.c (mono_marshal_method_from_wrapper): New function to return
3929         the original method from the wrapper method.
3930
3931 2003-09-25  Martin Baulig  <martin@ximian.com>
3932
3933         * icall.c (ves_icall_Type_IsGenericTypeDefinition): Removed this
3934         interncall since it was identical to `Type.GetGenericTypeDefinition()'.
3935         (ves_icall_Type_get_IsGenericInstance): New interncall.
3936
3937 2003-09-24 Bernie Solomon <bernard@ugsolutions.com>
3938
3939         * object.c: fix cast warning in big endian code.
3940
3941 2003-09-19 Jackson Harper <jackson@latitudegeo.com>
3942
3943         * icall.c: Timezone patch from Zoltan Varga (vargaz@freemail.hu)
3944         
3945 2003-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3946
3947         * assembly.c: don't call check_env from mono_assembly_load. It's
3948         already done once in mono_assemblies_init and may cause headaches when
3949         multiple threads are loading assemblies.
3950
3951 2003-09-19  Martin Baulig  <martin@ximian.com>
3952
3953         * reflection.c (mono_reflection_define_generic_parameter): Don't
3954         allocate `klass->methods', set `klass->flags' to
3955         TYPE_ATTRIBUTE_INTERFACE, not TYPE_ATTRIBUTE_ABSTRACT.
3956
3957 2003-09-18  Martin Baulig  <martin@ximian.com>
3958
3959         * class.c (mono_class_init): Don't create `class->methods' if it's
3960         already initialized.
3961
3962         * metadata.c (mono_metadata_load_generic_params): Make this
3963         actually work.
3964
3965         * reflection.c (mono_reflection_define_generic_parameter): Set
3966         parent class and interfaces from the constraints.
3967
3968         * reflection.h (MonoReflectionGenericParam): Added `guint32 flags'
3969         to keep this struct in sync with the declaration in TypeBuilder.cs.
3970
3971 2003-09-17  Martin Baulig  <martin@ximian.com>
3972
3973         * metadata.h (MonoType): Replaced the data's `int type_param'
3974         field with `MonoGenericParam *generic_param'.
3975         (MonoGenericParam): Added `MonoClass *klass'.
3976
3977         * class.c (mono_class_from_gen_param): Removed the
3978         `MonoImage *image' and `int type_num' arguments.
3979
3980         * metadata.c (mono_metadata_parse_generic_param): New static
3981         method; creates a MonoGenericParam which just contains the index.
3982         (do_mono_metadata_parse_type): Call
3983         mono_metadata_parse_generic_param() for MONO_TYPE_VAR and
3984         MONO_TYPE_MVAR.
3985
3986         * reflection.c (mono_image_typedef_or_ref): Generic type
3987         parameters may be in the same assembly, but never use a typedef
3988         for them.
3989         (mono_reflection_define_generic_parameter): We're now creating a
3990         "real" class for the type parameter; it's now safe to call
3991         mono_class_from_mono_type() on the class'es type, it'll do the
3992         right thing.
3993
3994 2003-09-16  Martin Baulig  <martin@ximian.com>
3995
3996         * mono-debug-debugger.c (allocate_symbol_file_entry): Initialize
3997         `symfile->range_entry_size' and `symfile->class_entry_size' here;
3998         the `symfile' data structure must be fully initialized before it
3999         gets added to the table.
4000
4001 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
4002
4003         * icall.c (ves_icall_Type_IsArrayImpl): Added MONO_ARCH_SAVE_REGS.
4004
4005         * appdomain.h domain.c (MonoDomain): Added new hashtable to store the
4006         class init trampolines.
4007
4008 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
4009
4010         * profiler.c (mono_profiler_load): Added '-time' and '-alloc' options
4011         to the built-in profiler to turn off time and allocation profiling
4012         respectively.
4013
4014 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
4015
4016         * profiler.c (mono_profiler_coverage_alloc): Use NULL instead of
4017         g_direct_equal.
4018
4019         * debug-helpers.c (mono_method_full_name): Print the wrapper type
4020         in human readable form.
4021
4022 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
4023
4024         * reflection.c icall.c: Fixed warnings.
4025
4026         * image.c (load_class_names): Use a temporary hash table to hold the
4027         namespaces in order to avoid doing many string comparisons.
4028
4029         * image.h: Fix typo.
4030
4031         * image.c class.c rawbuffer.c reflection.c threads.c verify.c domain.c:
4032         Pass NULL instead of g_direct_equal to the GHashTable constructor 
4033         since the NULL case is short-circuited inside g_hash_table_lookup, 
4034         leading to better performance.  
4035
4036         * metadata.c (mono_metadata_custom_attrs_from_index): New function to
4037         obtain the first custom attribute for a given index. Depends on the
4038         CustomAttribute table being sorted by the parent field.
4039
4040         * reflection.c (mono_custom_attrs_from_index): Use the new function 
4041         for better performance.
4042
4043 2003-09-07  Martin Baulig  <martin@ximian.com>
4044
4045         * class.c (mono_class_init): If we're a generic instance, inflate
4046         all our methods instead of loading them from the image.
4047         (mono_class_from_generic): Set `class->methods = gklass->methods'.
4048
4049 2003-09-07  Martin Baulig  <martin@ximian.com>
4050
4051         * mono-debug-debugger.c: Added support for constructors.
4052
4053 2003-09-06  Martin Baulig  <martin@ximian.com>
4054
4055         * icall.c (ves_icall_TypeBuilder_get_IsUnboundGenericParameter):
4056         New interncall.
4057
4058         * reflection.c (mono_reflection_setup_generic_class): Call
4059         ensure_runtime_vtable() to create the vtable.
4060
4061 2003-09-05  Martin Baulig  <martin@ximian.com>
4062
4063         * class.c (mono_class_array_element_size): Added MONO_TYPE_VAR and
4064         MONO_TYPE_MVAR.
4065
4066 2003-09-04  Martin Baulig  <martin@ximian.com>
4067
4068         * reflection.c (mono_reflection_define_generic_parameter): Generic
4069         parameters start with zero.
4070
4071 2003-09-04  Martin Baulig  <martin@ximian.com>
4072
4073         * metadata.c (mono_type_size): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
4074
4075         * reflection.h (MonoReflectionGenericParam): New typedef.
4076         (MonoReflectionTypeBuilder): Added `generic_params' fields to get
4077         the generic parameters from the managed TypeBuilder.
4078
4079         * reflection.c (mono_reflection_define_generic_parameter): New function.
4080         (mono_reflection_create_runtime_class): Encode generic parameters.
4081         (mono_reflection_setup_generic_class): New function; this is
4082         called after adding adding all generic params to the TypeBuilder.
4083         (encode_type): Added MONO_TYPE_VAR.
4084
4085 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
4086
4087         * class.h class.c (mono_class_needs_cctor_run): Moved this method
4088         here from the JIT.
4089
4090         * assembly.h assembly.c: Moved the AOT loading code into an assembly
4091         load hook.
4092
4093 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
4094
4095         * reflection.h reflection.c class.h class.c: Delete duplicate 
4096         definition of mono_type_get_name () from reflection.c and export the
4097         one in class.c.
4098
4099         * class.c: Class loading fixes from Bernie Solomon 
4100         (bernard@ugsolutions.com).
4101
4102         * reflection.c: Endianness fixes from Bernie Solomon 
4103         (bernard@ugsolutions.com).
4104         
4105 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
4106
4107         * assembly.h assembly.c: Define a file format version for AOT
4108         libraries.
4109         
4110         * assembly.c (mono_assembly_open): Fix leaking of MonoImage-s.
4111
4112         * appdomain.h (MonoJitInfo): New field to determine whenever the
4113         code is domain neutral.
4114         
4115 2003-08-31  Miguel de Icaza  <miguel@ximian.com>
4116
4117         * marshal.c (emit_struct_conv): Add MONO_TYPE_CHAR
4118
4119 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
4120
4121         * icall.c (ves_icall_System_Web_Util_ICalls_get_machine_install_dir): 
4122         (ves_icall_System_Configuration_DefaultConfig_get_machine_config_path):
4123         Avoid caching the result since strings must be domain specific. Fixes
4124         #48050.
4125
4126 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
4127
4128         * marshal.c (mono_marshal_init): Make this callable multiple times
4129         since it is hard to find a correct place to call it.
4130
4131         * object.c (mono_runtime_class_init): Execute static constructors in
4132         the correct appdomain.
4133
4134         * image.c (build_guid_table): Handle the case when multiple images have
4135         the same GUID.
4136
4137 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4138
4139         * icall.c: added a couple of icalls for System.Web.
4140
4141 2003-08-28  Martin Baulig  <martin@ximian.com>
4142
4143         * icall.c (ves_icall_Type_BindGenericParameters): Use
4144         `klass->generic_inst' instead of `&klass->byval_arg' in the
4145         mono_type_get_object() call.  The returned type must be
4146         MONO_TYPE_GENERICINST and not MONO_TYPE_CLASS.
4147
4148 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
4149
4150         * NOTES: New file.
4151
4152         * object.c (mono_class_proxy_vtable): Make it thread safe.
4153
4154         * pedump.c: Fix warning.
4155
4156         * object.c appdomain.h: Get rid of metadata_section. 
4157         It is no longer needed and it was causing deadlocks with domain->lock.
4158
4159         * appdomain.c (add_assemblies_to_domain): Make it thread safe.
4160
4161 2003-08-26  Martin Baulig  <martin@ximian.com>
4162
4163         * pedump.c (main): Don't call mono_image_close() if `verify_pe'.
4164
4165 2003-08-26  Martin Baulig  <martin@ximian.com>
4166
4167         * pedump.c (main): Call mono_metadata_init(),
4168         mono_raw_buffer_init(), mono_images_init(), mono_assemblies_init()
4169         and mono_loader_init().
4170
4171 2003-08-26  Zoltan Varga  <vargaz@freemail.hu>
4172
4173         * loader.h: Add missing include to fix build.
4174
4175         * image.h: mono_image_load_references is no more.
4176
4177         * assembly.c: Reworked assembly loading to make it really thread safe.
4178         After these changes, the assembly returned by mono_assembly_open is
4179         fully initialized, i.e. all its references assemblies are loaded.
4180
4181         * assembly.c (mono_image_load_references): Renamed to 
4182         mono_assembly_load_references, and made private, since clients no
4183         longer need to call it.
4184
4185         * class.c: Removed calls to mono_assembly_load_references, since it was
4186         a source of deadlocks.
4187
4188         * loader.h loader.c class.h class.c: Protect data structures using a 
4189         new lock, the loader lock.
4190
4191         * class.c (mono_class_setup_vtable): Create temporary hash tables and
4192         GPtrArrays only when needed.
4193
4194         * class.c (mono_class_layout_fields): Ignore the dummy field inserted 
4195         into empty structures by mcs. Fixes pinvoke7.cs.
4196         
4197         * domain.c (mono_init): Call a new initialization function.
4198
4199         * appdomain.c (mono_runtime_init): Call the new initializer function
4200         of the marshal module.
4201
4202         * marshal.c (mono_marshal_load_type_info): Ignore the dummy field
4203         inserted into empty structures by mcs. Fixes pinvoke7.cs.
4204
4205         * marshal.h marshal.c: Added locks around the wrapper caches to make
4206         this module thread safe.
4207
4208         * icall.c (ves_icall_InternalInvoke): Method wrappers doesn't require a
4209         this argument. Fixes pinvoke1.exe.
4210
4211 2003-08-25  Lluis Sanchez <lluis@ximian.com>
4212
4213         * object.h: Added call_type field to MonoMethodMessage and the corresponding
4214         enumeration of values. Removed fields to store remote call output values in
4215         MonoAsyncResult. Not needed any more.
4216         * object.c: Initialize call_type and async_result fields in mono_message_init.
4217         * marshal.c: mono_delegate_begin_invoke(): for proxies, set call_type before
4218         dispatching the message.
4219         mono_delegate_end_invoke (): delegate to the proxy the work of waiting for the
4220         async call to finish. To do it use a message with EndInvoke call type.
4221
4222 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
4223
4224         * loader.h loader.c (mono_method_hash_marhal_info): New function which
4225         determines whenever a method has marshalling info.
4226
4227 2003-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4228
4229         * assembly.c: fix the build on windows.
4230
4231 2003-08-22 Lluis Sanchez <lluis@ximian.com>
4232
4233         * object.cs: Fixed bug #47785.
4234
4235 2003-08-22 Jackson Harper <jackson@latitudegeo.com>
4236
4237         * string-icalls.c (StringReplace): If their are no occurances of
4238         the old string found return a reference to the supplied
4239         string. This saves some memory and matches MS behavoir.
4240         
4241 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4242
4243         * socket-io.c: fixed compilation for systems that define AF_INET6
4244         and don't define SOL_IP/SOL_IPV6.
4245
4246 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
4247
4248         * object.c (mono_object_isinst): Fix casts to TransparentProxy in
4249         the interpreter. Patch by Bernie Solomon (bernard@ugsolutions.com).
4250
4251         * rawbuffer.c rawbuffer.h: Make this module thread safe.
4252
4253         * domain.c: Make this module thread safe.
4254
4255         * domain.c (mono_init): Call new initialization function.
4256
4257         * icall.c (ves_icall_System_Array_SetValueImpl): Check types for
4258         reference types too. Fixes #38812.
4259
4260         * image.c (mono_image_init): Fixed warnings.
4261
4262         * class.c (mono_class_from_typeref): Handle assembly load failure
4263         correctly.
4264
4265         * appdomain.c (add_assemblies_to_domain): Handle the case when
4266         the references of an assembly are not yet loaded.
4267
4268         * metadata.c image.c assembly.c: Moved initialization of global
4269         variables to a separate function called at startup since lazy 
4270         initialization of these variables is not thread safe.
4271         
4272         * image.c assembly.c: Made this module thread safe by adding locks in 
4273         the appropriate places.
4274
4275         * domain.c (mono_init): Call the new initialization functions of the
4276         three modules.
4277
4278 2003-08-20  Lluis Sanchez Gual  <lluis@ximian.com>
4279
4280         * marshal.c: mono_delegate_begin_invoke(): If the target is a proxy,
4281           make a direct call. It is proxy's work to make the call asynchronous.
4282           mono_delegate_end_invoke(): If the targe is a proxy, just collect
4283           the return values.
4284         * object.cs: mono_method_call_message_new(): read AsyncResult and
4285           state object from parameters list, if this info is requested.
4286         * object.h: Added fields to store remote call output values in
4287           MonoAsyncResult. Added AsyncResult field in MonoMethodMessage.
4288
4289 Wed Aug 20 12:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
4290
4291         * object.h: add needed fields to MonoThread.
4292         * threads.c, threads.h: allow registering a function to cleanup data
4293         allocated per thread by the JIT.
4294
4295 Tue Aug 19 18:22:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
4296
4297         * loader.h: portability fix by Bernie Solomon
4298         * <bernard@ugsolutions.com>.
4299
4300 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
4301
4302         * reflection.h reflection.c (mono_param_get_objects): Changed this to 
4303         return a MonoArray. This simplifies the code and also ensures that
4304         the cache allways contains an object reference as a value.
4305
4306         * icall.c (ves_icall_get_parameter_info): Simplified using the new
4307         function.
4308
4309 2003-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4310
4311         * socket-io.c: patch by Bernie Solomon <bernard@ugsolutions.com> that
4312         fixes a problem with byte ordering when getting the address family for
4313         a socket.
4314
4315 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
4316
4317         * .cvsignore: Added monosn.
4318
4319         * reflection.h reflection.c loader.c: Added support for parameter
4320         marshalling to dynamically created types. Fixes #47295.
4321
4322 Fri Aug 15 11:42:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
4323
4324         * rand.c: remove useless warnings.
4325
4326 Wed Aug 13 15:49:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
4327
4328         * class.c: implemented ldtoken for methods and fieldrefs.
4329
4330 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4331
4332         * threadpool.c: when mono_async_invoke was called, no one took care of
4333         monitoring the queue. So if the method invoked took some time and we
4334         got new async invoke requests after 500 ms (the thread created waited
4335         that long in WaitForSingleObject), the new async invoke was not called
4336         until the previous one finished.
4337
4338         This is fixed now. Thanks to Totte for helping with it.
4339
4340 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4341
4342         * threadpool.c: set threadpool_thread to TRUE. Patch by totte.
4343
4344 2003-08-11  Martin Baulig  <martin@ximian.com>
4345
4346         * mono-debug-debugger.c (mono_debugger_lookup_type): New function.
4347
4348 2003-08-06  Martin Baulig  <martin@ximian.com>
4349
4350         * mono-debug-debugger.c: Added support for static fields,
4351         properties and methods.
4352
4353 2003-08-06  Martin Baulig  <martin@ximian.com>
4354
4355         * mono-debug-debugger.c: Don't store the MonoString's vtable to
4356         make this work for applications with multiple application domains.
4357
4358 2003-08-04  Martin Baulig  <martin@ximian.com>
4359
4360         * mono-debug-debugger.c: Completely reworked the type support; the
4361         most important thing is that we're now just using one single
4362         `MonoType' instance per type.
4363
4364 Sat Aug  2 13:05:27 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
4365
4366         * mono-endian.h, mono-endian.c, icall.c: Added icall
4367         ves_icall_System_Double_AssertEndianity to assert double word endianity
4368         on ARM (FPA). The icall uses a macro defined in mono-endian.h.
4369
4370 Fri Aug 1 16:51:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
4371
4372         * class.c, class.h, reflection.c, metadata.c, icall.c: more generics
4373         support, icalls and fixes.
4374
4375 2003-07-31  Miguel de Icaza  <miguel@ximian.com>
4376
4377         * unicode.c (ves_icall_System_Char_IsPunctuation): The set of
4378         classes that are a punctuation character in .NET is not the same a
4379         g_unichar_ispunct.
4380
4381 Tue Jul 29 18:07:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
4382
4383         * socket-io.c: ipv6 portability fixes from Felix Ortga (guile@lared.es).
4384
4385 2003-07-29  Miguel de Icaza  <miguel@ximian.com>
4386
4387         * icall.c: Add new MemCopy internalcall.
4388         (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal):
4389         Simplified code; It is not necessary to handle all the cases here,
4390         as the C# code takes care of it.  Only handle the case of the name
4391         resource embedded into the assembly.
4392
4393         Changed signature to return the data pointer and the size of the
4394         data. 
4395
4396 2003-07-26  Miguel de Icaza  <miguel@ximian.com>
4397
4398         * reflection.c (mono_image_get_method_info): Allow for 0x40 to be
4399         encoded.        (Partition II.22.1.7: PInvokeAttribute:SupportsLastErr).
4400
4401 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
4402
4403         * socket-io.c: ignore EINTR error in select.
4404
4405 Tue Jul 29 15:25:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
4406
4407         * class.h, class.c: removed unused subclasses field in MonoClass.
4408
4409 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
4410
4411         * icall.c: improve fix of get_base_definition(). If the parent class
4412           doesn't have the mehod, look at the parent of the parent.
4413         * object.c: mono_message_init(): use the attribute PARAM_ATTRIBUTE_OUT
4414           to check if a parameter is an in or out parameter
4415           (PARAM_ATTRIBUTE_IN is not set by default).
4416           mono_method_return_message_restore(): Use mono_class_value_size to
4417           get the size of a value type. mono_type_stack_size (parameterType)
4418           does not return the correct value if parameterType is byRef.
4419           mono_load_remote_field(), mono_load_remote_field_new(),
4420           mono_store_remote_field(), mono_store_remote_field_new():
4421           raise exception if the remote call returns an exception.
4422
4423 2003-07-28  Martin Baulig  <martin@ximian.com>
4424
4425         * mono-debug-debugger.c (mono_debugger_runtime_invoke): New
4426         method.  This is a wrapper around mono_runtime_invoke() which
4427         boxes the instance object if neccessary.
4428
4429 Fri Jul 25 19:14:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
4430
4431         * class.c, class.h, image.c, image.h, loader.c, metadata.c,
4432         metadata.h, row-indexes.h, verify.c: first cut of generics support.
4433
4434 Thu Jul 24 11:34:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
4435
4436         * icall.c: disable mcs bug workaround.
4437
4438 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
4439
4440         * object.c (mono_runtime_class_init): Take the metadata_section
4441         mutex before obtaining the domain mutex.
4442
4443         * appdomain.h: Added definition of metadata_section mutex here. 
4444
4445         * object.c: define metadata_mutex here.
4446
4447 2003-07-24  Ravi Pratap  <ravi@ximian.com>
4448
4449         * icall.c: Remove the FIXED_MCS_45127 workarounds - this has been
4450         fixed.
4451
4452 2003-07-24  Lluis Sanchez Gual  <lluis@ximian.com>
4453
4454         * reflection.c: Fix bug #46669
4455
4456 2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4457
4458         * exception.c:
4459         * exception.h:
4460         * icall.c:
4461         * object.h: fill in the type name for TypeLoadException.
4462
4463 2003-07-23  Ravi Pratap  <ravi@ximian.com>
4464
4465         * class.c: Fixes from Paolo in response to bug #45415 (Subclass
4466         relationship between TypeBuilders while compiling corlib) and bug
4467         45993 (Array types returned from the runtime while compiling
4468         corlib were from the loaded corlib).
4469
4470 2003-07-22  Martin Baulig  <martin@ximian.com>
4471
4472         * mono-debug-debugger.c: Reworked the type support a bit more;
4473         distinguish between types and classes.
4474
4475 Tue Jul 22 15:48:50 CEST 2003 Paolo Molaro <lupus@ximian.com>
4476
4477         * icall.c: add IsArrayImpl icall.
4478
4479 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
4480
4481         * class.c (mono_class_layout_fields): Fix gc aware auto layout by
4482         initializing real_size only once. Also fix bug #46602.
4483
4484 2003-07-21  Jerome Laban <jlaban@wanadoo.fr>
4485
4486         * object.c: Renamed mono_metadata_section to metadata_section.
4487
4488 2003-07-21  Lluis Sanchez Gual  <lluis@ximian.com>
4489
4490         * icall.c: in MS.NET ves_icall_Type_GetInterfaces returns an
4491           empty array if the type is an array. Fixed.
4492           ves_icall_MonoMethod_get_base_definition: if the base method
4493           is abstract, get the MethodInfo from the list of methods of
4494           the class.
4495         * reflection.c: ParameterInfo.PositionImpl should be zero-based
4496           and it was 1-based. Fixed in mono_param_get_objects.
4497
4498 2003-07-20  Martin Baulig  <martin@ximian.com>
4499
4500         * mono-debug.h: Set version number to 31.
4501         (mono_debug_init): Added `MonoDomain *' argument.
4502
4503         * mono-debug-debugger.c: Reworked the type support; explicitly
4504         tell the debugger about builtin types; pass the `klass' address to
4505         the debugger.
4506
4507 2003-07-20 Jackson Harper <jackson@latitudegeo.com>
4508
4509         * image.c: Allow new metadata tables to be loaded without a
4510         warning. Also update the warning message to give the new constant value.
4511                 
4512 Fri Jul 18 13:12:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
4513
4514         * class.c, class.h, debug-helpers.c, icall.c, image.c, marshal.c,
4515         metadata.c, metadata.h, mono-debug-debugger.c, object.c, reflection.c: 
4516         array type representation changes.
4517
4518 Fri Jul 18 11:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
4519
4520         * icall.c, appdomain.h, appdomain.c: support full runtime shutdown
4521         on Environment.Exit () call.
4522
4523 Thu Jul 17 17:21:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
4524
4525         * icall.c, reflection.h, reflection.c, verify.c: cleanups,
4526         requires a matching corlib.
4527
4528 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
4529
4530         * Changelog: My editor decided to add a CR to each line. Sorry about that.
4531           Committed again without the CRs.
4532         
4533 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
4534
4535         * socket-io.c: Get system_assembly using mono_image_loaded(), instead
4536           getting it from the "this" socket instance. Did not work
4537           if the socket is a subclass of Socket.
4538           Also fixed bug #35371.
4539
4540 Thu Jul 17 13:39:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
4541
4542         * metadata.c: fixed size for TypedByRef.
4543         * loader.c: when searching for a method, consider the vararg amrker.
4544         * unicode.c, decimal.c: constify some arrays.
4545
4546 2003-07-15  Dick Porter  <dick@ximian.com>
4547
4548         * socket-io.c: Fixed compilation for gcc < 3.2.
4549
4550         Fixed compilation for machines that don't have AF_INET6 (thanks to
4551         Bernie Solomon <bernard@ugsolutions.com> for that part.)
4552
4553         Fixed compile warnings.
4554         
4555         Fixed formatting and line endings.
4556
4557 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
4558
4559         * socket-io.h:
4560         * socket-io.c: Added IPv6 support.
4561
4562 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
4563
4564         * class.c (mono_class_is_assignable_from): New function to implement
4565         the is_assignable_from logic. Used by mono_object_isinst, 
4566         Type::IsAssignableFrom () and the interpreter.
4567
4568         * class.c (mono_class_is_subclass_of): Make all classes a subclass of
4569         Object, even interfaces.
4570         
4571         * object.c (mono_object_isinst): Implement in terms of 
4572         is_assignable_from.
4573
4574         * icall.c (ves_icall_type_is_assignable_from): New icall.
4575
4576 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
4577
4578         * domain.c (foreach_domain): fix compiler warning.
4579
4580 2003-07-11  Dietmar Maurer  <dietmar@ximian.com>
4581
4582         * image.c (load_metadata_ptrs): use g_strndup because strndup is
4583         not available on all plattforms
4584
4585 2003-07-10  Zoltan Varga  <vargaz@freemail.hu>
4586
4587         * image.h image.c: Store the metadata version string in MonoImage.
4588         * icall.c: New icall to retrieve the image version.
4589         * reflection.c (create_dynamic_image): Fill in the image version field
4590         * reflection.c (build_compressed_metadata): Use the image version
4591         from the image structure.
4592
4593 2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4594
4595         * appdomain.c: modified comment.
4596         * gc.c: finalizer_thread can call finalizers even when finished == TRUE.
4597         That will be its last iteration when mono_gc_cleanup is called from
4598         mono_runtime_cleanup and before the domain is unloaded.
4599
4600         Fixes bug #45962.
4601
4602 2003-07-04  Dietmar Maurer  <dietmar@ximian.com>
4603
4604         * marshal.c (mono_marshal_get_native_wrapper): fixes for [out]
4605         attributes.
4606
4607 Thu Jul 3 17:22:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
4608
4609         * object.c, file-io.c, metadata.c, mono-endian.h, reflection.c,
4610         rawbuffer.c: more 64 bit and picky (or old) compiler fixes from
4611         Bernie Solomon <bernard@ugsolutions.com>.
4612
4613 Thu Jul 3 17:17:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
4614
4615         * object.c, object.h: provide mono_object_new_fast() for faster
4616         allocation in some special cases.
4617
4618 Wed Jul 2 13:21:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
4619
4620         * object.h, reflection.h, verify.c: fixes for some 64bit issues,
4621         mostly from a patch by Laramie Leavitt <lar@leavitt.us>.
4622
4623 Tue Jul 1 21:24:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
4624
4625         * threadpool.c: fix leaks.
4626
4627 2003-07-01  Dick Porter  <dick@ximian.com>
4628
4629         * threadpool.c (mono_async_invoke): Use mono_g_hash_table_remove when
4630         using MonoGHashTables.  Fixes threadpool bug posted to list.
4631
4632 Tue Jul 1 11:45:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
4633
4634         * image.h, image.c: added support to load an assembly from a byte array.
4635         * Makefile.am, assembly.c, make-bundle.pl, sample-bundle: added 
4636         assembly bundle support.
4637
4638 2003-06-27  Dietmar Maurer  <dietmar@ximian.com>
4639
4640         * threadpool.c (mono_thread_pool_add): keep a reference to the
4641         AsyncResult to prevent GC
4642
4643 Thu Jun 26 12:13:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
4644
4645         * class.c: leak fix.
4646
4647 2003-06-25  Dick Porter  <dick@ximian.com>
4648
4649         * threadpool.c (mono_thread_pool_add): Don't set up a finaliser
4650         for the async object, the WaitHandle object will close the handle.
4651         Fixes bug 45321.
4652
4653 Wed Jun 25 18:12:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
4654
4655         * class.c: in mono_array_class_get (), lookup from the hash with the
4656         same type we insert: this works around a bug in
4657         mono_metadata_type_hash() with SZARRAY and fixes a leak reported by
4658         lluis. The real fix will have to wait for after the release.
4659
4660 Wed Jun 25 13:14:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
4661
4662         * icall.c: fix memory leak when getting type members.
4663
4664 Mon Jun 23 16:12:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
4665
4666         * reflection.c: added more pubtoken special cases.
4667
4668 Mon Jun 23 15:29:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
4669
4670         * class.c: handle field offset correctly when class size
4671         is set (bug# 45182, partially from a patch by jlaban@wanadoo.Fr (Jerome Laban)).
4672
4673 2003-06-20  Martin Baulig  <martin@ximian.com>
4674
4675         * mono-debug-debugger.h (MonoDebuggerSymbolFile): Added `MonoImage
4676         *image' field.
4677
4678 2003-06-20  Martin Baulig  <martin@ximian.com>
4679
4680         * image.h, mono-debug-debugger.h: Fixed compiler warnings.
4681
4682 2003-06-20  Martin Baulig  <martin@ximian.com>
4683
4684         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_STACK): Removed.  We
4685         just distinguish between variables in registers and variables at
4686         an offset relative to a register.
4687
4688 2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4689
4690         * icall.c: #ifdef out latest changes until mcs is fixed.
4691
4692 Thu Jun 19 11:03:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
4693
4694         * icall.c: return members in metadata order.
4695
4696 Wed Jun 18 15:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
4697
4698         * icall.c: avoid infinite loop in GetTimeZoneData.
4699
4700 Wed Jun 18 12:47:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
4701
4702         * icall.c: added Marshal.Prelink/All icalls.
4703
4704 Wed Jun 18 12:17:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
4705
4706         * object.c, object.h: fix warnings and do some overflow checking
4707         when creating arrays.
4708
4709 2003-06-17  Dick Porter  <dick@ximian.com>
4710
4711         * file-io.h:
4712         * file-io.c: File attributes need to be tweaked slightly when
4713         passed from the managed to the w32 world.
4714
4715 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
4716         * profiler.h profiler-private.h profiler.c: Rework last patch
4717         based on suggestion by Paolo.
4718         
4719 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
4720
4721         * profiler.h profiler-private.h profiler.c: Added infrastructure for 
4722         instruction level coverage data collection.
4723         * profiler.h profiler.c (: Added new callback function which can be
4724         used by the profiler to limit which functions should have coverage
4725         instrumentation.
4726         * profiler.c (mono_profiler_load): Call g_module_build_path to
4727         generate the file name of the profiler library.
4728
4729 Mon Jun 16 18:11:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
4730
4731         * profiler.c, profiler.h, profiler-private.h: added basic block 
4732         coverage profiling API.
4733
4734 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
4735
4736         * reflection.c (mono_reflection_create_runtime_class): Add support
4737         for events in dynamically generated code.
4738
4739         * gc.c: Start GCHandle indexes from 1, since 0 means the handle is
4740         not allocated.
4741
4742 Sat Jun 14 19:01:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
4743
4744         * icall.c: when getting timezone info, return reasonable values if we
4745         can't get the actual data.
4746
4747 2003-06-14  Dick Porter  <dick@ximian.com>
4748
4749         * threads.c (start_wrapper): Remove the reference to the thread
4750         object in the TLS data, so the thread object can be finalized.
4751         This won't be reached if the thread threw an uncaught exception,
4752         so those thread handles will stay referenced :-( (This is due to
4753         missing support for scanning thread-specific data in the Boehm GC
4754         - the io-layer keeps a GC-visible hash of pointers to TLS data.)
4755
4756 Sat Jun 14 13:16:17 CEST 2003 Paolo Molaro <lupus@ximian.com>
4757
4758         * reflection.c: ensure streams and tables are first allocated with
4759         ALLOC_ATOMIC (GC_realloc uses plain GC_malloc otherwise).
4760
4761 Sat Jun 14 13:13:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
4762
4763         * icall.c: fixed GetElementType for byrefs (bug# 44792).
4764
4765 2003-06-13  Zoltan Varga  <vargaz@freemail.hu>
4766
4767         * reflection.c (mono_reflection_create_runtime_class): Add support for
4768         properties to dynamically created classes.
4769         * reflection.c: Fix a few places where non-MonoObjects were inserted
4770         into the tokens hashtable.
4771
4772 Fri Jun 13 19:10:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
4773
4774         * object.c: some support to handle out of memory exceptions.
4775
4776 2003-06-12  Dietmar Maurer  <dietmar@ximian.com>
4777
4778         * marshal.c (mono_marshal_get_native_wrapper): support reference
4779         return types
4780
4781 Wed Jun 11 18:32:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
4782
4783         * object.h, object.c: more portability stuff from Bernie Solomon.
4784         Unexport mono_object_allocate(). Added mono_object_unbox ().
4785         Set exitcode when an unhandled exception is thrown.
4786
4787 2003-06-11  Dietmar Maurer  <dietmar@ximian.com>
4788
4789         * marshal.c (mono_marshal_get_native_wrapper): use custom
4790         marshaler for return types.
4791
4792 2003-06-10  Dick Porter  <dick@ximian.com>
4793
4794         * socket-io.c: Don't assume that one of struct ip_mreqn or struct
4795         ip_mreq is available
4796
4797 Tue Jun 10 17:35:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
4798
4799         * debug-mono-symfile.c, marshal.c, metadata.c, monitor.c,
4800         mono-debug-debugger.c, mono-debug.c, process.c: portability fixes
4801         by Bernie Solomon <bernard@ugsolutions.com>.
4802
4803 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
4804
4805         * gc.c (mono_gc_init): Avoid error message on shutdown when
4806         GC_DONT_GC=1 is used.
4807
4808         * icall.c (ves_icall_System_Reflection_Module_GetGuidInternal): 
4809         New icall to return the GUID of a module.
4810
4811 Mon Jun 9 19:33:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
4812
4813         * class.c: ensure instance size always includes the parent's size
4814         even whem class size is set explicitly (fixes bug#44294).
4815
4816 Thu Jun 5 19:51:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
4817
4818         * profiler.h, profiler.c: made the simple profiler thread-safe,
4819         get more accurate timing info. Allow the loading of an
4820         externally-developed profiler module.
4821
4822 2003-06-05  Dietmar Maurer  <dietmar@ximian.com>
4823
4824         * marshal.c (mono_marshal_get_native_wrapper): improved
4825         class/byref arguments.
4826         (mono_marshal_get_native_wrapper): better string marshaling support.
4827
4828 Wed Jun 4 18:01:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
4829
4830         * class.c: ensure .pack and .size are handled correctly and
4831         simplified layout of static fields.
4832
4833 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
4834
4835         * appdomain.c
4836         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): fix for bug 42934
4837
4838         * loader.c (mono_lookup_pinvoke_call): look for modules in the
4839         current directory (fix bug 44008)
4840
4841 2003-06-03  Dietmar Maurer  <dietmar@ximian.com>
4842
4843         * marshal.c (mono_marshal_get_native_wrapper): started support for
4844         custom marshalers.
4845         (mono_delegate_to_ftnptr): consider marshalling specifications
4846
4847 Tue Jun 3 11:17:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
4848
4849         * reflection.c, reflection.h: emit custom marshal info.
4850
4851 2003-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4852
4853         * object.c: free the GError.
4854         * icall.c: added CloseEvent_internal.
4855         * threads.[ch]:
4856         (ves_icall_System_Threading_Events_CloseEvent_internal): new internal
4857         call.
4858
4859 2003-06-01  Zoltan Varga  <vargaz@freemail.hu>
4860
4861         * loader.c (mono_method_get_signature): Add support for dynamic
4862         assemblies.
4863
4864 Sat May 31 15:22:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
4865
4866         * reflection.c: fixed bug #43905.
4867
4868 Fri May 30 12:56:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
4869
4870         * class.c, domain.c, icall.c, metadata.h, object.h: support for
4871         handling TypedReference and ArgIterator.
4872         * loader.c, loader.h: added function to get signature at call site.
4873
4874 Thu May 29 11:34:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
4875
4876         * metadata.c, metadata.h, private.h, tokentype.h, loader.c: make more 
4877         data readonly. Buglets and warning fixes. Some MethodSpec support.
4878
4879 Tue May 27 16:34:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
4880
4881         * class.h, class.c, object.c: remove relative numbering support.
4882
4883 2003-05-26  Miguel de Icaza  <miguel@ximian.com>
4884
4885         * marshal.c (mono_marshal_get_native_wrapper): For now, do not
4886         free the string, until we get a chance to fix Gtk#
4887
4888 2003-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4889
4890         * marshal.c: revert last patch.
4891
4892 Mon May 26 20:21:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
4893
4894         * icall.c: updates for new mono_class_vtable() not calling
4895         the type constructor anymore.
4896
4897 Mon May 26 12:10:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
4898
4899         * object.h, object.c: separate vtable creation from type
4900         initialization. Make running the .cctor thread safe.
4901
4902 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
4903
4904         * marshal.c (mono_marshal_get_native_wrapper): free string return values.
4905
4906 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
4907
4908         * loader.c (mono_get_method): consider calling convention
4909
4910 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
4911
4912         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): New icall
4913         to return the invisible global type for a module.
4914
4915         * reflection.c (mono_image_build_metadata): Emit global fields too.
4916
4917 2003-05-20  Peter Williams  <peterw@ximian.com>
4918
4919         * loader.c (mono_lookup_internal_call): Add a few newlines.
4920
4921 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
4922
4923         * reflection.c (mono_reflection_lookup_dynamic_token): Intern dynamic
4924         literal strings.
4925
4926         * appdomain.c (set_domain_search_path): Recalculate search path when
4927         AppDomainSetup.PrivateBinPath changes.
4928
4929         * object.c (mono_class_compute_gc_descriptor): It turns out some
4930         parts of the class libs (like System.Thread) holds pointers to
4931         GC_MALLOC()-d memory in IntPtrs, which is wrong. The workaround is
4932         to treat native int a pointer type here.
4933         
4934 Tue May 20 17:18:16 CEST 2003 Paolo Molaro <lupus@ximian.com>
4935
4936         * appdomain.h, domain.c: add hashtable for jump target resolution.
4937
4938 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
4939
4940         * reflection.h reflection.c icall.c: Added new icalls 
4941         GetManifestResourceInfoInternal, GetModulesInternal and support
4942         infrastructure.
4943
4944 2003-05-16  Dick Porter  <dick@ximian.com>
4945
4946         * icall.c:
4947         * file-io.h:
4948         * file-io.c: Implement System.IO.MonoIO::GetTempPath
4949
4950 2003-05-14  Lluis Sanchez Gual  <lluis@ideary.com>
4951
4952         * object.c: mono_store_remote_field: little fix to previous patch.
4953
4954 Wed May 14 18:10:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
4955
4956         * class.c: add constructors to array classes.
4957         * icall.c: special case array construction for InternalInvoke (),
4958
4959 2003-05-14  Zoltan Varga  <vargaz@freemail.hu>
4960
4961         * class.h class.c reflection.c object.c: Added support for field
4962         defaults in dynamically generated classes.
4963
4964 Wed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
4965
4966         * reflection.c: properly encode charset for ddlimport.
4967
4968 Wed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
4969
4970         * threads.c: allow compiling without GC.
4971
4972 Tue May 13 16:41:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
4973
4974         * appdomain.h, object.c, object.h, threads.c, threads.h: added
4975         handling of thread static data.
4976
4977 Tue May 13 16:36:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
4978
4979         * reflection.h, reflection.c: added mono_custom_attrs_free ().
4980
4981 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
4982
4983         * class.c (mono_array_class_get): always set the serializable flags
4984         (mono_array_class_get): always set the SEALED attribute for array types
4985
4986 2003-05-12  Dietmar Maurer  <dietmar@ximian.com>
4987
4988         * loader.c (mono_lookup_pinvoke_call): consider Ansi/Unicode
4989         attributes (fix for bug 42021).
4990
4991 2003-05-12  Dick Porter  <dick@ximian.com>
4992
4993         * gc.c: Don't run finalizers when the finalizer thread is
4994         finishing up, because the default domain has already been
4995         destroyed.
4996
4997 2003-05-11  Miguel de Icaza  <miguel@ximian.com>
4998
4999         * string-icalls.c (ves_icall_System_String_ctor_chara_int_int): if
5000         value is null, we should throw an exception.   This is slightly
5001         different than the other conventions used for the constructor.
5002
5003 2003-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5004
5005         * socket-io.c: fixed windows build.
5006
5007 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5008
5009         * socket-io.c: patch by Jerome Laban that fixes bug #42393.
5010
5011 2003-05-10  Zoltan Varga  <vargaz@freemail.hu>
5012
5013         * object.c (mono_string_new_wrapper): Compatibility fix for MS
5014         compilers.
5015
5016 2003-05-09  Zoltan Varga  <vargaz@freemail.hu>
5017
5018         * class.c (mono_class_layout_fields): Add experimental GC aware
5019         auto layout facility. Requires class library changes to work correctly.
5020
5021         (mono_class_setup_vtable): Avoid overriding explicit interface
5022         method implementations. Fixes iface3.exe test.
5023
5024         * object.c (mono_class_compute_gc_descriptor): Type I can't hold an
5025         object reference.
5026         (mono_array_new_specific): Add MONO_ARCH_SAVE_REGS.
5027         (mono_string_new_wrapper): Add MONO_ARCH_SAVE_REGS.
5028
5029         * metadata.h: Add new type classification macro which determines
5030         whenever the type holds an object reference.
5031
5032 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
5033
5034         * marshal.c (mono_marshal_get_native_wrapper): cleanups
5035
5036 2003-05-07  Zoltan Varga  <vargaz@freemail.hu>
5037
5038         * gc.c (finalizer_thread): Work around a GC bug.
5039
5040 2003-05-07  Dietmar Maurer  <dietmar@ximian.com>
5041
5042         * marshal.c (emit_struct_conv): allow unions
5043
5044         * class.c (class_compute_field_layout): added patches from Jerome Laban <jlaban@wanadoo.fr>
5045
5046 2003-05-06  Dietmar Maurer  <dietmar@ximian.com>
5047
5048         * marshal.c (mono_marshal_get_native_wrapper): free strings after pinvoke
5049
5050 2003-05-06  Martin Baulig  <martin@ximian.com>
5051
5052         * mono-debug-debugger.h: #include <mono/io-layer/io-layer.h>.
5053
5054 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5055
5056         * socket-io.c:
5057         (Select_internal): allow NULLs, don't create arrays if not needed.
5058         Coupled with Socket.cs changes.
5059
5060         * threadpool.c:
5061         (mono_thread_pool_add): use GC_MALLOC to allocate the ASyncCall and
5062         register a finalizer for it that will close the semaphore handle. This
5063         fixes the leak and make Lupus' test run with > 4080 loops.
5064
5065 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
5066
5067         * marshal.c (mono_marshal_get_struct_to_ptr): added fixes from
5068         Jerome Laban (bug #42287)
5069
5070 2003-05-02  Martin Baulig  <martin@ximian.com>
5071
5072         * debug-mono-symfile.h
5073         (MonoSymbolFile): Moved declaration into mono-debug.h.
5074         (MonoDebugMethodJitInfo): Likewise.
5075         (mono_debug_open_mono_symbol_file): Take the MonoDebugHandle as
5076         argument.
5077         (_mono_debug_address_from_il_offset): Take a
5078         MonoDebugMethodJitInfo instead of a MonoDebugMethodInfo.
5079
5080         * mono-debug.h
5081         (MonoDebugDomainData): New struct.
5082         (mono_debug_get_domain_data): New function.
5083         (mono_debug_add_method): Take an additional `MonoDomain *'
5084         argument.
5085         (mono_debug_source_location_from_address): Likewise.
5086         (mono_debug_il_offset_from_address): Likewise.
5087         (mono_debug_address_from_il_offset): Likewise.
5088
5089 Thu May 1 19:40:37 CEST 2003 Paolo Molaro <lupus@ximian.com>
5090
5091         * reflection.c: one more check for null type in custom attrs.
5092
5093 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5094
5095         * reflection.c: avoid warning (comparison is always false due to limited
5096         range of data type).
5097
5098 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5099
5100         * icall.c: throw an exception in Type.GetField if the argument 'name'
5101         is NULL.
5102
5103 Wed Apr 30 10:53:09 CEST 2003 Paolo Molaro <lupus@ximian.com>
5104
5105         * reflection.c: fixed handling of enums in named arguments to custom
5106         attributes (bug #42123).
5107
5108 Tue Apr 29 19:15:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
5109
5110         * reflection.c: use the right array element type and handle
5111         a null for a Type argument, too.
5112
5113 Tue Apr 29 15:46:00 CEST 2003 Paolo Molaro <lupus@ximian.com>
5114
5115         * reflection.c: handle arrays as arguments to custom attributes.
5116
5117 Tue Apr 29 11:43:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
5118
5119         * reflection.c: handle a string value in a custom attr
5120         ctor that takes an object.
5121
5122 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
5123
5124         * marshal.c (mono_mb_emit_restore_result): support MONO_TYPE_PTR
5125         (fix bug #42063)
5126
5127 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
5128
5129         * icall.c (ves_icall_Type_GetNestedType): Fixed warnings.
5130
5131 2003-04-27  Martin Baulig  <martin@ximian.com>
5132
5133         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
5134         MONO_DEBUGGER_EVENT_BREAKPOINT_TRAMPOLINE to
5135         MONO_DEBUGGER_EVENT_BREAKPOINT.
5136         (mono_breakpoint_trampoline_code): Removed.
5137         (mono_debugger_event_handler): The last argument is now a
5138         `guint32'.
5139         (mono_debugger_insert_breakpoint_full): Removed the
5140         `use_trampoline' argument.
5141         (mono_debugger_method_has_breakpoint): Likewise.
5142         (mono_debugger_trampoline_breakpoint_callback): Renamed to
5143         mono_debugger_breakpoint_callback(); take the method and
5144         breakpoint number as arguments.
5145
5146 Sat Apr 26 19:25:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
5147
5148         * metadata.c: fix off by one when loading parameters attributes.
5149
5150 2003-04-24  Martin Baulig  <martin@ximian.com>
5151
5152         * mono-debug-debugger.c (mono_debugger_io_layer): Put this back.
5153
5154 2003-04-24  Martin Baulig  <martin@ximian.com>
5155
5156         * mono-debug-debugger.c: Moved all code which interacts with the
5157         Mono Debugger here.
5158
5159         * debug-mono-symfile.c: This code now just deals with the symbol
5160         file itself, the debugger code is now in mono-debug-debugger.c.
5161
5162 2003-04-23  Martin Baulig  <martin@ximian.com>
5163
5164         * mono-debug.c (mono_debug_source_location_from_il_offset):
5165         New method; like mono_debug_source_location_from_address(), but
5166         takes an IL offset instead of a machine address.
5167
5168 2003-04-23  Martin Baulig  <martin@ximian.com>
5169
5170         * debug-mono-symfile.h (MonoDebugLineNumberEntry): Removed the
5171         `line' field; this is now computed by the debugger.
5172
5173 2003-04-23  Martin Baulig  <martin@ximian.com>
5174
5175         * mono-debug.[ch]: New files.  This is the new debugging interface.
5176
5177         * mono-debug-debugger.[ch]: New files.  Moved all code which
5178         interacts with the Mono Debugger here.
5179
5180 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
5181
5182         * domain.c (mono_init): initialize mono_defaults.monitor_class
5183
5184 2003-04-21  Miguel de Icaza  <miguel@ximian.com>
5185
5186         * reflection.c (method_encode_code): Add a spicy exception to help
5187         future compiler authors.
5188
5189 2003-04-21  Martin Baulig  <martin@ximian.com>
5190
5191         * icall.c
5192         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
5193         Make this work with relative pathnames; g_filename_to_uri() needs
5194         an absolute filename.
5195
5196 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>
5197
5198         * icall.c: Track name changes in Object and ValueType.
5199
5200 2003-04-18  Dietmar Maurer  <dietmar@ximian.com>
5201
5202         * metadata.c (mono_type_stack_size): size should be a multiple of
5203         sizeof (gpointer)
5204
5205 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5206
5207         * gc.c:
5208         (internal_domain_finalize): moved into mono_domain_finalize. No need
5209         to create another thread because the finalizers will be run in the
5210         finalizer thread.
5211         
5212         (ves_icall_System_GC_WaitForPendingFinalizers): implemented.
5213         (finalizer_notify): if shutting down, wait 2 seconds for the finalizers
5214         to be run (MS does this too).
5215
5216 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
5217
5218         * object.c (mono_class_compute_gc_descriptor): Update comment.
5219
5220         * loader.h marshal.h marshal.c: Added synchronized method wrappers.
5221
5222         * image.h: Add synchronized wrapper cache.
5223
5224         * image.c (do_mono_image_open): Initialize cache.
5225
5226         * reflection.c (create_dynamic_mono_image): Initialize cache.
5227
5228 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5229
5230         * icall.c: patch by Jerome Laban <jlaban@wanadoo.fr> that fixes
5231         ves_icall_System_Buffer_ByteLengthInternal.
5232
5233 Tue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
5234
5235         * reflection.c: setup klass->nested_in earlier. Allow
5236         a dash in the assembly name.
5237
5238 2003-04-15  Dietmar Maurer  <dietmar@ximian.com>
5239
5240         * metadata.c (mono_type_to_unmanaged): dont access
5241         type->data.klass for MONO_TYPE_OBJECT
5242         (mono_type_to_unmanaged): consider System.Delegate class
5243
5244 Tue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus@ximian.com>
5245
5246         * class.c: just setup supertypes in the proper place instead of
5247         initializing the full element class for arrays.
5248
5249 Tue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
5250
5251         * class.c: ensure the element class of arrays is initialized.
5252         Setup the supertype info for array classes, too.
5253
5254 2003-04-14  Miguel de Icaza  <miguel@ximian.com>
5255
5256         * icall.c (ves_icall_Type_GetNestedType): Add new internal call.
5257
5258 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5259
5260         * Makefile.am: re-added -m option when running cygpath. This way,
5261         MONO_ASSEMBLIES and MONO_CFG_DIR will contain '/' as directory
5262         separator.
5263         * mono-config.c: same codepath for locating mono config file for WIN32
5264         and the rest.
5265         * assembly.c: if mono_assembly_setrootdir is called, don't override
5266         the value set.
5267
5268 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5269
5270         * Makefile.am: patch by Urs Muff <umuff@quark.com> that fixes
5271         MONO_ASSEMBLIES variable.
5272
5273 Fri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
5274
5275         * icall.c: added Assembly::GetNamespaces() icall.
5276
5277 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5278
5279         * reflection.c: fix from Jaak <jaak@zd.com.pl>.
5280
5281 2003-04-10  Lluis Sanchez Gual  <lluis@ideary.com>
5282
5283         * appdomain.c,appdomain.h,icall.c: Added internal method that returns the process guid
5284         * object.c: fixed bug in the construction of vtable for proxies
5285
5286 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
5287
5288         * object.c (mono_array_new): Mark mono_array_new as an icall.
5289
5290 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5291
5292         * class.c: fixed test for public method when overriding interfaces.
5293         Closes bug #40970.
5294
5295 Wed Apr 9 15:19:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
5296
5297         * appdomain.h, domain.c: added mono_domain_foreach() to
5298         be able to access the currently loaded appdomains.
5299         * object.c: make string interning work across sppdomains.
5300         Mark some functions for use as icalls.
5301
5302 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
5303
5304         * class.c reflection.c: Fix memory leaks reported by ccmalloc.
5305
5306         * reflection.h reflection.c: Allocate long living data using 
5307         GC_MALLOC_ATOMIC so the collector does not need to scan it.
5308
5309         * reflection.c: Double the allocation size in streams instead of
5310         increasing it, to prevent unneccesary copying on large assemblies.
5311         
5312         * reflection.c (mono_reflection_create_runtime_class): Avoid vtable
5313         creation if the assembly does not have the Run flag set.
5314
5315 Tue Apr 8 11:19:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
5316
5317         * class.h: avoid the C++ keywords in header files (Jerome Laban
5318         spotted and fixed this).
5319
5320 2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5321
5322         * object.c:
5323         (mono_unhandled_exception): fill in the arguments for the
5324         UnhandledException event. Only trigger that event for the default
5325         domain (as MS does).
5326
5327 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
5328
5329         * object.c: Improve typed allocation stuff based on suggestions from
5330         Paolo. Also turn it on if the GC library supports it.
5331
5332 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
5333
5334         * object.c object.h class.h: Added experimental typed allocation
5335         facility using the interfaces in gc_gcj.h.
5336
5337         * os/gc_wrapper.h: Added new include files.
5338         
5339 2003-04-03  Martin Baulig  <martin@ximian.com>
5340
5341         All the following changes are conditional to `WITH_INCLUDED_LIBGC'
5342         which is not yet enabled by default.
5343
5344         * gc.c (mono_gc_init): Set the gc_thread_vtable to our thread
5345         functions.
5346         (mono_gc_lock, mono_gc_unlock): New static functions.
5347
5348         * threads.c (mono_gc_stop_world, mono_gc_start_world): New public
5349         functions; stop/start the world for the garbage collector.  This
5350         is using the windows API; we need to complete the SuspendThread()/
5351         ResumeThread() implementation in the io-layer to make this work on Unix.
5352         (mono_gc_push_all_stacks): New public function; tells the garbage
5353         collector about the stack pointers from all managed threads.
5354
5355 2003-04-03  Martin Baulig  <martin@ximian.com>
5356
5357         * object.h (MonoThread): Added `gpointer stack_ptr'.
5358
5359         * threads.c (start_wrapper): Save the stack pointer in `stack_ptr'.
5360
5361 2003-04-03  Martin Baulig  <martin@ximian.com>
5362
5363         * Makefile.am: It's called `cygpath -w', not `cygpath -m'.
5364
5365 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
5366
5367         * reflection.c (typebuilder_setup_fields): Initialize field.first and
5368         field.last.
5369
5370 2003-04-02  Miguel de Icaza  <miguel@ximian.com>
5371
5372         * loader.c (mono_lookup_internal_call): Report the corlib that is
5373         out of sync.
5374
5375 2003-03-05  Aleksey Demakov <avd@openlinksw.com>
5376
5377         * icall.c (ves_icall_type_GetTypeCode): fixed check for
5378         System.DBNull (it's class not valuetype).
5379
5380 Wed Apr 2 18:37:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
5381
5382         * reflection.c: set table_idx in MonoReflectionArrayMethod object even 
5383         if the array method was already assigned a token (fixes bug#40646).
5384
5385 2003-04-02  Zoltan Varga  <vargaz@freemail.hu>
5386
5387         * reflection.c (mono_reflection_get_type): Attempt type resolve even
5388         if no assembly is given.
5389
5390 2003-04-01  Miguel de Icaza  <miguel@ximian.com>
5391
5392         * metadata.h: Added the new tables.
5393
5394         * row-indexes.h: Added definitions for new tables.
5395
5396         * metadata.c: Add schemas for new tables, and add support for
5397         computing the sizes of them.
5398
5399         * class.c: Update for handling the new type cases.
5400
5401 2003-04-01  Dietmar Maurer  <dietmar@ximian.com>
5402
5403         * metadata.h (MONO_TYPE_IS_VOID): new macro
5404
5405 2003-03-31  Martin Baulig  <martin@ximian.com>
5406
5407         * threads.h (MonoThreadCallbacks): Added `thread_created'.
5408
5409         * threads.c (mono_thread_new_init): Call `thread_created' in the
5410         mono_thread_callbacks.
5411
5412 2003-03-31  Lluis Sanchez Gual <lluis@ideary.com>
5413
5414         * loader.h: added marshalbyrefobject_class to mono_defaults
5415         * domain.c: added initialization of mono_defaults.marshalbyrefobject_class 
5416         * icall.c: ves_icall_InternalExecute: fixed bug in field setter and in the
5417           generation of output parameters.
5418           ves_icall_Remoting_RealProxy_GetTransparentProxy: added support for interfaces.
5419         * marshal.c: mono_remoting_wrapper(): avoided call through proxy when the type is
5420           contextbound and the target object belongs to the context of the caller.
5421         * object.h: added context and unwrapped_server variables in MonoRealProxy.
5422         * object.c: Implemented support for interfaces and abstract classes
5423           in mono_class_proxy_vtable. Fixed several methods to avoid unneeded calls through
5424           proxy. Fixed problem when dealing with output parameters in mono_runtime_invoke_array.
5425
5426 2003-03-30  Zoltan Varga  <vargaz@freemail.hu>
5427
5428         * class.h class.c (mono_class_is_subclass_of): New function.
5429         
5430         * icall.c (ves_icall_System_Array_FastCopy): Added optimized copy
5431         routines for most common case (calls from ArrayList::ToArray).
5432
5433         * icall.c (ves_icall_System_Environment_Exit): Call profiler shutdown 
5434         routine so programs which call Environment::Exit() can be profiled.
5435
5436         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle): 
5437         Added MONO_ARCH_SAVE_REGS.
5438
5439         * icall.c (ves_icall_type_is_subtype_of): Use new function.
5440
5441 2003-03-29  Miguel de Icaza  <miguel@ximian.com>
5442
5443         * blob.h: Add a couple of new MonoType types definitions.
5444
5445         * tabledefs.h: Add a couple of new call convs.
5446
5447 2003-03-27  Zoltan Varga  <vargaz@freemail.h>
5448
5449         * reflection.h (MonoReflectionDynamicAssembly): track changes in
5450         the layout of the class.
5451
5452         * reflection.c (alloc_table): double the size on overflow to avoid
5453         unnecessary copying.
5454
5455         * reflection.h reflection.c: If AssemblyBuilderAccess is Run, then
5456         avoid filling out metadata tables and blobs. Also set mb->ilgen to
5457         null so it can be garbage collected.
5458         
5459 2003-03-27  Zoltan Varga  <vargaz@freemail.hu>
5460
5461         * reflection.c (mono_reflection_get_type): Return the resolved type
5462         only if it is in the assembly we searched.
5463
5464         * reflection.c (ensure_runtime_vtable): Initialize method slots.
5465
5466         * class.c (mono_class_setup_vtable): Set the slot of the overriding
5467         method.
5468
5469 2003-03-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5470
5471         * appdomain.c:
5472         (set_domain_search_path): allow 'file://blah'. It's an invalid URI,
5473         the right one is 'file:///blah', but MS allows it.
5474         * assembly.c:
5475         (mono_assembly_open): allow 'file://blah'
5476
5477         Fixes bug #40306. Thanks to Mitko Iliev (imitko@openlinksw.co.uk).
5478
5479 2003-03-26  Aleksey Demakov <avd@openlinksw.com>
5480
5481         * socket-io.c: fixes bug #40310.
5482
5483 2003-03-25  Zoltan Varga  <vargaz@freemail.hu>
5484
5485         * reflection.c (mono_reflection_parse_type): handle deeply nested
5486         types correctly.
5487
5488         * reflection.c (mono_image_create_token): Use unique token values
5489         since they will be put into a hash table.
5490
5491         * class.c (mono_class_setup_vtable): If a method occurs in more than
5492         one place in the vtable, and it gets overriden, then change the
5493         other occurances too.
5494
5495         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
5496         object as return type.
5497
5498 2003-03-22  Pedro Martínez Juliá  <yoros@wanadoo.es>
5499
5500         * icall.c: Deleted "ToString" implementation for double and float
5501         because they are full implemented in managed code.
5502
5503 Wed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus@ximian.com>
5504
5505         * reflection.c, reflection.h: implemented and exported functions
5506         to retrieve info about custom attributes.
5507
5508 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5509
5510         * appdomain.c: moved Uri handling to assembly.c
5511         * assembly.c: use g_filename_from_uri (). This makes assembly.LoadFrom
5512         work when using a file Uri in *nix and windows.
5513
5514         * icall.c: fixed Assembly.CodeBase to return a valid Uri. The same for
5515         GetReferencedAssemblies.
5516
5517 2003-03-18  Dick Porter  <dick@ximian.com>
5518
5519         * icall.c: Rename a couple of internal calls
5520
5521         * threads.c: Set the thread state to Stopped when a thread exits.
5522         Fixes bug 39377.
5523
5524 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>
5525
5526         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle):
5527         New icall.
5528
5529         * object.c (mono_class_vtable): fix warning.
5530
5531 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>  
5532
5533         * icall.c (ves_icall_type_is_subtype_of): Avoid vtable creation.
5534
5535         * reflection.c (mono_blob_entry_hash): Avoid reading uninitialized
5536         memory.
5537         (method_encode_clauses): Create exception info structures in the right
5538         order.
5539         (mono_reflection_setup_internal_class): Initialize supertypes field.
5540
5541         * class.c object.c: Handle interfaces which implement other interfaces 
5542         correctly.
5543
5544         * class.h class.c: Move the supertypes array initialization code into 
5545         a separate function so it can be used for dynamic types too. Also call
5546         it earlier, in mono_class_init(), since it can be used before the
5547         type is initialized.
5548
5549 2003-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5550
5551         * Makefile.am:
5552         * assembly.c:
5553         * icall.c: make MONO_ASSEMBLIES and MONO_CFG_DIR work on windows.
5554
5555         * appdomain.c:
5556         * appdomain.h:
5557         * marshal.c:
5558         * object.c: remove warnings.
5559
5560 2003-03-13  Martin Baulig  <martin@ximian.com>
5561
5562         * debug-mono-symfile.h (MonoSymbolFileLexicalBlockEntry): New type.
5563         (MonoDebugLexicalBlockEntry): New types.
5564
5565         * debug-mono-symfile.c
5566         (_mono_debug_address_from_il_offset): Moved here from ../jit/debug.c.
5567
5568 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5569
5570         * process.c: ret can be any non-zero value accroding to MS doc.
5571
5572 2003-03-07  Miguel de Icaza  <miguel@ximian.com>
5573
5574         * class.c (mono_marshal_load_type_info): Fix buglet:  Noticed when
5575         fixing a warning for a miss-used prototype, would have cause
5576         random memory corruption.
5577
5578 2003-03-07  Martin Baulig  <martin@ximian.com>
5579
5580         * marshal.c (mono_marshal_free_array): That "TESTFREE %p" was
5581         getting really annoying ....
5582
5583 2003-03-07  Zoltan Varga  <vargaz@freemail.hu>
5584
5585         * reflection.c (fixup_method): added support for array methods.
5586
5587 Tue Mar 4 18:03:27 CET 2003 Paolo Molaro <lupus@ximian.com>
5588
5589         * socket-io.c:  handle case when AF_INET6 and AF_IPX are not defined
5590         (pointed out by Michael Adams).
5591
5592 2003-03-04  Dick Porter  <dick@ximian.com>
5593
5594         * icall.c: Temporarily reverted the Double and Single ToString()
5595         change, because it broke nunit.
5596
5597 Tue Mar 4 12:40:58 CET 2003 Paolo Molaro <lupus@ximian.com>
5598
5599         * object.h, threads.h: make include files compatible with C++
5600         (patch by Jerome Laban <jlaban@wanadoo.fr>).
5601
5602 2003-03-04  Pedro Martínez Juliá  <yoros@wanadoo.es>
5603
5604         * icall.c: Erased ToString helper functions for Double and Single.
5605         Now, that implementations ar all in managed code (Double and Single
5606         Formatters).
5607
5608 2003-03-03  Lluis Sanchez Gual  <lluis@ideary.com>
5609
5610         * appdomain.c: Added method for initializing the default context of
5611         a domain. Added internal call for getting the default context.
5612         * appdomain.h: Added context variable in MonoDomain struct.
5613         * domain.c: mono_domain_set also sets the default context of the domain
5614         * icall.c: Mapped internal method InternalGetDefaultContext.
5615         * object.c: mono_object_get_virtual_method returns always a remoting
5616         wrapper if the object is a transparent proxy.
5617         mono_runtime_invoke_array: when creating an object by calling the
5618         constructor, if the created object is a proxy, then the constructor should
5619         be called using the a remoting wrapper.
5620
5621 2003-03-03  Dick Porter  <dick@ximian.com>
5622
5623         * socket-io.c (create_sockaddr_from_object): Rename sockaddr_un
5624         variable so it compiles on solaris.  Problem spotted by
5625         Christopher Taylor <ct@cs.clemson.edu>
5626
5627 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5628
5629         * appdomain.c:
5630         (get_info_from_assembly_name): don't leak value.
5631
5632         * icall.c:
5633         (ves_icall_System_Reflection_Assembly_GetFilesInternal): initialize
5634         result.
5635
5636 Sat Mar 1 15:32:56 CET 2003 Paolo Molaro <lupus@ximian.com>
5637
5638         * assembly.c: export mono_image_load_references ().
5639         * class.c: handle function pointers. mono_class_from_name() now
5640         supports nested type names directly.
5641
5642 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
5643
5644         * reflection.h reflection.c: Encode already created dynamic methods 
5645         and fields correctly as a DEF instead of a REF.
5646
5647         * reflection.c: Get rid of the force_ref argument to 
5648         mono_image_typedef_or_ref since it was wrong in the first place.
5649
5650         * string-icalls.c: add error checking to string constructors according
5651         to the MSDN docs.
5652
5653         * reflection.c: Emit types in the order their TypeBuilders were 
5654         created. Previously, a new table index was assigned to each type before
5655         the tables were emitted. This was wrong because the signature blob
5656         might already refer to a type by its original table index.
5657
5658 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>
5659
5660         * metadata.c (mono_metadata_nesting_typedef): fix bug in previous
5661         change.
5662         
5663 2003-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5664
5665         * Makefile.am: make assemblies dir have \ instead of / on windows.
5666
5667 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>  
5668
5669         * metadata.c metadata.h (mono_metadata_nesting_typedef): changed to
5670         iterate over the NESTEDCLASS table using a linear search since the
5671         table is not guaranteed to be sorted by the secondary key.
5672
5673         * class.c (mono_class_create_from_typedef): fixed up call to
5674         mono_metadata_nesting_typedef.
5675         
5676 2003-02-27  Dietmar Maurer  <dietmar@ximian.com>
5677
5678         * marshal.c (mono_string_to_byvalstr): clear the memory as
5679         suggested by Jerome Laban <jlaban@wanadoo.fr>
5680
5681 2003-02-26  Dick Porter  <dick@ximian.com>
5682
5683         * process.c: Cope with padding in .rsrc blocks
5684
5685 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
5686
5687         * metadata.h: reverted the filter_len change, it breaks reflection
5688         
5689 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
5690
5691         * metadata.h: added a new field to store the filter_len
5692         
5693
5694 Tue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus@ximian.com>
5695
5696         * reflection.c: handle custom attributes for types and members
5697         created with Reflection.Emit (bug#38422).
5698
5699 2003-02-22  Zoltan Varga  <vargaz@freemail.hu>
5700
5701         * reflection.c: define RTSpecialName automatically for constructors for
5702         compatibility with MS.NET.
5703
5704         * reflection.c (mono_reflection_create_runtime_class): initialize
5705         nested_in field of dynamically created classes.
5706
5707 2003-02-22  Martin Baulig  <martin@ximian.com>
5708
5709         * debug-mono-symfile.h: Incremented version number.
5710
5711 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
5712
5713         * object.h icall.c process.c: fix warnings.
5714
5715 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
5716
5717         * appdomain.h appdomain.c:
5718         (mono_domain_try_type_resolve): split the 
5719         name_or_tb argument into a name and a tb argument.
5720         (mono_domain_has_type_resolve): new function to check whenever the
5721         application has registered a TypeResolve event handler.
5722         
5723         * icall.c reflection.h reflection.c: move the type resolve logic into
5724         mono_reflection_get_type () so it will be invoked when 
5725         Assembly::GetType () is called.
5726
5727         * reflection.c:
5728         (mono_reflection_get_type): renamed to get_type_internal.
5729         (mono_reflection_get_type): fixed type name generation so it works 
5730         for nested types too.
5731         (mono_reflection_get_type): call has_type_resolve () to avoid the 
5732         costly type name generation if there is no resolve event handler.
5733
5734 Fri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus@ximian.com>
5735
5736         * class.c, image.c: load exported types from file references.
5737
5738 2003-02-19  Lluis Sanchez Gual  <lluis@ideary.com>
5739
5740         * appdomain.h: Added in MonoDomain a couple of MonoMethod* variables
5741           used to cache the managed methods used to create proxies and make 
5742           remote invocation of methods.
5743         * class.h: Added in MonoVTable a flag to indicate that a class needs 
5744           to be remotely created.
5745         * object.c: Modified the method mono_class_vtable(). It now initializes 
5746           the remote flag of the vtable. Modified mono_object_new_specific(), 
5747           so now it checks the remote flag.
5748         * icall.c: Added a couple of internal methods, one for enabling instance 
5749           creation interception for a type, and one for creating objects bypassing
5750           the remote check.
5751
5752 2003-02-18  Martin Baulig  <martin@ximian.com>
5753
5754         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethodToken):
5755         New interncall to get a method's metadata token.
5756
5757         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethodToken"):
5758         New interncall for the debugger.
5759
5760 2003-02-18  Dietmar Maurer  <dietmar@ximian.com>
5761
5762         * class.c (mono_class_setup_vtable): allocate supertype array
5763
5764 2003-02-18  Martin Baulig  <martin@ximian.com>
5765
5766         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Added `has_this'.
5767
5768 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5769
5770         * reflection.c:
5771         (assembly_name_to_aname): jump over unknown properties (i've found
5772         something like: 'type, assembly, version=xxx, custom=null, public...',
5773         so now will ignore custom=null and still get the rest of the values).
5774
5775 2003-02-17  Dick Porter  <dick@ximian.com>
5776
5777         * threads.c: Have Thread.Start() wait for a semaphore to signal
5778         that the thread has set up all its local data.  This fixes bug
5779         34323, where Abort() raced the new thread's TLS data.
5780
5781         Also removes the handle_store() call from start_wrapper, because
5782         threads are now always created suspended and there is no longer a
5783         race between the parent and child threads to store the info.
5784
5785 Mon Feb 17 13:13:31 CET 2003 Paolo Molaro <lupus@ximian.com>
5786
5787         * image.c: explain the #- heap issue in a message, hopefully
5788         avoiding FAQs on mono-list.
5789
5790 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5791
5792         * icall.c:
5793         (GetEntryAssembly): if the domain has not invoked
5794         AppDomain.ExecuteAssembly yet, return the assembly of the default
5795         AppDomain.
5796
5797 2003-02-16  Zoltan Varga  <vargaz@freemail.hu>
5798
5799         * class.c (mono_ldtoken): make it work in dynamic assemblies.
5800
5801 Sun Feb 16 13:10:06 CET 2003 Paolo Molaro <lupus@ximian.com>
5802
5803         * metadata.c, reflection.c: simple speedup to type hash
5804         and equals code.
5805
5806 Sat Feb 15 15:15:03 CET 2003 Paolo Molaro <lupus@ximian.com>
5807
5808         * image.c, image.h, class.c, assembly.c: move module loading
5809         to MonoImage. When loading metadata, consider alignemnet from
5810         the start of metadata, not from the metadata address in memory.
5811
5812 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
5813
5814         * reflection.c (mono_reflection_get_custom_attrs): Added support for 
5815         AssemblyBuilder objects. Factored out custom attribute creation into
5816         a separate function.
5817         (create_custom_attr): new function to create custom attributes.
5818
5819 2003-02-12  Miguel de Icaza  <miguel@ximian.com>
5820
5821         * Makefile.am: Got tired of typing the full pathname to pedump.
5822         Until there is another option, am installing this.
5823
5824 2003-02-12  Dietmar Maurer  <dietmar@ximian.com>
5825
5826         * class.c (class_compute_field_layout): always set field->parent 
5827         (mono_ldtoken): use mono_defaults.fieldhandle_class;
5828
5829 2003-02-11  Dick Porter  <dick@ximian.com>
5830
5831         * threads-types.h:
5832         * monitor.c: Rewrote Monitor, making lock much faster and
5833         Pulse/Wait work as specified.  Also uses much fewer handles, and only
5834         creates them as needed.
5835
5836         * exception.c: Added SynchronizationLockException
5837
5838         * threads.c: Deleted old Monitor implementation.  The new one is
5839         in a new file.
5840
5841 Mon Feb 10 17:54:10 CET 2003 Paolo Molaro <lupus@ximian.com>
5842
5843         * class.c: handled TypedReference type code. Set the correct size for
5844         class data. Setup interface_offsets for interface classes, too.
5845
5846 2003-02-09  Martin Baulig  <martin@ximian.com>
5847
5848         * debug-mono-symfile.h: Reflect latest symbol writer changes.
5849
5850 Sun Feb 9 18:37:01 CET 2003 Paolo Molaro <lupus@ximian.com>
5851
5852         * loader.c: implemented MEMBERREF_PARENT_TYPEDEF.
5853         * metadata.c, reflection.c: missing MONO_TYPE_TYPEDBYREF handling.
5854         * object.c: fixed mono_object_get_virtual_method () for interfaces.
5855         * verify.c: check for code that runs after the end of the method.
5856
5857 2003-02-08  Pedro Martínez Juliá  <yoros@wanadoo.es>
5858
5859         * icall.c: Added "System.Math::Floor", "System.Math::Round" and
5860         "System.Math::Round2".
5861         * sysmath.h: Added Floor, Round and Round2 definitions.
5862         * sysmath.c: Modified certain functions that were not 100% compliant
5863         with MS.NET (math precision) and added the implementation of Floor,
5864         Round and Round2.
5865
5866 2003-02-07  Martin Baulig  <martin@ximian.com>
5867
5868         * debug-mono-symfile.c (mono_debug_symfile_add_method): Ignore interncalls.
5869
5870 2003-02-07  Martin Baulig  <martin@ximian.com>
5871
5872         * debug-mono-symfile.c: Reflected latest symwriter changes.
5873         (mono_debug_create_mono_symbol_file): Removed.
5874         (mono_debug_open_mono_symbol_file): Take an argument which
5875         specifies whether to create a dynamic symbol file.
5876
5877 2003-02-07  Dietmar Maurer  <dietmar@ximian.com>
5878
5879         * class.c (mono_class_from_mono_type): added MONO_TYPE_TYPEDBYREF
5880
5881 2003-02-05  Martin Baulig  <martin@ximian.com>
5882
5883         * reflection.c (mono_image_build_metadata): Make this public,
5884         protect it against being called multiple times, don't create
5885         resources and don't build the compressed metadata here.
5886         (mono_image_create_pefile): Do this here.
5887
5888         * icall.c
5889         ("System.Reflection.Emit.AssemblyBuilder::build_metadata"): Added.
5890
5891 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5892
5893         * socket-io.c: fixed bug #36322.
5894
5895 2003-02-06  Piers Haken <piersh@friskit.com>
5896
5897         * appdomain.[ch]:
5898         * class.h:
5899         * debug-mono-symfile.c:
5900         * icall.c:
5901         * loader.c:
5902         * mono-config.c:
5903         * monosn.c:
5904         * reflection.c:
5905         * socket-io.c: warning cleanups
5906
5907 2003-02-06  Dietmar Maurer  <dietmar@ximian.com>
5908
5909         * marshal.c (mono_marshal_get_remoting_invoke_with_check): new
5910         function. works like remoting invoke, but does a check for the Proxy first.
5911
5912 2003-02-05  Miguel de Icaza  <miguel@ximian.com>
5913
5914         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Make it compiler.
5915
5916 2003-02-05  Dietmar Maurer  <dietmar@ximian.com>
5917
5918         * marshal.c (mono_marshal_get_native_wrapper): only allocate an
5919         array of pointers.
5920         (mono_marshal_get_ldfld_wrapper): only generate necessary ldfld wrappers.
5921         (mono_marshal_get_stfld_wrapper): only generate necessary stfld wrappers.
5922
5923         * object.c (mono_store_remote_field_new): used by the new jit
5924         instead of mono_store_remote_field
5925         (mono_load_remote_field_new): used by the new jit
5926         instead of mono_load_remote_field
5927
5928 2003-02-05  Patrik Torstensson
5929
5930         * appdomain.c: changed unload to take the domain id instead
5931         of domain
5932         
5933         * icall.c: changed icall for AppDomain.Unload to AppDomain.InternalUnload
5934
5935
5936 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5937
5938         * appdomain.c: don't look for assemblies in ApplicationBase if
5939         PrivateBinPathProbe is set.
5940
5941 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5942
5943         * object.c: make the first argument in main_args contain the absolute
5944         path to the assembly. Fixes bug #37511.
5945
5946 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5947
5948         * icall.c: get correct UTC offset for countries not using daylight
5949         time saving. Fixes bug #30030.
5950
5951 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5952
5953         * socket-io.c: support AF_UNIX and use the same layout as MS (bytes 0
5954         and 1 are the family).
5955
5956 2003-02-04  Dietmar Maurer  <dietmar@ximian.com>
5957
5958         * icall.c (ves_icall_InternalExecute): removed wrong assertion
5959
5960         * marshal.c (mono_marshal_get_remoting_invoke): generate valid IL
5961
5962 2003-02-04  Zoltan Varga  <vargaz@freemail.hu>
5963
5964         * reflection.c: added support for SignatureHelper tokens, which is
5965         needed by the Calli opcode.
5966
5967         * reflection.h: track changes to SignatureHelper class.
5968
5969         * metadata.c (mono_metadata_parse_signature): handle dynamic tokens.
5970
5971 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5972
5973         * appdomain.c: fixed loading assemblies from PrivateBinPath.
5974
5975 2003-02-03  Patrik Torstensson
5976         * appdomain.[c|h], domain.c : 
5977          - Added support for getting a domain via domain id
5978          - Support for setting and getting domain from System.AppDomain 
5979            (used in cross appdomain channel)
5980          - Added support for get/set for a MonoAppContext on a thread 
5981            (Context class in System.Runtime.Remoting.Contexts),
5982          - Removed hack in Get/SetData and ExecuteAssembly.
5983         
5984         * icall.c : renamed GetTransparantProxy to InternalGetTransparantProxy to allow
5985         the managed world to get control when a proxy is created.
5986
5987         * icall.c (ves_icall_InternalExecute) : bug fix, must return empty array
5988         
5989 2003-02-03  Miguel de Icaza  <miguel@ximian.com>
5990
5991         * icall.c
5992         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
5993         Populate the codebase field as well.
5994
5995 2003-02-02  Martin Baulig  <martin@ximian.com>
5996
5997         * debug-mono-symfile.c
5998         (MonoSymbolFileMethodAddress): Added `wrapper_address' field.
5999         (mono_debug_symfile_add_method): Allow interncalls.
6000
6001 2003-01-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6002
6003         * icall.c: throw parse exception if strtod fails or the string is empty.
6004
6005 Fri Jan 31 16:09:48 CET 2003 Paolo Molaro <lupus@ximian.com>
6006
6007         * marshal.c: handle object type separately from defined
6008         class types.
6009
6010 Fri Jan 31 16:01:20 CET 2003 Paolo Molaro <lupus@ximian.com>
6011
6012         * marshal.c: handle NATIVE_LPSTR for strings when it's
6013         explicitly specified.
6014
6015 Fri Jan 31 11:51:43 CET 2003 Paolo Molaro <lupus@ximian.com>
6016
6017         * reflection.c, reflection.h, icall.c: setup the reflection
6018         handle cache for ModuleBuilders and AssemblyBuilders.
6019
6020 2003-01-30  Dietmar Maurer  <dietmar@ximian.com>
6021
6022         * reflection.c (reflection_methodbuilder_to_mono_method): set
6023         pinvoke flag
6024
6025 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6026
6027         * icall.c: implemented ves_icall_MonoMethod_get_base_definition.
6028
6029 2003-01-29  Dick Porter  <dick@ximian.com>
6030
6031         * threads.c: No need for the fake_thread kludge now that Thread
6032         doesn't run a class constructor
6033         
6034 2003-01-29  Dick Porter  <dick@ximian.com>
6035
6036         * threads.c: Use g_direct_hash instead of the rather bogus
6037         g_int_hash
6038
6039 2003-01-29  Dietmar Maurer  <dietmar@ximian.com>
6040
6041         * marshal.c (mono_marshal_get_native_wrapper): add check for null
6042         (fix pinvoke12.exe)
6043         (mono_marshal_get_struct_to_ptr): generate valid IL code
6044         (mono_marshal_get_ptr_to_struct): generate valid IL code
6045         (*): correctly set sig->pinvoke, we need to memdup the signature
6046         to do that
6047
6048 Tue Jan 28 22:57:57 CET 2003 Paolo Molaro <lupus@ximian.com>
6049
6050         * marshal.c, marshal.h: use larger integers in mono_mb_emit_add_to_local()
6051         to avoid overflows (bug spotted and fixed by Jerome Laban <jlaban@wanadoo.fr>).
6052
6053 Tue Jan 28 18:55:19 CET 2003 Paolo Molaro <lupus@ximian.com>
6054
6055         * profiler.c: provide more callers information.
6056
6057 2003-01-28  Dietmar Maurer  <dietmar@ximian.com>
6058
6059         * marshal.c (mono_marshal_get_managed_wrapper): generate valid IL code
6060
6061         * appdomain.h:added fix from Patrik: _MonoAppDomain is a MBR object
6062
6063         * marshal.c (mono_marshal_get_native_wrapper): generate valid IL code
6064
6065 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
6066
6067         * icall.c: (ves_icall_System_CurrentTimeZone_GetTimeZoneData): raise an
6068         exception instead of going into an infinite loop on dates which it 
6069         can't yet handle.
6070
6071         * string-icalls.c (ves_icall_System_String_get_Chars): raise 
6072         out-of-range exception if needed.
6073
6074         * class.c (mono_class_setup_vtable): allow a virtual method to provide
6075         an implementation for an interface method and to override an inherited
6076         method at the same time. 
6077         Imagine a scenario when a virtual method is used to override a
6078         virtual abstract method in a parent class, and this same method 
6079         provides an implementation for an method inherited from an interface. 
6080         In this case, the interface resolution code will set im->slot, which 
6081         means that the virtual method override pass will skip this method 
6082         which means a pointer to the abstract method inherited from the parent
6083         will remain in the vtable of this non-abstract class.
6084
6085         * class.c: (mono_class_setup_vtable): continue search for a real 
6086         method if only an abstract method is found.     
6087
6088 Mon Jan 27 17:12:19 CET 2003 Paolo Molaro <lupus@ximian.com>
6089
6090         * reflection.c: add size to encoding for ByValStr and ByValArray
6091         marshal blob (from "Jerome Laban" <jlaban@wanadoo.fr>).
6092
6093 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
6094
6095         * class.c (mono_class_setup_vtable): pass the override info as an
6096         argument.
6097
6098         * class.c (mono_class_setup_vtable): set the slot of overriding methods
6099         correctly.
6100         
6101         * reflection.c (ensure_runtime_vtable); add support for method 
6102         overrides.
6103         
6104 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
6105
6106         * reflection.c (resolution_scope_from_image): Hack to work to work with
6107         dynamic assemblies.
6108
6109         * reflection.c (mono_image_typedef_or_ref): renamed to ..._aux and 
6110         added a 'force_ref' argument to force this function to allways return 
6111         a TypeRef. This is needed by mono_image_get_memberref_token ().
6112         
6113 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
6114
6115         * reflection.c (mono_image_get_type_info): interfaces really don't have
6116         a parent.
6117
6118         * reflection.c (mono_image_basic_init): fill out missing fields of
6119         image structure.
6120
6121         * reflection.c (mono_image_basic_init): Invoke assembly load hooks for 
6122         dynamic assemblies. This is required so dynamic assemblies show up in
6123         AppDomain.GetAssemblies (), emit an AssembyLoadEvent, gets searched by
6124         Type::GetType() etc. This is consistent with MS behaviour.
6125
6126         * image.c image.h reflection.c: add newly created classes to the name 
6127         cache so mono_class_get () will find them.      
6128
6129 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
6130
6131         First part of changes to get IKVM.NET running under mono.
6132         
6133         * appdomain.h, appdomain.c: added new function 
6134         mono_domain_try_type_resolve() which will emit TypeResolve events. 
6135         This function will call AppDomain::DoTypeResolve to do the actual work.
6136
6137         * class.h, class.c, loader.c, object.c, reflection.h, reflection.c: 
6138         moved existing code dealing with dynamic tokens to a new function 
6139         called mono_reflection_lookup_dynamic_token (). This function will 
6140         raise TypeResolve events when appropriate. Since reflection.c is not 
6141         part of libmetadata, a new hook function called 
6142         mono_lookup_dynamic_token() is added to class.c which will call this.
6143
6144         * assembly.h assembly.c: make the invoke_load_hook function public,
6145         so it can be called for dynamic assemblies.
6146
6147         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): skip interfaces since they do not have initializers.
6148
6149         * icall.c (ves_icall_type_from_name): emit a TypeResolve event if the 
6150         type isn't found.
6151
6152         * reflection.c reflection.h: change MonoDynamicAssembly.tokens to a 
6153         MonoGHashTable, since it contains pointers to objects which the GC 
6154         needs to track.
6155
6156         * assembly.c (search_loaded): remove unused variable.
6157         
6158 Mon Jan 27 12:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
6159
6160         * object.c: fixed issue exposed by gcc-generated IL programs
6161         that use RVA data for pointers.
6162
6163 2003-01-25  Martin Baulig  <martin@ximian.com>
6164
6165         * threads.c (start_wrapper): Moved the initialization of
6166         `start_func' above the mono_new_thread_init() call to which we
6167         pass it as argument.
6168
6169 2003-01-24  Martin Baulig  <martin@ximian.com>
6170
6171         * threads.h (MonoThreadCallbacks): Pass the thread ID instead of
6172         the MonoThread pointer.
6173
6174 2003-01-21  Miguel de Icaza  <miguel@ximian.com>
6175
6176         * icall.c: Rename `PowImpl' to Pow.
6177
6178 2003-01-23  Dick Porter  <dick@ximian.com>
6179
6180         * threads.c (start_wrapper): Create a Thread object if needed, so
6181         the Main() thread can do the class initialisation in a subthread
6182         that has been set up to allow managed code execution.
6183
6184         Pass the thread ID instead of the MonoThread pointer to the thread
6185         start and attach callbacks.  This change is required, because the
6186         jit thread start callback must be called _before_ the Thread
6187         object can be created.
6188         
6189         (mono_thread_init): Removed much object creation code that is no
6190         longer needed.  No managed code is called from here now.
6191
6192         * object.c (mono_runtime_exec_managed_code): Create a subthread
6193         for Main, and call back to the runtime to use it.
6194         Set the exit code when Main exits.
6195
6196         * gc.c: Make sure domain finalisation happens in a subthread.
6197         Re-enable threaded GC, fixing bug 31333 (again).
6198
6199         * environment.c: System.Environment internall calls (so far just
6200         ExitCode is here, the others are still in icall.c)
6201
6202         * appdomain.c (mono_runtime_cleanup): All threads running managed
6203         code should have finished before mono_runtime_cleanup() is
6204         reached, so no need to clean up threads.
6205
6206 2003-01-22  Martin Baulig  <martin@ximian.com>
6207
6208         * appdomain.h (MonoThreadStartCB): Added `MonoThread *thread' and
6209         `gpointer func' arguments.      
6210         (MonoThreadAttachCB): New typedef; like the old MonoThreadStartCB,
6211         but added `MonoThread *thread' argument.
6212         (mono_runtime_init): The last argument is now a MonoThreadAttachCB.
6213
6214         * threads.c (mono_new_thread_init): Added `gpointer func' argument
6215         and pass it to the mono_thread_start_cb callback.
6216         (mono_install_thread_callbacks): New public function to install a
6217         set of callbacks which are set by the debugger.
6218         (mono_thread_init): The last argument is now a MonoThreadAttachCB.
6219
6220 2003-01-22  Martin Baulig  <martin@ximian.com>
6221
6222         * Makefile.am: Install debug-mono-symfile.h.
6223
6224 2003-01-21  Aleksey Demakov <avd@openlinksw.com>
6225
6226         * marshal.c: fixed copy_from_managed and copy_to_unmanaged for 0 length.
6227
6228 2003-01-21  Dietmar Maurer  <dietmar@ximian.com>
6229
6230         * added the following fix from Jackson Harper <jackson@latitudegeo.com>
6231         * class.c (mono_ptr_class_get): correctly set access levels of pointers
6232         (mono_array_class_get): correctly set access levels of arrays
6233
6234 2003-01-20      Patrik Torstensson
6235         * image.h (MonoAssemblyName): changed major, minor, build, revision
6236         from signed to unsigned.
6237
6238 2003-01-20  sean kasun <skasun@azstarnet.com>
6239
6240         * reflection.c (load_cattr_value): Now this handles
6241         MONO_TYPE_SZARRAY.  Fixes bug #35629
6242
6243 2003-01-20  Miguel de Icaza  <miguel@ximian.com>
6244
6245         * marshal.c (emit_struct_conv): Handle MONO_TYPE_PTR as an
6246         integer value
6247
6248 2003-01-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6249
6250         * decimal.c: fixed bug #26056.
6251
6252 2003-01-17  Martin Baulig  <martin@ximian.com>
6253
6254         * gc.c: Raise an ExecutionEngineException instead of using g_error().
6255
6256 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6257
6258         * exception.[ch]:
6259         (mono_get_exception_type_initialization): new function.
6260
6261         * object.c: throw a TypeInitializationException when an exception is
6262         thrown invoking the class constructor.
6263
6264 2003-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6265
6266         * reflection.c: fixed attribute reading.
6267
6268 2003-01-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6269
6270         * icall.c:
6271         (ves_icall_type_from_name): make it work as MS. Ie, if no assembly name
6272         provided, look for the type in the calling assembly and then in
6273         mscorlib; if the assembly name is provided, only try that one.
6274
6275 Tue Jan 14 14:52:52 CET 2003 Paolo Molaro <lupus@ximian.com>
6276
6277         * object.c: register the vtable before there is a chance it's
6278         queried again recursively.
6279
6280 2003-01-13  Duncan Mak  <duncan@ximian.com>
6281
6282         * Makefile.am (libmonoruntime_la_SOURCES): Change gc.h to
6283         gc-internal.h. 
6284         
6285 2003-01-12  Patrik Torstensson <totte@race-x-change.com>
6286
6287         * string-icall.[c|h], icall.c: Added support for CompareOrdinal mode
6288
6289 2003-01-11  Martin Baulig  <martin@ximian.com>
6290
6291         * debug-mono-symfile.h (MONO_SYMBOL_FILE_DYNAMIC_VERSION): Incremented
6292         this to 20 for the release.
6293
6294 2003-01-10  Dietmar Maurer  <dietmar@ximian.com>
6295
6296         * marshal.c (emit_struct_conv): added support for EXPLICIT_LAYOUT
6297
6298         * loader.c (mono_method_get_marshal_info): bug fix
6299
6300         * marshal.c (mono_marshal_get_ptr_to_struct): don't convert
6301         structures with explicit layout
6302
6303 Fri Jan 10 15:58:09 CET 2003 Paolo Molaro <lupus@ximian.com>
6304
6305         * profiler.c: made the output more readable (and sorted). 
6306         Added caller information for the allocation profiler.
6307
6308 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
6309
6310         * icall.c, rand.c, rand.h: Prepended RNG functions with Internal.
6311
6312 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6313
6314         * icall.c: added ves_icall_System_Activator_CreateInstanceInternal. Used
6315         to get value types.
6316         
6317 Thu Jan 9 19:43:11 CET 2003 Paolo Molaro <lupus@ximian.com>
6318
6319         * object.c, profiler.h, profiler.c, profiler-private.h:
6320         Added object allocation profiler.
6321
6322 Thu Jan 9 16:17:00 CET 2003 Paolo Molaro <lupus@ximian.com>
6323
6324         * reflection.h, reflection.c: handle global methods.
6325         Compress blob entries.
6326
6327 Thu Jan 9 15:54:53 CET 2003 Paolo Molaro <lupus@ximian.com>
6328
6329         * marshal.c: fix compilation.
6330
6331 2003-01-09  Dietmar Maurer  <dietmar@ximian.com>
6332
6333         * loader.c (mono_method_get_marshal_info): impl.
6334
6335         * metadata.c (mono_metadata_field_info): use mono_metadata_get_marshal_info
6336
6337 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6338
6339         * icall.c: applied fix from Zoltan Varga that fixes Type.IsPrimitive
6340         for reference types.
6341
6342 Wed Jan 8 20:11:46 CET 2003 Paolo Molaro <lupus@ximian.com>
6343
6344         * loader.c: fixed off by one error in loaded parameter names.
6345
6346 2003-01-08  Dietmar Maurer  <dietmar@ximian.com>
6347
6348         * marshal.c (mono_marshal_get_icall_wrapper): like
6349         mono_marshal_get_native_wrapper, but simpler and use a MonoMethodSignature
6350         instead of a MonoMethod.
6351
6352 2003-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6353
6354         * decimal.c: fixed bug #36537.
6355
6356 Mon Jan 6 19:37:59 CET 2003 Paolo Molaro <lupus@ximian.com>
6357
6358         * marshal.c: throw a missing method exception if a
6359         P/Invoke method is not found.
6360
6361 Sun Jan 5 11:57:09 CET 2003 Paolo Molaro <lupus@ximian.com>
6362
6363         * icall.c: allow a null this for constructors.
6364
6365 Sat Jan 4 18:28:42 CET 2003 Paolo Molaro <lupus@ximian.com>
6366
6367         * icall.c: raise the proper exceptions if the arguments to the
6368         internal Invoke are incorrect.
6369
6370 2003-01-03  Dietmar Maurer  <dietmar@ximian.com>
6371
6372         * marshal.c (mono_marshal_get_ptr_to_struct): code cleanups
6373
6374 2003-01-03  Martin Baulig  <martin@ximian.com>
6375
6376         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
6377
6378 2002-12-31  Martin Baulig  <martin@ximian.com>
6379
6380         * debug-mono-symfile.c: Completely rewrote the type section.
6381         Instead of using individual malloc()ed fields, we use one big
6382         continuous memory area and offsets into this area.
6383         See the comments in the source code for details.
6384
6385 2002-12-30  Martin Baulig  <martin@ximian.com>
6386
6387         * debug-mono-symfile.h (MonoDebugTypeInfo): Renamed to MonoDebugClassInfo.
6388
6389 2002-12-30  Martin Baulig  <martin@ximian.com>
6390
6391         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Include the
6392         line number table in this data blob instead of using an external
6393         pointer.
6394
6395 2002-12-28  Martin Baulig  <martin@ximian.com>
6396
6397         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
6398
6399 2002-12-22  Rachel Hestilow  <hestilow@ximian.com>
6400
6401         * marshal.c (mono_marshal_get_runtime_invoke): Support MONO_TYPE_CHAR
6402         as a boxed return type.
6403
6404 2002-12-21  Miguel de Icaza  <miguel@ximian.com>
6405
6406         * appdomain.c
6407         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): Use
6408         g_build_filename to properly get separators on the filename created.
6409
6410         * object.h: Small change, introduce MonoMarshalByRefObject to
6411         track the layout of that structure in the C# universe as we make
6412         changes there.
6413
6414 Thu Dec 19 16:23:19 CET 2002 Paolo Molaro <lupus@ximian.com>
6415
6416         * object.c: removed assert to allow static fields on interfaces.
6417         * loader.c: a TypeSpec may be used for any type, not just arrays.
6418
6419 Thu Dec 19 14:19:42 CET 2002 Paolo Molaro <lupus@ximian.com>
6420
6421         * class.c, class.h: added mono_class_array_element_size ().
6422         Ignore static methods in interfaces.
6423
6424 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6425
6426         * threads.c: fixed the build under cygwin.
6427
6428 Wed Dec 18 18:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
6429
6430         * reflection.c: handle nullref constants. Allocate keys for
6431         reflection handles with the GC.
6432
6433 Wed Dec 18 11:34:18 CET 2002 Paolo Molaro <lupus@ximian.com>
6434
6435         * threads.c, threads.h: added mono_thread_get_abort_signal()
6436         to get a suitable signal for thread abort.
6437
6438 Wed Dec 18 11:26:18 CET 2002 Paolo Molaro <lupus@ximian.com>
6439
6440         * metadata.c: fix handling of ExportedType table.
6441
6442 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6443
6444         * icall.c: added WriteWindowsDebugString internal call.
6445
6446 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6447
6448         * reflection.h: added fields to match C# implementation.
6449
6450 2002-12-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6451
6452         * icall.c: patch from Jaroslaw Kowalski to fix Environment.MachineName.
6453
6454 2002-12-12  Juli Mallett  <jmallett@FreeBSD.org>
6455
6456         * gc.h, gc-internal.h: Rename header for GC internal calls to
6457         gc-internal.h from gc.h as to not clash with Boehm GC having its
6458         header installed as <gc.h> in outside include paths.
6459         * appdomain.c, gc.c, icall.c, object.c: Account for aforementioned.
6460         * threads.c: If SIGRTMIN is not defined, fall back to SIGUSR1.
6461
6462 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6463
6464         * icall.c: assign minor, build and revision in FillName.
6465
6466 2002-12-11  Zoltan Varga  <vargaz@freemail.hu>
6467
6468         * image.h reflection.h reflection.c class.h class.c loader.c object.c:
6469         Added support for running code generated by Reflection.Emit.
6470
6471 2002-12-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6472
6473         * appdomain.c: check for NULL argument in LoadFrom.
6474
6475 2002-12-10  Dick Porter  <dick@ximian.com>
6476
6477         * threads.c: WaitHandle fixes from Tum <tum@veridicus.com>
6478
6479 2002-12-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6480
6481         * appdomain.c: fix buglet when building exe file name.  Handle full
6482         assembly name (needed after latest changes to AssemblyName).
6483         * image.c:
6484         (mono_image_close): free some hashtables.
6485
6486 2002-12-05  Dietmar Maurer  <dietmar@ximian.com>
6487
6488         * threads.c (ves_icall_System_Threading_Thread_Abort): we use SIGRTMIN 
6489         instead of SIGUSR1, because SIGUSR1 is used by the pthread implementation 
6490         on some systems (redhat 7.3) 
6491
6492 Thu Dec 5 16:13:40 CET 2002 Paolo Molaro <lupus@ximian.com>
6493
6494         * threads.c: delete the critical section of a sync block,
6495         spotted and fixed by tum@veridicus.com (Thong (Tum) Nguyen).
6496
6497 Thu Dec 5 12:52:52 CET 2002 Paolo Molaro <lupus@ximian.com>
6498
6499         * pedump.c, cil-coff.h, monosn.c: add strong name cli header flag.
6500
6501 2002-12-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6502
6503         * appdomain.[ch]: handle the assembly preload event to try loading the
6504         assemblies using the paths we have in the current domain.
6505
6506         * assembly.[ch]: created an assembly preload hook that is called to try
6507         loading the assembly by other means that the ones provided here.
6508
6509         * domain.c: initialize the domain search path.
6510
6511         From now on, assemblies (TODO: except corlib and System) are loaded
6512         according to these rules when using mono_assembly_load ():
6513
6514                 1. It tries to load the assembly from the ApplicationBase
6515                 of the current domain appending .dll and .exe (TODO: have to
6516                 try loading from name/name.dll and name/name.exe).
6517
6518                 2. It tries the search path specified in PrivateBinPath for the
6519                 current domain (if any).
6520
6521                 3. Previous behavior.
6522
6523 Wed Dec 4 16:02:25 CET 2002 Paolo Molaro <lupus@ximian.com>
6524
6525         * icall.c: implemented GetInterfaceMap() related icall.
6526         * domain.c, loader.h: load MethodInfo in mono_defaults.
6527
6528 Wed Dec 4 11:02:30 CET 2002 Paolo Molaro <lupus@ximian.com>
6529
6530         * gc.c: disable the finalizer thread for now, untill all the issues
6531         with it are resolved.
6532
6533 Wed Dec 4 10:44:01 CET 2002 Paolo Molaro <lupus@ximian.com>
6534
6535         * string-icalls.c: handle embedded nulls in string ctor when the
6536         length is specified.
6537
6538 Tue Dec 3 19:29:20 CET 2002 Paolo Molaro <lupus@ximian.com>
6539
6540         * class.c: look for explicit interface implementation in parent
6541         classes, too.
6542
6543 2002-12-03  Dietmar Maurer  <dietmar@ximian.com>
6544
6545         * gc.c (run_finalize): dont run the finalizer (strange behaviour on rh7.3) 
6546
6547 Tue Dec 3 12:40:06 CET 2002 Paolo Molaro <lupus@ximian.com>
6548
6549         * gc.c: protect handles with a critical section.
6550
6551 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6552
6553         * icall.c:
6554         (ves_icall_type_from_name): it now has throwOnError and ignoreCase
6555         parameters. If no assembly specified, try getting the type from all
6556         the assemblies in the current domain, else, load the assembly and get
6557         the type from it.
6558
6559 2002-11-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6560
6561         * marshal.c: applied patch from Aleksey Demakov that fixes
6562         ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringUni.
6563
6564 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6565
6566         * icall.c: fixed get_location.
6567
6568 2002-11-28  Dietmar Maurer  <dietmar@ximian.com>
6569
6570         * icall.c: moved MONO_ARCH_SAVE_REGS to the end of the
6571         declarations to make it work with older gcc. 
6572
6573         * loader.c (mono_get_method): set signature->pinvoke for native calls
6574
6575 2002-11-20  Dick Porter  <dick@ximian.com>
6576
6577         * threads.c (mono_thread_init): Set the main thread's handle
6578
6579 Tue Nov 19 14:15:34 CET 2002 Paolo Molaro <lupus@ximian.com>
6580
6581         * gc.c: allow compilation without GC support. Changed to match the
6582         mono coding style.
6583
6584 Mon Nov 18 18:41:51 CET 2002 Paolo Molaro <lupus@ximian.com>
6585
6586         * gc.c: don't start the finalizer thread if the env var GC_DONT_GC is set.
6587
6588 Mon Nov 18 16:35:22 CET 2002 Paolo Molaro <lupus@ximian.com>
6589
6590         * reflection.c: set a public key token on the core assemblies.
6591
6592 2002-11-18  Dick Porter  <dick@ximian.com>
6593
6594         * threads.c: Split out some thread initialisation so that other
6595         files can set the start callback function.
6596
6597         * gc.c: Run finalisers in a separate thread, to avoid stack
6598         overflow.  Fixes bug 31333.
6599
6600         * appdomain.c: Set up GC finalisation thread.
6601
6602         * reflection.c: 
6603         * object.c: 
6604         * domain.c: Use gc.h macros for GC_malloc
6605         
6606 2002-11-15  Dick Porter  <dick@ximian.com>
6607
6608         * threadpool.c: 
6609         * threads.c:
6610         * appdomain.c: Removed mono_runtime_init_with_attach(),
6611         mono_thread_create_arg(), and mono_thread_init_with_attach(), by
6612         merging the extra parameter with the existing function.  Removed
6613         unneeded code in mono_thread_attach().
6614
6615 2002-11-14  Dietmar Maurer  <dietmar@ximian.com>
6616
6617         * image.c (mono_image_loaded_by_guid): a method to get loaded
6618         images by guid. 
6619         (load_metadata_ptrs): we store the guid as string.
6620
6621 2002-11-11  Dietmar Maurer  <dietmar@ximian.com>
6622
6623         * assembly.c (mono_assembly_open): check the guid of aot compiled lib.
6624
6625         * metadata.c (mono_guid_to_string): imported method form Zoltan
6626         Varga (slightly modified)
6627
6628         * assembly.c (mono_assembly_open): load precompiled code
6629
6630         * loader.h (MonoMethod): we store the method token for use in the
6631         aot compiler. 
6632
6633 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6634
6635         * appdomain.c: insert the loaded assemblies in the domain->assemblies in
6636         the hook function called when an assembly is loaded.
6637         
6638         * domain.c: Modified file.
6639         (mono_domain_assembly_load): removed hash table insertion of assemblies.
6640
6641         Fixes bug #33196.
6642
6643 2002-11-07  Miguel de Icaza  <miguel@ximian.com>
6644
6645         * reflection.c: Map PEFileKind to the value expected by the WinNT
6646         image loader. 
6647
6648 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6649
6650         * rand.c: use /dev/urandom. If it fails to open, use the previous one.
6651         Read until the buffer is filled completely.
6652
6653 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6654
6655         * icall.c: implemented MonoType.InternalGetEvent ().
6656
6657 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6658
6659         * appdomain.c: implemented InitAppDomainSetup. Delayed
6660         AppDomain.SetupInformation until mono_runtime_exec_main, where we get
6661         the entry_assembly.
6662
6663         * assembly.c: base_dir is now an absolute path ending with
6664         G_DIR_SEPARATOR.
6665
6666         * icall.c: modified get_location according to the above changes.
6667
6668         * object.c: init AppDomain.SetupInformation for the default domain after
6669         we have the entry assembly.
6670
6671         * domain.c: when unloading a domain, setup = NULL.
6672
6673 2002-11-04  Dietmar Maurer  <dietmar@ximian.com>
6674
6675         * marshal.c (emit_ptr_to_str_conv): try to fix bug 29548
6676
6677 Sun Nov 3 15:39:28 CET 2002 Paolo Molaro <lupus@ximian.com>
6678
6679         * object.h, object.c: introduced mono_object_get_virtual_method ()
6680         to lookup the method invoked on an object when a callvirt is done on
6681         a method.
6682         * icall.c: make MethodInfo::Invoke() always do a virtual call.
6683
6684 2002-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6685
6686         * appdomain.c: invoke AssemblyLoad and AsemblyResolve events in the
6687         current domain when loaded an assembly and failed to load it.
6688
6689         * icall.c: changed ...Assembly_GetType to Assembly_InternalGetType.
6690
6691 2002-10-31  Dick Porter  <dick@ximian.com>
6692
6693         * icall.c: 
6694         * file-io.h: 
6695         * file-io.c: Return the error status in a parameter, as the
6696         GetLastError() value has long since been blown away if we try and
6697         look it up in a subsequent internal call invocation.  Delete the
6698         GetLastError() internal call, because it's useless.
6699
6700 2002-10-31  Dietmar Maurer  <dietmar@ximian.com>
6701
6702         * class.[ch]: added cast_class to fix bug 29517
6703
6704 Wed Oct 30 19:37:32 CET 2002 Paolo Molaro <lupus@ximian.com>
6705
6706         * marshal.c: create valid IL code in the filter clause:
6707         the new JIT is less forgiving:-)
6708
6709 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6710
6711         * icall.c: removed get_property internal call.
6712
6713 2002-10-25  Zoltan Varga  <vargaz@freemail.hu>
6714
6715         * appdomain.h domain.c: Added an ID to appdomains.
6716         
6717         * threads.c threads.h icall.c: Implement icall
6718         Thread:GetDomainID(), and remove unused icall 
6719         CurrentThreadDomain_internal.
6720
6721 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6722
6723         * icall.c: Don't recurse through the base types in GetConstructor.
6724         Fixes bug #32063. 
6725
6726 Thu Oct 24 16:56:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
6727
6728         * mempool.h, mempool.c: added mono_mempool_empty() and
6729         mono_mempool_stats().
6730
6731 2002-10-23  Dick Porter  <dick@ximian.com>
6732
6733         * file-io.c: 
6734         * file-io.h: 
6735         * icall.c: Added MonoIO.GetFileType internal call
6736
6737 2002-10-17  Dick Porter  <dick@ximian.com>
6738
6739         * appdomain.c (mono_runtime_cleanup): Don't signal the async
6740         delegate semaphore before waiting for all threads to finish,
6741         because new threads can also call async delegates.  Fixes bug
6742         32004.
6743
6744         * threadpool.c (async_invoke_thread): Only wait for 500ms instead
6745         of 3 seconds, in case another async job is queued.  (This part is
6746         needed because the bug fix reintroduced the 3s exit lag.)  This
6747         makes the mono_runtime_shutdown flag superfluous.
6748
6749 Thu Oct 17 13:11:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
6750
6751         * reflection.c: include ehader size in method section headers.
6752         Really check for suplicated modules entries.
6753
6754 2002-10-17  Martin Baulig  <martin@gnome.org>
6755
6756         * debug-mono-symfile.c: Added back support for locals.
6757
6758 2002-10-14  Martin Baulig  <martin@gnome.org>
6759
6760         * debug-mono-symfile.c: Added MONO_TYPE_I, MONO_TYPE_U and
6761         MONO_TYPE_VOID.
6762
6763 2002-10-14  Martin Baulig  <martin@gnome.org>
6764
6765         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetType): Use
6766         mono_class_get() instead of looking in the class cache. 
6767
6768 2002-10-13  Martin Baulig  <martin@gnome.org>
6769
6770         * debug-mono-symfile.c: Set version number to 28, include the
6771         signature in method names.
6772
6773 2002-10-13  Martin Baulig  <martin@gnome.org>
6774
6775         * debug-mono-symfile.h: Set version number to 27.
6776
6777 2002-10-11  Martin Baulig  <martin@gnome.org>
6778
6779         * gc.c: Don't register/unregister NULL pointers as disappearing links.
6780
6781 Thu Oct 10 14:56:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
6782
6783         * metadata.c, metadata.h: added helper function to allocate signatures.
6784
6785 2002-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6786
6787         * icall.c: added internal call to get the location of machine.config.
6788
6789 2002-10-08  Martin Baulig  <martin@gnome.org>
6790
6791         * debug-mono-symfile.c: Ignore classes with a pending init for the
6792         moment.
6793
6794 2002-10-03  Dick Porter  <dick@ximian.com>
6795
6796         * threads.c: Freebsd pthread_t is a pointer
6797
6798 2002-10-03  Dick Porter  <dick@ximian.com>
6799
6800         * socket-io.c: Implemented GetHostName_internal
6801
6802 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6803
6804         * mono-config.c:
6805         (mono_config_parse_file): don't leak the text.
6806
6807 2002-10-02  Martin Baulig  <martin@gnome.org>
6808
6809         * debug-mono-symfile.c: Added support for methods.
6810
6811 2002-10-01  Martin Baulig  <martin@gnome.org>
6812
6813         * debug-mono-symfile.c: Don't emit methods and line numbers for
6814         the dynamic symbol file, just write the type table.  We can easily
6815         have an external helper program which creates a symbol file for an
6816         IL file.        
6817
6818 2002-10-01  Dick Porter  <dick@ximian.com>
6819
6820         * threads.c (ves_icall_System_Threading_Thread_Start_internal):
6821         Only add the handle to the cleanup array when we're about to
6822         launch the thread.  Bug 31425 deadlocked when the test was run on
6823         mono under w32.
6824
6825 2002-10-01  Martin Baulig  <martin@gnome.org>
6826
6827         * debug-mono-symfile.c: Added support for properties.
6828
6829 Fri Sep 27 18:55:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
6830
6831         * reflection.c: unaligned store fix from Mark Crichton
6832         <crichton@gimp.org>.
6833
6834 2002-09-27  Martin Baulig  <martin@gnome.org>
6835
6836         * icall.c ("System.Reflection.Assembly::GetReferencedAssemblies"):
6837         New interncall.
6838
6839 Fri Sep 27 15:38:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
6840
6841         * assembly.h, assembly.c: use a sane API to hook into the assembly
6842         loading process instead of a useless special-purpouse hack
6843         (ngen needs a hook, too, for example).
6844
6845 2002-09-27  Dick Porter  <dick@ximian.com>
6846
6847         * threads.c (mono_thread_init): Call GetCurrentProcess() so
6848         io-layer can set up some process handle info.  Not needed on w32,
6849         but doesn't hurt either.
6850
6851         * process.c: Pass the program name in the second parameter to
6852         CreateProcess, so the path is searched.  Include the working
6853         directory. Implemented process name, process enumeration, and some
6854         process detail internal calls.
6855         
6856         * icall.c: Added internal calls for process lookup, and some
6857         process details
6858
6859 2002-09-26  Martin Baulig  <martin@gnome.org>
6860
6861         * assembly.c (mono_install_open_assembly_hook): New global
6862         function to install a function to be invoked each time a new
6863         assembly is loaded.
6864         (mono_assembly_open): Run this callback function if set.
6865
6866         * debug-mono-symfile.c: Put back line numbers for the dynamic
6867         symbol file and also record the .il file as source file.  This
6868         allows us to install the temporary symbol file as `file.dbg' just
6869         like a compiler-generated one.
6870
6871 2002-09-26  Nick Zigarovich <nick@chemlab.org>
6872
6873         * Corrected typo in gc.c (BOHEM vs BOEHM).
6874
6875 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6876
6877         * icall.c: fixed bug #31235 by copying a few lines from GetMethods to
6878         GetProperties. Also avoid calling g_slist_length in GetProperties and
6879         GetMethods.
6880
6881 Wed Sep 25 22:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
6882
6883         * reflection.c: avoid unaligned stores (bug spotted by
6884         Mark Crichton  <crichton@gimp.org>).
6885
6886 2002-09-25  Martin Baulig  <martin@gnome.org>
6887
6888         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Use pointers
6889         instead of guint64 for addresses and added prologue/epilogue info.
6890
6891 2002-09-25  Martin Baulig  <martin@gnome.org>
6892
6893         * debug-mono-symfile.h (MonoDebugLineNumberEntry): New type to
6894         store line number info.  For the dynamic symbol file, we only need
6895         to provide the JIT generated dynamic line number info for the dynamic
6896         symbol file.
6897
6898 2002-09-25  Martin Baulig  <martin@gnome.org>
6899
6900         * debug-mono-symfile.h: Incremented version number.
6901
6902 2002-09-24  Martin Baulig  <martin@gnome.org>
6903
6904         * class.c (mono_debugger_class_init_func): New global function
6905         pointer variable.
6906         (mono_class_init): If mono_debugger_class_init_func is non-NULL,
6907         call it.
6908
6909         * debug-mono-symfile.c (mono_debug_symfile_add_type): New
6910         function.  This is called via the mono_debugger_class_init_func
6911         hook to add all types to the dynamic type table.
6912         (ves_icall_MonoDebugger_GetType): New interncall to get a class
6913         from its metadata token.
6914
6915         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetType"):
6916         New interncall for the debugger.
6917
6918 2002-09-24  Nick Drochak <ndrochak@gol.com>
6919
6920         * icall.c (ves_icall_System_Enum_ToObject): validate the type parameter
6921         before using it in case it is null.
6922         
6923 Tue Sep 24 13:24:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
6924
6925         * metadata.c: allow custom modifiers in local var signatures
6926         (bug spotted by Zoltan Varga).
6927
6928 Tue Sep 24 12:12:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
6929
6930         * class.c: deal with the <Module> class that may have a NULL vtable.
6931         Eliminate warnings.
6932
6933 Tue Sep 24 11:28:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
6934
6935         * image.c, image.h: more strong name helpers.
6936         * monosn.c: more work: convert pem keys to cryptoapi format.
6937
6938 Tue Sep 24 11:27:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
6939
6940         * string-icalls.c: speedup IndexOf.
6941
6942 Tue Sep 24 11:17:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
6943
6944         * icall.c: updates from Zoltan.2.Varga@nokia.com.
6945
6946 Tue Sep 24 11:09:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
6947
6948         * icall.c: cleanup: use mono_object_domain ().
6949
6950 2002-09-23  Martin Baulig  <martin@gnome.org>
6951
6952         * debug-mono-symfile.c: Improved type support.
6953
6954 2002-09-22  Martin Baulig  <martin@gnome.org>
6955
6956         * debug-mono-symfile.c: Added support for reference types and strings.
6957
6958 2002-09-22  Martin Baulig  <martin@gnome.org>
6959
6960         * debug-mono-symfile.c: Started to work on the type table.
6961
6962 2002-09-21  Martin Baulig  <martin@gnome.org>
6963
6964         * debug-mono-symfile.c: Largely reworked the symbol table format.
6965         The symbol table is now incrementally updated each time a new
6966         method is added.  We're now also using our own magic and version
6967         so that you don't need to recompile all your classes if the
6968         dynamic table changes.
6969         (mono_debug_update_mono_symbol_file): Removed.
6970         (mono_debug_symfile_add_method): New function to add a method.
6971
6972 2002-09-21  Martin Baulig  <martin@gnome.org>
6973
6974         * icall.c
6975         ("System.Reflection.Assembly::MonoDebugger_GetLocalTypeFromSignature"):
6976         New interncall.
6977
6978         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetLocalTypeFromSignature):
6979         New interncall to get a method from its metadata token.
6980
6981 2002-09-21  Martin Baulig  <martin@gnome.org>
6982
6983         * debug-mono-symfile.c: Create type table.
6984
6985 2002-09-20  Martin Baulig  <martin@gnome.org>
6986
6987         * debug-mono-symfile.c: Reflect latest Mono.CSharp.Debugger changes.
6988
6989 2002-09-20  Martin Baulig  <martin@gnome.org>
6990
6991         * debug-mono-symfile.c: Provide information about params and locals.
6992
6993 2002-09-20  Martin Baulig  <martin@gnome.org>
6994
6995         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethod"):
6996         New interncall.
6997
6998         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethod): New
6999         interncall to get a method from its metadata token.
7000
7001 2002-09-20  Martin Baulig  <martin@gnome.org>
7002
7003         * debug-mono-symfile.c: Added a few checks for method->header
7004         being non-NULL.  This should never happen, but for the moment
7005         let's use a g_warning() rather than a g_assert().
7006
7007 2002-09-19  Mark Crichton  <crichton@gimp.org>
7008
7009         * gc.c: ves_icall_System_GCHandle_FreeHandle made a call to libgc
7010         even if support for it isn't present.  Added an #ifdef to fix this.
7011
7012         * socket-io.c: Added checks back for Solaris support.
7013
7014 2002-09-19  Martin Baulig  <martin@gnome.org>
7015
7016         * debug-mono-symfile.c (read_string, write_string): Reflect latest
7017         changes in the symbol file format.
7018
7019 2002-09-18  Martin Baulig  <martin@gnome.org>
7020
7021         * debug-mono-symfile.c: Set version number to 21.
7022
7023 2002-09-18  Dick Porter  <dick@ximian.com>
7024
7025         * threads.c (mon_new): Use the GC_MALLOC macro to hide differences
7026         on netbsd.  Fixes bug 30051.
7027
7028 2002-09-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7029
7030         * reflection.c:
7031         (set_version_from_string): little fix.
7032
7033 Mon Sep 16 18:57:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
7034
7035         * monosn.c, Makefile.am: added strong name utility.
7036         * reflection.h, reflection.c: implemented delayed signing,
7037         locale, version and hash id assembly attributes.
7038
7039 Mon Sep 16 18:51:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
7040
7041         * loader.c, metadata.c: load param attributes in signatures.
7042
7043 2002-09-16  Martin Baulig  <martin@gnome.org>
7044
7045         * debug-mono-symfile.c: Added string table with all method names.
7046
7047 2002-09-14  Martin Baulig  <martin@gnome.org>
7048
7049         * debug-mono-symfile.h (MonoSymbolFile): Added method range table for
7050         fast method lookup.
7051
7052 Fri Sep 13 16:04:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
7053
7054         * reflection.c: record the public key token of referenced assemblies.
7055
7056 Fri Sep 13 15:41:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
7057
7058         * image.c, image.h: added functions to get the strong name and the
7059         public key of an assembly.
7060         * pedump.c: use them.
7061
7062 2002-09-12  Dietmar Maurer  <dietmar@ximian.com>
7063
7064         * marshal.c (emit_str_to_ptr_conv): support marshalling of delegates.
7065
7066 2002-09-12  Miguel de Icaza  <miguel@ximian.com>
7067
7068         * marshal.c (mono_marshal_get_managed_wrapper): Added
7069         MONO_TYPE_BOOLEAN 
7070
7071 2002-09-11  Martin Baulig  <martin@gnome.org>
7072
7073         * gc.c: Call GC_unregister_disappearing_link() on all links when
7074         finalizing them, this is necessary to aviod a crash in boehm's
7075         finalize handler.
7076
7077 Wed Sep 11 17:06:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
7078
7079         * gc.c: handle GetTarget for finalized objects spotted and fixed by
7080         nick@chemlab.org.
7081
7082 Wed Sep 11 15:27:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
7083
7084         * icall.c: implemented MonoType::Module.
7085         * reflection.c, reflection.h: mono_module_get_object () from
7086         Tomi Pakarinen <tomi.pakarinen@welho.com>.
7087
7088 Wed Sep 11 12:53:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
7089
7090         * icall.c: ignore overridden methods in GetMethods ().
7091         Fix for FieldInfo::SetValue().
7092         * object.c: handle float/double in runtime invoke.
7093
7094 Tue Sep 10 15:51:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
7095
7096         * object.c: allow a constructor to be called again on an object.
7097
7098 Tue Sep 10 11:58:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
7099
7100         * class.h, class.c: move field layout code to it's own function and
7101         export it. Get an interface id earlier. Move fields in MonoClass
7102         so they are more cache friendly and align the bitfields.
7103         * loader.c: temporary handle get_param_names() for a runtime method.
7104         * reflection.c, reflection.h: more code to handle runtime creation of
7105         types.
7106
7107 2002-09-09  Martin Baulig  <martin@gnome.org>
7108
7109         * marshal.c (mono_marshal_get_native_wrapper): We need to use a special
7110         signature with the pinvoke field being set for the actual call.
7111
7112 Sat Sep 7 10:12:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
7113
7114         * icall.c: removed some unused icalls. Start of map of glib charsets
7115         to corlib names. Implemented RuntimeMethod::GetFunctionPointer ().
7116
7117 Fri Sep 6 16:08:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
7118
7119         * debug-helpers.c: break infinite loop (found and fixed by
7120         Holger Arnold <harnold@gmx.de>).
7121
7122 Thu Sep 5 18:50:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
7123
7124         * icall.c: target may be null in create_delegate.
7125
7126 Thu Sep 5 17:42:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
7127
7128         * marshal.c: handle a boolean return type.
7129
7130 Thu Sep 5 13:09:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
7131
7132         * gc.c: put HIDE_POINTER/REVEAL_POINTER only here.
7133
7134 Wed Sep 4 19:23:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
7135
7136         * gc.c: fix weakreferences.
7137
7138 Wed Sep 4 13:59:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
7139
7140         * icall.c: added icall to get default codepage.
7141
7142 2002-09-03  Dick Porter  <dick@ximian.com>
7143
7144         * threads.h: 
7145         * threads.c: Use MonoThread instead of MonoObject where
7146         apropriate.
7147
7148         Store running thread objects in a hash table, so that we have all
7149         the info to hand when waiting for them to finish
7150         (means we don't need OpenThread() any more, so mingw builds should
7151         be fully functional again.)
7152
7153         * verify.c:
7154         * object.h: Added thread ID to MonoThread
7155
7156 2002-09-03  Martin Baulig  <martin@gnome.org>
7157
7158         * icall.c (System.Reflection.Assembly::get_location): New interncall.
7159
7160 2002-09-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7161
7162         * icall.c: fixed leak in get_temp_path. Thanks lupus.
7163
7164 2002-09-03  Martin Baulig  <martin@gnome.org>
7165
7166         * debug-helpers.c (mono_disasm_code_one): Added `const guchar **endp'
7167         argument to store the end address of the disassembled instruction.
7168
7169         * debug-mono-symfile.h (MonoDebugMethodInfo, MonoDebugVarInfo): Moved
7170         here from debug-symfile.h.
7171         (MonoDebugMethodJitInfo): Moved all fields which are filled out by the
7172         JIT into this struct.
7173         (MonoSymbolFile): Added `char *image_file' field.
7174         (MonoDebugGetMethodFunc): Removed.
7175         (mono_debug_update_mono_symbol_file): Removed the hash table argument.
7176         (mono_debug_create_mono_symbol_file): Removed the `source_file' argument.
7177         (mono_debug_find_method): New method.
7178
7179         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): Always
7180         create a full symbol file.
7181         (mono_debug_update_mono_symbol_file): Don't distinguish between dynamic
7182         and static symbol files.
7183         (mono_debug_find_method): The symbol file keeps an internal method hash,
7184         call this to get a MonoDebugMethodInfo from a MonoMethod.
7185
7186         * debug-symfile.[ch]: Removed.
7187
7188 2002-08-29  Miguel de Icaza  <miguel@ximian.com>
7189
7190         * image.c (do_mono_image_open): Remove linker version check.
7191
7192 2002-08-29  Dietmar Maurer  <dietmar@ximian.com>
7193
7194         * marshal.c (mono_marshal_get_managed_wrapper): don't cache
7195         wrappers for instance methods.
7196         
7197 2002-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7198
7199         * icall.c: added ves_icall_System_IO_Path_get_temp_path.
7200
7201 2002-08-28  Dick Porter  <dick@ximian.com>
7202
7203         * Makefile.am: Export HOST_CC for w32 builds
7204
7205 Tue Aug 27 18:34:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
7206
7207         * file-io.c process.c: MonoString are null terminated, no
7208         need for mono_string_to_utf16() anymore.
7209
7210 Tue Aug 27 17:51:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
7211
7212         * icall.c, unicode.h, unicode.c: removed unused iconv stuff.
7213
7214 Tue Aug 27 16:38:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
7215
7216         * icall.c, reflection.h: speedup System.MonoType.
7217
7218 Tue Aug 27 16:37:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
7219
7220         * reflection.c: allow null as the value of a string argument in
7221         custom attributes constructors.
7222
7223 2002-08-27  Martin Baulig  <martin@gnome.org>
7224
7225         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Removed the
7226         `trampoline_address' field.
7227
7228 2002-08-27  Dietmar Maurer  <dietmar@ximian.com>
7229
7230         * marshal.c (mono_marshal_get_native_wrapper): removed wrong null
7231         check (fixes bug #29486) 
7232
7233 2002-08-27  Martin Baulig  <martin@gnome.org>
7234
7235         * debug-mono-symfile.c: Changed the file format in a way that allows us
7236         open it read-only and to use a specially malloced area for all the
7237         dynamic data.  We can now also generate a symbol file on-the-fly if we're
7238         debugging IL code and there is no MCS generated symbol file for it.
7239
7240 Mon Aug 26 16:47:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
7241
7242         * object.c: added a define for a good string and array
7243         creation speedup (not enabled by default because we need to deal with
7244         the synch stuff).
7245
7246 2002-08-26  Martin Baulig  <martin@gnome.org>
7247
7248         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): New
7249         function to create a dynamic symbol file.  This is used by the
7250         debugger to create a symbol file for IL code on-the-fly.
7251
7252 2002-08-26  Martin Baulig  <martin@gnome.org>
7253
7254         * loader.c (mono_lookup_pinvoke_call): Include the error message
7255         from g_module_error() in the error message.
7256
7257 2002-08-24  Martin Baulig  <martin@gnome.org>
7258
7259         * debug-mono-symfile.c (mono_debug_update_mono_symbol_file): New
7260         function to update the symbol file.  The symbol file is mmap()ed
7261         writable, but private.  This allows us to install the symbol file
7262         together with the assembly.
7263
7264 2002-08-24  Martin Baulig  <martin@gnome.org>
7265
7266         * debug-mono-symfile.[ch]: New files.  Similar to debug-symfile.[ch]
7267         but they can read the new symbol file format which mcs is now creating.
7268
7269         * debug-symfile.c (mono_debug_find_source_location): Moved to
7270         debug-mono-symfile.c; this is now operating on the new symbol file.
7271
7272 2002-08-23  Martin Baulig  <martin@gnome.org>
7273
7274         * debug-helpers.c (mono_method_desc_from_method): New function to get
7275         a MonoMethodDesc from a MonoMethod.
7276
7277 Fri Aug 23 15:54:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
7278
7279         * object.c: fixes assertion failure caused by multiple ExecuteAssembly
7280         calls for same domain (patch by Tomi Pakarinen <Tomi.Pakarinen@iki.fi>).
7281
7282 Fri Aug 23 12:14:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
7283
7284         * string-icalls.[ch]: make helper methods static.
7285
7286 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7287
7288         * icall.c: re-applied patch to GetValueInternal. Also added R4 and R8
7289         types to it and to SetValueInternal.
7290
7291         * object.c: Moved handle_enum label to its proper place. This was the
7292         f... bug! ;-)
7293
7294         This time i compiled mcs and gtk-sharp and they both work.
7295
7296 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7297
7298         * icall.c: reverted partially my previous patch until 
7299         object.c:set_value handles enums correcly.
7300
7301 2002-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7302
7303         * icall.c:
7304         (ves_icall_MonoField_GetValue): changed to use mono_field_get_value.
7305         (ves_icall_System_Environment_get_MachineName): removed warning when
7306         compiling under cygwin.
7307
7308 Thu Aug 22 18:49:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
7309
7310         * object.c: fixed field_get_value() for reference types.
7311
7312 2002-08-22  Dick Porter  <dick@ximian.com>
7313
7314         * socket-io.c (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal):
7315         Don't free a buffer while it's still needed.  Patch from Jonathan
7316         Liger <Jonathan.liger@wanadoo.fr>
7317
7318 2002-08-21  Miguel de Icaza  <miguel@ximian.com>
7319
7320         * icall.c (ves_icall_System_Environment_get_Platform): Add new
7321         internal call.
7322
7323 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>
7324
7325         * icall.c (ves_icall_get_method_info): s/MonoMethod/MonoReflectionMethod/
7326         (ves_icall_get_parameter_info): s/MonoMethod/MonoReflectionMethod/
7327
7328         * marshal.c (mono_marshal_get_remoting_invoke): save lmf, because
7329         we call unmanaged code which throws exceptions.
7330
7331 Wed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
7332
7333         * appdomain.h: added per-domain entry_assembly.
7334         * appdomain.c: ensure mono_runtime_exec_main () gets non-null
7335         arguments.
7336         * icall.c: Assembly::GetEntryAssembly icall.
7337         * object.c: set domain->entry_assembly in mono_runtime_exec_main().
7338         Changes above from a patch by Tomi Pakarinen <tomi.pakarinen@welho.com>.
7339
7340 Tue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
7341
7342         * appdomain.h, gc.c: added mono_domain_finalize ().
7343
7344 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7345
7346         * object.c:
7347         (mono_print_unhandled_exception): changed g_warning by g_printerr
7348         because g_log has a 1024 characters limit (yeah, i got a big stack
7349         trace). Don't print exception name, that should be in ToString 
7350         returned string.
7351
7352 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7353
7354         * icall.c: added ves_icall_FieldInfo_SetValueInternal.
7355         * object.c: added missing MONO_TYPE_ARRAY in mono_runtime_invoke_array.
7356
7357 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7358
7359         * object.c:
7360         (mono_print_unhandled_exception): after previous commit, i realized
7361         that MS calls ToString on the exception. I changed this function to
7362         do that. This way we get stack_trace for free.
7363
7364 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7365
7366         * object.c:
7367         (mono_print_unhandled_exception): invoke Message property instead of
7368         getting 'message' field from Exception. Don't allocate memory for
7369         'trace' and 'message' if not needed.
7370
7371 2002-08-18  Dick Porter  <dick@ximian.com>
7372
7373         * unicode.c: Fix asserts to match Encoder.cs checks
7374
7375 Fri Aug 16 21:42:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
7376
7377         * marshal.c: fix unaligned store issue and a few wrong
7378         opcode argument types.
7379
7380 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7381
7382         * icall.c: added GetUninitializedObjectInternal internal call.
7383
7384 2002-08-16  Dietmar Maurer  <dietmar@ximian.com>
7385
7386         * appdomain.c (mono_runtime_invoke_in_domain): transfer Exception
7387         to the right domain.
7388
7389 2002-08-14  Dietmar Maurer  <dietmar@ximian.com>
7390
7391         * marshal.c (mono_marshal_get_runtime_invoke): unbox value types
7392
7393         * class.c (class_compute_field_layout): set blittable to false for Strings
7394
7395         * appdomain.c (mono_domain_transfer_object): added support for ISerializable
7396
7397 Wed Aug 14 17:26:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
7398
7399         * appdomain.h, reflection.c, icall.c, object.c, reflection.h:
7400         first chunk of code to create types at runtime. Code to
7401         handle ReflectedType/DeclaringType. Make reflection handles
7402         domain specific.
7403
7404 Wed Aug 14 17:24:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
7405
7406         * class.c: set correct name in arrays.
7407
7408 2002-08-13  Dietmar Maurer  <dietmar@ximian.com>
7409
7410         * appdomain.c (mono_domain_transfer_object): make it work with
7411         valuetypes. bug fixes.
7412
7413 2002-08-12  Dick Porter  <dick@ximian.com>
7414
7415         * object.h: Rename some parameters to avoid c++ keywords (Patch
7416         from Joseph Wenninger <kde@jowenn.at>)
7417
7418 Thu Aug 8 13:04:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
7419
7420         * icall.c: added icall to implement Assembly.GetFile*.
7421
7422 Thu Aug 8 10:18:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
7423
7424         * reflection.h, reflection.c: code to embed managed resources.
7425
7426 Tue Aug 6 17:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
7427
7428         * class.c: move all the type size stuff into
7429         class_compute_field_layout().
7430
7431 Tue Aug 6 11:20:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
7432
7433         * class.c: ensure enums have always the correct instance size.
7434         * unicode.c: remove wrong assert.
7435
7436 Mon Aug 5 19:30:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
7437
7438         * assembly.c: fix mem corruption issue.
7439         * image.h, image.c: added mono_image_get_resource () to access
7440         managed resources.
7441         * icall.c: implemented Assembly.EntryPoint property and some
7442         Managed Resources related internalcalls.
7443
7444
7445 Mon Aug 5 18:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
7446
7447         * image.c, image.h: impemented mono_image_get_entry_point ().
7448         * appdomain.c: use mono_image_get_entry_point.
7449
7450 Mon Aug 5 13:08:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
7451
7452         * reflection.c: support the object type argument when loading
7453         custom attributes.
7454
7455 2002-08-05  Dietmar Maurer  <dietmar@ximian.com>
7456
7457         * marshal.c (mono_marshal_get_managed_wrapper): add suppport for
7458         String as return type.
7459
7460 Fri Aug 2 21:15:42 CEST 2002 Paolo Molaro <lupus@ximian.com>
7461
7462         * reflection.c: fix encoding of named args for custom attrs to match
7463         the ms implementation. Read them back when instantiating custom
7464         attributes.
7465
7466 2002-08-02  Radek Doulik  <rodo@ximian.com>
7467
7468         * marshal.c (mono_mb_add_data): convert ret value to LE, suggested
7469         by Dietmar as quick fix
7470         (mono_marshal_get_delegate_begin_invoke): use sig->param_count +
7471         16 as stack size, used on more places as quick fix before Dietmar
7472         will fix it properly
7473
7474 Fri Aug 2 17:48:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
7475
7476         * object.h, object.c: added accessors for fields and properties.
7477
7478 Fri Aug 2 17:45:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
7479
7480         * class.c, class.h: made mono_class_get_field_from_name ()
7481         loop on parent types.
7482         Added mono_class_get_property_from_name ().
7483
7484 Fri Aug 2 11:40:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
7485
7486         * class.c, class.h: move the code to setup the type vtable in its own
7487         function so that it can be reused also for types created at runtime.
7488         Eliminate the "class" identifier from the header file.
7489         * reflection.c: setup the vtable for enums so that we can create
7490         objects for use in SetConstant ().
7491
7492 2002-08-02  Dietmar Maurer  <dietmar@ximian.com>
7493
7494         * marshal.c (mono_delegate_to_ftnptr): pass delegate->target
7495         instead of the delegate itself as this pointer (bug #28383)
7496
7497 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
7498
7499         * marshal.c (mono_marshal_get_managed_wrapper): added return type
7500         conversions.
7501
7502 Wed Jul 31 16:49:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
7503
7504         * loader.c: don't set the pinvoke bit on icalls.
7505
7506 2002-07-31  Dietmar Maurer  <dietmar@ximian.com>
7507
7508         * debug-helpers.c (mono_method_full_name): only print a number to
7509         indicate wrapper type (so that the output is more readable in traces).
7510
7511 2002-07-30  Dietmar Maurer  <dietmar@ximian.com>
7512
7513         * class.c (mono_class_init): include method override patch from Paolo
7514
7515 Tue Jul 30 15:20:08 CEST 2002 Paolo Molaro <lupus@ximian.com>
7516
7517         * icall.c: fixed GetTypeCode().
7518
7519 2002-07-29  Dietmar Maurer  <dietmar@ximian.com>
7520
7521         * threads.c (ves_icall_System_Threading_Thread_Thread_internal):
7522         use real delegate invoke function to make it work with multicast
7523         delegates (fix bug# 28291).
7524
7525 Fri Jul 26 11:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
7526
7527         * object.c: load constant strings.
7528
7529 Fri Jul 26 11:36:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
7530
7531         * reflection.c: no magic numbers.
7532         * tabledefs.h: security action enum.
7533
7534 Fri Jul 26 11:22:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
7535
7536         * assembly.c: fix possible memory corruption.
7537
7538 Thu Jul 25 13:58:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
7539
7540         * reflection.h, reflection.c: added support for linking resources.
7541         * verify.c: check we have an updated corlib.
7542
7543 2002-07-25  Dietmar Maurer  <dietmar@ximian.com>
7544
7545         * marshal.c (mono_marshal_get_native_wrapper): correctly marshal
7546         string arrays.
7547         (mono_marshal_string_array): null terminate unmanaged string arrays.
7548         (mono_marshal_get_managed_wrapper): print warning for arrays (not implemented)
7549
7550 Wed Jul 24 13:32:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
7551
7552         * icall.c: Type.GetType () can now return also types from the
7553         calling assembly.
7554
7555 Wed Jul 24 13:04:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
7556
7557         * loader.h, loader.c: stack walking support.
7558         * icall.c: implemented GetCurrentMethod, GetExecutingAssembly,
7559         GetCallingAssembly.
7560
7561 2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
7562
7563         * marshal.c: added optimisations for blittable types 
7564
7565         * class.c (mono_array_class_get): do not set blittable attribute on arrays
7566         (mono_class_setup_mono_type): set blittable attribute for single
7567         and double.
7568
7569         * marshal.c (mono_string_utf8_to_builder): impl.
7570         (mono_string_builder_to_utf8): impl.
7571         (mono_marshal_get_native_wrapper): impl. StringBuilder marshaling
7572
7573 2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
7574
7575         * marshal.c (mono_marshal_get_native_wrapper): impl. byref types
7576         (mono_marshal_get_managed_wrapper): impl. byref types
7577
7578 2002-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7579
7580         * icall.c:
7581         (search_method): don't display debug message. 
7582
7583 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
7584
7585         * metadata.c (mono_type_stack_size): removed temporary fix for new gcc
7586
7587 Mon Jul 22 18:17:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
7588
7589         * appdomain.c: set the missing filename when throwing exception.
7590
7591 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
7592
7593         * metadata.c (mono_type_size): code cleanup
7594         (mono_type_stack_size): removed some test code
7595
7596 2002-07-21  Miguel de Icaza  <miguel@ximian.com>
7597
7598         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Use
7599         mono_get_exception_file_not_found now.
7600
7601         * exception.c (mono_exception_from_name_two_strings): New version
7602         that will call a constructor with two string arguments. 
7603         (mono_get_exception_file_not_found): New helper routine, used to
7604         report file-not-found errors.
7605
7606 2002-07-20  Dick Porter  <dick@ximian.com>
7607
7608         * process.h:
7609         * process.c: Pass file handles to CreateProcess
7610         
7611         * icall.c:
7612         * file-io.h:
7613         * file-io.c: Implemented CreatePipe
7614
7615 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
7616
7617         * metadata.c (mono_get_param_info): set alignment for value types
7618
7619 Fri Jul 19 18:58:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
7620
7621         * appdomain.h, domain.c, threads-types.h: don't include config.h in headers.
7622         Constify mono_domain_assembly_open().
7623         * loader.c: handle null namespace in icalls.
7624
7625 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
7626
7627         * marshal.c (emit_ptr_to_str_conv): marshal object as structs
7628         (emit_str_to_ptr_conv): marshal object as structs
7629
7630         * metadata.c (mono_type_to_unmanaged): marshal object as structs
7631
7632         * marshal.c (mono_marshal_get_runtime_invoke): support value types
7633
7634 2002-07-18  Dietmar Maurer  <dietmar@ximian.com>
7635
7636         * marshal.c (mono_marshal_get_runtime_invoke): use exception filters
7637         (mono_marshal_get_native_wrapper): we an now return value types
7638
7639 Wed Jul 17 18:21:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
7640
7641         * verify.c: more checks implemented.
7642
7643 2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
7644
7645         * marshal.c (mono_delegate_to_ftnptr): invoke the right method
7646         (fix bug #27695)
7647         (mono_marshal_get_native_wrapper): allow byref arguments
7648         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringXXX):
7649         impl. PtrToStringXXX methods
7650         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure_type): impl.
7651         (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): impl.
7652         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi): impl.
7653         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): impl.
7654         (ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure): impl.
7655
7656 Tue Jul 16 19:00:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
7657
7658         * reflection.c: fix buglet in parsing an assembly name.
7659
7660 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
7661
7662         * marshal.c (emit_ptr_to_str_conv): first impl.
7663
7664 Tue Jul 16 12:39:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
7665
7666         * object.c, class.h: cache the vtable in the class as suggested by
7667         vargaz@freemail.hu (Zoltan Varga).
7668
7669 Tue Jul 16 11:27:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
7670
7671         * class.h, loader.c: added mono_field_from_token().
7672         * verify.c: first cut of type checking code.
7673
7674 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
7675
7676         * marshal.c (mono_marshal_get_native_wrapper): support valuetypes
7677
7678 2002-07-15  Dietmar Maurer  <dietmar@ximian.com>
7679
7680         * marshal.c (mono_marshal_get_native_wrapper): handle enum types
7681         (fix bug #27782)
7682         (mono_marshal_get_remoting_invoke): impl.
7683         (mono_delegate_begin_invoke): impl.
7684         (mono_mb_emit_save_args): impl.
7685         (mono_delegate_end_invoke): impl.
7686         (mono_marshal_get_delegate_begin_invoke):
7687         (mono_marshal_get_delegate_end_invoke):
7688         (mono_marshal_get_delegate_invoke): generate a special name for
7689         those methods (including the signature) and associate them whith
7690         the delegate class. 
7691
7692 2002-07-13  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
7693
7694         * reflection.[ch]: 
7695         (mono_reflection_type_from_name): now it has a MonoImage parameter
7696         which is used as the default image to search the type in. If the image
7697         is NULL or getting the type from it fails, it defaults to corlib.
7698
7699         * icall.c: changed 1 call to mono_reflection_type_from_name to match
7700         new parameter.
7701
7702 Sat Jul 13 19:32:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
7703
7704         * reflection.c: update the parameter table index.
7705
7706 Sat Jul 13 17:34:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
7707
7708         * domain.c: don't include the mark byte in the string hash.
7709
7710 Sat Jul 13 15:06:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
7711
7712         * icall.cs: icall for Type.GetTypeCode ().
7713         * verify: a couple of fixes and disabled local initialization checks.
7714
7715 2002-07-12  Dietmar Maurer  <dietmar@ximian.com>
7716
7717         * marshal.c: better debugging support (DEBUG_RUNTIME_CODE)
7718
7719         * debug-helpers.c (mono_method_full_name): print the type of the
7720         runtime wrapper
7721
7722         * metadata.c (mono_signature_hash): a hash function for signatures
7723         (mono_signature_hash): better hash algorithm
7724
7725         * marshal.c (mono_marshal_get_delegate_invoke): cache methods by signature
7726
7727         * debug-helpers.c (mono_method_full_name): this can now generate
7728         method names with signatures
7729
7730         * marshal.c (mono_marshal_get_managed_wrapper): bug fix: unmanaged
7731         method dont have this pointers.
7732
7733 Fri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
7734
7735         * reflection.c: fixup typebuilder tokens.
7736         * image.c: fix buglet.
7737         * marshal.h: remove whitespace.
7738         * metadata.h, metadata.c: reinstate code that was removed.
7739         * verify.c: handle catch directives and fix another couple of bugs.
7740
7741 2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
7742
7743         * marshal.c (mono_marshal_get_native_wrapper): support BOOLEAN
7744         (mono_marshal_get_native_wrapper): make it comp. with the old code
7745         (mono_marshal_get_native_wrapper): support boolean
7746         (mono_marshal_get_managed_wrapper): support more types
7747
7748 2002-06-25  Dietmar Maurer  <dietmar@ximian.com>
7749
7750         * class.c (class_compute_field_layout): compute class->blittable attribute.
7751
7752 2002-07-09  Dick Porter  <dick@ximian.com>
7753
7754         * threads.c: Make the thread cleaning up cope with threads that
7755         call ExitThread()
7756
7757 2002-07-08  Radek Doulik  <rodo@ximian.com>
7758
7759         * reflection.c (method_encode_code): use non-translated values to
7760         compute finally_start, this fixes exception handling on ppc, yay!
7761
7762         * decimal.h (struct signscale): fix endianess
7763
7764 2002-07-07  Radek Doulik  <rodo@ximian.com>
7765
7766         * reflection.c: swap box_val and not val
7767
7768 Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
7769
7770         * reflection.c, reflection.h: handle full assembly info in type name.
7771         Handle Type arguments when loading custom attributes.
7772         * icall.c: updated to use new mono_reflection_type_from_name () method.
7773
7774 2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7775
7776         * loader.c:
7777         (method_from_memberref): also print assembly name when method not found.
7778
7779 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7780
7781         * icall.c:
7782         (ves_icall_TypeGetProperties): fixed bug #27473. 
7783
7784 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7785
7786         * reflection.c: display image name and token when cannot find the
7787         .ctor for an attribute.
7788
7789 2002-07-05  Martin Baulig  <martin@gnome.org>
7790
7791         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
7792
7793 2002-07-04  Dick Porter  <dick@ximian.com>
7794
7795         * threads.c (mono_thread_cleanup): Nasty kludge to get this to
7796         compile on mingw.  This will cause mingw builds to not wait for
7797         subthreads to terminate after the main thread does.  I've lodged a
7798         bug with the mingw developers for them to wrap OpenThread().
7799
7800 2002-07-03  Dick Porter  <dick@ximian.com>
7801
7802         * threads.c: Store thread IDs instead of handles, because
7803         GetCurrentThread() returns a pseudohandle and therefore stores
7804         useless values.  mono_thread_cleanup() continues checking the
7805         array of threads until it is empty, to cope with subthreads
7806         spawning new threads after the main thread has finished.
7807
7808         * profiler.h:
7809         * profiler.c:
7810         * profiler-private.h: Pass the thread ID to thread profiler
7811         functions, instead of a handle
7812
7813 Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
7814
7815         * verify.c: fixes to make it more usable.
7816         * pedump.c: added --verify code to verify IL code in an assembly.
7817
7818 Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
7819
7820         * reflection.c: turn errors into warnings to allow compiling corlib.
7821
7822 Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
7823
7824         * reflection.c: add special cases to compile corlib.
7825
7826 Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
7827
7828         * reflection.c: handle properties with only a set method.
7829
7830 Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
7831
7832         * opcodes.h: add enum with opcodes in opval order.
7833
7834 2002-07-01  Dick Porter  <dick@ximian.com>
7835         
7836         * object.h:
7837         * object.c (mono_runtime_run_main): Removed unneeded argument
7838
7839 2002-06-28  Martin Baulig  <martin@gnome.org>
7840
7841         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
7842
7843 2002-06-27  Dick Porter  <dick@ximian.com>
7844
7845         * threads.c: Store the handle in both the parent thread and in the
7846         subthread, to minimise the time between starting a new thread and
7847         storing its ID.
7848
7849 2002-06-26  Dick Porter  <dick@ximian.com>
7850
7851         * appdomain.c (mono_runtime_cleanup): Close the socket library
7852         after all the threads have finished, not before
7853
7854 2002-06-26  Martin Baulig  <martin@gnome.org>
7855
7856         * debug-symfile.c (mono_debug_find_source_location): Added
7857         `guint32 *line_number' argument.  If it's not NULL, store the line number
7858         there and return the file name without the line number.
7859
7860 2002-06-25  Dick Porter  <dick@ximian.com>
7861
7862         * icall.c:
7863         * process.h:
7864         * process.c: Process forking and other support functions
7865
7866 2002-06-25  Dick Porter  <dick@ximian.com>
7867
7868         * image.c (do_mono_image_open): Set ref_count to 1, so that bad
7869         things dont happen when the image is closed.
7870         (mono_image_lookup_resource): Walk the resource section looking
7871         for a particular entry
7872
7873         * cil-coff.h: PE resource section decoding
7874
7875 2002-06-25  Dick Porter  <dick@ximian.com>
7876         
7877         * assembly.h:
7878         * assembly.c: 
7879         (mono_assembly_foreach): Accessor functions to walk the list of
7880         loaded assemblies
7881         (mono_assembly_set_main):
7882         (mono_assembly_get_main): Process methods need to know which
7883         assembly is the "main" one
7884
7885         * object.c (mono_runtime_run_main): Record the main assembly
7886
7887         * debug-helpers.c: Fix typo
7888
7889 2002-06-24  Dietmar Maurer  <dietmar@ximian.com>
7890
7891         * icall.c (ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged): impl.
7892         (ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged): impl.
7893
7894 Sat Jun 22 11:37:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
7895
7896         * icall.c: fix off-by-one in Assembly.GetTypes() reported by bob@karr.ath.cx.
7897
7898 2002-06-21  Miguel de Icaza  <miguel@ximian.com>
7899
7900         * image.c (do_mono_image_open): Initialize reference count,
7901         otherwise we leak the MonoImage.
7902
7903 Fri Jun 21 19:16:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
7904
7905         * reflection.c: small tweak to handle self-hosting.
7906
7907 Thu Jun 20 23:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
7908
7909         * reflection.c: fix type name parse code.
7910
7911 Thu Jun 20 19:24:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
7912
7913         * reflection.c: break out of the loop.
7914         * image.c: special case corlib.
7915
7916 Thu Jun 20 16:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
7917
7918         * reflection.c: add all the custom attrs at the end to ensure the
7919         ctors have been properly initialized when the attributes are defined
7920         in the current assembly.
7921
7922 Thu Jun 20 13:46:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
7923
7924         * reflection.c: handle correctly multiple-nested types.
7925
7926 Thu Jun 20 11:49:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
7927
7928         * row-indexes.h: fix typos.
7929         * reflection.c: adjust for typos and fix method_def_or_ref
7930         encoding in MethodImpl table.
7931
7932 Wed Jun 19 21:57:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
7933
7934         * reflection.c: fix entry point patching (thanks Serge!).
7935
7936 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
7937
7938         * verify.c: add check for System.Exception
7939
7940 Mon Jun 17 20:23:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
7941
7942         * image.c, class.c: minifix for code just c&p'ed.
7943         * reflection.c: warning fix.
7944         * object.h, loader.h, domain.c: load also StringBuilder.
7945
7946 Mon Jun 17 17:29:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
7947
7948         * marshal.h, marshal.c: some support code to handle complex marshaling.
7949
7950 Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
7951
7952         * class.h, class.c, reflection.c: handle ignorecase in GetType ().
7953         Better signatures with vtable error dump.
7954
7955 Mon Jun 17 16:13:35 CEST 2002 Paolo Molaro <lupus@ximian.com>
7956
7957         * reflection.c, reflection.h, icall.c: fixes for multiple-nested types.
7958
7959 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
7960
7961         * icall.c (ves_icall_Type_GetField): impl.
7962
7963 Mon Jun 17 16:08:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
7964
7965         * metadata.h, metadata.c: added mono_metadata_get_marshal_info()
7966         to retrieve a marshal description blob for a field or param.
7967
7968 Mon Jun 17 14:57:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
7969
7970         * reflection.h, reflection.c: change order of nested type emission
7971         to avoid table corruption. The NestedTypes table is sorted.
7972         * icall.c: change order of GetConstructor results to workaround mcs bug.
7973
7974 Fri Jun 14 16:24:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
7975
7976         * reflection.h, reflection.c: handle field and param marshal
7977         information.
7978
7979 Wed Jun 12 16:30:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
7980
7981         * icall.c, marshal.c marshal.h: more Marshal class implementation.
7982
7983 Tue Jun 11 17:29:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
7984
7985         * reflection.c: fix call convention.
7986
7987 Tue Jun 11 16:52:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
7988
7989         * reflection.h, reflection.c: mono_image_get_memberref_token()
7990         takes a type instead of a class, now. Added
7991         mono_image_get_array_token() to create tokens for the special
7992         multi-dim array methods.
7993
7994 Tue Jun 11 13:21:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
7995
7996         * assembly.c: handle modules (no assembly table). Split
7997         loading references in its own function.
7998         * class.c: handle moduleref resolution scope.
7999         * image.c, image.h: cache module name in image.
8000
8001 2002-06-07  Martin Baulig  <martin@gnome.org>
8002
8003         * reflection.c (mono_image_get_type_info): Only add a class layout entry
8004         if we actually have a `tb->class_size' (ie. it's not UnspecifiedTypeSize).
8005
8006 Fri Jun 7 22:07:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
8007
8008         * icall.c: more signature fixes that used uint instead of int.
8009
8010 Fri Jun 7 20:41:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
8011
8012         * reflection.c: fixed signature of field refs.
8013
8014 Fri Jun 7 19:41:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
8015
8016         * class.c, reflection.c: handle typerefs of nested types
8017         (both on read and when writing files).
8018
8019 Fri Jun 7 17:46:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
8020
8021         * icall.c: fix method signatures that tried to workaround the previous
8022         typo, d'oh!
8023
8024 Fri Jun 7 17:36:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
8025
8026         * debug-helpers.c: fix typo.
8027
8028 Fri Jun 7 17:00:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
8029
8030         * cil-coff.h, icall.c, image.c, reflection.c, reflection.h:
8031         rewrote the PE/COFF writing code (our programs are understood by the
8032         ms runtime, now).
8033
8034 Tue Jun 4 18:10:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
8035
8036         * gc.c, gc.h, icall.c: weakreference support.
8037
8038 Tue Jun 4 16:06:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
8039
8040         * Makefile.am, mono-config.c: use $(sysconfdir).
8041
8042 Mon Jun 3 13:13:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
8043
8044         * icall.c: changed default precision of Double.ToString() to 15.
8045         Fixed memory leak. Unified with Single.ToString.
8046
8047 Sat Jun 1 14:26:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
8048
8049         * sysmath.c: workaround systems missing NAN and/or HUGE_VAL.
8050
8051 Sat Jun 1 13:46:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
8052
8053         * pedump.c, appdomain.c, appdomain.h, assembly.c, domain.c,
8054         gc.c, icall.c, image.c, mono-config.c, reflection.c: killed
8055         warnings and compilation fixes from Dennis Haney (davh@davh.dk)
8056         and myself.
8057
8058 Fri May 31 16:58:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
8059
8060         * debug-symfile.c, sysmath.c: yet more compilation fixes.
8061
8062 Fri May 31 16:35:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
8063
8064         * reflection.c, socket-io.c: more compilation fixes.
8065
8066 Fri May 31 15:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
8067
8068         * appdomain.c, class.c, class.h, debug-symfile.c, decimal.c,
8069         domain.c, loader.c, object.c, object.h, reflection.c, string-icalls.h,
8070         unicode.c: warning and compiler compatibility fixes.
8071
8072 Fri May 31 15:36:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
8073
8074         * class.h, metadata.c: fixed warnings/compilation errors.
8075
8076 Fri May 31 13:08:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
8077
8078         * Makefile.am, mono-config.c, mono-config.h: configuration file
8079         support routines.
8080         * loader.c, loader.h: make Dll mapping configurable at runtime in the
8081         config file. Export methods to insert and lookup mappings.
8082
8083 Fri May 31 12:45:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
8084
8085         * reflection.c: handle types and boxed objects in custom attr
8086         constructors.
8087
8088 2002-05-30  Martin Baulig  <martin@gnome.org>
8089
8090         * debug-symfile.c
8091         (ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token): Removed.
8092
8093 Thu May 30 14:15:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
8094
8095         * metadata.c, metadata.h: added mono_metadata_implmap_from_method()
8096         to lookup the implmap row for a P/Invoke method.
8097         * loader.c: added mono_lookup_pinvoke_call(): we only lookup a
8098         P/Invoke method from the runtime on an as needed basis.
8099
8100 2002-05-28  Dietmar Maurer  <dietmar@ximian.com>
8101
8102         * metadata.c (mono_metadata_parse_signature): impl.
8103
8104 Tue May 28 16:02:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
8105
8106         * class.c: handle .pack directive.
8107
8108 Tue May 28 11:04:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
8109
8110         * object.c: initialize static fields with RVA data.
8111
8112 2002-05-25  Martin Baulig  <martin@gnome.org>
8113
8114         * debug-symfile.c
8115         (ves_icall_Debugger_DwarfFileWriter_get_type_token): Removed.
8116
8117 2002-05-24  Martin Baulig  <martin@gnome.org>
8118
8119         * debug-symfile.c
8120         (ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig): Removed.
8121         (ves_icall_Debugger_MonoSymbolWriter_method_from_token): Renamed to
8122         `ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token'.
8123
8124 Thu May 23 18:44:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
8125
8126         * object.c: special case string ctros in invoke.
8127         * gc.c: silly whitespace changes.
8128
8129 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
8130
8131         * threadpool.[ch]: impl. a threadpool that can
8132         be used by mint and mono.
8133
8134 2002-05-22  Martin Baulig  <martin@gnome.org>
8135
8136         * debug-symfile.c (ves_icall_Debugger_MonoSymbolWriter_method_from_token):
8137         The first argument is now a `MonoReflectionModuleBuilder *', the return
8138         value is a `MonoReflectionModuleBuilder *'.  Use the AssemblyBuilder's
8139         `methods' field to get the method builder.  The `token' argument is the
8140         unfixed token.
8141
8142         * unicode.c (iconv_get_length, iconv_convert): Silently ignore all
8143         invalid characters instead of g_assert_not_reached()ing.  This seems
8144         to be the behaviour of mscorlib.
8145
8146 2002-05-22  Dietmar Maurer  <dietmar@ximian.com>
8147
8148         * object.c (mono_runtime_invoke_array): applied patch from Rachel
8149         Hestilow to fix bug #25104
8150
8151 2002-05-21  Martin Baulig  <martin@gnome.org>
8152
8153         * debug-symfile.c (mono_debug_find_source_location): New function.
8154         Looks up an IL offset in the line number table and returns the source
8155         location as a string.
8156
8157 2002-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8158
8159         * icall.c:
8160         (mono_double_ToStringImpl): changed %f by %g until we have something
8161         better.
8162
8163 2002-05-21  Nick Drochak  <ndrochak@gol.com>
8164
8165         * icall.c : Use different name for Math.Pow's icall.  Needed to check
8166         parameters first in C#.
8167
8168 Mon May 20 17:36:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
8169
8170         * icall.c, reflection.h: added icall to get info about an event.
8171
8172 2002-05-20  Radek Doulik  <rodo@ximian.com>
8173
8174         * object.c (mono_value_box): don't use memcpy for boxing on BIG
8175         endian
8176         (mono_value_box): don't use memcpy for small sizes on
8177         architectures with unaligned access
8178
8179 2002-05-20  Martin Baulig  <martin@gnome.org>
8180
8181         * reflection.c (mono_reflection_setup_internal_class): Don't crash
8182         if `tb->parent == NULL'.
8183         (mono_reflection_create_internal_class): New function.  This is
8184         called from TypeBuilder.CreateType() and sets `klass->enum_basetype'
8185         for enum types.
8186
8187         * icall.c ("System.Reflection.Emit.TypeBuilder::create_internal_class"):
8188         New interncall.
8189
8190 2002-05-19  Martin Baulig  <martin@gnome.org>
8191
8192         * unicode.c (ves_icall_iconv_get_bytes): Actually use the `charCount'
8193         argument to get the length, don't default to the array length.
8194
8195 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
8196
8197         * assembly.c (mono_assembly_setrootdir): New function used to
8198         override the MONO_ASSEMBLIES directory.
8199
8200 Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
8201
8202         * icall.c: ValueType_GetHashCode() initialize local var.
8203
8204 Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
8205
8206         * reflection.c: sort custom attributes table.
8207
8208 Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
8209
8210         * reflection.c: support named args in custom attributes (write support).
8211
8212 Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
8213
8214         * reflection.c: fix finally position calculation.
8215
8216 2002-05-15  Radek Doulik  <rodo@ximian.com>
8217
8218         * reflection.c: fixed endianess at many places
8219
8220         * icall.c (ves_icall_InitializeArray): comment out debug msg
8221
8222 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
8223
8224         * object.c (mono_unhandled_exception): new function to handle
8225         unhandled exceptions.
8226         (mono_unhandled_exception): call the UnhandledException event.
8227         (mono_runtime_delegate_invoke): impl.
8228
8229 Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
8230
8231         * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
8232         returns the RVA, not the direct pointer to the data. Handle the case
8233         when the class size is fixed.
8234
8235 Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
8236
8237         * reflection.c: fix some endianess issues.
8238
8239 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
8240
8241         * object.c (mono_runtime_invoke): is now able to catch exceptions.
8242
8243         * threads.c (mono_thread_init): added a callback which is invoked
8244         at thread start.
8245
8246 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
8247         
8248         * icall.c: make GetHashCode return non-negative values.
8249
8250 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
8251
8252         * object.c, icall.c, gc.c: revert to address-based hashcode.
8253
8254 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
8255
8256         * icall.c (mono_double_ParseImpl): Added ParseImpl method.
8257
8258 Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
8259
8260         * icall.c, class.c: special case <Module>.
8261
8262 2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
8263
8264         * icall.c: fix bug in GetNow().
8265
8266 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
8267
8268         * object.c (mono_runtime_class_init): make sure that we call all
8269         static class constructors.
8270
8271 Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
8272
8273         * reflection.c: sort methodsemantics table.
8274
8275 Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
8276
8277         * reflection.h, reflection.c: honour init locals setting.
8278
8279 Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg@sc.rr.com>
8280
8281         * icall.c: copied Double ToStringImpl for Single ToStringImpl
8282
8283 Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
8284
8285         * reflection.c: support ContructorBuilders in attribute blob creation.
8286
8287 Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
8288
8289         * reflection.c: some changes to build a binary that can be run
8290         directly in windows.
8291
8292 Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
8293
8294         * loader.c: print a big message when an icall can't be found.
8295
8296 2002-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8297
8298         * string-icalls.c: fix bug 24248.
8299
8300 Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
8301
8302         * appdomain.c, appdomain.h, assembly.c, assembly.h, image.h,
8303         icall.c, reflection.h: separate assembly loading by pathname and by
8304         assembly name. Use the MONO_PATH env var to search for assemblies.
8305
8306 Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
8307
8308         * assembly.c, image.h: add some support for assemblies
8309         with multiple modules.
8310         * class.c, class.h: export mono_class_from_typeref().
8311         * loader.c: remove duplicated code and use mono_class_from_typeref(),
8312         instead.
8313
8314 Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
8315
8316         * unicode.c: Char.IsNumber doesn't include hex digits as the ms
8317         documentation says (the ECMA one is correct).
8318
8319 2002-05-02  Dick Porter  <dick@ximian.com>
8320
8321         * threads.c: Use GC_debug_register_finalizer with GC_debug_malloc.
8322         Don't name the synchronisation mutex.
8323
8324 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
8325
8326         * rand.c
8327         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetBytes):
8328         Make the prototypes match.
8329         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetNonZeroBytes):
8330         Same.
8331
8332         * icall.c
8333         (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Fixed for
8334         systems that use 'timezone' rather than tm.tm_gmtoff. Also, not
8335         all systems have tm.tm_zone, so use strftime() with %Z to print
8336         the timezone abreviation into a temp string.
8337
8338         * object.c (mono_ldstr): Fixed to use mono_string_chars() macro
8339         rather than mono_array_addr() on a MonoString on Big Endian
8340         machines.
8341
8342 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
8343
8344         * string-icalls.c (ves_icall_System_String_InternalReplace_Str):
8345         fix bug 24041
8346
8347 2002-04-30  Dick Porter  <dick@ximian.com>
8348
8349         * socket-io.c: Cope with SOCKET being an integer rather than a
8350         pointer now.
8351
8352         * threads.c: Added Thread_free_internal, to deal with thread
8353         handle cleanup.  Moved calls to handle_store() and handle_remove()
8354         to start_wrapper(), so each can only be called once.  Allocate
8355         synchronisation blocks with GC_malloc(), and use GC finalisation
8356         to close the handles.
8357
8358         * icall.c: added System.Threading.Thread::Thread_free_internal
8359
8360 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
8361
8362         * icall.c: support Environment.Exit, CommandLineArgs().
8363
8364 Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
8365
8366         * object.c, object.h: added mono_runtime_run_main () and
8367         mono_runtime_get_main_args () for use in System.Environment.
8368
8369 Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
8370
8371         * gc.c: fix thinko, enable actual finalization since the jit is now
8372         fixed.
8373
8374 Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
8375
8376         * gc.c, object.c: take into account that an object may be offset wrt the address
8377         returned by GC_malloc().
8378
8379 Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
8380
8381         * image.c: handle files without entries in the assembly table (modules).
8382
8383 2002-04-28 Patrik Torstensson <patrik.torstensson@intel.com>
8384
8385         * reflection.c (mono_reflection_setup_internal_class): remove g_assert_not_reached() to allow 
8386         mcs selfhosting again (build breaker) and did move the check to class instead. parent is
8387         allowed to be null when it's System.Object class setup.
8388
8389 2002-04-27  Martin Baulig  <martin@gnome.org>
8390
8391         * reflection.c (mono_reflection_setup_internal_class): g_assert_not_reached()
8392         if `tb->parent == NULL' rather than crashing.
8393
8394 2002-04-28  Nick Drochak  <ndrochak@gol.com>
8395
8396         * sysmath.c (ves_icall_System_Math_Asin): Fix copy-paste error.  Was
8397         calling acos() where asin() should have been called.
8398
8399 2002-04-26  Martin Baulig  <martin@gnome.org>
8400
8401         * assembly.c (default_assembly_name_resolver): Use G_FILE_TEST_IS_REGULAR
8402         instead of G_FILE_TEST_EXISTS - if you're in mcs/class/corlib/System/Test,
8403         there's a subdirectory called `System', but we don't want to read that
8404         subdirectory as an assembly.
8405
8406 2002-04-25  Martin Baulig  <martin@gnome.org>
8407
8408         * debug-symfile.c: Reflect latest MonoString changes.
8409
8410 Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
8411
8412         * rand.c, rand.h: instance method icalls need to have an explicit
8413         this pointer as first argument in the C implementation.
8414
8415 2002-04-25  Nick Drochak <ndrochak@gol.com>
8416
8417         * icall.c: Fix typo in map for GetNonZeroBytes
8418
8419 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
8420
8421         * string-icalls.c : String does now passes unit tests without any 
8422         errors, the following changes has been made:
8423         
8424         Implemented replace methods.
8425         Renaming of methods to (try) follow the standard.
8426         Fixed compare ordinal
8427         Made all memory allocated directly to function instead of via icall function.
8428         Small performance fix in is_in_array function
8429                         
8430  (2002-04-23) Changes from Duncan Mak <duncan@ximian.com>
8431
8432         c (mono_string_Internal_ctor_charp_int_int):
8433         (mono_string_Internal_ctor_sbytep_int_int):  Removed check for
8434         sindex < 0, throw ArgumentOutOfRangeException instead of
8435         ArgumentNullException.
8436
8437         Added new check for length == 0, however
8438         I need to make it return String.Empty from the C code.
8439         
8440         (mono_string_Internal_ctor_sbytep): Use mono_string_new, and let
8441         that calculate the length for us here.
8442         
8443         (mono_string_Internal_ctor_sbytep_int_int): Replaced
8444         mono_string_new_utf16 with mono_string_new, since value is utf8.
8445
8446 Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
8447
8448         * object.c: register the object for finalization if needed.
8449         Allocate one more char in the string for the terminating 0 char.
8450
8451 Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
8452
8453         * class.c, class.h, image.c: check if a type implemenst a destructor.
8454         Use the proper key for array class lookups.
8455         * icall.c: register the icalls in the System.GC class.
8456         * gc.c, gc.h: GC-related functions and icalls.
8457
8458 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8459
8460         * icall.c:
8461         * socket-io.c:
8462         * unicode.c: free some strings gotten from mono_string_to_utf8 and
8463         changed a couple of free () by g_free ().
8464
8465         * decimal.c: one-liner in the comments for decimal2string ().
8466
8467 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
8468
8469         * object.c (mono_runtime_invoke_array) : Bug because of my incompetence.
8470
8471 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
8472
8473         * reflection.c (mono_reflection_get_custom_attrs) : fixed image bug (crash)
8474         * object.c (mono_runtime_invoke_array) : handle null in params
8475
8476 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
8477
8478         * string-icalls.c: fixed bug in split (one off bug)
8479
8480 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
8481
8482         * string-icalls.c: fixed bug in remove and lastindexofany, add equals icall.
8483         * icalls.c: added String::Equals as internal method
8484
8485 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
8486
8487         * threads.c: fixed bug in the double interlocked functions
8488
8489 2002-04-22      Patrik Torstensson <patrik.torstensson@labs2.com>
8490
8491         * threads.c: implemented all of the new interlocked icalls.
8492         * string-icalls.c: fix a bug in insert.
8493         * icalls.c: added the icalls for interlocked, removed old string functions.
8494         
8495 Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
8496
8497         * loader.c: fix off-by-one error when reading argument names.
8498
8499 Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
8500
8501         * profiler.c: win32 counter implementation (untested).
8502         * icall.cs: win32 GetNow() and GetTimeZoneData() implementations
8503         (the latter needs testing and more complete impl. from win32 folks).
8504
8505 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
8506
8507         * object.c: mono_array_new_full workaround mono_array_class_get
8508         problem.
8509
8510 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
8511
8512         * string-icalls.c (mono_string_InternalRemove): Fixed overwrite bug.
8513         * object.h (mono_string_chars): Changed casting type.
8514
8515 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
8516
8517         * string-icalls.c: Fixed trim method, added the constructors done by Duncan, fixed
8518                            method signatures to use gunichar2 instead of gint16.
8519
8520 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
8521
8522         * object.h, object.c: domain-specific versions of mono_object_new and
8523         mono_array_new.
8524
8525 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
8526
8527         * object.c: changed String layout
8528
8529         * string-icalls.c (mono_string_Internal_ctor_chara): added
8530         internal string constructors.
8531
8532 Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
8533
8534         * threads.c: pass 'this' to the thread start routine.
8535
8536 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8537
8538         * string-icalls.c: fix IndexOf and LastIndexOf. Now
8539         InternalCompareStr don't call twice mono_string_cmp_char for the last
8540         character. Improved performance in mono_string_cmp_char.
8541
8542 Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
8543
8544         * Makefile.am, appdomain.c, class.c, object.c: split runtime-depended
8545         code into its own library: libmonoruntime.
8546
8547 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
8548
8549         * object.h, object.c: changed array format so that szarrays do not
8550         require a bounds structure.
8551         * icall.c, appdomain.c: support for new szarray format.
8552
8553 Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
8554
8555         * metadata.c: compare also the retuns type when comparing signatures:
8556         we didn't do this as an optimization since really overloaded methods
8557         must differ also in the arguments, but this doesn't work with
8558         low-level IL code (or when using explicit conversion operators: see
8559         bug#23498 for an example).
8560
8561 Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
8562
8563         * loader.c: SZARRAY types can be saved as TYPESPEC, too.
8564
8565 Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
8566
8567         * icall.c: make MonoType::GetElementType its own icall.
8568
8569 Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
8570
8571         * icall.c: remove MonoMethod_get_Name().
8572         * reflection.c, reflection.h, verify: cache the method name in the MonoMethod
8573         object.
8574
8575 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
8576
8577         * string-icalls.c: optimized a few methods.
8578
8579 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
8580
8581         * icall.c: added all new string internal calls
8582         * string-icalls.c: added, new string internal call implementation.
8583         * object.c: added mono_string_new_size for allocating a string a size
8584
8585 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
8586
8587         * object.c (mono_object_isinst): use the same code as in the
8588         optimized x86 version.
8589
8590 Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
8591
8592         * profiler.c: TSC-based timer code (faster and more accurate).
8593         Not hooked up in configure, yet (set USE_X86TSC to 1).
8594
8595 Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
8596
8597         * profiler.c, profiler.h: track time spent compiling methods.
8598         * threads.c: track thread creation/destruction.
8599
8600 Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
8601
8602         * profiler.c, profiler.h, profiler-private.h: profiling interface
8603         and sample implementation. Moved here so that it can be used also by
8604         the jit.
8605
8606 Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
8607
8608         * reflection.c, reflection.h: keep types and other handles separate in
8609         the hash tables for referred tokens. Add guid for modules.
8610
8611 Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
8612
8613         * assembly.c: fix bugs found with valgrind.
8614         * metadata.h, metadata.c: added mono_metadata_guid_heap().
8615
8616 2002-04-14      Patrik Torstensson <patrik.torstensson@labs2.com>
8617
8618         * threads: added icall support for getting current domain for
8619                    the thread.
8620  
8621 2002-04-13  Martin Baulig  <martin@gnome.org>
8622
8623         * debug-symfile.h (MonoDebugLocalInfo): Renamed to MonoDebugVarInfo.
8624         (MonoDebugVarInfo): Added `index' field for register based addresses.
8625         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 9.
8626         (MonoDebugMethodInfo): Replaced `guint32 *param_offsets' with
8627         `MonoDebugVarInfo *params' and `guint32 this_offset' with
8628         `MonoDebugVarInfo *this_var'.
8629
8630         * debug-symfile.c (relocate_variable): New static function to write
8631         a location description for a local variable or method parameter.
8632
8633 2002-04-12  Martin Baulig  <martin@gnome.org>
8634
8635         * debug-symfile.h (MonoDebugLocalInfo): New type. This contains the
8636         stack offset and begin/end scope address of a local variable.
8637         (MonoDebugMethodInfo): Replaced `guint32 *local_offsets' with
8638         'MonoDebugLocalInfo *locals', added `prologue_end' and `epilogue_begin'.
8639         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 8.
8640
8641         * debug-symfile.c (MRT_variable_start_scope, MRT_variable_end_scope):
8642         Added new relocation types for start/end scope of a local variable.
8643
8644 Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
8645
8646         * object.h: add mono_object_domain() macro.
8647         * reflection.c: handle typespecs.
8648         * icall.c: MonoMethod::get_Name() implementation.
8649
8650 Thu Apr 11 12:29Ni:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
8651
8652         * icall.c: String::GetHashCode() icall implementation.
8653
8654 Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
8655
8656         * icall.c: String::IndexOfAny icall.
8657         * object.c, object.h: make array->max_length more useful.
8658         Intrduced mono_object_class() and mono_string_length() macros.
8659
8660 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8661
8662         * unicode.c (ves_icall_System_Char_IsNumber): use g_unichar_isxdigit
8663         instead of g_unichar_isdigit.
8664
8665 2002-04-11  Nick Drochak  <ndrochak@gol.com>
8666
8667         * icall.c: Implement a simple Double.ToString().
8668
8669 Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
8670
8671         * appdomain.h: only io-layer.h is supposed to be included.
8672         * icall.c: explicitly import environ. Fix warning.
8673
8674 2002-04-10  Nick Drochak  <ndrochak@gol.com>
8675
8676         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData) :
8677                 return true even if it's not Daylight Savings time.
8678                 Only return false for the case where the function isn't
8679                 implemented for a plaform (read Windows).
8680
8681 Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
8682
8683         * appdomain.h, appdomain.c, class.c, object.c: protect MonoDomain
8684         data with a mutex.
8685
8686 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
8687
8688         * mempool.c (mono_mempool_alloc): only use g_malloc when
8689         absolutely necessary.
8690
8691 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
8692
8693         * mempool.c (MEM_ALIGN): hardcode MEM_ALIGN to 8
8694
8695         * class.c (mono_class_vtable): use domain mempool to allocate vtable
8696         (mono_class_proxy_vtable): use domain mempool
8697
8698 Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
8699
8700         * appdomain.h, appdomain.c: split initialization that requires the
8701         execution engine support into mono_runtime_init().
8702
8703 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
8704
8705         * class.c (mono_class_init): don't include vtable inside MonoClass
8706         to save some memory, gather some statistics.
8707         (mono_class_vtable): use g_malloc instead of GC_malloc when possible
8708
8709 Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
8710
8711         * icall.c: internalcall implementation for ValueType.Equals().
8712
8713 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
8714
8715         * object.c (mono_message_init): moved 
8716         (mono_runtime_exec_main): new arch. independent impl.
8717         (mono_runtime_invoke_array): new method - like
8718         mono_runtime_invoke, but you can pass an array of objects.
8719         (mono_remoting_invoke): new arch. independent impl.
8720         (mono_message_invoke): new arch. independent impl.
8721         (mono_runtime_class_init): new arch. independent impl.
8722         (mono_runtime_object_init): new arch. independent impl.
8723
8724 Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
8725
8726         * metadata.c, object.c, reflection.c: documented the exported
8727         functions.
8728
8729 Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
8730
8731         * icall.c: simpler code to pass the assembly builder data to corlib.
8732         Implement GetNestedTypes() internalcall.
8733
8734 Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
8735
8736         * class.c: warn if a type can't be loaded.
8737
8738 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
8739
8740         * image.h: typedef MonoImageOpenStatus
8741         * types.h: removed unused file
8742         
8743 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
8744
8745         * icall.c: Enum_ToObject accepts enum value arguments.
8746
8747 Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
8748
8749         * class.c: move initialization of properties, events and nested
8750         classes, so that they happen for interfaces, too.
8751
8752 Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
8753
8754         * icall.c: cleanup some ugly casts in Array_SetValue*.
8755
8756 Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
8757
8758         * icall.c: the values array fro enums is of the correct type, now.
8759         Implement (correctly) getFullName instead of assQualifiedName for
8760         MonoType.
8761         * reflection.h, reflection.c: added mono_type_get_name ().
8762
8763 Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
8764
8765         * assembly.c, image.h: for each MonoImage, record from wich assembly
8766         it was loaded.
8767         * reflection.h, icall.c: added System_Reflection_Assembly_GetTypes().
8768         Make Type.Assembly work.
8769
8770 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
8771
8772         * debug-symfile.h: use char* instead of gpointer to avoid
8773         unnecessary casts.
8774
8775         * appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
8776
8777         * icall.c (ves_icall_InternalExecute): impl. FielSetter
8778         (ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
8779
8780 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
8781
8782         * icall.c (mono_message_init): impl. (code cleanup)
8783         (ves_icall_InternalExecute): impl. FieldGetter
8784
8785         * class.c (mono_class_init): added exerimental EXT_VTABLE_HACK, if
8786         defined we call all (non-static)methods through the vtable. 
8787
8788 Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus@ximian.com>
8789
8790         * class.c: it seems GC_debug_malloc() makes the Boehm GC call the
8791         finalizer even though the memory is still referenced (and the chunk of
8792         memory is not freed).
8793
8794 Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus@ximian.com>
8795
8796         * assembly.c: fix brokeness.
8797
8798 Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
8799
8800         * class.c: kill some warnings. Check explicit interface method
8801         implementation also without considering the namespace.
8802         Load also literal strings in static class data.
8803
8804 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
8805
8806         * assembly.c (default_assembly_name_resolver): Kill memory leak. 
8807         (default_assembly_name_resolver): Make the resolver take the
8808         "base" directory where the assembly was originally defined, so we
8809         can load DLLs that are in the same directory as the assembly that
8810         is being referenced.
8811
8812 2002-03-28  Dick Porter  <dick@ximian.com>
8813
8814         * file-io.h: 
8815         * file-io.c:
8816         * socket-io.c: 
8817         * unicode.h: 
8818         * unicode.c: Warning cleanups
8819
8820 Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus@ximian.com>
8821
8822         * object.h, reflection.h: use the correct type instead of MonoObject.
8823
8824 2002-03-28  Martin Baulig  <martin@gnome.org>
8825
8826         * debug-symfile.c (mono_debug_class_get): Don't look in referenced assemblies.
8827         (mono_debug_update_symbol_file): Initialize classes if necessary.
8828
8829 Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus@ximian.com>
8830
8831         * assembly.c, debug-helpers.c, image.c, image.h, metadata.c, pedump.c,
8832         rawbuffer.c, reflection.c, verify.c: mare warning cleanups.
8833
8834 Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus@ximian.com>
8835
8836         * assembly.h: fix function prototype.
8837         * metadata.h, metadata.c, object.h, private.h: get rid of warnings.
8838         * mono-endian.h: use const cast.
8839
8840 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
8841
8842         * icall.c (ves_icall_MonoMethodMessage_InitMessage): moved from message.c
8843
8844 Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus@ximian.com>
8845
8846         * loader.c: don't assert when a typeref can't be loaded, give
8847         a chance to the runtime to trow an exception instead.
8848         * loader.h: fix warning.
8849
8850 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
8851
8852         * class.c (mono_class_proxy_vtable): added proxy support
8853
8854 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
8855
8856         * icall.c: removed last of PAL calls, added System.Environment
8857         * file-io.h, file-io.c: MonoIO implementation
8858         * object.h, object.c: mono_string_to_utf16() now returns gunichar2*
8859
8860 Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
8861
8862         * appdomain.c: do not use the byte marker in ldstr table lookup.
8863         * debug-helpers.c: allow two ':' to separate class and method name.
8864         * object.c: allocate arrays bounds with the GC, too.
8865         * verify: add a few more checks.
8866
8867 Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
8868
8869         * reflection.c: output also literal strings. Allocate parameter data
8870         with GC_malloc() (thanks, Martin, for catching this!).
8871
8872 2002-03-26  Martin Baulig  <martin@gnome.org>
8873
8874         * debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
8875         include the `this' offset in the `param_offsets'.
8876
8877 2002-03-25  Martin Baulig  <martin@gnome.org>
8878
8879         * debug-symfile.c (mono_debug_update_symbol_file): Use a new
8880         mono_debug_get_class() function to get the classes. Added new
8881         relocation types for arrays and strings.
8882         (mono_debug_get_class): New static function to search in all
8883         referenced assemblies for a metadata token.
8884
8885         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.
8886
8887 Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus@ximian.com>
8888
8889         * reflection.h, reflection.c: use a gc-safe hash for hash tables that
8890         hold gc-allocated objects. Make the string heap a stream like the
8891         others. Removed duplicated code when writing stream info.
8892         Added asserts to catch possible buffer overflows. Set the sorted map
8893         for tables that need sorting. Added some documentation.
8894
8895 Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus@ximian.com>
8896
8897         * appdomain.h, appdomain.c, class.c, object.c: use a GC-safe hash table 
8898         for interned strings and vtables.
8899
8900 2002-03-24  Martin Baulig  <martin@gnome.org>
8901
8902         * icall.c (ves_icall_Type_GetFields): Reverse the list before storing
8903         it in the array since it was created with g_slist_prepend().
8904
8905 2002-03-24  Martin Baulig  <martin@gnome.org>
8906
8907         * debug-symfile.c (mono_debug_local_type_from_signature): Renamed
8908         to ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig().
8909         (mono_debug_method_from_token): Renamed to
8910         ves_icall_Debugger_MonoSymbolWriter_method_from_token().
8911         (ves_icall_Debugger_DwarfFileWriter_get_type_token): New interncall.
8912
8913         * debug-symfile.c (MRT_type_sizeof, MRT_type_field_offset): New
8914         relocation types.
8915
8916         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 6.
8917
8918 2002-03-24  Martin Baulig  <martin@gnome.org>
8919
8920         * debug-symfile.c (mono_debug_local_type_from_signature): New func.
8921         (mono_debug_method_from_token): New func.
8922
8923         * icall.c (Mono.CSharp.Debugger.MonoSymbolWriter::get_local_type_from_sig):
8924         New interncall, calls mono_debug_local_type_from_signature().
8925         (Mono.CSharp.Debugger.MonoSymbolWriter::get_method): New interncall,
8926         calls mono_debug_method_from_token().
8927
8928 2002-03-23  Martin Baulig  <martin@gnome.org>
8929
8930         * unicode.c (ves_icall_iconv_get_char_count): The `count' argument
8931         specifies the number of bytes to be converted, not the array size.
8932         Return the number of chars, not the number of bytes.
8933         (ves_icall_iconv_get_chars): The `byteCount' argument
8934         specifies the number of bytes to be converted, not the array size.
8935
8936 2002-03-23  Martin Baulig  <martin@gnome.org>
8937
8938         * reflection.h (MonoReflectionSigHelper): New type.
8939
8940         * reflection.c (mono_reflection_sighelper_get_signature_local),
8941         (mono_reflection_sighelper_get_signature_local): New functions.
8942
8943         * icall.c (System.Reflection.Emit.SignatureHelper::get_signature_local),
8944         (System.Reflection.Emit.SignatureHelper::get_signature_field): New
8945         interncalls.
8946
8947 2002-03-23  Martin Baulig  <martin@gnome.org>
8948
8949         * rawbuffer.c (mono_raw_buffer_load_mmap): Use MAP_SHARED when
8950         is_writeable is set.
8951         (mono_raw_buffer_update): New function to write the modified map
8952         back to disk.
8953
8954         * debug-symfile.h (MonoDebugSymbolFile): Added `raw_contents_size'.
8955
8956         * debug-symfile.c (mono_debug_update_symbol_file): Call
8957         mono_raw_buffer_update() when done writing.
8958
8959 2002-03-23  Martin Baulig  <martin@gnome.org>
8960
8961         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 5.
8962
8963         * debug-symfile.c: Added support for arguments and local variables.
8964
8965 2002-03-23  Dick Porter  <dick@ximian.com>
8966
8967         * debug-symfile.c: Remove extraneous 'include <elf.h>' that wasn't
8968         protected by ifdefs, hence breaking the w32 build.
8969
8970 Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus@ximian.com>
8971
8972         * object.c: implement is_interned() the right way.
8973
8974 2002-03-21  Martin Baulig  <martin@gnome.org>
8975
8976         * debug-symfile.[ch]: New files to handle debugging information
8977         files. There's also support to dynamically update these symbol
8978         files to include machine dependent information.
8979
8980 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
8981
8982         * threads.c (mono_thread_create): new function to create thread
8983         from C
8984
8985 2002-03-20  Martin Baulig  <martin@gnome.org>
8986
8987         * icall.c (ves_icall_InternalInvoke): Create a new object if the
8988         method is a constructor.
8989         (icall_map): Added "System.Reflection.MonoCMethod::InternalInvoke",
8990         points to ves_icall_InternalInvoke().
8991
8992 2002-03-20  Dan Lewis <dihlewis@yahoo.co.uk>
8993
8994         * file-io.c: Flush shouldn't throw exceptions.
8995
8996 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
8997
8998         * file-io.c: FileStream flush support; FileSetLength now
8999         restores file pointer.
9000
9001 Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus@ximian.com>
9002
9003         * class.c: set image for pointer classes.
9004
9005 2002/03/19  Nick Drochak <ndrochak@gol.com>
9006
9007         * sysmath.c: Forgot one.
9008
9009 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
9010
9011         * sysmath.c: Avoid redefining existing names.
9012
9013 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
9014
9015         * sysmath.c, sysmath.h, icall.c, Makefile.am: math routines now
9016         handled by runtime as icall rather than dllimport from libm.so
9017         * file-io.c, file-io.h: fixed handle argument type.
9018
9019 2002-03-18  Dick Porter  <dick@ximian.com>
9020
9021         * reflection.c (mono_image_get_type_info): rename interface to
9022         iface, because of "#define interface struct" on windows.
9023
9024 Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus@ximian.com>
9025
9026         * class.c, class.h: rename and export mono_ptr_class_get().
9027         * metadata.c: support MONO_TYPE_ARRAY in MonoType compare.
9028         * reflection.c, reflection.h, icall.c: better/saner type name
9029         parsing and MonoType creation. Handle MONO_TYPE_ARRAY in
9030         method signatures.
9031
9032 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
9033
9034         * class.c (mono_class_init): removed hardcoded GHC_SLOT
9035
9036         * icall.c (ves_icall_InternalInvoke): impl.
9037
9038 Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus@ximian.com>
9039
9040         * reflection.c: output the interface map table, too.
9041
9042 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
9043
9044         * class.c (class_compute_field_layout): separate computation of 
9045         static field layout
9046
9047 2002-03-12  Dan Lewis <dihlewis@yahoo.co.uk>
9048
9049         * icall.c: added System.Buffer support.
9050         * file-io.c: moved file icalls from PAL to FileStream.
9051
9052 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
9053
9054         * icall.c (ves_icall_System_Object_GetHashCode): impl.
9055
9056 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
9057
9058         * icall.c (ves_icall_System_ValueType_GetHashCode): impl.
9059
9060 Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus@ximian.com>
9061
9062         * verify.c, verify.h: moved here the corlib/runtime consistency checks.
9063
9064 Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus@ximian.com>
9065
9066         * debug-helpers.{c,h}: moved here from monograph some useful functions
9067         to locate a method by name/signature in a class or image. Included
9068         also a small and flexible IL disassembler.
9069
9070 Fri Mar 8 16:29:29 CET 2002 Paolo Molaro <lupus@ximian.com>
9071
9072         * reflection.c: fixup tokens in methods with small header size, too.
9073
9074 2002-03-08  Dietmar Maurer  <dietmar@ximian.com>
9075
9076         * object.c (mono_string_to_utf8): remove assert(!error), instead
9077         print a warning. 
9078
9079 Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus@ximian.com>
9080
9081         * icall.c: update to the new mono_Array_class_get interface.
9082
9083 Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus@ximian.com>
9084
9085         * appdomain.c, object.c: Boehm-GC enable.
9086         * icall.c: make get_data_chunk() support split data requests.
9087         Ensure a class is initialized in more cases. Return only the first
9088         property found in GetProperties() or the compiler gets confused. 
9089         Implemented GetEvents(). Temporary fix to GetType(), needs rewriting.
9090         * reflection.h, reflection.c: add fixup mechanism for field and method
9091         tokens. Initialize assembly->typeref in a single place. Output
9092         properties after events. Support custom attributes for events, too.
9093         Typo fix for paramter custom attrs.
9094
9095 2002-03-07  Martin Baulig  <martin@gnome.org>
9096
9097         * icall.c (ves_icall_System_Array_FastCopy): Small fix.
9098
9099 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
9100
9101         * class.c (mono_array_class_get): fix. for multi. dim. arrays
9102
9103 2002-03-06  Martin Baulig  <martin@gnome.org>
9104
9105         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Make this work with
9106         non-zero lower bounds. See testcases #F10-#F13.
9107
9108 2002-03-05  Martin Baulig  <martin@gnome.org>
9109
9110         * exception.c (mono_get_exception_argument_out_of_range): New exception.
9111
9112         * icall.c (ves_icall_System_Array_GetValue): Moved actual implementation to
9113         ves_icall_System_Array_GetValue(), only calculate the absolute array position
9114         here.
9115         (ves_icall_System_Array_SetValue): Likewise.
9116         (ves_icall_System_Array_GetValueImpl): New interncall. Takes an array position
9117         as argument and does the actual work. This function is used when copying a
9118         multi-dimensional array.
9119         (ves_icall_System_Array_SetValueImpl): Almost completely rewrote this. It can
9120         now do all the widening conversions of value types.
9121         (ves_icall_System_Array_CreateInstanceImpl): Implemented.
9122
9123 Tue Mar 5 18:14:01 CET 2002 Paolo Molaro <lupus@ximian.com>
9124
9125         * class.c: remove some magic numbers and use the smbolic names,
9126         instead. Added init_events() to load event info at class init time.
9127         * metadata.h, metadata.c: added mono_metadata_events_from_typedef()
9128         and mono_metadata_methods_from_event().
9129         * reflection.h, reflection.c: added support for writing out the evnets
9130         related information.
9131
9132 Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus@ximian.com>
9133
9134         * reflection.h, icall.c: use a different method (GetInterfaces)
9135         to gather interface info and add isbyref, isprimitive and
9136         ispointer to the ves_icall_get_type_info() return value.
9137
9138 Mon Mar 4 11:22:26 CET 2002 Paolo Molaro <lupus@ximian.com>
9139
9140         * class.h: stared adding support for events.
9141         * icall.c: split find_members implementation. Added debug icall to get
9142         the address of an object.
9143         * reflection.c: handle TypeBuilders in mono_type_get_object().
9144
9145 2002-03-01  Martin Baulig  <martin@gnome.org>
9146
9147         * icall.c (ves_icall_System_Array_GetLength): This must throw an
9148         ArgumentOutOfRangeException(), not an ArgumentException().
9149         (ves_icall_System_Array_GetLowerBound): Likewise.
9150         (ves_icall_System_Array_GetValue): Improved argument checking.
9151         (ves_icall_System_Array_SetValue): Improved argument checking.
9152
9153 2002-03-01  Martin Baulig  <martin@gnome.org>
9154
9155         * icall.c (ves_icall_System_Array_GetValue): Raise an exception when
9156         called with invalid arguments rather than just dying with g_assert().
9157         (ves_icall_System_Array_SetValue): Likewise.
9158         (ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
9159         raise a NotImplementedException instead.
9160         (ves_icall_System_Array_GetLength): Added argument checking.
9161         (ves_icall_System_Array_GetLowerBound): Added argument checking.
9162
9163 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
9164
9165         * object.h (mono_assert): new macros mono_assert and
9166         mono_assert_not_reached
9167
9168 2002-02-28  Martin Baulig  <martin@gnome.org>
9169
9170         * icall.c: Rename "System::String::Intern" to "System::String::_Intern"
9171         and "System::String::IsInterned" to "System::String::_IsInterned".
9172
9173 Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>
9174
9175         * icall.c: remove hacks for typebuilder. Added icall to create a
9176         modified type from a tybebuilder.
9177         * reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
9178         in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
9179         to create a backing MonoClass for a TypeBuilder.
9180
9181 Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
9182
9183         * class.c, class.h: more refactoring of class init.
9184         Export mono_class_setup_mono_type() and mono_class_setup_parent().
9185
9186 Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>
9187
9188         * marshal.c, marshal.h: start of marshaling interface.
9189
9190 Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
9191
9192         * icall.c: fix order in assembly qualified name icall.
9193
9194 Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus@ximian.com>
9195
9196         * class.c: do not free str, since we store it in the hash table.
9197         * reflection.h: add label field to MonoILExceptionInfo.
9198         * reflection.c: handle references to more than one assembly. Handle
9199         case when there isn't a module created in the assembly.
9200
9201 Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus@ximian.com>
9202
9203         * class.c: Fix typo. Start refactoring of class init code.
9204
9205 Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus@ximian.com>
9206
9207         * appdomain.c: exit with 1 on error.
9208         * class.c: we already have the name in MonoClassField.
9209         * image.c, image.h, metadata.c, pedump.c: use directly a pointer in
9210         MonoStreamHeader instead of an offset of image->raw_metadata.
9211
9212 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
9213
9214         * appdomain.c (mono_init): Be even more descriptive about the error.
9215
9216 Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus@ximian.com>
9217
9218         * appdomain.c: give the user an informative message when corlib can't
9219         be loaded.
9220
9221 2002-02-26  Martin Baulig  <martin@gnome.org>
9222
9223         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
9224         New icall to get the time zone data.
9225
9226 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
9227
9228         * reflection.c: set virtual and raw size of section correctly.
9229         * threads.c: transfer domain information to newly created threads.
9230
9231 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
9232
9233         * class.c: when instancing a class in a domain, load the default
9234         vaules for static fields from the constant table. Fix System.Enum to
9235         not be an enum.
9236         * icall.c: implement Object::GetType() internalcall. Implemented
9237         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
9238         Fixed checking of binding flags in find_members().
9239         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
9240         * reflection.c: handle enumerations when writing to the constant
9241         table. Use a different object cache for types.
9242
9243
9244 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
9245
9246         * object.c (mono_object_isinst): fix for arrays
9247
9248         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
9249
9250 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
9251
9252         * object.c: don't use mprotect ()  and fix intern pool hash table
9253         lookup for big endian systems.
9254
9255 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
9256
9257         * icall.c: change type_is_subtype_of () signature.
9258
9259 2002-02-21  Mark Crichton  <crichton@gimp.org>
9260
9261         * rand.c, rand.h: Added random number generator for
9262         System.Security.Cryptography classes.
9263
9264         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
9265
9266         * icall.c: Added System.Security.Cryptography calls.
9267
9268 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
9269
9270         * class.c, icall.c, metadata.c: better support for pointer types.
9271         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
9272         * reflection.c: Add support for getting custom attrs for properties
9273         and simplify some code.
9274
9275 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
9276
9277         * icall.c: change getToken () and add custom attribute GetBlob()helper
9278         method.
9279         * reflection.h: add custom attrs array to the reflection builder structures.
9280         * reflection.c: encode and emit custom attributes for all the relevant
9281         reflection objects. Cache fieldref and methodref tokens. Change
9282         mono_image_create_token() interface to take a MonoDynamicAssembly.
9283         More complete custom attributes decoder. Load custom attributes for
9284         Assembly, Field, Method and Constructor objects, too. Make the
9285         returned array an Attribute[] one, not object[]. Added
9286         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
9287         custom attribute constructor.
9288
9289 2002-02-20  Dick Porter  <dick@ximian.com>
9290
9291         * icall.c:
9292         * rawbuffer.c:
9293         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
9294         problem code out for now).
9295
9296 2002-02-19  Radek Doulik  <rodo@ximian.com>
9297
9298         * object.c (mono_ldstr): use hash table to avoid multiple swapping
9299
9300 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
9301
9302         * icall.c: register the GetCustomAttributes method.
9303         * object.c, object.h: add mono_string_new_len ().
9304         * reflection.h, reflection.c: added mono_runtime_invoke(),
9305         mono_install_runtime_invoke(). Added
9306         mono_reflection_get_custom_attrs () to load custom attributes and
9307         create the attribute objects.
9308
9309 2002-02-19  Dick Porter  <dick@ximian.com>
9310         * threads-dummy-types.c:
9311         * threads-dummy-types.h:
9312         * threads-dummy.c:
9313         * threads-dummy.h:
9314         * threads-pthread-types.c:
9315         * threads-pthread-types.h:
9316         * threads-pthread.c:
9317         * threads-pthread.h:  Deleted obsolete files
9318
9319 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
9320
9321         * class.c (mono_class_vtable): runtime init the class when we
9322         allocate static class data.
9323
9324         * icall.c (ves_icall_System_Array_SetValue): check for null values.
9325
9326         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
9327         and String - but we will need generic marshalling support in the
9328         future. 
9329         (mono_init): set the domain name in a ms compatible way
9330
9331         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
9332         String[].
9333
9334 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
9335
9336         * object.c (mono_array_clone): use alloca() instead of g_malloc  
9337         for sizes
9338
9339         * appdomain.c (mono_domain_unload): impl.
9340
9341 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
9342
9343         * appdomain.c, object.c: fix intern pool implementation.
9344         * class.c: fix alignment code.
9345
9346 2002-02-16  Radek Doulik  <rodo@ximian.com>
9347
9348         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
9349         and s2 > s1, just copy lower bytes to be compatible with little
9350         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
9351         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
9352
9353         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
9354         force big_endian to be 1 for big endian machines 
9355         (ves_icall_iconv_new_decoder): ditto
9356
9357 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
9358
9359         * socket-io.c (convert_sockopt_level_and_name): If the system
9360         doesn't define SOL_IP or SOL_TCP, get them by hand using
9361         getprotobyname() and caching the values (because this could be a
9362         slow operation).
9363         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
9364         Use the appropriate struct when the system does support it. Ie,
9365         not all systems have struct ip_mreqn so use struct ip_mreq when
9366         appropriate.
9367
9368 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
9369
9370         * reflection.c: handle finally clauses.
9371
9372 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
9373
9374         * socket-io.c: use g_snprintf() instead of snprintf.
9375
9376 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
9377
9378         * reflection.c (mono_param_get_objects): Cast second argument to
9379         mono_method_get_param_names to a const char** to silence the
9380         compiler warning.
9381
9382         * appdomain.c (mono_domain_assembly_open): Put parens around the
9383         truth statement in the for-loop.
9384
9385         * unicode.c (iconv_convert): Got rid of a compiler warning about
9386         int i being unused when the system has a new iconv.
9387         (iconv_get_length): Same.
9388
9389         * image.c (load_class_names): Cast the second argument to
9390         g_hash_table_insert() to char* to hush compiler warnings about the
9391         arg being a const.
9392         (mono_image_open): Same here.
9393
9394         * socket-io.c: Don't conditionally include sys/filio.h or
9395         sys/sockio.h here anymore since we now get them from
9396         io-layer/io-layer.h
9397         (inet_pton): If the system doesn't support inet_aton, implement
9398         using inet_addr and also #define INADDR_NONE if it isn't defined
9399         by the system.
9400
9401 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
9402
9403         * metadata.c, metadata.h: added function to get packing and size info
9404         of a typedef.
9405         * reflection.h, reflection.c: handle field RVA data. Save info about
9406         the table layout if needed. Assign typedef indexes to all the types
9407         before dumping the info about them to avoid forward reference problems.
9408
9409 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
9410
9411         * socket-io.c (convert_sockopt_level_and_name): ifdef
9412         SO_ACCEPTCONN because it is not defined on my system (old debian)
9413
9414 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
9415
9416         * opcode.c: use stddef.h to get NULL.
9417
9418 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
9419
9420         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
9421         for FIONBIO, FIONREAD and SIOCATMARK.
9422         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
9423         define INADDR_NONE and besides, inet_addr() is deprecated and
9424         should not be used. Use inet_pton() instead - it also has the
9425         added bonus that it can easily handle IPv6 addresses as well.
9426         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
9427
9428 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
9429
9430         * decimal.c: remove _MSC_VER conditional.
9431
9432 2002-02-13  Dick Porter  <dick@ximian.com>
9433
9434         * socket-io.c: 
9435         * icall.c: Internal calls for Blocking, Select, Shutdown,
9436         GetSocketOption and SetSocketOption
9437
9438 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
9439
9440         * assembly.cs: better resolver: use it instead of some kludgy
9441         code.
9442
9443 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
9444
9445         * reflection.c: the best way to speed-up the compiler is to avoid
9446         infinite loops.
9447
9448 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
9449
9450         * class.c (mono_class_vtable): changed the object layout
9451         (obj->vtable->class). 
9452         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
9453
9454 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
9455
9456         * assembly.c: look for assemblies in the assembly dir, too.
9457
9458 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
9459
9460         * class.c: fix thinko in mono_class_from_type().
9461
9462 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
9463
9464         * exception.h, exception.c: added TypeLoadException.
9465         * object.h, object.c: added mono_array_clone ().
9466         * icall.c: handle throwOnError in AssemblyGetType().
9467         Added Array.Clone().
9468         * opcode.h, opcode.c: use a single value for the opcode val.
9469         Compile fix for non-gcc compilers.
9470
9471 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
9472
9473         * opcodes.c, opcodes.h: export interesting info about opcodes.
9474
9475 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
9476
9477         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
9478         icalls. 
9479
9480         * class.c (class_compute_field_layout): set element_class for enums
9481         (mono_class_create_from_typedef): set element_class for normal classes
9482
9483         * icall.c (ves_icall_System_Enum_get_value): impl.
9484
9485         * class.c (mono_class_create_from_typedef): do not set valuetype
9486         flag for System.ValueType and System.Enum
9487
9488 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
9489
9490         * unicode.c (iconv_convert): fix big endian problem.
9491
9492 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
9493
9494         * class.c: add asserts if we are ever going to scribble over memory.
9495         * socket-io.c: not all systems have AF_IRDA defined.
9496
9497 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
9498
9499         * class.c (class_compute_field_layout): do not consider static
9500         fields to compute alignment
9501
9502 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
9503
9504         * appdomain.c (mono_appdomain_get): impl.
9505         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
9506
9507 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
9508
9509         * icall.c: ignore "file://" prefix when loading an assembly.
9510
9511 2002-01-23  Dick Porter  <dick@ximian.com>
9512
9513         * socket-io.c:
9514         * icall.c:
9515         * Makefile.am: Added socket support
9516
9517 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
9518
9519         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
9520         code back.  This should return the assemblies that are loaded by
9521         the runtime on behalf of an application domain. 
9522
9523         The current implementation is still broken, it just returns every
9524         assembly loaded, but until we get real applications domain this
9525         will do.
9526
9527 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
9528
9529         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
9530         AppDomain object.
9531
9532 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
9533
9534         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
9535         the mono_class_from_name lookup.
9536         (ves_icall_get_parameter_info): ditto.
9537         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
9538         method.
9539         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
9540
9541 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
9542
9543         * class.c: load also nested classes on class init.
9544         System.ValueType instance methods gets passed boxed
9545         values, unless methods in derived classed that get a pointer to the
9546         data.
9547         * icall.c: use better name parsing code in GetType().
9548         * image.c, image.h: add mono_image_loaded ().
9549         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
9550         * reflection.c, reflection.h: added mono_reflection_parse_type().
9551
9552 2002-01-22  Veronica De Santis <veron78@interfree.it>
9553
9554         * icall.c : Added mapping of internal calls for Manual and Auto reset events
9555         * threads.c : Added the implementation of internal calls for events
9556         * threads.h : Added prototypes of internal calls for events
9557         
9558 2002-01-21  Radek Doulik  <rodo@ximian.com>
9559
9560         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
9561
9562 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
9563
9564         * class.c (mono_class_init): set min_align to 1 (instead of 0)
9565         (mono_class_value_size): use min_align
9566
9567 2002-01-20  Dick Porter  <dick@ximian.com>
9568
9569         * threads.h:
9570         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
9571         so it compiles on w32.
9572
9573 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
9574
9575         * metadata.c (mono_type_stack_size): impl.
9576
9577         * class.c (mono_class_get_field): impl. memberref token
9578
9579 2002-01-16 Veronica De Santis <veron78@@interfree.it>
9580
9581         * icall.h : Added the internal calls mapping for CreateMutex_internal
9582                     and ReleaseMutex_internal.
9583         * threads.h : Added the prototype of mutexes internal calls.
9584         * threads.c : Added the implementations of mutexes internal calls.
9585
9586 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
9587
9588         * metaparse.h: removed unused file.
9589         * reflection.c, reflection.h: added stream_data_align () function 
9590         to align data in streams and keep stream aligned. Add support for
9591         exception support in method headers.
9592
9593 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
9594
9595         * unicode.c: make iconv_convert () return the number of bytess written
9596         in the output buffer.
9597
9598 2002-01-15  Dick Porter  <dick@ximian.com>
9599         * threads.c: Make the runtime's idea of infinite timeouts coincide
9600         with the class library's
9601
9602         Fix a particularly egregious bug in mono_thread_cleanup(). That
9603         code was so utterly bogus it must have been written on a Monday.
9604
9605 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
9606
9607         * reflection.h: add subtypes field to TypeBuilder.
9608         * reflection.c: encode constants for literal fields.
9609         Handle subtypes. Fix user string token (and add a zero byte)
9610         at the end.
9611         
9612 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
9613
9614         * class.c (mono_class_init): bug fix: assign slot numbers for
9615         abstract methods.
9616
9617 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
9618
9619         * reflection.c: don't try to output a code RVA for abstract methods.
9620         Small fixes for method header format. Output parameter info to the
9621         ParamDef table. Save method overriding info to MethodImpl table.
9622         Fix property support. Allow typedef.extends to be a type in the
9623         building assembly.
9624         * verify.c: fix off-by-one error.
9625
9626 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
9627
9628         * class.c: fix mono_class_from_mono_type () for szarray types.
9629         Remove unused cache check in mono_class_from_type_spec().
9630         * icall.c: *type_from_name () functions handle simple arrays and byref.
9631         * reflection.c: handle byref and szarray types. Handle methods without
9632         body (gets P/Invoke compilation working). Handle types and fields in
9633         get_token ().
9634         * reflection.h: add rank to MonoTypeInfo.
9635
9636 2002-01-10  Dick Porter  <dick@ximian.com>
9637
9638         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
9639         internal calls
9640
9641 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
9642
9643         * icall.c: initialize class in type_from_handle ().
9644         Loop also in parent classes for get_method ().
9645         * reflection.c: properly encode class and valuetype types.
9646         Start on encoding TypeBuilder types. Handle fieldrefs.
9647         Use correct length when registering a user string.
9648         Handle ConstructorBuilder and MonoMethod in get_token ().
9649         Make mono_type_get_object () aware of cached types.
9650         * object.c: back out change to mono_string_new ().
9651
9652 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
9653         * object.c: mono_string_new should return a NULL when the string 
9654         passed in is NULL -- not try to deference it.
9655         
9656 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
9657
9658         * icall.c: hack to make IsSubType work for TypeBuilders.
9659         * reflection.c: emit constructors before methods.
9660         Retrieve param names in mono_param_get_objects().
9661
9662 2002/01/05  Nick Drochak  <ndrochak@gol.com>
9663
9664         * Makefile.am: fix list of headers and sources so automake 1.5
9665         doesn't complain. Removed \# at end of list.
9666
9667 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
9668
9669         * reflection.c: get token for a method ref. Set return type of
9670         constructor to void.
9671         * loader.c: debug message.
9672         * class.c: typo fix.
9673
9674 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
9675
9676         * icall.c: fix array init with rank > 1. FindMembers
9677         loops in parent class as well.
9678         * image.c: do not insert nested types in name cache.
9679         * reflection.c: warning fix.
9680         * reflection.h: add override method (for interface impl).
9681
9682 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
9683
9684         * metadata.c: fix customattr decoding.
9685
9686 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
9687
9688         * rawbuffer.cs: Added native Win32 implementation, avoids using
9689         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
9690
9691 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
9692
9693         * class.c: make the low-level routines handle the cache.
9694
9695 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
9696
9697         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
9698
9699 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
9700
9701         * class.c: fix mono_array_element_size() for objects.
9702         * class.h, class.c: add properties to MonoClass and load them
9703         at init time.
9704         * icall.c: check with isinst() when assigning a value to an array
9705         instead of requiring the classes to match exactly.
9706         Implemented icall for System.Type::GetType().
9707         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
9708         enums. Handle bindingflags when looking for methods and fields.
9709         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
9710         and mono_metadata_methods_from_property().
9711         * reflection.h, reflection.c: added structures for propreties,
9712         parameters and enums. Implemented mono_property_get_object() and
9713         mono_param_get_objects().
9714
9715 2001-12-18  Dick Porter  <dick@ximian.com>
9716
9717         * file-io.c: Use mono_string_to_utf16() instead of
9718         mono_string_chars()
9719
9720         * object.c: Added mono_string_to_utf16(), which copies the non
9721         NULL-terminated MonoString into a new double-null-terminated
9722         buffer.
9723
9724 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
9725
9726         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
9727
9728 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
9729
9730         * file-io.c: raise exceptions if handle is invalid.
9731
9732 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
9733
9734         * assembly.c: yet another check for mscorlib.
9735         * class.c, class.h: load nesting info for classes.
9736         * icall.c: many new functions to support the Reflection classes.
9737         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
9738         * reflection.h, reflection.c: mono_image_create_token(),
9739         mono_assembly_get_object(), mono_type_get_object(),
9740         mono_method_get_object(), mono_field_get_object(): methods to return
9741         objects that parallel the C representation of assemblies, types,
9742         methods, fields.
9743
9744 2001-12-11  Dick Porter  <dick@ximian.com>
9745
9746         * icall.c:
9747         * file-io.c: Internal calls for file IO.
9748
9749 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
9750
9751         * tabledefs.h: missing FileAttributes.
9752         * verify.h, verify.c: use is_valid_string () to simplify and check for
9753         valid strings more correctly. Fix warnings and speeling.
9754         Check more tables: Filed, File, ModuleRef, StandAloneSig.
9755         Check code: branches, maxstack, method calls.
9756
9757 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
9758
9759         * object.c (mono_object_allocate): removed static, so that the jit
9760         can allocate value types.
9761
9762         * icall.c (ves_icall_System_DateTime_GetNow): impl.
9763
9764 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
9765
9766         * class.c: init enum types right away and register the
9767         token->MonoClass map in mono_class_create_from_typedef ().
9768         * verify.h, verify.c: first cut of the verifier.
9769         * pedump.c: add --verify switch to verify metadata tables.
9770         * tabledefs.h: add some missing enums.
9771
9772 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
9773
9774         * class.c (mono_install_runtime_class_init): impl.
9775         (mono_class_init): renamed mono_class_metadata_init to
9776         mono_class_init, also removed the metadata_inited flag
9777
9778         * object.c (mono_object_isinst): use faster algorithm
9779
9780 2001-11-30  Radek Doulik  <rodo@ximian.com>
9781
9782         * mono-endian.h: reverted last change
9783         added function prototypes
9784
9785         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
9786         add mono-endian.c back
9787
9788         * mono-endian.c: returned back, as Paolo pointed out, it's needed
9789         for unaligned access, I've mistaked it with endianess. I am
9790         sorry.
9791         (mono_read16): fix reverted endianess
9792         (mono_read64): ditto
9793         (mono_read32): ditto
9794
9795 2001-11-30  Dick Porter  <dick@ximian.com>
9796
9797         * exception.c: Implement mono_exception_from_name()
9798
9799 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
9800
9801         * metadata.h, metadata.c: remove params_size and locals_size and their
9802         calculation from the metadata code: they are only usefult to the
9803         interp.
9804
9805 2001-11-29  Radek Doulik  <rodo@ximian.com>
9806
9807         * object.c (mono_ldstr): swap bytes here, it's probably not the
9808         best place, but works for me now, I'll redo it once I know mono
9809         better, also note that I add PROT_WRITE and don't reset back, also
9810         note that it's only affects big endians, so x86 should be OK
9811
9812         * mono-endian.h (read16): use just glib macros for both endians
9813
9814         * mono-endian.c: removed as glib macros are used in in
9815         mono-endian.h so we don't need to care about endianess for read
9816         macros as glib does that for us already
9817
9818 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
9819
9820         * class.h, class.h: take minimum alignment into consideration so
9821         that the fields of a class remain aligned also when in an array.
9822
9823 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
9824
9825         * loader.h, loader.c: add mono_method_get_param_names().
9826         * class.c: 0-init class fields.
9827
9828 2001-11-26  Dick Porter  <dick@ximian.com>
9829
9830         * icall.c:
9831         * threads-types.h:
9832         * threads.c: New file that handles System.Threading on all platforms
9833
9834         * object.c: 
9835         * object.h: Remove the synchronisation struct from MonoObject,
9836         replace it with a pointer that gets initialised on demand
9837
9838         * Makefile.am: Replace all the system-specific threading code with
9839         a single file that uses the new wrapper library
9840
9841 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
9842
9843         * class.c, class.h: add mono_install_trampoline() so that the runtime
9844         can register a function to create a trampoline: removes the ugly
9845         requirement that a runtime needed to export arch_create_jit_trampoline.
9846         * object.h, object.c: added mono_install_handler() so that the runtime
9847         can install an handler for exceptions generated in C code (with
9848         mono_raise_exception()). Added C struct for System.Delegate.
9849         * pedump.c: removed arch_create_jit_trampoline.
9850         * reflection.c: some cleanups to allow registering user strings and
9851         later getting a token for methodrefs and fieldrefs before the assembly
9852         is built.
9853         * row-indexes.h: updates and fixes from the new ECMA specs.
9854
9855 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
9856
9857         * class.h, class.c: add enum_basetype field to MonoClass.
9858         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
9859         to get index in the constant table reated to a field, param or
9860         property.
9861         * reflection.h, reflection.c: handle constructors. Set public-key and
9862         version number of the built assembly to 0.
9863         * row-indexes.h: update from new ECMA spec.
9864
9865 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
9866
9867         * class.h, class.c: add a max_interface_id to MonoClass.
9868         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
9869         since it's used to do that. Added mono_type_type_from_obj().
9870         Make GetType() return NULL instead of segfaulting if the type was not
9871         found. Handle simple arrays in assQualifiedName.
9872         * object.h: add a struct to represent an Exception.
9873         * reflection.c: output call convention in method signature.
9874         Add code to support P/Invoke methods and fixed offsets for fields.
9875
9876 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
9877
9878         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
9879         the value.
9880         * icall.c: use mono_array_addr instead of array->vector: fixes the
9881         reflection image writing.
9882         * reflection.c: init call convention byte to 0 in method signature.
9883         Encode the property signature. Don't output property-related methods
9884         twice. Really process the properties for a type (don't cast a field to
9885         a property, my mom always told me that).
9886         Fix 64 bit issues in pointer alignment in a different and more
9887         readable way.
9888
9889 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
9890
9891         * loader.h: Removed type class from MonoDefaults, added monotype
9892
9893         * loader.c: Loaded MonoType, removed loading of Type
9894
9895         * icall.c (my_mono_new_object): Now returns a System.MonoType,
9896         and fills in System.Type._impl with a RuntimeTypeHandle rather
9897         than the actual MonoClass *
9898
9899         (ves_icall_type_from_handle): change from type_class to
9900         monotype_class
9901
9902         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
9903         implemented
9904
9905         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
9906         implemented
9907
9908         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
9909
9910         (ves_icall_System_Reflection_Assembly_GetType): implemented
9911
9912         (ves_icall_System_MonoType_assQualifiedName): implemented
9913
9914         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
9915
9916 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
9917
9918         * assembly.c (mono_assembly_open): Implement a cache for the
9919         assemblies. 
9920
9921         (mono_assembly_close): only destroy the assembly when the last
9922         reference is gone.
9923         
9924 2001-11-09  Dick Porter  <dick@ximian.com>
9925
9926         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
9927
9928 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
9929
9930         * class.c (mono_class_metadata_init): bug fix: compute the right slot
9931
9932 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
9933
9934         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
9935         from Martin Weindel.
9936         * object.h: add mono_string_chars ().
9937
9938 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
9939
9940         * reflection.c (build_compressed_metadata): Eliminates warnings
9941         and uses 64-bit clean code.
9942
9943         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
9944         (mono_type_equal): Change signature to eliminate warnings.
9945
9946 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
9947
9948         * icall.c, loader.c: remove the internalcall array constructors.
9949         Changes to match the new MonoArray structure.
9950         * object.h, object.c: an array object doesn't allocate an extra
9951         vector. Add mono_array_new_full () to create jagged arrays easily.
9952
9953 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
9954
9955         * metadata.h, metadata.c: add mono_metadata_field_info () to
9956         retreive all the info about a field from vairous tables.
9957         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
9958         * class.h, class.c: augment MonoClassField with more info.
9959         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
9960         policy and load a field's RVA if needed.
9961
9962 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
9963
9964         * class.c (mono_class_metadata_init): create a trampoline for all
9965         virtual functions instead of actually compiling them.
9966
9967 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
9968
9969         * class.h, class.c: include name in MonoClassField.
9970         * class.c: fix fundamental type of System.Object and System.String.
9971         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
9972         tokens in ldtoken.
9973         * icall.c: remove internalcalls for the Reflection stuff that is now
9974         done in C# code.
9975         * loader.c: mono_field_from_memberref () implementation.
9976         * mono-endian.c: thinko (s/struct/union/g).
9977         * object.c, object.h: make the mono_string_* prototypes actually use
9978         MonoString instead of MonoObject.
9979         * reflection.c, reflection.h: updates for changes in the reflection
9980         code in corlib: we use C structures that map to the actual C# classes.
9981         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
9982         fat method header if needed and use the info from the ILGenerator for
9983         methods. Handle fields in types. Misc fixes.
9984
9985 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
9986
9987         * class.c (mono_class_metadata_init): bug fix: always allocate
9988         space for static class data
9989
9990 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
9991
9992         * class.c (mono_compute_relative_numbering): use relative
9993         numbering to support fast runtime type checks.
9994
9995 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
9996
9997         * class.c (mono_class_create_from_typeref): added debugging output
9998         to print class name when MonoDummy is returned instead of real class
9999
10000 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
10001
10002         * class.c (mono_class_metadata_init): interface offset table now
10003         contains pointers into the vtable - this is more efficient for the jit
10004
10005 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
10006
10007         * class.c (mono_class_metadata_init): use a temporary vtable (the
10008         old algorithm only worked for the interpreter, but not for the jit)
10009
10010 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
10011
10012         * loader.c (method_from_memberref): use mono_class_get to get the
10013         class of an array instead of using System.Array directly.
10014         (mono_get_method): also add MEMBERREF methods to the method cache
10015         which usefull for arrays.
10016
10017 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
10018
10019         * pedump.c (arch_compile_method): added to compute vtable entry
10020
10021         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
10022         number of interfaces.
10023         
10024         * class.h: merged MonoArrayClass into MonoClass
10025
10026         * class.c (mono_class_create_from_typedef): compute the vtable size and
10027         allocate space to include the vtable inside MonoClass
10028         (mono_class_metadata_init): initialize the vtable
10029
10030 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
10031
10032         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
10033         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
10034         * image.c: endian fixes by Laurent Rioux.
10035         * object.h, object.c: rename MonoStringObject to MonoString and
10036         MonoArrayObject to MonoArray. Change some function names to conform to
10037         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
10038         guint16* as first argument, so don't use char*.
10039         Provide macros to do the interesting things on arrays in a portable way.
10040         * threads-pthread.c: updates for the API changes and #include <sched.h>
10041         (required for sched_yield()).
10042         * icall.c: updates for the API changes above.
10043         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
10044         platforms that need them.
10045
10046 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
10047
10048         * class.c: set the correct type for all the fundamental
10049         type when loading the class.
10050
10051 2001-10-05  Dick Porter  <dick@ximian.com>
10052
10053         * threads-pthread.c (pthread_mutex_timedlock): Simple
10054         compatibility version for C libraries that lack this call.
10055
10056 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
10057
10058         * class.c: MonoTypes stored in MonoClass are stored as
10059         fundamental MonoTypes when the class represents a
10060         fundamental type (System.Int32, ...).
10061         The TypeHandle return by ldtoken is a MonoType*.
10062         * icall.c: ves_icall_get_data_chunk () write out all the
10063         PE/COFF stuff. Implement ves_icall_define_method (),
10064         ves_icall_set_method_body (), ves_icall_type_from_handle ().
10065         * image.c: properly skip unknown streams.
10066         * loader.h, loader.c: add type_class to mono_defaults.
10067         * metadata.c, metadata.h: export compute_size () as
10068         mono_metadata_compute_size () with a better interface.
10069         Typo and C&P fixes.
10070         * pedump.c: don't try to print the entry point RVA if there is no entry point.
10071         * reflection.c, reflection.h: many cleanups, fixes, output method
10072         signatures and headers, typedef and typeref info, compress the metadata
10073         tables, output all the heap streams, cli header etc.
10074         * row-indexes.h: typo fixes.
10075
10076 2001-10-04  Dick Porter  <dick@ximian.com>
10077
10078         * object.h: Add a synchronisation mutex struct to MonoObject
10079
10080         * object.c (mono_new_object): Initialise the object
10081         synchronisation mutexes
10082
10083         * icall.c: System.Threading.Monitor internal calls
10084         
10085         * threads-pthread.h:
10086         * threads-pthread.c: System.Threading.Monitor internal calls
10087
10088         * threads-types.h: New file, includes the system-specific thread
10089         structures
10090         
10091         * threads-pthread-types.h:
10092         * threads-pthread-types.c: New files, handle pthread-specific
10093         synchronisation types
10094
10095         * threads-dummy-types.h: 
10096         * threads-dummy-types.c: New files of dummy support for
10097         thread-specific types
10098
10099         * metadata.c:
10100         * image.c:
10101         * pedump.c: include mono-endian.h not endian.h
10102         
10103         * Makefile.am: More threads files.
10104         Name mono-endian.h not endian.h
10105
10106 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
10107
10108         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
10109         stuff and implement a few more bits.
10110         * icall.c: a field needs to be dereferenced twice. Do not use the same
10111         name for two variables in the same scope.
10112         * image.c, image.h: cleanups.
10113
10114 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
10115
10116         * class.c (mono_class_metadata_init): bug fix: compute the right size
10117
10118 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
10119
10120         * icall.c: implemented some of the Reflection internalcalls.
10121         * image.c, image.h: start writing out the PE/COFF image.
10122         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
10123         that does the reverse than decode_blob_size ().
10124         * object.c: use mono_metadata_encode_value (). Move here
10125         temporary implementation of mono_string_to_utf8 ().
10126         * rawbuffer.c: make malloc_map static.
10127
10128 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
10129
10130         * metadata.c: fix type comparison for arrays.
10131         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
10132         Added a couple of new classes to monodefaults.
10133         * icall.c: added a couple of Reflection-related internalcalls.
10134         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
10135         Added a byval_arg MonoType to MonoClass.
10136
10137 2001-09-28  Dick Porter  <dick@ximian.com>
10138
10139         * icall.c:
10140         * threads-pthread.h: 
10141         * threads-pthread.c: Implemented internal calls for
10142         LocalDataStoreSlot operations.  Applied mutexes around all shared
10143         data.  Reworked the thread creation and Start() operations to
10144         avoid a race condition.
10145         
10146         * threads-dummy.h:
10147         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
10148
10149 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
10150
10151         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
10152
10153 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
10154
10155         * class.c, loader.c: warn and return NULL instead of erroring out.
10156         * icall.c: added System.AppDomain::getCurDomain().
10157         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
10158
10159 2001-09-25  Dick Porter  <dick@ximian.com>
10160
10161         * threads-pthread.h:
10162         * threads-pthread.c: Implemented timed thread joining and added
10163         System.Threading.Thread::Join_internal internal call
10164
10165         * icall.c: Added System.Threading.Thread::Join_internal internal call
10166
10167         * threads-dummy.h:
10168         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
10169
10170 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
10171
10172         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
10173         mono_string_intern () to implement the semantics of the ldstr opcode
10174         and the interning of System.Strings.
10175         * icall.c: provide hooks to make String::IsIntern and String::Intern
10176         internalcalls.
10177
10178 2001-09-23  Dick Porter  <dick@ximian.com>
10179
10180         * threads-dummy.c: 
10181         * threads-dummy.h: New files of dummy threading routines
10182
10183         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
10184         support code based on system specifics
10185
10186         Rename PTHREAD_LIBS to THREAD_LIBS
10187         
10188 2001-09-23  Dick Porter  <dick@ximian.com>
10189
10190         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
10191         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
10192         internal calls.
10193         (mono_thread_init): Set up a Thread object instance to return when
10194         the main thread calls Thread.CurrentThread
10195         (mono_thread_cleanup): Wait for all subthreads to exit
10196
10197         * icall.c: New internal calls for System.Threading.Thread::Sleep
10198         (including Schedule) and CurrentThread
10199
10200         * threads.h: New file, to insulate thread-specific stuff from the
10201         rest of the code
10202
10203 2001-09-21  Dick Porter  <dick@ximian.com>
10204
10205         * threads-pthread.h: 
10206         * threads-pthread.c: New file, for handling pthreads-style
10207         threading support.  Start() now starts a new thread and executes
10208         the ThreadStart delegate instance.
10209
10210         * icall.c: Added the internalcall for
10211         System.Threading.Thread::Start_internal
10212
10213         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
10214
10215 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
10216
10217         * loader.c: work around the different signatures for delegates
10218         constructors csc generates in compiled code vs the ones compiled in mscorlib.
10219
10220 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
10221
10222         * class.h, class.c: add mono_class_get_field_from_name ().
10223         * *: Fix C comments and other ANSI C issues.
10224
10225 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
10226
10227         * endian.h, assembly.c: fix some endianness issues.
10228
10229 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
10230
10231         * loader.h, load.c: add delegate_class to mono_defaults.
10232         Handle runtime provided methods in mono_get_method ().
10233
10234 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
10235
10236         * loader.c (mono_get_method): use pinvoke for internal call
10237
10238         * icall.c: use pinvoke for internal call
10239
10240         * loader.c (method_from_memberref): set the method name
10241
10242 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
10243
10244         * metadata.c: help the compiler generate better code for
10245         mono_class_from_mono_type ().
10246
10247 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
10248
10249         * class.c (mono_class_metadata_init): delayed computing of the
10250         class size to mono_class_metadata_init ()
10251
10252 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
10253
10254         * class.c, class.h: add an interfaces member to MonoClass.
10255         * image.c, image.h: add assembly_name field to MonoImage
10256         from the assembly table.
10257         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
10258
10259 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
10260
10261         * class.c: Handle Array in mono_class_from_mono_type ().
10262         * metadata.c, pedump.c: some endian fixes.
10263
10264 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
10265
10266         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
10267         * metadata.c: fix small problem introduced with the latest commit.
10268
10269 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
10270
10271         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
10272         We don't need a MonoMetadata pointer anymore to compare signatures in
10273         mono_metadata_signature_equal (), update callers.
10274         Reduced memory usage an number of allocations for MonoMethodHeader and
10275         MonoMethodSignature.
10276
10277 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
10278
10279         * metadata.c: added compare for szarray.
10280
10281 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
10282
10283         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
10284         and add a couple more types to it and mono_defaults. Give an hint on
10285         classes that need implementing in our corlib and are referenced
10286         in mscorlib.
10287
10288 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
10289
10290         * class.h, class.c: keep track if a class is also an Enum.
10291         * loader.c: Implement a couple more types for use in libffi
10292         marshalling. Gives better diagnostics when failing to dlopen
10293         a library. Set method->klass for P/Invoke methods, too.
10294
10295 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
10296
10297         * class.c, class.h: add a MonoType this_arg to MonoClass that
10298         represents a pointer to an object of the class' type that
10299         can be used by the interpreter and later the type cache.
10300         Add best guess alignment info for valuetype objects.
10301
10302 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
10303
10304         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
10305         into MonoType: one less level of indirection and allocation and
10306         simplifies quite a bit of code. Added cache for MonoTypes that are
10307         used frequently, so that we don't need to allocate them all the time.
10308
10309 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
10310
10311         * class.c (mono_class_create_from_typedef): System.Enum is also a
10312         value type, although it does not derive from System.ValueType
10313         (maybe a bug in the ms compiler?)
10314
10315         * metadata.c (mono_type_size): return the right size for value types
10316
10317         * loader.c (mono_get_method): only initialize method header if not abstract
10318
10319         * class.c (mono_class_from_mono_type): use mono_default values. 
10320
10321 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
10322
10323         * *: use MonoClass pointers instead of <type_tokens>
10324         
10325         * class.h: new flag: metadata_inited.
10326
10327         * class.c (mono_class_metadata_init): impl.
10328         (mono_class_instance_size): impl.
10329         (mono_class_data_size): impl.
10330
10331 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
10332
10333         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
10334         MonoClass now has the name and name_space fields. 
10335         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
10336         mono_get_method () takes and optional MonoClass as argument.
10337         Removed mono_typedef_from_name() and added mono_class_token_from_name()
10338         instead that takes advantage of a map from class names to typedef
10339         tokens in MonoImage.
10340
10341 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
10342
10343         * metadata.c: zero is not a valid alignment boundary.
10344         Merge MONO_TYPE_VOID in default decoding code.
10345
10346 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
10347
10348         * image.h: merged MonoMetadata into MonoImage
10349
10350         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
10351         identify the type of elements.
10352
10353 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
10354
10355         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
10356         * cil-coff.h: split MonoMSDOSHeader and add size info.
10357         * image.c: add some consistency checks.
10358         * metadata.c: fix row size computation: one programmer
10359         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
10360         add explanation for the locator routine.
10361         Fix decoding of size in method header.
10362         
10363 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
10364
10365         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
10366         (g_concat_dir_and_file): Bring g_concat_dir_and_file
10367         function from gnome-libs.  This uses the right path separator
10368         based on the OS, and also works around a bug in some systems where
10369         a double slash is not allowed. 
10370         (default_assembly_name_resolver): Use g_concat_dir_and_file
10371         (mono_assembly_open): ditto.
10372
10373 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
10374
10375         * metadata.c (mono_metadata_signature_equal): impl.
10376
10377         * *: void is now a realy MonoType (instead of using NULL)
10378         
10379         * metadata.c (do_mono_metadata_parse_type): use
10380         mono_metadata_parse_type to parse void value.
10381
10382 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
10383
10384         * metadata.c, metadata.h: in the signature and method header store
10385         only the space required for holding the loca vars and incoming arguments.
10386
10387 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
10388
10389         * metadata.c (do_mono_metadata_parse_type): treat void like any
10390         other type (instead of assigning NULL);
10391
10392 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
10393
10394         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
10395
10396 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
10397
10398         * image.c (do_mono_image_open): added a cache for arrays.
10399
10400 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
10401
10402         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
10403         decode a single column from a row in a metadata table and changes
10404         to take advantage of it in the typedef locator (gives a nice speed up).
10405         Store offset info for function params.
10406
10407 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
10408
10409         * image.h (MONO_IMAGE_IS_CORLIB): removed 
10410
10411 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
10412
10413         * assembly.c: how could mono_assembly_close () had ever worked?
10414         * metadata.c, metadata.h: provide offset info for local vars.
10415         Implement mono_type_size () to take care of alignment as well
10416         as size (it was mono_field_type_size in cli/class.c before).
10417
10418 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
10419
10420         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
10421
10422         * assembly.h (CORLIB_NAME): set to corlib.dll
10423
10424         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
10425
10426 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
10427
10428         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
10429         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
10430         tokentype.h: massive namespace cleanup.
10431
10432 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
10433
10434         * metadata.h, metadata.c: decode exception clauses when parsing method header.
10435
10436 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
10437
10438         * metadata.c (mono_metadata_free_type): added check for type !=
10439         NULL (void) before calling mono_metadata_free_type()
10440
10441 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
10442
10443         * metadata.h, row_indexes.h: added header with enumerations to use
10444         to index in the columns from tables in metadata and to decode coded
10445         tokens: we should start using this instead of embedding magic numbers
10446         all over the code.
10447
10448 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
10449
10450         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
10451         Move metadata_t info from cli_image_info_t to MonoImage, where
10452         it's easily accessible. Changed all the uses accordingly.
10453         Added the method and class caches to MonoImage.
10454         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
10455         and mono_metadata_decode_value () signature to be more consistent
10456         with the other parse functions (and simplify code). Taken advantage
10457         of zero-length array allocation with GCC. Removed reduntant (and
10458         wrong) MonoFieldType struct and use MonoParam instead. Changed
10459         mono_metadata_parse_field_type () to use common code for parsing.
10460         Added mono_metadata_typedef_from_field () and
10461         mono_metadata_typedef_from_method () to lookup a typedef index from a
10462         field or method token.
10463         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
10464
10465 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
10466
10467         * metadata.c (mono_metadata_parse_field_type): Implement. 
10468         (do_mono_metadata_parse_type): Split engine from
10469         mono_metadata_parse_type, so that we can create smaller structures
10470         for things that just have one pointer to the MonoType (look at
10471         the MonoFieldType)
10472
10473 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
10474
10475         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
10476         as Jan Gray found out, it is incorrect. 
10477
10478 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
10479
10480         * assembly.c: Implement asssembly loading.  This loads an image
10481         and loads all the referenced assemblies.  Come to think of it, we
10482         could always do lazy loading of the assemblies. 
10483
10484         * image.c (mono_image_open): Keep loaded images in a hashtable.
10485
10486         * image.h (MonoImage): Add reference count.
10487
10488 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
10489
10490         * assembly.c (mono_assembly_open): Keep track of the file name in
10491         case the assembly has no ASSEMBLY table.
10492
10493         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
10494         from get.c here.
10495
10496 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
10497
10498         * metadata.c, metadata.h: decode local vars in method header
10499         parse function. Change callers accordingly.
10500
10501 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
10502
10503         * metadata.h, cil-coff.h: protect against multiple inclusion.
10504         Added some new structures to hold information decoded from metadata:
10505         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
10506         and relevant decoding/free functions.
10507         * metadata.c: implement decoding functions. Add warning for out of bounds
10508         index in mono_metadata_locate(). Implement mono_get_method () to retreive
10509         all the info about a method signature and invocation. Remove check on
10510         uninitialized local var in parse_mh() and fix memory leak.
10511
10512 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
10513
10514         * metadata.h: More macros.
10515
10516         * tokentype.h: New file.
10517
10518 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
10519
10520         * assembly.c: added a consistency check and initialize
10521         some structures with g_new0().
10522         * metadata.c: fixed a couple more bugs in table size computation
10523         and add other checks for out-of bound access to metadata.
10524
10525 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
10526
10527         * metatada.c: fix bugs computing table sizes. Spew a
10528         warning when index in string heap is out of bounds.
10529
10530 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
10531
10532         * metadata.h: Add a couple of macros to manipulate tokens. 
10533
10534 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
10535
10536         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
10537         cli_section_tables).
10538
10539 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
10540
10541         * metadata.c (mono_metadata_user_string): New function, provides
10542         access to the UserString heap. 
10543
10544 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
10545
10546         * metadata.c: Add inline documentation.
10547
10548 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
10549
10550         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
10551         files. 
10552
10553 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
10554
10555         * typeattr.h: New file, TypeAttribute flags. 
10556
10557 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
10558
10559         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
10560         mono_assembly_ensure_section): Section loading code.
10561         (load_section_tables): Load the sections.
10562
10563         * mono/metadata/metadata.c (mono_metadata_locate_token,
10564         mono_metadata_locate): Functions to locate the information
10565         definition given a token or a table and an index.
10566         (mono_metadata_compute_table_bases): New.
10567         (compute_size): New function to compute the sizes of the various
10568         tables.
10569
10570         * mono/metadata/metadata.h: Finish listing the different index
10571         types. 
10572
10573         * mono/metadata/pedump.c: Improve to dump new information.
10574
10575 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
10576
10577         * mono/metadata/metadata.c: Entered all the tables matching
10578         Beta2. 
10579
10580         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2
10581
10582
10583
10584
10585
10586
10587
10588