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