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