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