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