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