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