Tue Feb 8 18:12:27 CET 2005 Paolo Molaro <lupus@ximian.com>
[mono.git] / mono / metadata / ChangeLog
1
2 Tue Feb 8 18:12:27 CET 2005 Paolo Molaro <lupus@ximian.com>
3
4         * object.c: cleaned up some code, allocate objects that are
5         pointer free with the atomic malloc variant. Allocate memory
6         for static data from the mempool if it's pointer-free.
7         Allocate the bounds array at the end of the array data, when needed.
8         * object-internals.h, object.h: move a private function in a private
9         header.
10         * class.c: handle missing case in tracking references in fields.
11
12 Tue Feb 8 18:04:51 CET 2005 Paolo Molaro <lupus@ximian.com>
13
14         * class.c, class-internals.h: keep track if a type has
15         reference fields in either the instance or static fields.
16
17 2005-02-07  Lluis Sanchez Gual  <lluis@novell.com>
18
19         * domain.c, domain-internals.h: Moved RuntimeInfo to domain-internals.h,
20         and renamed to MonoRuntimeInfo. Added fields to store the expected
21         framework assembly version. Changed mono_get_framework_version and
22         mono_get_runtime_version for a single mono_get_runtime_info method.
23         
24         * assembly.c: Added method to remap system assembly versions to the
25         current executing runtime version. Removed old mapping code.
26         Remap assembly versions in mono_assembly_load and mono_assembly_loaded.
27         
28         * icall.c, reflection.c: Track api changes.
29
30 2005-02-06  Miguel de Icaza  <miguel@novell.com>
31
32         * loader.c (method_from_memberref): Improve error reporting,
33         produce the class name instead of the typeref/typedef index. 
34
35 2005-02-07  Zoltan Varga  <vargaz@freemail.hu>
36
37         * marshal.c (mono_marshal_get_stfld_remote_wrapper): Fix wrapper type.
38
39 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
40
41         * loader.c (mono_lookup_pinvoke_call): Allow for combination of
42         stdcall and charset name mangling.  Reorganize the code and add
43         some tracing stuff.
44
45 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
46
47         * monodiet.c: More iters!
48
49         * marshal.c: Iter usage.
50
51         * icall.c: Iter usage.
52
53         * object.c: Use iters.
54
55         * debug-helpers.c: More iters
56
57 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
58
59         * loader.c (mono_lookup_pinvoke_call): Add brute-force checking for mangled function names
60         under win32.
61
62 2005-02-05  Ben Maurer  <bmaurer@ximian.com>
63
64         * mono-debug-debugger.c: use iters
65
66         * class.c, class-internals.h: mono_class_setup_events is static
67         now
68
69         * All callers: use iters
70
71 2005-02-05  Zoltan Varga  <vargaz@freemail.hu>
72
73         * class.c string-icalls.c marshal.c reflection.c: Applied patch from
74         Robert Jordan (robertj@gmx.net). Fix compilation errors under gcc-2.95.
75
76 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
77
78         * object.c (mono_class_proxy_vtable): Add missing _setup () calls.
79
80         * marshal.h: Add prototypes for ldfld/stfld_remote.
81
82         * appdomain.c (mono_domain_fire_assembly_load): Handle the case when
83         this is called during startup.
84         
85 Fri Feb 4 20:27:58 CET 2005 Paolo Molaro <lupus@ximian.com>
86
87         * appdomain.c, monitor.c, monitor.h, threads-types.h: made the
88         MonoThreadsSync struct private in monitor.c. Changed the way
89         MonoThreadsSync is allocated so it's faster and there is no
90         need to keep track of it with a finalizer and it uses less memory.
91         This also finally allows us to allocate mono objects as ptrfree when
92         there are no reference fields.
93
94 Fri Feb 4 20:24:03 CET 2005 Paolo Molaro <lupus@ximian.com>
95
96         * gc.c, null-gc.c, boehm-gc.c, gc-internal.h: added functions to deal with
97         disappearing link to the GC interface and use them to simplify
98         the gchandles code.
99
100 2005-02-04  Zoltan Varga  <vargaz@freemail.hu>
101
102         * class-internals.h marshal.c: Add two new wrappers, ldfld_remote and
103         stfld_remote which call mono_load/store_field_new. This allows methods
104         calling ldfld/stfld wrappers to be AOTed.
105
106         * console-io.c: Include sys/filio.h under solaris.
107         
108         * console-io.c: Include curses.h if needed correctly.
109
110 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
111         
112         * icall.c (ves_icall_MonoMethod_get_base_definition): Initialize
113         method->klass as well.
114
115         * class-internals.h (MonoCachedClassInfo): Add 'finalize_image' field.
116
117         * class.c (mono_class_init): Switch on lazy initialization of 
118         methods.
119
120         * class.c (mono_class_get_finalizer): Handle the case when the 
121         finalizer is inherited.
122
123 2005-02-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
124
125         * console-io.c: <curses.h> is needed by term.h on solaris.
126
127 2005-02-03  Ben Maurer  <bmaurer@ximian.com>
128
129         * icall.c, class-internals.h, monodiet.c, class.c: Remove
130         mono_class_setup_properties where possible. Remove this ftn from
131         the header file, and make it static.
132
133 2005-02-03  Zoltan Varga  <vargaz@freemail.hu>
134
135         * loader.c: Add missing setup_... call.
136
137         * class.c: Add missing setup_... calls.
138
139         * class.c (mono_class_init): Switch on lazy initialization of 
140         the generic vtable.
141         
142         * class.c (mono_class_init): Fix generics broken by the recent changes.
143
144         * monodiet.c (handle_type): Add missing setup_... calls.
145
146         * class.c: Back out garbage in previous patch.
147         
148         * class.c: Add missing setup_... calls.
149
150         * class.c (mono_class_get_method_from_name_flags): Avoid calling
151         mono_class_setup_methods () if possible.
152
153         * class-internals.h (MonoClass): Add 'has_cctor' flag.
154
155         * class-internals.h (MonoCachedClassInfo): New structure.
156
157         * class.c: Initialize properties and events fields of MonoClass lazily.
158
159         * class.c: Add infrastructure for lazily initializing the methods and
160         vtable fields of MonoClass. Not yet used.
161
162         * class.c (mono_class_get_finalizer): New helper function.
163
164         * class.c: Add infrastructure for loading some class related data from
165         an AOT file.
166
167         * object.c: Add infrastructure for initializing the vtable from data
168         in the AOT file.
169
170         * gc.c (run_finalize): Use mono_class_get_finalizer ().
171
172         * class.c loader.c object.c icall.c gc.c reflection.c: Call the
173         appropriate initialization function before accessing parts of the
174         MonoClass structure.
175
176         * marshal.c: Fix warnings.
177         
178         * marshal.c (emit_marshal_array): Add missing 'break'. Fixes #72169.
179
180         * mono-debug-debugger.c (get_exception_message): Use 
181         mono_class_get_method_from_name_flags ().
182
183 2005-02-02  Ben Maurer  <bmaurer@ximian.com>
184
185         * reflection.c, appdomain.c: Replace a few manual searches that
186         Zoltan missed. (Paolo approved this part of my initial patch).
187
188 Wed Feb 2 16:32:08 CET 2005 Paolo Molaro <lupus@ximian.com>
189
190         * profiler.c: disable recording statistical events at report time.
191
192 Wed Feb 2 14:14:00 CET 2005 Paolo Molaro <lupus@ximian.com>
193
194         * icall.c: patch from Geoff Norton <gnorton@customerdna.com>
195         to byteswap arrays of enum values, too (bug #72080).
196
197 2005-02-02  Zoltan Varga  <vargaz@freemail.hu>
198
199         * appdomain.c (set_domain_search_path): Allow this to be called if
200         domain->setup is not yet set.
201
202         * loader.c (mono_method_get_index): New helper function.
203
204         * loader.c reflection.c: Use mono_method_get_index ().
205
206         * class.c (mono_class_get_method_from_name_flags): New helper method.
207
208         * debug-helpers.h debug-helpers.c (mono_find_method_by_name): Remove
209         this.
210
211         * class.c (mono_class_get_cctor): New helper method.
212
213         * string-icalls.c object.c class.c marshal.c reflection.c: Use
214         mono_class_get_method () to look up methods.
215
216 2005-02-01  Miguel de Icaza  <miguel@novell.com>
217
218         * console-io.c: Fix the build, this should work on Windows.
219
220 2005-01-31  Ben Maurer  <bmaurer@ximian.com>
221
222         * marshal.c (mono_marshal_xdomain_copy_out_value): cached_str must
223         be set to null to keep things valid
224
225 2005-01-31 Gonzalo Paniagua Javier <gonzalo@ximian.com>
226
227         * icall.c: added Console 2.0 icalls.
228         * Makefile.am: added console-io.[ch]
229         * console-io.[ch]: internal calls for Console 2.0 API.
230
231 Mon Jan 31 19:01:29 CET 2005 Paolo Molaro <lupus@ximian.com>
232
233         * class.c: make sure we consider all the interfaces
234         when calculating max_interface_id (bug found by
235         Jeroen Frijters running ikvm).
236
237 2005-01-31  Zoltan Varga  <vargaz@freemail.hu>
238
239         * icall.c (ves_icall_FieldInfo_SetValueInternal): Handle setting of
240         valuetype fields to null.
241
242         * object.c (set_value): Ditto. Fixes #71669.    
243
244 2005-01-31  Martin Baulig  <martin@ximian.com>
245
246         * metadata.c (mono_metadata_has_generic_params): New public
247         function; checks whether something is a generic method.
248
249 Sun Jan 30 20:19:48 CET 2005 Paolo Molaro <lupus@ximian.com>
250
251         * appdomain.c: fix infinite recursion when adding assemblies.
252
253 2005-01-30  Sebastien Pouliot  <sebastien@ximian.com>
254
255         * object.c: Fix small typo to return all items for Environment.
256         GetCommandLineArgs.
257
258 Sun Jan 30 16:49:01 CET 2005 Paolo Molaro <lupus@ximian.com>
259
260         * domain.c, appdomain.c, assembly.c, image.c, domain-internals.h,
261         reflection.c: more domain and assembly-unload related fixes
262         and memory leaks plugs.
263
264 2005-01-30  Zoltan Varga  <vargaz@freemail.hu>
265
266         * class.c loader.c security.c loader.h process.c threads.c mono-debug-debugger.c profiler.c marshal.c rand.cpedump.c: Fix 64 bit warnings.
267
268 2005-01-29  Ben Maurer  <bmaurer@ximian.com>
269
270         * loader.c (mono_method_signature): Make this method lazy
271         (mono_get_method_from_token): Don't computate the signature here.
272
273         Doing this saves quite a bit of memory. I got 90 kb on starting up
274         monodoc. It should also save some disk reads on startup.
275
276         * *: MonoMethod->signature might be NULL now. You *MUST* use
277         mono_method_signature.
278
279 2005-01-29  Zoltan Varga  <vargaz@freemail.hu>
280
281         * object.c (mono_runtime_get_main_args): Return an array from the
282         current domain here. Fixes #71938.
283
284 Sat Jan 29 15:59:05 CET 2005 Paolo Molaro <lupus@ximian.com>
285
286         * monitor.c: formatting changes to comply with the
287         mono coding style and remove #ifdefs from the code.
288
289 Sat Jan 29 15:18:54 CET 2005 Paolo Molaro <lupus@ximian.com>
290
291         * metadata.c, private.h: remove some unneeded data
292         and use a more compact representation for table schemas.
293
294 Fri Jan 28 18:23:44 CET 2005 Paolo Molaro <lupus@ximian.com>
295
296         * metadata.c, metadata-internals.h: add mono_aligned_addr_hash()
297         to get a better distribution in hash tables.
298         * *.c: use mono_aligned_addr_hash() where appropriate.
299         * assembly.c: make var static.
300
301 2005-01-28  Zoltan Varga  <vargaz@freemail.hu>
302
303         * domain-internals.h: Put MonoJitInfo on a diet.
304
305         * domain.c: Fix a warning.
306
307 Wed Jan 26 22:20:46 CET 2005 Paolo Molaro <lupus@ximian.com>
308
309         * gc.c: rework the gc handles code to reuse handles
310         when freed.
311
312 Wed Jan 26 17:34:09 CET 2005 Paolo Molaro <lupus@ximian.com>
313
314         * domain.c: fixed long standing bug in mono_string_equal() which
315         was brought to light with the ldstr changes.
316
317 2005-01-26  Sebastien Pouliot  <sebastien@ximian.com>
318
319         * reflection.c: Remove warning by adding missing include for marshal.h
320
321 Tue Jan 25 18:06:00 CET 2005 Paolo Molaro <lupus@ximian.com>
322
323         * domain.c, object.c: change the ldstr_table to hold
324         MonoString* as keys: makes the runtime isinterned lookup
325         faster and simplifies memory management.
326
327 2005-01-25  Sebastien Pouliot  <sebastien@ximian.com> 
328  
329         * icall.c: Renamed GetEnvironmentVariable so internal* so it was
330         possible to add imperative security checks before calling the icall.
331         * reflection.c: Return security attributes on the original MonoMethod
332         (and not the wrapped one). This fix permissions on icalls.
333
334 2005-01-25  Dick Porter  <dick@ximian.com>
335
336         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Make
337         the check for mktime() support actually test the mktime() return
338         value.  "Fixes" bug 71682, though the output is still different to
339         MS.
340
341 2005-01-25  Martin Baulig  <martin@ximian.com>
342
343         * class.c (mono_class_is_assignable_from): Make this work for
344         generic instances.
345
346 2005-01-24  Ben Maurer  <bmaurer@ximian.com>
347
348         * marshal.c (mono_string_utf8_to_builder)
349         (mono_string_builder_to_utf16): We might not have ownership of the
350         string. In thise case, we need to create a new buffer.
351
352         * object-internals.h (mono_stringbuilder_capacity): sb->str might
353         be null, in which case, use the default capacity.
354
355 Mon Jan 24 16:42:29 CET 2005 Paolo Molaro <lupus@ximian.com>
356
357         * gc-internal.h, null-gc.c, profiler.c, boehm-gc.c: hook the
358         GC events to the profiler.
359
360 Mon Jan 24 15:59:54 CET 2005 Paolo Molaro <lupus@ximian.com>
361
362         * gc.c: remove valgrind detection nonsense. Set GC_DONT_GC
363         if you don't want the GC to run.
364
365 Mon Jan 24 15:53:25 CET 2005 Paolo Molaro <lupus@ximian.com>
366
367         * Makefile.am, gc.c, mono-gc.h, boehm-gc.c, null-gc.c, gc-internal.h:
368         start providing a GC API and keeping different implementations in
369         their own file.
370         * profiler.h, profiler.c, profiler-private.h: provide the GC events API.
371
372 2005-01-22  Ben Maurer  <bmaurer@ximian.com>
373
374         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Use
375         mmap rather than allocating a huge buffer.
376         (mono_debug_close_mono_symbol_file): Free the buffer allocated
377         above.
378
379 2005-01-22  Sebastien Pouliot  <sebastien@ximian.com>
380
381         * icall.c: Add new internal calls for SecurityManager.SecurityEnabled
382         and CheckExecutionRights.
383         * reflection.c|h: Keep the index of the declarative security to be 
384         used, instead of the pointer, when AOT compiler is used. Also add 
385         class initialization when requesting demands.
386         * security-manager.c|h: Implement SecurityManager.SecurityEnabled and
387         CheckExecutionRights. Both properties are now FALSE by default, and
388         unmodifiable, unless the --security option is used.
389
390 Fri Jan 21 15:29:27 CET 2005 Paolo Molaro <lupus@ximian.com>
391
392         * domain.c, appdomain.c, assembly.c, image.c, metadata-internals.h,
393         reflection.c: properly refcount images and assemblies, many leaks fixed.
394
395 2005-01-20 Gonzalo Paniagua Javier <gonzalo@ximian.com>
396
397         * threadpool.c: increase the timeout for threads in the thread pool to
398         10s.  Fixes bug #67159.
399
400 2005-01-20  Bernie Solomon  <bernard@ugsolutions.com>
401
402         * class-internals.h: Sun's compiler insists on explicit
403         signed on bit fields to handle then correctly.
404
405 2005-01-19  Miguel de Icaza  <miguel@ximian.com>
406
407         * file-io.c (ves_icall_System_IO_MonoIO_get_InvalidPathChars):
408         Make the size of the array fit only the number of invalid path
409         chars that we have.
410
411         * class.c (_mono_class_get): Improve the error reporting when a
412         class referenced is not found, to assist debugging. 
413
414 Wed Jan 19 19:57:43 CET 2005 Paolo Molaro <lupus@ximian.com>
415
416         * threads.c: fix off-by-one error.
417         * domain.c: free data allocated in the domain.
418
419 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
420
421         * reflection.c (mono_method_body_get_object): Fill out exception info
422         as well.
423
424         * object-internals.h: Add MonoReflectionExceptionHandlingClause 
425         structure.
426         
427 2005-01-19  Martin Baulig  <martin@ximian.com>
428
429         * loader.c (mono_get_method_constrained): Make this work again.
430
431 2005-01-19  Zoltan Varga  <vargaz@freemail.hu>
432
433         * object-internals.h (_MonoReflectionMethodBody): Make local_index a 
434         guint16 to match the managed side.
435
436         * reflection.c (mono_reflection_body_get_object): Fill out local
437         variables array.
438
439         * reflection.c (mono_method_body_get_object): Fill out local_var_sig_token
440         as well.
441
442         * object-internals.h (_MonoReflectionMethodBody): Rename 'sig_token' to
443         'local_var_sig_token'.
444
445 2005-01-18  Zoltan Varga  <vargaz@freemail.hu>
446
447         * loader.c (mono_lookup_pinvoke_call): Revert the previous patch as it breaks 
448         System.Drawing.
449
450         * reflection.c (mono_method_body_get_object): Handle abstract and
451         runtime methods.
452
453 Mon Jan 17 19:22:39 CET 2005 Paolo Molaro <lupus@ximian.com>
454
455         * marshal.c, loader.c, class-internals.h, reflection.c:
456         store the emthod data for a wrapper in an array instead of a list.
457
458 Mon Jan 17 18:48:53 CET 2005 Paolo Molaro <lupus@ximian.com>
459
460         * marshal.c: change the code to allocate memory more
461         conservatively for method wrappers.
462
463 Mon Jan 17 18:03:30 CET 2005 Paolo Molaro <lupus@ximian.com>
464
465         * class-internals.h, marshal.c: move the str_to_ptr and ptr_to_str
466         fields from MonoClass to the marshal info structure where they belong.
467
468 Mon Jan 17 16:14:46 CET 2005 Paolo Molaro <lupus@ximian.com>
469
470         * class.c, object.c, class-internals.h, marshal.c: rearrange
471         some fields and tweak some types to lower memory usage.
472
473 2005-01-17  Zoltan Varga  <vargaz@freemail.hu>
474
475         * threads.c (signal_thread_state_change): Handle the case when the
476         target thread is the current thread.
477
478         * marshal.c (mono_struct_delete_old): Do not free lpwstr fields.
479
480         * marshal.c: Rename emit_ptr_to_str_conv and its pair to 
481         emit_ptr_to_object_conv. 
482
483         * marshal.c (emit_ptr_to_object_conv): Add support for lpwstr->str
484         marshalling. Fixes #71352.
485
486 Mon Jan 17 10:59:20 CET 2005 Paolo Molaro <lupus@ximian.com>
487
488         * metadata.h, blob.h: move table enum to blob.h so it can be included
489         in any header.
490         * image.c, metadata.c, metadata-internals.h, pedump.c, reflection.c:
491         cut the size of MonoImage/MonoDynamicImage.
492
493 2005-01-16  Zoltan Varga  <vargaz@freemail.hu>
494
495         * profiler.c (mono_profiler_install_simple): Fix default arguments.
496
497 Sun Jan 16 12:25:22 CET 2005 Paolo Molaro <lupus@ximian.com>
498
499         * reflection.c, reflection.h, icall.c: add a function to check
500         if an attribute type is defined for a metadata object.
501
502 2005-01-14  Lluis Sanchez Gual  <lluis@novell.com>
503
504         * object-internals.h: Added some needed fields from StringBuilder class.
505         * marshal.c: Set the maxCapacity when creating a StringBuilder.
506
507 2005-01-13  Zoltan Varga  <vargaz@freemail.hu>
508
509         * icall.c (ves_icall_System_Environment_Exit): Suspend all managed
510         threads before shutting down the runtime.
511
512         * threads.c (mono_thread_suspend_all_other_threads): New helper function.
513
514 Thu Jan 13 18:16:35 CET 2005 Paolo Molaro <lupus@ximian.com>
515
516         * object-internal.h, threads.c: implement stacksize and 
517         parameterized thread start functionality (requires
518         matching corlib). Marked broken code for later removal.
519
520 2005-01-12  Martin Baulig  <martin@ximian.com>
521
522         * class-internals.h (MonoGenericClass): Moved the `initialized'
523         flag to MonoDynamicGenericClass, removed `init_pending'.
524         (MonoGenericInst): Added `is_reference' flag.
525
526 2005-01-12  Zoltan Varga  <vargaz@freemail.hu>
527
528         * reflection.c (mono_image_create_pefile): Only set the pe_offset
529         inside the MSDOS header. Fixes #71201.
530
531         * gc.c (mono_gc_cleanup): Handle the case when this is called from the
532         gc thread.
533         (mono_domain_finalize): Ditto.
534
535 2005-01-12  Martin Baulig  <martin@ximian.com>
536
537         * class.c (mono_get_shared_generic_class): Use the cache for
538         non-dynamic generic classes.
539
540         * class-internals.h (mono_class_create_generic_2): Removed
541         function prototype, this function is now static inside class.c.
542
543         * class.c (mono_class_create_generic_2): Made this static, only
544         call it from mono_class_init() and mono_class_setup_parent().
545         (collect_implemented_interfaces_aux): Call mono_class_init() on
546         the interfaces we collect.
547         (mono_class_setup_vtable): Call mono_class_init (class->parent).
548
549 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
550
551         * threads.c (mono_thread_attach): Call DuplicateHandle on the thread handle on win32 to make
552         it a real thread handle.
553
554         * domain-internals.h: Move exvar_offset from MonoJitInfo to 
555         MonoJitExceptionInfo, since each catch clause needs its own variable.
556         
557 2005-01-11  Dick Porter  <dick@ximian.com>
558
559         * image.c (mono_pe_file_open): New variant on mono_image_open()
560         that does not set up the CLI metadata; used for FileVersionInfo so
561         it can get the data for windows binaries too.
562         
563         * process.c (process_read_string_block): Don't read off the end of
564         the StringTable block.
565
566         These both fix bug 70766.
567
568 Tue Jan 11 15:26:00 CET 2005 Paolo Molaro <lupus@ximian.comt>
569
570         * gc.c: set some fields to NULL at GC cleanup time.
571         * threads.c: if we quit the main thread, call exit ().
572
573 2005-01-11  Zoltan Varga  <vargaz@freemail.hu>
574
575         * threads.c (interruption_request_apc): Decore APC callbacks with CALLBACK under win32.
576
577 Mon Jan 10 18:47:28 CET 2005 Paolo Molaro <lupus@ximian.com>
578
579         * threads.h, threads.c, object.c: added accessor and settor for
580         main_thread. Handle it specially when exiting from it: wait
581         for other foreground threads to exit.
582
583 Mon Jan 10 12:06:18 CET 2005 Paolo Molaro <lupus@ximian.com>
584
585         * process.c, verify.c: remove some bloat.
586
587 2005-01-09  Zoltan Varga  <vargaz@freemail.hu>
588
589         * loader.c (mono_lookup_pinvoke_call): If we found the function without name mangling, change
590         the calling convention to cdecl under win32.
591
592 2005-01-08  Ben Maurer  <bmaurer@ximian.com>
593
594         * object.c (mono_object_get_size): New function to get the size of
595         an object instance.
596
597         * profiler.c (simple_allocation): Use above.
598
599 2005-01-08  Sebastien Pouliot  <sebastien@ximian.com>
600
601         * appdomain.c: Replaced ves_icall_System_AppDomain_getDomainByID by
602         ves_icall_System_AppDomain_getRootDomain (as it's not required to
603         get an appdomain by it's id and we can't assume the root's id is 0).
604         * domain-internals.h: Change the function prototype to match.
605         * icall.c: Change the icall table for AppDomain.
606
607 2005-01-08  Miguel de Icaza  <miguel@ximian.com>
608
609         * locales.c (string_invariant_compare_char): Only compute
610         GUnicodeTypes in the case where we need them.  Test for ordinality
611         first and return if so.
612
613         From the commit:
614
615                 /*
616                  * FIXME: here we must use the information from c1type and c2type
617                  * to find out the proper collation, even on the InvariantCulture, the
618                  * sorting is not done by computing the unicode values, but their
619                  * actual sort order.
620                  */
621
622 Sat Jan 8 19:03:26 CET 2005 Paolo Molaro <lupus@ximian.com>
623
624         * loader.c: for P/Invoke methods, allow the "Internal" shared
625         library name to refer to the calling process symbol namespace.
626
627 2005-01-07  Sebastien Pouliot  <sebastien@ximian.com>
628
629         * Makefile.am: Add the security manager to the build.
630         * security-manager.c|h: New. Initialization of the security manager.
631
632 2005-01-07  Dick Porter  <dick@ximian.com>
633
634         * threads.c: 
635         * monitor.c: Update thread state during Monitor and WaitHandle
636         waits.  Fixes bug 71031.
637
638 2005-01-07  Zoltan Varga  <vargaz@freemail.hu>
639
640         * reflection.c (property_encode_signature): Correctly handle when the
641         property has no methods.
642
643 2005-01-06  Zoltan Varga  <vargaz@freemail.hu>
644
645         * reflection.c (reflection_methodbuilder_to_mono_method): Remove debug stuff.
646         
647         * reflection.c (reflection_methodbuilder_from_method_builder): Copy
648         fields from mb, not rmb. Fixes #71017.
649
650         * marshal.c (emit_ptr_to_str_conv): Add support for 
651         ByValTStr -> string conversion. Fixes #71015.
652
653         * appdomain.c (mono_domain_owns_vtable_slot): New helper function.
654
655         * mempool.c (mono_mempool_contains_addr): New helper function.
656
657 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
658
659         * metadata.c (mono_metadata_compute_size): Fix size calculation of
660         HasSematics encoded fields.
661         
662         * metadata.c (mono_type_to_unmanaged): Improve error message for 
663         invalid string marshalling.
664
665         * metadata.c: Fix warnings.
666         
667 Wed Jan 5 16:17:27 CET 2005 Paolo Molaro <lupus@ximian.com>
668
669         * profiler-private.h, profiler.c, profiler.h, gc.c: sample statistical
670         profiler support.
671
672 2005-01-05  Zoltan Varga  <vargaz@freemail.hu>
673
674         * domain.c object.c domain-internals.h: Revert part of r38077 since the
675         keys to proxy_vtable_hash are GCd objects. Fixes running the class lib
676         tests.
677
678 2005-01-03  Zoltan Varga  <vargaz@freemail.hu>
679
680         * marshal.c: Use MONO_CLASSCONST instead of MONO_LDPTR in some places,
681         so methods containing these can be AOTed.
682
683 2005-01-03  Martin Baulig  <martin@ximian.com>
684
685         * loader.c (find_method): Removed the hack for generic instances.
686         (method_from_memberref): If our parent is a generic instance, pass
687         its generic type definition to find_method() and then inflate the
688         method.
689         (mono_get_method_constrained): Pass the generic type definition to
690         find_method() and inflate the method later.
691
692         * class-internals.h (MonoStats): Added `generic_class_count'.
693
694         * icall.c (ves_icall_MonoGenericMethod_get_reflected_type):
695         Renamed to ves_icall_MonoGenericMethod_get_ReflectedType().
696
697         * reflection.c (mono_custom_attrs_from_params): Don't ignore
698         generic type definitions.
699
700 2004-12-30  Zoltan Varga  <vargaz@freemail.hu>
701
702         * loader.c icall.c: Fix warnings.
703
704 2004-12-29  Zoltan Varga  <vargaz@freemail.hu>
705
706         * marshal.c (mono_marshal_get_managed_wrapper): Fix returning of
707         blittable types. Fixes #70864.
708
709 2004-12-29  Martin Baulig  <martin@ximian.com>
710
711         * icall.c
712         (ves_icall_MonoGenericMethod_get_reflected_type): New interncall.
713
714         * reflection.c (mono_method_get_object): Create a
715         "System.Reflection.MonoGenericMethod" for inflated methods; don't
716         call mono_get_inflated_method().
717
718         * class-internals.h (MonoStats): Added `inflated_method_count_2'.
719
720 2004-12-27  Martin Baulig  <martin@ximian.com>
721
722         * class-internals.h (MonoMethod): Added `is_inflated' flag.
723         (MonoMethodInflated): Added `inflated' field.
724
725         * class.c (mono_class_inflate_generic_method): Don't really
726         inflate the method here; just set the `is_inflated' flag in the
727         MonoMethod.
728         (mono_class_get_inflated_method): Actually inflate the method here
729         if it's not already inflated; we use the MonoMethodInflated's new
730         `inflated' field as a cache.
731
732 2004-12-26  Martin Baulig  <martin@ximian.com>
733
734         * class.c
735         (inflate_generic_class): Moved some code out of inflate_generic_type().
736         (mono_class_inflate_generic_method): If we're already inflated,
737         inflate the context and use the declaring method; ie. make sure
738         the declaring method of an inflated method is always the generic
739         method definition.
740         (mono_class_create_from_typedef): Create
741         `class->generic_container->context->gclass'.
742
743 2004-12-24  Ben Maurer  <bmaurer@ximian.com>
744
745         * metadata-internals.h, marshal.c, reflection.c: More
746         MonoGHashTable->GHashTable.
747
748         * domain-internals.h, class.c: Change MonoGHashTable's into
749         GHashTables for some cases where no gc stuff is used
750
751         All users: update apis
752
753 2004-12-23  Ben Maurer  <bmaurer@ximian.com>
754
755         * metadata.c (builtin_types): Make this `const'. Makes this get
756         put into the shareable section.
757         (mono_metadata_init): Casts to make gcc happy.
758
759 2004-12-22  Zoltan Varga  <vargaz@freemail.hu>
760
761         * gc.c (mono_gc_init): Add a '\n' to the valgrind warning.
762
763 2004-12-21  Sebastien Pouliot  <sebastien@ximian.com> 
764
765         * icall.c: Added an internal call to retrieve the position and length
766         of assembly-level declarative security attributes (RequestMinimum, 
767         RequestOptional and RequestRefuse). This is used by the Assembly class
768         to re-create the corresponding permission sets.
769
770 Tue Dec 21 14:50:31 CET 2004 Paolo Molaro <lupus@ximian.com>
771
772         * marshal.c: fix the stelemref wrapper to be type correct
773         (and faster).
774
775 2004-12-20  Ben Maurer  <bmaurer@ximian.com>
776
777         * icall.c (ves_icall_System_Object_GetHashCode): There was no need
778         to do key & 0x7fffffff. Hashtable already does this. It just
779         results in longer code.
780
781 2004-12-20  Sebastien Pouliot  <sebastien@ximian.com>
782
783         * appdomain.c: Bump corlib version.
784         * class-internals.h: Added RuntimeSecurityFrame to mono_defaults.
785         * domain.c: Add RuntimeSecurityFrame to mono_defaults.
786         * reflection.c|h: Add functions to get declarative security infos
787         (blob position and length) for assemblies, classes and methods.
788
789 Mon Dec 20 15:28:54 CET 2004 Paolo Molaro <lupus@ximian.com>
790
791         * reflection.c: sort the constant table (bug #70693).
792
793 Mon Dec 20 12:19:37 CET 2004 Paolo Molaro <lupus@ximian.com>
794
795         * object-internals.h, threads.c, domain.c: add accessors for
796         the MonoThread and MonoDomain tls keys.
797
798 2004-12-18  Martin Baulig  <martin@ximian.com>
799
800         * class.c (inflate_generic_type): If we're inflating a generic
801         instance, set `ngclass->context->container = context->container';
802         ie. the container we inflated into.
803
804         * metadata.c (mono_metadata_parse_generic_param): Reflect above
805         inflate_generic_type() changes.
806
807 2004-12-17  Martin Baulig  <martin@ximian.com>
808
809         * class-internals.h
810         (MonoGenericClass): Replaced `MonoType *generic_type' with
811         `MonoClass *generic_class'.  Removed `dynamic_info'; if
812         `is_dynamic' is true, we're a `MonoDynamicGenericClass'.
813         (MonoDynamicGenericClass): Derive from `MonoGenericClass'.
814
815 2004-12-16  Zoltan Varga  <vargaz@freemail.hu>
816
817         * exception.c (mono_exception_from_token): New helper function.
818
819 2004-12-15  Zoltan Varga  <vargaz@freemail.hu>
820
821         * assembly.c (mono_assembly_load_with_partial_name): Call 
822         mono_assembly_loaded before invoking the preload hooks. Fixes
823         #70564.
824
825         * object-internals.h (MonoThread): Change culture_info and 
826         ui_culture_info into an array.
827
828         * threads.c: Cache culture info objects from more than one appdomain.
829
830         * threads.c threads-types.h icall.c: Add icalls for manipulating the 
831         current UI culture.
832
833 2004-12-14  Zoltan Varga  <vargaz@freemail.hu>
834
835         * threads.h threads.c appdomain.c: Clear the culture_info field of
836         all threads during unloading if they point to an object in the dying
837         appdomain.
838
839 2004-12-13  Ben Maurer  <bmaurer@ximian.com>
840
841         * culture-info.h (TextInfoEntry): New struct
842         * object-internals.h: sync with managed
843         * locales.c: fill the `text_info_data' field
844         * culture-info-tables.h: update
845
846 Mon Dec 13 18:10:50 CET 2004 Paolo Molaro <lupus@ximian.com>
847
848         * Makefile.am, monodiet.c: add monodiet, an IL code garbage
849         collector.
850
851 2004-12-12  Ben Maurer  <bmaurer@ximian.com>
852
853         * icall.c (ves_icall_ModuleBuilder_getToken): Check for null
854         (ves_icall_ModuleBuilder_getMethodToken): Ditto
855
856 2004-12-12  Martin Baulig  <martin@ximian.com>
857
858         * mono-debug-debugger.c (write_type): If we're an enum and the
859         builtin types have already been initialized, call mono_class_init().
860
861 2004-12-11  Martin Baulig  <martin@ximian.com>
862
863         * metadata.c (mono_metadata_load_generic_params): Added
864         `MonoGenericContainer *parent_container' argument; automatically
865         compute `container->is_method'; pass the correct owner to
866         get_constraints().      
867
868         * reflection.c (compare_genericparam): Sort the GenericParam table
869         according to increasing owners. 
870
871 Fri Dec 10 18:43:46 CET 2004 Paolo Molaro <lupus@ximian.com>
872
873         * profiler.c: allow disabling the default profiler.
874
875 Fri Dec 10 18:42:11 CET 2004 Paolo Molaro <lupus@ximian.com>
876
877         * decimal.c, icall.c: allow disabling System.Decimal support.
878
879 2004-12-09  Marek Safar <marek.safar@seznam.cz>
880
881         * reflection.c: Add support for null attribute arguments.
882
883 2004-12-09  Martin Baulig  <martin@ximian.com>
884
885         * metadata.h, loader.h: Use `idx' instead of `index' in parameter
886         names to get rid of compiler warnings.
887
888 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
889
890         * marshal.c (mono_marshal_get_struct_to_ptr): Call 
891         mono_marshal_load_type_info (). Fixes #69625.
892         (mono_marshal_get_ptr_to_struct): Likewise.
893
894 2004-12-08  Martin Baulig  <martin@ximian.com>
895
896         * mono-debug.h: Bumped version number to 47.
897
898         * mono-debug-debugger.c
899         (mono_debugger_event_handler, mono_debugger_event): Take two
900         guint64 arguments insteed of a gpointer and a guint32.  
901
902 2004-12-08  Martin Baulig  <martin@ximian.com>
903
904         * debug-mono-symfile.h
905         (MonoDebugLineNumberEntry): Renamed `offset' to `il_offset' and
906         `address' to `native_offset'.
907
908 2004-12-08  Martin Baulig  <martin@ximian.com>
909
910         * class.c (mono_class_create_from_typespec): Only inflate if we
911         either have `context->gclass' or `context->gmethod'.
912
913 2004-12-08  Zoltan Varga  <vargaz@freemail.hu>
914
915         * metadata-internals.h (MonoAssembly): Add 'corlib_internal' field.
916
917         * object-internals.h (MonoReflectionAssemblyBuilder): Move 'corlib_internal' field from Assembly to AssemblyBuilder.
918
919         * reflection.c (mono_image_basic_init): Initialize assembly->corlib_internal from the assembly builder.
920
921         * reflection.c (mono_assembly_get_object): Remove the workaround put
922         in for the release.
923         
924         * appdomain.c: Use the corlib_internal field from MonoAssembly.
925
926         * appdomain.c: Bump corlib version.
927
928         * reflection.c (mono_assembly_get_object): Add a workaround so __MetadataTypes won't
929         be visible in other appdomains.
930
931 2004-12-07  Ben Maurer  <bmaurer@ximian.com>
932
933         * threads.c: Interlocked inc and dec for longs were messed up,
934         use a KISS based impl for this. Fixes 70234
935
936 2004-12-07  Zoltan Varga  <vargaz@freemail.hu>
937
938         * threads.c (ves_icall_System_Threading_Thread_GetCachedCurrentCulture): Make this lock-less.
939
940 Tue Dec 7 10:47:09 CET 2004 Paolo Molaro <lupus@ximian.com>
941
942         * icall.c: fix to follow policy not to allow struct
943         arguments in icalls.
944
945 2004-12-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
946
947         * process.c: make the patch that handles spaces in file paths work
948         on mono/windows too.
949
950 2004-12-06  Martin Baulig  <martin@ximian.com>
951
952         * class.c (mono_class_create_generic): Call
953         mono_class_setup_supertypes() if we're dynamic.
954         (mono_class_is_subclass_of): `g_assert (klass->idepth > 0)'.
955
956 2004-12-06  Zoltan Varga  <vargaz@freemail.hu>
957
958         * object-internals.h: Add new fields to MonoThread.
959
960         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
961
962         * icall.c threads-types.h threads.c: Add new icalls.
963
964         * object-internals.h (MonoThread): Remove unused 'unmanaged' field.
965
966         * object-internals.h (MonoReflectionAssembly): Sync object layout with
967         managed side.
968
969         * appdomain.c: Bump corlib version.
970
971         * appdomain.c (ves_icall_System_AppDomain_GetAssemblies): Skip
972         internal assemblies. Fixes #69181.
973
974 2004-12-05  Martin Baulig  <martin@ximian.com>
975
976         * class.c (mono_class_inflate_generic_signature): Make this a
977         no-op if `context' is NULL or we don't have any type parameters;
978         also copy `sentinelpos'.        
979
980 2004-12-04  Zoltan Varga  <vargaz@freemail.hu>
981
982         * image.c: Add unbox_wrapper_cache.
983
984         * class-internals.h debug-helpers.c: Add MONO_WRAPPER_UNBOX.
985
986         * marshal.h marshal.c (mono_marshal_get_unbox_wrapper): New wrapper
987         function generator.
988         
989         * object.c (mono_delegate_ctor): Call unbox wrapper if neccesary.
990         Fixes #70173.
991
992         * metadata-internals.h image.c: Add MonoImage->unbox_wrapper_cache.
993         
994 2004-12-04  Martin Baulig  <martin@ximian.com>
995
996         * loader.c (mono_method_get_signature_full): New public function;
997         like mono_method_get_signature(), but with an additional
998         `MonoGenericContext *' argument.
999
1000         * class.c (mono_class_inflate_generic_signature): Formerly known
1001         as inflate_generic_signature(); make this public.
1002
1003 2004-12-04  Martin Baulig  <martin@ximian.com>
1004
1005         * metadata.c
1006         (mono_metadata_parse_type_full): Take a `MonoGenericContext *'
1007         instead of a `MonoGenericContainer *'.  
1008         (mono_metadata_parse_array_full): Likewise.
1009         (mono_metadata_parse_signature_full): Likewise.
1010         (mono_metadata_parse_method_signature_full): Likewise.
1011         (mono_metadata_parse_generic_inst): Likewise.
1012         (mono_metadata_parse_generic_param): Likewise.
1013         (mono_metadata_parse_mh_full): Likewise.
1014         (mono_type_create_from_typespec_full): Likewise.
1015
1016 2004-12-03  Martin Baulig  <martin@ximian.com>
1017
1018         * class-internals.h (MonoGenericContainer): Replaced the
1019         `MonoGenericContext * pointer with a `MonoGenericContext'
1020         structure and made it the first element.
1021
1022 2004-12-03  Martin Baulig  <martin@ximian.com>
1023
1024         * class.c
1025         (inflate_generic_type): Set the `context->container' when creating
1026         a new MonoGenericContext.
1027         (mono_class_inflate_generic_method): Likewise.
1028         (mono_class_create_from_typespec): Just use `context->container'
1029         to get the container.
1030
1031         * loader.c (method_from_methodspec): Set `context->parent' from
1032         `context->container' - and if that's a method container, use its
1033         parent.  Also set the `context->container' when creating a new
1034         MonoGenericContext.
1035         (mono_get_method_from_token): Use just `context->container' to get
1036         the container.
1037
1038         * metadata.c (do_mono_metadata_parse_generic_class): Also set
1039         `gclass->context->container'.
1040
1041         * reflection.c (do_mono_reflection_bind_generic_parameters): Set
1042         the `context->container' when creating a new MonoGenericContext.
1043
1044 2004-12-03  Zoltan Varga  <vargaz@freemail.hu>
1045
1046         * reflection.c (compare_genericparam): Sort params with identical
1047         owner by their number. Fixes gen-111 on sparc.
1048
1049 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
1050
1051         * threadpool.c (async_invoke_thread): Call push/pop_appdomain_ref
1052         around the domain changes.
1053
1054         * appdomain.c (mono_domain_unload): Handle the case when the thread
1055         calling Unload is itself being aborted during unloading. Fixes #70022.
1056
1057         * appdomain.h: Add prototype for mono_install_runtime_cleanup.
1058
1059         * marshal.c (emit_thread_interrupt_checkpoint_call): Call 
1060         checkpoint_func as an icall so it gets a wrapper.
1061         (mono_marshal_get_xappdomain_invoke): Call push/pop_appdomain_ref ()
1062         in the cross-appdomain wrappers too.
1063
1064         * threads.c (mono_thread_has_appdomain_ref): Make this public.
1065
1066         * assembly.c (mono_assembly_open_from_bundle): Fix warning.
1067
1068         * reflection.c: Fix some memory leaks.
1069         
1070 2004-12-02  Martin Baulig  <martin@ximian.com>
1071
1072         * metadata-internals.h (MonoImage): Removed `generic_class_cache'.
1073
1074         * metadata.c (generic_class_cache): New static hashtable.
1075         (mono_metadata_lookup_generic_class): New public method.
1076
1077 2004-12-02  Martin Baulig  <martin@ximian.com>
1078
1079         * class.c (mono_class_create_from_typedef): Call
1080         mono_class_setup_parent() and mono_class_create_mono_type() before
1081         parsing the interfaces.
1082
1083 2004-12-02  Martin Baulig  <martin@ximian.com>
1084
1085         * metadata.c (generic_inst_cache): New static hashtable.
1086         (mono_metadata_lookup_generic_inst): New public function.
1087         (mono_metadata_inflate_generic_inst): New public function.
1088         (mono_metadata_parse_generic_inst): New public function.
1089         (do_mono_metadata_parse_generic_class): Use the new
1090         mono_metadata_parse_generic_inst() for parsing the `gclass->inst'
1091         since this'll also use the cache.
1092
1093         * reflection.c (mono_reflection_bind_generic_method_parameters):
1094         Use mono_metadata_lookup_generic_inst() to use the new cache.
1095
1096         * class.c (inflate_mono_type): Use
1097         mono_metadata_inflate_generic_inst() to inflate a generic
1098         instance; this'll also use the new cache.
1099
1100         * loader.c (method_from_methodspec): Use
1101         mono_metadata_parse_generic_inst() and
1102         mono_metadata_inflate_generic_inst() rather than parsing it
1103         manually, so we can use the new cache.
1104
1105 2004-12-02  Zoltan Varga  <vargaz@freemail.hu>
1106
1107         * threads.c (wait_for_tids): Do not incorrectly free threads when 
1108         the wait times out.
1109
1110 2004-12-01  Neale Ferguson <Neale.Ferguson@SoftwareAG-usa.com>
1111
1112         * icall.c (mono_ArgIterator_Setup) : Conditionally compile calculation of
1113         iter->args based on whether parameters are passed in registers (i.e.
1114         MONO_ARCH_REGPARMS is defined)
1115
1116 2004-12-01  Zoltan Varga  <vargaz@freemail.hu>
1117
1118         * loader.c (mono_lookup_pinvoke_call): Use the remapped dll name in
1119         the exception message. Fixes #70070.
1120         (method_from_methodspec): Fix warnings.
1121
1122 2004-12-01 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1123
1124         * process.c: (complete_path) return the path quoted
1125
1126 2004-12-01  Martin Baulig  <martin@ximian.com>
1127
1128         * class-internals.h (MonoGenericInst): New structure.
1129         (MonoGenericClass): Replaced `type_argc', `type_argv' and
1130         `is_open' with `MonoGenericInst *inst'.
1131         (MonoGenericMethod): Replaced `mtype_argc', `mtype_argv' and
1132         `is_open' with `MonoGenericInst *inst'.
1133
1134 2004-11-30  Martin Baulig  <martin@ximian.com>
1135
1136         Generics API cleanup: renamed MonoGenericInst -> MonoGenericClass.
1137
1138         * metadata-internals.h (MonoImage): Renamed `generic_inst_cache'
1139         to `generic_class_cache'.
1140
1141         * metadata.c
1142         (mono_generic_inst_hash): Renamed to mono_generic_class_hash().
1143         (mono_generic_inst_equal): Renamed to mono_generic_class_equal().
1144         (mono_generic_inst_is_valuetype): Renamed to
1145         mono_generic_class_is_valuetype().
1146
1147         * class-internals.h
1148         (MonoGenericInst): Renamed to MonoGenericClass.
1149         (MonoDynamicGenericInst): Renamed to MonoDynamicGenericClass.
1150         (MonoClass): Renamed `generic_inst' to `generic_class'.
1151         (MonoGenericContext): Renamed `ginst' to `gclass'.
1152
1153         * object-internals.h
1154         (MonoReflectionGenericInst): Renamed to MonoReflectionGenericClass.
1155
1156         * reflection.c (mono_reflection_generic_inst_initialize): Renamed to
1157         mono_reflection_generic_class_initialize().
1158
1159         * icall.c (icall_entries): "System.Reflection.MonoGenericInst" is
1160         now known as "System.Reflection.MonoGenericClass".
1161         (monogenericinst_icalls): Renamed to monogenericclass_icalls.
1162
1163 2004-11-29  Sebastien Pouliot  <sebastien@ximian.com>
1164
1165         * class-internals.h: Added a flag field to MonoClass to cache the
1166         declarative security attributes actions associated with the class.
1167         * domain-internals.h: Added booleans to MonoJitInfo to cache the
1168         (class or method level) stack modifiers (Assert, Deny and PermitOnly)
1169         applicable to the JITted method.
1170         * reflection.c|h: Added functions to extract (as flags) which security
1171         actions are available (declaratively) for a method, class or assembly.
1172         * metadata.c|h: Added functions to search the declarative security
1173         table in the metadata.
1174         
1175 2004-11-29  Ben Maurer  <bmaurer@ximian.com>
1176
1177         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces):
1178         EXPORTEDTYPES are already in the class name cache, so there is no
1179         need to add extra code here to look at them. Just removes a bit of
1180         cruft.
1181
1182         (ves_icall_System_Environment_get_TickCount): No need for #if
1183         WINDOWS. We already have the code in io-layer.
1184
1185 2004-11-28  Martin Baulig  <martin@ximian.com>
1186
1187         * loader.c
1188         (method_from_methodspec): Also inflate the `gmethod->mtype_argv'.
1189         Fixes gen-112.cs.
1190
1191 2004-11-27  Miguel de Icaza  <miguel@ximian.com>
1192
1193         * assembly.c (do_mono_assembly_open): Instead of having a
1194         conditional WITH_BUNDLE, incorporate support for bundles here, by
1195         having a global `bundles' variable holding a pointer to the actual
1196         bundles. 
1197
1198         (mono_register_bundled_assemblies): New API call used by the
1199         bundle code. 
1200
1201         See mkbundle.1 for details.
1202         
1203 2004-11-27  Martin Baulig  <martin@ximian.com>
1204
1205         * object.c (mono_class_vtable): Store the `MonoMethod *' itself in
1206         the vtable for generic methods.
1207
1208 2004-11-26  Martin Baulig  <martin@ximian.com>
1209
1210         * metadata.c
1211         (mono_metadata_generic_method_hash): New public function.
1212         (mono_metadata_generic_method_equal): Likewise.
1213
1214         * class-internals.h
1215         (MonoGenericContainer): Added `GHashTable *method_hash'.
1216
1217         * reflection.c (ReflectionMethodBuilder): Added
1218         `MonoGenericContainer *generic_container'.
1219         (reflection_methodbuilder_to_mono_method): Don't create a new
1220         MonoGenericContainer each time we're called.
1221         (mono_reflection_bind_generic_method_parameters): Use
1222         `container->method_hash' to cache the results so we don't create a
1223         different method if we're called several times with the same
1224         arguments.
1225
1226         * loader.c (method_from_methodspec): Use the new
1227         `container->method_hash' here, too.
1228
1229 2004-11-26  Martin Baulig  <martin@ximian.com>
1230
1231         * class.c (inflate_generic_signature): Correctly compute
1232         `res->has_type_parameters'.
1233         (mono_class_vtable): Use the `has_type_parameters' flag to
1234         determine whether we're a generic method.
1235
1236         * metadata.c (mono_metadata_parse_method_signature_full): Likewise.
1237
1238 2004-11-25  Zoltan Varga  <vargaz@freemail.hu>
1239
1240         * object.c (mono_runtime_run_main): Fix a small memory leak.
1241
1242 2004-11-25  Martin Baulig  <martin@ximian.com>
1243
1244         * class.c (set_generic_param_owner): Fixed the loop.
1245
1246 2004-11-25  Martin Baulig  <martin@ximian.com>
1247
1248         * object.c (mono_class_vtable): Don't create any JIT wrappers for
1249         generic methods.
1250
1251 2004-11-24  Zoltan Varga  <vargaz@freemail.hu>
1252
1253         * reflection.c: Allow all kinds of whitespace, not just ' ' in type
1254         names. Fixes #69787.
1255
1256 2004-11-24  Martin Baulig  <martin@ximian.com>
1257
1258         * class.c (mono_class_create_generic_2): If we don't have a
1259         `ginst->parent', inflate `gklass->parent' to get our parent.
1260
1261 2004-11-24  Martin Baulig  <martin@ximian.com>
1262
1263         * reflection.c (compare_genericparam): Correctly sort the
1264         GenericParam table; fixes #69779.
1265
1266 2004-11-23  Ben Maurer  <bmaurer@ximian.com>
1267
1268         * reflection.c: When writing a PE file, don't create a huge
1269         buffer in memory. Just write the arrays we have to the file.
1270         This reduces memory usage.
1271
1272         * metadata-internals.h: MonoDynamicStream pefile is no longer used
1273         globally.
1274
1275 2004-11-17  Martin Baulig  <martin@ximian.com>
1276
1277         * class.c (mono_class_init): Don't setup `class->parent' for
1278         dynamic instances; moved this to mono_class_generic_2().
1279         (mono_class_create_generic): Also set `klass->inited' for dynamic
1280         generic instances.
1281         (mono_class_create_generic_2): Don't do anything for dynamic
1282         generic instances.  Set `klass->parent' here and also call
1283         mono_class_setup_parent() here. 
1284
1285         * reflection.c (do_mono_reflection_bind_generic_parameters): Added
1286         `MonoType *parent' argument; set `ginst->parent' before calling
1287         mono_class_create_generic_2(), so we set the correct parent.
1288
1289 Thu Nov 18 17:10:32 CET 2004 Paolo Molaro <lupus@ximian.com>
1290
1291         * reflection.c: allow getting attributes from ModuleBuilder
1292         (used by ikvm).
1293
1294 2004-11-17  Martin Baulig  <martin@ximian.com>
1295
1296         * class.c (mono_class_create_from_typedef): If a type parameter is
1297         inherited from an outer class, set its owner to that class.
1298
1299 2004-11-17  Atsushi Enomoto  <atsushi@ximian.com>
1300
1301         * reflection.c: (mono_image_create_pefile): Don't use NULL argument
1302           for (int*) written size. This fixes bug #69592.
1303
1304 2004-11-15  Sebastien Pouliot  <sebastien@ximian.com>
1305
1306         * icall.c: Added IsAuthenticodePresnet internal call.
1307         * image.c|h: New function that check a MonoImage for an Authenticode
1308         signature in the certificate PE data directory.
1309         * security.c|h: New internal call to ask the runtime if an 
1310         Authenticode signature seems referenced in the PE header.
1311
1312 2004-11-15  Zoltan Varga  <vargaz@freemail.hu>
1313
1314         * icall.c (ves_icall_type_isprimitive): Native int is a primitive type.
1315
1316         * reflection.c (mono_image_create_pefile): Free the assembly streams
1317         after writing out the assembly file.
1318
1319         * object.c (mono_runtime_run_main): Fix small memory leak.
1320
1321         * icall.c (ves_icall_Type_GetPropertiesByName): Add support for
1322         property access modifiers. Fixes #69389.
1323
1324 Mon Nov 15 11:54:22 CET 2004 Paolo Molaro <lupus@ximian.com>
1325
1326         * domain.c, object.c, object-internals.h, domain-internals.h,
1327         object.h, marshal.c: keep dynamic code info per domain.
1328
1329 2004-11-15  Martin Baulig  <martin@ximian.com>
1330
1331         * class.c (mono_type_get_name_recurse): Put type arguments in
1332         `[',`]' instead of in `<','>'.  Thanks to Atsushi for the patch,
1333         see bug #68387.
1334
1335 2004-11-15  Martin Baulig  <martin@ximian.com>
1336
1337         * class.c (mono_type_get_name_recurse): Added `include_ns' flag.
1338         (mono_class_setup_vtable): When computing `the_cname' for a
1339         generic instance, don't include the namespace since we'd otherwise
1340         add it twice.
1341
1342 2004-11-15  Martin Baulig  <martin@ximian.com>
1343
1344         * class.c (mono_class_create_generic): Changed return type to void.
1345         (mono_class_create_generic_2): New public function; setup
1346         `class->method', `class->field' and `class->interfaces' here
1347         instead of in mono_class_init().
1348
1349         * class.h (mono_class_create_generic): Moved to class-internals.h.
1350
1351 2004-11-14  Ben Maurer  <bmaurer@ximian.com>
1352
1353         * reflection.c (mono_image_create_pefile): take a file HANDLE.
1354         rather than writing to memory, write to this file. Right now,
1355         we are just writting into a buffer, and copying that. However
1356         we can avoid the buffer later.
1357
1358         (mono_dynamic_stream_reset): new function
1359
1360         * icall.c, object-internals.h: update for the above.
1361
1362 2004-11-13  Ben Maurer  <bmaurer@ximian.com>
1363
1364         * reflection.c: Remove *_ATOMIC macros. We really shouldn't
1365         have been using gc'd memory. First it is slower, unlikely
1366         the comment in the source code said, secondly, it increases
1367         our footprint to do it in the gc.
1368
1369         * icall.c (WriteToFile): rename of getDataChunk. Rewrite
1370         the method so that it does not have to copy to managed code.
1371
1372 2004-11-12  Zoltan Varga  <vargaz@freemail.hu>
1373
1374         * loader.c (mono_method_get_header): Fix build for older glibs which does not define G_LIKELY.
1375
1376 2004-11-12  Martin Baulig  <martin@localhost>
1377
1378         * reflection.c (mono_image_create_token): Allow generic method
1379         definitions here, since they may appear in an `.override'; see
1380         gen-98/gen-99 for an example.
1381
1382 2004-11-11  Zoltan Varga  <vargaz@freemail.hu>
1383
1384         * icall.c (ves_icall_Type_GetField): Support BFLAGS_IgnoreCase. Fixes
1385         #69365.
1386
1387         * marshal.c (mono_string_to_ansibstr): Make g_error messages more
1388         descriptive.
1389
1390 2004-11-11  Martin Baulig  <martin@ximian.com>
1391
1392         * class.c (mono_class_setup_vtable): In an explicit interface
1393         implementation, the method name now includes the arity.
1394
1395 2004-11-10  Zoltan Varga  <vargaz@freemail.hu>
1396
1397         * object.c (mono_array_full_copy): Fix warning.
1398
1399 2004-11-10  Lluis Sanchez Gual  <lluis@novell.com>
1400
1401         * appdomain.c: Removed look_for_method_by_name(). Use the new method
1402         mono_class_get_method_from_name() instead.
1403         
1404         * class-internals.h: Added two new types of wrappers. 
1405         Added MonoRemotingTarget enum. Added new trampoline function type, which
1406         takes an additional MonoRemotingTarget value as parameter, so it is
1407         possible to request a trampoline for a specific target.
1408         
1409         * class.c: Added new mono_class_get_method_from_name() method.
1410         
1411         * class.h: In MonoRemoteClass, we can have now to vtables, one for
1412         general remoting sinks and one specific for cross domain calls.
1413         
1414         * debug-helpers.c: Added new wrapper names.
1415         
1416         * icall.c: Use the new method mono_remote_class_vtable() to get the vtable
1417         of a remote class.
1418         
1419         * image.c: Porperly delete value objects form the remoting invoke hashtable.
1420         
1421         * marshal.c: Added mono_marshal_get_xappdomain_invoke(), which together
1422         with several other methods (mono_marshal_get_xappdomain_dispatch,
1423         mono_marshal_get_xappdomain_target, mono_marshal_get_serialize_exception,
1424         and others) can generate a fast remoting wrapper for cross domain calls.
1425         More information can be found in docs/remoting.
1426         Other changes: Removed mono_find_method_by_name, and used
1427         mono_class_get_method_from_name instead.
1428         Remoting wrappers are now stored in a MonoRemotingMethods struct, which
1429         is stored in the remoting invoke hashtable.
1430         
1431         * marshal.h: published the new method for getting the xdomain wrapper,
1432         and also added a method for getting the adequate wrapper for a given
1433         method and target.
1434         
1435         * object-internals.h, object.c: Added a couple of methods for capying and
1436         cloning arrays.
1437         Modified mono_install_remoting_trampoline, which takes the new remoting
1438         trampoline that has a remoting target as parameter.
1439         mono_class_proxy_vtable now also takes a remoting target as parameter, and
1440         will return the most suitable vtable for the target.
1441         Added mono_remote_class_vtable, which returns the vtable of a remote class
1442         (which can be the normal remoting vtable or the xdomain vtable).
1443         
1444         * threads.c: the xdomain invoke and dispatch wrappers must also be
1445         protected against interruptions.
1446
1447 2004-11-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1448
1449         * icall.c: use memmove in BlockCopyInternal when the source and
1450         destination arrays are the same.
1451
1452 2004-11-09  Martin Baulig  <martin@ximian.com>
1453
1454         * class-internals.h (MonoGenericContainer): Removed `method' and
1455         `signature', replaced them with `is_method' and `is_signature'
1456         flags.  Added `context'.
1457
1458         * loader.c (method_from_methodspec): Take a `MonoGenericContext *'
1459         instead of a `MonoGenericContainer *'.
1460
1461         * metadata.c (mono_metadata_generic_param_equal): Removed the hack
1462         for dynamic type parameters.
1463         (mono_metadata_load_generic_params): Setup `container->context'.
1464
1465         * reflection.c (mono_reflection_setup_generic_class): Setup
1466         `tb->generic_container->context'.
1467         (do_mono_reflection_bind_generic_parameters): Use
1468         mono_class_inflate_generic_type() to correctly inflate types,
1469         rather than using our own hack just for MONO_TYPE_VAR.
1470
1471 2004-11-09  Martin Baulig  <martin@ximian.com>
1472
1473         * class.c (mono_class_inflate_generic_method): Small fix; don't
1474         crash here.
1475
1476         * icall.c
1477         (ves_icall_MonoType_GetGenericArguments): Don't ignore `byref' types.
1478         (ves_icall_Type_get_IsGenericTypeDefinition): Likewise.
1479         (ves_icall_Type_GetGenericTypeDefinition_impl): Likewise.
1480         (ves_icall_Type_BindGenericParameters): Likewise.
1481         (ves_icall_Type_get_IsGenericInstance): Likewise.
1482         (ves_icall_Type_GetGenericParameterPosition): Likewise.
1483         (ves_icall_MonoType_get_HasGenericArguments): Likewise.
1484         (ves_icall_MonoType_get_IsGenericParameter): Likewise.
1485         (ves_icall_MonoType_get_DeclaringMethod): Likewise.
1486
1487 2004-11-09  Zoltan Varga  <vargaz@freemail.hu>
1488
1489         * assembly.c (mono_assembly_names_equal): Reenable the comparison of
1490         assembly versions and public key tokens. Fixes #69113.
1491
1492 Tue Nov 9 17:34:05 CET 2004 Paolo Molaro <lupus@ximian.com>
1493
1494         * metadata.c: fix bug introduced with the type cache changes
1495         on 2004-11-06.
1496
1497 Tue Nov 9 17:26:29 CET 2004 Paolo Molaro <lupus@ximian.com>
1498
1499         * metadata.h, metadata.c, domain-internals.h, marshal.c: include
1500         the MonoClass pointer instead of the token in exception clauses.
1501         * reflection.c: updates for the above and make the code not depend
1502         on the structure of MonoExceptionClause.
1503
1504 2004-11-08  Zoltan Varga  <vargaz@freemail.hu>
1505
1506         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
1507         Add support for dynamic assemblies. Fixes #69114.
1508
1509         * loader.c (mono_method_get_header): Handle icalls and pinvoke methods.
1510
1511 2004-11-07  Ben Maurer  <bmaurer@ximian.com>
1512
1513         * class-internals.h (MonoMethod): Move addr to MonoMethodPInvoke
1514         since most only those methods use it. the code member of
1515         MonoMethodPInvoke was dead, so that can be removed too. Also,
1516         remove inline_count (again, not used), and move slot so that it
1517         can share bits with some other flags. This saves 8 bytes in the
1518         structure and gives us about 50 kb back for mcs helloworld.cs
1519
1520         * *.[ch]: Do naming changes for the above.
1521
1522         * loader.c (mono_method_get_header): Lazily init the header
1523         on first access.
1524         (mono_get_method_from_token): don't init the header here
1525         (mono_free_method): the header may never be allocated
1526
1527         Overall, this saves 150 kb of unmanaged allocations
1528         for mcs helloworld.cs. That accounts for 10% of the unmanaged
1529         memory at runtime.
1530         
1531         * loader.c, loader.h (mono_method_get_header): new accessor.
1532
1533         * *.[ch]: use the above method. Prepares us to lazily load
1534         the header.
1535
1536         * *.[ch]: Clean up all the pesky warnings. gcc now only gives
1537         three warnings, which are actual bugs (see 69206).
1538
1539         * class-internals.h (MonoMethod): Remove remoting_tramp. It is
1540         unused. Saves a cool 4 bytes / method.
1541
1542 2004-11-06  Ben Maurer  <bmaurer@ximian.com>
1543
1544         * metadata.c (builtin_types): Add types for System.Object here.
1545         (mono_metadata_parse_type_full): Cache MonoType*'s that are
1546         for a class or valuetype from klass->this_arg or klass->byval_arg.
1547
1548         On mcs for a hello world, this gets us down from 21836 MonoType's
1549         to 14560.
1550
1551         (mono_metadata_free_type): Account for the above change.
1552
1553 2004-11-06  Zoltan Varga  <vargaz@freemail.hu>
1554
1555         * appdomain.c (ves_icall_System_AppDomain_GetData): Throw an 
1556         exception instead of asserting if name is null.
1557         (ves_icall_System_AppDomain_GetData): Ditto.
1558
1559 2004-11-05  Zoltan Varga  <vargaz@freemail.hu>
1560
1561         (ves_icall_get_enum_info): Avoid crash when called on a non-finished
1562         EnumBuilder.
1563
1564         * icall.c (ves_icall_System_Reflection_Assembly_GetEntryAssembly): 
1565         Return NULL when the domain does not have entry_assembly set.
1566
1567         * icall.c (ves_icall_System_Reflection_Assembly_GetFilesInternal): 
1568         Add a 'resource_modules' argument.
1569         (ves_icall_type_GetTypeCode): Fix typecode of byref types.
1570
1571         * reflection.c (mono_reflection_create_runtime_class): Move setting
1572         of wastypebuilder here, so mono_get_type_object () returns a MonoType
1573         for enums too.
1574
1575         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi): Return NULL here instead of an empty string to match MS behavior.
1576         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAnsi_len):
1577         Throw an ArgumentNullException if 'ptr' is null.
1578
1579         * appdomain.c (mono_domain_assembly_search): Avoid matching dynamic
1580         assemblies here. Fixes #69020.
1581
1582 2004-11-05  Geoff Norton  <gnorton@customerdna.com>
1583
1584         * reflection.c (build_compressed_metadata): Fix the previous patch for
1585         big endian systems.  GUINT32_FROM_LE isn't needed on strlen and was overwriting
1586         the stack.
1587
1588 2004-11-04  Zoltan Varga  <vargaz@freemail.hu>
1589
1590         * assembly.c (mono_assembly_names_equal): Allow a match if one of
1591         the cultures is false. Fixes #69090.
1592
1593         * reflection.c (build_compressed_metadata): Fix invalid memory read 
1594         detected by valgrind.
1595         
1596         * reflection.c (mono_reflection_get_type): Avoid triggering a 
1597         TypeResolve multiple times for the same type. Fixes #65577.
1598
1599 2004-11-04  Ben Maurer  <bmaurer@ximian.com>
1600
1601         * marshal.c: Avoid using ldftn to call managed functions. It is
1602         much slower than just a call.
1603
1604         * reflection.c (mono_module_get_object): free the basename we
1605         allocate here from glib.
1606         
1607         * reflection.c (ensure_runtime_vtable): make sure to free
1608         overrides.  Also, we were allocating an array of MonoMethod not an
1609         array of MonoMethod*.
1610
1611         * marshal.c (mono_marshal_get_stelemref): do a mono_mb_free here.
1612
1613         * image.c (mono_image_close): free image->guid here.
1614
1615 2004-11-02  Zoltan Varga  <vargaz@freemail.hu>
1616
1617         * reflection.c: Fix some spec conformance issues with the PE file
1618         structures so mcs compiled apps run on the Net 2.0 beta.
1619
1620 2004-11-01  Zoltan Varga  <vargaz@freemail.hu>
1621
1622         * string-icalls.c (ves_icall_System_String_ctor_encoding): 
1623         Implement this. Fixes #67264.
1624
1625         * debug-helpers.h debug-helpers.c marshal.c: Move 
1626         mono_find_method_by_name to debug-helpers.c.
1627
1628 2004-10-31  Zoltan Varga  <vargaz@freemail.hu>
1629
1630         * object.c (mono_release_type_locks): type_initialization_hash is
1631         a GHashTable.
1632
1633         * reflection.c object.c object-internals.h: Fix warnings.
1634
1635         * icall.c (ves_icall_Type_GetPropertiesByName): Handle properties
1636         without accessors. Fixes #61561.
1637
1638         * appdomain.c (ves_icall_System_AppDomain_createDomain): Inherit
1639         application base from the root domain if not set. Fixes #65641.
1640         (mono_runtime_init): Fix warning.
1641
1642 2004-10-29 Gonzalo Paniagua Javier <gonzalo@ximian.com>
1643
1644         * appdomain.c: call mono_thread_pool_init.
1645         * threadpool.[ch]: new mono_thread_pool_init that sets the max. number
1646         of worker threads based on the number of CPUs and the environment
1647         variable MONO_THREADS_PER_CPU if present. The defaults are 50 (25)
1648         for non-windows (windows) systems.
1649
1650 2004-10-27  Chris Toshok  <toshok@ximian.com>
1651
1652         * mono-debug-debugger.c (write_class): don't call mono_class_init
1653         here, as even with the check for (!klass->init_pending), we get
1654         into a situation where we're hitting cycles in class
1655         initialization.  Fixes #68816.
1656
1657 2004-10-25  Zoltan Varga  <vargaz@freemail.hu>
1658
1659         * image.c: Avoid overwriting values in the loaded_images_hash when an
1660         assembly is loaded multiple times. Fixes #61152.
1661
1662         * assembly.c (mono_assembly_names_equal): Compare the cultures as well,
1663         so multiple satellite assemblies for the same name can be loaded.
1664         Fixes #68259.
1665
1666         * mono_domain_assembly_preload: Actually return the loaded assembly, 
1667         not NULL.
1668
1669         * icall.c (ves_icall_type_is_subtype_of): Fix this for byref types.
1670         (ves_icall_type_is_assignable_from): Ditto. Fixes #68582.
1671
1672         * gc.c (finalize_domain_objects): Call GC_invoke_finalizers () so
1673         pending finalizers are not invoked after the appdomain has been 
1674         unloaded. Fixes #67862.
1675
1676 2004-10-22  Martin Baulig  <martin@ximian.com>
1677
1678         * mono-debug-debugger.c
1679         (mono_debugger_runtime_invoke): Don't box valuetypes.
1680
1681 2004-10-22  Chris Toshok  <toshok@ximian.com>
1682
1683         * mono-debug-debugger.c (do_write_class): handle .cctors too, and
1684         don't hide private methods.
1685
1686 2004-10-22  Sebastien Pouliot  <sebastien@ximian.com>
1687
1688         * icall.c: Allows the runtime to "share" (when known) the public key
1689         token of an assembly. This avoid the need to recalculate the token 
1690         (from the public key) in managed code.
1691
1692 2004-10-21  Chris Toshok  <toshok@ximian.com>
1693
1694         * debug-helpers.c (append_class_name): argh, revert last patch.
1695         
1696 2004-10-21  Chris Toshok  <toshok@ximian.com>
1697
1698         * debug-helpers.c (append_class_name): use '+' as the delimiter,
1699         not '/', so that it matches what the debugger uses to look up
1700         methods.
1701
1702 2004-10-21  Martin Baulig  <martin@ximian.com>
1703
1704         * mono-debug-debugger.c (mono_debugger_throw_exception): New
1705         public method; this is called each time an exception is thrown and
1706         allows the debugger to use exception catch points.
1707
1708 2004-10-21  Martin Baulig  <martin@ximian.com>
1709
1710         * mono-debug-debugger.c (mono_debugger_handle_exception): Write
1711         the stack pointer and the exception object in some struct and pass
1712         that to the debugger.
1713
1714 2004-10-21  Chris Toshok  <toshok@ximian.com>
1715
1716         * mono-debug-debugger.c (do_write_class): add instance/static
1717         event support.  We don't expose "raise" or "other" yet.
1718         (event_is_static): new method.
1719
1720 2004-10-20  Bernie Solomon  <bernard@ugsolutions.com>
1721
1722         * mono-debug-debugger.c
1723         (mono_debugger_handle_exception): Remove
1724         bogus return value for fussy compilers.
1725
1726 2004-10-20  Martin Baulig  <martin@ximian.com>
1727
1728         * mono-debug-debugger.c
1729         (mono_debugger_unhandled_exception): Added `gpointer stack' argument.
1730         (mono_debugger_handled_exception): Likewise.
1731
1732 2004-10-20  Martin Baulig  <martin@ximian.com>
1733
1734         * mono-debug-debugger.h (MonoDebuggerEvent): Added
1735         MONO_DEBUGGER_EVENT_EXCEPTION.
1736
1737         * mono-debug-debugger.c (mono_debugger_handle_exception): New
1738         public function to send the debugger a notification for an
1739         exception and inform it about a catch/finally clause.
1740
1741 2004-10-19  Zoltan Varga  <vargaz@freemail.hu>
1742
1743         * marshal.c, icall.c: Applied patch from Alexandre Rocha Lima e
1744         Marcondes (alexandremarcondes@psl-pr.softwarelivre.org). Really
1745         fix 2.95 build. 
1746
1747         * icall.c (ves_icall_InternalExecute): Fix build for gcc-2.95.
1748
1749 2004-10-18  Zoltan Varga  <vargaz@freemail.hu>
1750
1751         * marshal.c (emit_marshal_object): Fix freeing of memory when a reference type is
1752         marshalled as [In,Out]. Fixes #58325.
1753
1754 2004-10-14  Zoltan Varga  <vargaz@freemail.hu>
1755
1756         * reflection.c (mono_method_body_get_object): Implement some fields.
1757
1758 2004-10-12  Martin Baulig  <martin@ximian.com>
1759
1760         * reflection.c (mono_reflection_bind_generic_parameters): Small
1761         fix, correctly retrieve our parent from a generic instance.
1762
1763 2004-10-12  Martin Baulig  <martin@ximian.com>
1764
1765         * metadata.c (mono_metadata_generic_param_equal): We always have
1766         an owner.
1767
1768         * class.c
1769         (mono_class_from_generic_parameter): We need to have an owner.
1770         (my_mono_class_from_generic_parameter): Likewise.
1771
1772         * reflection.c (mono_reflection_setup_generic_class): Renamed to
1773         mono_reflection_create_generic_class() and added a new
1774         mono_reflection_setup_generic_class().  
1775         (mono_reflection_initialize_generic_param): If we're a nested
1776         generic type and inherited from the containing class, set our
1777         owner to the outer class.
1778
1779 2004-10-11  Zoltan Varga  <vargaz@freemail.hu>
1780
1781         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodBodyInternal): New icall.
1782
1783         * reflection.c (mono_method_body_get_object): New function to create
1784         a MethodBody object.
1785
1786         * object-internals.h object.h: Add MonoReflectionMethodBody structure.
1787
1788 2004-10-11  Martin Baulig  <martin@ximian.com>
1789
1790         * metadata.c (_mono_metadata_type_equal): Renamed to
1791         do_mono_metadata_type_equal() and made static.
1792
1793 2004-10-11  Martin Baulig  <martin@ximian.com>
1794
1795         * appdomain.c: Bump corlib version number to 28.
1796
1797 2004-10-10  Martin Baulig  <martin@ximian.com>
1798
1799         * class-internals.h
1800         (MonoGenericInst): Added `MonoGenericContainer *container'.
1801         (MonoGenericMethod): Likewise.
1802         (MonoGenericContext): Likewise.
1803         (MonoGenericParam): Added `MonoGenericContainer *owner'.
1804
1805         * metadata.c
1806         (do_mono_metadata_parse_type): Added a `MonoGenericContainer *' argument.
1807         (do_mono_metadata_parse_generic_inst): Likewise.
1808         (mono_metadata_parse_type_full): New public method.  This is the actual
1809         mono_metadata_parse_type() implementation - with an additional
1810         `MonoGenericContainer *' argument.
1811         (mono_metadata_parse_array_full): Likewise.
1812         (mono_metadata_parse_signature_full): Likewise.
1813         (mono_metadata_parse_method_signature_full): Likewise.
1814         (mono_metadata_parse_mh_full): Likewise.
1815         (mono_type_create_from_typespec): Likewise.
1816         (mono_metadata_interfaces_from_typedef_full): New public method;
1817         this is similar to the other _full() methods, but we take a
1818         `MonoGenericContext *' since we have to pass it to mono_class_get_full().
1819         (mono_metadata_parse_generic_param): Take an additional
1820         `MonoGenericContainer *' argument and lookup the MonoGenericParam
1821         from that container.
1822         (mono_metadata_generic_param_equal): New static method to compare
1823         two type parameters.
1824         (_mono_metadata_type_equal): New static method; takes an
1825         additional `gboolean signature_only' argument - if true, we don't
1826         compare the owners of generic parameters.
1827         (mono_metadata_signature_equal): Call _mono_metadata_type_equal()
1828         with a TRUE argument - do a signature-only comparision.
1829
1830         * loader.c: Use the new _full() methods and pass the
1831         MonoGenericContainer to them.
1832
1833         * object-internals.h (MonoReflectionTypeBuilder): Added
1834         `MonoGenericContainer *generic_container' field.
1835         (MonoReflectionMethodBuilder): Likewise.
1836
1837 2004-10-08  Zoltan Varga  <vargaz@freemail.hu>
1838
1839         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): Special
1840         case initial images of dynamic assemblies.
1841
1842         * reflection.c (mono_image_basic_init): Set 'initial_image' field.
1843
1844         * metadata-internals.h (MonoDynamicImage): Add 'initial_image' field.
1845
1846         * reflection.c (mono_reflection_event_builder_get_event_info): Fix
1847         length of event->other array.
1848         (typebuilder_setup_events): Ditto.
1849
1850         * domain-internals.h (MonoDomain): Rename 'assemblies' hash table to
1851         'assembly_by_name' and add an 'assemblies' list.
1852
1853         * assembly.h assembly.c: Add a new search hook for determining whenever
1854         an assembly is already loaded. Use this instead of searching in the
1855         loaded_assemblies list.
1856
1857         * domain.c appdomain.c: Implement the new search hook so loaded 
1858         assemblies are now scoped by appdomain. Fixes #67727.
1859
1860 2004-10-07  Zoltan Varga  <vargaz@freemail.hu>
1861
1862         * threads.c (mono_thread_attach): Initialize synch_lock field so
1863         mono_thread_detach works again.
1864
1865         * loader.c (mono_lookup_pinvoke_call): Try the dllname prefixed with
1866         'lib' too. Fixes #63130.
1867
1868 2004-10-06  Jackson Harper  <jackson@ximian.com>
1869
1870         * culture-info-tables.h: regenerated.
1871
1872 2004-10-06  Zoltan Varga  <vargaz@freemail.hu>
1873
1874         * icall.c (ves_icall_Type_GetInterfaces): Include interfaces 
1875         implemented by other interfaces in the result. Fixes #65764.
1876         
1877         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
1878         Handle unloadable modules without crashing.
1879
1880         * image.c (load_modules): Revert the previous patch since modules must
1881         have a fixed index inside the array.
1882         
1883         * image.c (load_modules): Don't include native modules in the modules
1884         array.
1885
1886 2004-10-05  Zoltan Varga  <vargaz@freemail.hu>
1887
1888         * reflection.h: Add param_defaults field.
1889
1890         * reflection.c: Add support for parameter defaults in dynamic methods.
1891         Fixes #64595.
1892
1893         * icall.c (ves_icall_MonoType_get_Namespace): Return NULL instead of
1894         an empty string when a type has no namespace. Fixes #64230.
1895
1896 2004-10-04  Sebastien Pouliot  <sebastien@ximian.com>
1897
1898         * tabledefs.h: Added "internal" security actions to support non-CAS
1899         permissions NonCasDemand, NonCasLinkDemand and NonCasInheritance. 
1900         Note: they do not seems to be used anymore in 2.0 (new metadata format)
1901
1902 2004-10-04  Zoltan Varga  <vargaz@freemail.hu>
1903
1904         * icall.c (ves_icall_InternalInvoke): Throw an exception when calling
1905         constructor of abstract class. Fixes #61689.
1906
1907 2004-10-04  Martin Baulig  <martin@ximian.com>
1908
1909         * class-internals.h (MonoGenericContainer): New type.
1910         (MonoMethodNormal): Replaced `MonoGenericParam *gen_params' with
1911         `MonoGenericContainer *generic_container'.
1912         (MonoClass): Replaced `gen_params' and `num_gen_params' with
1913         `MonoGenericContainer *generic_container'.
1914
1915         * metadata.c (mono_metadata_load_generic_params): Return a
1916         `MonoGenericContainer *' instead of a `MonoGenericParam *';
1917         removed the `num' argument.
1918
1919 2004-10-03  Zoltan Varga  <vargaz@freemail.hu>
1920
1921         * icall.c (ves_icall_System_Reflection_Module_GetPEKind): Add support
1922         for dynamic images.
1923
1924         * object-internals.h (MonoReflectionAssemblyBuilder): Add pe_kind and
1925         machine fields.
1926
1927         * metadata-internals.h (MonoDynamicImage): Add pe_kind and machine fields.
1928
1929         * reflection.c: Save pe_kind and machine values into the generated
1930         image file.
1931
1932         * appdomain.c: Bump corlib version number.
1933
1934         * object-internals.h: Reorganize layout of LocalBuilder.
1935
1936         * class-internals.h class.c (mono_class_get_implemented_interfaces): 
1937         New helper function.
1938
1939         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Return the
1940         created MonoType for dynamic types. Fixes #66180.
1941
1942 2004-10-02  Ben Maurer  <bmaurer@ximian.com>
1943
1944         * threadpool.c: the ares hashtable needs a critical section around it.
1945         this prevents some nasty segfaults
1946
1947 2004-10-02  Massimiliano Mantione  <massi@ximian.com>
1948
1949         * process.c: Fixed alignments to 32 bits as casting to unsigned is unsafe
1950         on 64 bits platforms, patch by will@exomi.com (Ville-Pertti Keinonen), see
1951         bug 67324).
1952         
1953 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
1954
1955         * object-internals.h (MonoReflectionTypeBuilder): Add 'created' field.
1956         
1957 2004-09-30  Lluis Sanchez Gual  <lluis@novell.com>
1958
1959         * image.c: Always canonicalize image file names, to avoid loading
1960         the same assembly twice when referenced using a relative path.
1961
1962 2004-09-30  Zoltan Varga  <vargaz@freemail.hu>
1963
1964         * marshal.h marshal.c icall.c: Fix bugs in previous patch.
1965
1966         * marshal.c marshal.h icall.c: Add GetDelegateForFunctionPointerInternal icall.
1967
1968         * marshal.c: Fix warnings.
1969
1970 2004-09-29  Geoff Norton  <gnorton@customerdna.com>
1971
1972         * marshal.c (mono_ftnptr_to_delegate): This method was improperly
1973         attempting to marshal the delegate_trampoline as the method_addr.
1974         This patch has a static hashtable of marshalled delegates so that 
1975         we can map delegate_trampoline addresses back to delegates.  This
1976         allows a delegate passed to managed code to be passed back into native
1977         code.  Fixes #67039
1978
1979 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
1980
1981         * icall.c: Add GetFunctionPointerForDelegateInternal icall.
1982
1983         * reflection.c (method_encode_code): Align method headers properly.
1984         Fixes #66025.
1985
1986 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
1987
1988         * marshal.c: In the runtime invoke wrapper, reset the abort
1989         exception if it is cached. This avoids the automatic rethrowal of 
1990         the exception after the catch of the wrapper. Also check for pending
1991         interruptions before calling the managed method. This is done using
1992         the new method emit_thread_force_interrupt_checkpoint, since the
1993         normal checkpoint method is ignored when running the invoke wrapper.
1994         * object.c: If the abort exception is rethrown, set the abort_exc
1995         field of the thread, so it will be rethrown aftere every catch.
1996         * threadpool.c: Only run an interruption checkpoint if what has been
1997         requested is a stop of the thread (aborts will be ignored).
1998         * threads.c: By default, a thread will now never be interrumped while
1999         running the runtime invoke wrapper (this ensures that runtime_invoke
2000         will always return to the caller if an exception pointer is provided).
2001         There is a new special method mono_thread_force_interruption_checkpoint()
2002         to force an interruption checkpoint even if running a protected
2003         wrapper, which is used by the same runtime invoke wrapper to do a check
2004         at a safe point.
2005
2006 2004-09-28  Lluis Sanchez Gual  <lluis@novell.com>
2007
2008         * object.c, object-internals.h: Implemented mono_release_type_locks,
2009         which releases the cctor locks held by a thread.
2010         * threads.c, threads.h: In thread_cleanup, release cctor locks held
2011         by a thread. Added mono_thread_exit() method to be used to safely stop
2012         a thread.
2013
2014 2004-09-28  Raja R Harinath  <rharinath@novell.com>
2015
2016         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal): 
2017         Move null check before dereference.  Avoid indexing beyond the end
2018         of the 'modules' array.
2019
2020 2004-09-28  Raja R Harinath  <rharinath@novell.com>
2021
2022         * metadata-internals.h (MonoImage): Add module_count field.
2023         * image.c (load_modules): Set image->module_count.
2024         (mono_image_load_file_for_image): Use image->module_count.
2025         * reflection.c (mono_image_load_module): Append to image->modules array 
2026         of dynamic assembly.
2027         (mono_module_get_object): Fix loop to actually increment index.
2028         Use image->module_count.
2029         * assembly.c (mono_assembly_load_references): Use image->module_count.
2030         * icall.c (ves_icall_System_Reflection_Assembly_GetModulesInternal):
2031         Likewise.
2032
2033 2004-09-28  Zoltan Varga  <vargaz@freemail.hu>
2034
2035         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): 
2036         Avoid assert on generic types.
2037
2038 2004-09-26  Zoltan Varga  <vargaz@freemail.hu>
2039
2040         * icall.c (ves_icall_System_Reflection_FieldInfo_GetUnmanagedMarshal): New icall.
2041
2042         * reflection.c (mono_param_get_objects): Fill out MarshalAsImpl field.
2043
2044         * reflection.c (mono_reflection_marshal_from_marshal_spec): New 
2045         function to convert a MarshalSpec structure to its managed counterpart.
2046
2047         * reflection.c: Fix warnings.
2048         
2049         * object-internals.h (MonoReflectionParameter): Add MarshalAsImpl
2050         field.
2051
2052         * icall.c (mono_create_icall_signature): Fix build.
2053
2054 2004-09-25  Zoltan Varga  <vargaz@freemail.hu>
2055
2056         * icall.c: Add MakePointType icall.
2057
2058         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage): Fix
2059         warnings.
2060
2061 2004-09-25 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2062
2063         * threadpool.c: reuse allocated slots in the queue.
2064
2065 2004-09-24  Zoltan Varga  <vargaz@freemail.hu>
2066
2067         * object-internals.h (MonoReflectionDllImportAttribute): New structure.
2068
2069         * icall.c: Add new icalls for GetDllImportAttribute and GetFieldOffset.
2070
2071         * reflection.h reflection.c (mono_reflection_get_custom_attrs): Revert
2072         previous change.
2073
2074         * tabledefs.h: Add constants for pinvoke attributes BestFit and
2075         ThrowOnUnmappableChar.
2076
2077         * icall.c (ves_icall_Type_GetPacking): New icall.
2078
2079 2004-09-24  Martin Baulig  <martin@ximian.com>
2080
2081         * icall.c (ves_icall_Type_GetGenericParameterConstraints): New interncall.
2082
2083 2004-09-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2084
2085         * appdomain.c:
2086         (mono_domain_set): allow setting a domain that is being unloaded.
2087         (mono_domain_unload): invoke the DomainUnload callbacks in the domain
2088         being unloaded.
2089
2090 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
2091
2092         * icall.c reflection.h reflection.c: Add a 'pseudo_attrs' argument to
2093         the GetCustomAttributes icall.
2094
2095 2004-09-23  Martin Baulig  <martin@ximian.com>
2096
2097         * object-internals.h (MonoReflectionGenericParam): Replaced
2098         'has_ctor_constraint', `has_reference_type' and `has_value_type'
2099         with `guint32 attrs'.
2100
2101 2004-09-23  Martin Baulig  <martin@ximian.com>
2102
2103         * icall.c (ves_icall_Type_GetGenericParameterAttributes): New interncall.
2104
2105 2004-09-23  Martin Baulig  <martin@ximian.com>
2106
2107         * object-internals.h (GenericParameterAttributes): New enum.
2108
2109 2004-09-23  Zoltan Varga  <vargaz@freemail.hu>
2110
2111         * object-internals.h (MonoEventInfo): Add 'other_methods' field.
2112         
2113         * class.c (init_events): Fill out event->other field.
2114
2115         * class.c: Fix warnings.
2116
2117         * icall.c (ves_icall_get_event_info): Fill out 'other_methods' field.
2118
2119 Wed Sep 22 19:04:32 CEST 2004 Paolo Molaro <lupus@ximian.com>
2120
2121         * class-internals.h, icall.c, loader.c, loader.h: added a faster stack
2122         walk which doesn't supply the IL offset.
2123
2124 2004-09-22  Martin Baulig  <martin@ximian.com>
2125
2126         * reflection.c (mono_reflection_setup_internal_class): If we're
2127         System.ValueType, System.Object or System.Enum, set
2128         `klass->instance_size' and create the vtable.
2129         (mono_reflection_create_internal_class): If we're an enum type,
2130         get the base class from our current corlib.
2131
2132 2004-09-22  Zoltan Varga  <vargaz@freemail.hu>
2133
2134         * reflection.h (MonoResolveTokenError): New type.
2135
2136         * icall.c (ves_icall_System_Reflection_Module_ResolveMemberToken): New
2137         icall.
2138
2139         * icall.c: Add an 'error' argument to the ResolveToken icalls.
2140
2141 2004-09-22  Lluis Sanchez Gual  <lluis@novell.com>
2142
2143         * icall.c: Support ContextBoundObject proxies in ves_icall_InternalExecute.
2144         Support also calling constructors, but only for already allocated objects.
2145
2146 2004-09-17  Geoff Norton <gnorton@customerdna.com>
2147
2148         * reflection.c (type_get_qualified_name): If the klass is null
2149         return the typename to avoid a NullRefEx.
2150         (encode_cattr_value): Get the qualified name of the boxed type,
2151         not the underlying enumtype.  Fixes #62984.
2152
2153 2004-09-21  Zoltan Varga  <vargaz@freemail.hu>
2154
2155         * marshal.c: Fix problems with previous checkin.
2156
2157 2004-09-21    <vargaz@freemail.hu>
2158
2159         * marshal.h marshal.c icall.c: Add new icalls for Alloc/FreeHGlobal. Change the
2160         existing mono_marshal_alloc/free functions to use CoTaskMemAlloc/Free under windows.
2161
2162         * marshal.c: Allocate marshaller memory using mono_marshal_alloc/free.
2163
2164 2004-09-21  Geoff Norton <gnorton@customerdna.com>
2165
2166         * icall.c (ves_icall_MonoType_GetElementType): GetElementType
2167         should only return a type for pointers, arrays, and passbyref types.
2168         Fixes bug #63841.
2169
2170 2004-09-21  Martin Baulig  <martin@ximian.com>
2171
2172         * domain.c (mono_debugger_check_runtime_version): New public
2173         function.
2174
2175         * icall.c (ves_icall_MonoDebugger_check_runtime_version): New icall.    
2176
2177 2004-09-20  Sebastien Pouliot  <sebastien@ximian.com>
2178
2179         * reflection.c: Added missing sort to the declarative security 
2180         attributes table. MS implementation stops seeing the attributes if the
2181         token number regress in the table (as shown by ildasm and permview).
2182
2183 2004-09-20  Zoltan Varga  <vargaz@freemail.hu>
2184
2185         * object-internals.h (MonoReflectionModule): Add 'token' field.
2186         
2187         * reflection.c (mono_reflection_get_token): Add support for Module
2188         and Assembly.
2189         (mono_module_get_object): Set 'token' field.
2190         (mono_module_file_get_object): Set 'token' field.
2191
2192         * icall.c: Add new Assembly and Module icalls.
2193
2194         * appdomain.c: Bump corlib version.
2195
2196 2004-09-19  Zoltan Varga  <vargaz@freemail.hu>
2197
2198         * loader.h loader.c class.h class.c: Add helper functions for obtaining
2199         tokens of metadata objects.
2200
2201         * reflection.h reflection.c (mono_reflection_get_token): New function
2202         to obtain the token of a metadata object.
2203
2204         * icall.c: Add icalls for MetadataToken and ModuleHandle methods.
2205
2206 2004-09-17  Zoltan Varga  <vargaz@freemail.hu>
2207
2208         * loader.c (mono_lookup_pinvoke_call): Try the underscore prefixed name as well.
2209         
2210         * loader.c (mono_lookup_pinvoke_call): Add support for stdcall name mangling.
2211
2212 2004-09-16  Sebastien Pouliot  <sebastien@ximian.com>
2213
2214         * appdomain.c: Bumped MONO_CORLIB_VERSION to 25.
2215         * object-internals.h: Added 3 MonoArray* members to MonoReflection
2216         AssemblyBuilder to access the permissions set in the class lib.
2217         * reflection.c: Added security attributes encoding step in 
2218         mono_image_build_metadata.
2219         * tabledefs.h: Added new security actions defined in 2.0:
2220         LinkDemandChoice, InheritanceDemandChoice and DemandChoice.
2221
2222 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
2223
2224         * threads.c: Fixed SET_CURRENT_OBJECT macros, they were ignoring the
2225         macro parameter.
2226
2227 2004-09-16  Lluis Sanchez Gual  <lluis@novell.com>
2228  
2229         * locales.c: nullify the ICU_collator member of CompareInfo when it is
2230           finalized. There where random SIGSEVs at program termination, when
2231           an object being finalized was trying to do a string comparison and
2232           the current culture was already finalized.
2233  
2234 2004-09-16 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2235
2236         * threads.c: call thread_cleanup before finishing the thread if we get
2237         there.
2238
2239 2004-09-16  Zoltan Varga  <vargaz@freemail.hu>
2240
2241         * appdomain.c (ves_icall_System_AppDomain_createDomain): Load all
2242         assemblies from the parent. Fixes #65665.
2243
2244 2004-09-15  Zoltan Varga  <vargaz@freemail.hu>
2245
2246         * metadata.c (mono_metadata_parse_type): Fix parsing of custom
2247         modifiers.
2248
2249 2004-09-14  Bernie Solomon  <bernard@ugsolutions.com>
2250
2251         * reflection.h: add prototype for mono_get_dbnull_object
2252         * reflection.c: add prototypes for get_default_param_value_blobs 
2253         and mono_get_object_from_blob for fussier compilers
2254
2255 2004-09-14  Lluis Sanchez Gual  <lluis@novell.com>
2256  
2257         * object.c: Added a "done" flag to TypeInitializationLock. This avoids
2258         false deadlock checks in class initialization.
2259  
2260 2004-09-13  Zoltan Varga  <vargaz@freemail.hu>
2261
2262         * image.c (mono_image_addref): Fix comment.
2263
2264         * metadata.c (mono_metadata_parse_type): Avoid memory allocations if
2265         possible.
2266
2267 2004-09-12  Jambunathan K  <kjambunathan@novell.com>
2268
2269         * reflection.c (mono_param_get_objects): Modified to return
2270         ParameterInfo.DefaultValue object.
2271
2272         (get_default_param_value_blobs):
2273         (mono_get_object_from_blob):
2274         (mono_get_dbnull_object): New helper routines. 
2275
2276         * object.c (mono_get_constant_value_from_blob): New helper routine
2277         carved out from get_default_field_value ()
2278
2279         * object-internals.h (mono_get_constant_value_from_blob): Added
2280         function declaration.
2281
2282 2004-09-11  Zoltan Varga  <vargaz@freemail.hu>
2283
2284         * assembly.c assembly.h icall.c class.c appdomain.c: Lazily load 
2285         referenced assemblies. Fixes #62135.
2286
2287         * exception.h exception.c (mono_get_exception_file_not_found2): New
2288         helper function.
2289
2290 2004-09-10  Zoltan Varga  <vargaz@freemail.hu>
2291
2292         * class.h class.c: Add mono_type_get_underlying_type ().
2293
2294 2004-09-09  Geoff Norton <gnorton@customerndna.com>
2295
2296         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes):
2297         Fix GetTypes() to support dynamically created assemblies.
2298
2299 2004-09-09  Zoltan Varga  <vargaz@freemail.hu>
2300
2301         * reflection.c (reflection_methodbuilder_to_mono_method): Remove TODO.
2302         
2303         * reflection.c (reflection_methodbuilder_to_mono_method): Fix bug in
2304         previous patch.
2305
2306         * reflection.h reflection.c loader.c: Allow dynamic construction of
2307         pinvoke methods. Fixes #65571.
2308         
2309         * reflection.c (mono_reflection_get_type): Revert previous change since
2310         it causes regressions.
2311
2312 2004-09-08  Martin Baulig  <martin@ximian.com>
2313
2314         * class.c (class_compute_field_layout): Don't call
2315         mono_class_layout_fields() for open generic instances.
2316
2317 2004-09-08 Bernie Solomon <bernard@ugsolutions.com>
2318         * threads.c appdomain.c: fix typo in GC macro
2319
2320 2004-09-08 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2321
2322         * threads.c: don't call mono_thread_detach() in start_wrapper(),
2323         avoiding a possible hang in GetCurrentThreadId(0). Fixes bug #65379.
2324
2325 2004-09-08  Zoltan Varga  <vargaz@freemail.hu>
2326
2327         * image.c (mono_image_close): Applied patch from 
2328         vasantha.paulraj@honeywell.com (Vasantha selvi). Fix crash when an
2329         assembly is loaded multiple times from data.
2330         
2331         * image.c (mono_image_open): Fix warning.
2332
2333 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
2334
2335         * reflection.h reflection.c icall.c: Only call TypeResolve handlers
2336         once. Fixes #58334.
2337         
2338         * reflection.c (mono_reflection_create_runtime_class): Initialize
2339         klass->nested_classes. Fixes #61224.
2340
2341 Tue Sep 7 14:35:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
2342
2343         * threads.c: sched_yield() on exit, to allow threads to quit.
2344
2345 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
2346
2347         * object.c (mono_unhandled_exception): Remove leftover debug code.
2348
2349 2004-09-07  Atsushi Enomoto  <atsushi@ximian.com>
2350
2351         * appdomain.c, threads.c : don't use GC_CreateThread when with-gc=none
2352
2353 2004-09-07  Zoltan Varga  <vargaz@freemail.hu>
2354
2355         * marshal.c (emit_marshal_array): Really null terminate string arrays.
2356         
2357         * marshal.c (emit_marshal_string): Fix freeing of unicode strings.
2358
2359 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
2360
2361         * marshal.c (emit_marshal_array): Null terminate string arrays.
2362         
2363         * marshal.c (raise_auto_layout_exception): Fix warning.
2364
2365         * reflection.c (mono_param_get_objects): Initialize the default value
2366         with DBNull.Value, not null. Fixes #62123.
2367
2368 2004-09-01  Miguel de Icaza  <miguel@ximian.com>
2369
2370         * marshal.c (mono_marshal_get_managed_wrapper): Remove FIXME and
2371         throw an exception with a cute explanation.
2372
2373 2004-09-06  Dick Porter  <dick@ximian.com>
2374
2375         * process.c (ves_icall_System_Diagnostics_Process_Start_internal):
2376         Close the new process's thread handle, as we don't use it.  The
2377         handle stays around forever otherwise.
2378
2379 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
2380
2381         * object.c (arith_overflow): Fix warning.
2382
2383         * reflection.c (mono_image_get_methodref_token): Do not emit unmanaged
2384         calling conventions in method refs. Fixes #65352.
2385
2386         * reflection.c: Fix warnings.
2387
2388 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
2389
2390         * icall.c: Add a new icall for Array.Clear
2391
2392 2004-09-06 Ben Maurer  <bmaurer@users.sourceforge.net>
2393
2394         * object.c: When allocating an array, we have to throw
2395         an overflow exception if any of the lengths are < 0.
2396
2397 2004-09-06  Zoltan Varga  <vargaz@freemail.hu>
2398
2399         * marshal.h marshal.c: Free unmanaged memory allocated by managed code
2400         properly. Also move implementation of string array marshalling to 
2401         managed code. Fixes #42316.
2402
2403 2004-09-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2404
2405         * assembly.c: provide more information when loading an assembly fails.
2406
2407 2004-09-04 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2408
2409         * filewatcher.c: don't expect the development fam package to be
2410         installed.
2411
2412 2004-09-03  Zoltan Varga  <vargaz@freemail.hu>
2413
2414         * marshal.c: Make a copy of the signature cookie since it will be
2415         freed by the caller.
2416         
2417         * marshal.c (mono_delegate_to_ftnptr): Fix bug in previous patch.
2418
2419         * marshal.c (mono_delegate_to_ftnptr): Fix memory leaks.
2420
2421         * metadata.c (mono_metadata_free_marshal_spec): New function to free
2422         marshal specs.
2423
2424         * marshal.c: More refactoring.
2425         
2426         * marshal.c: Refactor the mono_marshal_get_native_wrapper function into
2427         smaller functions.
2428
2429 2004-09-03  Lluis Sanchez Gual  <lluis@novell.com>
2430
2431         * object.c: In mono_message_invoke, fill the output parameter array after
2432           calling the managed method (it was done before the call). This fixes
2433           bug #59299.
2434
2435 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
2436
2437         * marshal.c (mono_marshal_alloc): Return a valid pointer on size 0
2438         as well.
2439
2440 2004-09-02  Martin Baulig  <martin@ximian.com>
2441
2442         * class.c (mono_class_instance_size): Don't allow generic type
2443         definitions or open generic instances.
2444         (mono_class_array_element_size): If we're a value type, call
2445         mono_class_instance_size() on the original class.
2446
2447         * metadata.c (mono_type_size, mono_type_stack_size): Correctly
2448         handle generic instances.
2449
2450         * mono-debug-debugger.c (write_type): Handle generic instances
2451         like classes.
2452
2453 2004-09-02  Zoltan Varga  <vargaz@freemail.hu>
2454
2455         * marshal.c (mono_marshal_alloc): Raise an OutOfMemory exception if
2456         the allocation request fails. Fixes #65089.
2457
2458         * object.c (mono_runtime_free_method): Do not call mono_free_method.
2459         
2460         * object.c (mono_runtime_free_method): New function to free a dynamic
2461         method.
2462
2463         * marshal.c (mono_delegate_free_ftnptr): New function to free the
2464         delegate trampoline.
2465
2466         * marshal.c (mono_marshal_get_managed_wrapper): Mark managed wrapper
2467         with hasthis as dynamic,
2468
2469         * icall.c (ves_icall_System_Delegate_FreeTrampoline): New icall.
2470
2471         * domain.c (mono_jit_info_table_remove): New function to remove an
2472         entry from the jit info table.
2473
2474         * class-internals.h (MonoMethod): Add 'dynamic' field.
2475
2476         * loader.c: Fix warnings.
2477
2478 2004-09-01  Martin Baulig  <martin@ximian.com>
2479
2480         * mono-debug.c, debug-mono-symfile.c: Use mono_loader_lock()
2481         instead of mono_debugger_lock() because the latter one is a no-op
2482         unless running in the debugger.
2483
2484 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
2485
2486         * class.c (class_compute_field_layout): Classes with auto-layout or
2487         reference fields are not blittable.
2488         
2489 2004-09-01  Dick Porter  <dick@ximian.com>
2490
2491         * icall.c (ves_icall_System_Reflection_Assembly_get_location): Use
2492         mono_image_get_filename() to get the assembly location.
2493
2494         * icall.c:
2495         * metadata.h: Fix compile warnings
2496
2497 2004-09-01  Zoltan Varga  <vargaz@freemail.hu>
2498
2499         * class.c (class_compute_field_layout): System.Object is blittable.
2500
2501         * marshal.c (mono_marshal_get_native_wrapper): Pass blittable classes
2502         as in/out. Fixes #59909.
2503
2504 2004-09-01  Martin Baulig  <martin@ximian.com>
2505
2506         * metadata.h (MONO_TYPE_ISREFERENCE): Call
2507         mono_metadata_generic_inst_is_valuetype() if we're a generic
2508         instance to check whether our underlying type is a reference type.
2509
2510 2004-09-01  Martin Baulig  <martin@ximian.com>
2511
2512         * metadata.c (mono_type_size): If we're a generic instance, call
2513         mono_class_value_size() for value types.
2514
2515 2004-08-31  Zoltan Varga  <vargaz@freemail.hu>
2516
2517         * marshal.c: Implement more custom marshalling functionality. Fixes
2518         #64915.
2519
2520 Tue Aug 31 17:55:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
2521
2522         * mono-debug.c, debug-mono-symfile.c: add some locking love.
2523
2524 2004-08-30  Zoltan Varga  <vargaz@freemail.hu>
2525
2526         * domain-internals.h domain.c: Add a per-domain jump trampoline hash.
2527
2528         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): Rename to ...Internal.
2529
2530         * icall.c: Fix some warnings.
2531
2532         * threads.c (abort_appdomain_thread): Fix unref errors.
2533         (mono_thread_current): Fix THREAD_DEBUG define.
2534
2535 2004-08-29  Zoltan Varga  <vargaz@freemail.hu>
2536
2537         * metadata.h (MONO_TYPE_ISSTRUCT): Fix warning.
2538
2539         * icall.c (ves_icall_System_Reflection_MethodBase_GetMethodFromHandle): New icall.
2540
2541 2004-08-28  Zoltan Varga  <vargaz@freemail.hu>
2542
2543         * marshal.c (mono_marshal_get_native_wrapper): Add support for byref 
2544         string arrays.
2545
2546 2004-08-28  Martin Baulig  <martin@ximian.com>
2547
2548         * metadata.c
2549         (mono_metadata_generic_inst_is_valuetype): New public function.
2550
2551         * metadata.h (MONO_TYPE_ISSTRUCT): Call
2552         mono_metadata_generic_inst_is_valuetype() if we're a generic
2553         instance to check whether our underlying type is a valuetype.
2554
2555 2004-08-26  Zoltan Varga  <vargaz@freemail.hu>
2556
2557         * class.c (mono_ptr_class_get): Fix name of pointer classes. Fixes
2558         #63768.
2559
2560 2004-08-25  Martin Baulig  <martin@ximian.com>
2561
2562         * loader.c (mono_get_method_from_token): Abstract methods can also
2563         be generic and thus have type parameters.
2564
2565         * metadata-internals.h
2566         (MonoDynamicImage): Added `GPtrArray *gen_params'.
2567
2568         * reflection.c (mono_image_get_generic_param_info): Don't create a
2569         metadata row, just add an entry to the `gen_params' array.
2570         (build_compressed_metadata): Sort the `gen_params' array and then
2571         actually create the metadata.
2572
2573 2004-08-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2574
2575         * threadpool.c: remove unneeded 'if' around mono_monitor_enter.
2576
2577 2004-08-25  Zoltan Varga  <vargaz@freemail.hu>
2578
2579         * debug-helpers.c: Handle MONO_TYPE_GENERICINST.
2580
2581 2004-08-24  Martin Baulig  <martin@ximian.com>
2582
2583         * class.cs (mono_class_is_subclass_of): Like an interface, a
2584         generic instance also derives from System.Object.
2585
2586 2004-08-23  Zoltan Varga  <vargaz@freemail.hu>
2587
2588         * metadata.c (mono_metadata_parse_type): Alloc pinned, byref and
2589         custom modifiers to be in any order. Fixes #61990.
2590
2591 2004-08-20  Zoltan Varga  <vargaz@freemail.hu>
2592
2593         * object.c: Register mono_object_new_fast icall.
2594         
2595         * object.c (mono_class_get_allocation_ftn): Return to calling
2596         mono_object_new_fast, since it seems faster to compute the object 
2597         size in unmanaged code than passing it as a parameter.
2598
2599         * object.c (mono_class_get_allocation_ftn): Add marshalbyref case.
2600
2601         * gc-internal.h gc.c: Add mono_gc_out_of_memory () function. Register
2602         this function with Boehm as the oom handler, so we don't have to check
2603         the result of GC_malloc.
2604
2605         * object.c: Remove checks for oom.
2606
2607         * object.h object.c (mono_class_get_allocation_ftn): New function to
2608         return the icall which can be used to allocate an instance of a given
2609         class. 
2610
2611         * object.c: Handle common allocation requests using GC_gcj_fast_malloc.
2612
2613         * class-internals.h: Add 'enabled' field.
2614
2615 2004-08-19  Zoltan Varga  <vargaz@freemail.hu>
2616
2617         * domain.c (mono_init_internal): Call MONO_GC_PRE_INIT ().
2618
2619 2004-08-18  Jambunathan K  <kjambunathan@novell.com>
2620         * tabledefs.h: Corretced PARAM_ATTRIBUTE_OPTIONAL to the right
2621         value 0x0010.
2622
2623 2004-08-18 Ben Maurer  <bmaurer@users.sourceforge.net>
2624
2625         * appdomain.c: use the Tls function for appdomain too,
2626         at Zoltan's request. Actually return in mono_context_get
2627
2628         * appdomain.c, profiler.c, threads.c: use __thread
2629
2630 2004-08-18  Zoltan Varga  <vargaz@freemail.hu>
2631
2632         * appdomain.c threads.c: Call GC_CreateThread on windows.
2633
2634         * Makefile.am (libmetadata_la_LIBADD): Avoid linking libmonoos into
2635         multiple libraries since this don't work on windows.
2636
2637 2004-08-18  Martin Baulig  <martin@ximian.com>
2638
2639         * class-internals.h
2640         (MonoMethodNormal): Moved `MonoGenericParam *gen_params' here from
2641         MonoMethodHeader.
2642
2643         * metadata.h (MonoMethodHeader): Moved the `gen_params' field to
2644         MonoMethodNormal since we also need it for abstract and interface
2645         methods.
2646
2647         * reflection.c
2648         (build_compressed_metadata): Sort the GenericParam table.
2649         (mono_image_create_token): Added `gboolean create_methodspec'
2650         argument; this is false when generating a MethodImpl token.
2651         (reflection_methodbuilder_to_mono_method): Abstract and interface
2652         methods may also have generic parameters.
2653
2654 2004-08-17 Ben Maurer  <bmaurer@users.sourceforge.net>
2655
2656         * appdomain.c: thread local alloc
2657
2658 2004-08-17  Martin Baulig  <martin@ximian.com>
2659
2660         * appdomain.c: Bumped MONO_CORLIB_VERSION to 24.
2661
2662         * icall.c
2663         (ves_icall_System_MonoType_getFullName): Added `gboolean full_name'
2664         argument.
2665
2666         * class.c (mono_type_get_full_name): New public function.
2667         (mono_type_get_name): Don't include the type arguments.
2668
2669 2004-08-16  Zoltan Varga  <vargaz@freemail.hu>
2670
2671         * Makefile.am: Build static versions of libmetadata and libmonoruntime
2672         for inclusion into the mono executable.
2673
2674 2004-08-16  Martin Baulig  <martin@ximian.com>
2675
2676         * metadata.c (do_mono_metadata_parse_generic_inst): Store the
2677         MonoGenericInst, not the MonoType in the `generic_inst_cache'.
2678
2679 2004-08-14  Martin Baulig  <martin@ximian.com>
2680
2681         * class.c (dup_type): Also copy the `byref' field.
2682
2683 2004-08-15  Zoltan Varga  <vargaz@freemail.hu>
2684
2685         * reflection.c (create_dynamic_mono_image): Revert the last change 
2686         since it breaks bootstrap.
2687
2688 2004-08-14  Zoltan Varga  <vargaz@freemail.hu>
2689
2690         * reflection.c (create_dynamic_mono_image): Set ref_count to 1.
2691
2692         * image.c (mono_image_close): Dynamic images are GC_MALLOCed, so do
2693         not free them with g_free.
2694
2695 2004-08-11  Martin Baulig  <martin@ximian.com>
2696
2697         * reflection.c (mono_reflection_setup_internal_class): Also call
2698         mono_class_setup_mono_type() if we already have a `tb->type.type'.
2699
2700 2004-08-09  Sebastien Pouliot  <sebastien@ximian.com>
2701
2702         * appdomain.c: Fix ves_icall_System_AppDomain_getDomainByID when 
2703         called during default (first) AppDomain creation. Keep track of
2704         Evidence when loading assemblies.
2705
2706 Mon Aug 9 14:41:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
2707
2708         * opcodes.c, opcodes.h: reduce runtime relocations.
2709
2710 Mon Aug 9 13:30:53 CEST 2004 Paolo Molaro <lupus@ximian.com>
2711
2712         * culture-info.h, locales.c: fixes and chages to sue the new
2713         optimized format of the locale data.
2714         * culture-info-tables.h: regenerated.
2715
2716 2004-08-06  Geoff Norton <gnorton@customerdna.com>
2717         
2718         * filewatcher.c: If HAVE_KQUEUE return mode 3 to use the new kqueue watcher
2719
2720 2004-08-05  Sebastien Pouliot  <sebastien@ximian.com>
2721
2722         * appdomain.c: Bumped MONO_CORLIB_VERSION to 23. Added new icall
2723         ves_icall_System_AppDomain_getDomainByID to get an AppDomain by Id.
2724         * domain-internals.h: icall declaration.
2725         * icall.c: icall registration.
2726         * object-internals.h: New fields in MonoAssembly for CAS.
2727
2728 2004-08-05  Duncan Mak  <duncan@ximian.com>
2729
2730         * verify.c: Renamed CEE_STELEM to CEE_STELEM_ANY and CEE_LDELEM to
2731         CEE_LDELEM_ANY.
2732
2733 Thu Aug 5 17:11:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
2734
2735         * reflection.c: fix to deal with object[] arrays in custom ctors
2736         (bug #62550).
2737
2738 2004-08-05  Martin Baulig  <martin@ximian.com>
2739
2740         * class.c (mono_class_array_element_size): Added support for
2741         generic instances and correctly handle "recursive" types.
2742
2743 2004-08-05  Zoltan Varga  <vargaz@freemail.hu>
2744
2745         * assembly.c: Fix warnings.
2746
2747 2004-08-04  Martin Baulig  <martin@ximian.com>
2748
2749         * class.c
2750         (mono_type_get_name_recurse): Added `gboolean include_arity'
2751         argument specifying whether or not we should include the generic
2752         arity in the type name.
2753         (_mono_type_get_name): New static function.
2754         (mono_class_setup_vtable): If we're a generic instance, don't
2755         include the generic arity in the names of explicit method
2756         implementations.        
2757
2758 2004-08-03  Martin Baulig  <martin@ximian.com>
2759
2760         * class.c (mono_type_get_name_recurse): Enclose the generic type
2761         arguments in `<', '>'.
2762
2763 Tue Aug 3 17:54:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
2764
2765         * gc.c: make GC warning messages use the trace API, they are just
2766         noise to most of the users.
2767
2768 2004-08-03  Martin Baulig  <martin@ximian.com>
2769
2770         * debug-mono-symfile.c (read_string): Correctly read the string.
2771
2772 2004-07-30  Zoltan Varga  <vargaz@freemail.hu>
2773
2774         * marshal.c (signature_dup_add_this): Fix bug in previous patch.
2775         
2776         * marshal.c (mono_marshal_get_icall_wrapper): Add support for vararg
2777         icalls.
2778         (mono_marshal_get_runtime_invoke): Correctly handle valuetype methods.
2779
2780 2004-07-30  Martin Baulig  <martin@ximian.com>
2781
2782         * debug-mono-symfile.c, mono-debug.c, mono-debug-debugger.c:
2783         Reflect latest symbol writer changes.   
2784
2785 Fri Jul 30 16:49:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
2786
2787         * object.c: always create an object if null is passed
2788         to Invoke() where a valuetype is expected.
2789
2790 2004-07-29  Bernie Solomon  <bernard@ugsolutions.com>
2791
2792         * marshal.c (mono_marshal_init): make managed
2793         signatures match native ones better for 64bits.
2794
2795 2004-07-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
2796
2797         * appdomain.c: hack to build correctly the private bin path on windows.
2798         Fixes bug #61991.
2799
2800 2004-07-28  Lluis Sanchez Gual  <lluis@novell.com>
2801
2802         * assembly.c: Load mscorlib from the correct framework directory
2803           (mono/<version>/mscorlib.dll).
2804         * appdomain.h: Added prototypes for new functions.
2805         * internals.h: Added some prototypes.
2806         * domain.c: When initializing the runtime, get from the executable and
2807           the configuration files the runtime version that the app supports.
2808           Added support methods for reading app.exe.config. Added list of versions
2809           supported by the JIT. Added two new methods: mono_init_from_assembly,
2810           which initializes the runtime and determines the required version from
2811           the provided exe file, and mono_init_version, which initializes
2812           the runtime using the provided version.
2813         * icall.c: Get machine.config from version-specific directory.
2814         * reflection.c: When generating an image, embed the version number
2815           of the current runtime.
2816
2817 2004-07-28  Dick Porter  <dick@ximian.com>
2818
2819         * socket-io.c
2820         (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal): Check
2821         returned sockaddr size before creating the remote address object.
2822         Patch by Nick Vaughan (dev@6wardlaw.freeserve.co.uk), fixes bug
2823         61608.
2824
2825 2004-07-28  Dick Porter  <dick@ximian.com>
2826
2827         * locales.c (string_invariant_compare_char): Fix invariant char
2828         compares between upper and lower cases.  Fixes bug 61458.
2829
2830 2004-07-27  Ben Maurer  <bmaurer@ximain.com>
2831         
2832         * marshal.c: actually cache stelem.ref wrappers.
2833         
2834 Tue Jul 27 16:56:55 CEST 2004 Paolo Molaro <lupus@ximian.com>
2835
2836         * class.c, image.c, loader.c, cil-coff.h: lazily mmap the image 
2837         sections and remove the mono_cli_rva_map () function.
2838
2839 Tue Jul 27 15:58:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
2840
2841         * debug-mono-symfile.c: fix one more endianess issue, from a patch
2842         by Geoff Norton (<gnorton@customerdna.com>).
2843
2844 Tue Jul 27 15:47:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
2845
2846         * class.c: fix class loads for pointer types (typeof(int) !=
2847         typeof(int*)).
2848
2849 2004-07-27  Martin Baulig  <martin@ximian.com>
2850
2851         * debug-mono-symfile.c (mono_debug_open_mono_symbol_file): Support
2852         reading the debugging information from an external ".mdb" file.
2853
2854 2004-07-24  Martin Baulig  <martin@ximian.com>
2855
2856         * reflection.c (mono_image_get_type_info): Only write a class
2857         layout entry if we actually have a size or a packing size.
2858
2859 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
2860
2861         * reflection.c (type_get_fully_qualified_name): 
2862         insert cast to get type checking of ?: with non-gcc compilers
2863
2864 2004-07-21  Bernie Solomon  <bernard@ugsolutions.com>
2865
2866         * rand.c: use g_getenv for both lookups of
2867         MONO_EGD_SOCKET
2868
2869 2004-07-17  Martin Baulig  <martin@ximian.com>
2870
2871         * reflection.c (mono_reflection_bind_generic_method_parameters):
2872         Set `gmethod->reflection_info'.
2873
2874 2004-07-17  Martin Baulig  <martin@ximian.com>
2875
2876         * class.c (mono_class_create_from_typedef): Insert the newly
2877         created class into the hash table before computing the interfaces
2878         since we could be called recursively.
2879
2880 2004-07-16  Ben Maurer  <bmaurer@ximain.com>
2881
2882         * marshal.[ch] (mono_marshal_get_stelemref): a new wrapper
2883         function to implement stelem.ref in managed code
2884         * class-internals.h, debug-helpers.c: a new wrapper type
2885         for the above.
2886
2887 Wed Jul 14 19:26:05 CEST 2004 Paolo Molaro <lupus@ximian.com>
2888
2889         * gc.c: allow GC handles to work even when no GC is compiled in.
2890         Fix part of bug #61134 (GetAddrOfPinnedObject).
2891
2892 2004-07-13  Peter Williams  <peter@newton.cx>
2893  
2894         * process.c (complete_path): Make sure we don't attempt to execute
2895         directories.
2896  
2897 2004-07-12  Geoff Norton <gnorton@customerdna.com>
2898
2899         * DateTime.cs: Patch for bug #61112.  Our DateTime wasn't roundtripping over timezone
2900           boundaries properly.  This patch checkes ToLocalTime() to see if we're tripping over a boundary
2901           and will add/subtract the hour if needed
2902
2903 2004-07-12  Martin Baulig  <martin@ximian.com>
2904
2905         * reflection.c (mono_field_get_object): If we have
2906         `field->generic_info', take the attributes from
2907         `field->generic_info->generic_type'.    
2908
2909 2004-07-12  Martin Baulig  <martin@ximian.com>
2910
2911         * mono-debug.c (mono_debug_init): Don't take a `MonoDomain *'.
2912         This function must be called before initializing the runtime.
2913         (mono_debug_init_1): New function; call this after initializing
2914         the runtime, but before loading the assembly.  It tells the
2915         debugger to load corlib and the builtin types.
2916
2917         * mono-debug-debugger.c: Did some larger changes in the debugging
2918         code; support recursive class declarations, make sure we actually
2919         add all classes.
2920
2921 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2922
2923         * debug-helpers.c: undo my previous patch and fixed the real issue in
2924         ../mini/exceptions-x86.c
2925
2926 2004-07-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
2927
2928         * debug-helpers.c: prevent SIGSEGV. It happened running xsp on monodoc
2929         when no HOME env. variable was set and a NullRef was thrown in a .cctor
2930         called from other .cctors.
2931
2932 2004-07-09  Miguel de Icaza  <miguel@ximian.com>
2933
2934         * loader.c: Removed the mono_loader_wine_init hack now that we are
2935         doing a managed version of Windows.Forms.
2936
2937 2004-07-09  Ben Maurer  <bmaurer@ximian.com>
2938
2939         * domain.c, gc.c, marshal.c, mono-debug-debugger.c,
2940         threadpool.c, threads.c: remove static data from rootset.
2941
2942 2004-07-09  Dick Porter  <dick@ximian.com>
2943
2944         * locales.c (ves_icall_System_String_InternalReplace_Str_Comp):
2945         Don't do any more processing if the matched length was 0.  It was
2946         increasing the size of the string before.  Fixes bug 61167.
2947
2948 2004-07-09  Dick Porter  <dick@ximian.com>
2949
2950         * socket-io.h:
2951         * socket-io.c
2952         (ves_icall_System_Net_Sockets_Socket_GetSocketOption_obj_internal):
2953         Add support for SO_PEERCRED if its available.
2954
2955 2004-07-09  Peter Bartok <pbartok@novell.com>
2956         * loader.c: winelib.exe.so error message is now only displayed if
2957         MONO_DEBUG is set. To help us avoid questions when people are trying
2958         out the new Managed.Windows.Forms.
2959
2960 2004-07-08  Zoltan Varga  <vargaz@freemail.hu>
2961
2962         * class-internals.h debug-helpers.c marshal.c: Add new wrapper types 
2963         for isinst and castclass wrappers.
2964
2965         * class-internals.h icall.c: Move registration and lookup of JIT icalls
2966         to libmetadata from the JIT, so they could be used by the marshalling
2967         code and the interpreter.
2968
2969         * marshal.c: Register marshalling related JIT icalls here instead of
2970         in mini.c. Use CEE_MONO_ICALL instead of the family of 
2971         CEE_MONO_PROC<x> opcodes to call marshalling functions.
2972
2973         * metadata.h: Remove unneeded marshalling conversions.
2974
2975         * opcodes.c: Update for new opcodes.
2976         
2977 2004-07-08  Martin Baulig  <martin@ximian.com>
2978
2979         * mono-debug.c: Check for `handle->symfile' being non-NULL everywhere.
2980         (mono_debug_get_domain_data): Make this function static.
2981
2982 Wed Jul 7 12:32:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
2983
2984         * gc.c, object.h: add nice GC handle API for embedders.
2985
2986 2004-07-06  Ben Maurer  <bmaurer@ximian.com>
2987
2988         * reflection.c: more changes for the new api
2989
2990         * object.c: When we reflect on a field w/ a constant value, it
2991         will not have a memory location, so we must access metadata. Also,
2992         allow easier reading of strings so that we can read them from
2993         the constant data.
2994
2995         * class.c (mono_class_layout_fields): no need for literal fields here.
2996
2997         * class-internals.h: api changes for const fields
2998
2999         * icall.c (ves_icall_get_enum_info): use new apis for const fields
3000
3001 2004-07-06  Martin Baulig  <martin@ximian.com>
3002
3003         * mono-debug.h: Increment version number to 44.
3004
3005         * mono-debug.c (mono_debug_add_wrapper): The second argument is
3006         now a gpointer, rewrote this whole method.
3007
3008         * mono-debug-debugger.c (mono_debugger_add_wrapper): New
3009         function.  Add information about the wrapper in a new "misc table".
3010
3011         * mono-debug-debugger.h (MonoDebuggerSymbolTable): Added fields
3012         for the new misc table.
3013
3014 2004-07-05  Zoltan Varga  <vargaz@freemail.hu>
3015
3016         * metadata-internals.h image.c: Add a cache for helper signatures.
3017
3018         * monosn.c: Applied patch from "grompf" (grompf@sublimeintervention.com). Fix compilation under OSX.
3019
3020 2004-07-03  Zoltan Varga  <vargaz@freemail.hu>
3021
3022         * marshal.c (mono_marshal_get_managed_wrapper): Handle returning
3023         delegates from a delegate. Fixes #61033.
3024         
3025         * marshal.c: Fix managed->native stringbuilder marshalling. Implement
3026         marshalling of stringbuilder arrays. Fixes #59900.
3027
3028 2004-07-02  Zoltan Varga  <vargaz@freemail.hu>
3029
3030         * icall.c: Add EnumBuilder:setup_enum_type icall.
3031
3032 2004-06-30  Ben Maurer  <bmaurer@ximian.com>
3033
3034         * icall.c: Added a new icall for the property version of
3035         OffsetOfStringData.
3036
3037 2004-06-30  Zoltan Varga  <vargaz@freemail.hu>
3038
3039         * class-internals.h (MonoVTable): Make max_interface_id a guint32 so
3040         it has a constant size across platforms.
3041
3042         * marshal.c (mono_delegate_end_invoke): Avoid crash when there is no
3043         stack trace.
3044
3045 2004-06-29  Martin Baulig  <martin@ximian.com>
3046
3047         * mono-debug.c (mono_debug_add_method): Protect the whole function
3048         in mono_debugger_lock(), not just parts of it.
3049
3050 Fri Jun 25 21:36:26 CEST 2004 Paolo Molaro <lupus@ximian.com>
3051
3052         * reflection.c: make sure padding bytes in heaps are zeroed.
3053
3054 2004-06-24  David Waite  <mass@akuma.org>
3055
3056         * appdomain.c, class.c, domain.c, file-io.c, gc.c, icall.c,
3057         image.c, loader.c, locales.c, marshal.c, metadata.c,
3058         mono-debug.[ch], object.c, reflection.c, security.c, socket-io.c,
3059         string-icalls.c, threads.c: change to C90-style comments from C99 /
3060         C++ -style
3061
3062 2004-06-24  Dick Porter  <dick@ximian.com>
3063
3064         * threads.c
3065         (ves_icall_System_Threading_Mutex_CreateMutex_internal): Correctly
3066         return createdNew.  Fixes bug 60412.
3067
3068         * threads-types.h: 
3069         * icall.c: Add createdNew parameter to CreateMutex icall
3070
3071 Thu Jun 24 16:06:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
3072
3073         * reflection.c, object-internals.h: save default value in params.
3074
3075 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3076
3077         * appdomain.c: for paths in PrivateBinPath that are absolute, there's
3078         no need to build a new path combining that with the application base.
3079         Fixes bug #60442.
3080
3081 Wed Jun 23 18:36:58 CEST 2004 Paolo Molaro <lupus@ximian.com>
3082
3083         * reflection.c: fixed minor standard compliance issues.
3084
3085 Wed Jun 23 17:59:29 CEST 2004 Paolo Molaro <lupus@ximian.com>
3086
3087         * reflection.c: fixed issue with encoding some custom attributes
3088         (arrays in properties and fields, bug #60411).
3089
3090 2004-06-23 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3091
3092         * reflection.c: fix start address when copying the public key token.
3093
3094 2004-06-23  Martin Baulig  <martin@ximian.com>
3095
3096         * mono-debug-debugger.c (mono_debugger_unhandled_exception): Store
3097         the `exc' object in a static object to put it into the GC's root set.
3098
3099 Wed Jun 23 15:37:31 CEST 2004 Paolo Molaro <lupus@ximian.com>
3100
3101         * reflection.c: make mono_reflection_setup_internal_class ()
3102         callable a second time to setup a new parent class.
3103
3104 2004-06-23  Dick Porter  <dick@ximian.com>
3105
3106         * threads.c: Check for WAIT_IO_COMPLETION return values.
3107
3108 2004-06-22  Sebastien Pouliot  <sebastien@ximian.com>
3109
3110         * appdomain.c: Removed the g_free on the public key token. Now copy 
3111         the pk token string into the MonoAssemblyName buffer using g_strlcpy.
3112         * assembly.c: Added public key token string value when loading 
3113         assemblies. Fix bug #60439.
3114         * icall.c: Added missing informations (like public key) in 
3115         GetReferencedAssemblies. Fix #60519.
3116         * image.h: Changed definition for public key token from const char*
3117         public_tok_value to guchar public_key_token [17];
3118         * reflection.c: Updated for changes to public key token.
3119
3120 2004-06-22  Lluis Sanchez Gual
3121
3122         * icall.c: In ves_icall_InternalExecute, when setting a filed, also look 
3123         for the field in base classes.
3124
3125 Tue Jun 22 16:48:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
3126
3127         * mono-debug.h, mono-debug-debugger.h, debug-mono-symfile.h:
3128         mark headers as not supported, they are installed only for use by the
3129         debugger.
3130
3131 Tue Jun 22 16:32:03 CEST 2004 Paolo Molaro <lupus@ximian.com>
3132
3133         * *.c, *.h: avoid namespace pollution in public headers.
3134
3135 2004-06-21  Martin Baulig  <martin@ximian.com>
3136
3137         * exception.c (mono_get_exception_security): It's in
3138         "System.Security", not in "System".
3139
3140         * mono-debug-debugger.c (mono_debugger_add_builtin_types): Add all
3141         the exception classes.
3142
3143 2004-06-21  Martin Baulig  <martin@ximian.com>
3144
3145         * mono-debug-debugger.c (mono_debugger_unhandled_exception):
3146         Protect the exception object from being finalized.
3147
3148 2004-06-21  Martin Baulig  <martin@ximian.com>
3149
3150         * mono-debug-debugger.h (mono_debugger_unhandled_exception): New
3151         public function.
3152
3153 2004-06-21  Sebastien Pouliot  <sebastien@ximian.com>
3154
3155         * reflection.c: Load the assembly in mono_reflection_type_from_name,
3156         if it was not loaded before. Fix parts of #60439.
3157
3158 Mon Jun 21 16:04:43 CEST 2004 Paolo Molaro <lupus@ximian.com>
3159
3160         * marshal.c, icall.c, object.c, image.c: fix the runtime_invoke ()
3161         code that was broken since Ben's change: wrappers are now
3162         dependent on the method signature only again.
3163
3164 2004-06-21  Martin Baulig  <martin@ximian.com>
3165
3166         * mono-debug-debugger.c (write_class): Cleaned this up a bit and
3167         added interface support.
3168
3169 2004-06-21  Martin Baulig  <martin@ximian.com>
3170
3171         * class.c (mono_vtable_get_static_field_data): New public method.
3172
3173 2004-06-20  Atsushi Enomoto  <atsushi@ximian.com>
3174
3175         * filewatcher.c : Windows build fix to be compliant with API changes.
3176
3177 Sat Jun 19 19:04:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
3178
3179         * class.h, class.c: more accessors.
3180         * metadata.h, metadata.c: prepare for hiding MonoType and
3181         MonoMethodSignature: people should use the accessors from now on
3182         outside of the tree.
3183
3184 Sat Jun 19 17:56:50 CEST 2004 Paolo Molaro <lupus@ximian.com>
3185
3186         * *.c, *.h: more API cleanups.
3187
3188 2004-06-18  Jackson Harper  <jackson@ximian.com>
3189
3190         * assembly.c: Trace loading assemblies.
3191         * loader.c: Trace loading native libraries.
3192         * mono-config.c: Trace loading config files.
3193         
3194 2004-06-18  Dick Porter  <dick@ximian.com>
3195
3196         * locales.c: Tell ICU the lengths of strings, it can cope with
3197         embedded \0 then.  Fixes bug 59274, and doesn't break bug 55822.
3198
3199 Fri Jun 18 11:59:57 CEST 2004 Paolo Molaro <lupus@ximian.com>
3200
3201         * image.c: swapped name/filename;
3202
3203 2004-06-18  Martin Baulig  <martin@ximian.com>
3204
3205         * mono-debug-debugger.c (write_class): Write the parent class at
3206         the end of the header.
3207
3208 Thu Jun 17 16:50:44 CEST 2004 Paolo Molaro <lupus@ximian.com>
3209
3210         * *.c, *.h, Makefile.am: more API cleanups and bugfixes.
3211
3212 2004-06-17  Raja R Harinath  <rharinath@novell.com>
3213
3214         * Makefile.am (PLATFORM_LIB): New.  Possibly refer to ../os/libmonoos.la.
3215         (bundle_obj): New conditional define.
3216         (BUILT_SOURCES): Remove.
3217         ($(bundle_srcs)): Make parallel-make safe.
3218         (libmonoruntime_la_LIBADD): Make unconditional.
3219         (libmetadata_la_LIBADD): Make unconditional.  Refer to $(bundle_obj).
3220         (libmetadata_la_SOURCES): Don't refer to $(bundle_srcs).
3221
3222 2004-06-17  Atsushi Enomoto  <atsushi@ximian.com>
3223
3224         * culture-info-tables.h: It was inconsistent with the latest
3225           supp info files.
3226
3227 2004-06-17  Zoltan Varga  <vargaz@freemail.hu>
3228
3229         * assembly.c (mono_assembly_open): Fix crash when the assembly can't
3230         be loaded.
3231
3232         * threads.c (ves_icall_System_Threading_Thread_Resume): Fix compilation
3233         with gcc 2.95.
3234
3235 Wed Jun 16 18:23:45 CEST 2004 Paolo Molaro <lupus@ximian.com>
3236
3237         * threads.h, icall.c, object.c, threadpool.c, threads-types.h:
3238         cleaned up public header threads.h.
3239
3240 Wed Jun 16 18:11:41 CEST 2004 Paolo Molaro <lupus@ximian.com>
3241
3242         * Makefile.am, *.c, *.h: more API cleanups.
3243
3244 Wed Jun 16 14:33:22 CEST 2004 Paolo Molaro <lupus@ximian.com>
3245
3246         * Makefile.am: removed monosn from compilation.
3247         * appdomain.c, assembly.c, assembly.h, blob.h, class.c,
3248         debug-helpers.c, debug-mono-symfile.c, domain.c, icall.c,
3249         image.c, image.h, loader.c, marshal.c, metadata-internals.h,
3250         metadata.c, metadata.h, mono-config.c, mono-debug-debugger.c,
3251         mono-debug.c, object.c, opcodes.c, opcodes.h, pedump.c, process.c,
3252         reflection.c, reflection.h, verify.c: more API cleanups and fixes.
3253
3254 2004-06-15  Jackson Harper  <jackson@ximian.com>
3255
3256         * assembly.c: Make locales lower case when searching the GAC for
3257         assemblies. gacutil will always make locales lowercase when
3258         installing so this effectively makes them case insensitive.
3259         
3260 2004-06-15  Lluis Sanchez Gual  <lluis@ximian.com>
3261
3262         * locales.c, threadpool.c: use mono_monitor_enter instead of mono_monitor_try_enter.
3263         * monitor.c: New method mono_monitor_try_enter_internal, which takes a new
3264           parameter which allows to choose whether the wait can be interrupted or 
3265           not. Also added the method mono_monitor_enter(), which locks the monitor
3266           using an infinite wait and without allowing interruption.
3267           In the Monitor.Enter and Wait icalls, retry the lock if the wait is
3268           interrupted.
3269         * object.h: Added new fields in MonoThread. suspend_event holds the event
3270           used to susped/resume the thread. synch_lock is the lock object to use for
3271           modifying the thread state.
3272         * threads.c: Use the new synch_lock object for locking, instead of "this",
3273           which can generate deadlocks.
3274           Moved thread state change in Thread.Sleep and Thread.Join from managed
3275           to unmanaged code. This avoids a deadlock when the thread was suspended
3276           just after acquiring the thread lock.
3277           In general, use mono_monitor_enter instead of mono_monitor_try_enter.
3278           Implemented Thread.Suspend using an event instead of ThreadSuspend,
3279           which is not fully implemented in the io-layer.
3280         * socket-io.c: Only try IPv6 DNS lookup if IPv4 fails.
3281
3282 Tue Jun 15 18:34:21 CEST 2004 Paolo Molaro <lupus@ximian.com>
3283
3284         * Makefile.am, monitor.h, object.h, threadpool.c, threadpool.h,
3285         threads-types.h: more API cleanups.
3286
3287 Tue Jun 15 16:40:19 CEST 2004 Paolo Molaro <lupus@ximian.com>
3288
3289         * domain-internals.h, Makefile.am, appdomain.c, appdomain.h,
3290         domain.c, gc.c, icall.c, mono-debug.c, object.c, reflection.c,
3291         threadpool.c, threads.c: first pass at the exported API cleanup.
3292
3293 Tue Jun 15 15:29:47 CEST 2004 Paolo Molaro <lupus@ximian.com>
3294
3295         * icall.c: fix signatures of some VolatileRead and VolatileWrite icalls.
3296
3297 2004-06-15 Gonzalo Paniagua Javier <gonzalo@ximian.com>
3298
3299         * icall.c: added internalGetHome.
3300
3301 2004-06-14  Dick Porter  <dick@ximian.com>
3302
3303         * file-io.c (ves_icall_System_IO_MonoIO_FindFirstFile): It was
3304         possible to return successfully when '.' or '..' were the only
3305         entries in a directory, but were skipped.  The MonoIOStat was not
3306         filled in in that case.  Now return ERROR_NO_MORE_FILES instead.
3307         Fixes bug 59574.
3308
3309 Mon Jun 14 00:27:15 CEST 2004 Paolo Molaro <lupus@ximian.com>
3310
3311         * reflection.c: make binaries run on .Net 1.1 by default.
3312
3313 Sun Jun 13 18:22:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
3314
3315         * threadpool.c, threadpool.h: use the correct return type in SetMinThreads ().
3316
3317 Sun Jun 13 16:44:39 CEST 2004 Paolo Molaro <lupus@ximian.com>
3318
3319         * marshal.c: keep track of struct size with explicit layout
3320         (bug #59979).
3321
3322 2004-06-12  Martin Baulig  <martin@ximian.com>
3323
3324         * mono-debug-debugger.c: Comment out a debugging g_message().
3325
3326 Sat Jun 12 14:15:02 CEST 2004 Paolo Molaro <lupus@ximian.com>
3327
3328         * reflection.c, reflection.h: do not free custom attrs that are cached.
3329         * icall.c: use braces to make code clearer.
3330
3331 2004-06-11  Martin Baulig  <martin@ximian.com>
3332
3333         * class.h (MonoInflatedField): New type.
3334         (MonoClassField): Replaced `MonoType *generic_type' with
3335         `MonoInflatedField *generic_info'.
3336
3337         * icall.c
3338         (ves_icall_MonoField_Mono_GetGenericFieldDefinition): New icall.
3339
3340 2004-06-11  Martin Baulig  <martin@ximian.com>
3341
3342         * reflection.c (mono_image_create_method_token): Correctly encode
3343         varargs methods.
3344
3345 2004-06-11  Martin Baulig  <martin@ximian.com>
3346
3347         * metadata.c (mono_metadata_parse_method_signature): When parsing
3348         a MethodDef which has VarArgs, also set sentinelpos if we don't
3349         have any parameters.
3350
3351 2004-06-11  Martin Baulig  <martin@ximian.com>
3352
3353         * verify.c (mono_method_verify): In CEE_CALL, use
3354         mono_method_get_signature() to get the method's signature, unless
3355         we're a PInvoke method.
3356
3357 2004-06-10  Jackson Harper  <jackson@ximian.com>
3358
3359         * assembly.c: Use <path>/lib/mono/gac for the extra paths
3360         lookup. Rename MONO_GAC_PATH to MONO_GAC_PREFIX, this is a more
3361         logical name as the supplied path is just a prefix to the gac not
3362         the direct path to it.
3363         
3364 Thu Jun 10 20:10:16 CEST 2004 Paolo Molaro <lupus@ximian.com>
3365
3366         * reflection.c: make the token for a created method match
3367         the token of the MethodBuilder it was created from
3368         (IKVM requires this behaviour now).
3369
3370 Thu Jun 10 16:02:27 CEST 2004 Paolo Molaro <lupus@ximian.com>
3371
3372         * image.c, image.h, appdomain.c, assembly.c, loader.c, metadata.c,
3373         reflection.c, socket-io.c: leak fixes.
3374
3375 Wed Jun 9 18:23:59 CEST 2004 Paolo Molaro <lupus@ximian.com>
3376
3377         * icall.c: handle sentinel pos in vararg methods in position different
3378         from 0.
3379
3380 2004-06-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3381
3382         * culture-info-tables.h: freshly generated.
3383
3384 2004-06-09  Martin Baulig  <martin@ximian.com>
3385
3386         * loader.c (mono_get_method_constrained): Call `mono_class_init
3387         (constrained_class)'.   
3388
3389 2004-06-08  Gert Driesen <drieseng@users.sourceforge.net>
3390
3391         * icall.c (ves_icall_MonoType_GetEvent): Handle events without
3392         any methods. Fixes #59629.
3393
3394 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
3395
3396         * culture-info-tables.h: reflecting locale-builder updates.
3397
3398 2004-06-08  Dick Porter  <dick@ximian.com>
3399
3400         * object.h:
3401         * locales.c: Fixed compile warnings, including a real bug in
3402         CompareInfo_internal_compare.
3403         
3404 2004-06-08  Dick Porter  <dick@ximian.com>
3405
3406         * locales.c
3407         (ves_icall_System_Globalization_CompareInfo_internal_index):
3408         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
3409         Double-check the resuls of usearches, because ICU currently
3410         ignores most of the collator settings here.  Fixes bug 59720.
3411         
3412 2004-06-08  Dick Porter  <dick@ximian.com>
3413
3414         * locales.c
3415         (ves_icall_System_Globalization_CompareInfo_internal_index_char):
3416         Fix memory leak and segfault-causing typo.  No idea how this one
3417         lasted so long without being noticed.
3418
3419 2004-06-09  Zoltan Varga  <vargaz@freemail.hu>
3420
3421         * icall.c (ves_icall_Type_GetEvents_internal): Handle events without
3422         any methods. Fixes #59629.
3423
3424 2004-06-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3425
3426         * assembly.c:
3427         (mono_assembly_load): search_loaded -> mono_assembly_loaded (we didn't
3428         own the critical section before). Removed dead code (that's done
3429         in the preload hook).
3430
3431         (mono_assembly_load_with_partial_name): call the preload hook.
3432
3433 2004-06-08  Martin Baulig  <martin@ximian.com>
3434
3435         * metadata.c (mono_metadata_signature_alloc): Default
3436         `sentinelpos' to -1.
3437
3438         * reflection.c (mono_image_get_array_token): Likewise.
3439
3440 2004-06-08  Martin Baulig  <martin@ximian.com>
3441
3442         * icall.c (ves_icall_ModuleBuilder_getMethodToken): New icall.
3443
3444         * metadata.c (mono_metadata_parse_method_signature): When parsing
3445         a MethodDef which has VarArgs, set sentinelpos.
3446
3447         * metadata.h (MonoMethodSignature): Make `sentinalpos' a signed
3448         `gint16' since we're using -1 for non-varargs methods.
3449
3450         * reflection.c
3451         (ReflectionMethodBuilder): Added `MonoArray *opt_types'.
3452         (method_encode_signature): Added varargs support.
3453         (method_builder_encode_signature): Likewise.
3454         (mono_image_get_varargs_method_token): New static method.
3455         (mono_image_create_method_token): New public method; this is
3456         called via an icall instead of mono_image_create_token() when
3457         calling a varargs method.       
3458
3459 2004-06-08  Lluis Sanchez Gual  <lluis@ximian.com>
3460
3461         * locales.c: Fixed memory leak in Char.ToLower/ToUpper.
3462
3463 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
3464
3465         * culture-info-tables.h : Reflecting the latest locale-builder that
3466           fixed empty array representation ({} to {0}).
3467
3468 2004-06-07  Jackson Harper  <jackson@ximian.com>
3469
3470         * assembly.c: It should be <MONO_GAC_PATH>/lib/mono/gac when
3471         looking up extra gac paths. This allows MONO_GAC_PATH to act
3472         exactly like a prefix.
3473         
3474 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
3475
3476         * reflection.c (mono_reflection_type_from_name): Make a copy of the
3477         type name before modifying it. Fixes #59405.
3478
3479 2004-06-08  Atsushi Enomoto  <atsushi@ximian.com>
3480
3481         * culture-info.h: added fields for "all datetime patterns".
3482         * locales.c: (  ves_icall_System_Globalization_CultureInfo
3483           _construct_datetime_format ()): fill xxx_patterns fields.
3484         * object.h: added fields for "all datetime patterns" to
3485           MonoDateTimeFormatInfo.
3486         * culture-info-tables.h: reflecting locale-builder updates.
3487
3488 2004-06-08  Zoltan Varga  <vargaz@freemail.hu>
3489
3490         * icall.c (ves_icall_Type_GetEvents_internal): Handle the case when
3491         the event has no add and remove methods. Fixes #59629.
3492
3493 2004-06-05  Sebastien Pouliot  <sebastien@ximian.com>
3494
3495         * object.c: Fixed possible integer overflow when allocating large
3496         strings.
3497
3498 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
3499
3500         * culture-info-tables.h: reflecting locale-builder updates.
3501
3502 2004-06-05  Atsushi Enomoto  <atsushi@ximian.com>
3503
3504         * culture-info-tables.h: reflecting locale-builder updates.
3505
3506 2004-06-03  Atsushi Enomoto  <atsushi@ximian.com>
3507
3508         * culture-info-tables.h: reflecting locale-builder updates.
3509
3510 2004-06-03  Lluis Sanchez Gual  <lluis@ximian.com>
3511
3512         * threads.c: Made Thread.Sleep abortable.
3513
3514 2004-06-02  Martin Baulig  <martin@ximian.com>
3515
3516         * mono-debug.h (MONO_DEBUGGER_VERSION): Bumped version to 41.
3517
3518         * debug-mono-symfile.h: Bumped symbol file version number to 37.
3519
3520 2004-05-31  Zoltan Varga  <vargaz@freemail.hu>
3521
3522         * marshal.c (mono_marshal_get_runtime_invoke): Fix CR/LFs.
3523
3524 2004-05-30  Jackson Harper  <jackson@ximian.com>
3525
3526         * reflection.c: Do not hardcode assembly versions or public key
3527         tokens anymore. All of this except the corlib section was dead
3528         code anyways.
3529         
3530 2004-05-29  Zoltan Varga  <vargaz@freemail.hu>
3531
3532         * object.c (mono_runtime_invoke_array): Automatically create boxed
3533         objects for byref valuetypes if needed. Fixes #59300.
3534         
3535         * object.c (mono_method_return_message_restore): Handle 
3536         MONO_TYPE_OBJECT as well.
3537
3538 2004-05-28  Jackson Harper  <jackson@ximian.com>
3539
3540         * reflection.c: The modified type encoding was causing build
3541         problems. Reverted for now.
3542         
3543 2004-05-28  Jackson Harper  <jackson@ximian.com>
3544
3545         * reflection.c/h: Take an assembly ref so that we dont create
3546         fully qualified names when encoding types in the same assembly as
3547         the custom attribute being emitted.
3548         * appdomain.c: Increment version number.
3549         
3550 2004-05-26  Duncan Mak  <duncan@ximian.com>
3551
3552         * icall.c
3553         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
3554         Set the full version number (major, minor, build, revision).
3555
3556 2004-05-28  Vladimir Vukicevic  <vladimir@pobox.com>
3557
3558         * marshal.c (emit_struct_conv): increment src/dst after blit
3559         (mono_marshal_get_managed_wrapper,
3560         mono_marshal_get_native_wrapper): make sure we have marshalling
3561         info before marshalling params (info computation affects
3562         blittable)
3563
3564         * class.c (class_compute_field_layout): correctly deal with
3565         blittable
3566         (mono_class_layout_fields): Don't do gc_aware_layout for AUTO
3567         value types (as per what windows dows by default)
3568         (mono_class_setup_mono_type): System.ValueType is blittable
3569         (mono_ptr_class_get, mono_fnptr_class_get): Pointer classes are
3570         blittable
3571
3572         * marshal.c (mono_marshal_load_type_info): flag types  as
3573         non-blittable if the native layout doesn't match the managed
3574         layout
3575
3576 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3577
3578         * appdomain.c: don't add stuff in the private search path that is
3579         above the application base. If application base is not set, there's
3580         no private search path.
3581
3582 2004-05-28  Zoltan Varga  <vargaz@freemail.hu>
3583
3584         * marshal.c (mono_marshal_get_managed_wrapper): Add proper support for
3585         byref struct arguments in native->managed marshalling.
3586
3587 2004-05-28      Patrik Torstensson      <totte@hiddenpeaks.com>
3588
3589         * marshal.c (mono_marshal_get_runtime_invoke): correctly
3590         cache methods using signature (special case for methods
3591         that are value type or string class)
3592         
3593         * image.c (mono_image_close): clean up allocated GSList's
3594         in runtime_invoke_cache.
3595
3596 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3597
3598         * mono-config.c: set the correct path for mono_cfg_dir on windows when
3599         there's no MONO_CFG_DIR environment variable defined.
3600
3601 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3602
3603         * threads.c: windows version must be >= 0x0500 to include OpenThread.
3604
3605 2004-05-28  Lluis Sanchez Gual  <lluis@ximian.com>
3606
3607         * threadpool.c: Really wait for 500ms after the async call, even if the wait
3608           is interrumped.
3609         * threads.c: In mono_thread_manage, call OpenThread to ref each handle
3610           before waiting for it, and call CloseHandle after the wait to unref it.
3611           This will make sure that handles are not disposed too early.
3612
3613 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3614
3615         * appdomain.c:
3616         * appdomain.h:
3617         * icall.c: removed
3618         ves_icall_System_AppDomainSetup_InitAppDomainSetup as it's not
3619         needed now.
3620
3621         * object.c: se the application_base only for the domain that runs
3622         Main. Fixes bug #59216,
3623
3624 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3625
3626         * appdomain.c:
3627         * object.c: only the domain in which Main is run have
3628         SetupInformation.ConfigurationFile set, so moved a few lines from
3629         appdomain.c to object.c.
3630
3631 2004-05-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3632
3633         * appdomain.c: we tried to load [name].(dll|exe), but according
3634         to bug #57710, we must also try [culture]/[name].(dll|exe) and
3635         [culture]/[name]/[name](dll|exe). This patch fixes the bug.
3636         There's a test case attached to bug #58922.
3637
3638 2004-05-27  Dick Porter  <dick@ximian.com>
3639
3640         * icall.c:
3641         * file-io.c: Implemented icalls for locking and unlocking regions
3642         in a file.
3643         (ves_icall_System_IO_MonoIO_FindNextFile): FindNextFile() returns
3644         FALSE on error (fixes both compiler warning and real bug.)
3645
3646 2004-05-27  Atsushi Enomoto  <atsushi@ximian.com>
3647
3648         * culture-info-tables.h: reflecting locale-builder updates.
3649
3650           (Added missing ChangeLog entry for 05/26)
3651
3652 2004-05-27  Jackson Harper  <jackson@ximian.com>
3653
3654         * locales.c: Fix some cut and paste errors.
3655         
3656 2004-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3657
3658         * mono-config.c: set the correct path for config. directory on windows.
3659
3660 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
3661
3662         * icall.c : Fixed ves_icall_System_DateTime_GetNow() to return utc
3663           on win32.
3664
3665 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
3666
3667         * marshal.c (mono_marshal_get_native_wrapper): Free strings returned
3668         from pinvoke functions.
3669         
3670         * marshal.c (mono_ftnptr_to_delegate): Implement this.
3671
3672 2004-05-26  Atsushi Enomoto  <atsushi@ximian.com>
3673
3674         * culture-info-tables.h: reflecting locale-builder updates.
3675
3676 2004-05-26  Zoltan Varga  <vargaz@freemail.hu>
3677
3678         * profiler.c (simple_allocation): Skip icall wrapper methods. Fixes
3679         #59086.
3680
3681 2004-05-26  Sebastien Pouliot  <sebastien@ximian.com>
3682
3683         * appdomain.cs: Bumped MONO_CORLIB_VERSION to 20.
3684         * icall.c: Modified icalls for RNG.
3685         * rand.c|h: Changed RNG interface to allow thread-safe usage under 
3686         Windows (CryptoAPI).
3687
3688 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
3689
3690         * locales.c: Fix build.
3691
3692 2004-05-25  Atsushi Enomoto  <atsushi@ximian.com>
3693
3694         * culture-info-tables.h: reflecting locale-builder updates.
3695
3696 2004-05-25  Jackson Harper  <jackson@ximian.com>
3697
3698         * locales.c: When creating the current culture use the $LANGs
3699         specific culture. So DateTimeFormat and NumberFormat entries are created.
3700         
3701 2004-05-25  Zoltan Varga  <vargaz@freemail.hu>
3702
3703         * string-icalls.{h,c} icalls.c: Add new icalls for Strcpy which take
3704         a char array as parameter.
3705
3706 2004-05-24  Lluis Sanchez Gual  <lluis@ximian.com>
3707
3708         * image.c: In mono_image_open(), always use an absolute path name to
3709           look for already loaded images.
3710
3711 2004-05-24  Sebastien Pouliot  <sebastien@ximian.com>
3712
3713         * icall.c: Added define for CSIDL_FLAG_CREATE (0x8000) in case it is
3714         missing in the windows build (like older cygwin include files).
3715
3716 2004-05-23  Sebastien Pouliot  <sebastien@ximian.com>
3717
3718         * icall.c: Fixed check for possible integer overflow in Buffer_
3719         BlockCopy icall. Replaced comments style // by /* */.
3720
3721 2004-05-22  Zoltan Varga  <vargaz@freemail.hu>
3722
3723         * marshal.c (mono_ftnptr_to_delegate): Fix warning.
3724         
3725         * marshal.c (mono_marshal_get_proxy_cancast): Move thread interrupt
3726         check after MONO_VTADDR. Fixes pinvoke2.exe.
3727
3728         * marshal.h marshal.c metadata.h: Add beginnings of support for
3729         ftnptr -> delegate marshalling.
3730
3731 2004-05-21  Zoltan Varga  <vargaz@freemail.hu>
3732
3733         * threads.c (ves_icall_System_Threading_Thread_ResetAbort): Fix compilation on gcc-2.95.
3734         * threads.c: Fix warnings.
3735
3736 2004-05-20  Lluis Sanchez Gual  <lluis@ximian.com>
3737
3738         * appdomain.c, gc.c: Make use of the new WaitForSingleObjectEx.
3739         * icall.c: Registered icalls for Suspend and Resume.
3740         * locales.c: Beware, mono_monitor_try_enter can now be interrupted by
3741           Thread.Abort.
3742         * monitor.c: Use WaitForSingleObjectEx. Added some interruption checkpoints.
3743         * mono-debug-debugger.c: Use WaitForSingleObjectEx et al.
3744         * process.c: Use WaitForSingleObjectEx.
3745         * threadpool.c: Use WaitForSingleObjectEx. Added some interruption 
3746           checkpoints.
3747         * threads.c, threads.h: Make use of new Ex wait methods. Improved
3748           implementation of Thread.Abort and Thread.ResetAbort icalls. Added icalls
3749           for Suspend and Resume. Added new mono_thread_stop, used for stoping
3750           background threads. Added basic support for Abort in Windows.
3751           Start new threads using a managed delegate invoke wrapper. This wrapper
3752           has an interruption checkpoint that is needed since an interruption
3753           can be requested before the thread leaves the unmanaged code that starts 
3754           the thread.
3755         * marshal.c: Added interruption checkpoint after every native call, and
3756           also before managed calls for wrappers called from unmanaged code to
3757           go into managed code.
3758         * object.h: Added new field in MonoThread to keep track of interruption
3759           requests.
3760
3761 2004-05-20  Zoltan Varga  <vargaz@freemail.hu>
3762
3763         * marshal.c: Insert SAVE_LMF and RESTORE_LMF opcodes around native
3764         calls.
3765
3766 2004-05-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3767
3768         * appdomain.c:
3769         * assembly.c:
3770         * gc.c:
3771         * locales.c:
3772         * mono-config.c:
3773         * rand.c: getenv -> g_getenv (windows!)
3774
3775         * process.c: complete_path is also used on non-windows platforms.
3776
3777 2004-05-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3778
3779         * icall.c: new signature for Process_Start.
3780
3781         * process.[ch]: new signature for Process_Start. If we're on windows
3782         and UseShellExecute is false, we have to search for the program by
3783         ourselves if we don't get a full path.
3784
3785 2004-05-18  Zoltan Varga  <vargaz@freemail.hu>
3786
3787         * marshal.c (mono_marshal_get_native_wrapper): Fix up custom 
3788         marshalling and call CleanUpNativeData if needed. Fixes #58646.
3789
3790 2004-05-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3791
3792         * socket-io.c: field value changed for Int32 from 'value' to 'm_value'.
3793         Fixes bug #58373.
3794
3795 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3796
3797         * process.c: use double quotes to quote program name and arguments on
3798         windows. Fixes bug #58575.
3799
3800 2004-05-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3801
3802         * file-io.c: don't return "." and ".." when using windows Find*File.
3803
3804 2003-05-17      Patrik Torstensson <totte@hiddenpeaks.com>
3805
3806         * marshal.c: Don't pass wrappers to message init because method 
3807         addressed used to lookup metadata. part of remoting[2|3] fix.
3808
3809 2004-05-15  Jackson Harper  <jackson@ximian.com>
3810
3811         * assembly.c: Remove user gac and implement MONO_GAC_PATH, this
3812         path is essentially the same as MONO_PATH except that it points to
3813         GACs instead of lib directories.
3814         * loader.h: The user gac is gone so we dont need function to
3815         enable/disable it.
3816         * mono-config.c: user gac option is now gone.
3817         
3818 2004-05-15  Jackson Harper  <jackson@ximian.com>
3819
3820         * culture-info.h: Make defines more consistent, add calendar data
3821         to the culture info table.
3822         * culture-info-tables.h: Add basic calendar data. Basically
3823         everyone gets default gregorian until all the data is
3824         updated.
3825         * locales.c: Use the new consistent defines. Set calendar data for
3826         culture info objects.
3827         * object.h: add a field for calendar data to CultureInfo
3828         
3829 2004-05-14 Ben Maurer  <bmaurer@users.sourceforge.net>
3830
3831         * image.c: image->runtime_invoke_cache is keyed on signatures now.
3832         * marshal.c (mono_mb_emit_calli): new helper to emit a CEE_CALLI with
3833         a signature.
3834         (mono_mb_emit_managed_call, mono_mb_emit_native_call): use the above.
3835         (mono_marshal_get_runtime_invoke): The runtime invoke method now takes
3836         an extra param that is the pointer of the method to invoke. The IL for
3837         the invoke method is no longer specific to the method, but to the
3838         signature of the method. Thus, we can share the same code for multiple
3839         methods. This reduces the number of methods that have to be compiled.
3840
3841 2004-05-14  Zoltan Varga  <vargaz@freemail.hu>
3842
3843         * icall.c (ves_icall_System_Reflection_Assembly_load_with_partial_name): Fix warning.
3844
3845         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
3846
3847         * icall.c: Optimize Buffer.BlockCopy.
3848
3849 2004-05-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3850
3851         * culture-info-tables.h: seems like Spanish and Portuguese cultures had
3852         DateTimeFormatInfo.YearMonthPattern like "MMMM' yyyy" (note the single
3853         quote). Changed them to "MMMM yyyy".
3854
3855 2004-05-12  Miguel de Icaza  <miguel@ximian.com>
3856
3857         * rand.c
3858         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_InternalGetBytes): Always close the file. 
3859
3860 2004-05-13  Zoltan Varga  <vargaz@freemail.hu>
3861
3862         * reflection.h: Updated after changes to managed structures.
3863
3864         * appdomain.c: Bump corlib version.
3865
3866 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3867
3868         * Makefile.am: also add libmonoos to libmetadata. Fixes the build on
3869         windows.
3870
3871 2004-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3872
3873         * Makefile.am: link to ../os/libmonoos.la on windows.
3874
3875         * assembly.c:
3876                 -If MONO_DEBUG, warn about non-existing directories in
3877                 MONO_PATH.
3878                 -Added mono_assembly_getrootdir() that replaces MONO_ASSEMBLIES
3879                 compile time variable.
3880                 -Removed init_default_path and call mono_set_rootdir from
3881                 libmonoos.a instead (windows only).
3882
3883         * assembly.h: declare mono_assembly_getrootdir().
3884
3885         * domain.c:
3886         * icall.c: use mono_assembly_getrootdir() instead of MONO_ASSEMBLIES.
3887
3888         * loader.c: s/getenv/g_getenv/
3889
3890 2004-05-11  Zoltan Varga  <vargaz@freemail.hu>
3891
3892         * marshal.{h,c}: Add support for UnmanagedType.AsAny.
3893
3894         * marshal.c: Use mono_metadata_signature_{alloc,dup} where appropriate.
3895
3896         * metadata.h: Add new marshalling conversions.
3897
3898         * metadata.h metadata.c (mono_metadata_signature_dup): New helper
3899         function.
3900
3901         * reflection.c (mono_reflection_get_type): Lookup the type in all
3902         modules of a multi-module assembly. Fixes #58291.
3903
3904 2004-05-11  Lluis Sanchez Gual  <lluis@ximian.com>
3905
3906         * threads.c: Before aborting a background, set the StopRequested
3907         state.  This avoids throwing the Abort exception.
3908         In mono_thread_manage, don't continue with the shutdown until all
3909         aborted threads have actually stopped.
3910
3911 2004-05-10  Jackson Harper  <jackson@ximian.com>
3912
3913         * locales.c: Remove the modifier from culture names.
3914         
3915 2004-05-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3916
3917         * Makefile.am: monosn is not installed any more. It has been deprecated
3918         in favor of sn.
3919
3920 2004-05-07  Jackson Harper  <jackson@ximian.com>
3921
3922         * locales.c
3923         (ves_icall_System_Globalization_CultureInfo_internal_get_cultures):
3924         Fix array construction, add bailout if the length is 0.
3925
3926 2004-05-07  Dick Porter  <dick@ximian.com>
3927
3928         * socket-io.c (addrinfo_to_IPHostEntry): Don't crash if the
3929         machine doesn't have a DNS entry.  Patch by Urs Muff
3930         (umuff@quark.com), fixes bug 57928.
3931
3932 2004-05-06  Jackson Harper  <jackson@ximian.com>
3933
3934         * reflection.c: Handle null PublicTokens properly. alloc mem for
3935         assembly names culture so we dont crash when freeing it.
3936         
3937 2004-05-06  Jackson Harper  <jackson@ximian.com>
3938
3939         * assembly.c: Check the usergac when loading with partial names.
3940         
3941 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
3942
3943         * rand.c|h: Added new icall for (optionally) seeding the PRNG. This 
3944         does nothing for now (not required for Linux/Windows) but the class
3945         library can call it (and a newer or modified runtime could need it).
3946         * icall.c: Registred icall.
3947
3948 2004-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3949
3950         * loader.c: prints a message on module loading error we set MONO_DEBUG
3951         environment variable.
3952
3953 2004-05-05  Jackson Harper  <jackson@ximian.com>
3954
3955         * appdomain.c: Handle PublicKeyToken=null properly.
3956         
3957 2004-05-05  Sebastien Pouliot  <sebastien@ximian.com>
3958
3959         * environment.c|h: Added icall ves_icall_System_Environment_
3960         GetOSVersionString to get the current OS version as a string.
3961         * icall.c: Registred icall.
3962
3963 2004-05-05  Lluis Sanchez Gual  <lluis@ximian.com>
3964
3965         * object.c: in mono_object_get_virtual_method(), take into account that
3966         non-virtual methods don't have a slot in the vtable. Check needed when
3967         the object is a proxy.
3968
3969 2004-05-05  Zoltan Varga  <vargaz@freemail.hu>
3970
3971         * marshal.h marshal.c icall.c: Applied patch from vladimir@pobox.com
3972         (Vladimir Vukicevic). Implement UnsafeAddrOfPinnedArrayElement.
3973
3974         * object.c (mono_class_compute_gc_descriptor): Fix warning.
3975
3976         * object.c (mono_runtime_invoke_array): Add an assert so null cannot be
3977         passed when a valuetype is expected.
3978
3979         * object.c (mono_unhandled_exception): Only set the exit code if the
3980         exception happens in the main thread. Fixes thread5.exe.
3981
3982         * appdomain.c (get_info_from_assembly_name): Fix infinite loop on
3983         invalid names. Fixes #58047.
3984
3985 2004-05-03  Jackson Harper  <jackson@ximian.com>
3986
3987         * assembly.c: This line was committed accidently and is unneeded.
3988         
3989 2004-05-03  Jackson Harper  <jackson@ximian.com>
3990
3991         * icall.c: Add new icall for Assembly::LoadWithPartialName
3992         * assembly.c/.h: new function that probes the GAC to load partial
3993         assembly names by Paolo Molaro.
3994         
3995 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
3996
3997         * appdomain.c: use g_strncasecmp when looking for 'Culture=' et al.
3998         * reflection.c: use g_strncasecmp when looking for 'Culture=' et al.
3999         (type_get_fully_qualified_name): Added PublicKeyToken when building a
4000         full type name.
4001
4002 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4003
4004         * appdomain.c: fixed check for 'neutral' culture and removed warning.
4005         * reflection.c: fix bug when parsing a full type name and Version is not
4006         the last thing in the string.
4007
4008 2004-05-03  Zoltan Varga  <vargaz@freemail.hu>
4009
4010         * appdomain.c (get_info_from_assembly_name): Strdup "" to prevent
4011         crashes when it is freed.
4012
4013 2004-05-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4014
4015         * assembly.c: print the compat warning to stderr.
4016
4017 2004-05-01  Miguel de Icaza  <miguel@ximian.com>
4018
4019         * assembly.c (mono_assembly_load_references): Add a compatibility
4020         hack to run old applications that might be still referencing the
4021         3300-based assemblies, only do this for System.xxx.
4022
4023 2004-05-01  Jackson Harper  <jackson@ximian.com>
4024
4025         * appdomain.c: If the culture is neutral we set it to "".
4026         
4027 2004-04-29  Jackson Harper  <jackson@ximian.com>
4028
4029         * locales.c: Add some missing MONO_ARCH_SAVE_REGS'.
4030
4031 2004-04-29  Andreas Nahr <ClassDevelopment@A-SoftTech.com>
4032  
4033         * string-icalls.c: added low overhead function for copying chars
4034         * icall.c: added needed icall for the above function
4035  
4036 2004-04-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4037
4038         * icall.c: fix return value of get_global_assembly_cache.  Implemented
4039         Environment.GetLogicalDrives.
4040
4041 2004-04-28  Bernie Solomon  <bernard@ugsolutions.com>
4042
4043         * rand.c: try and talk to egd or prngd
4044         for random bytes if opening devices fail.
4045
4046 2004-04-28  Zoltan Varga  <vargaz@freemail.hu>
4047
4048         * marshal.c (mono_marshal_load_type_info): Calculate the minimum
4049         alignment for the type using the native alignment of its members 
4050         instead of using klass->min_align.
4051
4052         * metadata.c (mono_type_stack_size): Fix size of TYPEDBYREF.
4053
4054 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4055
4056         * file-io.c:
4057         * socket-io.c: added check for sys/aio.h.
4058
4059 2004-04-28  Dick Porter  <dick@ximian.com>
4060
4061         * threads.c: Don't abort a thread thats already aborting, when
4062         terminating everything.
4063
4064 2004-04-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4065
4066         * icall.c: added 2 new async calls for Socket.
4067
4068         * socket-io.[ch]: fixed some warnings. Added support for asynchronous
4069         IO on *nix systems.
4070
4071         * threadpool.c: removed unused variable.
4072
4073 2004-04-27  Zoltan Varga  <vargaz@freemail.hu>
4074
4075         * marshal.c: Handle null properly in PtrToString* icalls. Fixes #57706.
4076
4077 Tue Apr 27 15:55:17 CEST 2004 Paolo Molaro <lupus@ximian.com>
4078
4079         * locales.c: put back string_invariant_tolower () and
4080         string_invariant_toupper ().
4081
4082 2004-04-26 David Waite <mass@akuma.org>
4083
4084         * file-io.h:
4085         * socket-io.h:
4086         * threads.h:
4087         * unicode.h: remove comma from end of enumeration declarations
4088
4089 2004-04-26 David Waite <mass@akuma.org>
4090
4091         * debug-mono-symfile.h:
4092         * decimal.c:
4093         * mono_debug.h:
4094         * sysmath.c: Define 64 bit constants as long long types (i.e. 10ULL)
4095
4096
4097 2004-04-26  Jackson Harper  <jackson@ximian.com>
4098
4099         * appdomain.c: Increment version number.
4100         
4101 2004-04-26  Jackson Harper  <jackson@ximian.com>
4102
4103         * appdomain.c: Set assembly references public token value when
4104         PublicKeyToken is specified, not the hash_value. Free public token
4105         values when free assembly name data. Previously the public key
4106         token was hex decoded, however we are using hex encoded public key
4107         tokens, so this is not neccasary.
4108         * assembly.c: Lookup assemblies in the gac if their public token
4109         value is set. Add function to allow enabling user gac
4110         lookups. Specify whether or not the assembly was loaded from the
4111         GAC. Compare full assembly names when checking the cache for
4112         assemblies (Temporarily disabled see comment in code). Remove
4113         mscorlib -> corlib mapping cruft. Add trace-loading. When a user
4114         specifies trace-loader they get extra info to stdout on the
4115         loading of assemblies.
4116         * image.h: Add a field for an assembly references public token
4117         value to MonoAssemblyname. Add a field to MonoAssembly to specifiy
4118         whether an assembly has been loaded from the GAC.
4119         * image.c: Remove a corlib -> mscorlib name mapping.
4120         * loader.h: Add function to enable/disable the user gac.
4121         * mono-config.c: Check if the usergac is enabled in the config
4122         file.
4123         * icall.c: New icall to determine whether or not an assembly has
4124         been loaded from the GAC. Remove some mscorlib -> corlib mappings.
4125         * tabldefs.h: Add constant for assemblyref flag that specifies a
4126         full public key is used instead of a public token.
4127         * reflection.c: Remove mscorlib -> corlib mappings. Set
4128         PublicTokenValue instead of hash value. This value is a hex
4129         string so it does not need to be expanded.
4130
4131 2004-04-26  Martin Baulig  <martin@ximian.com>
4132
4133         * mono-debug-debugger.c (mono_debugger_initialize): Set
4134         `mono_debugger_initialized' before calling mono_debug_lock().
4135
4136 2004-04-42  Robert Shade <rshade@dvsconsulting.com>
4137
4138         * icall.c: icalls for Char.ToUpper/ToLower are now hooked to
4139           InternalToUpper/InternalToLower.
4140         * locales.c: (ves_icall_System_{Char,String}_InternalTo{Upper,Lower}_Comp)
4141           removed invariant culture shortcut.  This is now done in managed code.
4142         * locales.c: (string_invariant_toupper/tolower) removed.
4143
4144 2004-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4145
4146         * icall.c: added GetSupportsAsync for Socket (same as MonoIO).
4147         Added Poll internal call.
4148
4149         * socket-io.[ch]: _wapi_socket == WSASocket. Added internal
4150         call for Poll. Select was too heavy for polling a single socket.
4151
4152         * threadpool.[ch]: added mono_threadpool_cleanup.
4153         * threads.c: use it. Don't use Thread_Abort on windows.
4154
4155 2004-04-23  Martin Baulig  <martin@ximian.com>
4156
4157         * mono-debug-debugger.c (mono_debugger_lookup_assembly): New function.
4158
4159 2004-04-23  Sebastien Pouliot  <sebastien@ximian.com>
4160
4161         * icall.c: Registred new icalls for key pair protection and added an
4162         icall for Environment.GetFolderPath on Windows.
4163         * security.c|h: Added new icalls for key pair protection.
4164
4165 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4166
4167         * socket-io.c: don't display the non-supported family warning for known
4168         families. Now this is not displayed on windows when checking support
4169         for IPv4/IPv6.
4170
4171 2004-04-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4172
4173         * class.c: don't display the layout warning for static fields.
4174
4175 2004-04-21  Lluis Sanchez Gual <lluis@ximian.com>
4176
4177         * icall.cs: Registered new icalls for Char.ToLower and Char.ToUpper.
4178         * locales.c, locales.h: Added new icalls for culture-specific
4179         Char.ToLower and Char.ToUpper.
4180
4181 2004-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4182
4183         * threads.c: the 2nd argument when aborting a thread is NULL now. Patch
4184         by David Waite.
4185
4186 2004-04-20  Martin Baulig  <martin@ximian.com>
4187
4188         * mono-debug-debugger.c (mono_debugger_lookup_type): Make a copy
4189         of the type name before passing it to mono_reflection_type_from_name().
4190
4191 2004-04-19  Zoltan Varga  <vargaz@freemail.hu>
4192
4193         * marshal.c (mono_marshal_get_managed_wrapper): Handle different string
4194         encodings here. Fixes #56965.
4195
4196 2004-04-18  Bernie Solomon <bernard@ugsolutions.com>
4197
4198         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
4199         fix test on strstr result not that I can see anything that
4200         relies on the result.
4201
4202 2004-04-18  Zoltan Varga  <vargaz@freemail.hu>
4203
4204         * metadata.c (mono_type_to_unmanaged): Handle MONO_NATIVE_FUNC as well.
4205         Fixes #57081.
4206
4207         * marshal.c (mono_marshal_get_string_encoding): New helper function.
4208
4209         * marshal.c (mono_marshal_get_native_wrapper): Use the new helper
4210         function to determine which marshalling to use for strings. Fixes
4211         #56965.
4212
4213         * marshal.c (mono_marshal_string_array_to_unicode): Fix warning.
4214
4215         * reflection.c (encode_marshal_blob): Add support for LPARRAY.
4216
4217 2004-04-15  Bernie Solomon  <bernard@ugsolutions.com>
4218
4219         * icall.c: #include mono-config.h
4220
4221 2004-04-15  Jackson Harper  <jackson@ximian.com>
4222
4223         * culture-info-tables.h: Fix date formats for en-US culture.
4224         
4225 2004-04-15  Lluis Sanchez Gual  <lluis@ximian.com>
4226
4227         * icall.c: Registered icalls for ThreadPool.GetMinThreads and 
4228         ThreadPool.SetMinThreads.
4229         * threadpool.c: Implemented ThreadPool.GetMinThreads and
4230         ThreadPool.SetMinThreads.
4231
4232 Thu Apr 15 15:36:40 CEST 2004 Paolo Molaro <lupus@ximian.com>
4233
4234         * mono-config.c: also load the .config file in the directory
4235         where the assembly was found.
4236
4237 Thu Apr 15 14:24:49 CEST 2004 Paolo Molaro <lupus@ximian.com>
4238
4239         * assembly.c: load per-assembly config files.
4240         * icall.c: decrapified code to get the config dir and moved to
4241         mono-config.c.
4242         * image.h, loader.c, loader.h, mono-config.c, mono-config.h: allow
4243         per-assembly config files. When doing a dll map lookup give precedence
4244         to the per-assembly data.
4245
4246 2004-04-14  Martin Baulig  <martin@ximian.com>
4247
4248         * mono-debug-debugger.h (MonoDebuggerEvent): Removed
4249         MONO_DEBUGGER_EVENT_TYPE_ADDED and MONO_DEBUGGER_EVENT_METHOD_ADDED
4250         and added MONO_DEBUGGER_EVENT_RELOAD_SYMTABS.
4251
4252         * mono-debugger-debugger.c: While the debugger is locked, remember
4253         whether the symbol tables have changes and send one single
4254         MONO_DEBUGGER_EVENT_RELOAD_SYMTABS when releasing the lock.
4255
4256 2004-04-14  Zoltan Varga  <vargaz@freemail.hu>
4257
4258         * metadata.h: Add STRARRAY_STRWLPARRAY marshalling convention.
4259
4260         * marshal.h marshal.c (mono_marshal_string_array_to_unicode): New 
4261         function.
4262
4263         * marshal.c (mono_marshal_get_native_wrapper): Take CharSet into
4264         account when marshalling string arrays. Fixes #56965.
4265
4266 2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>
4267
4268         * icall.c: Add new icalls mapping for security.
4269         * security.c|h: Add internal calls for WindowsIdentity,
4270         WindowsImpersonationContext and WindowsPrincipal.
4271
4272 2004-04-13  Gert Driesen (drieseng@users.sourceforge.net)
4273
4274         * class.c: Added comment to ensure the System.MonoDummy class
4275         is removed when no longer necessary
4276
4277 2004-04-13  Miguel de Icaza  <miguel@ximian.com>
4278
4279         * appdomain.c: Pass arguments to the bootstraping exceptions to
4280         minimize JITed methods at boot
4281
4282         * metadata.c (mono_exception_from_name_two_strings): Allow for the
4283         second string to be null.
4284
4285         * icall.c (ves_icall_System_Text_Encoding_InternalCodePage):
4286         Change the protocol to minimize the JIT methods at startup.  Now
4287         it Returns the internal codepage, if the value of "int_code_page"
4288         is 1 at entry, and we can not compute a suitable code page
4289         number, returns the code page as a string.
4290
4291 2004-04-13  Jackson Harper  <jackson@ximian.com>
4292
4293         * culture-info-tables.h: Fix number of decimal digits for all
4294         english locales.
4295
4296 2004-04-13  Jackson Harper  <jackson@ximian.com>
4297
4298         * icall.c: Clairfy out of sync error message. It is not always
4299         your corlib that is out of sync.
4300
4301 2004-04-13  Zoltan Varga  <vargaz@freemail.hu>
4302
4303         * icall.c (ves_icall_Type_GetPropertiesByName): Avoid duplicate
4304         properties when only the set accessor is overriden. Fixes #55874.
4305
4306 2004-04-09  Zoltan Varga  <vargaz@freemail.hu>
4307
4308         * assembly.c (mono_assembly_load_references): Make this thread safe.
4309         Fixes #56327.
4310
4311 2004-04-08  Zoltan Varga  <vargaz@freemail.hu>
4312
4313         * monosn.c: Add missing initialization calls.
4314
4315 2004-04-08  Bernie Solomon  <bernard@ugsolutions.com>
4316
4317         * locales.c:
4318         ves_icall_System_Globalization_CultureInfo_construct_number_format
4319         Fix g_assert so it compiles on fussier compilers re int/ptr
4320         mismatch
4321
4322 2004-04-08  Dick Porter  <dick@ximian.com>
4323
4324         * socket-io.h:
4325         * socket-io.c: Don't set SO_REUSEADDR on windows.  Fixes bug
4326         53992.  Also rearrange the code so that the internal calls return
4327         an error value and exceptions are thrown from managed code.
4328
4329         * icall.c: Add type info to the socket icalls.
4330
4331 2004-04-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4332
4333         * object.h: synchronize MonoCompareInfo with CompareInfo class. Someone
4334         owes me a beer.
4335
4336 2004-04-07  Martin Baulig  <martin@ximian.com>
4337
4338         * class.c (mono_class_from_generic_parameter): Don't default
4339         `klass->parent' to `mono_defaults.object_type'.
4340
4341 2004-04-07  Martin Baulig  <martin@ximian.com>
4342
4343         * reflection.c (mono_reflection_initialize_generic_parameter): Set
4344         `param->pklass->reflection_info'.       
4345
4346 2004-04-07  Jackson Harper  <jackson@ximian.com>
4347
4348         * culture-info-tables.h: Fix date separator symbol.
4349         
4350 2004-04-07  Martin Baulig  <martin@ximian.com>
4351
4352         * icall.c (ves_icall_Type_GetGenericArguments): Moved this icall
4353         from System.Type to System.MonoType.
4354
4355 2004-04-07  Martin Baulig  <martin@ximian.com>
4356
4357         * reflection.h
4358         (MonoReflectionGenericParam): Added `has_reference_type' and
4359         `has_value_type' fields.
4360
4361         * reflection.c (mono_image_get_generic_param_info): Encode the
4362         correct flags if we have the `class' or `struct' constraint.
4363
4364 2004-04-07  Martin Baulig  <martin@ximian.com>
4365
4366         * reflection.h
4367         (MonoReflectionGenericParam): Added `MonoBoolean has_ctor_constraint'.
4368
4369 2004-04-07  Jackson Harper  <jackson@ximian.com>
4370
4371         * appdomain.c: Revert extra patches, just wanted to bump the
4372         version number.
4373         
4374 2004-04-07  Jackson Harper  <jackson@ximian.com>
4375
4376         * Makefile.am: Add culture-info private headers.
4377         * icall.c: Add new icalls for contructing locales.
4378         * locales.c: Construct CultureInfo objects from lookup tables instead of using ICU.
4379         * locales.h: Declare new culture info construction methods.
4380         * object.h: Add new fields used to avoid the CultureMap to
4381         MonoCultureInfo.
4382         * culture-info.h: Definition of structs used in the culture info
4383         tables.
4384         * culture-info-tables.h: Autogenerated tables that contain culture
4385         info data. This file was generated with the locale-builder tool.
4386         * appdomain.c: Incement corlib version number.
4387         
4388 2004-04-07  Bernie Solomon  <bernard@ugsolutions.com>
4389
4390         * appdomain.c: (mono_runtime_init) move mono_thread_init
4391         to before mono_object_new calls so critical sections
4392         are initialized before use.
4393
4394 2004-04-07  Martin Baulig  <martin@ximian.com>
4395
4396         * icall.c
4397         (ves_icall_TypeBuilder_define_generic_parameter): Removed.
4398         (ves_icall_MethodBuilder_define_generic_parameter): Removed.
4399         (ves_icall_MonoGenericParam_initialize): Removed.
4400         (monogenericparam_icalls): Removed.
4401         (generictypeparambuilder_icalls): Added new table for
4402         System.Reflection.Emit.GenericTypeParameterBuilder.
4403
4404         * reflection.c
4405         (mono_reflection_define_generic_parameter): Removed.
4406         (mono_reflection_initialize_generic_parameter): This is now called
4407         from GenericTypeParameterBuilder's .ctor.
4408
4409 2004-04-06  Martin Baulig  <martin@ximian.com>
4410
4411         * class.c (mono_class_init): Don't inflate nested classes in a
4412         generic instance.
4413         (mono_type_get_name_recurse): Include the generic arguments for
4414         generic instances and generic type declarations.
4415         (inflate_generic_type): Correctly inflate MONO_TYPE_SZARRAY.
4416         (_mono_class_get_instantiation_name): Removed.
4417         (mono_class_create_generic): Always use `gklass->name' as our name.
4418
4419         * class.h (MonoGenericInst): Removed `nested_in', and `nested'.
4420
4421         * icall.c (ves_icall_MonoGenericInst_GetDeclaringType): Removed.
4422         (ves_icall_MonoGenericInst_GetNestedTypes): Removed.
4423         (ves_icall_MonoMethod_GetGenericParameters): Renamed to
4424         ves_icall_MonoMethod_GetGenericArguments() and correctly handle
4425         closed generic methods here.
4426
4427         * reflection.c
4428         (mono_reflection_generic_inst_get_nested_types): Removed.
4429         (inflate_mono_method): Copy the generic parameters from the
4430         MonoMethodHeader into out MonoGenericMethod.
4431
4432 2004-04-06  Martin Baulig  <martin@ximian.com>
4433
4434         * row-indexes.h
4435         (MONO_GENERICPARAM_DEPRECATED_CONSTRAINT): Removed.
4436
4437         * metadata.c (GenericParamSchema): Removed "DeprecatedConstraint".
4438
4439         * reflection.c (build_compressed_metadata): If we have any entries
4440         in the GenericParam, MethodSpec or GenericParamConstraint tables,
4441         set the header version to 1.1.
4442
4443 2004-04-06  Martin Baulig  <martin@ximian.com>
4444
4445         * class.c (mono_class_init): If we're a generic instance,
4446         initialize our nested classes, too.
4447         (_mono_class_get_instantiation_name): Deal with the new `!%d'
4448         suffix. 
4449
4450 2004-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4451
4452         * process.c: quote the argument passed to the shell on windows.
4453
4454 2004-04-05  Zoltan Varga  <vargaz@freemail.hu>
4455
4456         * threads.c (mono_alloc_special_static_data): Allow this to be
4457         called during startup.
4458
4459 2004-04-02  Martin Baulig  <martin@ximian.com>
4460
4461         * icall.c
4462         (ves_icall_MonoGenericInst_GetDeclaringType): New icall.
4463
4464 2004-04-02  Zoltan Varga  <vargaz@freemail.hu>
4465
4466         * icall.c: Fix build.
4467
4468 2004-04-02  Sebastien Pouliot  <sebastien@ximian.com>
4469
4470         * Makefile.am: Added security.c|h.
4471         * icall.c: Added icall for get_UserName;
4472         * security.c: New file for security related icalls. Added function
4473         get_UserName for System.Environment (fix #56144).
4474         * security.h: New. Header file for security.c
4475
4476 2004-04-02  Dick Porter  <dick@ximian.com>
4477
4478         * icall.c: Deleted the icalls that were obsoleted some time ago
4479         by the ICU string code, and which were mixed into the icall
4480         rearranging.  Fixes bug 55969.
4481
4482         * string-icalls.h: 
4483         * string-icalls.c: Deleted the code that those icalls reference.
4484
4485 2004-04-01  Martin Baulig  <martin@ximian.com>
4486
4487         * metadata.h (MONO_CLASS_IS_INTERFACE): New macro.
4488
4489         * class.c (mono_class_from_generic_parameter): Don't set 
4490         TYPE_ATTRIBUTE_INTERFACE.
4491         (my_mono_class_from_generic_parameter): Likewise.
4492
4493 2004-04-01  Martin Baulig  <martin@ximian.com>
4494
4495         * loader.c (find_method): Added an optional `MonoClass *ic'
4496         argument to search in a specific interface.
4497         (mono_get_method_constrained): New public function.
4498
4499 2004-04-01  Martin Baulig  <martin@ximian.com>
4500
4501         * reflection.c (mono_image_get_generic_field_token): Use the
4502         `handleref' cache here.
4503
4504 2004-04-01  Martin Baulig  <martin@ximian.com>
4505
4506         * reflection.h (MonoDynamicImage): Added `GHashTable *typespec'.
4507
4508         * reflection.c (create_generic_typespec): Use the `typespec' hash
4509         here, not the `typeref' one.    
4510
4511 2004-04-01  Martin Baulig  <martin@ximian.com>
4512
4513         * class.c (mono_class_inflate_generic_type): Moved the
4514         functionality into a new static inflate_generic_type() which
4515         returns NULL if it didn't do anything.  Only increment the
4516         `mono_stats.inflated_type_count' if we actually inflated
4517         something.
4518         (mono_class_get_full): Check the classes type to see whether we
4519         need to inflate it; also inflate MONO_TYPE_(M)VAR.
4520
4521 2004-04-01  Jackson Harper  <jackson@ximian.com>
4522
4523         * reflection.c: Set culture for assembly references.
4524         
4525 2004-04-01 Ben Maurer  <bmaurer@users.sourceforge.net>
4526
4527         * reflection.[ch], icall.[ch], Fix support for pinning variables.
4528
4529 2004-04-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4530
4531         * assembly.c:
4532         (do_mono_assembly_open): the critical section also covers
4533         mono_image_open and mono_image_open_from_data. Fixes bug #56327.
4534
4535 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4536
4537         * threads.c:
4538         (mono_manage_threads): abort the background threads when finishing.
4539         Fixes bug #47232.
4540
4541 2004-03-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4542
4543         * gc.c: only close the done_event handle if there was no timeout.
4544         C-ified comments.
4545
4546 2004-03-30  Martin Baulig  <martin@ximian.com>
4547
4548         * icall.c (icall_entries): It's called "System.Activator", not
4549         "System.Activation".    
4550
4551 2004-03-30  Martin Baulig  <martin@ximian.com>
4552
4553         * class.c (mono_ldtoken): Added `MonoGenericContext *' argument.
4554         (mono_class_create_from_typespec): Likewise.
4555
4556 2004-03-30  Martin Baulig  <martin@ximian.com>
4557
4558         * reflection.h (MonoReflectionGenericParam): Use MonoBoolean for
4559         `has_ctor_constraint' and `initialized'.
4560
4561 2004-03-30  Martin Baulig  <martin@ximian.com>
4562
4563         * reflection.c (encode_new_constraint): New static function to add
4564         the constructor constraint attribute to a type parameter.
4565         (encode_constraints): Call encode_new_constraint() if necessary.
4566
4567         * reflection.h
4568         (MonoReflectionGenericParam): Added `guint32 has_ctor_constraint'.
4569
4570         * row-indexes.h: Added CUSTOM_ATTR_GENERICPAR.
4571         
4572 2004-03-29 Ben Maurer  <bmaurer@users.sourceforge.net>
4573
4574         * reflection.c, icall.c: add support for pinning variables. 
4575
4576 2004-03-29  Bernie Solomon  <bernard@ugsolutions.com>
4577
4578         * marshal.c (mono_marshal_get_managed_wrapper):
4579         init bool local with zero rather than null.
4580
4581 2004-03-29  Martin Baulig  <martin@ximian.com>
4582
4583         * icall.c (ves_icall_MonoMethod_get_HasGenericParameters): Show
4584         the "official" behavior here.
4585         (ves_icall_MonoMethod_get_Mono_IsInflatedMethod): New interncall.
4586
4587 2004-03-29  Martin Baulig  <martin@ximian.com>
4588
4589         * icall.c: Reflect latest API changes.
4590
4591 2004-03-29  Martin Baulig  <martin@ximian.com>
4592
4593         * loader.c (mono_get_method_from_token): Also call
4594         mono_metadata_load_generic_params () for abstract and interface
4595         methods; replace the type arguments in the method signature with
4596         the ones which are loaded from the metadata.
4597
4598 2004-03-29  Lluis Sanchez Gual  <lluis@ximian.com>
4599
4600         * monitor.c: In mono_monitor_exit(), don't throw an exception if the owner
4601         of the lock is not the current thread. MS.NET don't do it, in spite of
4602         what the documentation says. See bug #56157.
4603
4604 2004-03-28  Martin Baulig  <martin@ximian.com>
4605
4606         * class.c (mono_class_init): Don't call init_properties() and
4607         init_events() for generic instances; set `prop->parent' when
4608         inflating properties.
4609
4610         * reflection.c (mono_generic_inst_get_object): Call
4611         `mono_class_init (ginst->klass)'.
4612         (mono_type_get_object): Only create a MonoGenericInst if your
4613         generic type is a TypeBuilder.
4614         (do_mono_reflection_bind_generic_parameters): Only set
4615         `ginst->is_dynamic' if our generic type is a TypeBuilder.
4616
4617 2004-03-28  Zoltan Varga  <vargaz@freemail.hu>
4618
4619         * appdomain.c (unload_thread_main): Do not clear proxy_vtable_hash.
4620         Fixes #56091.
4621
4622 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4623
4624         * icall.c: added Kill_internal icall.
4625         * process.[ch]: added Kill_internal icall.
4626
4627 2004-03-25  Martin Baulig  <martin@ximian.com>
4628
4629         * class.h (MonoStats): Added `generic_instance_count',
4630         `inflated_method_count', `inflated_type_count' and
4631         `generics_metadata_size'.       
4632
4633 2004-03-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4634
4635         * reflection.c: no warnings now.
4636
4637 2004-03-25  Martin Baulig  <martin@ximian.com>
4638
4639         * class.c (mono_class_get_full): New public function; does a
4640         mono_class_get(), but also takes a `MonoGenericContext *'.
4641
4642         * loader.c (mono_field_from_memberref): Renamed to
4643         `field_from_memberref', made static and added `MonoGenericContext *'
4644         argument.
4645         (mono_field_from_token): Added `MonoGenericInst *' argument.
4646         (method_from_memberef): Likewise.
4647         (mono_get_method_from_token): Likewise.
4648         (mono_get_method_full): New public function; does a
4649         mono_get_method(), but also takes a `MonoGenericContext *'.
4650
4651         * verify.c (mono_method_verify): Get the method's generic context
4652         and pass it to mono_field_from_token(), mono_get_method_full() and
4653         mono_class_get_full().
4654
4655 2004-03-25  Martin Baulig  <martin@ximian.com>
4656
4657         * class.c (mono_class_inflate_generic_type): Take a
4658         `MonoGenericContext *' instead of a `MonoGenericInst *' and a
4659         `MonoGenericMethod *'.
4660
4661 2004-03-25  Martin Baulig  <martin@ximian.com>
4662
4663         * loader.h (MonoMethodInflated): Store the MonoGenericContext
4664         instead of the MonoGenericMethod here.
4665
4666 2004-03-25  Martin Baulig  <martin@ximian.com>
4667
4668         * class.h (MonoGenericInst): Added `MonoGenericContext *context';
4669         each time we create a new MonoGenericInst, we also create a new
4670         context which points back to us.
4671
4672         * class.c (inflate_method): Use `ginst->context' instead of
4673         creating a new context.
4674
4675         * loader.c (method_from_memberref): Use
4676         `klass->generic_inst->context' instead of creating a new context.
4677
4678 2004-03-25  Martin Baulig  <martin@ximian.com>
4679
4680         * class.h (MonoGenericContext): New struct.
4681         (MonoGenericMethod): Removed `generic_inst'.
4682
4683         * class.c (mono_class_inflate_generic_method): Take a
4684         `MonoGenericContext *' instead of a `MonoGenericMethod *'.
4685
4686 2004-03-25  Martin Baulig  <martin@ximian.com>
4687
4688         * loader.h (MonoMethodInflated): New typedef.
4689
4690         * metadata.h (MonoMethodSignature): Removed `gen_method', make
4691         `generic_param_count' consume just 30 bits, added `is_inflated'
4692         and `has_type_parameters' flags (one bit each).
4693
4694         * class.c (mono_class_inflate_generic_method): Create a
4695         MonoMethodInflated instead of a MonoMethodNormal and set
4696         `is_inflated' in the method signature.
4697
4698         * class.h (MonoGenericMethod): Removed `generic_method'.
4699
4700 2004-03-25  Lluis Sanchez Gual  <lluis@ximian.com>
4701
4702         * image.c: Make sure the name of a MonoImage is always an absolute path.
4703           This fixes bug #54415.
4704
4705 2004-03-24  Martin Baulig  <martin@ximian.com>
4706
4707         * class.c (mono_class_setup_vtable): If we're a generic instance,
4708         use our generic type's vtable size.
4709
4710 2004-03-24  Zoltan Varga  <vargaz@freemail.hu>
4711
4712         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Add
4713         MONO_NO_UNLOAD env var as a temporary workaround for unloading 
4714         problems.
4715
4716 2004-03-23  Martin Baulig  <martin@ximian.com>
4717
4718         * class.h (MonoDynamicGenericInst): Added `int count_events' and
4719         `MonoEvent *events'.
4720
4721         * icall.c (ves_icall_MonoGenericInst_GetEvents): New interncall.
4722         (typebuilder_icalls): Added "get_event_info"; calls
4723         mono_reflection_event_builder_get_event_info(). 
4724
4725         * reflection.c (mono_reflection_generic_inst_initialize): Added
4726         `MonoArray *events'.
4727         (mono_reflection_event_builder_get_event_info): New function.
4728
4729 2004-03-23  Bernie Solomon  <bernard@ugsolutions.com>
4730
4731         * object.h: add mono_type_initialization_init
4732
4733         * object.c (mono_runtime_class_init): 
4734         implement class constructor synchronization rules
4735         to cope with threading issues.  
4736         add mono_type_initialization_init
4737
4738         * appdomain.c (mono_runtime_init): call 
4739         mono_type_initialization_init
4740
4741         * class.h: removing initializing field from MonoVTable
4742
4743 2004-03-23  Martin Baulig  <martin@ximian.com>
4744
4745         * class.c (my_mono_class_from_generic_parameter): Use
4746         `param->name' if it's not NULL. 
4747
4748 2004-03-22 Ben Maurer  <bmaurer@users.sourceforge.net>
4749
4750         * class.c: do not insert non-virtual methods in the vtable.
4751         * icall.c, mono-debug-debugger.c, object.c: if method->slot == -1,
4752         that means the method is non-virtual. This never would have
4753         happened before.
4754
4755 2004-03-22  Lluis Sanchez Gual  <lluis@ximian.com>
4756
4757         * profiler.c: Added lock for accessing coverage_hash.
4758
4759 2004-03-22  Martin Baulig  <martin@ximian.com>
4760
4761         * icall.c (ves_icall_MethodInfo_get_IsGenericMethod): Use
4762         `method->method->signature->generic_param_count != 0' to make it
4763         work for interface methods.
4764
4765 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4766
4767         * process.c: quote the string passed to the shell using g_shell_quote.
4768
4769 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4770
4771         * threads.c:
4772         (mono_threads_manage): don't remove the finalizer thread and self
4773         from the threads hash table so that mono_thread_manage can be called
4774         more than once.
4775
4776 2004-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4777
4778         * process.c: quote the arguments when UseShellExecute is true. Fixes
4779         bug #55790.
4780
4781 2004-03-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4782
4783         * threads.c: set mono_thread_detach as a cleanup routine for every
4784         thread. This way it's always executed upon thread termination, either
4785         aborted or finished normally. No more xsp hangs!
4786
4787 2004-03-17  Martin Baulig  <martin@ximian.com>
4788
4789         * class.h (MonoGenericInst): Replaced the `GList *nested' with an
4790         `int count_nested' and a `MonoType **nested'.
4791
4792         * reflection.c (mono_reflection_bind_generic_parameters): Moved
4793         most of the functionality into a new static
4794         do_mono_reflection_bind_generic_parameters() and don't take a
4795         `MonoType *nested_in' argument any more.  Don't compute nested
4796         types here.
4797         (mono_reflection_generic_inst_get_nested_types): New public method
4798         to get nested types.
4799
4800         * class.c (mono_class_create_generic): Set `klass->nested_in' if
4801         we're a nested class.
4802
4803         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): Call
4804         mono_reflection_generic_inst_get_nested_types() to compute the
4805         nested types.
4806
4807 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
4808
4809         * threads.c (ves_icall_System_Threading_Thread_Abort): Add a more
4810         descriptive error message under windows.
4811         
4812 2004-03-17  Martin Baulig  <martin@ximian.com>
4813
4814         * class.c (dup_type): Added `const MonoType *original' argument;
4815         copy the attrs from the original type.
4816
4817 2004-03-17  Martin Baulig  <martin@ximian.com>
4818
4819         * metadata.c (do_mono_metadata_parse_generic_inst): Use the
4820         `m->generic_inst_cache' here.
4821
4822 2004-03-17  Zoltan Varga  <vargaz@freemail.hu>
4823
4824         * exception.h exception.c: Add stack_overflow_exception.
4825
4826 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4827
4828         * threadpool.c:
4829         (overlapped_callback): call SetEvent *after* invoking the callback.
4830         No need to call CloseHandle.
4831
4832 2004-03-16  Martin Baulig  <martin@ximian.com>
4833
4834         * reflection.c (mono_image_get_fieldref_token): Take a
4835         `MonoReflectionField *' instead of a `MonoClassField *' and a
4836         `MonoClass *'; store the `MonoReflectionField *' in the hash.
4837
4838 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4839
4840         * appdomain.c: don't add the culture to the filename we're looking for
4841         if it's neutral or NULL. Fixes bug #53788. Removed redundant memset.
4842
4843 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4844
4845         * locales.c: don't ignore symbols when doing case insensitive compares.
4846         Thanks Dick! Fixes bug #54046.
4847
4848         * threads.c: surround 'threads' usage with enter/leave in
4849         mono_thread_manage.
4850
4851 2004-03-16  Zoltan Varga  <vargaz@freemail.hu>
4852
4853         * marshal.c (mono_marshal_get_native_wrapper): Char arrays are 
4854         implicitly marshalled as [Out]. Fixes #55450.
4855
4856         (mono_marshal_get_runtime_invoke): Zero out the result if there is
4857         an exception.
4858
4859 2004-03-16  Martin Baulig  <martin@ximian.com>
4860
4861         * class.c (mono_class_from_generic_parameter): Use the actual
4862         parameter name. 
4863
4864 2004-03-16  Martin Baulig  <martin@ximian.com>
4865
4866         * reflection.c (type_get_signature_size): New static function.
4867         Compues the size of the type in a method signature.
4868         (method_get_signature_size): New static function; calls
4869         type_get_signature_size() to compute the actual size of the
4870         method's signature.
4871         (method_encode_signature): Use method_get_signature_size() to get
4872         the signature's size rather than using `nparams * 10'.
4873
4874 2004-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4875
4876         * file-io.h: define here WapiOverlapped on windows. I don't want the
4877         regular OVERLAPPED one.
4878
4879         * file-io.c:
4880         * threadpool.c: somehow, BindIoCompletionCallback is not found.
4881         Disabling AIO on windows.
4882
4883 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4884
4885         * marshal.c: Marshal.SizeOf throws an exception for AutoLayout. Fixes
4886         bug #55385.
4887
4888 2004-03-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
4889
4890         * appdomain.c: upgraded corlib version.
4891
4892         * file-io.c: implemented new icalls: GetSupportsAIO, BeginRead
4893         and BeginWrite. Allow opening files for asynchrnous operations.
4894
4895         * file-io.h: new struct that maps FileStreamAsyncResult.
4896         * icall.c: added new icalls.
4897         * process.[ch]: support setting child process environment variables
4898         and use the SHELL or COMSPEC when UseShellExecute is true.
4899
4900         * threadpool.[ch]: fixed warnings, moved ThreadPool icalls here. The
4901         callback for async. IO is here and also BindHandle.
4902
4903         * threads.[ch]: added mono_thread_detach and removed ThreadPool icalls
4904         from here.
4905
4906 2004-03-14  Zoltan Varga  <vargaz@freemail.hu>
4907
4908         * reflection.c (create_custom_attr): Allow len == 0.
4909
4910         * object.c (mono_class_compute_gc_descriptor): Fix descriptor
4911         computation on big-endian machines.
4912
4913 2004-03-13  Martin Baulig  <martin@ximian.com>
4914
4915         * class.h (MonoGenericInst): Added `int count_ifaces'.
4916
4917         * iclass.c (ves_icall_MonoGenericInst_GetInterfaces): Use
4918         `ginst->count_ifaces' instead `klass->interface_count' since we
4919         may get called before the vtable is created.
4920
4921         * loader.c (mono_method_get_param_names): If we're a generic
4922         instance, return and don't initialize the class.
4923
4924         * reflection.c (mono_reflection_setup_generic_class): Don't call
4925         ensure_runtime_vtable().
4926         (mono_reflection_bind_generic_parameters): Set
4927         `ginst->count_ifaces'.
4928
4929 2004-03-11  Jackson Harper <jackson@ximian.com>
4930
4931         * icall.c:
4932         * unicode.c:
4933         * unicode.h: Remove unused System.Char icalls.
4934         
4935 2004-03-11  Miguel de Icaza  <miguel@ximian.com>
4936
4937         * loader.c (mono_lookup_pinvoke_call): Call the Windows.Forms init
4938         code when we P/Invoke the first library in Windows.Forms, instead
4939         of when we first open the assembly.
4940
4941         * assembly.c: Drop the lookup from here.
4942
4943 2004-03-10  Martin Baulig  <martin@ximian.com>
4944
4945         * reflection.c (mono_reflection_get_custom_attrs): Use the correct
4946         class for properties, fields and events.  Finally fixes #54945.
4947
4948 2004-03-10  Martin Baulig  <martin@ximian.com>
4949
4950         * metadata.c (mono_metadata_class_equal): New static function;
4951         checks whether two generic instances or two generic parameters are
4952         equal.
4953         (mono_metadata_type_equal): Use mono_metadata_class_equal() to
4954         compare classes.        
4955
4956 2004-03-10  Martin Baulig  <martin@ximian.com>
4957
4958         * class.h (MonoGenericMethod): Added `gpointer reflection_info'.
4959
4960         * reflection.c (inflate_mono_method): Added `MonoObject *obj'
4961         argument and write it into the `reflection_info' field.
4962
4963         * icall.c
4964         (ves_icall_MethodBase_GetGenericMethodDefinition): New interncall.
4965         (ves_icall_MethodBase_get_HasGenericParameters): New interncall.
4966
4967 2004-03-09  Jackson Harper  <jackson@ximian.com>
4968
4969         * char-conversions.h: use 8 bits for numeric data its all we need
4970         * icall.c: numeric data is only 8 bits now.
4971
4972 2004-03-09  Martin Baulig  <martin@ximian.com>
4973
4974         * class.h (MonoProperty, MonoEvent): Added `MonoClass *parent'.
4975
4976         * class.c (init_properties, init_events): Initialize the new
4977         `parent' field.
4978
4979         * reflection.c (typebuilder_setup_properties): Likewise.
4980         (typebuilder_setup_events): Likewise.
4981
4982         * reflection.h (MonoEventInfo): Replaced `parent with
4983         `declaring_type' and `reflected_type'.
4984
4985         * icall.c (ves_icall_get_property_info): Distinguish between
4986         declaring and reflected type.
4987         (ves_icall_get_event_info): Likewise.
4988
4989 2004-03-09  Martin Baulig  <martin@ximian.com>
4990
4991         * icall.c (ves_icall_Type_GetTypeCode): Added MONO_TYPE_GENERICINST.
4992         (ves_icall_Type_GetField): Correctly set field->klass.
4993
4994 2004-03-09  Zoltan Varga  <vargaz@freemail.hu>
4995
4996         * loader.h: Fix warning.
4997
4998 2004-03-08  Miguel de Icaza  <miguel@ximian.com>
4999
5000         *  loader.c, loader.h (mono_loader_wine_init): Loads the Wine/Lib
5001         library routine if present.  Notice that it will still continue
5002         executing even if its missing, for those working on the Gtk#
5003         edition of Windows.Forms.
5004
5005         * assembly.c (do_mono_assembly_open): If loading the
5006         System.Windows.Forms call mono_loader_wini_init.
5007
5008 2004-03-04  Lluis Sanchez Gual  <lluis@ximian.com>
5009
5010         * class.h: Added MonoRemoteClass struct.
5011         * domain.c: Changed hash function for proxy_vtable_hash. It now uses a
5012         function for MonoStrings.
5013         * icall.c: In GetTransparentProxy, assign a MonoRemoteClass to the proxy.
5014         Added internal call for getting the proxy type.
5015         * marshal.c: Get the type of transparent proxies from its remote_class.
5016         Added methods that generate the IL for type checks and casts:
5017         mono_marshal_get_isinst, mono_marshal_get_castclass, 
5018         mono_marshal_get_proxy_cancast.
5019         * marshal.h: Declaration of the previous new methods.
5020         * object.c: Added new moethods for creating and updating MonoRemoteClass
5021         instances: mono_remote_class, mono_upgrade_remote_class, 
5022         * object.h: Added MonoRemoteClass reference in MonoTransparentProxy.
5023         * verify.c: FIx transparent_proxy_fields layout.
5024         * appdomain.c: Bump corlib version.
5025
5026 2004-03-04  Jackson Harper  <jackson@ximian.com>
5027
5028         * icall.c: Add icall to access char conversion tables.
5029         * char-conversions.h: Character conversion tables.
5030         * Makefile.am: Add char-conversions.h private header file.
5031         
5032 2004-03-04  Zoltan Varga  <vargaz@freemail.hu>
5033
5034         * appdomain.c (unload_thread_main): Increase unloading timeout to
5035         10 sec as a temporary workaround for Nant problems.
5036
5037 2004-02-29  Zoltan Varga  <vargaz@freemail.hu>
5038
5039         * gc.c: Add checks for GC_enable and GC_disable.
5040
5041         * string-icalls.c locales.c: Applied patch from Jaroslaw Kowalski
5042         (jaak@zd.com.pl). Fix memory corruption in String.Replace 
5043         (bug #54988).
5044         
5045 2004-02-27  Martin Baulig  <martin@ximian.com>
5046
5047         * reflection.c (mono_reflection_bind_generic_parameters): Take a
5048         `MonoReflectionType *' instead of a `MonoType *'.
5049
5050 2004-02-26  Zoltan Varga  <vargaz@freemail.hu>
5051
5052         * gc.c (run_finalize): Avoid finalizing the object representing the
5053         finalizer thread.
5054         (finalizer_thread): Fix warning.
5055
5056 2004-02-25  Martin Baulig  <martin@ximian.com>
5057
5058         * class.c (_mono_class_get_instantiation_name): Added `int offset'
5059         argument for nested types.
5060         (mono_class_create_generic): Added support for nested generictypes.
5061
5062         * class.h (MonoGenericInst): Added `MonoType *nested_in' and
5063         `GList *nested'.
5064
5065         * icall.c (ves_icall_MonoGenericInst_GetNestedTypes): New icall.
5066
5067         * reflection.c (method_encode_signature): Increase the minimum
5068         value of `size' from 10 to 11.
5069         (mono_reflection_bind_generic_parameters): Take `int type_argc'
5070         and `MonoType **types' arguments instead of the `MonoArray
5071         *types'; added `MonoType *nested_in'.  Recursively instantiate
5072         nested classes. 
5073
5074 2004-02-23  Zoltan Varga  <vargaz@freemail.hu>
5075
5076         * appdomain.h (MonoDomain): Add preallocated null_reference_ex and 
5077         stack_overflow_ex members which are used by exception handling.
5078
5079         * appdomain.c (mono_runtime_init): Initialize the new members.
5080
5081         * gc.c (mono_gc_enable): New helper function.
5082         * gc.c (mono_gc_disable): New helper function.
5083
5084 2004-02-23  Martin Baulig  <martin@ximian.com>
5085
5086         * icall.c: I must have been really stupid - make it actually work
5087         this time ;-)
5088
5089 2004-02-23  Martin Baulig  <martin@ximian.com>
5090
5091         * loader.c (method_from_memberref): Only inflate the method if
5092         it's in another klass.
5093
5094 2004-02-23  Martin Baulig  <martin@ximian.com>
5095
5096         * class.c (mono_class_inflate_generic_type): Fixed two bugs.
5097         (mono_class_init): If we're a generic instance and an interface,
5098         compute `class->interface_id'; also create `class->interfaces'
5099         here and inflate them.
5100
5101         * metadata.c (do_mono_metadata_parse_generic_inst): Compute
5102         `ginst->is_open'.
5103         (mono_type_stack_size): Fix for MONO_TYPE_GENERICINST.
5104
5105         * reflection.c (mono_image_create_token): Allow "MonoGenericInst".
5106
5107 2004-02-15  Miguel de Icaza  <miguel@ximian.com>
5108
5109         * reflection.c (method_encode_code): Improved the error message
5110         generated by the exception.
5111
5112 2004-02-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5113
5114         * icall.c: Martin did not do what he said in the ChangeLog for
5115         2004-02-18, but put back the changes for properties and events.
5116         Commenting those changes out again and adding comment to bug #54518.
5117         
5118         * process.c: removed warning.
5119
5120 2004-02-20  Zoltan Varga  <vargaz@freemail.hu>
5121
5122         * marshal.c (emit_struct_conv): Print an error message instead of
5123         asserting when a type does not have the StructLayout attribute.
5124
5125 2004-02-20  Martin Baulig  <martin@ximian.com>
5126
5127         * reflection.c (mono_type_get_object): Also use the cache for
5128         generic instances.
5129         (mono_reflection_bind_generic_parameters): Always compute
5130         `ginst->ifaces'.        
5131
5132 2004-02-20  Martin Baulig  <martin@ximian.com>
5133
5134         * class.h (MonoGenericMethod): Removed `klass'.
5135
5136         * class.c (mono_class_inflate_generic_method): Added `MonoClass
5137         *klass' argument.
5138
5139 2004-02-20  Martin Baulig  <martin@ximian.com>
5140
5141         * reflection.c (method_encode_methodspec): Actually use the
5142         uninflated signature for the memberref.
5143
5144 2004-02-20  Martin Baulig  <martin@ximian.com>
5145
5146         * class.h (MonoGenericMethod): Removed `declaring'.
5147
5148         * class.c (mono_class_inflate_generic_method): If `gmethod->klass'
5149         is NULL, compute it here.
5150
5151 2004-02-20  Martin Baulig  <martin@ximian.com>
5152
5153         * image.h (MonoImage): Added `GHashTable *generic_inst_cache'.
5154
5155         * metadata.c (mono_metadata_generic_inst_hash): New method.
5156         (mono_metadata_generic_inst_equal): New method.
5157
5158         * reflection.c (mono_reflection_bind_generic_parameters): Use the
5159         `klass->image->generic_inst_cache' cache to avoid creating
5160         duplicate MonoGenericInst's.
5161
5162         * class.c (mono_class_inflate_generic_type): Use the cache.
5163
5164 Thu Feb 19 19:39:09 CET 2004 Paolo Molaro <lupus@ximian.com>
5165
5166         * object.c: fixed gc descriptor calculation for embedded valuetypes.
5167
5168 2004-02-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5169
5170         * icall.c: added Socket.WSAIoctl icall.
5171
5172         * socket-io.[ch]: implemented
5173         ves_icall_System_Net_Sockets_Socket_WSAIoctl.
5174
5175 2004-02-19  Atsushi Enomoto  <atsushi@ximian.com>
5176
5177         * icall.c: removed IsDigit, IsSeparator, IsWhiteSpace from char_icalls.
5178
5179 2004-02-18  Urs C Muff  <umuff@quark.com>
5180
5181         * debug-mono-symfile.c, mono-debug-debugger.c, mono-debug.c: Make
5182         this work on PPC and other big-endian architectures.
5183
5184         * debug-mono-symfile.h: Prepended the names of all the `guint32'
5185         fields with an underscore to make sure they're only accessed by
5186         the read32() macro.
5187
5188 2004-02-18  Martin Baulig  <martin@ximian.com>
5189
5190         * icall.c: Put the klass->refclass changes back for methods and
5191         fields, but not for properties and events.  We're currently not
5192         distinguishing between DeclaringType and ReflectedType for
5193         properties and events, that's what caused the regressions.
5194
5195 2004-02-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5196
5197         * object.c:
5198         (mono_async_result_new): the handle can be NULL.
5199
5200         * threadpool.c: Use an event instead of a semaphore, don't initialize
5201         it until needed. This saves quite a few semaphores from being created
5202         when using the threadpool.
5203
5204 2004-02-18  Zoltan Varga  <vargaz@freemail.hu>
5205
5206         * object.c (mono_string_is_interned_lookup): Fix interning of long
5207         strings. Fixes #54473.
5208
5209         * domain.c (ldstr_equal): Optimize if the two strings are equal.
5210
5211         * icall.c: Revert the klass->refclass changes since they introduce
5212         regressions (bug #54518).
5213
5214 2004-02-18  Martin Baulig  <martin@ximian.com>
5215
5216         * class.c (mono_class_init): If we're a generic instance and don't
5217         come from a TypeBuilder, inflate our members here.
5218         (mono_class_from_generic): Removed; just use `ginst->klass' instead.
5219         (mono_class_create_generic): New public method.
5220         (mono_class_initialize_generic): Removed.
5221         (get_instantiation_name): Renamed to
5222         _mono_class_get_instantiation_name() and made it public.
5223
5224 2004-02-18  Martin Baulig  <martin@ximian.com>
5225
5226         * class.c (mono_class_inflate_generic_type): Clear the new
5227         instance's `nginst->klass' when inflating a generic instance.
5228         (mono_class_is_subclass_of): Added (basic) support for generic
5229         instances.
5230
5231 Tue Feb 17 21:40:16 CET 2004 Paolo Molaro <lupus@ximian.com>
5232
5233         * appdomain.h, domain.c: use a MonoCodeManager instead of a
5234         MonoMempool to hold compiled native code.
5235
5236 2004-02-17  Martin Baulig  <martin@ximian.com>
5237
5238         * class.h (MonoDynamicGenericInst): Added `count_properties' and
5239         `properties'.
5240
5241         * reflection.c (mono_reflection_generic_inst_initialize): Added
5242         `MonoArray *properties' argument.
5243
5244         * icall.c (ves_icall_MonoGenericInst_GetProperties): New interncall.    
5245
5246 2004-02-17  Martin Baulig  <martin@ximian.com>
5247
5248         * icall.c (ves_icall_Type_GetFields): Renamed to
5249         ves_icall_Type_GetFields_internal() and added a
5250         `MonoReflectionType *rtype' argument; pass it to
5251         mono_field_get_object() to set the field's "reflected" type.
5252         (ves_icall_Type_GetConstructors): Likewise.
5253         (ves_icall_Type_GetEvents): Likewise.
5254         (ves_icall_Type_GetMethodsByName): Added `MonoReflectionType *rtype'
5255         argument; pass it to mono_method_get_object() to set the method's
5256         "reflected" type.       
5257
5258 2004-02-17  Martin Baulig  <martin@ximian.com>
5259
5260         * class.h (MonoDynamicGenericInst): New type.
5261         (MonoGenericInst): Added `dynamic_info' and `is_dynamic' fields.
5262
5263         * icall.c (ves_icall_MonoGenericInst_GetMethods): New interncall.
5264         (ves_icall_MonoGenericInst_GetConstructors): New interncall.
5265         (ves_icall_MonoGenericInst_GetFields): New interncall.
5266
5267         * class.c (mono_class_from_generic): Don't call
5268         mono_class_initialize_generic() if this is a dynamic instance;
5269         ie. it's being created from a TypeBuilder.
5270         Use MONO_TYPE_GENERICINST for `class->this_arg.type' and
5271         `class->byval_arg.type'.
5272
5273         * reflection.c (mono_reflection_inflate_method_or_ctor): Renamed
5274         to `inflate_method' and made static.
5275         (mono_reflection_inflate_field): Removed.
5276         (mono_reflection_generic_inst_initialize): New public method.
5277
5278         * reflection.h (MonoReflectionGenericInst): Removed `methods',
5279         `ctors' and `fields'; added `initialized'.
5280
5281 2004-02-14  Zoltan Varga  <vargaz@freemail.hu>
5282
5283         * debug-helpers.c (mono_method_full_name): Fix output for empty
5284         namespaces.
5285
5286 2004-02-12  Martin Baulig  <martin@ximian.com>
5287
5288         * class.h (MonoClassField): Added `MonoType *generic_type'.
5289
5290         * reflection.c (mono_image_get_fieldref_token): Added support for
5291         instantiated generic types.
5292         (field_encode_inflated_field): Removed.
5293         (mono_image_get_inflated_field_token): Removed.
5294         (mono_reflection_inflate_field): Return a `MonoReflectionField *'.
5295
5296         * reflection.h (MonoReflectionInflatedField): Removed.
5297
5298 2004-02-12  Martin Baulig  <martin@ximian.com>
5299
5300         * metadata.h (MonoMethodHeader, MonoMethodSignature): Moved the
5301         `gen_method' field from MonoMethodHeader to MonoMethodSignature.
5302
5303         * reflection.c (mono_image_get_methodspec_token): Take a
5304         `MonoMethod *' instead of a `MonoReflectionInflatedMethod *'.
5305         (mono_image_create_token): Check whether we have a
5306         `method->signature->gen_method' and call
5307         mono_image_get_methodspec_token() if appropriate.
5308         (inflated_method_get_object): Removed.
5309         (mono_reflection_bind_generic_method_parameters): Return a
5310         `MonoReflectionMethod *', not a `MonoReflectionInflatedMethod *'.
5311         (mono_reflection_inflate_method_or_ctor): Likewise.
5312
5313         * reflection.h (MonoReflectionInflatedMethod): Removed.
5314
5315 2004-02-12  Zoltan Varga  <vargaz@freemail.hu>
5316
5317         * marshal.c (mono_marshal_get_native_wrapper): Implement proper support
5318         for custom valuetype marshalling.
5319
5320         * icall.c (icall_entries): Diagnostic -> Diagnostics. Fixes #54261.
5321
5322 2004-02-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5323
5324         * icall.c: fixed WSAGetLastError_internal name.
5325
5326 2004-02-11  Zoltan Varga  <vargaz@freemail.hu>
5327
5328         * threads.c (mono_thread_attach): Allow this to be called multiple
5329         times for a thread.
5330         
5331         * threads.c (build_wait_tids): Do not wait for ourselves.
5332
5333         * threads.c (mono_thread_pop_appdomain_ref): Avoid crash if the 
5334         appdomain list is empty.
5335
5336         * marshal.c (mono_marshal_get_native_wrapper): Do not free the
5337         memory returned by mono_string_builder_to_utf16, since it points into
5338         managed memory. Thanks to Bernie Solomon for noticing this.
5339
5340         * icall.c: Add AppDomainSetup icalls.
5341
5342         * reflection.h (MonoReflectionMethodAux): Add 'param_cattr' field.
5343
5344         * reflection.c (mono_custom_attrs_from_param): Add support for dynamic
5345         types.
5346
5347         * reflection.c (reflection_methodbuilder_to_mono_method): Save
5348         custom attributes to the method_aux struct. Also fix array indexes etc.
5349
5350         * loader.c (mono_method_get_param_names): Make dynamic case work again.
5351         
5352 Tue Feb 10 17:03:04 CET 2004 Paolo Molaro <lupus@ximian.com>
5353
5354         * icall.c, loader.c: icall cleanup: we save quite a bit of memory
5355         (both static and runtime) and reduce startup time.
5356
5357 2004-02-10  Zoltan Varga  <vargaz@freemail.hu>
5358
5359         * marshal.c (mono_marshal_get_native_wrapper): Throw an exception on
5360         AsAny marshalling conversion instead of crashing.
5361
5362         * marshal.c: Fix warnings.
5363
5364 2004-02-09  Martin Baulig  <martin@ximian.com>
5365
5366         * class.h (MonoGenericMethod): Added `MonoMethod *declaring'.
5367
5368         * reflection.h (MonoReflectionInflatedMethod): Removed the
5369         `declaring' field, it's now in the unmanaged MonoGenericMethod.
5370
5371         * reflection.c (method_encode_methodspec): Removed the `method'
5372         argument; we get it from `gmethod->declaring'.
5373         (inflated_method_get_object): Removed the `declaring' argument.
5374
5375 2004-02-09  Martin Baulig  <martin@ximian.com>
5376
5377         * class.h (MonoGenericMethod): New type.
5378         (MonoGenericInst): Remove `mtype_argc', `mtype_argv' and
5379         `generic_method'.
5380
5381         * metadata.h (MonoMethodHeader): Replaced the `geninst' field with
5382         a `MonoGenericMethod *gen_method' one.
5383
5384         * class.c (mono_class_inflate_generic_type): Take an additional
5385         `MonoGenericMethod * argument.  This is only non-NULL if we're
5386         inflating types for a generic method.   
5387         (mono_class_inflate_generic_signature): Renamed to
5388         inflate_generic_signature() and made static; take a
5389         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
5390         (inflate_generic_header): Take a `MonoGenericMethod *' argument
5391         instead of a `MonoGenericInst *' one.
5392         (mono_class_inflate_generic_method): Likewise.
5393
5394         * reflection.c (encode_generic_method_sig): Take a
5395         `MonoGenericMethod *' argument instead of a `MonoGenericInst *'.
5396         (method_encode_methodspec): Likewise.
5397         (inflated_method_get_object): Likewise. 
5398
5399         * reflection.h (MonoReflectionGenericInst): Replaced the `ginst'
5400         field with a `MonoGenericMethod *gmethod' one.  
5401
5402 2004-02-08  Bernie Solomon  <bernard@ugsolutions.com>
5403
5404         * class.h (mono_class_has_parent): add parens to expansion
5405         so you can ! this.
5406
5407 2004-02-08  Martin Baulig  <martin@ximian.com>
5408
5409         * image.h (MonoImage): Removed `generics_cache'.
5410
5411         * class.c (mono_class_from_generic): Take a `MonoGenericInst *'
5412         instead of a `MonoType *' argument; removed the `inflate_methods'
5413         argument.  Don't inflate methods here.
5414
5415         * loader.c (find_method): If it's a generic instance, call
5416         mono_class_init() on the `sclass->generic_inst->generic_type'.
5417
5418         * metadata.c (mono_type_size): Make this work on uninitialized
5419         generic instances; call it on the `ginst->generic_type's class.
5420
5421         * reflection.c (mono_reflection_bind_generic_parameters): Call
5422         mono_class_from_generic() to create the `ginst->klass'.
5423
5424 2004-02-08  Martin Baulig  <martin@ximian.com>
5425
5426         * class.h (MonoClass): Changed type of `generic_inst' from
5427         `MonoType *' to `MonoGenericInst *'.
5428
5429 2004-02-08  Martin Baulig  <martin@ximian.com>
5430
5431         * icall.c (ves_icall_Type_BindGenericParameters): Just call
5432         mono_type_get_object(), this is now creating a `MonoGenericInst'
5433         for MONO_TYPE_GENERICINST.
5434         (ves_icall_MonoGenericInst_GetParentType): Likewise.
5435         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.
5436
5437         * reflection.c (mono_type_get_object): Return a `MonoGenericInst'
5438         instead instead of a `MonoType' for MONO_TYPE_GENERICINST.
5439         (inflated_method_get_object): Added `MonoClass *refclass' argument.
5440         (mono_reflection_inflate_method_or_ctor): Correctly set declaring
5441         and reflected type.
5442
5443         * reflection.h (MonoReflectionInflatedMethod): Removed
5444         `declaring_type' and `reflected_type'.
5445
5446 2004-02-08  Martin Baulig  <martin@ximian.com>
5447
5448         * class.h (MonoGenericInst): Added `MonoType *parent' and
5449         `MonoType **ifaces'.
5450
5451         * reflection.h (MonoReflectionGenericInst): Removed `klass',
5452         `parent' and `interfaces'.
5453
5454         * reflection.c (mono_reflection_bind_generic_parameters): Take a
5455         `MonoType *' argument and return a `MonoType *'.
5456
5457         * icall.c
5458         (ves_icall_MonoGenericInst_GetParentType): New interncall.
5459         (ves_icall_MonoGenericInst_GetInterfaces): Likewise.    
5460
5461 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
5462
5463         * marshal.c (mono_marshal_get_native_wrapper): Add support for custom
5464         valuetype marshalling.
5465
5466 2004-02-06  Martin Baulig  <martin@ximian.com>
5467
5468         * class.c
5469         (mono_class_from_generic_parameter): Added TYPE_ATTRIBUTE_PUBLIC.
5470         (my_mono_class_from_generic_parameter): Likewise.
5471
5472 2004-02-06  Zoltan Varga  <vargaz@freemail.hu>
5473
5474         * debug-mono-symfile.c debug-mono-symfile.h mono-debug.c: Read the
5475         contents of the symbol files lazily.
5476
5477         * object.h (MonoThread): Add 'name' and 'name_len' fields.
5478
5479         * threads.h threads.c icall.c: New icalls for getting and setting the
5480         threads name.
5481
5482 2004-02-05  Zoltan Varga  <vargaz@freemail.hu>
5483
5484         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRefByID): 
5485         Raise an exception when the domain is not found.
5486
5487 2004-02-03  Martin Baulig  <martin@ximian.com>
5488
5489         * reflection.c (mono_image_get_methodspec_token): Use the
5490         uninflated signature; fixes gen-33.
5491
5492 2004-02-02  Zoltan Varga  <vargaz@freemail.hu>
5493
5494         * gc.c threads.c: Make the finalizer thread a normal managed thread so
5495         the finalizer code can use thread functionality.
5496
5497         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Fix check for 
5498         the finalizer thread.
5499
5500         * threads.c: Make some functions more robust.
5501
5502         * loader.c (mono_lookup_pinvoke_call): Another attempt at fixing #22532.
5503
5504         * metadata.h: Add new marshalling conventions.
5505
5506         * marshal.c (mono_marshal_get_native_wrapper): Add support for unicode
5507         stringbuilder marshalling. Fixes #53700.
5508
5509         * reflection.h (MonoReflectionTypeBuilder): Add 'permissions' field.
5510
5511         * reflection.c (mono_image_get_type_info): Save declarative security
5512         info.
5513
5514         * reflection.c (mono_image_get_field_info): Handle uninitialized 
5515         unmanaged fields as well.
5516
5517         * appdomain.c: Bump corlib version.
5518
5519 2004-02-01  Martin Baulig  <martin@ximian.com>
5520
5521         * loader.c (method_from_methodspec): Use `ginst->mtype_argc/v' for
5522         method type arguments.  
5523
5524 2004-01-30  Duncan Mak  <duncan@ximian.com>
5525
5526         * marshal.h: Add prototype for
5527         "ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem"
5528         and
5529         "ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem" to
5530         fix the build.
5531
5532 2004-01-30  Zoltan Varga  <vargaz@freemail.hu>
5533
5534         * marshal.c (ves_icall_System_Runtime_InteropServices_Marshal_AllocCoTaskMem): New icall.
5535         (ves_icall_System_Runtime_InteropServices_Marshal_FreeCoTaskMem): New icall.
5536
5537 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
5538
5539         * marshal.c (mono_marshal_get_native_wrapper): Add support for
5540         custom marshalling of valuetypes.
5541
5542         * marshal.c: Fix some warnings.
5543
5544 2004-01-29  Martin Baulig  <martin@ximian.com>
5545
5546         * class.h (MonoGenericInst): Added `mtype_argc' and `mtype_argv'
5547         for generic method parameters.
5548
5549         * reflection.c (method_encode_methodspec): Write the uninflated
5550         signature into the methodspec table.
5551         (mono_reflection_inflate_method_or_ctor): Ensure `res->declaring'
5552         is always the uninflated method.
5553         (reflection_methodbuilder_to_mono_method): Copy the generic
5554         parameters from the MethodBuilder into `header->gen_params'.
5555
5556 2004-01-29  Zoltan Varga  <vargaz@freemail.hu>
5557
5558         * class.c (mono_class_from_generic_parameter): Fix warning.
5559
5560 2004-01-27  Martin Baulig  <martin@ximian.com>
5561
5562         * class.c (mono_class_from_generic_parameter): Don't create
5563         `klass->methods' here.  
5564
5565 2004-01-26  Zoltan Varga  <vargaz@freemail.hu>
5566
5567         * loader.c (mono_lookup_pinvoke_call): Disable trimming of .dll
5568         extension since it does not work with libraries named lib<FOO>.dll.so.
5569
5570 2004-01-25  Martin Baulig  <martin@ximian.com>
5571
5572         * class.c (mono_class_inflate_generic_type): Added support for
5573         MONO_TYPE_GENERICINST.
5574
5575         * reflection.c (mono_reflection_inflate_method_or_ctor): Also
5576         inflate methods on open constructed types.      
5577
5578 2004-01-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5579
5580         * object.c: fire ProcessExit event in the root AppDomain after running
5581         Main. Fixes bug #53299.
5582
5583 Fri Jan 23 21:27:40 CET 2004 Paolo Molaro <lupus@ximian.com>
5584
5585         * socket-io.c: include the new socket-wrappers.h header.
5586         Use the wrappers instead of the unix socket functions to make the code
5587         more clear.
5588
5589 2004-01-23  Zoltan Varga  <vargaz@freemail.hu>
5590
5591         * profiler.c (merge_methods): Fix merging of profile info. Fixes #53010.
5592
5593         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
5594         Fixes #22532.
5595
5596 2004-01-22  Zoltan Varga  <vargaz@freemail.hu>
5597
5598         * reflection.c (mono_image_create_pefile): Handle the case when the
5599         entry point is not a MethodBuilder.
5600
5601         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
5602         field to ReflectionMethod since it is not allways a builder.
5603
5604         * reflection.c (type_get_fully_qualified_name): New helper function to
5605         return the fully qualified name of a type.
5606
5607         * reflection.c (encode_marshal_blob): Always emit the fully qualified
5608         type name for custom marshallers.
5609
5610         * reflection.c (mono_marshal_spec_from_builder): Ditto.
5611
5612         * class.c (mono_class_setup_vtable): If a parent class already 
5613         implements an interface, use the implementing methods from that class.
5614         Fixes #53148.
5615
5616 2004-01-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5617
5618         * threadpool.c: just return instead of ExitThread to allow for thread
5619         clean up earlier.
5620
5621 2004-01-21  Zoltan Varga  <vargaz@freemail.hu>
5622
5623         * icall.c (ves_icall_System_Reflection_Module_Close): Prevent assertion
5624         when closing resource modules.
5625
5626         * reflection.c (mono_image_create_pefile): Handle the case when the
5627         entry point is not a MethodBuilder.
5628
5629         * reflection.h (MonoReflectionAssemblyBuilder): Change 'entry_point'
5630         field to ReflectionMethod since it is not allways a builder.
5631
5632 2004-01-20  Bernie Solomon  <bernard@ugsolutions.com>
5633
5634         * marshal.c (mono_marshal_get_managed_wrapper): 
5635         mono_marshal_alloc takes native int so CONV_I
5636         the arg for 64bits.
5637
5638 2004-01-20  Zoltan Varga  <vargaz@freemail.hu>
5639
5640         * reflection.c (fixup_cattrs): New function to fixup the methoddef
5641         tokens in the cattr table. Fixes #53108.
5642
5643 2004-01-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5644
5645         * loader.c: don't trim ".dll" before looking up in the config file.
5646         Don't leak orig_scope. Reopened bug #22532 in the meanwhile.
5647
5648 2004-01-19  Zoltan Varga  <vargaz@freemail.hu>
5649
5650         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): 
5651         Return the module which contains the resource as well.
5652         (ves_icall_System_Reflection_Module_Close): New icall.
5653
5654         * appdomain.c: Bump corlib version number.
5655
5656         * image.c (mono_image_addref): New public function.
5657
5658         * assembly.c: Call mono_image_addref.
5659
5660         * reflection.c (mono_module_get_object): Increase reference count of 
5661         the image.
5662
5663         * loader.c (mono_lookup_pinvoke_call): Strip .dll from library names.
5664         Fixes #22532.
5665
5666         * exception.h exception.c loader.h loader.c icall.c marshal.h marshal.c:
5667         Applied patch from Bernie Solomon  <bernard@ugsolutions.com>. Throw
5668         proper exceptions on DllImport problems.
5669
5670 Mon Jan 19 17:50:27 CET 2004 Paolo Molaro <lupus@ximian.com>
5671
5672         * class.c, metadata.c: eliminate CSIZE macro.
5673
5674 2004-01-19  Lluis Sanchez Gual  <lluis@ximian.com>
5675
5676         * icall.c: Added ves_icall_type_IsInstanceOf internal call.
5677         * object.h: Added async_callback field in MonoAsyncResult.
5678         * marshal.c: In mono_delegate_begin_invoke, set the value of async_callback.
5679         * verify.c: Added async_callback in MonoAsyncResult layout.
5680
5681 2004-01-17  Zoltan Varga  <vargaz@freemail.hu>
5682
5683         * reflection.c (mono_reflection_get_custom_attrs): Add support
5684         for Modules.
5685
5686 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
5687
5688         * marshal.c (mono_string_builder_to_utf8): Fix stringbuilder 
5689         marshalling.
5690         (mono_marshal_method_from_wrapper): Add null pointer check.
5691
5692 2004-01-16  Martin Baulig  <martin@ximian.com>
5693
5694         * debug-mono-symfile.h: Set version number to 36 and reflect
5695         latest symbol writer changes.
5696
5697 2004-01-16  Zoltan Varga  <vargaz@freemail.hu>
5698
5699         * class.c (mono_bounded_array_class_get): Set 'bounded' to FALSE for
5700         multi-dimensional arrays.
5701         (mono_class_is_assignable_from): Check vectors<->one dim. arrays.
5702         (mono_class_from_mono_type): Use bounded_array_class_get.
5703         
5704         * class.c (mono_bounded_array_class_get): New function which takes
5705         a 'bounded' bool argument to distinguish vectors from one dimensional
5706         arrays.
5707
5708         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Call 
5709         bounded_array_class_get if the array has bounds.
5710
5711         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
5712         Search modules loaded using AssemblyBuilder:AddModule as well.
5713
5714 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5715
5716         * appdomain.c: increased corlib version.
5717         * filewatcher.c: removed g_print.
5718         * icall.c:
5719         (get_property_info): only allocate what is actually requested.
5720         (ves_icall_Type_GetInterfaces): free the bitset in case of early error.
5721
5722 2004-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5723
5724         * Makefile.am: added filewatcher.[ch]
5725         * filewatcher.[ch]: FileSystemWatcher runtime support.
5726         * icall.c: added new FSW icalls.
5727
5728 Tue Jan 13 20:03:17 CET 2004 Paolo Molaro <lupus@ximian.com>
5729
5730         * string-icalls.c: fix stringbuilder regression as suggested by
5731         Iain McCoy <iain@mccoy.id.au>.
5732
5733 2004-01-13  Zoltan Varga  <vargaz@freemail.hu>
5734
5735         * process.c (process_read_stringtable_block): Recognize '007f' as
5736         a language neutral stringtable block.
5737
5738 2004-01-12  Patrik Torstensson
5739
5740         * object.h (MonoStringBuilder) : Changed layout to support our
5741         new stringbuilder class.
5742         * marshal.c: Change marshalling to support the new layout of 
5743         string builder.
5744         * appdomain.c: increased version number because new layout of
5745         string builder.
5746
5747 2004-01-12  Zoltan Varga  <vargaz@freemail.hu>
5748
5749         * appdomain.c (ves_icall_System_AppDomain_LoadAssembly): Receive the
5750         assembly name as an string instead of an AssemblyName, since it is
5751         easier to extract info from it.
5752
5753         * appdomain.c (mono_domain_assembly_preload): Look for assemblies in
5754         the culture subdirectories too. Fixes #52231.
5755
5756 2004-01-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5757
5758         * icall.c: renamed ves_icall_Type_GetMethods to GetMethodsByName.
5759         It takes 2 new parameters with an optional name for the method to look
5760         for and case ignoring info.
5761
5762         * threadpool.c: removed unused variable.
5763
5764 2004-01-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5765
5766         * icall.c: renamed ves_icall_Type_GetProperties to GetPropertiesByName.
5767         It takes 2 new parameters with an optional name for the property to look
5768         for and case ignoring info.
5769         Fixes bug #52753.
5770
5771 2004-01-09  Zoltan Varga  <vargaz@freemail.hu>
5772
5773         * reflection.c: Applied patch from Benjamin Jemlich (pcgod@gmx.net).
5774         Fix #52451.
5775
5776 2004-01-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5777
5778         * appdomain.c:
5779         * assembly.c: escape the uri before passing it to g_filename_from_uri.
5780         Fixes bug #52630.
5781
5782 2004-01-07  Zoltan Varga  <vargaz@freemail.hu>
5783
5784         * reflection.c: Add support for more than one unmanaged resource.
5785
5786         * icall.c (ves_icall_get_enum_info): Store the value of the enum fields
5787         in field->def_value, as done in all other cases.
5788
5789         * reflection.c (mono_reflection_get_custom_attrs): Add support for
5790         TypeBuilders.
5791
5792         * reflection.c (mono_reflection_create_runtime_class): Remove 
5793         errorneous assignment to klass->element_class, since it is already
5794         done in mono_reflection_setup_internal_class.
5795
5796 2004-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
5797
5798         * gc.c: added missing LeaveCriticalSection.
5799         * icall.c: indented a couple of lines.
5800         * threadpool.c: remove dangling LeaveCriticalSection. Don't wait forever
5801         if we call EndInvoke inside a callback. Fixes bug #52601.
5802
5803 2004-01-07  Martin Baulig  <martin@ximian.com>
5804
5805         * mono-debug-debugger.h
5806         (MonoDebuggerIOLayer): Added `GetCurrentThreadID'.
5807
5808 2004-01-06  Miguel de Icaza  <miguel@ximian.com>
5809
5810         * appdomain.c: Use messages in NotImplementedException.
5811
5812         * exception.c (mono_get_exception_not_implemented): Now this takes
5813         a message argument.
5814
5815         * marshal.c (emit_str_to_ptr_conv): g_warning and throw an
5816         exception instead of g_asserting an aborting when something is not
5817         implemented.
5818
5819         Add some inline docs.
5820
5821 2004-01-05  Zoltan Varga  <vargaz@freemail.hu>
5822
5823         * reflection.h: Update after changes to object layout.
5824
5825         * reflection.c: Implement saving of unmanaged aka win32 resources.
5826
5827         * appdomain.c: Bump version number.
5828
5829         * appdomain.c (ves_icall_System_AppDomain_InternalSetDomainByID): 
5830         Handle missing domains gracefully.
5831
5832 2004-01-05  Atsushi Enomoto <atsushi@ximian.com>
5833
5834         * file-io.c : On Windows, there are much more invalid_path_chars.
5835
5836 Fri Jan 2 13:35:48 CET 2004 Paolo Molaro <lupus@ximian.com>
5837
5838         * class.h, object.c: prepare for GetType () speedup.
5839
5840 2003-12-24  Atsushi Enomoto <atsushi@ximian.com>
5841
5842         * profiler.c: workaround for --profile null reference exception on
5843           cygwin. Patch by Patrik Torstensson.
5844
5845 2003-12-22  Bernie Solomon  <bernard@ugsolutions.com>
5846
5847         * marshal.c: (ves_icall_System_Runtime_InteropServices_Marshal_Read/WriteXXX)
5848         make work for unaligned access.
5849
5850 Mon Dec 22 18:37:02 CET 2003 Paolo Molaro <lupus@ximian.com>
5851
5852         * class.c: small cleanup (class->fields [i] -> field).
5853         * image.c: check address of metadata is valid.
5854
5855 2003-12-22  Zoltan Varga  <vargaz@freemail.hu>
5856
5857         * assembly.h assembly.c (mono_assembly_loaded): New public function to
5858         search the list of loaded assemblies.
5859
5860         * reflection.c (mono_reflection_type_from_name): Use 
5861         mono_assembly_loaded instead of mono_image_loaded.
5862
5863         * reflection.c: Fix warnings.
5864
5865 2003-12-20  Zoltan Varga  <vargaz@freemail.hu>
5866
5867         * image.h (MonoImage): Add a new 'dynamic' field to denote that the image 
5868         is dynamic. This is needed since an assembly can contain both dynamic and
5869         non-dynamic images.
5870
5871         * class.c loader.c metadata.c object.c: Use image->dynamic instead of 
5872         assembly->dynamic.
5873
5874         * icall.c reflection.c: Add new AssemblyBuilder:AddModule icall.
5875
5876         * reflection.h (MonoReflectionAssemblyBuilder): Add 'loaded_modules' field
5877         to store modules loaded using AddModule.
5878
5879         * reflection.c (mono_image_fill_file_table): Generalize this so it works
5880         on Modules.
5881
5882         * reflection.c (mono_image_fill_export_table_from_class): New helper function.
5883
5884         * reflection.c (mono_image_fill_export_table_from_module): New function to
5885         fill out the EXPORTEDTYPES table from a module.
5886
5887         * reflection.c (mono_image_emit_manifest): Refactor manifest creation code
5888         into a separate function. Also handle loaded non-dynamic modules.
5889
5890         * reflection.c (mono_image_basic_init): Fix memory allocation.
5891
5892         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
5893
5894         * assembly.c (mono_assembly_load_references): Make this public.
5895
5896 2003-12-19  Martin Baulig  <martin@ximian.com>
5897
5898         * class.c (mono_class_initialize_generic): Made this static, take
5899         a `MonoGenericInst *' instead of a `MonoClass *'.
5900         (mono_class_from_generic): Call mono_class_initialize_generic()
5901         unless we're already initialized or being called from
5902         do_mono_metadata_parse_generic_inst().
5903
5904         * class.h (MonoGenericInst): Added `initialized' and
5905         `init_pending' flags.
5906
5907         * metadata.c (do_mono_metadata_parse_generic_inst): Don't call
5908         `mono_class_init (gklass)' or mono_class_initialize_generic()
5909         here; set `generic_inst->init_pending' while parsing the
5910         `type_argv'.
5911
5912 2003-12-19  Bernie Solomon  <bernard@ugsolutions.com>
5913
5914         * locales.c: include string.h for memxxx prototypes
5915
5916 2003-12-19  Zoltan Varga  <vargaz@freemail.hu>
5917
5918         * icall.c (ves_icall_MonoField_GetValueInternal): Do not run the class
5919         constructor when accessing literal fields.
5920
5921 2003-12-17  Zoltan Varga  <vargaz@freemail.hu>
5922
5923         * appdomain.c (MONO_CORLIB_VERSION): Bump corlib version.
5924
5925         * reflection.c (assembly_add_resource_manifest): New function to fill
5926         the MANIFESTRESOURCE table.
5927
5928         * reflection.c (mono_image_build_metadata): Emit MANIFESTRESOURCE table.
5929
5930         * reflection.h: Update to changes in class layout.
5931
5932         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): 
5933         Reenable call to mono_runtime_is_shutting_down ().
5934
5935         * appdomain.c (mono_runtime_is_shutting_down): New helper function to
5936         determine if the runtime is shutting down.
5937
5938 2003-12-16  Jackson Harper <jackson@ximian.com>
5939
5940         * icall.c: comment out call to mono_runtime_is_shutting_down to
5941         fix build.
5942         
5943 2003-12-16  Zoltan Varga  <vargaz@freemail.hu>
5944
5945         * icall.c (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal): Add support for loading resources from modules.
5946         (ves_icall_System_Environment_get_HasShutdownStarted): New icall.
5947
5948 2003-12-15  Bernie Solomon  <bernard@ugsolutions.com>
5949
5950         * reflection.c: move definition of swap_with_size
5951         to before its first call
5952
5953 2003-12-15  Zoltan Varga  <vargaz@freemail.hu>
5954
5955         * appdomain.c (mono_runtime_is_shutting_down): New public function.
5956
5957         * icall.c (ves_icall_System_Environment_get_HasShutdownStarted): New
5958         icall.
5959
5960         * object.c: Fix warnings.
5961
5962         * icall.c (ves_icall_Type_Get...): Only consider inherited static
5963         members if FlattenHierarchy is set.
5964
5965         * reflection.c (mono_image_add_decl_security): New function to emit
5966         declarative security.
5967
5968         * reflection.h reflection.c: Add support for declarative security.
5969
5970         * appdomain.c (MONO_CORLIB_VERSION): Bump version number.
5971         
5972 2003-12-13  Zoltan Varga  <vargaz@freemail.hu>
5973
5974         appdomain.c (MONO_CORLIB_VERSION): Bump version number.
5975         
5976         * appdomain.c verify.c: Moved corlib version checking into its own
5977         function in appdomain.c since it needs to create vtables etc.
5978
5979 2003-12-13  Patrik Torstensson <p@rxc.se>
5980
5981         * marshal.c (mono_remoting_wrapper): Fix bug 48015, using TP as this 
5982         instead of unwrapped server.
5983
5984 2003-12-12  Zoltan Varga  <vargaz@freemail.hu>
5985
5986         * verify.c (check_corlib): Fix field index.
5987
5988 2003-12-10  Zoltan Varga  <vargaz@freemail.hu>
5989
5990         * icall.c: Applied patch from Todd Berman (tbermann@gentoo.org). New
5991         GetGacPath icall.
5992
5993 2003-12-10  Bernie Solomon  <bernard@ugsolutions.com>
5994
5995         * process.c:  (ves_icall_System_Diagnostics_Process_GetWorkingSet_internal
5996         ves_icall_System_Diagnostics_Process_SetWorkingSet_internal):
5997         cope with sizeof(size_t) != sizeof(guint32).
5998
5999 2003-12-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6000
6001         * process.[ch]: the 'pid' field in MonoProcInfo stores GetLastError
6002         in case of failure.
6003
6004 2003-12-10  Mark Crichton <crichton@gimp.org>
6005
6006         * icall.c: removed the GetNonZeroBytes.  We now handle this case
6007         in managed code.
6008
6009         * rand.c, rand.h: Same here.  Also cleaned up the clode slightly.
6010
6011 Tue Dec 9 15:36:18 CET 2003 Paolo Molaro <lupus@ximian.com>
6012
6013         * class.h, class.c, icall.c, marshal.c, object.c: ignore fields
6014         marked as deleted.
6015
6016 2003-12-09  Zoltan Varga  <vargaz@freemail.hu>
6017
6018         * verify.c (check_corlib): Handle the case when the version field is 
6019         initialized by a static constructor.
6020
6021 2003-12-08  Patrik Torstensson  <p@rxc.se>
6022
6023     * rand.c (InternalGetBytes): Implemented win32 version with cryptapi
6024
6025 2003-12-08  Martin Baulig  <martin@ximian.com>
6026
6027         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Return
6028         a MonoReflectionGenericParameter, also take the parameter index
6029         and name as arguments.
6030         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.
6031         (ves_icall_MonoGenericParam_initialize): New interncall.
6032         (ves_icall_Type_make_byref_type): New interncall.
6033
6034         * reflection.h (MonoReflectionGenericParam): Derive from
6035         MonoReflectionType, not just from MonoObject.  Added `refobj' and
6036         `index' fields.
6037
6038         * reflection.c (mono_reflection_define_generic_parameter): Create
6039         and return a new MonoReflectionGenericParam; don't initialize the
6040         constraints here.
6041         (mono_reflection_initialize_generic_parameter): New public method;
6042         initializes the constraints and creates the `param->pklass'.
6043
6044 2003-12-08  Zoltan Varga  <vargaz@freemail.hu>
6045
6046         * reflection.h reflection.c: Use the new fields 'num_types', 
6047         'num_fields' and 'num_methods' to track the number of types etc.
6048
6049         * verify.c (check_corlib): Check corlib version number.
6050
6051 2003-12-07  Zoltan Varga  <vargaz@freemail.hu>
6052
6053         * marshal.c (mono_marshal_method_from_wrapper): Remove assert so this
6054         function works on all methods.
6055
6056 2003-12-07  Lluis Sanchez Gual  <lluis@ximian.com>
6057
6058         * domain.c, loader.h: Added IRemotingTypeInfo interface in MonoDefaults.
6059         * icall.c: in, ves_icall_Remoting_RealProxy_GetTransparentProxy set
6060         the custom_type_info flag of the transparent proxy.
6061         * object.c: Added method mono_object_isinst_mbyref for casting mbyref
6062         objects that supports IRemotingTypeInfo.
6063         * object.h: Added custom_type_info field in transparent proxy.
6064
6065 2003-12-06  Martin Baulig  <martin@ximian.com>
6066
6067         * class.c (mono_class_create_from_generic): Removed.
6068         (mono_class_from_generic): Check `ginst->klass' before doing
6069         anything else.  This is important to fully support "recursive"
6070         generic types.
6071
6072         * metadata.c (do_mono_metadata_parse_generic_inst): Create an
6073         empty `generic_inst->klass' before doing anything else.
6074
6075 2003-12-06  Dick Porter  <dick@ximian.com>
6076
6077         * verify.c: 
6078         * object.h:
6079         * icall.c:
6080         * locales.c: Use C structs to access class fields.  Don't do a
6081         conversion between MonoString and UChar because both are
6082         platform-endian UTF-16.  Compare now takes startindex and count
6083         parameters.  Add a char overload for IndexOf.  Speed up the
6084         invariant string IndexOf.
6085
6086 2003-12-05  Zoltan Varga  <vargaz@freemail.hu>
6087
6088         * Makefile.am (monosn_LDADD): Fix parallel build.
6089
6090 2003-12-04  Martin Baulig  <martin@ximian.com>
6091
6092         * icall.c
6093         (ves_icall_type_GetTypeCode): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
6094         (ves_icall_Type_make_array_type): New interncall.       
6095
6096 2003-12-04  Martin Baulig  <martin@ximian.com>
6097
6098         * locales.c: also change it in the !HAVE_ICU case.
6099
6100 2003-12-04  Dick Porter  <dick@ximian.com>
6101
6102         * icall.c:
6103         * locales.c: construct_compareinfo is now in CompareInfo, not
6104         CultureInfo.
6105
6106 2003-12-04  Zoltan Varga  <vargaz@freemail.hu>
6107
6108         * image.c (mono_image_load_file_for_image): Cache loaded images in the
6109         image->files array.
6110
6111         * image.c (load_class_name): Load class names from the EXPORTEDTYPES
6112         table as well.
6113
6114         * assembly.c (mono_assembly_load_references): Only load references
6115         once.
6116
6117         * class.c (mono_class_from_name): Avoid linear search of the 
6118         EXPORTEDTYPE table.
6119
6120         * loader.c (mono_field_from_token): Cache lookups of fieldrefs as well.
6121
6122 2003-12-03  Zoltan Varga  <vargaz@freemail.hu>
6123
6124         * image.h (MonoImage): Add 'field_cache' field.
6125
6126         * loader.c (mono_field_from_token): Cache field lookups.
6127         
6128         * reflection.c (mono_module_get_object): Fix name property.
6129
6130         * icall.c (ves_icall_get_enum_info): Update after changes to 
6131         mono_metadata_get_constant_index ().
6132
6133         * icall.c: Get rid of get_type_info icall, use a separate icall for
6134         each type property to avoid needless memory allocations. Fixes #51514.
6135
6136         * metadata.c (mono_metadata_get_constant_index): Add a 'hint' parameter
6137         to avoid needless binary searches.
6138
6139         * class.c (class_compute_field_layout): Move the initialization of
6140         field->def_value to mono_class_vtable ().
6141
6142         * class.c (mono_class_layout_fields): Enable GC aware auto layout for
6143         non-corlib types.
6144
6145         * object.c (mono_object_allocate): Make it inline.
6146
6147         * object.c (mono_object_allocate_spec): Make it inline.
6148         
6149 2003-12-02  Dick Porter  <dick@ximian.com>
6150
6151         * locales.c (create_NumberFormat): NumberFormatInfo construction.
6152         Patch by Mohammad DAMT (mdamt@cdl2000.com).
6153
6154 2003-12-01  Dick Porter  <dick@ximian.com>
6155
6156         * threads.c: Fix signature and call in CreateMutex and
6157         CreateEvent.
6158
6159 2003-12-01  Dick Porter  <dick@ximian.com>
6160
6161         * icall.c: 
6162         * locales.c: Implement string compares and searching
6163
6164         * object.h: Add extra Thread field
6165
6166 2003-11-30  Zoltan Varga  <vargaz@freemail.hu>
6167
6168         * reflection.c (fixup_method): Add support for MonoCMethod.
6169
6170 2003-11-28  Zoltan Varga  <vargaz@freemail.hu>
6171
6172         * gc.c: Fix hangs and error messages when GC_DONT_GC is set.
6173
6174         * reflection.c (assembly_name_to_aname): Allow extra characters in
6175         assembly names. Fixes #51468.
6176
6177 2003-11-26  Zoltan Varga  <vargaz@freemail.hu>
6178
6179         * exception.c (mono_exception_from_name_domain): New helper function.
6180
6181         * appdomain.c (ves_icall_System_AppDomain_createDomain): Create the
6182         exception object in the correct domain.
6183
6184         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix 
6185         formatting + make a copy a the input data.
6186
6187         * loader.c (mono_get_method_from_token): Methods which contain
6188         native code do not have entries in the ImplMap.
6189
6190         (ves_icall_System_AppDomain_LoadAssemblyRaw): Fix exception throw.
6191         Thanks to Gonzalo for spotting this.
6192         
6193         * appdomain.c (ves_icall_System_AppDomain_LoadAssemblyRaw): Applied
6194         patch from ztashev@openlinksw.co.uk (Zdravko Tashev). New icall.
6195
6196         * assembly.h (mono_assembly_load_from): Split the second part of 
6197         assembly loading into a new public function.
6198
6199         * exception.h (mono_get_exception_bad_image_format): New function.
6200
6201 2003-11-24  Zoltan Varga  <vargaz@freemail.hu>
6202
6203         icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
6204         Enumerate all modules inside a dynamic assembly. Fixes #51293.
6205         
6206         * icall.c: Add new icall for creating dynamic methods.
6207
6208         * loader.h debug-helpers.c: Add new wrapper type for dynamic methods.
6209
6210         * reflection.h (MonoReflectionDynamicMethod): Fix type of bool fields.
6211
6212         * reflection.c (mono_reflection_create_dynamic_method): New icall to
6213         create a dynamic method.
6214
6215         * reflection.c (resolve_object): New helper function.
6216
6217         * reflection.c: Generalize ReflectionMethodBuilder and the functions
6218         which manipulate it so they can also work on dynamic methods.
6219
6220         * reflection.c (reflection_method_builder_to_mono_method): Avoid 
6221         creating the MonoReflectionMethodAux structure if it is not needed.
6222         
6223         * reflection.h verify.c: Update after changes to object layout.
6224
6225         * reflection.c (method_builder_encode_signature): Fix compilation on
6226         gcc 2.95.x.
6227
6228 2003-11-21  Lluis Sanchez Gual  <lluis@ximian.com>
6229
6230         * appdomain.h: Added support for context static fields. Added static_data
6231           field to MonoAppContext and renamed thread_static_fields to a more
6232           generic special_static_fields in MonoAppDomain, since it can now contain
6233           context static fields.
6234         * domain.c: Updated hashtable name.
6235         * object.c: Replaced field_is_thread_static() for a more generic
6236           field_is_special_static() which also checks for context static attribute.
6237           In mono_class_vtable(), added support for static context fields.
6238         * threads.c: Changed methods that manage thread static fields to more
6239           generic methods so they can be reused both for thread and context static
6240           data.
6241         * threads.h: Declared some new methods.
6242
6243 2003-11-21  Zoltan Varga  <vargaz@freemail.hu>
6244
6245         * reflection.h: Update after changes to the managed types.
6246
6247         * reflection.c (encode_custom_modifiers): New helper function.
6248
6249         * reflection.c (method_encode_signature): Emit custom modifiers.
6250
6251         * reflection.c (field_encode_signature): Emit custom modifiers.
6252
6253 2003-11-18  Zoltan Varga  <vargaz@freemail.hu>
6254
6255         * reflection.h (MonoReflectionAssemblyName): Applied patch from Laurent Morichetti (l_m@pacbell.net). Fix type of 'flags' field.
6256
6257         * icall.c (ves_icall_System_ValueType_Equals): New optimized 
6258         implementation.
6259
6260         * icall.c (ves_icall_System_ValueType_InternalGetHashCode): New 
6261         icall.
6262
6263         * object.c (mono_field_get_value_object): New function.
6264
6265         * object.c appdomain.h appdomain.c: Make out_of_memory_ex domain
6266         specific.
6267
6268 2003-11-17  Zoltan Varga  <vargaz@freemail.hu>
6269
6270         * appdomain.c (mono_runtime_get_out_of_memory_ex): New function to
6271         return a preallocated out-of-memory exception instance.
6272
6273         * object.c (out_of_memory): Use the new function.
6274
6275         * metadata.c (mono_metadata_parse_type): Handle the case when the byref
6276         flag is before the custom modifiers. Fixes #49802.
6277
6278 2003-11-16  Martin Baulig  <martin@ximian.com>
6279
6280         * class.c (mono_class_is_open_constructed_type): Implemented the
6281         MONO_TYPE_GENERICINST case.
6282
6283 2003-11-16  Zoltan Varga  <vargaz@freemail.hu>
6284
6285         * assembly.c (mono_assembly_fill_assembly_name): New function to
6286         fill out the MonoAssemblyName structure.
6287         (mono_assembly_open): Use the new function.
6288
6289         * icall.c (fill_reflection_assembly_name): New helper function.
6290
6291         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Use the
6292         new function.
6293
6294         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetAssemblyName): New icall.
6295
6296 2003-11-15  Martin Baulig  <martin@ximian.com>
6297
6298         * class.c (mono_class_is_open_constructed_type): New public
6299         function; checks whether a type is an open constructed type,
6300         ie. whether it still contains type parameters.
6301         (mono_class_inflate_generic_type): If we're a type parameter and
6302         the inflated type is also a MONO_TYPE_(M)VAR, return the original
6303         type.
6304
6305         * class.h (MonoGenericInst): Added `guint32 is_open'.
6306
6307         * loader.c (method_from_methodspec): Check whether we're an open
6308         or closed constructed type and set `ginst->is_open'.
6309
6310         * reflection.c (mono_reflection_bind_generic_parameters): Check
6311         whether we're an open or closed constructed type and set
6312         `ginst->is_open'.
6313         (mono_reflection_inflate_method_or_ctor): Don't inflate methods
6314         from open constructed types.
6315
6316 2003-11-15  Martin Baulig  <martin@ximian.com>
6317
6318         * reflection.c (mono_reflection_bind_generic_parameters): If we're
6319         a generic instance (instead of a generic type declaration) with
6320         unbound generic parameters, bind them to our actual types.
6321
6322 2003-11-14  Martin Baulig  <martin@ximian.com>
6323
6324         * reflection.h (MonoReflectionGenericInst): Added `MonoArray *interfaces'.
6325
6326         * reflection.c (mono_reflection_bind_generic_parameters): If we're
6327         an interface type, populate `res->interfaces' with instantiated
6328         versions of all the interfaces we inherit.
6329
6330 2003-11-13  Aleksey Demakov  <avd@openlinksw.com>
6331
6332         * assembly.c (mono_assembly_load): Fixed problem finding mscorlib.dll
6333         when MONO_PATH is set but doesn't contain the install dir.
6334
6335 2003-11-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6336
6337         * icall.c:
6338         (ves_icall_Type_GetInterfaces): don't return an interface twice when
6339         it's also implemented in base classes. Fixes bug #50927.
6340
6341 2003-11-13  Zoltan Varga  <vargaz@freemail.hu>
6342
6343         * gc.c (ves_icall_System_GC_WaitForPendingFinalizers): Avoid deadlocks
6344         if this method is called from a finalizer. Fixes #50913.
6345
6346 2003-11-12  Miguel de Icaza  <miguel@ximian.com>
6347
6348         * threads.c: Implement VolatileRead/VolatileWrite
6349
6350         * icall.c: Add new icalls for VolatileRead/VolatileWrite
6351
6352 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
6353
6354         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Applied 
6355         patch from Danilo Sagan (dsegan@gmx.net). Fix compilation under gcc
6356         2.95.3.
6357
6358         * assembly.c (mono_assembly_open): Fix windows build. Applied patch 
6359         from Peter Ross (pro@missioncriticalit.com).
6360         
6361 2003-11-12  Lluis Sanchez Gual  <lluis@ximian.com>
6362
6363         * icall.c: Added internal call for System.Environment::GetMachineConfigPath
6364
6365 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
6366
6367         * assembly.c (mono_assembly_load_references): Disable check because it
6368         triggers on older corlibs which lots of people have.
6369
6370 2003-11-12  Jackson Harper  <jackson@ximian.com>
6371
6372         * assembly.c: Change corlib name to mscorlib. Add a temp. hack to
6373         load corlib.dll if mscorlib.dll is not found.
6374         * assembly.h: Remove corlib name define.
6375         * class.c:
6376         * domain.c:
6377         * image.c: Change corlib name to mscorlib.
6378         
6379 2003-11-12  Zoltan Varga  <vargaz@freemail.hu>
6380
6381         * debug-mono-symfile.c: Add patch from FreeBSD ports tree.
6382
6383 2003-11-11  Miguel de Icaza  <miguel@ximian.com>
6384
6385         * appdomain.h: Added loader_optimization here to sync with the C#
6386         code, and add disallow_binding_redirects field.
6387
6388 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
6389
6390         * mono-debug.c (mono_debug_add_method): Ignore unknown modules.
6391
6392         * reflection.c (mono_image_build_metadata): Fix crash on modules
6393         with no types.
6394
6395         * reflection.h (MonoMethodInfo): Track changes to the managed structure.
6396
6397         * icall.c (ves_icall_get_method_info): Return callingConvention as
6398         well.
6399
6400         * icall.c (ves_icall_System_Reflection_Assembly_GetNamespaces): Add 
6401         namespaces from the EXPORTEDTYPE table as well.
6402
6403         * icall.c (ves_icall_System_Reflection_Assembly_GetTypes): Merge types
6404         from all modules inside the assembly.
6405         
6406 2003-11-11  Martin Baulig  <martin@ximian.com>
6407
6408         * reflection.c (mono_reflection_bind_generic_parameters): Make
6409         this work for interfaces.
6410
6411 2003-11-11  Martin Baulig  <martin@ximian.com>
6412
6413         * mono-debug.c (mono_debug_add_type): Ignore unknown modules.
6414
6415 2003-11-11  Martin Baulig  <martin@ximian.com>
6416
6417         * reflection.c (mono_reflection_inflate_method_or_ctor): Allow
6418         "MonoInflatedMethod" and "MonoInflatedCtor".
6419
6420 2003-11-11  Zoltan Varga  <vargaz@freemail.hu>
6421
6422         * reflection.c (resolution_scope_from_image): Use the assembly table
6423         from the manifest module, since other modules don't have it.
6424
6425         * debug-helpers.c (mono_type_full_name): New helper function.
6426
6427         * image.h (MonoAssembly): Change 'dynamic' to a boolean.
6428
6429         * image.c (mono_image_load_file_for_image): New public function which
6430         is a replacement for the load_file_for_image in class.c.
6431
6432         * assembly.c (mono_assembly_load_module): A wrapper for the function
6433         above which does assembly association and reference loading too.
6434
6435         * class.c (mono_class_from_name): Call mono_assembly_load_module.
6436
6437 2003-11-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6438
6439         * appdomain.c: not all of the attributes for the full assembly name
6440         are required and the order doesn't matter. Fixes bug #50787.
6441
6442 2003-11-10  Dick Porter  <dick@ximian.com>
6443
6444         * locales.c: Use platform-endian UTF16
6445
6446 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
6447
6448         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
6449         
6450 2003-11-10  Martin Baulig  <martin@ximian.com>
6451
6452         * metadata.c
6453         (mono_metadata_load_generic_params): Make this actually work.
6454
6455         * reflection.c (mono_reflection_bind_generic_parameters): If our
6456         parent is a generic instance, pass all the `types' to it, no
6457         matter whether it has the same number of type parameters or not.
6458
6459 2003-11-10  Zoltan Varga  <vargaz@freemail.hu>
6460
6461         * reflection.c: Emit FILE and EXPORTEDTYPE tables.
6462
6463         * assembly.c (mono_assembly_load_references): Move the image<->assembly
6464         assignment code to this function so it gets called recursively for all
6465         modules.
6466
6467         * image.c (load_modules): Remove the assembly assignment since it is
6468         now done by mono_assembly_load_references.
6469         
6470         * icall.c (ves_icall_System_Reflection_Assembly_InternalGetType): 
6471         Add 'module' argument.
6472         (mono_module_get_types): New helper function.
6473         (ves_icall_System_Reflection_Module_InternalGetTypes): New icall.
6474
6475 2003-11-08  Martin Baulig  <martin@ximian.com>
6476
6477         * class.c (mono_class_inflate_generic_method): Interface method
6478         don't have a header.
6479
6480         * reflection.c (mono_image_get_methodspec_token): Take an
6481         additional `MonoGenericInst *' argument instead of reading it from
6482         the header; this is necessary to support interfaces.
6483         (mono_image_create_token): Pass the `MonoGenericInst *' from the
6484         MonoReflectionInflatedMethod to mono_image_get_methodspec_token().
6485         (inflated_method_get_object): Take an additional `MonoGenericInst *'
6486         argument.
6487
6488         * reflection.h (MonoReflectionInflatedMethod): Added
6489         `MonoGenericInst *ginst'.
6490
6491 2003-11-07  Zoltan Varga  <vargaz@freemail.hu>
6492
6493         * gc.c (mono_domain_finalize): Fix compilation for no GC case.
6494
6495 2003-11-06  Zoltan Varga  <zovarga@ws-zovarga2>
6496
6497         * appdomain.c (mono_domain_unload): Add a workaround for bug #27663.
6498
6499 2003-11-06  Zoltan Varga  <vargaz@freemail.hu>
6500
6501         * reflection.c 
6502         (reflection_methodbuilder_from_method_builder):
6503         (reflection_methodbuilder_from_ctor_builder): New helper functions to 
6504         initialize a ReflectionMethodBuilder structure.
6505         (mono_image_get_methodbuilder_token):
6506         (mono_image_get_ctorbuilder_token): New functions to emit memberref
6507         tokens which point to types in another module inside the same assembly.
6508
6509         * reflection.c: Use the new helper functions.
6510         
6511         * reflection.c (mono_image_basic_init): Initialize basedir and culture.
6512
6513         * icall.c loader.c reflection.c: Use ModuleBuilder->dynamic_image 
6514         instead of AssemblyBuilder->dynamic_assembly in the appropriate places.
6515
6516         * reflection.c (resolution_scope_from_image): Emit a moduleref if
6517         neccesary.
6518
6519         * reflection.c (mono_image_build_metadata): Emit metadata only for the
6520         current module. Emit the manifest only for the main module.
6521
6522         * reflection.c (mono_image_create_token): Add assertion when a 
6523         memberref needs to be created.
6524
6525         * reflection.c reflection.h (MonoDynamicAssembly): Remove unused fields.
6526
6527         * reflection.c (mono_reflection_get_custom_attrs_blob): Allocate a 
6528         larger buffer for the custom attribute blob. Fixes #50637.
6529         
6530 2003-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6531
6532         * threadpool.c: notify listener on async processing handles after
6533         invoking the async callback. Thanks to Zoltan.
6534
6535 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
6536
6537         * reflection.c (create_dynamic_mono_image): Call mono_image_init to 
6538         avoid code duplication.
6539
6540         * reflection.h (MonoDynamicImage): New type which is currently unused,
6541         but will be used through the ref.emit code in place of 
6542         MonoDynamicAssembly.
6543
6544         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
6545         object layout.
6546
6547         * reflection.c (create_dynamic_mono_image): Rewrote so it now creates
6548         a MonoDynamicImage instead of just a MonoImage.
6549         
6550         * reflection.h reflection.c icall.c: Move nearly all AssemblyBuilder
6551         icalls to ModuleBuilder but keep their semantics, so they will work
6552         with moduleb->assemblyb. This will change later.
6553         
6554 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
6555
6556         * reflection.h (MonoReflectionAssemblyBuilder): Track changes to the
6557         object layout.
6558
6559         * reflection.c (mono_image_build_metadata): Avoid creation of a default
6560         main module, since it is now done by the managed code.
6561
6562 2003-11-03  Martin Baulig  <martin@ximian.com>
6563
6564         * reflection.c (mono_reflection_inflate_method_or_ctor): Set
6565         `ginst->klass' here.
6566         (method_encode_methodspec): Don't use the `ginst->generic_method's
6567         klass if it's a generic instance, use `ginst->klass' in this case.
6568
6569 2003-11-03  Martin Baulig  <martin@ximian.com>
6570
6571         * reflection.c (mono_image_get_generic_method_param_info):
6572         Removed, use mono_image_get_generic_param_info() instead.
6573         (mono_image_get_type_info): Write the GenericParam table before
6574         the Method table.  This is neccessary because in the GenericParam
6575         table, type parameters of the class (ie. '!0' etc.) must come
6576         before the ones from its generic methods (ie. '!!0' etc).
6577
6578 2003-11-03  Zoltan Varga  <vargaz@freemail.hu>
6579
6580         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill out AssemblyName->codebase. Fixes #50469.
6581
6582 2003-11-02  Martin Baulig  <martin@ximian.com>
6583
6584         * reflection.c (create_generic_typespec): Take a
6585         `MonoReflectionTypeBuilder *' instead of a `MonoType *' and get
6586         the generic parameters from it.
6587
6588 2003-11-02  Martin Baulig  <martin@ximian.com>
6589
6590         * reflection.c (fieldref_encode_signature): Take a `MonoType *'
6591         instead of a `MonoClassField *' since we just need the type.
6592         (create_generic_typespec): New static function.  Creates a
6593         TypeSpec token for a generic type declaration.
6594         (mono_image_get_generic_field_token): New static function.
6595         (mono_image_create_token): If we're a FieldBuilder in a generic
6596         type declaration, call mono_image_get_generic_field_token() to get
6597         the token.
6598
6599 2003-11-02  Martin Baulig  <martin@ximian.com>
6600
6601         * reflection.h
6602         (MonoReflectionInflatedMethod, MonoReflectionInflatedField): Added
6603         `MonoReflectionGenericInst *declaring_type' and
6604         `MonoReflectionGenericInst *reflected_type' fields.
6605
6606         * reflection.c (mono_reflection_inflate_method_or_ctor): Take a
6607         `MonoReflectionGenericInst *declaring_type' and a
6608         `MonoReflectionGenericInst *reflected_type' argument instead of a
6609         single `MonoReflectionGenericInst *type' one.  Set
6610         `res->declaring_type' and `res->reflected_type' from them.
6611         (mono_reflection_inflate_field): Likewise.      
6612
6613 2003-11-02  Martin Baulig  <martin@ximian.com>
6614
6615         * class.c (mono_class_setup_vtable): Don't store generic methods
6616         in the vtable.  
6617
6618 2003-11-02  Martin Baulig  <martin@ximian.com>
6619
6620         * reflection.h (MonoReflectionGenericInst): Added
6621         `MonoReflectionType *declaring_type'.
6622
6623         * reflection.c (mono_reflection_bind_generic_parameters): Use
6624         `if (tb->parent)' instead of `klass->parent'.
6625
6626 2003-11-01  Zoltan Varga  <vargaz@freemail.hu>
6627
6628         * assembly.c (mono_assembly_open): Avoid crash if a module is loaded
6629         with an empty ASSEMBLY table.
6630
6631         * reflection.c (mono_image_build_metadata): Avoid using the same loop
6632         variable in the inner and outer loops.
6633
6634 2003-10-31  Zoltan Varga  <vargaz@freemail.hu>
6635
6636         * metadata.h (mono_metadata_make_token): Put parentheses around macro
6637         argument.
6638
6639         * appdomain.h appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): Fix signature.
6640         
6641         * appdomain.c appdomain.h icall.c: Get rid of the InvokeInDomain 
6642         icalls. Instead, do everything in managed code. This is needed since
6643         it is hard to restore the original domain etc. in unmanaged code in the
6644         presence of undeniable exceptions.
6645
6646         * appdomain.c (ves_icall_System_AppDomain_InternalPushDomainRef): 
6647         New icalls to push and pop appdomain refs.
6648
6649 2003-10-31  Martin Baulig  <martin@ximian.com>
6650
6651         * class.c (inflate_generic_type): Renamed to
6652         mono_class_inflate_generic_type() and made it public.
6653
6654         * icall.c ("System.Reflection.MonoGenericInst::inflate_field"):
6655         New interncall.
6656
6657         * loader.c (mono_field_from_memberref): Also set the retklass for
6658         typespecs.
6659
6660         * fielder.c (mono_image_get_inflated_field_token): New static
6661         method; creates a metadata token for an inflated field.
6662         (mono_image_create_token, fixup_method): Added support for
6663         "MonoInflatedField".
6664         (fieldbuilder_to_mono_class_field): New static function.
6665         (mono_reflection_inflate_field): New public function.
6666
6667         * reflection.h
6668         (MonoReflectionGenericInst): Added `MonoArray *fields'.
6669         (MonoReflectionInflatedField): New typedef.     
6670
6671 2003-10-30  Bernie Solomon  <bernard@ugsolutions.com>
6672
6673         * socket-io.c (in6_addr ipaddress_to_struct_in6_addr): fix
6674         for Solaris and other platforms without s6_addr16
6675
6676 2003-10-30  Martin Baulig  <martin@ximian.com>
6677
6678         * class.c (inflate_generic_type): Take just one `MonoGenericInst *'
6679         argument instead of two.
6680         (mono_class_inflate_generic_signature): Likewise.
6681         (inflate_generic_header): Likewise.
6682         (mono_class_inflate_generic_method): Likewise.  In addition, if
6683         `ginst->klass' is set, it becomes the new `method->klass'.
6684
6685         * class.h (MonoGenericInst): Removed the `gpointer mbuilder'
6686         field.
6687
6688         * reflection.c (encode_generic_method_sig): Write a 0xa as the
6689         first byte. [FIXME]
6690         (method_encode_methodspec): If we have generic parameters, create
6691         a MethodSpec instead of a MethodRef.
6692         (fixup_method): Added support for "MonoInflatedMethod" and
6693         "MonoInflatedCtor".
6694         (mono_image_create_token): Added support for "MonoInflatedMethod"
6695         and "MonoInflatedCtor".
6696         (inflated_method_get_object): New static function; returns a
6697         managed "System.Reflection.MonoInflatedMethod" object.
6698         (mono_reflection_bind_generic_method_parameters): Return a
6699         `MonoReflectionInflatedMethod' instead of a `MonoReflectionMethod'.
6700         (mono_reflection_inflate_method_or_ctor): Likewise.
6701         (mono_image_get_generic_method_param_info): Initialize unused
6702         fields to zero.
6703         (mono_image_get_generic_param_info): Likewise.
6704
6705         * reflection.h (MonoReflectionInflatedMethod): New public
6706         typedef.  Corresponds to the managed "S.R.MonoInflatedMethod" and
6707         "S.R.MonoInflatedCtor" classes.
6708
6709         * loader.c (method_from_memberref): If we're a TypeSpec and it
6710         resolves to a generic instance, inflate the method.
6711
6712 2003-10-28  Dick Porter  <dick@ximian.com>
6713
6714         * object.c (mono_runtime_run_main): Convert command-line arguments
6715         into utf8, falling back to the user's locale encoding to do so.
6716
6717 2003-10-27  Zoltan Varga  <vargaz@freemail.hu>
6718
6719         * loader.c (mono_get_method_from_token): Avoid looking up the icalls
6720         at this time.
6721
6722         * marshal.c (mono_marshal_get_native_wrapper): Lookup icalls here.
6723
6724         * reflection.c (reflection_methodbuilder_to_mono_method): Avoid looking
6725         up icalls at method definition time. Partially fixes #33569.
6726
6727 2003-10-25  Zoltan Varga  <vargaz@freemail.hu>
6728
6729         * marshal.c (mono_marshal_get_native_wrapper): Add support for [Out]
6730         marshalling of arrays. Fixes #50116.
6731
6732         * appdomain.c (ves_icall_System_AppDomain_InternalIsFinalizingForUnload): New icall.
6733
6734         * appdomain.c (unload_thread_main): Clear class->cached_vtable if it
6735         points to a vtable in the dying appdomain.
6736
6737         * appdomain.c (mono_domain_unload): Move the notification of OnUnload
6738         listeners into unmanaged code inside the lock.
6739
6740         * object.c (mono_class_vtable): Turn off typed allocation in non-root
6741         domains and add some comments.
6742
6743 2003-10-25  Martin Baulig  <martin@ximian.com>
6744
6745         * class.h (MonoGenericInst): Added `MonoClass *klass' field.
6746
6747         * image.h (MonoImage): Added `GHashTable *typespec_cache'.
6748
6749         * metadata.c (mono_metadata_parse_generic_inst): Renamed to
6750         `do_mono_metadata_parse_generic_inst'; pass it the MonoType we're
6751         currently parsing.  Create the generic class and store it in
6752         `generic_inst->klass' before parsing the type arguments.  This is
6753         required to support "recursive" definitions; see mcs/tests/gen-23.cs
6754         for an example.
6755         (mono_type_create_from_typespec): Use a new `image->typespec_cache'
6756         to support recursive typespec entries.
6757
6758         * class.c (mono_class_setup_parent): If our parent is a generic
6759         instance, we may get called before it has its name set.
6760         (mono_class_from_generic): Splitted into
6761         mono_class_create_from_generic() and mono_class_initialize_generic().
6762
6763 2003-10-25  Martin Baulig  <martin@ximian.com>
6764
6765         * icall.c (ves_icall_Type_BindGenericParameters): Return a
6766         `MonoReflectionGenericInst *' instead of a `MonoReflectionType *'.
6767         ("System.Reflection.MonoGenericInst::inflate_method"): New interncall.
6768         ("System.Reflection.MonoGenericInst::inflate_ctor"): New interncall.
6769
6770         * reflection.c (my_mono_class_from_mono_type): Added MONO_TYPE_GENERICINST.
6771         (create_typespec): Likewise.
6772         (mono_reflection_bind_generic_parameters): Return a
6773         `MonoReflectionGenericInst *' instead of a `MonoClass *'.
6774         (mono_reflection_inflate_method_or_ctor): New public function.
6775
6776         * reflection.h (MonoReflectionGenericInst): New typedef.        
6777
6778 2003-10-24  Zoltan Varga  <vargaz@freemail.hu>
6779
6780         * object.c (mono_class_proxy_vtable): Run the whole vtable construction
6781         inside the domain lock. Fixes #49993.
6782         
6783         * object.c (mono_class_vtable): When typed allocation is used, 
6784         allocate vtables in the GC heap instead of in the mempool, since the
6785         vtables contain GC descriptors which are used by the collector even
6786         after the domain owning the mempool is unloaded.
6787
6788         * domain.c (mono_domain_set): Rename to mono_domain_set_internal.
6789
6790         * domain.c (mono_domain_unload): Rename to mono_domain_free to better
6791         reflect what it does. Also invalidate mempools instead of freeing
6792         them if a define is set.
6793
6794         * appdomain.h (MonoAppDomainState): New enumeration to hold the state
6795         of the appdomain.
6796         
6797         * appdomain.h (_MonoDomain): New field 'finalizable_object_hash' to
6798         hold the finalizable objects in this domain.
6799
6800         * appdomain.h (_MonoDomain): New field 'state' to hold the state of the
6801         appdomain.
6802
6803         * appdomain.c (mono_domain_set): New function to set the current
6804         appdomain, but only if it is not being unloaded.
6805
6806         * appdomain.c threads.c threadpool.c object.c: Avoid entering an
6807         appdomain which is being unloaded.
6808         
6809         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Prevent
6810         unloading of the root appdomain.
6811
6812         * appdomain.c (ves_icall_System_AppDomain_InternalInvokeInDomain): New
6813         icall to execute a method in another appdomain. Intended as a 
6814         replacement for InternalSetDomain, which can confuse the code 
6815         generation in the JIT.
6816
6817         * appdomain.c (mono_domain_is_unloading): New function to determine
6818         whenever an appdomain is unloading.
6819
6820         * appdomain.c (mono_domain_unload): New function to correctly unload
6821         an appdomain.
6822
6823         * assembly.c (mono_assembly_load_references): Check that an assembly
6824         does not references itself.
6825
6826         * gc.c (mono_domain_finalize): Rewrote so instead of finalizing a
6827         domain manually, it asks the finalizer thread to do it, then waits for
6828         the result. Also added a timeout.
6829
6830         * icall.c: Register the new icalls.
6831
6832         * threads.h threads.c: Export the mono_gc_stop_world and 
6833         mono_gc_start_world functions.
6834         
6835         * mempool.h mempool.c (mono_mempool_invalidate): New debugging 
6836         function to fill out the mempool with 0x2a.
6837
6838 2003-10-22  Zoltan Varga  <vargaz@freemail.hu>
6839
6840         * reflection.h (MonoReflectionMethodAux): New structure to store
6841         information which is rarely used, thus is not in the MonoMethod
6842         structure.
6843
6844         * reflection.h (MonoDynamicAssembly): New field 'method_aux_hash' to
6845         store the aux info.
6846
6847         * reflection.c (mono_methodbuilder_to_mono_method): Store param names
6848         and marshalling info into the aux structure.
6849
6850         * loader.c (mono_method_get_marshal_info): Retrieve the marshal info
6851         from the aux structure.
6852
6853         * loader.c (mono_method_get_param_names): Retrieve the param names from
6854         the aux structure.
6855         
6856 2003-10-21  Zoltan Varga  <vargaz@freemail.hu>
6857
6858         * exception.h exception.c: Add AppDomainUnloadedException && fix 
6859         warning.
6860
6861 2003-10-21  Dick Porter  <dick@ximian.com>
6862
6863         * socket-io.c
6864         (ves_icall_System_Net_Sockets_Socket_Select_internal): Applied
6865         patch from Laramie Leavitt moving divide out of loop. (Bug 45381).
6866
6867 2003-10-21  Martin Baulig  <martin@ximian.com>
6868
6869         * reflection.c (mono_reflection_bind_generic_parameters):
6870         `klass->parent' is NULL for interfaces.
6871
6872 2003-10-21  Martin Baulig  <martin@ximian.com>
6873
6874         * reflection.c (create_typespec): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
6875
6876 2003-10-20  Zoltan Varga  <vargaz@freemail.hu>
6877
6878         * exception.c (mono_exception_from_name_msg): New helper function for
6879         creating exceptions and initializing their message field.
6880
6881         * exception.c: Simplify functions using the new helper.
6882
6883         * exception.h exception.c (mono_get_exception_cannot_unload_appdomain):
6884         New function.
6885
6886         * object.h object.c: Remove G_GNUC_NORETURN from the signature of
6887         mono_raise_exception, since otherwise gcc doesn't generate the function
6888         epilog for raise_exception, confusing the stack unwinding in the JIT.
6889         Fixes #45043.
6890
6891         * rawbuffer.c (mono_raw_buffer_load_mmap): Map mmap-ed memory with
6892         PROT_EXEC. This seems to prevent segmentation faults on Fedora Linux.
6893         Fixes #49499.
6894
6895 2003-10-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
6896
6897         * icall.c: OutputDebugStringW expects 16-bit unicode characters, not
6898         utf8.
6899
6900 2003-10-18  Lluis Sanchez Gual  <lluis@ximian.com>
6901
6902         * icall.c: Removed GetUninitializedObject method because
6903           AllocateUninitializedClassInstance does the same.
6904
6905 2003-10-18  Martin Baulig  <martin@ximian.com>
6906
6907         * class.c (inflate_generic_signature): Renamed to
6908         mono_class_inflate_generic_signature() and made it public.
6909         (my_mono_class_from_generic_parameter): New static function; if we
6910         don't already have the generic parameter's MonoClass, create a
6911         very simple one which is just used internally in the runtime and
6912         not passed back to managed code.
6913
6914         * class.h (MonoGenericInst): Added `gpointer mbuilder' field.
6915
6916         * metadata.h (MonoMethodSignature): Moved the
6917         `MonoGenericParam *gen_params' to the MonoMethodHeader.
6918         (MonoMethodHeader): Moved the `MonoGenericParam *gen_params' here.
6919
6920         * icall.c (ves_icall_MethodInfo_GetGenericArguments): Renamed to
6921         ves_icall_MonoMethod_GetGenericArguments(); this is now an
6922         interncall on the MonoMethod class, not on MethodInfo.
6923         (ves_icall_MethodInfo_BindGenericParameters): Removed, we're now
6924         calling mono_reflection_bind_generic_method_parameters() directly.
6925
6926         * loader.c (mono_method_get_signature): If this is a MethodSpec;
6927         return the already computed `method->signature'.
6928         (method_from_methodspec): New static function to load a method
6929         from a MethodSpec entry.
6930         (mono_get_method_from_token): Call the new method_from_methodspec()
6931         for MethodSpec tokens.  
6932         (mono_get_method_from_token): If we're a generic method, load the
6933         type parameters.
6934
6935         * reflection.c (mono_image_get_memberref_token): Allow
6936         MEMBERREF_PARENT_TYPEDEF here; this will be used in the MethodSpec
6937         table.
6938         (fixup_method): Added support for MONO_TABLE_METHODSPEC.
6939         (mono_image_create_token): First check whether it's a generic
6940         method (so we'd need to create a MethodSpec), then do the other
6941         two alternatives.
6942         (mono_reflection_bind_generic_method_parameters): Return a
6943         `MonoReflectionMethod *' instead of a `MonoMethod *'; we're now
6944         called directly from the interncall.
6945
6946 2003-10-17  Zoltan Varga  <vargaz@freemail.hu>
6947
6948         * reflection.c (load_public_key): Move loading of the public key
6949         into managed code.
6950
6951         * image.h (MonoAssemblyName): Add public_key and hash_alg fields.
6952
6953         * assembly.c (mono_assembly_open): Fill in public_key and hash_alg
6954         fields.
6955
6956         * icall.c (ves_icall_System_Reflection_Assembly_FillName): Fill in
6957         culture, hash_alg and public_key. Fixes #49555.
6958
6959 2003-10-17  Martin Baulig  <martin@ximian.com>
6960
6961         * class.h (MonoGenericInst): Moved this declaration here and added
6962         `MonoMethod *generic_method'.
6963
6964         * icall.c
6965         (ves_icall_MethodInfo_GetGenericArguments): New interncall.
6966         (ves_icall_MethodInfo_BindGenericParameters): New interncall.
6967
6968         * metadata.c (mono_metadata_type_equal): Two types of
6969         MONO_TYPE_VAR or MONO_TYPE_MVAR equals if they have the same
6970         index; ie. don't compare the address of the `MonoGenericParam'
6971         structure.
6972         (mono_metadata_load_generic_params): Removed the `MonoMethod
6973         *method' argument.
6974
6975         * metadata.h (MonoGenericInst): Moved declaration to class.h.
6976         (MonoMethodHeader): Added `MonoGenericInst *geninst'.
6977
6978         * reflection.c (method_encode_signature): Encode the number of
6979         generic parameters.
6980         (encode_generic_method_sig): New static function.
6981         (method_encode_methodspec): New static function; creates an entry
6982         in the MethodSpec table for a generic method.
6983         (mono_image_get_methodspec_token): New static function.
6984         (mono_image_create_token): Call mono_image_get_methodspec_token()
6985         for generic methods.
6986         (mono_reflection_bind_generic_method_parameters): New public
6987         function.  Instantiates a generic method.
6988
6989 2003-10-16  Martin Baulig  <martin@ximian.com>
6990
6991         * metadata.h (MonoMethodSignature): Moved `MonoGenericParam
6992         *gen_params' here from MonoMethodHeader.
6993
6994         * metadata.c (mono_metadata_parse_method_signature): If we have
6995         generic parameters, initialize `method->gen_params' and then set
6996         the correct `type->data.generic_param' in all the parameters.
6997
6998 2003-10-16  Zoltan Varga  <vargaz@freemail.hu>
6999
7000         * threads.c (mono_threads_get_default_stacksize): New function to 
7001         return the default stacksize.
7002
7003         * gc.c (mono_gc_cleanup): Use a separate event for waiting for the
7004         termination of the finalizer thread, since the previous method had
7005         race conditions. Fixes #49628.
7006
7007         * gc.c (mono_gc_init): Use the same stacksize for the finalizer thread
7008         as for the other managed threads.
7009
7010 2003-10-16  Martin Baulig  <martin@ximian.com>
7011
7012         * class.c (inflate_generic_signature): Copy `generic_param_count'
7013         and `gen_params'.
7014
7015         * icall.c (ves_icall_MethodInfo_get_IsGenericMethodDefinition):
7016         New interncall.
7017
7018         * metadata.c (mono_metadata_parse_method_signature): Actually set
7019         the `method->generic_param_count' here.
7020         (mono_metadata_load_generic_params): Initialize `pklass' to NULL.
7021
7022 2003-10-15  Zoltan Varga  <vargaz@freemail.hu>
7023
7024         * object.h: Add a new field to TypedRef to simplify the implementation
7025         of the REFANY opcodes in the JIT.
7026
7027         * icall.c: Make use of the new field.
7028
7029         * metadata.c (mono_type_size): Compute the size of TYPEDBYREF types
7030         dynamically.
7031
7032 2003-10-15  Martin Baulig  <martin@ximian.com>
7033
7034         * class.c (mono_class_from_gen_param): Renamed to
7035         mono_class_from_generic_parameter() and moved most of the
7036         functionality from mono_reflection_define_generic_parameter()
7037         here; ie. we create a "real" class here.
7038         (mono_class_from_mono_type): Only allow MONO_TYPE_VAR and
7039         MONO_TYPE_MVAR if mono_class_from_generic_parameter() has
7040         previously been called.
7041
7042         * class.h (MonoGenericParam): Moved the declaration of this struct
7043         here from metadata.h and added `MonoMethod *method'.
7044
7045         * icall.c (ves_icall_MonoType_get_DeclaringMethod): New
7046         interncall.
7047
7048         * loader.c (mono_get_method_from_token): If we have any generic
7049         parameters, call mono_metadata_load_generic_params() to read them
7050         from the MONO_TABLE_GENERICPAR.
7051
7052         * metadata.c (mono_metadata_load_generic_params): Added
7053         `MonoMethod *method' argument which is used MONO_TYPE_MVAR.
7054
7055         * metadata.h (MonoMethodSignature): Replaced
7056         `MonoGenericInst *geninst' with `guint16 generic_param_count'.
7057         (MonoMethodHeader): Added `MonoGenericParam *gen_params'.
7058
7059         * reflection.c (mono_reflection_define_generic_parameter): Moved
7060         most of the functionality into the new
7061         mono_class_from_generic_parameter(); set the `method' field if
7062         we're a method parameter.       
7063
7064 2003-10-13 Bernie Solomon  <bernard@ugsolutions.com>
7065
7066         * marshal.c (emit_struct_conv): if native size is 0
7067         emit no code.
7068
7069 2003-10-14  Martin Baulig  <martin@ximian.com>
7070
7071         * icall.c: The generics API has changed in the spec since it was
7072         added to System.Type; these modifications make it match the spec
7073         again.
7074         (ves_icall_Type_GetGenericParameters): Renamed to
7075         `ves_icall_Type_GetGenericArguments'.
7076         (ves_icall_Type_get_IsGenericTypeDefinition): New interncall.
7077         (ves_icall_MonoType_get_HasGenericParameteres): Renamed to
7078         `ves_icall_MonoType_get_HasGenericArguments'.
7079         (ves_icall_MonoType_get_IsUnboundGenericParameter): Renamed to
7080         `ves_icall_MonoType_get_IsGenericParameter'.
7081         (ves_icall_MonoType_get_HasUnboundGenericParameters): Removed;
7082         this is no interncall anymore.
7083         (ves_icall_TypeBuilder_get_IsUnboundGenericParameter): Renamed to
7084         `ves_icall_TypeBuilder_get_IsGenericParameter'.
7085
7086 2003-10-14  Martin Baulig  <martin@ximian.com>
7087
7088         * reflection.c (mono_reflection_bind_generic_parameters): Also
7089         inflate generic methods if we're reading the class from IL.
7090
7091 2003-10-13  Martin Baulig  <martin@ximian.com>
7092
7093         * reflection.c (mono_reflection_define_generic_parameter): This
7094         method isn't called directly from the icall anymore; take a
7095         `MonoReflectionAssemblyBuilder *' so we can use this for type and
7096         method generic parameters.
7097         (ReflectionMethodBuilder): Added `MonoArray *generic_param'.
7098         (method_builder_encode_signature): Encode generic parameters.
7099         (mono_image_get_method_info): Write generic params to the
7100         MONO_TABLE_GENERICPARAM table.
7101
7102         * reflection.h (MonoReflectionMethodBuilder): Added
7103         `MonoArray *generic_params'.
7104
7105         * metadata.h (MonoMethodSignature): Added `MonoGenericInst *geninst'.
7106
7107         * icall.c (ves_icall_TypeBuilder_define_generic_parameter): Added
7108         wrapper for mono_reflection_define_generic_parameter().
7109         (ves_icall_MethodBuilder_define_generic_parameter): Likewise.   
7110
7111 2003-10-13  Zoltan Varga  <vargaz@freemail.hu>
7112
7113         * marshal.h: Add missing function to fix build.
7114
7115         * marshal.c (mono_marshal_get_native_wrapper): Add support for 
7116         the SetLastError pinvoke attribute.
7117
7118         * marshal.c (mono_marshal_set_last_error): New helper function called
7119         by the generated code.
7120         
7121         * marshal.c (mono_mb_emit_branch): New helper function.
7122
7123         * marshal.c (mono_mb_emit_exception): Added exception name parameter.
7124
7125         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
7126         classes as parameters and return values of delegates. Fixes #29256. 
7127
7128 2003-10-12  Bernie Solomon  <bernard@ugsolutions.com>
7129
7130         * locales.c: use gint32 in non HAVE_ICU case
7131
7132 2003-10-11  Martin Baulig  <martin@ximian.com>
7133
7134         * mono-debug.c (mono_debug_add_method): Added a workaround for
7135         bug #48591.
7136
7137 2003-10-10  Zoltan Varga  <vargaz@freemail.hu>
7138
7139         * marshal.c (mono_marshal_get_managed_wrapper): Under windows,
7140         delegates passed to native code must use the STDCALL calling 
7141         convention. Fixes #35987.
7142
7143 2003-10-10  Martin Baulig  <martin@ximian.com>
7144
7145         * class.c (inflate_generic_type): If we're inflating for a generic
7146         type instance (and not for a generic method), return
7147         MONO_TYPE_MVAR unchanged.
7148
7149 2003-10-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7150
7151         * string-icalls.c: Join ignores null strings in the source array.
7152         * threadpool.[ch]: export busy_worker_threads, not mono_worker_threads.
7153         * threads.c: GetAvailableTheads is slightly more accurate.
7154
7155 2003-10-09  Bernie Solomon  <bernard@ugsolutions.com>
7156
7157         * threads.h threads.c : add mono_threads_set_default_stacksize
7158         and pass default to CreateThread calls.
7159
7160 2003-10-09  Dick Porter  <dick@ximian.com>
7161
7162         * icall.c:
7163         * locales.h:
7164         * locales.c: Internal calls for constructing CultureInfo and
7165         related objects from libicu (if its available.)
7166
7167 2003-10-09  Zoltan Varga  <vargaz@freemail.hu>
7168
7169         * debug-helpers.c (wrapper_type_names): Add 'unknown' wrapper type.
7170
7171 2003-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7172
7173         * threadpool.c: added an argument to async_invoke_thread that is the
7174         item to process, pass the MonoAsyncResult to the thread start function
7175         when creating a new thread. This way we don't need to acquire any lock
7176         when we're creating a new thread. Readded a semaphore for faster
7177         response times (instead of that Sleep i added).
7178
7179 2003-10-08  Bernie Solomon  <bernard@ugsolutions.com>
7180
7181         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
7182         get daylight change dates better on Windows, fix handling
7183         of platforms without tm_gmtoff.
7184
7185 2003-10-06  Martin Baulig  <martin@ximian.com>
7186
7187         * class.c (inflate_generic_method): Renamed to
7188         mono_class_inflate_generic_method() and made public.
7189         (mono_class_init): Don't inflate the generic methods here.
7190         (mono_class_from_generic): Added `gboolean inflate_methods'
7191         argument.  Inflate the methods here.
7192
7193         * loader.c (mono_method_get_param_names): Ignore instances of
7194         generic types for the moment.
7195
7196         * reflection.c (fixup_method): Added support for inflated methods.
7197         (mono_image_create_token): Use mono_image_get_methodref_token()
7198         for inflated methods.
7199         (mono_custom_attrs_from_param): Ignore instances of generic types
7200         for the moment.
7201         (mono_reflection_bind_generic_parameters): New public function.
7202         Moved all the functionality from
7203         ves_icall_Type_BindGenericParameters() here and added support for
7204         dynamic types.
7205         (mono_reflection_define_generic_parameter): Initialize
7206         `klass->methods' here.
7207
7208         * icall.c (ves_icall_Type_BindGenericParameters): Moved all the
7209         functionality into mono_reflection_define_generic_parameter().
7210         (ves_icall_Type_GetGenericTypeDefinition): If we're coming from a
7211         TypeBuilder, return that TypeBuilder.
7212
7213 2003-10-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7214
7215         * appdomain.c: removed mono_delegate_semaphore.
7216
7217         * threadpool.c:
7218         (mono_thread_pool_add): moved hash table creation inside and the thread 
7219         creation outside of the critical region.
7220         (mono_thread_pool_finish): removed obsolete code.
7221         (async_invoke_thread): don't use the semaphore. Use a plain Sleep and
7222         continue or exit the thread depending on the queue.
7223
7224 2003-10-07  Bernie Solomon  <bernard@ugsolutions.com>
7225
7226         * metadata.c (mono_type_to_unmanaged): allow bools to marshal as I1
7227         marshal.c (emit_ptr_to_str_conv & mono_marshal_get_native_wrapper):
7228         handle more bool marshalling options
7229
7230 2003-10-07  Zoltan Varga  <vargaz@freemail.hu>
7231
7232         * marshal.c (mono_marshal_get_native_wrapper): Fix marshalling of
7233         arrays of structs. Also add a more descriptive error message when
7234         a structure member is marshalled as LPArray.
7235
7236 2003-10-06  Zoltan Varga  <vargaz@freemail.hu>
7237
7238         * marshal.c (mono_marshal_get_native_wrapper): Add support for
7239         marshalling arrays of complex types. Fixes #29098. Also remove an
7240         usused and incomplete function.
7241
7242 Mon Oct 6 15:38:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
7243
7244         * gc.c: report heap_size - free_bytes as total memory allocated
7245         (bug#49362).
7246
7247 2003-10-05  Zoltan Varga  <vargaz@freemail.hu>
7248
7249         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Finally 
7250         fix timezone handling problems on Windows.
7251         
7252         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Avoid
7253         asserts when the year is outside the range handled by ms the functions.
7254
7255         * class.c (setup_interface_offsets): If the class is an interface,
7256         fill out its interface_offsets slot.
7257
7258 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7259
7260         * threadpool.c: mark threadpool threads as background.
7261
7262 2003-10-03  Bernie Solomon  <bernard@ugsolutions.com>
7263
7264         * decimal.c - define DECINLINE to nothing if not using GCC
7265
7266 2003-10-03  Zoltan Varga  <vargaz@freemail.hu>
7267
7268         * assembly.c: More refcount fixes.
7269
7270 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7271
7272         * string-icalls.c: if we're not trimming, return the same string.
7273         When not splitting, don't create a new string.
7274
7275 2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7276
7277         * image.c:
7278         (mono_image_open): increment the ref_count inside the critical section.
7279
7280 2003-10-02  Zoltan Varga  <vargaz@freemail.hu>
7281
7282         * image.c (mono_image_open): Fix reference counting bug.
7283
7284 2003-09-30  Bernie Solomon  <bernard@ugsolutions.com>
7285
7286         * marshal.c (mono_marshal_type_size) struct alignment changed for 
7287         64bit machines.  (emit_ptr_to_str_conv) Fix bool conversions for 
7288         64bits. Avoid leak in mono_marshal_get_native_wrapper when
7289         mono_lookup_pinvoke_call throws.        
7290
7291 2003-09-30  Zoltan Varga  <vargaz@freemail.hu>
7292
7293         * reflection.c (mono_reflection_parse_type): Fix #49114.
7294
7295         * file-io.c (ves_icall_System_IO_MonoIO_GetFileAttributes): Add
7296         temporary workaround for cygwin header problem.
7297
7298         * object.c (mono_object_isinst): Synchronize this with the code
7299         generated by the JIT for casts.
7300
7301 2003-09-29  Zoltan Varga  <vargaz@freemail.hu>
7302
7303         * reflection.c (encode_type): Fix #38332.
7304
7305 2003-09-26  Zoltan Varga  <vargaz@freemail.hu>
7306
7307         * marshal.c (mono_marshal_method_from_wrapper): New function to return
7308         the original method from the wrapper method.
7309
7310 2003-09-25  Martin Baulig  <martin@ximian.com>
7311
7312         * icall.c (ves_icall_Type_IsGenericTypeDefinition): Removed this
7313         interncall since it was identical to `Type.GetGenericTypeDefinition()'.
7314         (ves_icall_Type_get_IsGenericInstance): New interncall.
7315
7316 2003-09-24 Bernie Solomon <bernard@ugsolutions.com>
7317
7318         * object.c: fix cast warning in big endian code.
7319
7320 2003-09-19 Jackson Harper <jackson@latitudegeo.com>
7321
7322         * icall.c: Timezone patch from Zoltan Varga (vargaz@freemail.hu)
7323         
7324 2003-09-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7325
7326         * assembly.c: don't call check_env from mono_assembly_load. It's
7327         already done once in mono_assemblies_init and may cause headaches when
7328         multiple threads are loading assemblies.
7329
7330 2003-09-19  Martin Baulig  <martin@ximian.com>
7331
7332         * reflection.c (mono_reflection_define_generic_parameter): Don't
7333         allocate `klass->methods', set `klass->flags' to
7334         TYPE_ATTRIBUTE_INTERFACE, not TYPE_ATTRIBUTE_ABSTRACT.
7335
7336 2003-09-18  Martin Baulig  <martin@ximian.com>
7337
7338         * class.c (mono_class_init): Don't create `class->methods' if it's
7339         already initialized.
7340
7341         * metadata.c (mono_metadata_load_generic_params): Make this
7342         actually work.
7343
7344         * reflection.c (mono_reflection_define_generic_parameter): Set
7345         parent class and interfaces from the constraints.
7346
7347         * reflection.h (MonoReflectionGenericParam): Added `guint32 flags'
7348         to keep this struct in sync with the declaration in TypeBuilder.cs.
7349
7350 2003-09-17  Martin Baulig  <martin@ximian.com>
7351
7352         * metadata.h (MonoType): Replaced the data's `int type_param'
7353         field with `MonoGenericParam *generic_param'.
7354         (MonoGenericParam): Added `MonoClass *klass'.
7355
7356         * class.c (mono_class_from_gen_param): Removed the
7357         `MonoImage *image' and `int type_num' arguments.
7358
7359         * metadata.c (mono_metadata_parse_generic_param): New static
7360         method; creates a MonoGenericParam which just contains the index.
7361         (do_mono_metadata_parse_type): Call
7362         mono_metadata_parse_generic_param() for MONO_TYPE_VAR and
7363         MONO_TYPE_MVAR.
7364
7365         * reflection.c (mono_image_typedef_or_ref): Generic type
7366         parameters may be in the same assembly, but never use a typedef
7367         for them.
7368         (mono_reflection_define_generic_parameter): We're now creating a
7369         "real" class for the type parameter; it's now safe to call
7370         mono_class_from_mono_type() on the class'es type, it'll do the
7371         right thing.
7372
7373 2003-09-16  Martin Baulig  <martin@ximian.com>
7374
7375         * mono-debug-debugger.c (allocate_symbol_file_entry): Initialize
7376         `symfile->range_entry_size' and `symfile->class_entry_size' here;
7377         the `symfile' data structure must be fully initialized before it
7378         gets added to the table.
7379
7380 2003-09-15  Zoltan Varga  <vargaz@freemail.hu>
7381
7382         * icall.c (ves_icall_Type_IsArrayImpl): Added MONO_ARCH_SAVE_REGS.
7383
7384         * appdomain.h domain.c (MonoDomain): Added new hashtable to store the
7385         class init trampolines.
7386
7387 2003-09-11  Zoltan Varga  <vargaz@freemail.hu>
7388
7389         * profiler.c (mono_profiler_load): Added '-time' and '-alloc' options
7390         to the built-in profiler to turn off time and allocation profiling
7391         respectively.
7392
7393 2003-09-10  Zoltan Varga  <vargaz@freemail.hu>
7394
7395         * profiler.c (mono_profiler_coverage_alloc): Use NULL instead of
7396         g_direct_equal.
7397
7398         * debug-helpers.c (mono_method_full_name): Print the wrapper type
7399         in human readable form.
7400
7401 2003-09-08  Zoltan Varga  <vargaz@freemail.hu>
7402
7403         * reflection.c icall.c: Fixed warnings.
7404
7405         * image.c (load_class_names): Use a temporary hash table to hold the
7406         namespaces in order to avoid doing many string comparisons.
7407
7408         * image.h: Fix typo.
7409
7410         * image.c class.c rawbuffer.c reflection.c threads.c verify.c domain.c:
7411         Pass NULL instead of g_direct_equal to the GHashTable constructor 
7412         since the NULL case is short-circuited inside g_hash_table_lookup, 
7413         leading to better performance.  
7414
7415         * metadata.c (mono_metadata_custom_attrs_from_index): New function to
7416         obtain the first custom attribute for a given index. Depends on the
7417         CustomAttribute table being sorted by the parent field.
7418
7419         * reflection.c (mono_custom_attrs_from_index): Use the new function 
7420         for better performance.
7421
7422 2003-09-07  Martin Baulig  <martin@ximian.com>
7423
7424         * class.c (mono_class_init): If we're a generic instance, inflate
7425         all our methods instead of loading them from the image.
7426         (mono_class_from_generic): Set `class->methods = gklass->methods'.
7427
7428 2003-09-07  Martin Baulig  <martin@ximian.com>
7429
7430         * mono-debug-debugger.c: Added support for constructors.
7431
7432 2003-09-06  Martin Baulig  <martin@ximian.com>
7433
7434         * icall.c (ves_icall_TypeBuilder_get_IsUnboundGenericParameter):
7435         New interncall.
7436
7437         * reflection.c (mono_reflection_setup_generic_class): Call
7438         ensure_runtime_vtable() to create the vtable.
7439
7440 2003-09-05  Martin Baulig  <martin@ximian.com>
7441
7442         * class.c (mono_class_array_element_size): Added MONO_TYPE_VAR and
7443         MONO_TYPE_MVAR.
7444
7445 2003-09-04  Martin Baulig  <martin@ximian.com>
7446
7447         * reflection.c (mono_reflection_define_generic_parameter): Generic
7448         parameters start with zero.
7449
7450 2003-09-04  Martin Baulig  <martin@ximian.com>
7451
7452         * metadata.c (mono_type_size): Added MONO_TYPE_VAR and MONO_TYPE_MVAR.
7453
7454         * reflection.h (MonoReflectionGenericParam): New typedef.
7455         (MonoReflectionTypeBuilder): Added `generic_params' fields to get
7456         the generic parameters from the managed TypeBuilder.
7457
7458         * reflection.c (mono_reflection_define_generic_parameter): New function.
7459         (mono_reflection_create_runtime_class): Encode generic parameters.
7460         (mono_reflection_setup_generic_class): New function; this is
7461         called after adding adding all generic params to the TypeBuilder.
7462         (encode_type): Added MONO_TYPE_VAR.
7463
7464 2003-09-04  Zoltan Varga  <vargaz@freemail.hu>
7465
7466         * class.h class.c (mono_class_needs_cctor_run): Moved this method
7467         here from the JIT.
7468
7469         * assembly.h assembly.c: Moved the AOT loading code into an assembly
7470         load hook.
7471
7472 2003-09-03  Zoltan Varga  <vargaz@freemail.hu>
7473
7474         * reflection.h reflection.c class.h class.c: Delete duplicate 
7475         definition of mono_type_get_name () from reflection.c and export the
7476         one in class.c.
7477
7478         * class.c: Class loading fixes from Bernie Solomon 
7479         (bernard@ugsolutions.com).
7480
7481         * reflection.c: Endianness fixes from Bernie Solomon 
7482         (bernard@ugsolutions.com).
7483         
7484 2003-09-01  Zoltan Varga  <vargaz@freemail.hu>
7485
7486         * assembly.h assembly.c: Define a file format version for AOT
7487         libraries.
7488         
7489         * assembly.c (mono_assembly_open): Fix leaking of MonoImage-s.
7490
7491         * appdomain.h (MonoJitInfo): New field to determine whenever the
7492         code is domain neutral.
7493         
7494 2003-08-31  Miguel de Icaza  <miguel@ximian.com>
7495
7496         * marshal.c (emit_struct_conv): Add MONO_TYPE_CHAR
7497
7498 2003-08-30  Zoltan Varga  <vargaz@freemail.hu>
7499
7500         * icall.c (ves_icall_System_Web_Util_ICalls_get_machine_install_dir): 
7501         (ves_icall_System_Configuration_DefaultConfig_get_machine_config_path):
7502         Avoid caching the result since strings must be domain specific. Fixes
7503         #48050.
7504
7505 2003-08-29  Zoltan Varga  <vargaz@freemail.hu>
7506
7507         * marshal.c (mono_marshal_init): Make this callable multiple times
7508         since it is hard to find a correct place to call it.
7509
7510         * object.c (mono_runtime_class_init): Execute static constructors in
7511         the correct appdomain.
7512
7513         * image.c (build_guid_table): Handle the case when multiple images have
7514         the same GUID.
7515
7516 2003-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7517
7518         * icall.c: added a couple of icalls for System.Web.
7519
7520 2003-08-28  Martin Baulig  <martin@ximian.com>
7521
7522         * icall.c (ves_icall_Type_BindGenericParameters): Use
7523         `klass->generic_inst' instead of `&klass->byval_arg' in the
7524         mono_type_get_object() call.  The returned type must be
7525         MONO_TYPE_GENERICINST and not MONO_TYPE_CLASS.
7526
7527 2003-08-27  Zoltan Varga  <vargaz@freemail.hu>
7528
7529         * NOTES: New file.
7530
7531         * object.c (mono_class_proxy_vtable): Make it thread safe.
7532
7533         * pedump.c: Fix warning.
7534
7535         * object.c appdomain.h: Get rid of metadata_section. 
7536         It is no longer needed and it was causing deadlocks with domain->lock.
7537
7538         * appdomain.c (add_assemblies_to_domain): Make it thread safe.
7539
7540 2003-08-26  Martin Baulig  <martin@ximian.com>
7541
7542         * pedump.c (main): Don't call mono_image_close() if `verify_pe'.
7543
7544 2003-08-26  Martin Baulig  <martin@ximian.com>
7545
7546         * pedump.c (main): Call mono_metadata_init(),
7547         mono_raw_buffer_init(), mono_images_init(), mono_assemblies_init()
7548         and mono_loader_init().
7549
7550 2003-08-26  Zoltan Varga  <vargaz@freemail.hu>
7551
7552         * loader.h: Add missing include to fix build.
7553
7554         * image.h: mono_image_load_references is no more.
7555
7556         * assembly.c: Reworked assembly loading to make it really thread safe.
7557         After these changes, the assembly returned by mono_assembly_open is
7558         fully initialized, i.e. all its references assemblies are loaded.
7559
7560         * assembly.c (mono_image_load_references): Renamed to 
7561         mono_assembly_load_references, and made private, since clients no
7562         longer need to call it.
7563
7564         * class.c: Removed calls to mono_assembly_load_references, since it was
7565         a source of deadlocks.
7566
7567         * loader.h loader.c class.h class.c: Protect data structures using a 
7568         new lock, the loader lock.
7569
7570         * class.c (mono_class_setup_vtable): Create temporary hash tables and
7571         GPtrArrays only when needed.
7572
7573         * class.c (mono_class_layout_fields): Ignore the dummy field inserted 
7574         into empty structures by mcs. Fixes pinvoke7.cs.
7575         
7576         * domain.c (mono_init): Call a new initialization function.
7577
7578         * appdomain.c (mono_runtime_init): Call the new initializer function
7579         of the marshal module.
7580
7581         * marshal.c (mono_marshal_load_type_info): Ignore the dummy field
7582         inserted into empty structures by mcs. Fixes pinvoke7.cs.
7583
7584         * marshal.h marshal.c: Added locks around the wrapper caches to make
7585         this module thread safe.
7586
7587         * icall.c (ves_icall_InternalInvoke): Method wrappers doesn't require a
7588         this argument. Fixes pinvoke1.exe.
7589
7590 2003-08-25  Lluis Sanchez <lluis@ximian.com>
7591
7592         * object.h: Added call_type field to MonoMethodMessage and the corresponding
7593         enumeration of values. Removed fields to store remote call output values in
7594         MonoAsyncResult. Not needed any more.
7595         * object.c: Initialize call_type and async_result fields in mono_message_init.
7596         * marshal.c: mono_delegate_begin_invoke(): for proxies, set call_type before
7597         dispatching the message.
7598         mono_delegate_end_invoke (): delegate to the proxy the work of waiting for the
7599         async call to finish. To do it use a message with EndInvoke call type.
7600
7601 2003-08-25  Zoltan Varga  <vargaz@freemail.hu>
7602
7603         * loader.h loader.c (mono_method_hash_marhal_info): New function which
7604         determines whenever a method has marshalling info.
7605
7606 2003-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7607
7608         * assembly.c: fix the build on windows.
7609
7610 2003-08-22 Lluis Sanchez <lluis@ximian.com>
7611
7612         * object.cs: Fixed bug #47785.
7613
7614 2003-08-22 Jackson Harper <jackson@latitudegeo.com>
7615
7616         * string-icalls.c (StringReplace): If their are no occurances of
7617         the old string found return a reference to the supplied
7618         string. This saves some memory and matches MS behavoir.
7619         
7620 2003-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7621
7622         * socket-io.c: fixed compilation for systems that define AF_INET6
7623         and don't define SOL_IP/SOL_IPV6.
7624
7625 2003-08-21  Zoltan Varga  <vargaz@freemail.hu>
7626
7627         * object.c (mono_object_isinst): Fix casts to TransparentProxy in
7628         the interpreter. Patch by Bernie Solomon (bernard@ugsolutions.com).
7629
7630         * rawbuffer.c rawbuffer.h: Make this module thread safe.
7631
7632         * domain.c: Make this module thread safe.
7633
7634         * domain.c (mono_init): Call new initialization function.
7635
7636         * icall.c (ves_icall_System_Array_SetValueImpl): Check types for
7637         reference types too. Fixes #38812.
7638
7639         * image.c (mono_image_init): Fixed warnings.
7640
7641         * class.c (mono_class_from_typeref): Handle assembly load failure
7642         correctly.
7643
7644         * appdomain.c (add_assemblies_to_domain): Handle the case when
7645         the references of an assembly are not yet loaded.
7646
7647         * metadata.c image.c assembly.c: Moved initialization of global
7648         variables to a separate function called at startup since lazy 
7649         initialization of these variables is not thread safe.
7650         
7651         * image.c assembly.c: Made this module thread safe by adding locks in 
7652         the appropriate places.
7653
7654         * domain.c (mono_init): Call the new initialization functions of the
7655         three modules.
7656
7657 2003-08-20  Lluis Sanchez Gual  <lluis@ximian.com>
7658
7659         * marshal.c: mono_delegate_begin_invoke(): If the target is a proxy,
7660           make a direct call. It is proxy's work to make the call asynchronous.
7661           mono_delegate_end_invoke(): If the targe is a proxy, just collect
7662           the return values.
7663         * object.cs: mono_method_call_message_new(): read AsyncResult and
7664           state object from parameters list, if this info is requested.
7665         * object.h: Added fields to store remote call output values in
7666           MonoAsyncResult. Added AsyncResult field in MonoMethodMessage.
7667
7668 Wed Aug 20 12:57:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
7669
7670         * object.h: add needed fields to MonoThread.
7671         * threads.c, threads.h: allow registering a function to cleanup data
7672         allocated per thread by the JIT.
7673
7674 Tue Aug 19 18:22:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
7675
7676         * loader.h: portability fix by Bernie Solomon
7677         * <bernard@ugsolutions.com>.
7678
7679 2003-08-16  Zoltan Varga  <vargaz@freemail.hu>
7680
7681         * reflection.h reflection.c (mono_param_get_objects): Changed this to 
7682         return a MonoArray. This simplifies the code and also ensures that
7683         the cache allways contains an object reference as a value.
7684
7685         * icall.c (ves_icall_get_parameter_info): Simplified using the new
7686         function.
7687
7688 2003-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7689
7690         * socket-io.c: patch by Bernie Solomon <bernard@ugsolutions.com> that
7691         fixes a problem with byte ordering when getting the address family for
7692         a socket.
7693
7694 2003-08-15  Zoltan Varga  <vargaz@freemail.hu>
7695
7696         * .cvsignore: Added monosn.
7697
7698         * reflection.h reflection.c loader.c: Added support for parameter
7699         marshalling to dynamically created types. Fixes #47295.
7700
7701 Fri Aug 15 11:42:46 CEST 2003 Paolo Molaro <lupus@ximian.com>
7702
7703         * rand.c: remove useless warnings.
7704
7705 Wed Aug 13 15:49:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
7706
7707         * class.c: implemented ldtoken for methods and fieldrefs.
7708
7709 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7710
7711         * threadpool.c: when mono_async_invoke was called, no one took care of
7712         monitoring the queue. So if the method invoked took some time and we
7713         got new async invoke requests after 500 ms (the thread created waited
7714         that long in WaitForSingleObject), the new async invoke was not called
7715         until the previous one finished.
7716
7717         This is fixed now. Thanks to Totte for helping with it.
7718
7719 2003-08-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7720
7721         * threadpool.c: set threadpool_thread to TRUE. Patch by totte.
7722
7723 2003-08-11  Martin Baulig  <martin@ximian.com>
7724
7725         * mono-debug-debugger.c (mono_debugger_lookup_type): New function.
7726
7727 2003-08-06  Martin Baulig  <martin@ximian.com>
7728
7729         * mono-debug-debugger.c: Added support for static fields,
7730         properties and methods.
7731
7732 2003-08-06  Martin Baulig  <martin@ximian.com>
7733
7734         * mono-debug-debugger.c: Don't store the MonoString's vtable to
7735         make this work for applications with multiple application domains.
7736
7737 2003-08-04  Martin Baulig  <martin@ximian.com>
7738
7739         * mono-debug-debugger.c: Completely reworked the type support; the
7740         most important thing is that we're now just using one single
7741         `MonoType' instance per type.
7742
7743 Sat Aug  2 13:05:27 BST 2003 Malte Hildingson <malte@amy.udd.htu.se>
7744
7745         * mono-endian.h, mono-endian.c, icall.c: Added icall
7746         ves_icall_System_Double_AssertEndianity to assert double word endianity
7747         on ARM (FPA). The icall uses a macro defined in mono-endian.h.
7748
7749 Fri Aug 1 16:51:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
7750
7751         * class.c, class.h, reflection.c, metadata.c, icall.c: more generics
7752         support, icalls and fixes.
7753
7754 2003-07-31  Miguel de Icaza  <miguel@ximian.com>
7755
7756         * unicode.c (ves_icall_System_Char_IsPunctuation): The set of
7757         classes that are a punctuation character in .NET is not the same a
7758         g_unichar_ispunct.
7759
7760 Tue Jul 29 18:07:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
7761
7762         * socket-io.c: ipv6 portability fixes from Felix Ortga (guile@lared.es).
7763
7764 2003-07-29  Miguel de Icaza  <miguel@ximian.com>
7765
7766         * icall.c: Add new MemCopy internalcall.
7767         (ves_icall_System_Reflection_Assembly_GetManifestResourceInternal):
7768         Simplified code; It is not necessary to handle all the cases here,
7769         as the C# code takes care of it.  Only handle the case of the name
7770         resource embedded into the assembly.
7771
7772         Changed signature to return the data pointer and the size of the
7773         data. 
7774
7775 2003-07-26  Miguel de Icaza  <miguel@ximian.com>
7776
7777         * reflection.c (mono_image_get_method_info): Allow for 0x40 to be
7778         encoded.        (Partition II.22.1.7: PInvokeAttribute:SupportsLastErr).
7779
7780 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
7781
7782         * socket-io.c: ignore EINTR error in select.
7783
7784 Tue Jul 29 15:25:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
7785
7786         * class.h, class.c: removed unused subclasses field in MonoClass.
7787
7788 2003-07-29  Lluis Sanchez Gual  <lluis@ximian.com>
7789
7790         * icall.c: improve fix of get_base_definition(). If the parent class
7791           doesn't have the mehod, look at the parent of the parent.
7792         * object.c: mono_message_init(): use the attribute PARAM_ATTRIBUTE_OUT
7793           to check if a parameter is an in or out parameter
7794           (PARAM_ATTRIBUTE_IN is not set by default).
7795           mono_method_return_message_restore(): Use mono_class_value_size to
7796           get the size of a value type. mono_type_stack_size (parameterType)
7797           does not return the correct value if parameterType is byRef.
7798           mono_load_remote_field(), mono_load_remote_field_new(),
7799           mono_store_remote_field(), mono_store_remote_field_new():
7800           raise exception if the remote call returns an exception.
7801
7802 2003-07-28  Martin Baulig  <martin@ximian.com>
7803
7804         * mono-debug-debugger.c (mono_debugger_runtime_invoke): New
7805         method.  This is a wrapper around mono_runtime_invoke() which
7806         boxes the instance object if neccessary.
7807
7808 Fri Jul 25 19:14:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
7809
7810         * class.c, class.h, image.c, image.h, loader.c, metadata.c,
7811         metadata.h, row-indexes.h, verify.c: first cut of generics support.
7812
7813 Thu Jul 24 11:34:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
7814
7815         * icall.c: disable mcs bug workaround.
7816
7817 2003-07-21  Miguel de Icaza  <miguel@ximian.com>
7818
7819         * object.c (mono_runtime_class_init): Take the metadata_section
7820         mutex before obtaining the domain mutex.
7821
7822         * appdomain.h: Added definition of metadata_section mutex here. 
7823
7824         * object.c: define metadata_mutex here.
7825
7826 2003-07-24  Ravi Pratap  <ravi@ximian.com>
7827
7828         * icall.c: Remove the FIXED_MCS_45127 workarounds - this has been
7829         fixed.
7830
7831 2003-07-24  Lluis Sanchez Gual  <lluis@ximian.com>
7832
7833         * reflection.c: Fix bug #46669
7834
7835 2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7836
7837         * exception.c:
7838         * exception.h:
7839         * icall.c:
7840         * object.h: fill in the type name for TypeLoadException.
7841
7842 2003-07-23  Ravi Pratap  <ravi@ximian.com>
7843
7844         * class.c: Fixes from Paolo in response to bug #45415 (Subclass
7845         relationship between TypeBuilders while compiling corlib) and bug
7846         45993 (Array types returned from the runtime while compiling
7847         corlib were from the loaded corlib).
7848
7849 2003-07-22  Martin Baulig  <martin@ximian.com>
7850
7851         * mono-debug-debugger.c: Reworked the type support a bit more;
7852         distinguish between types and classes.
7853
7854 Tue Jul 22 15:48:50 CEST 2003 Paolo Molaro <lupus@ximian.com>
7855
7856         * icall.c: add IsArrayImpl icall.
7857
7858 2003-07-22  Zoltan Varga  <vargaz@freemail.hu>
7859
7860         * class.c (mono_class_layout_fields): Fix gc aware auto layout by
7861         initializing real_size only once. Also fix bug #46602.
7862
7863 2003-07-21  Jerome Laban <jlaban@wanadoo.fr>
7864
7865         * object.c: Renamed mono_metadata_section to metadata_section.
7866
7867 2003-07-21  Lluis Sanchez Gual  <lluis@ximian.com>
7868
7869         * icall.c: in MS.NET ves_icall_Type_GetInterfaces returns an
7870           empty array if the type is an array. Fixed.
7871           ves_icall_MonoMethod_get_base_definition: if the base method
7872           is abstract, get the MethodInfo from the list of methods of
7873           the class.
7874         * reflection.c: ParameterInfo.PositionImpl should be zero-based
7875           and it was 1-based. Fixed in mono_param_get_objects.
7876
7877 2003-07-20  Martin Baulig  <martin@ximian.com>
7878
7879         * mono-debug.h: Set version number to 31.
7880         (mono_debug_init): Added `MonoDomain *' argument.
7881
7882         * mono-debug-debugger.c: Reworked the type support; explicitly
7883         tell the debugger about builtin types; pass the `klass' address to
7884         the debugger.
7885
7886 2003-07-20 Jackson Harper <jackson@latitudegeo.com>
7887
7888         * image.c: Allow new metadata tables to be loaded without a
7889         warning. Also update the warning message to give the new constant value.
7890                 
7891 Fri Jul 18 13:12:21 CEST 2003 Paolo Molaro <lupus@ximian.com>
7892
7893         * class.c, class.h, debug-helpers.c, icall.c, image.c, marshal.c,
7894         metadata.c, metadata.h, mono-debug-debugger.c, object.c, reflection.c: 
7895         array type representation changes.
7896
7897 Fri Jul 18 11:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
7898
7899         * icall.c, appdomain.h, appdomain.c: support full runtime shutdown
7900         on Environment.Exit () call.
7901
7902 Thu Jul 17 17:21:57 CEST 2003 Paolo Molaro <lupus@ximian.com>
7903
7904         * icall.c, reflection.h, reflection.c, verify.c: cleanups,
7905         requires a matching corlib.
7906
7907 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
7908
7909         * Changelog: My editor decided to add a CR to each line. Sorry about that.
7910           Committed again without the CRs.
7911         
7912 2003-07-17  Lluis Sanchez Gual  <lluis@ximian.com>
7913
7914         * socket-io.c: Get system_assembly using mono_image_loaded(), instead
7915           getting it from the "this" socket instance. Did not work
7916           if the socket is a subclass of Socket.
7917           Also fixed bug #35371.
7918
7919 Thu Jul 17 13:39:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
7920
7921         * metadata.c: fixed size for TypedByRef.
7922         * loader.c: when searching for a method, consider the vararg amrker.
7923         * unicode.c, decimal.c: constify some arrays.
7924
7925 2003-07-15  Dick Porter  <dick@ximian.com>
7926
7927         * socket-io.c: Fixed compilation for gcc < 3.2.
7928
7929         Fixed compilation for machines that don't have AF_INET6 (thanks to
7930         Bernie Solomon <bernard@ugsolutions.com> for that part.)
7931
7932         Fixed compile warnings.
7933         
7934         Fixed formatting and line endings.
7935
7936 2003-07-14  Jerome Laban <jlaban@wanadoo.fr>
7937
7938         * socket-io.h:
7939         * socket-io.c: Added IPv6 support.
7940
7941 2003-07-13  Zoltan Varga  <vargaz@freemail.hu>
7942
7943         * class.c (mono_class_is_assignable_from): New function to implement
7944         the is_assignable_from logic. Used by mono_object_isinst, 
7945         Type::IsAssignableFrom () and the interpreter.
7946
7947         * class.c (mono_class_is_subclass_of): Make all classes a subclass of
7948         Object, even interfaces.
7949         
7950         * object.c (mono_object_isinst): Implement in terms of 
7951         is_assignable_from.
7952
7953         * icall.c (ves_icall_type_is_assignable_from): New icall.
7954
7955 2003-07-11  Zoltan Varga  <vargaz@freemail.hu>
7956
7957         * domain.c (foreach_domain): fix compiler warning.
7958
7959 2003-07-11  Dietmar Maurer  <dietmar@ximian.com>
7960
7961         * image.c (load_metadata_ptrs): use g_strndup because strndup is
7962         not available on all plattforms
7963
7964 2003-07-10  Zoltan Varga  <vargaz@freemail.hu>
7965
7966         * image.h image.c: Store the metadata version string in MonoImage.
7967         * icall.c: New icall to retrieve the image version.
7968         * reflection.c (create_dynamic_image): Fill in the image version field
7969         * reflection.c (build_compressed_metadata): Use the image version
7970         from the image structure.
7971
7972 2003-07-08  Gonzalo Paniagua Javier <gonzalo@ximian.com>
7973
7974         * appdomain.c: modified comment.
7975         * gc.c: finalizer_thread can call finalizers even when finished == TRUE.
7976         That will be its last iteration when mono_gc_cleanup is called from
7977         mono_runtime_cleanup and before the domain is unloaded.
7978
7979         Fixes bug #45962.
7980
7981 2003-07-04  Dietmar Maurer  <dietmar@ximian.com>
7982
7983         * marshal.c (mono_marshal_get_native_wrapper): fixes for [out]
7984         attributes.
7985
7986 Thu Jul 3 17:22:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
7987
7988         * object.c, file-io.c, metadata.c, mono-endian.h, reflection.c,
7989         rawbuffer.c: more 64 bit and picky (or old) compiler fixes from
7990         Bernie Solomon <bernard@ugsolutions.com>.
7991
7992 Thu Jul 3 17:17:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
7993
7994         * object.c, object.h: provide mono_object_new_fast() for faster
7995         allocation in some special cases.
7996
7997 Wed Jul 2 13:21:26 CEST 2003 Paolo Molaro <lupus@ximian.com>
7998
7999         * object.h, reflection.h, verify.c: fixes for some 64bit issues,
8000         mostly from a patch by Laramie Leavitt <lar@leavitt.us>.
8001
8002 Tue Jul 1 21:24:14 CEST 2003 Paolo Molaro <lupus@ximian.com>
8003
8004         * threadpool.c: fix leaks.
8005
8006 2003-07-01  Dick Porter  <dick@ximian.com>
8007
8008         * threadpool.c (mono_async_invoke): Use mono_g_hash_table_remove when
8009         using MonoGHashTables.  Fixes threadpool bug posted to list.
8010
8011 Tue Jul 1 11:45:40 CEST 2003 Paolo Molaro <lupus@ximian.com>
8012
8013         * image.h, image.c: added support to load an assembly from a byte array.
8014         * Makefile.am, assembly.c, make-bundle.pl, sample-bundle: added 
8015         assembly bundle support.
8016
8017 2003-06-27  Dietmar Maurer  <dietmar@ximian.com>
8018
8019         * threadpool.c (mono_thread_pool_add): keep a reference to the
8020         AsyncResult to prevent GC
8021
8022 Thu Jun 26 12:13:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
8023
8024         * class.c: leak fix.
8025
8026 2003-06-25  Dick Porter  <dick@ximian.com>
8027
8028         * threadpool.c (mono_thread_pool_add): Don't set up a finaliser
8029         for the async object, the WaitHandle object will close the handle.
8030         Fixes bug 45321.
8031
8032 Wed Jun 25 18:12:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
8033
8034         * class.c: in mono_array_class_get (), lookup from the hash with the
8035         same type we insert: this works around a bug in
8036         mono_metadata_type_hash() with SZARRAY and fixes a leak reported by
8037         lluis. The real fix will have to wait for after the release.
8038
8039 Wed Jun 25 13:14:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
8040
8041         * icall.c: fix memory leak when getting type members.
8042
8043 Mon Jun 23 16:12:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
8044
8045         * reflection.c: added more pubtoken special cases.
8046
8047 Mon Jun 23 15:29:06 CEST 2003 Paolo Molaro <lupus@ximian.com>
8048
8049         * class.c: handle field offset correctly when class size
8050         is set (bug# 45182, partially from a patch by jlaban@wanadoo.Fr (Jerome Laban)).
8051
8052 2003-06-20  Martin Baulig  <martin@ximian.com>
8053
8054         * mono-debug-debugger.h (MonoDebuggerSymbolFile): Added `MonoImage
8055         *image' field.
8056
8057 2003-06-20  Martin Baulig  <martin@ximian.com>
8058
8059         * image.h, mono-debug-debugger.h: Fixed compiler warnings.
8060
8061 2003-06-20  Martin Baulig  <martin@ximian.com>
8062
8063         * mono-debug.h (MONO_DEBUG_VAR_ADDRESS_MODE_STACK): Removed.  We
8064         just distinguish between variables in registers and variables at
8065         an offset relative to a register.
8066
8067 2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8068
8069         * icall.c: #ifdef out latest changes until mcs is fixed.
8070
8071 Thu Jun 19 11:03:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
8072
8073         * icall.c: return members in metadata order.
8074
8075 Wed Jun 18 15:26:58 CEST 2003 Paolo Molaro <lupus@ximian.com>
8076
8077         * icall.c: avoid infinite loop in GetTimeZoneData.
8078
8079 Wed Jun 18 12:47:43 CEST 2003 Paolo Molaro <lupus@ximian.com>
8080
8081         * icall.c: added Marshal.Prelink/All icalls.
8082
8083 Wed Jun 18 12:17:48 CEST 2003 Paolo Molaro <lupus@ximian.com>
8084
8085         * object.c, object.h: fix warnings and do some overflow checking
8086         when creating arrays.
8087
8088 2003-06-17  Dick Porter  <dick@ximian.com>
8089
8090         * file-io.h:
8091         * file-io.c: File attributes need to be tweaked slightly when
8092         passed from the managed to the w32 world.
8093
8094 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
8095         * profiler.h profiler-private.h profiler.c: Rework last patch
8096         based on suggestion by Paolo.
8097         
8098 2003-06-17  Zoltan Varga  <vargaz@freemail.hu>
8099
8100         * profiler.h profiler-private.h profiler.c: Added infrastructure for 
8101         instruction level coverage data collection.
8102         * profiler.h profiler.c (: Added new callback function which can be
8103         used by the profiler to limit which functions should have coverage
8104         instrumentation.
8105         * profiler.c (mono_profiler_load): Call g_module_build_path to
8106         generate the file name of the profiler library.
8107
8108 Mon Jun 16 18:11:13 CEST 2003 Paolo Molaro <lupus@ximian.com>
8109
8110         * profiler.c, profiler.h, profiler-private.h: added basic block 
8111         coverage profiling API.
8112
8113 2003-06-15  Zoltan Varga  <vargaz@freemail.hu>
8114
8115         * reflection.c (mono_reflection_create_runtime_class): Add support
8116         for events in dynamically generated code.
8117
8118         * gc.c: Start GCHandle indexes from 1, since 0 means the handle is
8119         not allocated.
8120
8121 Sat Jun 14 19:01:32 CEST 2003 Paolo Molaro <lupus@ximian.com>
8122
8123         * icall.c: when getting timezone info, return reasonable values if we
8124         can't get the actual data.
8125
8126 2003-06-14  Dick Porter  <dick@ximian.com>
8127
8128         * threads.c (start_wrapper): Remove the reference to the thread
8129         object in the TLS data, so the thread object can be finalized.
8130         This won't be reached if the thread threw an uncaught exception,
8131         so those thread handles will stay referenced :-( (This is due to
8132         missing support for scanning thread-specific data in the Boehm GC
8133         - the io-layer keeps a GC-visible hash of pointers to TLS data.)
8134
8135 Sat Jun 14 13:16:17 CEST 2003 Paolo Molaro <lupus@ximian.com>
8136
8137         * reflection.c: ensure streams and tables are first allocated with
8138         ALLOC_ATOMIC (GC_realloc uses plain GC_malloc otherwise).
8139
8140 Sat Jun 14 13:13:20 CEST 2003 Paolo Molaro <lupus@ximian.com>
8141
8142         * icall.c: fixed GetElementType for byrefs (bug# 44792).
8143
8144 2003-06-13  Zoltan Varga  <vargaz@freemail.hu>
8145
8146         * reflection.c (mono_reflection_create_runtime_class): Add support for
8147         properties to dynamically created classes.
8148         * reflection.c: Fix a few places where non-MonoObjects were inserted
8149         into the tokens hashtable.
8150
8151 Fri Jun 13 19:10:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
8152
8153         * object.c: some support to handle out of memory exceptions.
8154
8155 2003-06-12  Dietmar Maurer  <dietmar@ximian.com>
8156
8157         * marshal.c (mono_marshal_get_native_wrapper): support reference
8158         return types
8159
8160 Wed Jun 11 18:32:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
8161
8162         * object.h, object.c: more portability stuff from Bernie Solomon.
8163         Unexport mono_object_allocate(). Added mono_object_unbox ().
8164         Set exitcode when an unhandled exception is thrown.
8165
8166 2003-06-11  Dietmar Maurer  <dietmar@ximian.com>
8167
8168         * marshal.c (mono_marshal_get_native_wrapper): use custom
8169         marshaler for return types.
8170
8171 2003-06-10  Dick Porter  <dick@ximian.com>
8172
8173         * socket-io.c: Don't assume that one of struct ip_mreqn or struct
8174         ip_mreq is available
8175
8176 Tue Jun 10 17:35:03 CEST 2003 Paolo Molaro <lupus@ximian.com>
8177
8178         * debug-mono-symfile.c, marshal.c, metadata.c, monitor.c,
8179         mono-debug-debugger.c, mono-debug.c, process.c: portability fixes
8180         by Bernie Solomon <bernard@ugsolutions.com>.
8181
8182 2003-06-10  Zoltan Varga  <vargaz@freemail.hu>
8183
8184         * gc.c (mono_gc_init): Avoid error message on shutdown when
8185         GC_DONT_GC=1 is used.
8186
8187         * icall.c (ves_icall_System_Reflection_Module_GetGuidInternal): 
8188         New icall to return the GUID of a module.
8189
8190 Mon Jun 9 19:33:51 CEST 2003 Paolo Molaro <lupus@ximian.com>
8191
8192         * class.c: ensure instance size always includes the parent's size
8193         even whem class size is set explicitly (fixes bug#44294).
8194
8195 Thu Jun 5 19:51:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
8196
8197         * profiler.h, profiler.c: made the simple profiler thread-safe,
8198         get more accurate timing info. Allow the loading of an
8199         externally-developed profiler module.
8200
8201 2003-06-05  Dietmar Maurer  <dietmar@ximian.com>
8202
8203         * marshal.c (mono_marshal_get_native_wrapper): improved
8204         class/byref arguments.
8205         (mono_marshal_get_native_wrapper): better string marshaling support.
8206
8207 Wed Jun 4 18:01:22 CEST 2003 Paolo Molaro <lupus@ximian.com>
8208
8209         * class.c: ensure .pack and .size are handled correctly and
8210         simplified layout of static fields.
8211
8212 2003-06-04  Dietmar Maurer  <dietmar@ximian.com>
8213
8214         * appdomain.c
8215         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): fix for bug 42934
8216
8217         * loader.c (mono_lookup_pinvoke_call): look for modules in the
8218         current directory (fix bug 44008)
8219
8220 2003-06-03  Dietmar Maurer  <dietmar@ximian.com>
8221
8222         * marshal.c (mono_marshal_get_native_wrapper): started support for
8223         custom marshalers.
8224         (mono_delegate_to_ftnptr): consider marshalling specifications
8225
8226 Tue Jun 3 11:17:02 CEST 2003 Paolo Molaro <lupus@ximian.com>
8227
8228         * reflection.c, reflection.h: emit custom marshal info.
8229
8230 2003-06-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8231
8232         * object.c: free the GError.
8233         * icall.c: added CloseEvent_internal.
8234         * threads.[ch]:
8235         (ves_icall_System_Threading_Events_CloseEvent_internal): new internal
8236         call.
8237
8238 2003-06-01  Zoltan Varga  <vargaz@freemail.hu>
8239
8240         * loader.c (mono_method_get_signature): Add support for dynamic
8241         assemblies.
8242
8243 Sat May 31 15:22:07 CEST 2003 Paolo Molaro <lupus@ximian.com>
8244
8245         * reflection.c: fixed bug #43905.
8246
8247 Fri May 30 12:56:29 CEST 2003 Paolo Molaro <lupus@ximian.com>
8248
8249         * class.c, domain.c, icall.c, metadata.h, object.h: support for
8250         handling TypedReference and ArgIterator.
8251         * loader.c, loader.h: added function to get signature at call site.
8252
8253 Thu May 29 11:34:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
8254
8255         * metadata.c, metadata.h, private.h, tokentype.h, loader.c: make more 
8256         data readonly. Buglets and warning fixes. Some MethodSpec support.
8257
8258 Tue May 27 16:34:39 CEST 2003 Paolo Molaro <lupus@ximian.com>
8259
8260         * class.h, class.c, object.c: remove relative numbering support.
8261
8262 2003-05-26  Miguel de Icaza  <miguel@ximian.com>
8263
8264         * marshal.c (mono_marshal_get_native_wrapper): For now, do not
8265         free the string, until we get a chance to fix Gtk#
8266
8267 2003-05-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8268
8269         * marshal.c: revert last patch.
8270
8271 Mon May 26 20:21:52 CEST 2003 Paolo Molaro <lupus@ximian.com>
8272
8273         * icall.c: updates for new mono_class_vtable() not calling
8274         the type constructor anymore.
8275
8276 Mon May 26 12:10:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
8277
8278         * object.h, object.c: separate vtable creation from type
8279         initialization. Make running the .cctor thread safe.
8280
8281 2003-05-26  Dietmar Maurer  <dietmar@ximian.com>
8282
8283         * marshal.c (mono_marshal_get_native_wrapper): free string return values.
8284
8285 2003-05-21  Dietmar Maurer  <dietmar@ximian.com>
8286
8287         * loader.c (mono_get_method): consider calling convention
8288
8289 2003-05-21  Zoltan Varga  <vargaz@freemail.hu>
8290
8291         * icall.c (ves_icall_System_Reflection_Module_GetGlobalType): New icall
8292         to return the invisible global type for a module.
8293
8294         * reflection.c (mono_image_build_metadata): Emit global fields too.
8295
8296 2003-05-20  Peter Williams  <peterw@ximian.com>
8297
8298         * loader.c (mono_lookup_internal_call): Add a few newlines.
8299
8300 2003-05-20  Zoltan Varga  <vargaz@freemail.hu>
8301
8302         * reflection.c (mono_reflection_lookup_dynamic_token): Intern dynamic
8303         literal strings.
8304
8305         * appdomain.c (set_domain_search_path): Recalculate search path when
8306         AppDomainSetup.PrivateBinPath changes.
8307
8308         * object.c (mono_class_compute_gc_descriptor): It turns out some
8309         parts of the class libs (like System.Thread) holds pointers to
8310         GC_MALLOC()-d memory in IntPtrs, which is wrong. The workaround is
8311         to treat native int a pointer type here.
8312         
8313 Tue May 20 17:18:16 CEST 2003 Paolo Molaro <lupus@ximian.com>
8314
8315         * appdomain.h, domain.c: add hashtable for jump target resolution.
8316
8317 2003-05-19  Zoltan Varga  <vargaz@freemail.hu>
8318
8319         * reflection.h reflection.c icall.c: Added new icalls 
8320         GetManifestResourceInfoInternal, GetModulesInternal and support
8321         infrastructure.
8322
8323 2003-05-16  Dick Porter  <dick@ximian.com>
8324
8325         * icall.c:
8326         * file-io.h:
8327         * file-io.c: Implement System.IO.MonoIO::GetTempPath
8328
8329 2003-05-14  Lluis Sanchez Gual  <lluis@ideary.com>
8330
8331         * object.c: mono_store_remote_field: little fix to previous patch.
8332
8333 Wed May 14 18:10:42 CEST 2003 Paolo Molaro <lupus@ximian.com>
8334
8335         * class.c: add constructors to array classes.
8336         * icall.c: special case array construction for InternalInvoke (),
8337
8338 2003-05-14  Zoltan Varga  <vargaz@freemail.hu>
8339
8340         * class.h class.c reflection.c object.c: Added support for field
8341         defaults in dynamically generated classes.
8342
8343 Wed May 14 13:35:27 CEST 2003 Paolo Molaro <lupus@ximian.com>
8344
8345         * reflection.c: properly encode charset for ddlimport.
8346
8347 Wed May 14 11:14:54 CEST 2003 Paolo Molaro <lupus@ximian.com>
8348
8349         * threads.c: allow compiling without GC.
8350
8351 Tue May 13 16:41:49 CEST 2003 Paolo Molaro <lupus@ximian.com>
8352
8353         * appdomain.h, object.c, object.h, threads.c, threads.h: added
8354         handling of thread static data.
8355
8356 Tue May 13 16:36:08 CEST 2003 Paolo Molaro <lupus@ximian.com>
8357
8358         * reflection.h, reflection.c: added mono_custom_attrs_free ().
8359
8360 2003-05-13  Dietmar Maurer  <dietmar@ximian.com>
8361
8362         * class.c (mono_array_class_get): always set the serializable flags
8363         (mono_array_class_get): always set the SEALED attribute for array types
8364
8365 2003-05-12  Dietmar Maurer  <dietmar@ximian.com>
8366
8367         * loader.c (mono_lookup_pinvoke_call): consider Ansi/Unicode
8368         attributes (fix for bug 42021).
8369
8370 2003-05-12  Dick Porter  <dick@ximian.com>
8371
8372         * gc.c: Don't run finalizers when the finalizer thread is
8373         finishing up, because the default domain has already been
8374         destroyed.
8375
8376 2003-05-11  Miguel de Icaza  <miguel@ximian.com>
8377
8378         * string-icalls.c (ves_icall_System_String_ctor_chara_int_int): if
8379         value is null, we should throw an exception.   This is slightly
8380         different than the other conventions used for the constructor.
8381
8382 2003-05-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8383
8384         * socket-io.c: fixed windows build.
8385
8386 2003-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8387
8388         * socket-io.c: patch by Jerome Laban that fixes bug #42393.
8389
8390 2003-05-10  Zoltan Varga  <vargaz@freemail.hu>
8391
8392         * object.c (mono_string_new_wrapper): Compatibility fix for MS
8393         compilers.
8394
8395 2003-05-09  Zoltan Varga  <vargaz@freemail.hu>
8396
8397         * class.c (mono_class_layout_fields): Add experimental GC aware
8398         auto layout facility. Requires class library changes to work correctly.
8399
8400         (mono_class_setup_vtable): Avoid overriding explicit interface
8401         method implementations. Fixes iface3.exe test.
8402
8403         * object.c (mono_class_compute_gc_descriptor): Type I can't hold an
8404         object reference.
8405         (mono_array_new_specific): Add MONO_ARCH_SAVE_REGS.
8406         (mono_string_new_wrapper): Add MONO_ARCH_SAVE_REGS.
8407
8408         * metadata.h: Add new type classification macro which determines
8409         whenever the type holds an object reference.
8410
8411 2003-05-08  Dietmar Maurer  <dietmar@ximian.com>
8412
8413         * marshal.c (mono_marshal_get_native_wrapper): cleanups
8414
8415 2003-05-07  Zoltan Varga  <vargaz@freemail.hu>
8416
8417         * gc.c (finalizer_thread): Work around a GC bug.
8418
8419 2003-05-07  Dietmar Maurer  <dietmar@ximian.com>
8420
8421         * marshal.c (emit_struct_conv): allow unions
8422
8423         * class.c (class_compute_field_layout): added patches from Jerome Laban <jlaban@wanadoo.fr>
8424
8425 2003-05-06  Dietmar Maurer  <dietmar@ximian.com>
8426
8427         * marshal.c (mono_marshal_get_native_wrapper): free strings after pinvoke
8428
8429 2003-05-06  Martin Baulig  <martin@ximian.com>
8430
8431         * mono-debug-debugger.h: #include <mono/io-layer/io-layer.h>.
8432
8433 2003-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8434
8435         * socket-io.c:
8436         (Select_internal): allow NULLs, don't create arrays if not needed.
8437         Coupled with Socket.cs changes.
8438
8439         * threadpool.c:
8440         (mono_thread_pool_add): use GC_MALLOC to allocate the ASyncCall and
8441         register a finalizer for it that will close the semaphore handle. This
8442         fixes the leak and make Lupus' test run with > 4080 loops.
8443
8444 2003-05-05  Dietmar Maurer  <dietmar@ximian.com>
8445
8446         * marshal.c (mono_marshal_get_struct_to_ptr): added fixes from
8447         Jerome Laban (bug #42287)
8448
8449 2003-05-02  Martin Baulig  <martin@ximian.com>
8450
8451         * debug-mono-symfile.h
8452         (MonoSymbolFile): Moved declaration into mono-debug.h.
8453         (MonoDebugMethodJitInfo): Likewise.
8454         (mono_debug_open_mono_symbol_file): Take the MonoDebugHandle as
8455         argument.
8456         (_mono_debug_address_from_il_offset): Take a
8457         MonoDebugMethodJitInfo instead of a MonoDebugMethodInfo.
8458
8459         * mono-debug.h
8460         (MonoDebugDomainData): New struct.
8461         (mono_debug_get_domain_data): New function.
8462         (mono_debug_add_method): Take an additional `MonoDomain *'
8463         argument.
8464         (mono_debug_source_location_from_address): Likewise.
8465         (mono_debug_il_offset_from_address): Likewise.
8466         (mono_debug_address_from_il_offset): Likewise.
8467
8468 Thu May 1 19:40:37 CEST 2003 Paolo Molaro <lupus@ximian.com>
8469
8470         * reflection.c: one more check for null type in custom attrs.
8471
8472 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8473
8474         * reflection.c: avoid warning (comparison is always false due to limited
8475         range of data type).
8476
8477 2003-05-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8478
8479         * icall.c: throw an exception in Type.GetField if the argument 'name'
8480         is NULL.
8481
8482 Wed Apr 30 10:53:09 CEST 2003 Paolo Molaro <lupus@ximian.com>
8483
8484         * reflection.c: fixed handling of enums in named arguments to custom
8485         attributes (bug #42123).
8486
8487 Tue Apr 29 19:15:10 CEST 2003 Paolo Molaro <lupus@ximian.com>
8488
8489         * reflection.c: use the right array element type and handle
8490         a null for a Type argument, too.
8491
8492 Tue Apr 29 15:46:00 CEST 2003 Paolo Molaro <lupus@ximian.com>
8493
8494         * reflection.c: handle arrays as arguments to custom attributes.
8495
8496 Tue Apr 29 11:43:01 CEST 2003 Paolo Molaro <lupus@ximian.com>
8497
8498         * reflection.c: handle a string value in a custom attr
8499         ctor that takes an object.
8500
8501 2003-04-29  Dietmar Maurer  <dietmar@ximian.com>
8502
8503         * marshal.c (mono_mb_emit_restore_result): support MONO_TYPE_PTR
8504         (fix bug #42063)
8505
8506 2003-04-28  Zoltan Varga  <vargaz@freemail.hu>
8507
8508         * icall.c (ves_icall_Type_GetNestedType): Fixed warnings.
8509
8510 2003-04-27  Martin Baulig  <martin@ximian.com>
8511
8512         * mono-debug-debugger.h (MonoDebuggerEvent): Renamed
8513         MONO_DEBUGGER_EVENT_BREAKPOINT_TRAMPOLINE to
8514         MONO_DEBUGGER_EVENT_BREAKPOINT.
8515         (mono_breakpoint_trampoline_code): Removed.
8516         (mono_debugger_event_handler): The last argument is now a
8517         `guint32'.
8518         (mono_debugger_insert_breakpoint_full): Removed the
8519         `use_trampoline' argument.
8520         (mono_debugger_method_has_breakpoint): Likewise.
8521         (mono_debugger_trampoline_breakpoint_callback): Renamed to
8522         mono_debugger_breakpoint_callback(); take the method and
8523         breakpoint number as arguments.
8524
8525 Sat Apr 26 19:25:31 CEST 2003 Paolo Molaro <lupus@ximian.com>
8526
8527         * metadata.c: fix off by one when loading parameters attributes.
8528
8529 2003-04-24  Martin Baulig  <martin@ximian.com>
8530
8531         * mono-debug-debugger.c (mono_debugger_io_layer): Put this back.
8532
8533 2003-04-24  Martin Baulig  <martin@ximian.com>
8534
8535         * mono-debug-debugger.c: Moved all code which interacts with the
8536         Mono Debugger here.
8537
8538         * debug-mono-symfile.c: This code now just deals with the symbol
8539         file itself, the debugger code is now in mono-debug-debugger.c.
8540
8541 2003-04-23  Martin Baulig  <martin@ximian.com>
8542
8543         * mono-debug.c (mono_debug_source_location_from_il_offset):
8544         New method; like mono_debug_source_location_from_address(), but
8545         takes an IL offset instead of a machine address.
8546
8547 2003-04-23  Martin Baulig  <martin@ximian.com>
8548
8549         * debug-mono-symfile.h (MonoDebugLineNumberEntry): Removed the
8550         `line' field; this is now computed by the debugger.
8551
8552 2003-04-23  Martin Baulig  <martin@ximian.com>
8553
8554         * mono-debug.[ch]: New files.  This is the new debugging interface.
8555
8556         * mono-debug-debugger.[ch]: New files.  Moved all code which
8557         interacts with the Mono Debugger here.
8558
8559 2003-04-22  Dietmar Maurer  <dietmar@ximian.com>
8560
8561         * domain.c (mono_init): initialize mono_defaults.monitor_class
8562
8563 2003-04-21  Miguel de Icaza  <miguel@ximian.com>
8564
8565         * reflection.c (method_encode_code): Add a spicy exception to help
8566         future compiler authors.
8567
8568 2003-04-21  Martin Baulig  <martin@ximian.com>
8569
8570         * icall.c
8571         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
8572         Make this work with relative pathnames; g_filename_to_uri() needs
8573         an absolute filename.
8574
8575 2003-04-18  Zoltan Varga  <vargaz@freemail.hu>
8576
8577         * icall.c: Track name changes in Object and ValueType.
8578
8579 2003-04-18  Dietmar Maurer  <dietmar@ximian.com>
8580
8581         * metadata.c (mono_type_stack_size): size should be a multiple of
8582         sizeof (gpointer)
8583
8584 2003-04-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8585
8586         * gc.c:
8587         (internal_domain_finalize): moved into mono_domain_finalize. No need
8588         to create another thread because the finalizers will be run in the
8589         finalizer thread.
8590         
8591         (ves_icall_System_GC_WaitForPendingFinalizers): implemented.
8592         (finalizer_notify): if shutting down, wait 2 seconds for the finalizers
8593         to be run (MS does this too).
8594
8595 2003-04-17  Zoltan Varga  <vargaz@freemail.hu>
8596
8597         * object.c (mono_class_compute_gc_descriptor): Update comment.
8598
8599         * loader.h marshal.h marshal.c: Added synchronized method wrappers.
8600
8601         * image.h: Add synchronized wrapper cache.
8602
8603         * image.c (do_mono_image_open): Initialize cache.
8604
8605         * reflection.c (create_dynamic_mono_image): Initialize cache.
8606
8607 2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8608
8609         * icall.c: patch by Jerome Laban <jlaban@wanadoo.fr> that fixes
8610         ves_icall_System_Buffer_ByteLengthInternal.
8611
8612 Tue Apr 15 13:56:55 CEST 2003 Paolo Molaro <lupus@ximian.com>
8613
8614         * reflection.c: setup klass->nested_in earlier. Allow
8615         a dash in the assembly name.
8616
8617 2003-04-15  Dietmar Maurer  <dietmar@ximian.com>
8618
8619         * metadata.c (mono_type_to_unmanaged): dont access
8620         type->data.klass for MONO_TYPE_OBJECT
8621         (mono_type_to_unmanaged): consider System.Delegate class
8622
8623 Tue Apr 15 11:16:05 CEST 2003 Paolo Molaro <lupus@ximian.com>
8624
8625         * class.c: just setup supertypes in the proper place instead of
8626         initializing the full element class for arrays.
8627
8628 Tue Apr 15 11:03:25 CEST 2003 Paolo Molaro <lupus@ximian.com>
8629
8630         * class.c: ensure the element class of arrays is initialized.
8631         Setup the supertype info for array classes, too.
8632
8633 2003-04-14  Miguel de Icaza  <miguel@ximian.com>
8634
8635         * icall.c (ves_icall_Type_GetNestedType): Add new internal call.
8636
8637 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8638
8639         * Makefile.am: re-added -m option when running cygpath. This way,
8640         MONO_ASSEMBLIES and MONO_CFG_DIR will contain '/' as directory
8641         separator.
8642         * mono-config.c: same codepath for locating mono config file for WIN32
8643         and the rest.
8644         * assembly.c: if mono_assembly_setrootdir is called, don't override
8645         the value set.
8646
8647 2003-04-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8648
8649         * Makefile.am: patch by Urs Muff <umuff@quark.com> that fixes
8650         MONO_ASSEMBLIES variable.
8651
8652 Fri Apr 11 12:44:15 CEST 2003 Paolo Molaro <lupus@ximian.com>
8653
8654         * icall.c: added Assembly::GetNamespaces() icall.
8655
8656 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8657
8658         * reflection.c: fix from Jaak <jaak@zd.com.pl>.
8659
8660 2003-04-10  Lluis Sanchez Gual  <lluis@ideary.com>
8661
8662         * appdomain.c,appdomain.h,icall.c: Added internal method that returns the process guid
8663         * object.c: fixed bug in the construction of vtable for proxies
8664
8665 2003-04-10  Zoltan Varga  <vargaz@freemail.hu>
8666
8667         * object.c (mono_array_new): Mark mono_array_new as an icall.
8668
8669 2003-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8670
8671         * class.c: fixed test for public method when overriding interfaces.
8672         Closes bug #40970.
8673
8674 Wed Apr 9 15:19:41 CEST 2003 Paolo Molaro <lupus@ximian.com>
8675
8676         * appdomain.h, domain.c: added mono_domain_foreach() to
8677         be able to access the currently loaded appdomains.
8678         * object.c: make string interning work across sppdomains.
8679         Mark some functions for use as icalls.
8680
8681 2003-04-09  Zoltan Varga  <vargaz@freemail.hu>
8682
8683         * class.c reflection.c: Fix memory leaks reported by ccmalloc.
8684
8685         * reflection.h reflection.c: Allocate long living data using 
8686         GC_MALLOC_ATOMIC so the collector does not need to scan it.
8687
8688         * reflection.c: Double the allocation size in streams instead of
8689         increasing it, to prevent unneccesary copying on large assemblies.
8690         
8691         * reflection.c (mono_reflection_create_runtime_class): Avoid vtable
8692         creation if the assembly does not have the Run flag set.
8693
8694 Tue Apr 8 11:19:53 CEST 2003 Paolo Molaro <lupus@ximian.com>
8695
8696         * class.h: avoid the C++ keywords in header files (Jerome Laban
8697         spotted and fixed this).
8698
8699 2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8700
8701         * object.c:
8702         (mono_unhandled_exception): fill in the arguments for the
8703         UnhandledException event. Only trigger that event for the default
8704         domain (as MS does).
8705
8706 2003-04-04  Zoltan Varga  <vargaz@freemail.hu>
8707
8708         * object.c: Improve typed allocation stuff based on suggestions from
8709         Paolo. Also turn it on if the GC library supports it.
8710
8711 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
8712
8713         * object.c object.h class.h: Added experimental typed allocation
8714         facility using the interfaces in gc_gcj.h.
8715
8716         * os/gc_wrapper.h: Added new include files.
8717         
8718 2003-04-03  Martin Baulig  <martin@ximian.com>
8719
8720         All the following changes are conditional to `WITH_INCLUDED_LIBGC'
8721         which is not yet enabled by default.
8722
8723         * gc.c (mono_gc_init): Set the gc_thread_vtable to our thread
8724         functions.
8725         (mono_gc_lock, mono_gc_unlock): New static functions.
8726
8727         * threads.c (mono_gc_stop_world, mono_gc_start_world): New public
8728         functions; stop/start the world for the garbage collector.  This
8729         is using the windows API; we need to complete the SuspendThread()/
8730         ResumeThread() implementation in the io-layer to make this work on Unix.
8731         (mono_gc_push_all_stacks): New public function; tells the garbage
8732         collector about the stack pointers from all managed threads.
8733
8734 2003-04-03  Martin Baulig  <martin@ximian.com>
8735
8736         * object.h (MonoThread): Added `gpointer stack_ptr'.
8737
8738         * threads.c (start_wrapper): Save the stack pointer in `stack_ptr'.
8739
8740 2003-04-03  Martin Baulig  <martin@ximian.com>
8741
8742         * Makefile.am: It's called `cygpath -w', not `cygpath -m'.
8743
8744 2003-04-03  Zoltan Varga  <vargaz@freemail.hu>
8745
8746         * reflection.c (typebuilder_setup_fields): Initialize field.first and
8747         field.last.
8748
8749 2003-04-02  Miguel de Icaza  <miguel@ximian.com>
8750
8751         * loader.c (mono_lookup_internal_call): Report the corlib that is
8752         out of sync.
8753
8754 2003-03-05  Aleksey Demakov <avd@openlinksw.com>
8755
8756         * icall.c (ves_icall_type_GetTypeCode): fixed check for
8757         System.DBNull (it's class not valuetype).
8758
8759 Wed Apr 2 18:37:35 CEST 2003 Paolo Molaro <lupus@ximian.com>
8760
8761         * reflection.c: set table_idx in MonoReflectionArrayMethod object even 
8762         if the array method was already assigned a token (fixes bug#40646).
8763
8764 2003-04-02  Zoltan Varga  <vargaz@freemail.hu>
8765
8766         * reflection.c (mono_reflection_get_type): Attempt type resolve even
8767         if no assembly is given.
8768
8769 2003-04-01  Miguel de Icaza  <miguel@ximian.com>
8770
8771         * metadata.h: Added the new tables.
8772
8773         * row-indexes.h: Added definitions for new tables.
8774
8775         * metadata.c: Add schemas for new tables, and add support for
8776         computing the sizes of them.
8777
8778         * class.c: Update for handling the new type cases.
8779
8780 2003-04-01  Dietmar Maurer  <dietmar@ximian.com>
8781
8782         * metadata.h (MONO_TYPE_IS_VOID): new macro
8783
8784 2003-03-31  Martin Baulig  <martin@ximian.com>
8785
8786         * threads.h (MonoThreadCallbacks): Added `thread_created'.
8787
8788         * threads.c (mono_thread_new_init): Call `thread_created' in the
8789         mono_thread_callbacks.
8790
8791 2003-03-31  Lluis Sanchez Gual <lluis@ideary.com>
8792
8793         * loader.h: added marshalbyrefobject_class to mono_defaults
8794         * domain.c: added initialization of mono_defaults.marshalbyrefobject_class 
8795         * icall.c: ves_icall_InternalExecute: fixed bug in field setter and in the
8796           generation of output parameters.
8797           ves_icall_Remoting_RealProxy_GetTransparentProxy: added support for interfaces.
8798         * marshal.c: mono_remoting_wrapper(): avoided call through proxy when the type is
8799           contextbound and the target object belongs to the context of the caller.
8800         * object.h: added context and unwrapped_server variables in MonoRealProxy.
8801         * object.c: Implemented support for interfaces and abstract classes
8802           in mono_class_proxy_vtable. Fixed several methods to avoid unneeded calls through
8803           proxy. Fixed problem when dealing with output parameters in mono_runtime_invoke_array.
8804
8805 2003-03-30  Zoltan Varga  <vargaz@freemail.hu>
8806
8807         * class.h class.c (mono_class_is_subclass_of): New function.
8808         
8809         * icall.c (ves_icall_System_Array_FastCopy): Added optimized copy
8810         routines for most common case (calls from ArrayList::ToArray).
8811
8812         * icall.c (ves_icall_System_Environment_Exit): Call profiler shutdown 
8813         routine so programs which call Environment::Exit() can be profiled.
8814
8815         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle): 
8816         Added MONO_ARCH_SAVE_REGS.
8817
8818         * icall.c (ves_icall_type_is_subtype_of): Use new function.
8819
8820 2003-03-29  Miguel de Icaza  <miguel@ximian.com>
8821
8822         * blob.h: Add a couple of new MonoType types definitions.
8823
8824         * tabledefs.h: Add a couple of new call convs.
8825
8826 2003-03-27  Zoltan Varga  <vargaz@freemail.h>
8827
8828         * reflection.h (MonoReflectionDynamicAssembly): track changes in
8829         the layout of the class.
8830
8831         * reflection.c (alloc_table): double the size on overflow to avoid
8832         unnecessary copying.
8833
8834         * reflection.h reflection.c: If AssemblyBuilderAccess is Run, then
8835         avoid filling out metadata tables and blobs. Also set mb->ilgen to
8836         null so it can be garbage collected.
8837         
8838 2003-03-27  Zoltan Varga  <vargaz@freemail.hu>
8839
8840         * reflection.c (mono_reflection_get_type): Return the resolved type
8841         only if it is in the assembly we searched.
8842
8843         * reflection.c (ensure_runtime_vtable): Initialize method slots.
8844
8845         * class.c (mono_class_setup_vtable): Set the slot of the overriding
8846         method.
8847
8848 2003-03-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8849
8850         * appdomain.c:
8851         (set_domain_search_path): allow 'file://blah'. It's an invalid URI,
8852         the right one is 'file:///blah', but MS allows it.
8853         * assembly.c:
8854         (mono_assembly_open): allow 'file://blah'
8855
8856         Fixes bug #40306. Thanks to Mitko Iliev (imitko@openlinksw.co.uk).
8857
8858 2003-03-26  Aleksey Demakov <avd@openlinksw.com>
8859
8860         * socket-io.c: fixes bug #40310.
8861
8862 2003-03-25  Zoltan Varga  <vargaz@freemail.hu>
8863
8864         * reflection.c (mono_reflection_parse_type): handle deeply nested
8865         types correctly.
8866
8867         * reflection.c (mono_image_create_token): Use unique token values
8868         since they will be put into a hash table.
8869
8870         * class.c (mono_class_setup_vtable): If a method occurs in more than
8871         one place in the vtable, and it gets overriden, then change the
8872         other occurances too.
8873
8874         * marshal.c (mono_marshal_get_managed_wrapper): Added support for
8875         object as return type.
8876
8877 2003-03-22  Pedro Mart�nez Juli�  <yoros@wanadoo.es>
8878
8879         * icall.c: Deleted "ToString" implementation for double and float
8880         because they are full implemented in managed code.
8881
8882 Wed Mar 19 18:05:57 CET 2003 Paolo Molaro <lupus@ximian.com>
8883
8884         * reflection.c, reflection.h: implemented and exported functions
8885         to retrieve info about custom attributes.
8886
8887 2003-03-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8888
8889         * appdomain.c: moved Uri handling to assembly.c
8890         * assembly.c: use g_filename_from_uri (). This makes assembly.LoadFrom
8891         work when using a file Uri in *nix and windows.
8892
8893         * icall.c: fixed Assembly.CodeBase to return a valid Uri. The same for
8894         GetReferencedAssemblies.
8895
8896 2003-03-18  Dick Porter  <dick@ximian.com>
8897
8898         * icall.c: Rename a couple of internal calls
8899
8900         * threads.c: Set the thread state to Stopped when a thread exits.
8901         Fixes bug 39377.
8902
8903 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>
8904
8905         * icall.c (ves_icall_System_Reflection_FieldInfo_internal_from_handle):
8906         New icall.
8907
8908         * object.c (mono_class_vtable): fix warning.
8909
8910 2003-03-17  Zoltan Varga  <vargaz@freemail.hu>  
8911
8912         * icall.c (ves_icall_type_is_subtype_of): Avoid vtable creation.
8913
8914         * reflection.c (mono_blob_entry_hash): Avoid reading uninitialized
8915         memory.
8916         (method_encode_clauses): Create exception info structures in the right
8917         order.
8918         (mono_reflection_setup_internal_class): Initialize supertypes field.
8919
8920         * class.c object.c: Handle interfaces which implement other interfaces 
8921         correctly.
8922
8923         * class.h class.c: Move the supertypes array initialization code into 
8924         a separate function so it can be used for dynamic types too. Also call
8925         it earlier, in mono_class_init(), since it can be used before the
8926         type is initialized.
8927
8928 2003-03-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8929
8930         * Makefile.am:
8931         * assembly.c:
8932         * icall.c: make MONO_ASSEMBLIES and MONO_CFG_DIR work on windows.
8933
8934         * appdomain.c:
8935         * appdomain.h:
8936         * marshal.c:
8937         * object.c: remove warnings.
8938
8939 2003-03-13  Martin Baulig  <martin@ximian.com>
8940
8941         * debug-mono-symfile.h (MonoSymbolFileLexicalBlockEntry): New type.
8942         (MonoDebugLexicalBlockEntry): New types.
8943
8944         * debug-mono-symfile.c
8945         (_mono_debug_address_from_il_offset): Moved here from ../jit/debug.c.
8946
8947 2003-03-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>
8948
8949         * process.c: ret can be any non-zero value accroding to MS doc.
8950
8951 2003-03-07  Miguel de Icaza  <miguel@ximian.com>
8952
8953         * class.c (mono_marshal_load_type_info): Fix buglet:  Noticed when
8954         fixing a warning for a miss-used prototype, would have cause
8955         random memory corruption.
8956
8957 2003-03-07  Martin Baulig  <martin@ximian.com>
8958
8959         * marshal.c (mono_marshal_free_array): That "TESTFREE %p" was
8960         getting really annoying ....
8961
8962 2003-03-07  Zoltan Varga  <vargaz@freemail.hu>
8963
8964         * reflection.c (fixup_method): added support for array methods.
8965
8966 Tue Mar 4 18:03:27 CET 2003 Paolo Molaro <lupus@ximian.com>
8967
8968         * socket-io.c:  handle case when AF_INET6 and AF_IPX are not defined
8969         (pointed out by Michael Adams).
8970
8971 2003-03-04  Dick Porter  <dick@ximian.com>
8972
8973         * icall.c: Temporarily reverted the Double and Single ToString()
8974         change, because it broke nunit.
8975
8976 Tue Mar 4 12:40:58 CET 2003 Paolo Molaro <lupus@ximian.com>
8977
8978         * object.h, threads.h: make include files compatible with C++
8979         (patch by Jerome Laban <jlaban@wanadoo.fr>).
8980
8981 2003-03-04  Pedro Mart�nez Juli�  <yoros@wanadoo.es>
8982
8983         * icall.c: Erased ToString helper functions for Double and Single.
8984         Now, that implementations ar all in managed code (Double and Single
8985         Formatters).
8986
8987 2003-03-03  Lluis Sanchez Gual  <lluis@ideary.com>
8988
8989         * appdomain.c: Added method for initializing the default context of
8990         a domain. Added internal call for getting the default context.
8991         * appdomain.h: Added context variable in MonoDomain struct.
8992         * domain.c: mono_domain_set also sets the default context of the domain
8993         * icall.c: Mapped internal method InternalGetDefaultContext.
8994         * object.c: mono_object_get_virtual_method returns always a remoting
8995         wrapper if the object is a transparent proxy.
8996         mono_runtime_invoke_array: when creating an object by calling the
8997         constructor, if the created object is a proxy, then the constructor should
8998         be called using the a remoting wrapper.
8999
9000 2003-03-03  Dick Porter  <dick@ximian.com>
9001
9002         * socket-io.c (create_sockaddr_from_object): Rename sockaddr_un
9003         variable so it compiles on solaris.  Problem spotted by
9004         Christopher Taylor <ct@cs.clemson.edu>
9005
9006 2003-03-01  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9007
9008         * appdomain.c:
9009         (get_info_from_assembly_name): don't leak value.
9010
9011         * icall.c:
9012         (ves_icall_System_Reflection_Assembly_GetFilesInternal): initialize
9013         result.
9014
9015 Sat Mar 1 15:32:56 CET 2003 Paolo Molaro <lupus@ximian.com>
9016
9017         * assembly.c: export mono_image_load_references ().
9018         * class.c: handle function pointers. mono_class_from_name() now
9019         supports nested type names directly.
9020
9021 2003-02-28  Zoltan Varga  <vargaz@freemail.hu>
9022
9023         * reflection.h reflection.c: Encode already created dynamic methods 
9024         and fields correctly as a DEF instead of a REF.
9025
9026         * reflection.c: Get rid of the force_ref argument to 
9027         mono_image_typedef_or_ref since it was wrong in the first place.
9028
9029         * string-icalls.c: add error checking to string constructors according
9030         to the MSDN docs.
9031
9032         * reflection.c: Emit types in the order their TypeBuilders were 
9033         created. Previously, a new table index was assigned to each type before
9034         the tables were emitted. This was wrong because the signature blob
9035         might already refer to a type by its original table index.
9036
9037 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>
9038
9039         * metadata.c (mono_metadata_nesting_typedef): fix bug in previous
9040         change.
9041         
9042 2003-02-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9043
9044         * Makefile.am: make assemblies dir have \ instead of / on windows.
9045
9046 2003-02-27  Zoltan Varga  <vargaz@freemail.hu>  
9047
9048         * metadata.c metadata.h (mono_metadata_nesting_typedef): changed to
9049         iterate over the NESTEDCLASS table using a linear search since the
9050         table is not guaranteed to be sorted by the secondary key.
9051
9052         * class.c (mono_class_create_from_typedef): fixed up call to
9053         mono_metadata_nesting_typedef.
9054         
9055 2003-02-27  Dietmar Maurer  <dietmar@ximian.com>
9056
9057         * marshal.c (mono_string_to_byvalstr): clear the memory as
9058         suggested by Jerome Laban <jlaban@wanadoo.fr>
9059
9060 2003-02-26  Dick Porter  <dick@ximian.com>
9061
9062         * process.c: Cope with padding in .rsrc blocks
9063
9064 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
9065
9066         * metadata.h: reverted the filter_len change, it breaks reflection
9067         
9068 2003-02-26  Dietmar Maurer  <dietmar@ximian.com>
9069
9070         * metadata.h: added a new field to store the filter_len
9071         
9072
9073 Tue Feb 25 10:56:16 CET 2003 Paolo Molaro <lupus@ximian.com>
9074
9075         * reflection.c: handle custom attributes for types and members
9076         created with Reflection.Emit (bug#38422).
9077
9078 2003-02-22  Zoltan Varga  <vargaz@freemail.hu>
9079
9080         * reflection.c: define RTSpecialName automatically for constructors for
9081         compatibility with MS.NET.
9082
9083         * reflection.c (mono_reflection_create_runtime_class): initialize
9084         nested_in field of dynamically created classes.
9085
9086 2003-02-22  Martin Baulig  <martin@ximian.com>
9087
9088         * debug-mono-symfile.h: Incremented version number.
9089
9090 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
9091
9092         * object.h icall.c process.c: fix warnings.
9093
9094 2003-02-21  Zoltan Varga  <vargaz@freemail.hu>
9095
9096         * appdomain.h appdomain.c:
9097         (mono_domain_try_type_resolve): split the 
9098         name_or_tb argument into a name and a tb argument.
9099         (mono_domain_has_type_resolve): new function to check whenever the
9100         application has registered a TypeResolve event handler.
9101         
9102         * icall.c reflection.h reflection.c: move the type resolve logic into
9103         mono_reflection_get_type () so it will be invoked when 
9104         Assembly::GetType () is called.
9105
9106         * reflection.c:
9107         (mono_reflection_get_type): renamed to get_type_internal.
9108         (mono_reflection_get_type): fixed type name generation so it works 
9109         for nested types too.
9110         (mono_reflection_get_type): call has_type_resolve () to avoid the 
9111         costly type name generation if there is no resolve event handler.
9112
9113 Fri Feb 21 11:36:57 CET 2003 Paolo Molaro <lupus@ximian.com>
9114
9115         * class.c, image.c: load exported types from file references.
9116
9117 2003-02-19  Lluis Sanchez Gual  <lluis@ideary.com>
9118
9119         * appdomain.h: Added in MonoDomain a couple of MonoMethod* variables
9120           used to cache the managed methods used to create proxies and make 
9121           remote invocation of methods.
9122         * class.h: Added in MonoVTable a flag to indicate that a class needs 
9123           to be remotely created.
9124         * object.c: Modified the method mono_class_vtable(). It now initializes 
9125           the remote flag of the vtable. Modified mono_object_new_specific(), 
9126           so now it checks the remote flag.
9127         * icall.c: Added a couple of internal methods, one for enabling instance 
9128           creation interception for a type, and one for creating objects bypassing
9129           the remote check.
9130
9131 2003-02-18  Martin Baulig  <martin@ximian.com>
9132
9133         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethodToken):
9134         New interncall to get a method's metadata token.
9135
9136         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethodToken"):
9137         New interncall for the debugger.
9138
9139 2003-02-18  Dietmar Maurer  <dietmar@ximian.com>
9140
9141         * class.c (mono_class_setup_vtable): allocate supertype array
9142
9143 2003-02-18  Martin Baulig  <martin@ximian.com>
9144
9145         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Added `has_this'.
9146
9147 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9148
9149         * reflection.c:
9150         (assembly_name_to_aname): jump over unknown properties (i've found
9151         something like: 'type, assembly, version=xxx, custom=null, public...',
9152         so now will ignore custom=null and still get the rest of the values).
9153
9154 2003-02-17  Dick Porter  <dick@ximian.com>
9155
9156         * threads.c: Have Thread.Start() wait for a semaphore to signal
9157         that the thread has set up all its local data.  This fixes bug
9158         34323, where Abort() raced the new thread's TLS data.
9159
9160         Also removes the handle_store() call from start_wrapper, because
9161         threads are now always created suspended and there is no longer a
9162         race between the parent and child threads to store the info.
9163
9164 Mon Feb 17 13:13:31 CET 2003 Paolo Molaro <lupus@ximian.com>
9165
9166         * image.c: explain the #- heap issue in a message, hopefully
9167         avoiding FAQs on mono-list.
9168
9169 2003-02-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9170
9171         * icall.c:
9172         (GetEntryAssembly): if the domain has not invoked
9173         AppDomain.ExecuteAssembly yet, return the assembly of the default
9174         AppDomain.
9175
9176 2003-02-16  Zoltan Varga  <vargaz@freemail.hu>
9177
9178         * class.c (mono_ldtoken): make it work in dynamic assemblies.
9179
9180 Sun Feb 16 13:10:06 CET 2003 Paolo Molaro <lupus@ximian.com>
9181
9182         * metadata.c, reflection.c: simple speedup to type hash
9183         and equals code.
9184
9185 Sat Feb 15 15:15:03 CET 2003 Paolo Molaro <lupus@ximian.com>
9186
9187         * image.c, image.h, class.c, assembly.c: move module loading
9188         to MonoImage. When loading metadata, consider alignemnet from
9189         the start of metadata, not from the metadata address in memory.
9190
9191 2003-02-13  Zoltan Varga  <vargaz@freemail.hu>
9192
9193         * reflection.c (mono_reflection_get_custom_attrs): Added support for 
9194         AssemblyBuilder objects. Factored out custom attribute creation into
9195         a separate function.
9196         (create_custom_attr): new function to create custom attributes.
9197
9198 2003-02-12  Miguel de Icaza  <miguel@ximian.com>
9199
9200         * Makefile.am: Got tired of typing the full pathname to pedump.
9201         Until there is another option, am installing this.
9202
9203 2003-02-12  Dietmar Maurer  <dietmar@ximian.com>
9204
9205         * class.c (class_compute_field_layout): always set field->parent 
9206         (mono_ldtoken): use mono_defaults.fieldhandle_class;
9207
9208 2003-02-11  Dick Porter  <dick@ximian.com>
9209
9210         * threads-types.h:
9211         * monitor.c: Rewrote Monitor, making lock much faster and
9212         Pulse/Wait work as specified.  Also uses much fewer handles, and only
9213         creates them as needed.
9214
9215         * exception.c: Added SynchronizationLockException
9216
9217         * threads.c: Deleted old Monitor implementation.  The new one is
9218         in a new file.
9219
9220 Mon Feb 10 17:54:10 CET 2003 Paolo Molaro <lupus@ximian.com>
9221
9222         * class.c: handled TypedReference type code. Set the correct size for
9223         class data. Setup interface_offsets for interface classes, too.
9224
9225 2003-02-09  Martin Baulig  <martin@ximian.com>
9226
9227         * debug-mono-symfile.h: Reflect latest symbol writer changes.
9228
9229 Sun Feb 9 18:37:01 CET 2003 Paolo Molaro <lupus@ximian.com>
9230
9231         * loader.c: implemented MEMBERREF_PARENT_TYPEDEF.
9232         * metadata.c, reflection.c: missing MONO_TYPE_TYPEDBYREF handling.
9233         * object.c: fixed mono_object_get_virtual_method () for interfaces.
9234         * verify.c: check for code that runs after the end of the method.
9235
9236 2003-02-08  Pedro Mart�nez Juli�  <yoros@wanadoo.es>
9237
9238         * icall.c: Added "System.Math::Floor", "System.Math::Round" and
9239         "System.Math::Round2".
9240         * sysmath.h: Added Floor, Round and Round2 definitions.
9241         * sysmath.c: Modified certain functions that were not 100% compliant
9242         with MS.NET (math precision) and added the implementation of Floor,
9243         Round and Round2.
9244
9245 2003-02-07  Martin Baulig  <martin@ximian.com>
9246
9247         * debug-mono-symfile.c (mono_debug_symfile_add_method): Ignore interncalls.
9248
9249 2003-02-07  Martin Baulig  <martin@ximian.com>
9250
9251         * debug-mono-symfile.c: Reflected latest symwriter changes.
9252         (mono_debug_create_mono_symbol_file): Removed.
9253         (mono_debug_open_mono_symbol_file): Take an argument which
9254         specifies whether to create a dynamic symbol file.
9255
9256 2003-02-07  Dietmar Maurer  <dietmar@ximian.com>
9257
9258         * class.c (mono_class_from_mono_type): added MONO_TYPE_TYPEDBYREF
9259
9260 2003-02-05  Martin Baulig  <martin@ximian.com>
9261
9262         * reflection.c (mono_image_build_metadata): Make this public,
9263         protect it against being called multiple times, don't create
9264         resources and don't build the compressed metadata here.
9265         (mono_image_create_pefile): Do this here.
9266
9267         * icall.c
9268         ("System.Reflection.Emit.AssemblyBuilder::build_metadata"): Added.
9269
9270 2003-02-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9271
9272         * socket-io.c: fixed bug #36322.
9273
9274 2003-02-06  Piers Haken <piersh@friskit.com>
9275
9276         * appdomain.[ch]:
9277         * class.h:
9278         * debug-mono-symfile.c:
9279         * icall.c:
9280         * loader.c:
9281         * mono-config.c:
9282         * monosn.c:
9283         * reflection.c:
9284         * socket-io.c: warning cleanups
9285
9286 2003-02-06  Dietmar Maurer  <dietmar@ximian.com>
9287
9288         * marshal.c (mono_marshal_get_remoting_invoke_with_check): new
9289         function. works like remoting invoke, but does a check for the Proxy first.
9290
9291 2003-02-05  Miguel de Icaza  <miguel@ximian.com>
9292
9293         * appdomain.c (ves_icall_System_AppDomain_InternalUnload): Make it compiler.
9294
9295 2003-02-05  Dietmar Maurer  <dietmar@ximian.com>
9296
9297         * marshal.c (mono_marshal_get_native_wrapper): only allocate an
9298         array of pointers.
9299         (mono_marshal_get_ldfld_wrapper): only generate necessary ldfld wrappers.
9300         (mono_marshal_get_stfld_wrapper): only generate necessary stfld wrappers.
9301
9302         * object.c (mono_store_remote_field_new): used by the new jit
9303         instead of mono_store_remote_field
9304         (mono_load_remote_field_new): used by the new jit
9305         instead of mono_load_remote_field
9306
9307 2003-02-05  Patrik Torstensson
9308
9309         * appdomain.c: changed unload to take the domain id instead
9310         of domain
9311         
9312         * icall.c: changed icall for AppDomain.Unload to AppDomain.InternalUnload
9313
9314
9315 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9316
9317         * appdomain.c: don't look for assemblies in ApplicationBase if
9318         PrivateBinPathProbe is set.
9319
9320 2003-02-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9321
9322         * object.c: make the first argument in main_args contain the absolute
9323         path to the assembly. Fixes bug #37511.
9324
9325 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9326
9327         * icall.c: get correct UTC offset for countries not using daylight
9328         time saving. Fixes bug #30030.
9329
9330 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9331
9332         * socket-io.c: support AF_UNIX and use the same layout as MS (bytes 0
9333         and 1 are the family).
9334
9335 2003-02-04  Dietmar Maurer  <dietmar@ximian.com>
9336
9337         * icall.c (ves_icall_InternalExecute): removed wrong assertion
9338
9339         * marshal.c (mono_marshal_get_remoting_invoke): generate valid IL
9340
9341 2003-02-04  Zoltan Varga  <vargaz@freemail.hu>
9342
9343         * reflection.c: added support for SignatureHelper tokens, which is
9344         needed by the Calli opcode.
9345
9346         * reflection.h: track changes to SignatureHelper class.
9347
9348         * metadata.c (mono_metadata_parse_signature): handle dynamic tokens.
9349
9350 2003-02-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9351
9352         * appdomain.c: fixed loading assemblies from PrivateBinPath.
9353
9354 2003-02-03  Patrik Torstensson
9355         * appdomain.[c|h], domain.c : 
9356          - Added support for getting a domain via domain id
9357          - Support for setting and getting domain from System.AppDomain 
9358            (used in cross appdomain channel)
9359          - Added support for get/set for a MonoAppContext on a thread 
9360            (Context class in System.Runtime.Remoting.Contexts),
9361          - Removed hack in Get/SetData and ExecuteAssembly.
9362         
9363         * icall.c : renamed GetTransparantProxy to InternalGetTransparantProxy to allow
9364         the managed world to get control when a proxy is created.
9365
9366         * icall.c (ves_icall_InternalExecute) : bug fix, must return empty array
9367         
9368 2003-02-03  Miguel de Icaza  <miguel@ximian.com>
9369
9370         * icall.c
9371         (ves_icall_System_Reflection_Assembly_GetReferencedAssemblies):
9372         Populate the codebase field as well.
9373
9374 2003-02-02  Martin Baulig  <martin@ximian.com>
9375
9376         * debug-mono-symfile.c
9377         (MonoSymbolFileMethodAddress): Added `wrapper_address' field.
9378         (mono_debug_symfile_add_method): Allow interncalls.
9379
9380 2003-01-31  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9381
9382         * icall.c: throw parse exception if strtod fails or the string is empty.
9383
9384 Fri Jan 31 16:09:48 CET 2003 Paolo Molaro <lupus@ximian.com>
9385
9386         * marshal.c: handle object type separately from defined
9387         class types.
9388
9389 Fri Jan 31 16:01:20 CET 2003 Paolo Molaro <lupus@ximian.com>
9390
9391         * marshal.c: handle NATIVE_LPSTR for strings when it's
9392         explicitly specified.
9393
9394 Fri Jan 31 11:51:43 CET 2003 Paolo Molaro <lupus@ximian.com>
9395
9396         * reflection.c, reflection.h, icall.c: setup the reflection
9397         handle cache for ModuleBuilders and AssemblyBuilders.
9398
9399 2003-01-30  Dietmar Maurer  <dietmar@ximian.com>
9400
9401         * reflection.c (reflection_methodbuilder_to_mono_method): set
9402         pinvoke flag
9403
9404 2003-01-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9405
9406         * icall.c: implemented ves_icall_MonoMethod_get_base_definition.
9407
9408 2003-01-29  Dick Porter  <dick@ximian.com>
9409
9410         * threads.c: No need for the fake_thread kludge now that Thread
9411         doesn't run a class constructor
9412         
9413 2003-01-29  Dick Porter  <dick@ximian.com>
9414
9415         * threads.c: Use g_direct_hash instead of the rather bogus
9416         g_int_hash
9417
9418 2003-01-29  Dietmar Maurer  <dietmar@ximian.com>
9419
9420         * marshal.c (mono_marshal_get_native_wrapper): add check for null
9421         (fix pinvoke12.exe)
9422         (mono_marshal_get_struct_to_ptr): generate valid IL code
9423         (mono_marshal_get_ptr_to_struct): generate valid IL code
9424         (*): correctly set sig->pinvoke, we need to memdup the signature
9425         to do that
9426
9427 Tue Jan 28 22:57:57 CET 2003 Paolo Molaro <lupus@ximian.com>
9428
9429         * marshal.c, marshal.h: use larger integers in mono_mb_emit_add_to_local()
9430         to avoid overflows (bug spotted and fixed by Jerome Laban <jlaban@wanadoo.fr>).
9431
9432 Tue Jan 28 18:55:19 CET 2003 Paolo Molaro <lupus@ximian.com>
9433
9434         * profiler.c: provide more callers information.
9435
9436 2003-01-28  Dietmar Maurer  <dietmar@ximian.com>
9437
9438         * marshal.c (mono_marshal_get_managed_wrapper): generate valid IL code
9439
9440         * appdomain.h:added fix from Patrik: _MonoAppDomain is a MBR object
9441
9442         * marshal.c (mono_marshal_get_native_wrapper): generate valid IL code
9443
9444 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
9445
9446         * icall.c: (ves_icall_System_CurrentTimeZone_GetTimeZoneData): raise an
9447         exception instead of going into an infinite loop on dates which it 
9448         can't yet handle.
9449
9450         * string-icalls.c (ves_icall_System_String_get_Chars): raise 
9451         out-of-range exception if needed.
9452
9453         * class.c (mono_class_setup_vtable): allow a virtual method to provide
9454         an implementation for an interface method and to override an inherited
9455         method at the same time. 
9456         Imagine a scenario when a virtual method is used to override a
9457         virtual abstract method in a parent class, and this same method 
9458         provides an implementation for an method inherited from an interface. 
9459         In this case, the interface resolution code will set im->slot, which 
9460         means that the virtual method override pass will skip this method 
9461         which means a pointer to the abstract method inherited from the parent
9462         will remain in the vtable of this non-abstract class.
9463
9464         * class.c: (mono_class_setup_vtable): continue search for a real 
9465         method if only an abstract method is found.     
9466
9467 Mon Jan 27 17:12:19 CET 2003 Paolo Molaro <lupus@ximian.com>
9468
9469         * reflection.c: add size to encoding for ByValStr and ByValArray
9470         marshal blob (from "Jerome Laban" <jlaban@wanadoo.fr>).
9471
9472 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
9473
9474         * class.c (mono_class_setup_vtable): pass the override info as an
9475         argument.
9476
9477         * class.c (mono_class_setup_vtable): set the slot of overriding methods
9478         correctly.
9479         
9480         * reflection.c (ensure_runtime_vtable); add support for method 
9481         overrides.
9482         
9483 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
9484
9485         * reflection.c (resolution_scope_from_image): Hack to work to work with
9486         dynamic assemblies.
9487
9488         * reflection.c (mono_image_typedef_or_ref): renamed to ..._aux and 
9489         added a 'force_ref' argument to force this function to allways return 
9490         a TypeRef. This is needed by mono_image_get_memberref_token ().
9491         
9492 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
9493
9494         * reflection.c (mono_image_get_type_info): interfaces really don't have
9495         a parent.
9496
9497         * reflection.c (mono_image_basic_init): fill out missing fields of
9498         image structure.
9499
9500         * reflection.c (mono_image_basic_init): Invoke assembly load hooks for 
9501         dynamic assemblies. This is required so dynamic assemblies show up in
9502         AppDomain.GetAssemblies (), emit an AssembyLoadEvent, gets searched by
9503         Type::GetType() etc. This is consistent with MS behaviour.
9504
9505         * image.c image.h reflection.c: add newly created classes to the name 
9506         cache so mono_class_get () will find them.      
9507
9508 2003-01-27  Zoltan Varga  <vargaz@freemail.hu>
9509
9510         First part of changes to get IKVM.NET running under mono.
9511         
9512         * appdomain.h, appdomain.c: added new function 
9513         mono_domain_try_type_resolve() which will emit TypeResolve events. 
9514         This function will call AppDomain::DoTypeResolve to do the actual work.
9515
9516         * class.h, class.c, loader.c, object.c, reflection.h, reflection.c: 
9517         moved existing code dealing with dynamic tokens to a new function 
9518         called mono_reflection_lookup_dynamic_token (). This function will 
9519         raise TypeResolve events when appropriate. Since reflection.c is not 
9520         part of libmetadata, a new hook function called 
9521         mono_lookup_dynamic_token() is added to class.c which will call this.
9522
9523         * assembly.h assembly.c: make the invoke_load_hook function public,
9524         so it can be called for dynamic assemblies.
9525
9526         * icall.c (ves_icall_System_Runtime_CompilerServices_RuntimeHelpers_RunClassConstructor): skip interfaces since they do not have initializers.
9527
9528         * icall.c (ves_icall_type_from_name): emit a TypeResolve event if the 
9529         type isn't found.
9530
9531         * reflection.c reflection.h: change MonoDynamicAssembly.tokens to a 
9532         MonoGHashTable, since it contains pointers to objects which the GC 
9533         needs to track.
9534
9535         * assembly.c (search_loaded): remove unused variable.
9536         
9537 Mon Jan 27 12:18:45 CET 2003 Paolo Molaro <lupus@ximian.com>
9538
9539         * object.c: fixed issue exposed by gcc-generated IL programs
9540         that use RVA data for pointers.
9541
9542 2003-01-25  Martin Baulig  <martin@ximian.com>
9543
9544         * threads.c (start_wrapper): Moved the initialization of
9545         `start_func' above the mono_new_thread_init() call to which we
9546         pass it as argument.
9547
9548 2003-01-24  Martin Baulig  <martin@ximian.com>
9549
9550         * threads.h (MonoThreadCallbacks): Pass the thread ID instead of
9551         the MonoThread pointer.
9552
9553 2003-01-21  Miguel de Icaza  <miguel@ximian.com>
9554
9555         * icall.c: Rename `PowImpl' to Pow.
9556
9557 2003-01-23  Dick Porter  <dick@ximian.com>
9558
9559         * threads.c (start_wrapper): Create a Thread object if needed, so
9560         the Main() thread can do the class initialisation in a subthread
9561         that has been set up to allow managed code execution.
9562
9563         Pass the thread ID instead of the MonoThread pointer to the thread
9564         start and attach callbacks.  This change is required, because the
9565         jit thread start callback must be called _before_ the Thread
9566         object can be created.
9567         
9568         (mono_thread_init): Removed much object creation code that is no
9569         longer needed.  No managed code is called from here now.
9570
9571         * object.c (mono_runtime_exec_managed_code): Create a subthread
9572         for Main, and call back to the runtime to use it.
9573         Set the exit code when Main exits.
9574
9575         * gc.c: Make sure domain finalisation happens in a subthread.
9576         Re-enable threaded GC, fixing bug 31333 (again).
9577
9578         * environment.c: System.Environment internall calls (so far just
9579         ExitCode is here, the others are still in icall.c)
9580
9581         * appdomain.c (mono_runtime_cleanup): All threads running managed
9582         code should have finished before mono_runtime_cleanup() is
9583         reached, so no need to clean up threads.
9584
9585 2003-01-22  Martin Baulig  <martin@ximian.com>
9586
9587         * appdomain.h (MonoThreadStartCB): Added `MonoThread *thread' and
9588         `gpointer func' arguments.      
9589         (MonoThreadAttachCB): New typedef; like the old MonoThreadStartCB,
9590         but added `MonoThread *thread' argument.
9591         (mono_runtime_init): The last argument is now a MonoThreadAttachCB.
9592
9593         * threads.c (mono_new_thread_init): Added `gpointer func' argument
9594         and pass it to the mono_thread_start_cb callback.
9595         (mono_install_thread_callbacks): New public function to install a
9596         set of callbacks which are set by the debugger.
9597         (mono_thread_init): The last argument is now a MonoThreadAttachCB.
9598
9599 2003-01-22  Martin Baulig  <martin@ximian.com>
9600
9601         * Makefile.am: Install debug-mono-symfile.h.
9602
9603 2003-01-21  Aleksey Demakov <avd@openlinksw.com>
9604
9605         * marshal.c: fixed copy_from_managed and copy_to_unmanaged for 0 length.
9606
9607 2003-01-21  Dietmar Maurer  <dietmar@ximian.com>
9608
9609         * added the following fix from Jackson Harper <jackson@latitudegeo.com>
9610         * class.c (mono_ptr_class_get): correctly set access levels of pointers
9611         (mono_array_class_get): correctly set access levels of arrays
9612
9613 2003-01-20      Patrik Torstensson
9614         * image.h (MonoAssemblyName): changed major, minor, build, revision
9615         from signed to unsigned.
9616
9617 2003-01-20  sean kasun <skasun@azstarnet.com>
9618
9619         * reflection.c (load_cattr_value): Now this handles
9620         MONO_TYPE_SZARRAY.  Fixes bug #35629
9621
9622 2003-01-20  Miguel de Icaza  <miguel@ximian.com>
9623
9624         * marshal.c (emit_struct_conv): Handle MONO_TYPE_PTR as an
9625         integer value
9626
9627 2003-01-18  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9628
9629         * decimal.c: fixed bug #26056.
9630
9631 2003-01-17  Martin Baulig  <martin@ximian.com>
9632
9633         * gc.c: Raise an ExecutionEngineException instead of using g_error().
9634
9635 2003-01-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9636
9637         * exception.[ch]:
9638         (mono_get_exception_type_initialization): new function.
9639
9640         * object.c: throw a TypeInitializationException when an exception is
9641         thrown invoking the class constructor.
9642
9643 2003-01-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9644
9645         * reflection.c: fixed attribute reading.
9646
9647 2003-01-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9648
9649         * icall.c:
9650         (ves_icall_type_from_name): make it work as MS. Ie, if no assembly name
9651         provided, look for the type in the calling assembly and then in
9652         mscorlib; if the assembly name is provided, only try that one.
9653
9654 Tue Jan 14 14:52:52 CET 2003 Paolo Molaro <lupus@ximian.com>
9655
9656         * object.c: register the vtable before there is a chance it's
9657         queried again recursively.
9658
9659 2003-01-13  Duncan Mak  <duncan@ximian.com>
9660
9661         * Makefile.am (libmonoruntime_la_SOURCES): Change gc.h to
9662         gc-internal.h. 
9663         
9664 2003-01-12  Patrik Torstensson <totte@race-x-change.com>
9665
9666         * string-icall.[c|h], icall.c: Added support for CompareOrdinal mode
9667
9668 2003-01-11  Martin Baulig  <martin@ximian.com>
9669
9670         * debug-mono-symfile.h (MONO_SYMBOL_FILE_DYNAMIC_VERSION): Incremented
9671         this to 20 for the release.
9672
9673 2003-01-10  Dietmar Maurer  <dietmar@ximian.com>
9674
9675         * marshal.c (emit_struct_conv): added support for EXPLICIT_LAYOUT
9676
9677         * loader.c (mono_method_get_marshal_info): bug fix
9678
9679         * marshal.c (mono_marshal_get_ptr_to_struct): don't convert
9680         structures with explicit layout
9681
9682 Fri Jan 10 15:58:09 CET 2003 Paolo Molaro <lupus@ximian.com>
9683
9684         * profiler.c: made the output more readable (and sorted). 
9685         Added caller information for the allocation profiler.
9686
9687 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
9688
9689         * icall.c, rand.c, rand.h: Prepended RNG functions with Internal.
9690
9691 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9692
9693         * icall.c: added ves_icall_System_Activator_CreateInstanceInternal. Used
9694         to get value types.
9695         
9696 Thu Jan 9 19:43:11 CET 2003 Paolo Molaro <lupus@ximian.com>
9697
9698         * object.c, profiler.h, profiler.c, profiler-private.h:
9699         Added object allocation profiler.
9700
9701 Thu Jan 9 16:17:00 CET 2003 Paolo Molaro <lupus@ximian.com>
9702
9703         * reflection.h, reflection.c: handle global methods.
9704         Compress blob entries.
9705
9706 Thu Jan 9 15:54:53 CET 2003 Paolo Molaro <lupus@ximian.com>
9707
9708         * marshal.c: fix compilation.
9709
9710 2003-01-09  Dietmar Maurer  <dietmar@ximian.com>
9711
9712         * loader.c (mono_method_get_marshal_info): impl.
9713
9714         * metadata.c (mono_metadata_field_info): use mono_metadata_get_marshal_info
9715
9716 2003-01-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9717
9718         * icall.c: applied fix from Zoltan Varga that fixes Type.IsPrimitive
9719         for reference types.
9720
9721 Wed Jan 8 20:11:46 CET 2003 Paolo Molaro <lupus@ximian.com>
9722
9723         * loader.c: fixed off by one error in loaded parameter names.
9724
9725 2003-01-08  Dietmar Maurer  <dietmar@ximian.com>
9726
9727         * marshal.c (mono_marshal_get_icall_wrapper): like
9728         mono_marshal_get_native_wrapper, but simpler and use a MonoMethodSignature
9729         instead of a MonoMethod.
9730
9731 2003-01-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9732
9733         * decimal.c: fixed bug #36537.
9734
9735 Mon Jan 6 19:37:59 CET 2003 Paolo Molaro <lupus@ximian.com>
9736
9737         * marshal.c: throw a missing method exception if a
9738         P/Invoke method is not found.
9739
9740 Sun Jan 5 11:57:09 CET 2003 Paolo Molaro <lupus@ximian.com>
9741
9742         * icall.c: allow a null this for constructors.
9743
9744 Sat Jan 4 18:28:42 CET 2003 Paolo Molaro <lupus@ximian.com>
9745
9746         * icall.c: raise the proper exceptions if the arguments to the
9747         internal Invoke are incorrect.
9748
9749 2003-01-03  Dietmar Maurer  <dietmar@ximian.com>
9750
9751         * marshal.c (mono_marshal_get_ptr_to_struct): code cleanups
9752
9753 2003-01-03  Martin Baulig  <martin@ximian.com>
9754
9755         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
9756
9757 2002-12-31  Martin Baulig  <martin@ximian.com>
9758
9759         * debug-mono-symfile.c: Completely rewrote the type section.
9760         Instead of using individual malloc()ed fields, we use one big
9761         continuous memory area and offsets into this area.
9762         See the comments in the source code for details.
9763
9764 2002-12-30  Martin Baulig  <martin@ximian.com>
9765
9766         * debug-mono-symfile.h (MonoDebugTypeInfo): Renamed to MonoDebugClassInfo.
9767
9768 2002-12-30  Martin Baulig  <martin@ximian.com>
9769
9770         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Include the
9771         line number table in this data blob instead of using an external
9772         pointer.
9773
9774 2002-12-28  Martin Baulig  <martin@ximian.com>
9775
9776         * debug-mono-symfile.h: Increment MONO_SYMBOL_FILE_DYNAMIC_VERSION.
9777
9778 2002-12-22  Rachel Hestilow  <hestilow@ximian.com>
9779
9780         * marshal.c (mono_marshal_get_runtime_invoke): Support MONO_TYPE_CHAR
9781         as a boxed return type.
9782
9783 2002-12-21  Miguel de Icaza  <miguel@ximian.com>
9784
9785         * appdomain.c
9786         (ves_icall_System_AppDomainSetup_InitAppDomainSetup): Use
9787         g_build_filename to properly get separators on the filename created.
9788
9789         * object.h: Small change, introduce MonoMarshalByRefObject to
9790         track the layout of that structure in the C# universe as we make
9791         changes there.
9792
9793 Thu Dec 19 16:23:19 CET 2002 Paolo Molaro <lupus@ximian.com>
9794
9795         * object.c: removed assert to allow static fields on interfaces.
9796         * loader.c: a TypeSpec may be used for any type, not just arrays.
9797
9798 Thu Dec 19 14:19:42 CET 2002 Paolo Molaro <lupus@ximian.com>
9799
9800         * class.c, class.h: added mono_class_array_element_size ().
9801         Ignore static methods in interfaces.
9802
9803 2002-12-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9804
9805         * threads.c: fixed the build under cygwin.
9806
9807 Wed Dec 18 18:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
9808
9809         * reflection.c: handle nullref constants. Allocate keys for
9810         reflection handles with the GC.
9811
9812 Wed Dec 18 11:34:18 CET 2002 Paolo Molaro <lupus@ximian.com>
9813
9814         * threads.c, threads.h: added mono_thread_get_abort_signal()
9815         to get a suitable signal for thread abort.
9816
9817 Wed Dec 18 11:26:18 CET 2002 Paolo Molaro <lupus@ximian.com>
9818
9819         * metadata.c: fix handling of ExportedType table.
9820
9821 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9822
9823         * icall.c: added WriteWindowsDebugString internal call.
9824
9825 2002-12-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9826
9827         * reflection.h: added fields to match C# implementation.
9828
9829 2002-12-14  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9830
9831         * icall.c: patch from Jaroslaw Kowalski to fix Environment.MachineName.
9832
9833 2002-12-12  Juli Mallett  <jmallett@FreeBSD.org>
9834
9835         * gc.h, gc-internal.h: Rename header for GC internal calls to
9836         gc-internal.h from gc.h as to not clash with Boehm GC having its
9837         header installed as <gc.h> in outside include paths.
9838         * appdomain.c, gc.c, icall.c, object.c: Account for aforementioned.
9839         * threads.c: If SIGRTMIN is not defined, fall back to SIGUSR1.
9840
9841 2002-12-12  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9842
9843         * icall.c: assign minor, build and revision in FillName.
9844
9845 2002-12-11  Zoltan Varga  <vargaz@freemail.hu>
9846
9847         * image.h reflection.h reflection.c class.h class.c loader.c object.c:
9848         Added support for running code generated by Reflection.Emit.
9849
9850 2002-12-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9851
9852         * appdomain.c: check for NULL argument in LoadFrom.
9853
9854 2002-12-10  Dick Porter  <dick@ximian.com>
9855
9856         * threads.c: WaitHandle fixes from Tum <tum@veridicus.com>
9857
9858 2002-12-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9859
9860         * appdomain.c: fix buglet when building exe file name.  Handle full
9861         assembly name (needed after latest changes to AssemblyName).
9862         * image.c:
9863         (mono_image_close): free some hashtables.
9864
9865 2002-12-05  Dietmar Maurer  <dietmar@ximian.com>
9866
9867         * threads.c (ves_icall_System_Threading_Thread_Abort): we use SIGRTMIN 
9868         instead of SIGUSR1, because SIGUSR1 is used by the pthread implementation 
9869         on some systems (redhat 7.3) 
9870
9871 Thu Dec 5 16:13:40 CET 2002 Paolo Molaro <lupus@ximian.com>
9872
9873         * threads.c: delete the critical section of a sync block,
9874         spotted and fixed by tum@veridicus.com (Thong (Tum) Nguyen).
9875
9876 Thu Dec 5 12:52:52 CET 2002 Paolo Molaro <lupus@ximian.com>
9877
9878         * pedump.c, cil-coff.h, monosn.c: add strong name cli header flag.
9879
9880 2002-12-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9881
9882         * appdomain.[ch]: handle the assembly preload event to try loading the
9883         assemblies using the paths we have in the current domain.
9884
9885         * assembly.[ch]: created an assembly preload hook that is called to try
9886         loading the assembly by other means that the ones provided here.
9887
9888         * domain.c: initialize the domain search path.
9889
9890         From now on, assemblies (TODO: except corlib and System) are loaded
9891         according to these rules when using mono_assembly_load ():
9892
9893                 1. It tries to load the assembly from the ApplicationBase
9894                 of the current domain appending .dll and .exe (TODO: have to
9895                 try loading from name/name.dll and name/name.exe).
9896
9897                 2. It tries the search path specified in PrivateBinPath for the
9898                 current domain (if any).
9899
9900                 3. Previous behavior.
9901
9902 Wed Dec 4 16:02:25 CET 2002 Paolo Molaro <lupus@ximian.com>
9903
9904         * icall.c: implemented GetInterfaceMap() related icall.
9905         * domain.c, loader.h: load MethodInfo in mono_defaults.
9906
9907 Wed Dec 4 11:02:30 CET 2002 Paolo Molaro <lupus@ximian.com>
9908
9909         * gc.c: disable the finalizer thread for now, untill all the issues
9910         with it are resolved.
9911
9912 Wed Dec 4 10:44:01 CET 2002 Paolo Molaro <lupus@ximian.com>
9913
9914         * string-icalls.c: handle embedded nulls in string ctor when the
9915         length is specified.
9916
9917 Tue Dec 3 19:29:20 CET 2002 Paolo Molaro <lupus@ximian.com>
9918
9919         * class.c: look for explicit interface implementation in parent
9920         classes, too.
9921
9922 2002-12-03  Dietmar Maurer  <dietmar@ximian.com>
9923
9924         * gc.c (run_finalize): dont run the finalizer (strange behaviour on rh7.3) 
9925
9926 Tue Dec 3 12:40:06 CET 2002 Paolo Molaro <lupus@ximian.com>
9927
9928         * gc.c: protect handles with a critical section.
9929
9930 2002-12-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9931
9932         * icall.c:
9933         (ves_icall_type_from_name): it now has throwOnError and ignoreCase
9934         parameters. If no assembly specified, try getting the type from all
9935         the assemblies in the current domain, else, load the assembly and get
9936         the type from it.
9937
9938 2002-11-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9939
9940         * marshal.c: applied patch from Aleksey Demakov that fixes
9941         ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringUni.
9942
9943 2002-11-28  Gonzalo Paniagua Javier <gonzalo@ximian.com>
9944
9945         * icall.c: fixed get_location.
9946
9947 2002-11-28  Dietmar Maurer  <dietmar@ximian.com>
9948
9949         * icall.c: moved MONO_ARCH_SAVE_REGS to the end of the
9950         declarations to make it work with older gcc. 
9951
9952         * loader.c (mono_get_method): set signature->pinvoke for native calls
9953
9954 2002-11-20  Dick Porter  <dick@ximian.com>
9955
9956         * threads.c (mono_thread_init): Set the main thread's handle
9957
9958 Tue Nov 19 14:15:34 CET 2002 Paolo Molaro <lupus@ximian.com>
9959
9960         * gc.c: allow compilation without GC support. Changed to match the
9961         mono coding style.
9962
9963 Mon Nov 18 18:41:51 CET 2002 Paolo Molaro <lupus@ximian.com>
9964
9965         * gc.c: don't start the finalizer thread if the env var GC_DONT_GC is set.
9966
9967 Mon Nov 18 16:35:22 CET 2002 Paolo Molaro <lupus@ximian.com>
9968
9969         * reflection.c: set a public key token on the core assemblies.
9970
9971 2002-11-18  Dick Porter  <dick@ximian.com>
9972
9973         * threads.c: Split out some thread initialisation so that other
9974         files can set the start callback function.
9975
9976         * gc.c: Run finalisers in a separate thread, to avoid stack
9977         overflow.  Fixes bug 31333.
9978
9979         * appdomain.c: Set up GC finalisation thread.
9980
9981         * reflection.c: 
9982         * object.c: 
9983         * domain.c: Use gc.h macros for GC_malloc
9984         
9985 2002-11-15  Dick Porter  <dick@ximian.com>
9986
9987         * threadpool.c: 
9988         * threads.c:
9989         * appdomain.c: Removed mono_runtime_init_with_attach(),
9990         mono_thread_create_arg(), and mono_thread_init_with_attach(), by
9991         merging the extra parameter with the existing function.  Removed
9992         unneeded code in mono_thread_attach().
9993
9994 2002-11-14  Dietmar Maurer  <dietmar@ximian.com>
9995
9996         * image.c (mono_image_loaded_by_guid): a method to get loaded
9997         images by guid. 
9998         (load_metadata_ptrs): we store the guid as string.
9999
10000 2002-11-11  Dietmar Maurer  <dietmar@ximian.com>
10001
10002         * assembly.c (mono_assembly_open): check the guid of aot compiled lib.
10003
10004         * metadata.c (mono_guid_to_string): imported method form Zoltan
10005         Varga (slightly modified)
10006
10007         * assembly.c (mono_assembly_open): load precompiled code
10008
10009         * loader.h (MonoMethod): we store the method token for use in the
10010         aot compiler. 
10011
10012 2002-11-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10013
10014         * appdomain.c: insert the loaded assemblies in the domain->assemblies in
10015         the hook function called when an assembly is loaded.
10016         
10017         * domain.c: Modified file.
10018         (mono_domain_assembly_load): removed hash table insertion of assemblies.
10019
10020         Fixes bug #33196.
10021
10022 2002-11-07  Miguel de Icaza  <miguel@ximian.com>
10023
10024         * reflection.c: Map PEFileKind to the value expected by the WinNT
10025         image loader. 
10026
10027 2002-11-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10028
10029         * rand.c: use /dev/urandom. If it fails to open, use the previous one.
10030         Read until the buffer is filled completely.
10031
10032 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10033
10034         * icall.c: implemented MonoType.InternalGetEvent ().
10035
10036 2002-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10037
10038         * appdomain.c: implemented InitAppDomainSetup. Delayed
10039         AppDomain.SetupInformation until mono_runtime_exec_main, where we get
10040         the entry_assembly.
10041
10042         * assembly.c: base_dir is now an absolute path ending with
10043         G_DIR_SEPARATOR.
10044
10045         * icall.c: modified get_location according to the above changes.
10046
10047         * object.c: init AppDomain.SetupInformation for the default domain after
10048         we have the entry assembly.
10049
10050         * domain.c: when unloading a domain, setup = NULL.
10051
10052 2002-11-04  Dietmar Maurer  <dietmar@ximian.com>
10053
10054         * marshal.c (emit_ptr_to_str_conv): try to fix bug 29548
10055
10056 Sun Nov 3 15:39:28 CET 2002 Paolo Molaro <lupus@ximian.com>
10057
10058         * object.h, object.c: introduced mono_object_get_virtual_method ()
10059         to lookup the method invoked on an object when a callvirt is done on
10060         a method.
10061         * icall.c: make MethodInfo::Invoke() always do a virtual call.
10062
10063 2002-11-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10064
10065         * appdomain.c: invoke AssemblyLoad and AsemblyResolve events in the
10066         current domain when loaded an assembly and failed to load it.
10067
10068         * icall.c: changed ...Assembly_GetType to Assembly_InternalGetType.
10069
10070 2002-10-31  Dick Porter  <dick@ximian.com>
10071
10072         * icall.c: 
10073         * file-io.h: 
10074         * file-io.c: Return the error status in a parameter, as the
10075         GetLastError() value has long since been blown away if we try and
10076         look it up in a subsequent internal call invocation.  Delete the
10077         GetLastError() internal call, because it's useless.
10078
10079 2002-10-31  Dietmar Maurer  <dietmar@ximian.com>
10080
10081         * class.[ch]: added cast_class to fix bug 29517
10082
10083 Wed Oct 30 19:37:32 CET 2002 Paolo Molaro <lupus@ximian.com>
10084
10085         * marshal.c: create valid IL code in the filter clause:
10086         the new JIT is less forgiving:-)
10087
10088 2002-10-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10089
10090         * icall.c: removed get_property internal call.
10091
10092 2002-10-25  Zoltan Varga  <vargaz@freemail.hu>
10093
10094         * appdomain.h domain.c: Added an ID to appdomains.
10095         
10096         * threads.c threads.h icall.c: Implement icall
10097         Thread:GetDomainID(), and remove unused icall 
10098         CurrentThreadDomain_internal.
10099
10100 2002-10-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10101
10102         * icall.c: Don't recurse through the base types in GetConstructor.
10103         Fixes bug #32063. 
10104
10105 Thu Oct 24 16:56:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
10106
10107         * mempool.h, mempool.c: added mono_mempool_empty() and
10108         mono_mempool_stats().
10109
10110 2002-10-23  Dick Porter  <dick@ximian.com>
10111
10112         * file-io.c: 
10113         * file-io.h: 
10114         * icall.c: Added MonoIO.GetFileType internal call
10115
10116 2002-10-17  Dick Porter  <dick@ximian.com>
10117
10118         * appdomain.c (mono_runtime_cleanup): Don't signal the async
10119         delegate semaphore before waiting for all threads to finish,
10120         because new threads can also call async delegates.  Fixes bug
10121         32004.
10122
10123         * threadpool.c (async_invoke_thread): Only wait for 500ms instead
10124         of 3 seconds, in case another async job is queued.  (This part is
10125         needed because the bug fix reintroduced the 3s exit lag.)  This
10126         makes the mono_runtime_shutdown flag superfluous.
10127
10128 Thu Oct 17 13:11:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
10129
10130         * reflection.c: include ehader size in method section headers.
10131         Really check for suplicated modules entries.
10132
10133 2002-10-17  Martin Baulig  <martin@gnome.org>
10134
10135         * debug-mono-symfile.c: Added back support for locals.
10136
10137 2002-10-14  Martin Baulig  <martin@gnome.org>
10138
10139         * debug-mono-symfile.c: Added MONO_TYPE_I, MONO_TYPE_U and
10140         MONO_TYPE_VOID.
10141
10142 2002-10-14  Martin Baulig  <martin@gnome.org>
10143
10144         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetType): Use
10145         mono_class_get() instead of looking in the class cache. 
10146
10147 2002-10-13  Martin Baulig  <martin@gnome.org>
10148
10149         * debug-mono-symfile.c: Set version number to 28, include the
10150         signature in method names.
10151
10152 2002-10-13  Martin Baulig  <martin@gnome.org>
10153
10154         * debug-mono-symfile.h: Set version number to 27.
10155
10156 2002-10-11  Martin Baulig  <martin@gnome.org>
10157
10158         * gc.c: Don't register/unregister NULL pointers as disappearing links.
10159
10160 Thu Oct 10 14:56:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
10161
10162         * metadata.c, metadata.h: added helper function to allocate signatures.
10163
10164 2002-10-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10165
10166         * icall.c: added internal call to get the location of machine.config.
10167
10168 2002-10-08  Martin Baulig  <martin@gnome.org>
10169
10170         * debug-mono-symfile.c: Ignore classes with a pending init for the
10171         moment.
10172
10173 2002-10-03  Dick Porter  <dick@ximian.com>
10174
10175         * threads.c: Freebsd pthread_t is a pointer
10176
10177 2002-10-03  Dick Porter  <dick@ximian.com>
10178
10179         * socket-io.c: Implemented GetHostName_internal
10180
10181 2002-10-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10182
10183         * mono-config.c:
10184         (mono_config_parse_file): don't leak the text.
10185
10186 2002-10-02  Martin Baulig  <martin@gnome.org>
10187
10188         * debug-mono-symfile.c: Added support for methods.
10189
10190 2002-10-01  Martin Baulig  <martin@gnome.org>
10191
10192         * debug-mono-symfile.c: Don't emit methods and line numbers for
10193         the dynamic symbol file, just write the type table.  We can easily
10194         have an external helper program which creates a symbol file for an
10195         IL file.        
10196
10197 2002-10-01  Dick Porter  <dick@ximian.com>
10198
10199         * threads.c (ves_icall_System_Threading_Thread_Start_internal):
10200         Only add the handle to the cleanup array when we're about to
10201         launch the thread.  Bug 31425 deadlocked when the test was run on
10202         mono under w32.
10203
10204 2002-10-01  Martin Baulig  <martin@gnome.org>
10205
10206         * debug-mono-symfile.c: Added support for properties.
10207
10208 Fri Sep 27 18:55:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
10209
10210         * reflection.c: unaligned store fix from Mark Crichton
10211         <crichton@gimp.org>.
10212
10213 2002-09-27  Martin Baulig  <martin@gnome.org>
10214
10215         * icall.c ("System.Reflection.Assembly::GetReferencedAssemblies"):
10216         New interncall.
10217
10218 Fri Sep 27 15:38:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
10219
10220         * assembly.h, assembly.c: use a sane API to hook into the assembly
10221         loading process instead of a useless special-purpouse hack
10222         (ngen needs a hook, too, for example).
10223
10224 2002-09-27  Dick Porter  <dick@ximian.com>
10225
10226         * threads.c (mono_thread_init): Call GetCurrentProcess() so
10227         io-layer can set up some process handle info.  Not needed on w32,
10228         but doesn't hurt either.
10229
10230         * process.c: Pass the program name in the second parameter to
10231         CreateProcess, so the path is searched.  Include the working
10232         directory. Implemented process name, process enumeration, and some
10233         process detail internal calls.
10234         
10235         * icall.c: Added internal calls for process lookup, and some
10236         process details
10237
10238 2002-09-26  Martin Baulig  <martin@gnome.org>
10239
10240         * assembly.c (mono_install_open_assembly_hook): New global
10241         function to install a function to be invoked each time a new
10242         assembly is loaded.
10243         (mono_assembly_open): Run this callback function if set.
10244
10245         * debug-mono-symfile.c: Put back line numbers for the dynamic
10246         symbol file and also record the .il file as source file.  This
10247         allows us to install the temporary symbol file as `file.dbg' just
10248         like a compiler-generated one.
10249
10250 2002-09-26  Nick Zigarovich <nick@chemlab.org>
10251
10252         * Corrected typo in gc.c (BOHEM vs BOEHM).
10253
10254 2002-09-25  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10255
10256         * icall.c: fixed bug #31235 by copying a few lines from GetMethods to
10257         GetProperties. Also avoid calling g_slist_length in GetProperties and
10258         GetMethods.
10259
10260 Wed Sep 25 22:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
10261
10262         * reflection.c: avoid unaligned stores (bug spotted by
10263         Mark Crichton  <crichton@gimp.org>).
10264
10265 2002-09-25  Martin Baulig  <martin@gnome.org>
10266
10267         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Use pointers
10268         instead of guint64 for addresses and added prologue/epilogue info.
10269
10270 2002-09-25  Martin Baulig  <martin@gnome.org>
10271
10272         * debug-mono-symfile.h (MonoDebugLineNumberEntry): New type to
10273         store line number info.  For the dynamic symbol file, we only need
10274         to provide the JIT generated dynamic line number info for the dynamic
10275         symbol file.
10276
10277 2002-09-25  Martin Baulig  <martin@gnome.org>
10278
10279         * debug-mono-symfile.h: Incremented version number.
10280
10281 2002-09-24  Martin Baulig  <martin@gnome.org>
10282
10283         * class.c (mono_debugger_class_init_func): New global function
10284         pointer variable.
10285         (mono_class_init): If mono_debugger_class_init_func is non-NULL,
10286         call it.
10287
10288         * debug-mono-symfile.c (mono_debug_symfile_add_type): New
10289         function.  This is called via the mono_debugger_class_init_func
10290         hook to add all types to the dynamic type table.
10291         (ves_icall_MonoDebugger_GetType): New interncall to get a class
10292         from its metadata token.
10293
10294         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetType"):
10295         New interncall for the debugger.
10296
10297 2002-09-24  Nick Drochak <ndrochak@gol.com>
10298
10299         * icall.c (ves_icall_System_Enum_ToObject): validate the type parameter
10300         before using it in case it is null.
10301         
10302 Tue Sep 24 13:24:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
10303
10304         * metadata.c: allow custom modifiers in local var signatures
10305         (bug spotted by Zoltan Varga).
10306
10307 Tue Sep 24 12:12:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
10308
10309         * class.c: deal with the <Module> class that may have a NULL vtable.
10310         Eliminate warnings.
10311
10312 Tue Sep 24 11:28:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
10313
10314         * image.c, image.h: more strong name helpers.
10315         * monosn.c: more work: convert pem keys to cryptoapi format.
10316
10317 Tue Sep 24 11:27:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
10318
10319         * string-icalls.c: speedup IndexOf.
10320
10321 Tue Sep 24 11:17:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
10322
10323         * icall.c: updates from Zoltan.2.Varga@nokia.com.
10324
10325 Tue Sep 24 11:09:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
10326
10327         * icall.c: cleanup: use mono_object_domain ().
10328
10329 2002-09-23  Martin Baulig  <martin@gnome.org>
10330
10331         * debug-mono-symfile.c: Improved type support.
10332
10333 2002-09-22  Martin Baulig  <martin@gnome.org>
10334
10335         * debug-mono-symfile.c: Added support for reference types and strings.
10336
10337 2002-09-22  Martin Baulig  <martin@gnome.org>
10338
10339         * debug-mono-symfile.c: Started to work on the type table.
10340
10341 2002-09-21  Martin Baulig  <martin@gnome.org>
10342
10343         * debug-mono-symfile.c: Largely reworked the symbol table format.
10344         The symbol table is now incrementally updated each time a new
10345         method is added.  We're now also using our own magic and version
10346         so that you don't need to recompile all your classes if the
10347         dynamic table changes.
10348         (mono_debug_update_mono_symbol_file): Removed.
10349         (mono_debug_symfile_add_method): New function to add a method.
10350
10351 2002-09-21  Martin Baulig  <martin@gnome.org>
10352
10353         * icall.c
10354         ("System.Reflection.Assembly::MonoDebugger_GetLocalTypeFromSignature"):
10355         New interncall.
10356
10357         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetLocalTypeFromSignature):
10358         New interncall to get a method from its metadata token.
10359
10360 2002-09-21  Martin Baulig  <martin@gnome.org>
10361
10362         * debug-mono-symfile.c: Create type table.
10363
10364 2002-09-20  Martin Baulig  <martin@gnome.org>
10365
10366         * debug-mono-symfile.c: Reflect latest Mono.CSharp.Debugger changes.
10367
10368 2002-09-20  Martin Baulig  <martin@gnome.org>
10369
10370         * debug-mono-symfile.c: Provide information about params and locals.
10371
10372 2002-09-20  Martin Baulig  <martin@gnome.org>
10373
10374         * icall.c ("System.Reflection.Assembly::MonoDebugger_GetMethod"):
10375         New interncall.
10376
10377         * debug-mono-symfile.c (ves_icall_MonoDebugger_GetMethod): New
10378         interncall to get a method from its metadata token.
10379
10380 2002-09-20  Martin Baulig  <martin@gnome.org>
10381
10382         * debug-mono-symfile.c: Added a few checks for method->header
10383         being non-NULL.  This should never happen, but for the moment
10384         let's use a g_warning() rather than a g_assert().
10385
10386 2002-09-19  Mark Crichton  <crichton@gimp.org>
10387
10388         * gc.c: ves_icall_System_GCHandle_FreeHandle made a call to libgc
10389         even if support for it isn't present.  Added an #ifdef to fix this.
10390
10391         * socket-io.c: Added checks back for Solaris support.
10392
10393 2002-09-19  Martin Baulig  <martin@gnome.org>
10394
10395         * debug-mono-symfile.c (read_string, write_string): Reflect latest
10396         changes in the symbol file format.
10397
10398 2002-09-18  Martin Baulig  <martin@gnome.org>
10399
10400         * debug-mono-symfile.c: Set version number to 21.
10401
10402 2002-09-18  Dick Porter  <dick@ximian.com>
10403
10404         * threads.c (mon_new): Use the GC_MALLOC macro to hide differences
10405         on netbsd.  Fixes bug 30051.
10406
10407 2002-09-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10408
10409         * reflection.c:
10410         (set_version_from_string): little fix.
10411
10412 Mon Sep 16 18:57:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
10413
10414         * monosn.c, Makefile.am: added strong name utility.
10415         * reflection.h, reflection.c: implemented delayed signing,
10416         locale, version and hash id assembly attributes.
10417
10418 Mon Sep 16 18:51:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
10419
10420         * loader.c, metadata.c: load param attributes in signatures.
10421
10422 2002-09-16  Martin Baulig  <martin@gnome.org>
10423
10424         * debug-mono-symfile.c: Added string table with all method names.
10425
10426 2002-09-14  Martin Baulig  <martin@gnome.org>
10427
10428         * debug-mono-symfile.h (MonoSymbolFile): Added method range table for
10429         fast method lookup.
10430
10431 Fri Sep 13 16:04:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
10432
10433         * reflection.c: record the public key token of referenced assemblies.
10434
10435 Fri Sep 13 15:41:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
10436
10437         * image.c, image.h: added functions to get the strong name and the
10438         public key of an assembly.
10439         * pedump.c: use them.
10440
10441 2002-09-12  Dietmar Maurer  <dietmar@ximian.com>
10442
10443         * marshal.c (emit_str_to_ptr_conv): support marshalling of delegates.
10444
10445 2002-09-12  Miguel de Icaza  <miguel@ximian.com>
10446
10447         * marshal.c (mono_marshal_get_managed_wrapper): Added
10448         MONO_TYPE_BOOLEAN 
10449
10450 2002-09-11  Martin Baulig  <martin@gnome.org>
10451
10452         * gc.c: Call GC_unregister_disappearing_link() on all links when
10453         finalizing them, this is necessary to aviod a crash in boehm's
10454         finalize handler.
10455
10456 Wed Sep 11 17:06:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
10457
10458         * gc.c: handle GetTarget for finalized objects spotted and fixed by
10459         nick@chemlab.org.
10460
10461 Wed Sep 11 15:27:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
10462
10463         * icall.c: implemented MonoType::Module.
10464         * reflection.c, reflection.h: mono_module_get_object () from
10465         Tomi Pakarinen <tomi.pakarinen@welho.com>.
10466
10467 Wed Sep 11 12:53:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
10468
10469         * icall.c: ignore overridden methods in GetMethods ().
10470         Fix for FieldInfo::SetValue().
10471         * object.c: handle float/double in runtime invoke.
10472
10473 Tue Sep 10 15:51:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
10474
10475         * object.c: allow a constructor to be called again on an object.
10476
10477 Tue Sep 10 11:58:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
10478
10479         * class.h, class.c: move field layout code to it's own function and
10480         export it. Get an interface id earlier. Move fields in MonoClass
10481         so they are more cache friendly and align the bitfields.
10482         * loader.c: temporary handle get_param_names() for a runtime method.
10483         * reflection.c, reflection.h: more code to handle runtime creation of
10484         types.
10485
10486 2002-09-09  Martin Baulig  <martin@gnome.org>
10487
10488         * marshal.c (mono_marshal_get_native_wrapper): We need to use a special
10489         signature with the pinvoke field being set for the actual call.
10490
10491 Sat Sep 7 10:12:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
10492
10493         * icall.c: removed some unused icalls. Start of map of glib charsets
10494         to corlib names. Implemented RuntimeMethod::GetFunctionPointer ().
10495
10496 Fri Sep 6 16:08:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
10497
10498         * debug-helpers.c: break infinite loop (found and fixed by
10499         Holger Arnold <harnold@gmx.de>).
10500
10501 Thu Sep 5 18:50:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
10502
10503         * icall.c: target may be null in create_delegate.
10504
10505 Thu Sep 5 17:42:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
10506
10507         * marshal.c: handle a boolean return type.
10508
10509 Thu Sep 5 13:09:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
10510
10511         * gc.c: put HIDE_POINTER/REVEAL_POINTER only here.
10512
10513 Wed Sep 4 19:23:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
10514
10515         * gc.c: fix weakreferences.
10516
10517 Wed Sep 4 13:59:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
10518
10519         * icall.c: added icall to get default codepage.
10520
10521 2002-09-03  Dick Porter  <dick@ximian.com>
10522
10523         * threads.h: 
10524         * threads.c: Use MonoThread instead of MonoObject where
10525         apropriate.
10526
10527         Store running thread objects in a hash table, so that we have all
10528         the info to hand when waiting for them to finish
10529         (means we don't need OpenThread() any more, so mingw builds should
10530         be fully functional again.)
10531
10532         * verify.c:
10533         * object.h: Added thread ID to MonoThread
10534
10535 2002-09-03  Martin Baulig  <martin@gnome.org>
10536
10537         * icall.c (System.Reflection.Assembly::get_location): New interncall.
10538
10539 2002-09-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10540
10541         * icall.c: fixed leak in get_temp_path. Thanks lupus.
10542
10543 2002-09-03  Martin Baulig  <martin@gnome.org>
10544
10545         * debug-helpers.c (mono_disasm_code_one): Added `const guchar **endp'
10546         argument to store the end address of the disassembled instruction.
10547
10548         * debug-mono-symfile.h (MonoDebugMethodInfo, MonoDebugVarInfo): Moved
10549         here from debug-symfile.h.
10550         (MonoDebugMethodJitInfo): Moved all fields which are filled out by the
10551         JIT into this struct.
10552         (MonoSymbolFile): Added `char *image_file' field.
10553         (MonoDebugGetMethodFunc): Removed.
10554         (mono_debug_update_mono_symbol_file): Removed the hash table argument.
10555         (mono_debug_create_mono_symbol_file): Removed the `source_file' argument.
10556         (mono_debug_find_method): New method.
10557
10558         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): Always
10559         create a full symbol file.
10560         (mono_debug_update_mono_symbol_file): Don't distinguish between dynamic
10561         and static symbol files.
10562         (mono_debug_find_method): The symbol file keeps an internal method hash,
10563         call this to get a MonoDebugMethodInfo from a MonoMethod.
10564
10565         * debug-symfile.[ch]: Removed.
10566
10567 2002-08-29  Miguel de Icaza  <miguel@ximian.com>
10568
10569         * image.c (do_mono_image_open): Remove linker version check.
10570
10571 2002-08-29  Dietmar Maurer  <dietmar@ximian.com>
10572
10573         * marshal.c (mono_marshal_get_managed_wrapper): don't cache
10574         wrappers for instance methods.
10575         
10576 2002-08-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10577
10578         * icall.c: added ves_icall_System_IO_Path_get_temp_path.
10579
10580 2002-08-28  Dick Porter  <dick@ximian.com>
10581
10582         * Makefile.am: Export HOST_CC for w32 builds
10583
10584 Tue Aug 27 18:34:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
10585
10586         * file-io.c process.c: MonoString are null terminated, no
10587         need for mono_string_to_utf16() anymore.
10588
10589 Tue Aug 27 17:51:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
10590
10591         * icall.c, unicode.h, unicode.c: removed unused iconv stuff.
10592
10593 Tue Aug 27 16:38:58 CEST 2002 Paolo Molaro <lupus@ximian.com>
10594
10595         * icall.c, reflection.h: speedup System.MonoType.
10596
10597 Tue Aug 27 16:37:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
10598
10599         * reflection.c: allow null as the value of a string argument in
10600         custom attributes constructors.
10601
10602 2002-08-27  Martin Baulig  <martin@gnome.org>
10603
10604         * debug-mono-symfile.h (MonoSymbolFileMethodAddress): Removed the
10605         `trampoline_address' field.
10606
10607 2002-08-27  Dietmar Maurer  <dietmar@ximian.com>
10608
10609         * marshal.c (mono_marshal_get_native_wrapper): removed wrong null
10610         check (fixes bug #29486) 
10611
10612 2002-08-27  Martin Baulig  <martin@gnome.org>
10613
10614         * debug-mono-symfile.c: Changed the file format in a way that allows us
10615         open it read-only and to use a specially malloced area for all the
10616         dynamic data.  We can now also generate a symbol file on-the-fly if we're
10617         debugging IL code and there is no MCS generated symbol file for it.
10618
10619 Mon Aug 26 16:47:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
10620
10621         * object.c: added a define for a good string and array
10622         creation speedup (not enabled by default because we need to deal with
10623         the synch stuff).
10624
10625 2002-08-26  Martin Baulig  <martin@gnome.org>
10626
10627         * debug-mono-symfile.c (mono_debug_create_mono_symbol_file): New
10628         function to create a dynamic symbol file.  This is used by the
10629         debugger to create a symbol file for IL code on-the-fly.
10630
10631 2002-08-26  Martin Baulig  <martin@gnome.org>
10632
10633         * loader.c (mono_lookup_pinvoke_call): Include the error message
10634         from g_module_error() in the error message.
10635
10636 2002-08-24  Martin Baulig  <martin@gnome.org>
10637
10638         * debug-mono-symfile.c (mono_debug_update_mono_symbol_file): New
10639         function to update the symbol file.  The symbol file is mmap()ed
10640         writable, but private.  This allows us to install the symbol file
10641         together with the assembly.
10642
10643 2002-08-24  Martin Baulig  <martin@gnome.org>
10644
10645         * debug-mono-symfile.[ch]: New files.  Similar to debug-symfile.[ch]
10646         but they can read the new symbol file format which mcs is now creating.
10647
10648         * debug-symfile.c (mono_debug_find_source_location): Moved to
10649         debug-mono-symfile.c; this is now operating on the new symbol file.
10650
10651 2002-08-23  Martin Baulig  <martin@gnome.org>
10652
10653         * debug-helpers.c (mono_method_desc_from_method): New function to get
10654         a MonoMethodDesc from a MonoMethod.
10655
10656 Fri Aug 23 15:54:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
10657
10658         * object.c: fixes assertion failure caused by multiple ExecuteAssembly
10659         calls for same domain (patch by Tomi Pakarinen <Tomi.Pakarinen@iki.fi>).
10660
10661 Fri Aug 23 12:14:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
10662
10663         * string-icalls.[ch]: make helper methods static.
10664
10665 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10666
10667         * icall.c: re-applied patch to GetValueInternal. Also added R4 and R8
10668         types to it and to SetValueInternal.
10669
10670         * object.c: Moved handle_enum label to its proper place. This was the
10671         f... bug! ;-)
10672
10673         This time i compiled mcs and gtk-sharp and they both work.
10674
10675 2002-08-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10676
10677         * icall.c: reverted partially my previous patch until 
10678         object.c:set_value handles enums correcly.
10679
10680 2002-08-22  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10681
10682         * icall.c:
10683         (ves_icall_MonoField_GetValue): changed to use mono_field_get_value.
10684         (ves_icall_System_Environment_get_MachineName): removed warning when
10685         compiling under cygwin.
10686
10687 Thu Aug 22 18:49:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
10688
10689         * object.c: fixed field_get_value() for reference types.
10690
10691 2002-08-22  Dick Porter  <dick@ximian.com>
10692
10693         * socket-io.c (ves_icall_System_Net_Sockets_Socket_RecvFrom_internal):
10694         Don't free a buffer while it's still needed.  Patch from Jonathan
10695         Liger <Jonathan.liger@wanadoo.fr>
10696
10697 2002-08-21  Miguel de Icaza  <miguel@ximian.com>
10698
10699         * icall.c (ves_icall_System_Environment_get_Platform): Add new
10700         internal call.
10701
10702 2002-08-21  Dietmar Maurer  <dietmar@ximian.com>
10703
10704         * icall.c (ves_icall_get_method_info): s/MonoMethod/MonoReflectionMethod/
10705         (ves_icall_get_parameter_info): s/MonoMethod/MonoReflectionMethod/
10706
10707         * marshal.c (mono_marshal_get_remoting_invoke): save lmf, because
10708         we call unmanaged code which throws exceptions.
10709
10710 Wed Aug 21 12:56:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
10711
10712         * appdomain.h: added per-domain entry_assembly.
10713         * appdomain.c: ensure mono_runtime_exec_main () gets non-null
10714         arguments.
10715         * icall.c: Assembly::GetEntryAssembly icall.
10716         * object.c: set domain->entry_assembly in mono_runtime_exec_main().
10717         Changes above from a patch by Tomi Pakarinen <tomi.pakarinen@welho.com>.
10718
10719 Tue Aug 20 15:42:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
10720
10721         * appdomain.h, gc.c: added mono_domain_finalize ().
10722
10723 2002-08-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10724
10725         * object.c:
10726         (mono_print_unhandled_exception): changed g_warning by g_printerr
10727         because g_log has a 1024 characters limit (yeah, i got a big stack
10728         trace). Don't print exception name, that should be in ToString 
10729         returned string.
10730
10731 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10732
10733         * icall.c: added ves_icall_FieldInfo_SetValueInternal.
10734         * object.c: added missing MONO_TYPE_ARRAY in mono_runtime_invoke_array.
10735
10736 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10737
10738         * object.c:
10739         (mono_print_unhandled_exception): after previous commit, i realized
10740         that MS calls ToString on the exception. I changed this function to
10741         do that. This way we get stack_trace for free.
10742
10743 2002-08-19  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10744
10745         * object.c:
10746         (mono_print_unhandled_exception): invoke Message property instead of
10747         getting 'message' field from Exception. Don't allocate memory for
10748         'trace' and 'message' if not needed.
10749
10750 2002-08-18  Dick Porter  <dick@ximian.com>
10751
10752         * unicode.c: Fix asserts to match Encoder.cs checks
10753
10754 Fri Aug 16 21:42:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
10755
10756         * marshal.c: fix unaligned store issue and a few wrong
10757         opcode argument types.
10758
10759 2002-08-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10760
10761         * icall.c: added GetUninitializedObjectInternal internal call.
10762
10763 2002-08-16  Dietmar Maurer  <dietmar@ximian.com>
10764
10765         * appdomain.c (mono_runtime_invoke_in_domain): transfer Exception
10766         to the right domain.
10767
10768 2002-08-14  Dietmar Maurer  <dietmar@ximian.com>
10769
10770         * marshal.c (mono_marshal_get_runtime_invoke): unbox value types
10771
10772         * class.c (class_compute_field_layout): set blittable to false for Strings
10773
10774         * appdomain.c (mono_domain_transfer_object): added support for ISerializable
10775
10776 Wed Aug 14 17:26:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
10777
10778         * appdomain.h, reflection.c, icall.c, object.c, reflection.h:
10779         first chunk of code to create types at runtime. Code to
10780         handle ReflectedType/DeclaringType. Make reflection handles
10781         domain specific.
10782
10783 Wed Aug 14 17:24:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
10784
10785         * class.c: set correct name in arrays.
10786
10787 2002-08-13  Dietmar Maurer  <dietmar@ximian.com>
10788
10789         * appdomain.c (mono_domain_transfer_object): make it work with
10790         valuetypes. bug fixes.
10791
10792 2002-08-12  Dick Porter  <dick@ximian.com>
10793
10794         * object.h: Rename some parameters to avoid c++ keywords (Patch
10795         from Joseph Wenninger <kde@jowenn.at>)
10796
10797 Thu Aug 8 13:04:18 CEST 2002 Paolo Molaro <lupus@ximian.com>
10798
10799         * icall.c: added icall to implement Assembly.GetFile*.
10800
10801 Thu Aug 8 10:18:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
10802
10803         * reflection.h, reflection.c: code to embed managed resources.
10804
10805 Tue Aug 6 17:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
10806
10807         * class.c: move all the type size stuff into
10808         class_compute_field_layout().
10809
10810 Tue Aug 6 11:20:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
10811
10812         * class.c: ensure enums have always the correct instance size.
10813         * unicode.c: remove wrong assert.
10814
10815 Mon Aug 5 19:30:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
10816
10817         * assembly.c: fix mem corruption issue.
10818         * image.h, image.c: added mono_image_get_resource () to access
10819         managed resources.
10820         * icall.c: implemented Assembly.EntryPoint property and some
10821         Managed Resources related internalcalls.
10822
10823
10824 Mon Aug 5 18:18:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
10825
10826         * image.c, image.h: impemented mono_image_get_entry_point ().
10827         * appdomain.c: use mono_image_get_entry_point.
10828
10829 Mon Aug 5 13:08:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
10830
10831         * reflection.c: support the object type argument when loading
10832         custom attributes.
10833
10834 2002-08-05  Dietmar Maurer  <dietmar@ximian.com>
10835
10836         * marshal.c (mono_marshal_get_managed_wrapper): add suppport for
10837         String as return type.
10838
10839 Fri Aug 2 21:15:42 CEST 2002 Paolo Molaro <lupus@ximian.com>
10840
10841         * reflection.c: fix encoding of named args for custom attrs to match
10842         the ms implementation. Read them back when instantiating custom
10843         attributes.
10844
10845 2002-08-02  Radek Doulik  <rodo@ximian.com>
10846
10847         * marshal.c (mono_mb_add_data): convert ret value to LE, suggested
10848         by Dietmar as quick fix
10849         (mono_marshal_get_delegate_begin_invoke): use sig->param_count +
10850         16 as stack size, used on more places as quick fix before Dietmar
10851         will fix it properly
10852
10853 Fri Aug 2 17:48:17 CEST 2002 Paolo Molaro <lupus@ximian.com>
10854
10855         * object.h, object.c: added accessors for fields and properties.
10856
10857 Fri Aug 2 17:45:15 CEST 2002 Paolo Molaro <lupus@ximian.com>
10858
10859         * class.c, class.h: made mono_class_get_field_from_name ()
10860         loop on parent types.
10861         Added mono_class_get_property_from_name ().
10862
10863 Fri Aug 2 11:40:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
10864
10865         * class.c, class.h: move the code to setup the type vtable in its own
10866         function so that it can be reused also for types created at runtime.
10867         Eliminate the "class" identifier from the header file.
10868         * reflection.c: setup the vtable for enums so that we can create
10869         objects for use in SetConstant ().
10870
10871 2002-08-02  Dietmar Maurer  <dietmar@ximian.com>
10872
10873         * marshal.c (mono_delegate_to_ftnptr): pass delegate->target
10874         instead of the delegate itself as this pointer (bug #28383)
10875
10876 2002-08-01  Dietmar Maurer  <dietmar@ximian.com>
10877
10878         * marshal.c (mono_marshal_get_managed_wrapper): added return type
10879         conversions.
10880
10881 Wed Jul 31 16:49:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
10882
10883         * loader.c: don't set the pinvoke bit on icalls.
10884
10885 2002-07-31  Dietmar Maurer  <dietmar@ximian.com>
10886
10887         * debug-helpers.c (mono_method_full_name): only print a number to
10888         indicate wrapper type (so that the output is more readable in traces).
10889
10890 2002-07-30  Dietmar Maurer  <dietmar@ximian.com>
10891
10892         * class.c (mono_class_init): include method override patch from Paolo
10893
10894 Tue Jul 30 15:20:08 CEST 2002 Paolo Molaro <lupus@ximian.com>
10895
10896         * icall.c: fixed GetTypeCode().
10897
10898 2002-07-29  Dietmar Maurer  <dietmar@ximian.com>
10899
10900         * threads.c (ves_icall_System_Threading_Thread_Thread_internal):
10901         use real delegate invoke function to make it work with multicast
10902         delegates (fix bug# 28291).
10903
10904 Fri Jul 26 11:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
10905
10906         * object.c: load constant strings.
10907
10908 Fri Jul 26 11:36:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
10909
10910         * reflection.c: no magic numbers.
10911         * tabledefs.h: security action enum.
10912
10913 Fri Jul 26 11:22:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
10914
10915         * assembly.c: fix possible memory corruption.
10916
10917 Thu Jul 25 13:58:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
10918
10919         * reflection.h, reflection.c: added support for linking resources.
10920         * verify.c: check we have an updated corlib.
10921
10922 2002-07-25  Dietmar Maurer  <dietmar@ximian.com>
10923
10924         * marshal.c (mono_marshal_get_native_wrapper): correctly marshal
10925         string arrays.
10926         (mono_marshal_string_array): null terminate unmanaged string arrays.
10927         (mono_marshal_get_managed_wrapper): print warning for arrays (not implemented)
10928
10929 Wed Jul 24 13:32:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
10930
10931         * icall.c: Type.GetType () can now return also types from the
10932         calling assembly.
10933
10934 Wed Jul 24 13:04:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
10935
10936         * loader.h, loader.c: stack walking support.
10937         * icall.c: implemented GetCurrentMethod, GetExecutingAssembly,
10938         GetCallingAssembly.
10939
10940 2002-07-24  Dietmar Maurer  <dietmar@ximian.com>
10941
10942         * marshal.c: added optimisations for blittable types 
10943
10944         * class.c (mono_array_class_get): do not set blittable attribute on arrays
10945         (mono_class_setup_mono_type): set blittable attribute for single
10946         and double.
10947
10948         * marshal.c (mono_string_utf8_to_builder): impl.
10949         (mono_string_builder_to_utf8): impl.
10950         (mono_marshal_get_native_wrapper): impl. StringBuilder marshaling
10951
10952 2002-07-23  Dietmar Maurer  <dietmar@ximian.com>
10953
10954         * marshal.c (mono_marshal_get_native_wrapper): impl. byref types
10955         (mono_marshal_get_managed_wrapper): impl. byref types
10956
10957 2002-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>
10958
10959         * icall.c:
10960         (search_method): don't display debug message. 
10961
10962 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
10963
10964         * metadata.c (mono_type_stack_size): removed temporary fix for new gcc
10965
10966 Mon Jul 22 18:17:05 CEST 2002 Paolo Molaro <lupus@ximian.com>
10967
10968         * appdomain.c: set the missing filename when throwing exception.
10969
10970 2002-07-22  Dietmar Maurer  <dietmar@ximian.com>
10971
10972         * metadata.c (mono_type_size): code cleanup
10973         (mono_type_stack_size): removed some test code
10974
10975 2002-07-21  Miguel de Icaza  <miguel@ximian.com>
10976
10977         * appdomain.c (ves_icall_System_Reflection_Assembly_LoadFrom): Use
10978         mono_get_exception_file_not_found now.
10979
10980         * exception.c (mono_exception_from_name_two_strings): New version
10981         that will call a constructor with two string arguments. 
10982         (mono_get_exception_file_not_found): New helper routine, used to
10983         report file-not-found errors.
10984
10985 2002-07-20  Dick Porter  <dick@ximian.com>
10986
10987         * process.h:
10988         * process.c: Pass file handles to CreateProcess
10989         
10990         * icall.c:
10991         * file-io.h:
10992         * file-io.c: Implemented CreatePipe
10993
10994 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
10995
10996         * metadata.c (mono_get_param_info): set alignment for value types
10997
10998 Fri Jul 19 18:58:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
10999
11000         * appdomain.h, domain.c, threads-types.h: don't include config.h in headers.
11001         Constify mono_domain_assembly_open().
11002         * loader.c: handle null namespace in icalls.
11003
11004 2002-07-19  Dietmar Maurer  <dietmar@ximian.com>
11005
11006         * marshal.c (emit_ptr_to_str_conv): marshal object as structs
11007         (emit_str_to_ptr_conv): marshal object as structs
11008
11009         * metadata.c (mono_type_to_unmanaged): marshal object as structs
11010
11011         * marshal.c (mono_marshal_get_runtime_invoke): support value types
11012
11013 2002-07-18  Dietmar Maurer  <dietmar@ximian.com>
11014
11015         * marshal.c (mono_marshal_get_runtime_invoke): use exception filters
11016         (mono_marshal_get_native_wrapper): we an now return value types
11017
11018 Wed Jul 17 18:21:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
11019
11020         * verify.c: more checks implemented.
11021
11022 2002-07-17  Dietmar Maurer  <dietmar@ximian.com>
11023
11024         * marshal.c (mono_delegate_to_ftnptr): invoke the right method
11025         (fix bug #27695)
11026         (mono_marshal_get_native_wrapper): allow byref arguments
11027         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringXXX):
11028         impl. PtrToStringXXX methods
11029         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStructure_type): impl.
11030         (ves_icall_System_Runtime_InteropServices_Marshal_OffsetOf): impl.
11031         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalAnsi): impl.
11032         (ves_icall_System_Runtime_InteropServices_Marshal_StringToHGlobalUni): impl.
11033         (ves_icall_System_Runtime_InteropServices_Marshal_DestroyStructure): impl.
11034
11035 Tue Jul 16 19:00:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
11036
11037         * reflection.c: fix buglet in parsing an assembly name.
11038
11039 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
11040
11041         * marshal.c (emit_ptr_to_str_conv): first impl.
11042
11043 Tue Jul 16 12:39:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
11044
11045         * object.c, class.h: cache the vtable in the class as suggested by
11046         vargaz@freemail.hu (Zoltan Varga).
11047
11048 Tue Jul 16 11:27:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
11049
11050         * class.h, loader.c: added mono_field_from_token().
11051         * verify.c: first cut of type checking code.
11052
11053 2002-07-16  Dietmar Maurer  <dietmar@ximian.com>
11054
11055         * marshal.c (mono_marshal_get_native_wrapper): support valuetypes
11056
11057 2002-07-15  Dietmar Maurer  <dietmar@ximian.com>
11058
11059         * marshal.c (mono_marshal_get_native_wrapper): handle enum types
11060         (fix bug #27782)
11061         (mono_marshal_get_remoting_invoke): impl.
11062         (mono_delegate_begin_invoke): impl.
11063         (mono_mb_emit_save_args): impl.
11064         (mono_delegate_end_invoke): impl.
11065         (mono_marshal_get_delegate_begin_invoke):
11066         (mono_marshal_get_delegate_end_invoke):
11067         (mono_marshal_get_delegate_invoke): generate a special name for
11068         those methods (including the signature) and associate them whith
11069         the delegate class. 
11070
11071 2002-07-13  Gonzalo Paniagua Javier <gonzalo@gnome-db.org>
11072
11073         * reflection.[ch]: 
11074         (mono_reflection_type_from_name): now it has a MonoImage parameter
11075         which is used as the default image to search the type in. If the image
11076         is NULL or getting the type from it fails, it defaults to corlib.
11077
11078         * icall.c: changed 1 call to mono_reflection_type_from_name to match
11079         new parameter.
11080
11081 Sat Jul 13 19:32:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
11082
11083         * reflection.c: update the parameter table index.
11084
11085 Sat Jul 13 17:34:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
11086
11087         * domain.c: don't include the mark byte in the string hash.
11088
11089 Sat Jul 13 15:06:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
11090
11091         * icall.cs: icall for Type.GetTypeCode ().
11092         * verify: a couple of fixes and disabled local initialization checks.
11093
11094 2002-07-12  Dietmar Maurer  <dietmar@ximian.com>
11095
11096         * marshal.c: better debugging support (DEBUG_RUNTIME_CODE)
11097
11098         * debug-helpers.c (mono_method_full_name): print the type of the
11099         runtime wrapper
11100
11101         * metadata.c (mono_signature_hash): a hash function for signatures
11102         (mono_signature_hash): better hash algorithm
11103
11104         * marshal.c (mono_marshal_get_delegate_invoke): cache methods by signature
11105
11106         * debug-helpers.c (mono_method_full_name): this can now generate
11107         method names with signatures
11108
11109         * marshal.c (mono_marshal_get_managed_wrapper): bug fix: unmanaged
11110         method dont have this pointers.
11111
11112 Fri Jul 12 11:35:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
11113
11114         * reflection.c: fixup typebuilder tokens.
11115         * image.c: fix buglet.
11116         * marshal.h: remove whitespace.
11117         * metadata.h, metadata.c: reinstate code that was removed.
11118         * verify.c: handle catch directives and fix another couple of bugs.
11119
11120 2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
11121
11122         * marshal.c (mono_marshal_get_native_wrapper): support BOOLEAN
11123         (mono_marshal_get_native_wrapper): make it comp. with the old code
11124         (mono_marshal_get_native_wrapper): support boolean
11125         (mono_marshal_get_managed_wrapper): support more types
11126
11127 2002-06-25  Dietmar Maurer  <dietmar@ximian.com>
11128
11129         * class.c (class_compute_field_layout): compute class->blittable attribute.
11130
11131 2002-07-09  Dick Porter  <dick@ximian.com>
11132
11133         * threads.c: Make the thread cleaning up cope with threads that
11134         call ExitThread()
11135
11136 2002-07-08  Radek Doulik  <rodo@ximian.com>
11137
11138         * reflection.c (method_encode_code): use non-translated values to
11139         compute finally_start, this fixes exception handling on ppc, yay!
11140
11141         * decimal.h (struct signscale): fix endianess
11142
11143 2002-07-07  Radek Doulik  <rodo@ximian.com>
11144
11145         * reflection.c: swap box_val and not val
11146
11147 Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
11148
11149         * reflection.c, reflection.h: handle full assembly info in type name.
11150         Handle Type arguments when loading custom attributes.
11151         * icall.c: updated to use new mono_reflection_type_from_name () method.
11152
11153 2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11154
11155         * loader.c:
11156         (method_from_memberref): also print assembly name when method not found.
11157
11158 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11159
11160         * icall.c:
11161         (ves_icall_TypeGetProperties): fixed bug #27473. 
11162
11163 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11164
11165         * reflection.c: display image name and token when cannot find the
11166         .ctor for an attribute.
11167
11168 2002-07-05  Martin Baulig  <martin@gnome.org>
11169
11170         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
11171
11172 2002-07-04  Dick Porter  <dick@ximian.com>
11173
11174         * threads.c (mono_thread_cleanup): Nasty kludge to get this to
11175         compile on mingw.  This will cause mingw builds to not wait for
11176         subthreads to terminate after the main thread does.  I've lodged a
11177         bug with the mingw developers for them to wrap OpenThread().
11178
11179 2002-07-03  Dick Porter  <dick@ximian.com>
11180
11181         * threads.c: Store thread IDs instead of handles, because
11182         GetCurrentThread() returns a pseudohandle and therefore stores
11183         useless values.  mono_thread_cleanup() continues checking the
11184         array of threads until it is empty, to cope with subthreads
11185         spawning new threads after the main thread has finished.
11186
11187         * profiler.h:
11188         * profiler.c:
11189         * profiler-private.h: Pass the thread ID to thread profiler
11190         functions, instead of a handle
11191
11192 Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
11193
11194         * verify.c: fixes to make it more usable.
11195         * pedump.c: added --verify code to verify IL code in an assembly.
11196
11197 Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
11198
11199         * reflection.c: turn errors into warnings to allow compiling corlib.
11200
11201 Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
11202
11203         * reflection.c: add special cases to compile corlib.
11204
11205 Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
11206
11207         * reflection.c: handle properties with only a set method.
11208
11209 Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
11210
11211         * opcodes.h: add enum with opcodes in opval order.
11212
11213 2002-07-01  Dick Porter  <dick@ximian.com>
11214         
11215         * object.h:
11216         * object.c (mono_runtime_run_main): Removed unneeded argument
11217
11218 2002-06-28  Martin Baulig  <martin@gnome.org>
11219
11220         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
11221
11222 2002-06-27  Dick Porter  <dick@ximian.com>
11223
11224         * threads.c: Store the handle in both the parent thread and in the
11225         subthread, to minimise the time between starting a new thread and
11226         storing its ID.
11227
11228 2002-06-26  Dick Porter  <dick@ximian.com>
11229
11230         * appdomain.c (mono_runtime_cleanup): Close the socket library
11231         after all the threads have finished, not before
11232
11233 2002-06-26  Martin Baulig  <martin@gnome.org>
11234
11235         * debug-symfile.c (mono_debug_find_source_location): Added
11236         `guint32 *line_number' argument.  If it's not NULL, store the line number
11237         there and return the file name without the line number.
11238
11239 2002-06-25  Dick Porter  <dick@ximian.com>
11240
11241         * icall.c:
11242         * process.h:
11243         * process.c: Process forking and other support functions
11244
11245 2002-06-25  Dick Porter  <dick@ximian.com>
11246
11247         * image.c (do_mono_image_open): Set ref_count to 1, so that bad
11248         things dont happen when the image is closed.
11249         (mono_image_lookup_resource): Walk the resource section looking
11250         for a particular entry
11251
11252         * cil-coff.h: PE resource section decoding
11253
11254 2002-06-25  Dick Porter  <dick@ximian.com>
11255         
11256         * assembly.h:
11257         * assembly.c: 
11258         (mono_assembly_foreach): Accessor functions to walk the list of
11259         loaded assemblies
11260         (mono_assembly_set_main):
11261         (mono_assembly_get_main): Process methods need to know which
11262         assembly is the "main" one
11263
11264         * object.c (mono_runtime_run_main): Record the main assembly
11265
11266         * debug-helpers.c: Fix typo
11267
11268 2002-06-24  Dietmar Maurer  <dietmar@ximian.com>
11269
11270         * icall.c (ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged): impl.
11271         (ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged): impl.
11272
11273 Sat Jun 22 11:37:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
11274
11275         * icall.c: fix off-by-one in Assembly.GetTypes() reported by bob@karr.ath.cx.
11276
11277 2002-06-21  Miguel de Icaza  <miguel@ximian.com>
11278
11279         * image.c (do_mono_image_open): Initialize reference count,
11280         otherwise we leak the MonoImage.
11281
11282 Fri Jun 21 19:16:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
11283
11284         * reflection.c: small tweak to handle self-hosting.
11285
11286 Thu Jun 20 23:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
11287
11288         * reflection.c: fix type name parse code.
11289
11290 Thu Jun 20 19:24:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
11291
11292         * reflection.c: break out of the loop.
11293         * image.c: special case corlib.
11294
11295 Thu Jun 20 16:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
11296
11297         * reflection.c: add all the custom attrs at the end to ensure the
11298         ctors have been properly initialized when the attributes are defined
11299         in the current assembly.
11300
11301 Thu Jun 20 13:46:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
11302
11303         * reflection.c: handle correctly multiple-nested types.
11304
11305 Thu Jun 20 11:49:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
11306
11307         * row-indexes.h: fix typos.
11308         * reflection.c: adjust for typos and fix method_def_or_ref
11309         encoding in MethodImpl table.
11310
11311 Wed Jun 19 21:57:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
11312
11313         * reflection.c: fix entry point patching (thanks Serge!).
11314
11315 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
11316
11317         * verify.c: add check for System.Exception
11318
11319 Mon Jun 17 20:23:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
11320
11321         * image.c, class.c: minifix for code just c&p'ed.
11322         * reflection.c: warning fix.
11323         * object.h, loader.h, domain.c: load also StringBuilder.
11324
11325 Mon Jun 17 17:29:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
11326
11327         * marshal.h, marshal.c: some support code to handle complex marshaling.
11328
11329 Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
11330
11331         * class.h, class.c, reflection.c: handle ignorecase in GetType ().
11332         Better signatures with vtable error dump.
11333
11334 Mon Jun 17 16:13:35 CEST 2002 Paolo Molaro <lupus@ximian.com>
11335
11336         * reflection.c, reflection.h, icall.c: fixes for multiple-nested types.
11337
11338 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
11339
11340         * icall.c (ves_icall_Type_GetField): impl.
11341
11342 Mon Jun 17 16:08:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
11343
11344         * metadata.h, metadata.c: added mono_metadata_get_marshal_info()
11345         to retrieve a marshal description blob for a field or param.
11346
11347 Mon Jun 17 14:57:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
11348
11349         * reflection.h, reflection.c: change order of nested type emission
11350         to avoid table corruption. The NestedTypes table is sorted.
11351         * icall.c: change order of GetConstructor results to workaround mcs bug.
11352
11353 Fri Jun 14 16:24:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
11354
11355         * reflection.h, reflection.c: handle field and param marshal
11356         information.
11357
11358 Wed Jun 12 16:30:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
11359
11360         * icall.c, marshal.c marshal.h: more Marshal class implementation.
11361
11362 Tue Jun 11 17:29:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
11363
11364         * reflection.c: fix call convention.
11365
11366 Tue Jun 11 16:52:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
11367
11368         * reflection.h, reflection.c: mono_image_get_memberref_token()
11369         takes a type instead of a class, now. Added
11370         mono_image_get_array_token() to create tokens for the special
11371         multi-dim array methods.
11372
11373 Tue Jun 11 13:21:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
11374
11375         * assembly.c: handle modules (no assembly table). Split
11376         loading references in its own function.
11377         * class.c: handle moduleref resolution scope.
11378         * image.c, image.h: cache module name in image.
11379
11380 2002-06-07  Martin Baulig  <martin@gnome.org>
11381
11382         * reflection.c (mono_image_get_type_info): Only add a class layout entry
11383         if we actually have a `tb->class_size' (ie. it's not UnspecifiedTypeSize).
11384
11385 Fri Jun 7 22:07:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
11386
11387         * icall.c: more signature fixes that used uint instead of int.
11388
11389 Fri Jun 7 20:41:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
11390
11391         * reflection.c: fixed signature of field refs.
11392
11393 Fri Jun 7 19:41:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
11394
11395         * class.c, reflection.c: handle typerefs of nested types
11396         (both on read and when writing files).
11397
11398 Fri Jun 7 17:46:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
11399
11400         * icall.c: fix method signatures that tried to workaround the previous
11401         typo, d'oh!
11402
11403 Fri Jun 7 17:36:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
11404
11405         * debug-helpers.c: fix typo.
11406
11407 Fri Jun 7 17:00:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
11408
11409         * cil-coff.h, icall.c, image.c, reflection.c, reflection.h:
11410         rewrote the PE/COFF writing code (our programs are understood by the
11411         ms runtime, now).
11412
11413 Tue Jun 4 18:10:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
11414
11415         * gc.c, gc.h, icall.c: weakreference support.
11416
11417 Tue Jun 4 16:06:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
11418
11419         * Makefile.am, mono-config.c: use $(sysconfdir).
11420
11421 Mon Jun 3 13:13:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
11422
11423         * icall.c: changed default precision of Double.ToString() to 15.
11424         Fixed memory leak. Unified with Single.ToString.
11425
11426 Sat Jun 1 14:26:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
11427
11428         * sysmath.c: workaround systems missing NAN and/or HUGE_VAL.
11429
11430 Sat Jun 1 13:46:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
11431
11432         * pedump.c, appdomain.c, appdomain.h, assembly.c, domain.c,
11433         gc.c, icall.c, image.c, mono-config.c, reflection.c: killed
11434         warnings and compilation fixes from Dennis Haney (davh@davh.dk)
11435         and myself.
11436
11437 Fri May 31 16:58:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
11438
11439         * debug-symfile.c, sysmath.c: yet more compilation fixes.
11440
11441 Fri May 31 16:35:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
11442
11443         * reflection.c, socket-io.c: more compilation fixes.
11444
11445 Fri May 31 15:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
11446
11447         * appdomain.c, class.c, class.h, debug-symfile.c, decimal.c,
11448         domain.c, loader.c, object.c, object.h, reflection.c, string-icalls.h,
11449         unicode.c: warning and compiler compatibility fixes.
11450
11451 Fri May 31 15:36:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
11452
11453         * class.h, metadata.c: fixed warnings/compilation errors.
11454
11455 Fri May 31 13:08:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
11456
11457         * Makefile.am, mono-config.c, mono-config.h: configuration file
11458         support routines.
11459         * loader.c, loader.h: make Dll mapping configurable at runtime in the
11460         config file. Export methods to insert and lookup mappings.
11461
11462 Fri May 31 12:45:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
11463
11464         * reflection.c: handle types and boxed objects in custom attr
11465         constructors.
11466
11467 2002-05-30  Martin Baulig  <martin@gnome.org>
11468
11469         * debug-symfile.c
11470         (ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token): Removed.
11471
11472 Thu May 30 14:15:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
11473
11474         * metadata.c, metadata.h: added mono_metadata_implmap_from_method()
11475         to lookup the implmap row for a P/Invoke method.
11476         * loader.c: added mono_lookup_pinvoke_call(): we only lookup a
11477         P/Invoke method from the runtime on an as needed basis.
11478
11479 2002-05-28  Dietmar Maurer  <dietmar@ximian.com>
11480
11481         * metadata.c (mono_metadata_parse_signature): impl.
11482
11483 Tue May 28 16:02:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
11484
11485         * class.c: handle .pack directive.
11486
11487 Tue May 28 11:04:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
11488
11489         * object.c: initialize static fields with RVA data.
11490
11491 2002-05-25  Martin Baulig  <martin@gnome.org>
11492
11493         * debug-symfile.c
11494         (ves_icall_Debugger_DwarfFileWriter_get_type_token): Removed.
11495
11496 2002-05-24  Martin Baulig  <martin@gnome.org>
11497
11498         * debug-symfile.c
11499         (ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig): Removed.
11500         (ves_icall_Debugger_MonoSymbolWriter_method_from_token): Renamed to
11501         `ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token'.
11502
11503 Thu May 23 18:44:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
11504
11505         * object.c: special case string ctros in invoke.
11506         * gc.c: silly whitespace changes.
11507
11508 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
11509
11510         * threadpool.[ch]: impl. a threadpool that can
11511         be used by mint and mono.
11512
11513 2002-05-22  Martin Baulig  <martin@gnome.org>
11514
11515         * debug-symfile.c (ves_icall_Debugger_MonoSymbolWriter_method_from_token):
11516         The first argument is now a `MonoReflectionModuleBuilder *', the return
11517         value is a `MonoReflectionModuleBuilder *'.  Use the AssemblyBuilder's
11518         `methods' field to get the method builder.  The `token' argument is the
11519         unfixed token.
11520
11521         * unicode.c (iconv_get_length, iconv_convert): Silently ignore all
11522         invalid characters instead of g_assert_not_reached()ing.  This seems
11523         to be the behaviour of mscorlib.
11524
11525 2002-05-22  Dietmar Maurer  <dietmar@ximian.com>
11526
11527         * object.c (mono_runtime_invoke_array): applied patch from Rachel
11528         Hestilow to fix bug #25104
11529
11530 2002-05-21  Martin Baulig  <martin@gnome.org>
11531
11532         * debug-symfile.c (mono_debug_find_source_location): New function.
11533         Looks up an IL offset in the line number table and returns the source
11534         location as a string.
11535
11536 2002-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11537
11538         * icall.c:
11539         (mono_double_ToStringImpl): changed %f by %g until we have something
11540         better.
11541
11542 2002-05-21  Nick Drochak  <ndrochak@gol.com>
11543
11544         * icall.c : Use different name for Math.Pow's icall.  Needed to check
11545         parameters first in C#.
11546
11547 Mon May 20 17:36:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
11548
11549         * icall.c, reflection.h: added icall to get info about an event.
11550
11551 2002-05-20  Radek Doulik  <rodo@ximian.com>
11552
11553         * object.c (mono_value_box): don't use memcpy for boxing on BIG
11554         endian
11555         (mono_value_box): don't use memcpy for small sizes on
11556         architectures with unaligned access
11557
11558 2002-05-20  Martin Baulig  <martin@gnome.org>
11559
11560         * reflection.c (mono_reflection_setup_internal_class): Don't crash
11561         if `tb->parent == NULL'.
11562         (mono_reflection_create_internal_class): New function.  This is
11563         called from TypeBuilder.CreateType() and sets `klass->enum_basetype'
11564         for enum types.
11565
11566         * icall.c ("System.Reflection.Emit.TypeBuilder::create_internal_class"):
11567         New interncall.
11568
11569 2002-05-19  Martin Baulig  <martin@gnome.org>
11570
11571         * unicode.c (ves_icall_iconv_get_bytes): Actually use the `charCount'
11572         argument to get the length, don't default to the array length.
11573
11574 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
11575
11576         * assembly.c (mono_assembly_setrootdir): New function used to
11577         override the MONO_ASSEMBLIES directory.
11578
11579 Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
11580
11581         * icall.c: ValueType_GetHashCode() initialize local var.
11582
11583 Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
11584
11585         * reflection.c: sort custom attributes table.
11586
11587 Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
11588
11589         * reflection.c: support named args in custom attributes (write support).
11590
11591 Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
11592
11593         * reflection.c: fix finally position calculation.
11594
11595 2002-05-15  Radek Doulik  <rodo@ximian.com>
11596
11597         * reflection.c: fixed endianess at many places
11598
11599         * icall.c (ves_icall_InitializeArray): comment out debug msg
11600
11601 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
11602
11603         * object.c (mono_unhandled_exception): new function to handle
11604         unhandled exceptions.
11605         (mono_unhandled_exception): call the UnhandledException event.
11606         (mono_runtime_delegate_invoke): impl.
11607
11608 Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
11609
11610         * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
11611         returns the RVA, not the direct pointer to the data. Handle the case
11612         when the class size is fixed.
11613
11614 Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
11615
11616         * reflection.c: fix some endianess issues.
11617
11618 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
11619
11620         * object.c (mono_runtime_invoke): is now able to catch exceptions.
11621
11622         * threads.c (mono_thread_init): added a callback which is invoked
11623         at thread start.
11624
11625 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
11626         
11627         * icall.c: make GetHashCode return non-negative values.
11628
11629 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
11630
11631         * object.c, icall.c, gc.c: revert to address-based hashcode.
11632
11633 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
11634
11635         * icall.c (mono_double_ParseImpl): Added ParseImpl method.
11636
11637 Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
11638
11639         * icall.c, class.c: special case <Module>.
11640
11641 2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
11642
11643         * icall.c: fix bug in GetNow().
11644
11645 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
11646
11647         * object.c (mono_runtime_class_init): make sure that we call all
11648         static class constructors.
11649
11650 Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
11651
11652         * reflection.c: sort methodsemantics table.
11653
11654 Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
11655
11656         * reflection.h, reflection.c: honour init locals setting.
11657
11658 Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg@sc.rr.com>
11659
11660         * icall.c: copied Double ToStringImpl for Single ToStringImpl
11661
11662 Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
11663
11664         * reflection.c: support ContructorBuilders in attribute blob creation.
11665
11666 Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
11667
11668         * reflection.c: some changes to build a binary that can be run
11669         directly in windows.
11670
11671 Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
11672
11673         * loader.c: print a big message when an icall can't be found.
11674
11675 2002-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11676
11677         * string-icalls.c: fix bug 24248.
11678
11679 Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
11680
11681         * appdomain.c, appdomain.h, assembly.c, assembly.h, image.h,
11682         icall.c, reflection.h: separate assembly loading by pathname and by
11683         assembly name. Use the MONO_PATH env var to search for assemblies.
11684
11685 Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
11686
11687         * assembly.c, image.h: add some support for assemblies
11688         with multiple modules.
11689         * class.c, class.h: export mono_class_from_typeref().
11690         * loader.c: remove duplicated code and use mono_class_from_typeref(),
11691         instead.
11692
11693 Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
11694
11695         * unicode.c: Char.IsNumber doesn't include hex digits as the ms
11696         documentation says (the ECMA one is correct).
11697
11698 2002-05-02  Dick Porter  <dick@ximian.com>
11699
11700         * threads.c: Use GC_debug_register_finalizer with GC_debug_malloc.
11701         Don't name the synchronisation mutex.
11702
11703 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
11704
11705         * rand.c
11706         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetBytes):
11707         Make the prototypes match.
11708         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetNonZeroBytes):
11709         Same.
11710
11711         * icall.c
11712         (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Fixed for
11713         systems that use 'timezone' rather than tm.tm_gmtoff. Also, not
11714         all systems have tm.tm_zone, so use strftime() with %Z to print
11715         the timezone abreviation into a temp string.
11716
11717         * object.c (mono_ldstr): Fixed to use mono_string_chars() macro
11718         rather than mono_array_addr() on a MonoString on Big Endian
11719         machines.
11720
11721 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
11722
11723         * string-icalls.c (ves_icall_System_String_InternalReplace_Str):
11724         fix bug 24041
11725
11726 2002-04-30  Dick Porter  <dick@ximian.com>
11727
11728         * socket-io.c: Cope with SOCKET being an integer rather than a
11729         pointer now.
11730
11731         * threads.c: Added Thread_free_internal, to deal with thread
11732         handle cleanup.  Moved calls to handle_store() and handle_remove()
11733         to start_wrapper(), so each can only be called once.  Allocate
11734         synchronisation blocks with GC_malloc(), and use GC finalisation
11735         to close the handles.
11736
11737         * icall.c: added System.Threading.Thread::Thread_free_internal
11738
11739 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
11740
11741         * icall.c: support Environment.Exit, CommandLineArgs().
11742
11743 Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
11744
11745         * object.c, object.h: added mono_runtime_run_main () and
11746         mono_runtime_get_main_args () for use in System.Environment.
11747
11748 Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
11749
11750         * gc.c: fix thinko, enable actual finalization since the jit is now
11751         fixed.
11752
11753 Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
11754
11755         * gc.c, object.c: take into account that an object may be offset wrt the address
11756         returned by GC_malloc().
11757
11758 Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
11759
11760         * image.c: handle files without entries in the assembly table (modules).
11761
11762 2002-04-28 Patrik Torstensson <patrik.torstensson@intel.com>
11763
11764         * reflection.c (mono_reflection_setup_internal_class): remove g_assert_not_reached() to allow 
11765         mcs selfhosting again (build breaker) and did move the check to class instead. parent is
11766         allowed to be null when it's System.Object class setup.
11767
11768 2002-04-27  Martin Baulig  <martin@gnome.org>
11769
11770         * reflection.c (mono_reflection_setup_internal_class): g_assert_not_reached()
11771         if `tb->parent == NULL' rather than crashing.
11772
11773 2002-04-28  Nick Drochak  <ndrochak@gol.com>
11774
11775         * sysmath.c (ves_icall_System_Math_Asin): Fix copy-paste error.  Was
11776         calling acos() where asin() should have been called.
11777
11778 2002-04-26  Martin Baulig  <martin@gnome.org>
11779
11780         * assembly.c (default_assembly_name_resolver): Use G_FILE_TEST_IS_REGULAR
11781         instead of G_FILE_TEST_EXISTS - if you're in mcs/class/corlib/System/Test,
11782         there's a subdirectory called `System', but we don't want to read that
11783         subdirectory as an assembly.
11784
11785 2002-04-25  Martin Baulig  <martin@gnome.org>
11786
11787         * debug-symfile.c: Reflect latest MonoString changes.
11788
11789 Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
11790
11791         * rand.c, rand.h: instance method icalls need to have an explicit
11792         this pointer as first argument in the C implementation.
11793
11794 2002-04-25  Nick Drochak <ndrochak@gol.com>
11795
11796         * icall.c: Fix typo in map for GetNonZeroBytes
11797
11798 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
11799
11800         * string-icalls.c : String does now passes unit tests without any 
11801         errors, the following changes has been made:
11802         
11803         Implemented replace methods.
11804         Renaming of methods to (try) follow the standard.
11805         Fixed compare ordinal
11806         Made all memory allocated directly to function instead of via icall function.
11807         Small performance fix in is_in_array function
11808                         
11809  (2002-04-23) Changes from Duncan Mak <duncan@ximian.com>
11810
11811         c (mono_string_Internal_ctor_charp_int_int):
11812         (mono_string_Internal_ctor_sbytep_int_int):  Removed check for
11813         sindex < 0, throw ArgumentOutOfRangeException instead of
11814         ArgumentNullException.
11815
11816         Added new check for length == 0, however
11817         I need to make it return String.Empty from the C code.
11818         
11819         (mono_string_Internal_ctor_sbytep): Use mono_string_new, and let
11820         that calculate the length for us here.
11821         
11822         (mono_string_Internal_ctor_sbytep_int_int): Replaced
11823         mono_string_new_utf16 with mono_string_new, since value is utf8.
11824
11825 Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
11826
11827         * object.c: register the object for finalization if needed.
11828         Allocate one more char in the string for the terminating 0 char.
11829
11830 Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
11831
11832         * class.c, class.h, image.c: check if a type implemenst a destructor.
11833         Use the proper key for array class lookups.
11834         * icall.c: register the icalls in the System.GC class.
11835         * gc.c, gc.h: GC-related functions and icalls.
11836
11837 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11838
11839         * icall.c:
11840         * socket-io.c:
11841         * unicode.c: free some strings gotten from mono_string_to_utf8 and
11842         changed a couple of free () by g_free ().
11843
11844         * decimal.c: one-liner in the comments for decimal2string ().
11845
11846 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
11847
11848         * object.c (mono_runtime_invoke_array) : Bug because of my incompetence.
11849
11850 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
11851
11852         * reflection.c (mono_reflection_get_custom_attrs) : fixed image bug (crash)
11853         * object.c (mono_runtime_invoke_array) : handle null in params
11854
11855 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
11856
11857         * string-icalls.c: fixed bug in split (one off bug)
11858
11859 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
11860
11861         * string-icalls.c: fixed bug in remove and lastindexofany, add equals icall.
11862         * icalls.c: added String::Equals as internal method
11863
11864 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
11865
11866         * threads.c: fixed bug in the double interlocked functions
11867
11868 2002-04-22      Patrik Torstensson <patrik.torstensson@labs2.com>
11869
11870         * threads.c: implemented all of the new interlocked icalls.
11871         * string-icalls.c: fix a bug in insert.
11872         * icalls.c: added the icalls for interlocked, removed old string functions.
11873         
11874 Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
11875
11876         * loader.c: fix off-by-one error when reading argument names.
11877
11878 Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
11879
11880         * profiler.c: win32 counter implementation (untested).
11881         * icall.cs: win32 GetNow() and GetTimeZoneData() implementations
11882         (the latter needs testing and more complete impl. from win32 folks).
11883
11884 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
11885
11886         * object.c: mono_array_new_full workaround mono_array_class_get
11887         problem.
11888
11889 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
11890
11891         * string-icalls.c (mono_string_InternalRemove): Fixed overwrite bug.
11892         * object.h (mono_string_chars): Changed casting type.
11893
11894 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
11895
11896         * string-icalls.c: Fixed trim method, added the constructors done by Duncan, fixed
11897                            method signatures to use gunichar2 instead of gint16.
11898
11899 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
11900
11901         * object.h, object.c: domain-specific versions of mono_object_new and
11902         mono_array_new.
11903
11904 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
11905
11906         * object.c: changed String layout
11907
11908         * string-icalls.c (mono_string_Internal_ctor_chara): added
11909         internal string constructors.
11910
11911 Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
11912
11913         * threads.c: pass 'this' to the thread start routine.
11914
11915 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
11916
11917         * string-icalls.c: fix IndexOf and LastIndexOf. Now
11918         InternalCompareStr don't call twice mono_string_cmp_char for the last
11919         character. Improved performance in mono_string_cmp_char.
11920
11921 Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
11922
11923         * Makefile.am, appdomain.c, class.c, object.c: split runtime-depended
11924         code into its own library: libmonoruntime.
11925
11926 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
11927
11928         * object.h, object.c: changed array format so that szarrays do not
11929         require a bounds structure.
11930         * icall.c, appdomain.c: support for new szarray format.
11931
11932 Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
11933
11934         * metadata.c: compare also the retuns type when comparing signatures:
11935         we didn't do this as an optimization since really overloaded methods
11936         must differ also in the arguments, but this doesn't work with
11937         low-level IL code (or when using explicit conversion operators: see
11938         bug#23498 for an example).
11939
11940 Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
11941
11942         * loader.c: SZARRAY types can be saved as TYPESPEC, too.
11943
11944 Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
11945
11946         * icall.c: make MonoType::GetElementType its own icall.
11947
11948 Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
11949
11950         * icall.c: remove MonoMethod_get_Name().
11951         * reflection.c, reflection.h, verify: cache the method name in the MonoMethod
11952         object.
11953
11954 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
11955
11956         * string-icalls.c: optimized a few methods.
11957
11958 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
11959
11960         * icall.c: added all new string internal calls
11961         * string-icalls.c: added, new string internal call implementation.
11962         * object.c: added mono_string_new_size for allocating a string a size
11963
11964 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
11965
11966         * object.c (mono_object_isinst): use the same code as in the
11967         optimized x86 version.
11968
11969 Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
11970
11971         * profiler.c: TSC-based timer code (faster and more accurate).
11972         Not hooked up in configure, yet (set USE_X86TSC to 1).
11973
11974 Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
11975
11976         * profiler.c, profiler.h: track time spent compiling methods.
11977         * threads.c: track thread creation/destruction.
11978
11979 Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
11980
11981         * profiler.c, profiler.h, profiler-private.h: profiling interface
11982         and sample implementation. Moved here so that it can be used also by
11983         the jit.
11984
11985 Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
11986
11987         * reflection.c, reflection.h: keep types and other handles separate in
11988         the hash tables for referred tokens. Add guid for modules.
11989
11990 Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
11991
11992         * assembly.c: fix bugs found with valgrind.
11993         * metadata.h, metadata.c: added mono_metadata_guid_heap().
11994
11995 2002-04-14      Patrik Torstensson <patrik.torstensson@labs2.com>
11996
11997         * threads: added icall support for getting current domain for
11998                    the thread.
11999  
12000 2002-04-13  Martin Baulig  <martin@gnome.org>
12001
12002         * debug-symfile.h (MonoDebugLocalInfo): Renamed to MonoDebugVarInfo.
12003         (MonoDebugVarInfo): Added `index' field for register based addresses.
12004         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 9.
12005         (MonoDebugMethodInfo): Replaced `guint32 *param_offsets' with
12006         `MonoDebugVarInfo *params' and `guint32 this_offset' with
12007         `MonoDebugVarInfo *this_var'.
12008
12009         * debug-symfile.c (relocate_variable): New static function to write
12010         a location description for a local variable or method parameter.
12011
12012 2002-04-12  Martin Baulig  <martin@gnome.org>
12013
12014         * debug-symfile.h (MonoDebugLocalInfo): New type. This contains the
12015         stack offset and begin/end scope address of a local variable.
12016         (MonoDebugMethodInfo): Replaced `guint32 *local_offsets' with
12017         'MonoDebugLocalInfo *locals', added `prologue_end' and `epilogue_begin'.
12018         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 8.
12019
12020         * debug-symfile.c (MRT_variable_start_scope, MRT_variable_end_scope):
12021         Added new relocation types for start/end scope of a local variable.
12022
12023 Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
12024
12025         * object.h: add mono_object_domain() macro.
12026         * reflection.c: handle typespecs.
12027         * icall.c: MonoMethod::get_Name() implementation.
12028
12029 Thu Apr 11 12:29Ni:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
12030
12031         * icall.c: String::GetHashCode() icall implementation.
12032
12033 Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
12034
12035         * icall.c: String::IndexOfAny icall.
12036         * object.c, object.h: make array->max_length more useful.
12037         Intrduced mono_object_class() and mono_string_length() macros.
12038
12039 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
12040
12041         * unicode.c (ves_icall_System_Char_IsNumber): use g_unichar_isxdigit
12042         instead of g_unichar_isdigit.
12043
12044 2002-04-11  Nick Drochak  <ndrochak@gol.com>
12045
12046         * icall.c: Implement a simple Double.ToString().
12047
12048 Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
12049
12050         * appdomain.h: only io-layer.h is supposed to be included.
12051         * icall.c: explicitly import environ. Fix warning.
12052
12053 2002-04-10  Nick Drochak  <ndrochak@gol.com>
12054
12055         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData) :
12056                 return true even if it's not Daylight Savings time.
12057                 Only return false for the case where the function isn't
12058                 implemented for a plaform (read Windows).
12059
12060 Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
12061
12062         * appdomain.h, appdomain.c, class.c, object.c: protect MonoDomain
12063         data with a mutex.
12064
12065 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
12066
12067         * mempool.c (mono_mempool_alloc): only use g_malloc when
12068         absolutely necessary.
12069
12070 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
12071
12072         * mempool.c (MEM_ALIGN): hardcode MEM_ALIGN to 8
12073
12074         * class.c (mono_class_vtable): use domain mempool to allocate vtable
12075         (mono_class_proxy_vtable): use domain mempool
12076
12077 Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
12078
12079         * appdomain.h, appdomain.c: split initialization that requires the
12080         execution engine support into mono_runtime_init().
12081
12082 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
12083
12084         * class.c (mono_class_init): don't include vtable inside MonoClass
12085         to save some memory, gather some statistics.
12086         (mono_class_vtable): use g_malloc instead of GC_malloc when possible
12087
12088 Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
12089
12090         * icall.c: internalcall implementation for ValueType.Equals().
12091
12092 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
12093
12094         * object.c (mono_message_init): moved 
12095         (mono_runtime_exec_main): new arch. independent impl.
12096         (mono_runtime_invoke_array): new method - like
12097         mono_runtime_invoke, but you can pass an array of objects.
12098         (mono_remoting_invoke): new arch. independent impl.
12099         (mono_message_invoke): new arch. independent impl.
12100         (mono_runtime_class_init): new arch. independent impl.
12101         (mono_runtime_object_init): new arch. independent impl.
12102
12103 Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
12104
12105         * metadata.c, object.c, reflection.c: documented the exported
12106         functions.
12107
12108 Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
12109
12110         * icall.c: simpler code to pass the assembly builder data to corlib.
12111         Implement GetNestedTypes() internalcall.
12112
12113 Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
12114
12115         * class.c: warn if a type can't be loaded.
12116
12117 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
12118
12119         * image.h: typedef MonoImageOpenStatus
12120         * types.h: removed unused file
12121         
12122 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
12123
12124         * icall.c: Enum_ToObject accepts enum value arguments.
12125
12126 Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
12127
12128         * class.c: move initialization of properties, events and nested
12129         classes, so that they happen for interfaces, too.
12130
12131 Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
12132
12133         * icall.c: cleanup some ugly casts in Array_SetValue*.
12134
12135 Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
12136
12137         * icall.c: the values array fro enums is of the correct type, now.
12138         Implement (correctly) getFullName instead of assQualifiedName for
12139         MonoType.
12140         * reflection.h, reflection.c: added mono_type_get_name ().
12141
12142 Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
12143
12144         * assembly.c, image.h: for each MonoImage, record from wich assembly
12145         it was loaded.
12146         * reflection.h, icall.c: added System_Reflection_Assembly_GetTypes().
12147         Make Type.Assembly work.
12148
12149 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
12150
12151         * debug-symfile.h: use char* instead of gpointer to avoid
12152         unnecessary casts.
12153
12154         * appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
12155
12156         * icall.c (ves_icall_InternalExecute): impl. FielSetter
12157         (ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
12158
12159 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
12160
12161         * icall.c (mono_message_init): impl. (code cleanup)
12162         (ves_icall_InternalExecute): impl. FieldGetter
12163
12164         * class.c (mono_class_init): added exerimental EXT_VTABLE_HACK, if
12165         defined we call all (non-static)methods through the vtable. 
12166
12167 Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus@ximian.com>
12168
12169         * class.c: it seems GC_debug_malloc() makes the Boehm GC call the
12170         finalizer even though the memory is still referenced (and the chunk of
12171         memory is not freed).
12172
12173 Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus@ximian.com>
12174
12175         * assembly.c: fix brokeness.
12176
12177 Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
12178
12179         * class.c: kill some warnings. Check explicit interface method
12180         implementation also without considering the namespace.
12181         Load also literal strings in static class data.
12182
12183 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
12184
12185         * assembly.c (default_assembly_name_resolver): Kill memory leak. 
12186         (default_assembly_name_resolver): Make the resolver take the
12187         "base" directory where the assembly was originally defined, so we
12188         can load DLLs that are in the same directory as the assembly that
12189         is being referenced.
12190
12191 2002-03-28  Dick Porter  <dick@ximian.com>
12192
12193         * file-io.h: 
12194         * file-io.c:
12195         * socket-io.c: 
12196         * unicode.h: 
12197         * unicode.c: Warning cleanups
12198
12199 Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus@ximian.com>
12200
12201         * object.h, reflection.h: use the correct type instead of MonoObject.
12202
12203 2002-03-28  Martin Baulig  <martin@gnome.org>
12204
12205         * debug-symfile.c (mono_debug_class_get): Don't look in referenced assemblies.
12206         (mono_debug_update_symbol_file): Initialize classes if necessary.
12207
12208 Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus@ximian.com>
12209
12210         * assembly.c, debug-helpers.c, image.c, image.h, metadata.c, pedump.c,
12211         rawbuffer.c, reflection.c, verify.c: mare warning cleanups.
12212
12213 Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus@ximian.com>
12214
12215         * assembly.h: fix function prototype.
12216         * metadata.h, metadata.c, object.h, private.h: get rid of warnings.
12217         * mono-endian.h: use const cast.
12218
12219 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
12220
12221         * icall.c (ves_icall_MonoMethodMessage_InitMessage): moved from message.c
12222
12223 Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus@ximian.com>
12224
12225         * loader.c: don't assert when a typeref can't be loaded, give
12226         a chance to the runtime to trow an exception instead.
12227         * loader.h: fix warning.
12228
12229 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
12230
12231         * class.c (mono_class_proxy_vtable): added proxy support
12232
12233 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
12234
12235         * icall.c: removed last of PAL calls, added System.Environment
12236         * file-io.h, file-io.c: MonoIO implementation
12237         * object.h, object.c: mono_string_to_utf16() now returns gunichar2*
12238
12239 Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
12240
12241         * appdomain.c: do not use the byte marker in ldstr table lookup.
12242         * debug-helpers.c: allow two ':' to separate class and method name.
12243         * object.c: allocate arrays bounds with the GC, too.
12244         * verify: add a few more checks.
12245
12246 Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
12247
12248         * reflection.c: output also literal strings. Allocate parameter data
12249         with GC_malloc() (thanks, Martin, for catching this!).
12250
12251 2002-03-26  Martin Baulig  <martin@gnome.org>
12252
12253         * debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
12254         include the `this' offset in the `param_offsets'.
12255
12256 2002-03-25  Martin Baulig  <martin@gnome.org>
12257
12258         * debug-symfile.c (mono_debug_update_symbol_file): Use a new
12259         mono_debug_get_class() function to get the classes. Added new
12260         relocation types for arrays and strings.
12261         (mono_debug_get_class): New static function to search in all
12262         referenced assemblies for a metadata token.
12263
12264         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.
12265
12266 Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus@ximian.com>
12267
12268         * reflection.h, reflection.c: use a gc-safe hash for hash tables that
12269         hold gc-allocated objects. Make the string heap a stream like the
12270         others. Removed duplicated code when writing stream info.
12271         Added asserts to catch possible buffer overflows. Set the sorted map
12272         for tables that need sorting. Added some documentation.
12273
12274 Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus@ximian.com>
12275
12276         * appdomain.h, appdomain.c, class.c, object.c: use a GC-safe hash table 
12277         for interned strings and vtables.
12278
12279 2002-03-24  Martin Baulig  <martin@gnome.org>
12280
12281         * icall.c (ves_icall_Type_GetFields): Reverse the list before storing
12282         it in the array since it was created with g_slist_prepend().
12283
12284 2002-03-24  Martin Baulig  <martin@gnome.org>
12285
12286         * debug-symfile.c (mono_debug_local_type_from_signature): Renamed
12287         to ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig().
12288         (mono_debug_method_from_token): Renamed to
12289         ves_icall_Debugger_MonoSymbolWriter_method_from_token().
12290         (ves_icall_Debugger_DwarfFileWriter_get_type_token): New interncall.
12291
12292         * debug-symfile.c (MRT_type_sizeof, MRT_type_field_offset): New
12293         relocation types.
12294
12295         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 6.
12296
12297 2002-03-24  Martin Baulig  <martin@gnome.org>
12298
12299         * debug-symfile.c (mono_debug_local_type_from_signature): New func.
12300         (mono_debug_method_from_token): New func.
12301
12302         * icall.c (Mono.CSharp.Debugger.MonoSymbolWriter::get_local_type_from_sig):
12303         New interncall, calls mono_debug_local_type_from_signature().
12304         (Mono.CSharp.Debugger.MonoSymbolWriter::get_method): New interncall,
12305         calls mono_debug_method_from_token().
12306
12307 2002-03-23  Martin Baulig  <martin@gnome.org>
12308
12309         * unicode.c (ves_icall_iconv_get_char_count): The `count' argument
12310         specifies the number of bytes to be converted, not the array size.
12311         Return the number of chars, not the number of bytes.
12312         (ves_icall_iconv_get_chars): The `byteCount' argument
12313         specifies the number of bytes to be converted, not the array size.
12314
12315 2002-03-23  Martin Baulig  <martin@gnome.org>
12316
12317         * reflection.h (MonoReflectionSigHelper): New type.
12318
12319         * reflection.c (mono_reflection_sighelper_get_signature_local),
12320         (mono_reflection_sighelper_get_signature_local): New functions.
12321
12322         * icall.c (System.Reflection.Emit.SignatureHelper::get_signature_local),
12323         (System.Reflection.Emit.SignatureHelper::get_signature_field): New
12324         interncalls.
12325
12326 2002-03-23  Martin Baulig  <martin@gnome.org>
12327
12328         * rawbuffer.c (mono_raw_buffer_load_mmap): Use MAP_SHARED when
12329         is_writeable is set.
12330         (mono_raw_buffer_update): New function to write the modified map
12331         back to disk.
12332
12333         * debug-symfile.h (MonoDebugSymbolFile): Added `raw_contents_size'.
12334
12335         * debug-symfile.c (mono_debug_update_symbol_file): Call
12336         mono_raw_buffer_update() when done writing.
12337
12338 2002-03-23  Martin Baulig  <martin@gnome.org>
12339
12340         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 5.
12341
12342         * debug-symfile.c: Added support for arguments and local variables.
12343
12344 2002-03-23  Dick Porter  <dick@ximian.com>
12345
12346         * debug-symfile.c: Remove extraneous 'include <elf.h>' that wasn't
12347         protected by ifdefs, hence breaking the w32 build.
12348
12349 Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus@ximian.com>
12350
12351         * object.c: implement is_interned() the right way.
12352
12353 2002-03-21  Martin Baulig  <martin@gnome.org>
12354
12355         * debug-symfile.[ch]: New files to handle debugging information
12356         files. There's also support to dynamically update these symbol
12357         files to include machine dependent information.
12358
12359 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
12360
12361         * threads.c (mono_thread_create): new function to create thread
12362         from C
12363
12364 2002-03-20  Martin Baulig  <martin@gnome.org>
12365
12366         * icall.c (ves_icall_InternalInvoke): Create a new object if the
12367         method is a constructor.
12368         (icall_map): Added "System.Reflection.MonoCMethod::InternalInvoke",
12369         points to ves_icall_InternalInvoke().
12370
12371 2002-03-20  Dan Lewis <dihlewis@yahoo.co.uk>
12372
12373         * file-io.c: Flush shouldn't throw exceptions.
12374
12375 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
12376
12377         * file-io.c: FileStream flush support; FileSetLength now
12378         restores file pointer.
12379
12380 Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus@ximian.com>
12381
12382         * class.c: set image for pointer classes.
12383
12384 2002/03/19  Nick Drochak <ndrochak@gol.com>
12385
12386         * sysmath.c: Forgot one.
12387
12388 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
12389
12390         * sysmath.c: Avoid redefining existing names.
12391
12392 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
12393
12394         * sysmath.c, sysmath.h, icall.c, Makefile.am: math routines now
12395         handled by runtime as icall rather than dllimport from libm.so
12396         * file-io.c, file-io.h: fixed handle argument type.
12397
12398 2002-03-18  Dick Porter  <dick@ximian.com>
12399
12400         * reflection.c (mono_image_get_type_info): rename interface to
12401         iface, because of "#define interface struct" on windows.
12402
12403 Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus@ximian.com>
12404
12405         * class.c, class.h: rename and export mono_ptr_class_get().
12406         * metadata.c: support MONO_TYPE_ARRAY in MonoType compare.
12407         * reflection.c, reflection.h, icall.c: better/saner type name
12408         parsing and MonoType creation. Handle MONO_TYPE_ARRAY in
12409         method signatures.
12410
12411 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
12412
12413         * class.c (mono_class_init): removed hardcoded GHC_SLOT
12414
12415         * icall.c (ves_icall_InternalInvoke): impl.
12416
12417 Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus@ximian.com>
12418
12419         * reflection.c: output the interface map table, too.
12420
12421 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
12422
12423         * class.c (class_compute_field_layout): separate computation of 
12424         static field layout
12425
12426 2002-03-12  Dan Lewis <dihlewis@yahoo.co.uk>
12427
12428         * icall.c: added System.Buffer support.
12429         * file-io.c: moved file icalls from PAL to FileStream.
12430
12431 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
12432
12433         * icall.c (ves_icall_System_Object_GetHashCode): impl.
12434
12435 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
12436
12437         * icall.c (ves_icall_System_ValueType_GetHashCode): impl.
12438
12439 Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus@ximian.com>
12440
12441         * verify.c, verify.h: moved here the corlib/runtime consistency checks.
12442
12443 Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus@ximian.com>
12444
12445         * debug-helpers.{c,h}: moved here from monograph some useful functions
12446         to locate a method by name/signature in a class or image. Included
12447         also a small and flexible IL disassembler.
12448
12449 Fri Mar 8 16:29:29 CET 2002 Paolo Molaro <lupus@ximian.com>
12450
12451         * reflection.c: fixup tokens in methods with small header size, too.
12452
12453 2002-03-08  Dietmar Maurer  <dietmar@ximian.com>
12454
12455         * object.c (mono_string_to_utf8): remove assert(!error), instead
12456         print a warning. 
12457
12458 Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus@ximian.com>
12459
12460         * icall.c: update to the new mono_Array_class_get interface.
12461
12462 Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus@ximian.com>
12463
12464         * appdomain.c, object.c: Boehm-GC enable.
12465         * icall.c: make get_data_chunk() support split data requests.
12466         Ensure a class is initialized in more cases. Return only the first
12467         property found in GetProperties() or the compiler gets confused. 
12468         Implemented GetEvents(). Temporary fix to GetType(), needs rewriting.
12469         * reflection.h, reflection.c: add fixup mechanism for field and method
12470         tokens. Initialize assembly->typeref in a single place. Output
12471         properties after events. Support custom attributes for events, too.
12472         Typo fix for paramter custom attrs.
12473
12474 2002-03-07  Martin Baulig  <martin@gnome.org>
12475
12476         * icall.c (ves_icall_System_Array_FastCopy): Small fix.
12477
12478 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
12479
12480         * class.c (mono_array_class_get): fix. for multi. dim. arrays
12481
12482 2002-03-06  Martin Baulig  <martin@gnome.org>
12483
12484         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Make this work with
12485         non-zero lower bounds. See testcases #F10-#F13.
12486
12487 2002-03-05  Martin Baulig  <martin@gnome.org>
12488
12489         * exception.c (mono_get_exception_argument_out_of_range): New exception.
12490
12491         * icall.c (ves_icall_System_Array_GetValue): Moved actual implementation to
12492         ves_icall_System_Array_GetValue(), only calculate the absolute array position
12493         here.
12494         (ves_icall_System_Array_SetValue): Likewise.
12495         (ves_icall_System_Array_GetValueImpl): New interncall. Takes an array position
12496         as argument and does the actual work. This function is used when copying a
12497         multi-dimensional array.
12498         (ves_icall_System_Array_SetValueImpl): Almost completely rewrote this. It can
12499         now do all the widening conversions of value types.
12500         (ves_icall_System_Array_CreateInstanceImpl): Implemented.
12501
12502 Tue Mar 5 18:14:01 CET 2002 Paolo Molaro <lupus@ximian.com>
12503
12504         * class.c: remove some magic numbers and use the smbolic names,
12505         instead. Added init_events() to load event info at class init time.
12506         * metadata.h, metadata.c: added mono_metadata_events_from_typedef()
12507         and mono_metadata_methods_from_event().
12508         * reflection.h, reflection.c: added support for writing out the evnets
12509         related information.
12510
12511 Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus@ximian.com>
12512
12513         * reflection.h, icall.c: use a different method (GetInterfaces)
12514         to gather interface info and add isbyref, isprimitive and
12515         ispointer to the ves_icall_get_type_info() return value.
12516
12517 Mon Mar 4 11:22:26 CET 2002 Paolo Molaro <lupus@ximian.com>
12518
12519         * class.h: stared adding support for events.
12520         * icall.c: split find_members implementation. Added debug icall to get
12521         the address of an object.
12522         * reflection.c: handle TypeBuilders in mono_type_get_object().
12523
12524 2002-03-01  Martin Baulig  <martin@gnome.org>
12525
12526         * icall.c (ves_icall_System_Array_GetLength): This must throw an
12527         ArgumentOutOfRangeException(), not an ArgumentException().
12528         (ves_icall_System_Array_GetLowerBound): Likewise.
12529         (ves_icall_System_Array_GetValue): Improved argument checking.
12530         (ves_icall_System_Array_SetValue): Improved argument checking.
12531
12532 2002-03-01  Martin Baulig  <martin@gnome.org>
12533
12534         * icall.c (ves_icall_System_Array_GetValue): Raise an exception when
12535         called with invalid arguments rather than just dying with g_assert().
12536         (ves_icall_System_Array_SetValue): Likewise.
12537         (ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
12538         raise a NotImplementedException instead.
12539         (ves_icall_System_Array_GetLength): Added argument checking.
12540         (ves_icall_System_Array_GetLowerBound): Added argument checking.
12541
12542 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
12543
12544         * object.h (mono_assert): new macros mono_assert and
12545         mono_assert_not_reached
12546
12547 2002-02-28  Martin Baulig  <martin@gnome.org>
12548
12549         * icall.c: Rename "System::String::Intern" to "System::String::_Intern"
12550         and "System::String::IsInterned" to "System::String::_IsInterned".
12551
12552 Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>
12553
12554         * icall.c: remove hacks for typebuilder. Added icall to create a
12555         modified type from a tybebuilder.
12556         * reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
12557         in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
12558         to create a backing MonoClass for a TypeBuilder.
12559
12560 Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
12561
12562         * class.c, class.h: more refactoring of class init.
12563         Export mono_class_setup_mono_type() and mono_class_setup_parent().
12564
12565 Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>
12566
12567         * marshal.c, marshal.h: start of marshaling interface.
12568
12569 Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
12570
12571         * icall.c: fix order in assembly qualified name icall.
12572
12573 Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus@ximian.com>
12574
12575         * class.c: do not free str, since we store it in the hash table.
12576         * reflection.h: add label field to MonoILExceptionInfo.
12577         * reflection.c: handle references to more than one assembly. Handle
12578         case when there isn't a module created in the assembly.
12579
12580 Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus@ximian.com>
12581
12582         * class.c: Fix typo. Start refactoring of class init code.
12583
12584 Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus@ximian.com>
12585
12586         * appdomain.c: exit with 1 on error.
12587         * class.c: we already have the name in MonoClassField.
12588         * image.c, image.h, metadata.c, pedump.c: use directly a pointer in
12589         MonoStreamHeader instead of an offset of image->raw_metadata.
12590
12591 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
12592
12593         * appdomain.c (mono_init): Be even more descriptive about the error.
12594
12595 Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus@ximian.com>
12596
12597         * appdomain.c: give the user an informative message when corlib can't
12598         be loaded.
12599
12600 2002-02-26  Martin Baulig  <martin@gnome.org>
12601
12602         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
12603         New icall to get the time zone data.
12604
12605 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
12606
12607         * reflection.c: set virtual and raw size of section correctly.
12608         * threads.c: transfer domain information to newly created threads.
12609
12610 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
12611
12612         * class.c: when instancing a class in a domain, load the default
12613         vaules for static fields from the constant table. Fix System.Enum to
12614         not be an enum.
12615         * icall.c: implement Object::GetType() internalcall. Implemented
12616         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
12617         Fixed checking of binding flags in find_members().
12618         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
12619         * reflection.c: handle enumerations when writing to the constant
12620         table. Use a different object cache for types.
12621
12622
12623 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
12624
12625         * object.c (mono_object_isinst): fix for arrays
12626
12627         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
12628
12629 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
12630
12631         * object.c: don't use mprotect ()  and fix intern pool hash table
12632         lookup for big endian systems.
12633
12634 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
12635
12636         * icall.c: change type_is_subtype_of () signature.
12637
12638 2002-02-21  Mark Crichton  <crichton@gimp.org>
12639
12640         * rand.c, rand.h: Added random number generator for
12641         System.Security.Cryptography classes.
12642
12643         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
12644
12645         * icall.c: Added System.Security.Cryptography calls.
12646
12647 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
12648
12649         * class.c, icall.c, metadata.c: better support for pointer types.
12650         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
12651         * reflection.c: Add support for getting custom attrs for properties
12652         and simplify some code.
12653
12654 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
12655
12656         * icall.c: change getToken () and add custom attribute GetBlob()helper
12657         method.
12658         * reflection.h: add custom attrs array to the reflection builder structures.
12659         * reflection.c: encode and emit custom attributes for all the relevant
12660         reflection objects. Cache fieldref and methodref tokens. Change
12661         mono_image_create_token() interface to take a MonoDynamicAssembly.
12662         More complete custom attributes decoder. Load custom attributes for
12663         Assembly, Field, Method and Constructor objects, too. Make the
12664         returned array an Attribute[] one, not object[]. Added
12665         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
12666         custom attribute constructor.
12667
12668 2002-02-20  Dick Porter  <dick@ximian.com>
12669
12670         * icall.c:
12671         * rawbuffer.c:
12672         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
12673         problem code out for now).
12674
12675 2002-02-19  Radek Doulik  <rodo@ximian.com>
12676
12677         * object.c (mono_ldstr): use hash table to avoid multiple swapping
12678
12679 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
12680
12681         * icall.c: register the GetCustomAttributes method.
12682         * object.c, object.h: add mono_string_new_len ().
12683         * reflection.h, reflection.c: added mono_runtime_invoke(),
12684         mono_install_runtime_invoke(). Added
12685         mono_reflection_get_custom_attrs () to load custom attributes and
12686         create the attribute objects.
12687
12688 2002-02-19  Dick Porter  <dick@ximian.com>
12689         * threads-dummy-types.c:
12690         * threads-dummy-types.h:
12691         * threads-dummy.c:
12692         * threads-dummy.h:
12693         * threads-pthread-types.c:
12694         * threads-pthread-types.h:
12695         * threads-pthread.c:
12696         * threads-pthread.h:  Deleted obsolete files
12697
12698 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
12699
12700         * class.c (mono_class_vtable): runtime init the class when we
12701         allocate static class data.
12702
12703         * icall.c (ves_icall_System_Array_SetValue): check for null values.
12704
12705         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
12706         and String - but we will need generic marshalling support in the
12707         future. 
12708         (mono_init): set the domain name in a ms compatible way
12709
12710         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
12711         String[].
12712
12713 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
12714
12715         * object.c (mono_array_clone): use alloca() instead of g_malloc  
12716         for sizes
12717
12718         * appdomain.c (mono_domain_unload): impl.
12719
12720 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
12721
12722         * appdomain.c, object.c: fix intern pool implementation.
12723         * class.c: fix alignment code.
12724
12725 2002-02-16  Radek Doulik  <rodo@ximian.com>
12726
12727         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
12728         and s2 > s1, just copy lower bytes to be compatible with little
12729         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
12730         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
12731
12732         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
12733         force big_endian to be 1 for big endian machines 
12734         (ves_icall_iconv_new_decoder): ditto
12735
12736 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
12737
12738         * socket-io.c (convert_sockopt_level_and_name): If the system
12739         doesn't define SOL_IP or SOL_TCP, get them by hand using
12740         getprotobyname() and caching the values (because this could be a
12741         slow operation).
12742         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
12743         Use the appropriate struct when the system does support it. Ie,
12744         not all systems have struct ip_mreqn so use struct ip_mreq when
12745         appropriate.
12746
12747 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
12748
12749         * reflection.c: handle finally clauses.
12750
12751 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
12752
12753         * socket-io.c: use g_snprintf() instead of snprintf.
12754
12755 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
12756
12757         * reflection.c (mono_param_get_objects): Cast second argument to
12758         mono_method_get_param_names to a const char** to silence the
12759         compiler warning.
12760
12761         * appdomain.c (mono_domain_assembly_open): Put parens around the
12762         truth statement in the for-loop.
12763
12764         * unicode.c (iconv_convert): Got rid of a compiler warning about
12765         int i being unused when the system has a new iconv.
12766         (iconv_get_length): Same.
12767
12768         * image.c (load_class_names): Cast the second argument to
12769         g_hash_table_insert() to char* to hush compiler warnings about the
12770         arg being a const.
12771         (mono_image_open): Same here.
12772
12773         * socket-io.c: Don't conditionally include sys/filio.h or
12774         sys/sockio.h here anymore since we now get them from
12775         io-layer/io-layer.h
12776         (inet_pton): If the system doesn't support inet_aton, implement
12777         using inet_addr and also #define INADDR_NONE if it isn't defined
12778         by the system.
12779
12780 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
12781
12782         * metadata.c, metadata.h: added function to get packing and size info
12783         of a typedef.
12784         * reflection.h, reflection.c: handle field RVA data. Save info about
12785         the table layout if needed. Assign typedef indexes to all the types
12786         before dumping the info about them to avoid forward reference problems.
12787
12788 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
12789
12790         * socket-io.c (convert_sockopt_level_and_name): ifdef
12791         SO_ACCEPTCONN because it is not defined on my system (old debian)
12792
12793 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
12794
12795         * opcode.c: use stddef.h to get NULL.
12796
12797 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
12798
12799         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
12800         for FIONBIO, FIONREAD and SIOCATMARK.
12801         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
12802         define INADDR_NONE and besides, inet_addr() is deprecated and
12803         should not be used. Use inet_pton() instead - it also has the
12804         added bonus that it can easily handle IPv6 addresses as well.
12805         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
12806
12807 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
12808
12809         * decimal.c: remove _MSC_VER conditional.
12810
12811 2002-02-13  Dick Porter  <dick@ximian.com>
12812
12813         * socket-io.c: 
12814         * icall.c: Internal calls for Blocking, Select, Shutdown,
12815         GetSocketOption and SetSocketOption
12816
12817 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
12818
12819         * assembly.cs: better resolver: use it instead of some kludgy
12820         code.
12821
12822 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
12823
12824         * reflection.c: the best way to speed-up the compiler is to avoid
12825         infinite loops.
12826
12827 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
12828
12829         * class.c (mono_class_vtable): changed the object layout
12830         (obj->vtable->class). 
12831         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
12832
12833 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
12834
12835         * assembly.c: look for assemblies in the assembly dir, too.
12836
12837 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
12838
12839         * class.c: fix thinko in mono_class_from_type().
12840
12841 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
12842
12843         * exception.h, exception.c: added TypeLoadException.
12844         * object.h, object.c: added mono_array_clone ().
12845         * icall.c: handle throwOnError in AssemblyGetType().
12846         Added Array.Clone().
12847         * opcode.h, opcode.c: use a single value for the opcode val.
12848         Compile fix for non-gcc compilers.
12849
12850 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
12851
12852         * opcodes.c, opcodes.h: export interesting info about opcodes.
12853
12854 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
12855
12856         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
12857         icalls. 
12858
12859         * class.c (class_compute_field_layout): set element_class for enums
12860         (mono_class_create_from_typedef): set element_class for normal classes
12861
12862         * icall.c (ves_icall_System_Enum_get_value): impl.
12863
12864         * class.c (mono_class_create_from_typedef): do not set valuetype
12865         flag for System.ValueType and System.Enum
12866
12867 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
12868
12869         * unicode.c (iconv_convert): fix big endian problem.
12870
12871 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
12872
12873         * class.c: add asserts if we are ever going to scribble over memory.
12874         * socket-io.c: not all systems have AF_IRDA defined.
12875
12876 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
12877
12878         * class.c (class_compute_field_layout): do not consider static
12879         fields to compute alignment
12880
12881 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
12882
12883         * appdomain.c (mono_appdomain_get): impl.
12884         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
12885
12886 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
12887
12888         * icall.c: ignore "file://" prefix when loading an assembly.
12889
12890 2002-01-23  Dick Porter  <dick@ximian.com>
12891
12892         * socket-io.c:
12893         * icall.c:
12894         * Makefile.am: Added socket support
12895
12896 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
12897
12898         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
12899         code back.  This should return the assemblies that are loaded by
12900         the runtime on behalf of an application domain. 
12901
12902         The current implementation is still broken, it just returns every
12903         assembly loaded, but until we get real applications domain this
12904         will do.
12905
12906 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
12907
12908         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
12909         AppDomain object.
12910
12911 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
12912
12913         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
12914         the mono_class_from_name lookup.
12915         (ves_icall_get_parameter_info): ditto.
12916         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
12917         method.
12918         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
12919
12920 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
12921
12922         * class.c: load also nested classes on class init.
12923         System.ValueType instance methods gets passed boxed
12924         values, unless methods in derived classed that get a pointer to the
12925         data.
12926         * icall.c: use better name parsing code in GetType().
12927         * image.c, image.h: add mono_image_loaded ().
12928         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
12929         * reflection.c, reflection.h: added mono_reflection_parse_type().
12930
12931 2002-01-22  Veronica De Santis <veron78@interfree.it>
12932
12933         * icall.c : Added mapping of internal calls for Manual and Auto reset events
12934         * threads.c : Added the implementation of internal calls for events
12935         * threads.h : Added prototypes of internal calls for events
12936         
12937 2002-01-21  Radek Doulik  <rodo@ximian.com>
12938
12939         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
12940
12941 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
12942
12943         * class.c (mono_class_init): set min_align to 1 (instead of 0)
12944         (mono_class_value_size): use min_align
12945
12946 2002-01-20  Dick Porter  <dick@ximian.com>
12947
12948         * threads.h:
12949         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
12950         so it compiles on w32.
12951
12952 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
12953
12954         * metadata.c (mono_type_stack_size): impl.
12955
12956         * class.c (mono_class_get_field): impl. memberref token
12957
12958 2002-01-16 Veronica De Santis <veron78@@interfree.it>
12959
12960         * icall.h : Added the internal calls mapping for CreateMutex_internal
12961                     and ReleaseMutex_internal.
12962         * threads.h : Added the prototype of mutexes internal calls.
12963         * threads.c : Added the implementations of mutexes internal calls.
12964
12965 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
12966
12967         * metaparse.h: removed unused file.
12968         * reflection.c, reflection.h: added stream_data_align () function 
12969         to align data in streams and keep stream aligned. Add support for
12970         exception support in method headers.
12971
12972 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
12973
12974         * unicode.c: make iconv_convert () return the number of bytess written
12975         in the output buffer.
12976
12977 2002-01-15  Dick Porter  <dick@ximian.com>
12978         * threads.c: Make the runtime's idea of infinite timeouts coincide
12979         with the class library's
12980
12981         Fix a particularly egregious bug in mono_thread_cleanup(). That
12982         code was so utterly bogus it must have been written on a Monday.
12983
12984 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
12985
12986         * reflection.h: add subtypes field to TypeBuilder.
12987         * reflection.c: encode constants for literal fields.
12988         Handle subtypes. Fix user string token (and add a zero byte)
12989         at the end.
12990         
12991 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
12992
12993         * class.c (mono_class_init): bug fix: assign slot numbers for
12994         abstract methods.
12995
12996 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
12997
12998         * reflection.c: don't try to output a code RVA for abstract methods.
12999         Small fixes for method header format. Output parameter info to the
13000         ParamDef table. Save method overriding info to MethodImpl table.
13001         Fix property support. Allow typedef.extends to be a type in the
13002         building assembly.
13003         * verify.c: fix off-by-one error.
13004
13005 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
13006
13007         * class.c: fix mono_class_from_mono_type () for szarray types.
13008         Remove unused cache check in mono_class_from_type_spec().
13009         * icall.c: *type_from_name () functions handle simple arrays and byref.
13010         * reflection.c: handle byref and szarray types. Handle methods without
13011         body (gets P/Invoke compilation working). Handle types and fields in
13012         get_token ().
13013         * reflection.h: add rank to MonoTypeInfo.
13014
13015 2002-01-10  Dick Porter  <dick@ximian.com>
13016
13017         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
13018         internal calls
13019
13020 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
13021
13022         * icall.c: initialize class in type_from_handle ().
13023         Loop also in parent classes for get_method ().
13024         * reflection.c: properly encode class and valuetype types.
13025         Start on encoding TypeBuilder types. Handle fieldrefs.
13026         Use correct length when registering a user string.
13027         Handle ConstructorBuilder and MonoMethod in get_token ().
13028         Make mono_type_get_object () aware of cached types.
13029         * object.c: back out change to mono_string_new ().
13030
13031 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
13032         * object.c: mono_string_new should return a NULL when the string 
13033         passed in is NULL -- not try to deference it.
13034         
13035 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
13036
13037         * icall.c: hack to make IsSubType work for TypeBuilders.
13038         * reflection.c: emit constructors before methods.
13039         Retrieve param names in mono_param_get_objects().
13040
13041 2002/01/05  Nick Drochak  <ndrochak@gol.com>
13042
13043         * Makefile.am: fix list of headers and sources so automake 1.5
13044         doesn't complain. Removed \# at end of list.
13045
13046 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
13047
13048         * reflection.c: get token for a method ref. Set return type of
13049         constructor to void.
13050         * loader.c: debug message.
13051         * class.c: typo fix.
13052
13053 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
13054
13055         * icall.c: fix array init with rank > 1. FindMembers
13056         loops in parent class as well.
13057         * image.c: do not insert nested types in name cache.
13058         * reflection.c: warning fix.
13059         * reflection.h: add override method (for interface impl).
13060
13061 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
13062
13063         * metadata.c: fix customattr decoding.
13064
13065 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
13066
13067         * rawbuffer.cs: Added native Win32 implementation, avoids using
13068         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
13069
13070 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
13071
13072         * class.c: make the low-level routines handle the cache.
13073
13074 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
13075
13076         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
13077
13078 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
13079
13080         * class.c: fix mono_array_element_size() for objects.
13081         * class.h, class.c: add properties to MonoClass and load them
13082         at init time.
13083         * icall.c: check with isinst() when assigning a value to an array
13084         instead of requiring the classes to match exactly.
13085         Implemented icall for System.Type::GetType().
13086         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
13087         enums. Handle bindingflags when looking for methods and fields.
13088         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
13089         and mono_metadata_methods_from_property().
13090         * reflection.h, reflection.c: added structures for propreties,
13091         parameters and enums. Implemented mono_property_get_object() and
13092         mono_param_get_objects().
13093
13094 2001-12-18  Dick Porter  <dick@ximian.com>
13095
13096         * file-io.c: Use mono_string_to_utf16() instead of
13097         mono_string_chars()
13098
13099         * object.c: Added mono_string_to_utf16(), which copies the non
13100         NULL-terminated MonoString into a new double-null-terminated
13101         buffer.
13102
13103 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
13104
13105         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
13106
13107 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
13108
13109         * file-io.c: raise exceptions if handle is invalid.
13110
13111 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
13112
13113         * assembly.c: yet another check for mscorlib.
13114         * class.c, class.h: load nesting info for classes.
13115         * icall.c: many new functions to support the Reflection classes.
13116         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
13117         * reflection.h, reflection.c: mono_image_create_token(),
13118         mono_assembly_get_object(), mono_type_get_object(),
13119         mono_method_get_object(), mono_field_get_object(): methods to return
13120         objects that parallel the C representation of assemblies, types,
13121         methods, fields.
13122
13123 2001-12-11  Dick Porter  <dick@ximian.com>
13124
13125         * icall.c:
13126         * file-io.c: Internal calls for file IO.
13127
13128 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
13129
13130         * tabledefs.h: missing FileAttributes.
13131         * verify.h, verify.c: use is_valid_string () to simplify and check for
13132         valid strings more correctly. Fix warnings and speeling.
13133         Check more tables: Filed, File, ModuleRef, StandAloneSig.
13134         Check code: branches, maxstack, method calls.
13135
13136 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
13137
13138         * object.c (mono_object_allocate): removed static, so that the jit
13139         can allocate value types.
13140
13141         * icall.c (ves_icall_System_DateTime_GetNow): impl.
13142
13143 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
13144
13145         * class.c: init enum types right away and register the
13146         token->MonoClass map in mono_class_create_from_typedef ().
13147         * verify.h, verify.c: first cut of the verifier.
13148         * pedump.c: add --verify switch to verify metadata tables.
13149         * tabledefs.h: add some missing enums.
13150
13151 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
13152
13153         * class.c (mono_install_runtime_class_init): impl.
13154         (mono_class_init): renamed mono_class_metadata_init to
13155         mono_class_init, also removed the metadata_inited flag
13156
13157         * object.c (mono_object_isinst): use faster algorithm
13158
13159 2001-11-30  Radek Doulik  <rodo@ximian.com>
13160
13161         * mono-endian.h: reverted last change
13162         added function prototypes
13163
13164         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
13165         add mono-endian.c back
13166
13167         * mono-endian.c: returned back, as Paolo pointed out, it's needed
13168         for unaligned access, I've mistaked it with endianess. I am
13169         sorry.
13170         (mono_read16): fix reverted endianess
13171         (mono_read64): ditto
13172         (mono_read32): ditto
13173
13174 2001-11-30  Dick Porter  <dick@ximian.com>
13175
13176         * exception.c: Implement mono_exception_from_name()
13177
13178 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
13179
13180         * metadata.h, metadata.c: remove params_size and locals_size and their
13181         calculation from the metadata code: they are only usefult to the
13182         interp.
13183
13184 2001-11-29  Radek Doulik  <rodo@ximian.com>
13185
13186         * object.c (mono_ldstr): swap bytes here, it's probably not the
13187         best place, but works for me now, I'll redo it once I know mono
13188         better, also note that I add PROT_WRITE and don't reset back, also
13189         note that it's only affects big endians, so x86 should be OK
13190
13191         * mono-endian.h (read16): use just glib macros for both endians
13192
13193         * mono-endian.c: removed as glib macros are used in in
13194         mono-endian.h so we don't need to care about endianess for read
13195         macros as glib does that for us already
13196
13197 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
13198
13199         * class.h, class.h: take minimum alignment into consideration so
13200         that the fields of a class remain aligned also when in an array.
13201
13202 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
13203
13204         * loader.h, loader.c: add mono_method_get_param_names().
13205         * class.c: 0-init class fields.
13206
13207 2001-11-26  Dick Porter  <dick@ximian.com>
13208
13209         * icall.c:
13210         * threads-types.h:
13211         * threads.c: New file that handles System.Threading on all platforms
13212
13213         * object.c: 
13214         * object.h: Remove the synchronisation struct from MonoObject,
13215         replace it with a pointer that gets initialised on demand
13216
13217         * Makefile.am: Replace all the system-specific threading code with
13218         a single file that uses the new wrapper library
13219
13220 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
13221
13222         * class.c, class.h: add mono_install_trampoline() so that the runtime
13223         can register a function to create a trampoline: removes the ugly
13224         requirement that a runtime needed to export arch_create_jit_trampoline.
13225         * object.h, object.c: added mono_install_handler() so that the runtime
13226         can install an handler for exceptions generated in C code (with
13227         mono_raise_exception()). Added C struct for System.Delegate.
13228         * pedump.c: removed arch_create_jit_trampoline.
13229         * reflection.c: some cleanups to allow registering user strings and
13230         later getting a token for methodrefs and fieldrefs before the assembly
13231         is built.
13232         * row-indexes.h: updates and fixes from the new ECMA specs.
13233
13234 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
13235
13236         * class.h, class.c: add enum_basetype field to MonoClass.
13237         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
13238         to get index in the constant table reated to a field, param or
13239         property.
13240         * reflection.h, reflection.c: handle constructors. Set public-key and
13241         version number of the built assembly to 0.
13242         * row-indexes.h: update from new ECMA spec.
13243
13244 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
13245
13246         * class.h, class.c: add a max_interface_id to MonoClass.
13247         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
13248         since it's used to do that. Added mono_type_type_from_obj().
13249         Make GetType() return NULL instead of segfaulting if the type was not
13250         found. Handle simple arrays in assQualifiedName.
13251         * object.h: add a struct to represent an Exception.
13252         * reflection.c: output call convention in method signature.
13253         Add code to support P/Invoke methods and fixed offsets for fields.
13254
13255 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
13256
13257         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
13258         the value.
13259         * icall.c: use mono_array_addr instead of array->vector: fixes the
13260         reflection image writing.
13261         * reflection.c: init call convention byte to 0 in method signature.
13262         Encode the property signature. Don't output property-related methods
13263         twice. Really process the properties for a type (don't cast a field to
13264         a property, my mom always told me that).
13265         Fix 64 bit issues in pointer alignment in a different and more
13266         readable way.
13267
13268 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
13269
13270         * loader.h: Removed type class from MonoDefaults, added monotype
13271
13272         * loader.c: Loaded MonoType, removed loading of Type
13273
13274         * icall.c (my_mono_new_object): Now returns a System.MonoType,
13275         and fills in System.Type._impl with a RuntimeTypeHandle rather
13276         than the actual MonoClass *
13277
13278         (ves_icall_type_from_handle): change from type_class to
13279         monotype_class
13280
13281         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
13282         implemented
13283
13284         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
13285         implemented
13286
13287         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
13288
13289         (ves_icall_System_Reflection_Assembly_GetType): implemented
13290
13291         (ves_icall_System_MonoType_assQualifiedName): implemented
13292
13293         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
13294
13295 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
13296
13297         * assembly.c (mono_assembly_open): Implement a cache for the
13298         assemblies. 
13299
13300         (mono_assembly_close): only destroy the assembly when the last
13301         reference is gone.
13302         
13303 2001-11-09  Dick Porter  <dick@ximian.com>
13304
13305         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
13306
13307 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
13308
13309         * class.c (mono_class_metadata_init): bug fix: compute the right slot
13310
13311 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
13312
13313         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
13314         from Martin Weindel.
13315         * object.h: add mono_string_chars ().
13316
13317 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
13318
13319         * reflection.c (build_compressed_metadata): Eliminates warnings
13320         and uses 64-bit clean code.
13321
13322         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
13323         (mono_type_equal): Change signature to eliminate warnings.
13324
13325 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
13326
13327         * icall.c, loader.c: remove the internalcall array constructors.
13328         Changes to match the new MonoArray structure.
13329         * object.h, object.c: an array object doesn't allocate an extra
13330         vector. Add mono_array_new_full () to create jagged arrays easily.
13331
13332 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
13333
13334         * metadata.h, metadata.c: add mono_metadata_field_info () to
13335         retreive all the info about a field from vairous tables.
13336         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
13337         * class.h, class.c: augment MonoClassField with more info.
13338         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
13339         policy and load a field's RVA if needed.
13340
13341 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
13342
13343         * class.c (mono_class_metadata_init): create a trampoline for all
13344         virtual functions instead of actually compiling them.
13345
13346 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
13347
13348         * class.h, class.c: include name in MonoClassField.
13349         * class.c: fix fundamental type of System.Object and System.String.
13350         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
13351         tokens in ldtoken.
13352         * icall.c: remove internalcalls for the Reflection stuff that is now
13353         done in C# code.
13354         * loader.c: mono_field_from_memberref () implementation.
13355         * mono-endian.c: thinko (s/struct/union/g).
13356         * object.c, object.h: make the mono_string_* prototypes actually use
13357         MonoString instead of MonoObject.
13358         * reflection.c, reflection.h: updates for changes in the reflection
13359         code in corlib: we use C structures that map to the actual C# classes.
13360         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
13361         fat method header if needed and use the info from the ILGenerator for
13362         methods. Handle fields in types. Misc fixes.
13363
13364 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
13365
13366         * class.c (mono_class_metadata_init): bug fix: always allocate
13367         space for static class data
13368
13369 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
13370
13371         * class.c (mono_compute_relative_numbering): use relative
13372         numbering to support fast runtime type checks.
13373
13374 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
13375
13376         * class.c (mono_class_create_from_typeref): added debugging output
13377         to print class name when MonoDummy is returned instead of real class
13378
13379 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
13380
13381         * class.c (mono_class_metadata_init): interface offset table now
13382         contains pointers into the vtable - this is more efficient for the jit
13383
13384 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
13385
13386         * class.c (mono_class_metadata_init): use a temporary vtable (the
13387         old algorithm only worked for the interpreter, but not for the jit)
13388
13389 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
13390
13391         * loader.c (method_from_memberref): use mono_class_get to get the
13392         class of an array instead of using System.Array directly.
13393         (mono_get_method): also add MEMBERREF methods to the method cache
13394         which usefull for arrays.
13395
13396 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
13397
13398         * pedump.c (arch_compile_method): added to compute vtable entry
13399
13400         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
13401         number of interfaces.
13402         
13403         * class.h: merged MonoArrayClass into MonoClass
13404
13405         * class.c (mono_class_create_from_typedef): compute the vtable size and
13406         allocate space to include the vtable inside MonoClass
13407         (mono_class_metadata_init): initialize the vtable
13408
13409 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
13410
13411         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
13412         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
13413         * image.c: endian fixes by Laurent Rioux.
13414         * object.h, object.c: rename MonoStringObject to MonoString and
13415         MonoArrayObject to MonoArray. Change some function names to conform to
13416         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
13417         guint16* as first argument, so don't use char*.
13418         Provide macros to do the interesting things on arrays in a portable way.
13419         * threads-pthread.c: updates for the API changes and #include <sched.h>
13420         (required for sched_yield()).
13421         * icall.c: updates for the API changes above.
13422         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
13423         platforms that need them.
13424
13425 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
13426
13427         * class.c: set the correct type for all the fundamental
13428         type when loading the class.
13429
13430 2001-10-05  Dick Porter  <dick@ximian.com>
13431
13432         * threads-pthread.c (pthread_mutex_timedlock): Simple
13433         compatibility version for C libraries that lack this call.
13434
13435 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
13436
13437         * class.c: MonoTypes stored in MonoClass are stored as
13438         fundamental MonoTypes when the class represents a
13439         fundamental type (System.Int32, ...).
13440         The TypeHandle return by ldtoken is a MonoType*.
13441         * icall.c: ves_icall_get_data_chunk () write out all the
13442         PE/COFF stuff. Implement ves_icall_define_method (),
13443         ves_icall_set_method_body (), ves_icall_type_from_handle ().
13444         * image.c: properly skip unknown streams.
13445         * loader.h, loader.c: add type_class to mono_defaults.
13446         * metadata.c, metadata.h: export compute_size () as
13447         mono_metadata_compute_size () with a better interface.
13448         Typo and C&P fixes.
13449         * pedump.c: don't try to print the entry point RVA if there is no entry point.
13450         * reflection.c, reflection.h: many cleanups, fixes, output method
13451         signatures and headers, typedef and typeref info, compress the metadata
13452         tables, output all the heap streams, cli header etc.
13453         * row-indexes.h: typo fixes.
13454
13455 2001-10-04  Dick Porter  <dick@ximian.com>
13456
13457         * object.h: Add a synchronisation mutex struct to MonoObject
13458
13459         * object.c (mono_new_object): Initialise the object
13460         synchronisation mutexes
13461
13462         * icall.c: System.Threading.Monitor internal calls
13463         
13464         * threads-pthread.h:
13465         * threads-pthread.c: System.Threading.Monitor internal calls
13466
13467         * threads-types.h: New file, includes the system-specific thread
13468         structures
13469         
13470         * threads-pthread-types.h:
13471         * threads-pthread-types.c: New files, handle pthread-specific
13472         synchronisation types
13473
13474         * threads-dummy-types.h: 
13475         * threads-dummy-types.c: New files of dummy support for
13476         thread-specific types
13477
13478         * metadata.c:
13479         * image.c:
13480         * pedump.c: include mono-endian.h not endian.h
13481         
13482         * Makefile.am: More threads files.
13483         Name mono-endian.h not endian.h
13484
13485 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
13486
13487         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
13488         stuff and implement a few more bits.
13489         * icall.c: a field needs to be dereferenced twice. Do not use the same
13490         name for two variables in the same scope.
13491         * image.c, image.h: cleanups.
13492
13493 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
13494
13495         * class.c (mono_class_metadata_init): bug fix: compute the right size
13496
13497 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
13498
13499         * icall.c: implemented some of the Reflection internalcalls.
13500         * image.c, image.h: start writing out the PE/COFF image.
13501         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
13502         that does the reverse than decode_blob_size ().
13503         * object.c: use mono_metadata_encode_value (). Move here
13504         temporary implementation of mono_string_to_utf8 ().
13505         * rawbuffer.c: make malloc_map static.
13506
13507 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
13508
13509         * metadata.c: fix type comparison for arrays.
13510         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
13511         Added a couple of new classes to monodefaults.
13512         * icall.c: added a couple of Reflection-related internalcalls.
13513         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
13514         Added a byval_arg MonoType to MonoClass.
13515
13516 2001-09-28  Dick Porter  <dick@ximian.com>
13517
13518         * icall.c:
13519         * threads-pthread.h: 
13520         * threads-pthread.c: Implemented internal calls for
13521         LocalDataStoreSlot operations.  Applied mutexes around all shared
13522         data.  Reworked the thread creation and Start() operations to
13523         avoid a race condition.
13524         
13525         * threads-dummy.h:
13526         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
13527
13528 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
13529
13530         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
13531
13532 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
13533
13534         * class.c, loader.c: warn and return NULL instead of erroring out.
13535         * icall.c: added System.AppDomain::getCurDomain().
13536         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
13537
13538 2001-09-25  Dick Porter  <dick@ximian.com>
13539
13540         * threads-pthread.h:
13541         * threads-pthread.c: Implemented timed thread joining and added
13542         System.Threading.Thread::Join_internal internal call
13543
13544         * icall.c: Added System.Threading.Thread::Join_internal internal call
13545
13546         * threads-dummy.h:
13547         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
13548
13549 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
13550
13551         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
13552         mono_string_intern () to implement the semantics of the ldstr opcode
13553         and the interning of System.Strings.
13554         * icall.c: provide hooks to make String::IsIntern and String::Intern
13555         internalcalls.
13556
13557 2001-09-23  Dick Porter  <dick@ximian.com>
13558
13559         * threads-dummy.c: 
13560         * threads-dummy.h: New files of dummy threading routines
13561
13562         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
13563         support code based on system specifics
13564
13565         Rename PTHREAD_LIBS to THREAD_LIBS
13566         
13567 2001-09-23  Dick Porter  <dick@ximian.com>
13568
13569         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
13570         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
13571         internal calls.
13572         (mono_thread_init): Set up a Thread object instance to return when
13573         the main thread calls Thread.CurrentThread
13574         (mono_thread_cleanup): Wait for all subthreads to exit
13575
13576         * icall.c: New internal calls for System.Threading.Thread::Sleep
13577         (including Schedule) and CurrentThread
13578
13579         * threads.h: New file, to insulate thread-specific stuff from the
13580         rest of the code
13581
13582 2001-09-21  Dick Porter  <dick@ximian.com>
13583
13584         * threads-pthread.h: 
13585         * threads-pthread.c: New file, for handling pthreads-style
13586         threading support.  Start() now starts a new thread and executes
13587         the ThreadStart delegate instance.
13588
13589         * icall.c: Added the internalcall for
13590         System.Threading.Thread::Start_internal
13591
13592         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
13593
13594 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
13595
13596         * loader.c: work around the different signatures for delegates
13597         constructors csc generates in compiled code vs the ones compiled in mscorlib.
13598
13599 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
13600
13601         * class.h, class.c: add mono_class_get_field_from_name ().
13602         * *: Fix C comments and other ANSI C issues.
13603
13604 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
13605
13606         * endian.h, assembly.c: fix some endianness issues.
13607
13608 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
13609
13610         * loader.h, load.c: add delegate_class to mono_defaults.
13611         Handle runtime provided methods in mono_get_method ().
13612
13613 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
13614
13615         * loader.c (mono_get_method): use pinvoke for internal call
13616
13617         * icall.c: use pinvoke for internal call
13618
13619         * loader.c (method_from_memberref): set the method name
13620
13621 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
13622
13623         * metadata.c: help the compiler generate better code for
13624         mono_class_from_mono_type ().
13625
13626 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
13627
13628         * class.c (mono_class_metadata_init): delayed computing of the
13629         class size to mono_class_metadata_init ()
13630
13631 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
13632
13633         * class.c, class.h: add an interfaces member to MonoClass.
13634         * image.c, image.h: add assembly_name field to MonoImage
13635         from the assembly table.
13636         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
13637
13638 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
13639
13640         * class.c: Handle Array in mono_class_from_mono_type ().
13641         * metadata.c, pedump.c: some endian fixes.
13642
13643 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
13644
13645         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
13646         * metadata.c: fix small problem introduced with the latest commit.
13647
13648 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
13649
13650         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
13651         We don't need a MonoMetadata pointer anymore to compare signatures in
13652         mono_metadata_signature_equal (), update callers.
13653         Reduced memory usage an number of allocations for MonoMethodHeader and
13654         MonoMethodSignature.
13655
13656 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
13657
13658         * metadata.c: added compare for szarray.
13659
13660 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
13661
13662         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
13663         and add a couple more types to it and mono_defaults. Give an hint on
13664         classes that need implementing in our corlib and are referenced
13665         in mscorlib.
13666
13667 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
13668
13669         * class.h, class.c: keep track if a class is also an Enum.
13670         * loader.c: Implement a couple more types for use in libffi
13671         marshalling. Gives better diagnostics when failing to dlopen
13672         a library. Set method->klass for P/Invoke methods, too.
13673
13674 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
13675
13676         * class.c, class.h: add a MonoType this_arg to MonoClass that
13677         represents a pointer to an object of the class' type that
13678         can be used by the interpreter and later the type cache.
13679         Add best guess alignment info for valuetype objects.
13680
13681 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
13682
13683         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
13684         into MonoType: one less level of indirection and allocation and
13685         simplifies quite a bit of code. Added cache for MonoTypes that are
13686         used frequently, so that we don't need to allocate them all the time.
13687
13688 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
13689
13690         * class.c (mono_class_create_from_typedef): System.Enum is also a
13691         value type, although it does not derive from System.ValueType
13692         (maybe a bug in the ms compiler?)
13693
13694         * metadata.c (mono_type_size): return the right size for value types
13695
13696         * loader.c (mono_get_method): only initialize method header if not abstract
13697
13698         * class.c (mono_class_from_mono_type): use mono_default values. 
13699
13700 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
13701
13702         * *: use MonoClass pointers instead of <type_tokens>
13703         
13704         * class.h: new flag: metadata_inited.
13705
13706         * class.c (mono_class_metadata_init): impl.
13707         (mono_class_instance_size): impl.
13708         (mono_class_data_size): impl.
13709
13710 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
13711
13712         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
13713         MonoClass now has the name and name_space fields. 
13714         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
13715         mono_get_method () takes and optional MonoClass as argument.
13716         Removed mono_typedef_from_name() and added mono_class_token_from_name()
13717         instead that takes advantage of a map from class names to typedef
13718         tokens in MonoImage.
13719
13720 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
13721
13722         * metadata.c: zero is not a valid alignment boundary.
13723         Merge MONO_TYPE_VOID in default decoding code.
13724
13725 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
13726
13727         * image.h: merged MonoMetadata into MonoImage
13728
13729         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
13730         identify the type of elements.
13731
13732 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
13733
13734         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
13735         * cil-coff.h: split MonoMSDOSHeader and add size info.
13736         * image.c: add some consistency checks.
13737         * metadata.c: fix row size computation: one programmer
13738         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
13739         add explanation for the locator routine.
13740         Fix decoding of size in method header.
13741         
13742 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
13743
13744         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
13745         (g_concat_dir_and_file): Bring g_concat_dir_and_file
13746         function from gnome-libs.  This uses the right path separator
13747         based on the OS, and also works around a bug in some systems where
13748         a double slash is not allowed. 
13749         (default_assembly_name_resolver): Use g_concat_dir_and_file
13750         (mono_assembly_open): ditto.
13751
13752 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
13753
13754         * metadata.c (mono_metadata_signature_equal): impl.
13755
13756         * *: void is now a realy MonoType (instead of using NULL)
13757         
13758         * metadata.c (do_mono_metadata_parse_type): use
13759         mono_metadata_parse_type to parse void value.
13760
13761 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
13762
13763         * metadata.c, metadata.h: in the signature and method header store
13764         only the space required for holding the loca vars and incoming arguments.
13765
13766 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
13767
13768         * metadata.c (do_mono_metadata_parse_type): treat void like any
13769         other type (instead of assigning NULL);
13770
13771 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
13772
13773         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
13774
13775 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
13776
13777         * image.c (do_mono_image_open): added a cache for arrays.
13778
13779 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
13780
13781         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
13782         decode a single column from a row in a metadata table and changes
13783         to take advantage of it in the typedef locator (gives a nice speed up).
13784         Store offset info for function params.
13785
13786 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
13787
13788         * image.h (MONO_IMAGE_IS_CORLIB): removed 
13789
13790 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
13791
13792         * assembly.c: how could mono_assembly_close () had ever worked?
13793         * metadata.c, metadata.h: provide offset info for local vars.
13794         Implement mono_type_size () to take care of alignment as well
13795         as size (it was mono_field_type_size in cli/class.c before).
13796
13797 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
13798
13799         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
13800
13801         * assembly.h (CORLIB_NAME): set to corlib.dll
13802
13803         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
13804
13805 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
13806
13807         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
13808         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
13809         tokentype.h: massive namespace cleanup.
13810
13811 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
13812
13813         * metadata.h, metadata.c: decode exception clauses when parsing method header.
13814
13815 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
13816
13817         * metadata.c (mono_metadata_free_type): added check for type !=
13818         NULL (void) before calling mono_metadata_free_type()
13819
13820 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
13821
13822         * metadata.h, row_indexes.h: added header with enumerations to use
13823         to index in the columns from tables in metadata and to decode coded
13824         tokens: we should start using this instead of embedding magic numbers
13825         all over the code.
13826
13827 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
13828
13829         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
13830         Move metadata_t info from cli_image_info_t to MonoImage, where
13831         it's easily accessible. Changed all the uses accordingly.
13832         Added the method and class caches to MonoImage.
13833         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
13834         and mono_metadata_decode_value () signature to be more consistent
13835         with the other parse functions (and simplify code). Taken advantage
13836         of zero-length array allocation with GCC. Removed reduntant (and
13837         wrong) MonoFieldType struct and use MonoParam instead. Changed
13838         mono_metadata_parse_field_type () to use common code for parsing.
13839         Added mono_metadata_typedef_from_field () and
13840         mono_metadata_typedef_from_method () to lookup a typedef index from a
13841         field or method token.
13842         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
13843
13844 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
13845
13846         * metadata.c (mono_metadata_parse_field_type): Implement. 
13847         (do_mono_metadata_parse_type): Split engine from
13848         mono_metadata_parse_type, so that we can create smaller structures
13849         for things that just have one pointer to the MonoType (look at
13850         the MonoFieldType)
13851
13852 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
13853
13854         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
13855         as Jan Gray found out, it is incorrect. 
13856
13857 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
13858
13859         * assembly.c: Implement asssembly loading.  This loads an image
13860         and loads all the referenced assemblies.  Come to think of it, we
13861         could always do lazy loading of the assemblies. 
13862
13863         * image.c (mono_image_open): Keep loaded images in a hashtable.
13864
13865         * image.h (MonoImage): Add reference count.
13866
13867 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
13868
13869         * assembly.c (mono_assembly_open): Keep track of the file name in
13870         case the assembly has no ASSEMBLY table.
13871
13872         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
13873         from get.c here.
13874
13875 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
13876
13877         * metadata.c, metadata.h: decode local vars in method header
13878         parse function. Change callers accordingly.
13879
13880 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
13881
13882         * metadata.h, cil-coff.h: protect against multiple inclusion.
13883         Added some new structures to hold information decoded from metadata:
13884         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
13885         and relevant decoding/free functions.
13886         * metadata.c: implement decoding functions. Add warning for out of bounds
13887         index in mono_metadata_locate(). Implement mono_get_method () to retreive
13888         all the info about a method signature and invocation. Remove check on
13889         uninitialized local var in parse_mh() and fix memory leak.
13890
13891 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
13892
13893         * metadata.h: More macros.
13894
13895         * tokentype.h: New file.
13896
13897 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
13898
13899         * assembly.c: added a consistency check and initialize
13900         some structures with g_new0().
13901         * metadata.c: fixed a couple more bugs in table size computation
13902         and add other checks for out-of bound access to metadata.
13903
13904 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
13905
13906         * metatada.c: fix bugs computing table sizes. Spew a
13907         warning when index in string heap is out of bounds.
13908
13909 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
13910
13911         * metadata.h: Add a couple of macros to manipulate tokens. 
13912
13913 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
13914
13915         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
13916         cli_section_tables).
13917
13918 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
13919
13920         * metadata.c (mono_metadata_user_string): New function, provides
13921         access to the UserString heap. 
13922
13923 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
13924
13925         * metadata.c: Add inline documentation.
13926
13927 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
13928
13929         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
13930         files. 
13931
13932 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
13933
13934         * typeattr.h: New file, TypeAttribute flags. 
13935
13936 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
13937
13938         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
13939         mono_assembly_ensure_section): Section loading code.
13940         (load_section_tables): Load the sections.
13941
13942         * mono/metadata/metadata.c (mono_metadata_locate_token,
13943         mono_metadata_locate): Functions to locate the information
13944         definition given a token or a table and an index.
13945         (mono_metadata_compute_table_bases): New.
13946         (compute_size): New function to compute the sizes of the various
13947         tables.
13948
13949         * mono/metadata/metadata.h: Finish listing the different index
13950         types. 
13951
13952         * mono/metadata/pedump.c: Improve to dump new information.
13953
13954 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
13955
13956         * mono/metadata/metadata.c: Entered all the tables matching
13957         Beta2. 
13958
13959         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2
13960