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