(mono_marshal_get_managed_wrapper): support more types
[mono.git] / mono / metadata / ChangeLog
1 2002-07-11  Dietmar Maurer  <dietmar@ximian.com>
2
3         * marshal.c (mono_marshal_get_native_wrapper): support BOOLEAN
4         (mono_marshal_get_native_wrapper): make it comp. with the old code
5         (mono_marshal_get_native_wrapper): support boolean
6         (mono_marshal_get_managed_wrapper): support more types
7
8 2002-06-25  Dietmar Maurer  <dietmar@ximian.com>
9
10         * class.c (class_compute_field_layout): compute class->blittable attribute.
11
12 2002-07-09  Dick Porter  <dick@ximian.com>
13
14         * threads.c: Make the thread cleaning up cope with threads that
15         call ExitThread()
16
17 2002-07-08  Radek Doulik  <rodo@ximian.com>
18
19         * reflection.c (method_encode_code): use non-translated values to
20         compute finally_start, this fixes exception handling on ppc, yay!
21
22         * decimal.h (struct signscale): fix endianess
23
24 2002-07-07  Radek Doulik  <rodo@ximian.com>
25
26         * reflection.c: swap box_val and not val
27
28 Mon Jul 8 15:18:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
29
30         * reflection.c, reflection.h: handle full assembly info in type name.
31         Handle Type arguments when loading custom attributes.
32         * icall.c: updated to use new mono_reflection_type_from_name () method.
33
34 2002-07-07  Gonzalo Paniagua Javier <gonzalo@ximian.com>
35
36         * loader.c:
37         (method_from_memberref): also print assembly name when method not found.
38
39 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
40
41         * icall.c:
42         (ves_icall_TypeGetProperties): fixed bug #27473. 
43
44 2002-07-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
45
46         * reflection.c: display image name and token when cannot find the
47         .ctor for an attribute.
48
49 2002-07-05  Martin Baulig  <martin@gnome.org>
50
51         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
52
53 2002-07-04  Dick Porter  <dick@ximian.com>
54
55         * threads.c (mono_thread_cleanup): Nasty kludge to get this to
56         compile on mingw.  This will cause mingw builds to not wait for
57         subthreads to terminate after the main thread does.  I've lodged a
58         bug with the mingw developers for them to wrap OpenThread().
59
60 2002-07-03  Dick Porter  <dick@ximian.com>
61
62         * threads.c: Store thread IDs instead of handles, because
63         GetCurrentThread() returns a pseudohandle and therefore stores
64         useless values.  mono_thread_cleanup() continues checking the
65         array of threads until it is empty, to cope with subthreads
66         spawning new threads after the main thread has finished.
67
68         * profiler.h:
69         * profiler.c:
70         * profiler-private.h: Pass the thread ID to thread profiler
71         functions, instead of a handle
72
73 Wed Jul 3 17:43:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
74
75         * verify.c: fixes to make it more usable.
76         * pedump.c: added --verify code to verify IL code in an assembly.
77
78 Tue Jul 2 20:40:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
79
80         * reflection.c: turn errors into warnings to allow compiling corlib.
81
82 Tue Jul 2 19:33:20 CEST 2002 Paolo Molaro <lupus@ximian.com>
83
84         * reflection.c: add special cases to compile corlib.
85
86 Mon Jul 1 18:00:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
87
88         * reflection.c: handle properties with only a set method.
89
90 Mon Jul 1 17:11:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
91
92         * opcodes.h: add enum with opcodes in opval order.
93
94 2002-07-01  Dick Porter  <dick@ximian.com>
95         
96         * object.h:
97         * object.c (mono_runtime_run_main): Removed unneeded argument
98
99 2002-06-28  Martin Baulig  <martin@gnome.org>
100
101         * debug-symfile.c: Reflect latest MonoDwarfFileWriter changes.
102
103 2002-06-27  Dick Porter  <dick@ximian.com>
104
105         * threads.c: Store the handle in both the parent thread and in the
106         subthread, to minimise the time between starting a new thread and
107         storing its ID.
108
109 2002-06-26  Dick Porter  <dick@ximian.com>
110
111         * appdomain.c (mono_runtime_cleanup): Close the socket library
112         after all the threads have finished, not before
113
114 2002-06-26  Martin Baulig  <martin@gnome.org>
115
116         * debug-symfile.c (mono_debug_find_source_location): Added
117         `guint32 *line_number' argument.  If it's not NULL, store the line number
118         there and return the file name without the line number.
119
120 2002-06-25  Dick Porter  <dick@ximian.com>
121
122         * icall.c:
123         * process.h:
124         * process.c: Process forking and other support functions
125
126 2002-06-25  Dick Porter  <dick@ximian.com>
127
128         * image.c (do_mono_image_open): Set ref_count to 1, so that bad
129         things dont happen when the image is closed.
130         (mono_image_lookup_resource): Walk the resource section looking
131         for a particular entry
132
133         * cil-coff.h: PE resource section decoding
134
135 2002-06-25  Dick Porter  <dick@ximian.com>
136         
137         * assembly.h:
138         * assembly.c: 
139         (mono_assembly_foreach): Accessor functions to walk the list of
140         loaded assemblies
141         (mono_assembly_set_main):
142         (mono_assembly_get_main): Process methods need to know which
143         assembly is the "main" one
144
145         * object.c (mono_runtime_run_main): Record the main assembly
146
147         * debug-helpers.c: Fix typo
148
149 2002-06-24  Dietmar Maurer  <dietmar@ximian.com>
150
151         * icall.c (ves_icall_System_Runtime_InteropServices_Marshal_copy_to_unmanaged): impl.
152         (ves_icall_System_Runtime_InteropServices_Marshal_copy_from_unmanaged): impl.
153
154 Sat Jun 22 11:37:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
155
156         * icall.c: fix off-by-one in Assembly.GetTypes() reported by bob@karr.ath.cx.
157
158 2002-06-21  Miguel de Icaza  <miguel@ximian.com>
159
160         * image.c (do_mono_image_open): Initialize reference count,
161         otherwise we leak the MonoImage.
162
163 Fri Jun 21 19:16:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
164
165         * reflection.c: small tweak to handle self-hosting.
166
167 Thu Jun 20 23:28:13 CEST 2002 Paolo Molaro <lupus@ximian.com>
168
169         * reflection.c: fix type name parse code.
170
171 Thu Jun 20 19:24:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
172
173         * reflection.c: break out of the loop.
174         * image.c: special case corlib.
175
176 Thu Jun 20 16:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
177
178         * reflection.c: add all the custom attrs at the end to ensure the
179         ctors have been properly initialized when the attributes are defined
180         in the current assembly.
181
182 Thu Jun 20 13:46:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
183
184         * reflection.c: handle correctly multiple-nested types.
185
186 Thu Jun 20 11:49:00 CEST 2002 Paolo Molaro <lupus@ximian.com>
187
188         * row-indexes.h: fix typos.
189         * reflection.c: adjust for typos and fix method_def_or_ref
190         encoding in MethodImpl table.
191
192 Wed Jun 19 21:57:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
193
194         * reflection.c: fix entry point patching (thanks Serge!).
195
196 2002-06-18  Dietmar Maurer  <dietmar@ximian.com>
197
198         * verify.c: add check for System.Exception
199
200 Mon Jun 17 20:23:23 CEST 2002 Paolo Molaro <lupus@ximian.com>
201
202         * image.c, class.c: minifix for code just c&p'ed.
203         * reflection.c: warning fix.
204         * object.h, loader.h, domain.c: load also StringBuilder.
205
206 Mon Jun 17 17:29:40 CEST 2002 Paolo Molaro <lupus@ximian.com>
207
208         * marshal.h, marshal.c: some support code to handle complex marshaling.
209
210 Mon Jun 17 16:32:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
211
212         * class.h, class.c, reflection.c: handle ignorecase in GetType ().
213         Better signatures with vtable error dump.
214
215 Mon Jun 17 16:13:35 CEST 2002 Paolo Molaro <lupus@ximian.com>
216
217         * reflection.c, reflection.h, icall.c: fixes for multiple-nested types.
218
219 2002-06-17  Dietmar Maurer  <dietmar@ximian.com>
220
221         * icall.c (ves_icall_Type_GetField): impl.
222
223 Mon Jun 17 16:08:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
224
225         * metadata.h, metadata.c: added mono_metadata_get_marshal_info()
226         to retrieve a marshal description blob for a field or param.
227
228 Mon Jun 17 14:57:03 CEST 2002 Paolo Molaro <lupus@ximian.com>
229
230         * reflection.h, reflection.c: change order of nested type emission
231         to avoid table corruption. The NestedTypes table is sorted.
232         * icall.c: change order of GetConstructor results to workaround mcs bug.
233
234 Fri Jun 14 16:24:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
235
236         * reflection.h, reflection.c: handle field and param marshal
237         information.
238
239 Wed Jun 12 16:30:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
240
241         * icall.c, marshal.c marshal.h: more Marshal class implementation.
242
243 Tue Jun 11 17:29:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
244
245         * reflection.c: fix call convention.
246
247 Tue Jun 11 16:52:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
248
249         * reflection.h, reflection.c: mono_image_get_memberref_token()
250         takes a type instead of a class, now. Added
251         mono_image_get_array_token() to create tokens for the special
252         multi-dim array methods.
253
254 Tue Jun 11 13:21:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
255
256         * assembly.c: handle modules (no assembly table). Split
257         loading references in its own function.
258         * class.c: handle moduleref resolution scope.
259         * image.c, image.h: cache module name in image.
260
261 2002-06-07  Martin Baulig  <martin@gnome.org>
262
263         * reflection.c (mono_image_get_type_info): Only add a class layout entry
264         if we actually have a `tb->class_size' (ie. it's not UnspecifiedTypeSize).
265
266 Fri Jun 7 22:07:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
267
268         * icall.c: more signature fixes that used uint instead of int.
269
270 Fri Jun 7 20:41:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
271
272         * reflection.c: fixed signature of field refs.
273
274 Fri Jun 7 19:41:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
275
276         * class.c, reflection.c: handle typerefs of nested types
277         (both on read and when writing files).
278
279 Fri Jun 7 17:46:50 CEST 2002 Paolo Molaro <lupus@ximian.com>
280
281         * icall.c: fix method signatures that tried to workaround the previous
282         typo, d'oh!
283
284 Fri Jun 7 17:36:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
285
286         * debug-helpers.c: fix typo.
287
288 Fri Jun 7 17:00:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
289
290         * cil-coff.h, icall.c, image.c, reflection.c, reflection.h:
291         rewrote the PE/COFF writing code (our programs are understood by the
292         ms runtime, now).
293
294 Tue Jun 4 18:10:47 CEST 2002 Paolo Molaro <lupus@ximian.com>
295
296         * gc.c, gc.h, icall.c: weakreference support.
297
298 Tue Jun 4 16:06:19 CEST 2002 Paolo Molaro <lupus@ximian.com>
299
300         * Makefile.am, mono-config.c: use $(sysconfdir).
301
302 Mon Jun 3 13:13:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
303
304         * icall.c: changed default precision of Double.ToString() to 15.
305         Fixed memory leak. Unified with Single.ToString.
306
307 Sat Jun 1 14:26:45 CEST 2002 Paolo Molaro <lupus@ximian.com>
308
309         * sysmath.c: workaround systems missing NAN and/or HUGE_VAL.
310
311 Sat Jun 1 13:46:54 CEST 2002 Paolo Molaro <lupus@ximian.com>
312
313         * pedump.c, appdomain.c, appdomain.h, assembly.c, domain.c,
314         gc.c, icall.c, image.c, mono-config.c, reflection.c: killed
315         warnings and compilation fixes from Dennis Haney (davh@davh.dk)
316         and myself.
317
318 Fri May 31 16:58:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
319
320         * debug-symfile.c, sysmath.c: yet more compilation fixes.
321
322 Fri May 31 16:35:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
323
324         * reflection.c, socket-io.c: more compilation fixes.
325
326 Fri May 31 15:58:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
327
328         * appdomain.c, class.c, class.h, debug-symfile.c, decimal.c,
329         domain.c, loader.c, object.c, object.h, reflection.c, string-icalls.h,
330         unicode.c: warning and compiler compatibility fixes.
331
332 Fri May 31 15:36:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
333
334         * class.h, metadata.c: fixed warnings/compilation errors.
335
336 Fri May 31 13:08:25 CEST 2002 Paolo Molaro <lupus@ximian.com>
337
338         * Makefile.am, mono-config.c, mono-config.h: configuration file
339         support routines.
340         * loader.c, loader.h: make Dll mapping configurable at runtime in the
341         config file. Export methods to insert and lookup mappings.
342
343 Fri May 31 12:45:38 CEST 2002 Paolo Molaro <lupus@ximian.com>
344
345         * reflection.c: handle types and boxed objects in custom attr
346         constructors.
347
348 2002-05-30  Martin Baulig  <martin@gnome.org>
349
350         * debug-symfile.c
351         (ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token): Removed.
352
353 Thu May 30 14:15:02 CEST 2002 Paolo Molaro <lupus@ximian.com>
354
355         * metadata.c, metadata.h: added mono_metadata_implmap_from_method()
356         to lookup the implmap row for a P/Invoke method.
357         * loader.c: added mono_lookup_pinvoke_call(): we only lookup a
358         P/Invoke method from the runtime on an as needed basis.
359
360 2002-05-28  Dietmar Maurer  <dietmar@ximian.com>
361
362         * metadata.c (mono_metadata_parse_signature): impl.
363
364 Tue May 28 16:02:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
365
366         * class.c: handle .pack directive.
367
368 Tue May 28 11:04:46 CEST 2002 Paolo Molaro <lupus@ximian.com>
369
370         * object.c: initialize static fields with RVA data.
371
372 2002-05-25  Martin Baulig  <martin@gnome.org>
373
374         * debug-symfile.c
375         (ves_icall_Debugger_DwarfFileWriter_get_type_token): Removed.
376
377 2002-05-24  Martin Baulig  <martin@gnome.org>
378
379         * debug-symfile.c
380         (ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig): Removed.
381         (ves_icall_Debugger_MonoSymbolWriter_method_from_token): Renamed to
382         `ves_icall_Debugger_MonoSymbolWriter_method_builder_from_token'.
383
384 Thu May 23 18:44:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
385
386         * object.c: special case string ctros in invoke.
387         * gc.c: silly whitespace changes.
388
389 2002-05-23  Dietmar Maurer  <dietmar@ximian.com>
390
391         * threadpool.[ch]: impl. a threadpool that can
392         be used by mint and mono.
393
394 2002-05-22  Martin Baulig  <martin@gnome.org>
395
396         * debug-symfile.c (ves_icall_Debugger_MonoSymbolWriter_method_from_token):
397         The first argument is now a `MonoReflectionModuleBuilder *', the return
398         value is a `MonoReflectionModuleBuilder *'.  Use the AssemblyBuilder's
399         `methods' field to get the method builder.  The `token' argument is the
400         unfixed token.
401
402         * unicode.c (iconv_get_length, iconv_convert): Silently ignore all
403         invalid characters instead of g_assert_not_reached()ing.  This seems
404         to be the behaviour of mscorlib.
405
406 2002-05-22  Dietmar Maurer  <dietmar@ximian.com>
407
408         * object.c (mono_runtime_invoke_array): applied patch from Rachel
409         Hestilow to fix bug #25104
410
411 2002-05-21  Martin Baulig  <martin@gnome.org>
412
413         * debug-symfile.c (mono_debug_find_source_location): New function.
414         Looks up an IL offset in the line number table and returns the source
415         location as a string.
416
417 2002-05-21  Gonzalo Paniagua Javier <gonzalo@ximian.com>
418
419         * icall.c:
420         (mono_double_ToStringImpl): changed %f by %g until we have something
421         better.
422
423 2002-05-21  Nick Drochak  <ndrochak@gol.com>
424
425         * icall.c : Use different name for Math.Pow's icall.  Needed to check
426         parameters first in C#.
427
428 Mon May 20 17:36:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
429
430         * icall.c, reflection.h: added icall to get info about an event.
431
432 2002-05-20  Radek Doulik  <rodo@ximian.com>
433
434         * object.c (mono_value_box): don't use memcpy for boxing on BIG
435         endian
436         (mono_value_box): don't use memcpy for small sizes on
437         architectures with unaligned access
438
439 2002-05-20  Martin Baulig  <martin@gnome.org>
440
441         * reflection.c (mono_reflection_setup_internal_class): Don't crash
442         if `tb->parent == NULL'.
443         (mono_reflection_create_internal_class): New function.  This is
444         called from TypeBuilder.CreateType() and sets `klass->enum_basetype'
445         for enum types.
446
447         * icall.c ("System.Reflection.Emit.TypeBuilder::create_internal_class"):
448         New interncall.
449
450 2002-05-19  Martin Baulig  <martin@gnome.org>
451
452         * unicode.c (ves_icall_iconv_get_bytes): Actually use the `charCount'
453         argument to get the length, don't default to the array length.
454
455 2002-05-18  Miguel de Icaza  <miguel@ximian.com>
456
457         * assembly.c (mono_assembly_setrootdir): New function used to
458         override the MONO_ASSEMBLIES directory.
459
460 Fri May 17 20:39:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
461
462         * icall.c: ValueType_GetHashCode() initialize local var.
463
464 Thu May 16 17:20:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
465
466         * reflection.c: sort custom attributes table.
467
468 Thu May 16 16:08:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
469
470         * reflection.c: support named args in custom attributes (write support).
471
472 Thu May 16 13:04:59 CEST 2002 Paolo Molaro <lupus@ximian.com>
473
474         * reflection.c: fix finally position calculation.
475
476 2002-05-15  Radek Doulik  <rodo@ximian.com>
477
478         * reflection.c: fixed endianess at many places
479
480         * icall.c (ves_icall_InitializeArray): comment out debug msg
481
482 2002-05-15  Dietmar Maurer  <dietmar@ximian.com>
483
484         * object.c (mono_unhandled_exception): new function to handle
485         unhandled exceptions.
486         (mono_unhandled_exception): call the UnhandledException event.
487         (mono_runtime_delegate_invoke): impl.
488
489 Wed May 15 15:59:55 CEST 2002 Paolo Molaro <lupus@ximian.com>
490
491         * metadata.h, metadata.c, class.c: mono_metadata_field_info ()
492         returns the RVA, not the direct pointer to the data. Handle the case
493         when the class size is fixed.
494
495 Tue May 14 16:59:44 CEST 2002 Paolo Molaro <lupus@ximian.com>
496
497         * reflection.c: fix some endianess issues.
498
499 2002-05-14  Dietmar Maurer  <dietmar@ximian.com>
500
501         * object.c (mono_runtime_invoke): is now able to catch exceptions.
502
503         * threads.c (mono_thread_init): added a callback which is invoked
504         at thread start.
505
506 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
507         
508         * icall.c: make GetHashCode return non-negative values.
509
510 2002-05-14  Dan Lewis  <dihlewis@yahoo.co.uk>
511
512         * object.c, icall.c, gc.c: revert to address-based hashcode.
513
514 2002-05-13  Miguel de Icaza  <miguel@ximian.com>
515
516         * icall.c (mono_double_ParseImpl): Added ParseImpl method.
517
518 Mon May 13 16:40:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
519
520         * icall.c, class.c: special case <Module>.
521
522 2002-05-13  Dan Lewis  <dihlewis@yahoo.co.uk>
523
524         * icall.c: fix bug in GetNow().
525
526 2002-05-11  Dietmar Maurer  <dietmar@ximian.com>
527
528         * object.c (mono_runtime_class_init): make sure that we call all
529         static class constructors.
530
531 Fri May 10 18:14:51 CEST 2002 Paolo Molaro <lupus@ximian.com>
532
533         * reflection.c: sort methodsemantics table.
534
535 Fri May 10 16:31:49 CEST 2002 Paolo Molaro <lupus@ximian.com>
536
537         * reflection.h, reflection.c: honour init locals setting.
538
539 Thu May 9 18:50:00 EDT 2002 Daniel Morgan <danmorg@sc.rr.com>
540
541         * icall.c: copied Double ToStringImpl for Single ToStringImpl
542
543 Wed May 8 12:28:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
544
545         * reflection.c: support ContructorBuilders in attribute blob creation.
546
547 Wed May 8 12:06:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
548
549         * reflection.c: some changes to build a binary that can be run
550         directly in windows.
551
552 Mon May 6 13:10:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
553
554         * loader.c: print a big message when an icall can't be found.
555
556 2002-05-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>
557
558         * string-icalls.c: fix bug 24248.
559
560 Sat May 4 14:03:21 CEST 2002 Paolo Molaro <lupus@ximian.com>
561
562         * appdomain.c, appdomain.h, assembly.c, assembly.h, image.h,
563         icall.c, reflection.h: separate assembly loading by pathname and by
564         assembly name. Use the MONO_PATH env var to search for assemblies.
565
566 Thu May 2 17:56:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
567
568         * assembly.c, image.h: add some support for assemblies
569         with multiple modules.
570         * class.c, class.h: export mono_class_from_typeref().
571         * loader.c: remove duplicated code and use mono_class_from_typeref(),
572         instead.
573
574 Thu May 2 15:51:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
575
576         * unicode.c: Char.IsNumber doesn't include hex digits as the ms
577         documentation says (the ECMA one is correct).
578
579 2002-05-02  Dick Porter  <dick@ximian.com>
580
581         * threads.c: Use GC_debug_register_finalizer with GC_debug_malloc.
582         Don't name the synchronisation mutex.
583
584 2002-04-30  Jeffrey Stedfast  <fejj@ximian.com>
585
586         * rand.c
587         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetBytes):
588         Make the prototypes match.
589         (ves_icall_System_Security_Cryptography_RNGCryptoServiceProvider_GetNonZeroBytes):
590         Same.
591
592         * icall.c
593         (ves_icall_System_CurrentTimeZone_GetTimeZoneData): Fixed for
594         systems that use 'timezone' rather than tm.tm_gmtoff. Also, not
595         all systems have tm.tm_zone, so use strftime() with %Z to print
596         the timezone abreviation into a temp string.
597
598         * object.c (mono_ldstr): Fixed to use mono_string_chars() macro
599         rather than mono_array_addr() on a MonoString on Big Endian
600         machines.
601
602 2002-04-30  Dietmar Maurer  <dietmar@ximian.com>
603
604         * string-icalls.c (ves_icall_System_String_InternalReplace_Str):
605         fix bug 24041
606
607 2002-04-30  Dick Porter  <dick@ximian.com>
608
609         * socket-io.c: Cope with SOCKET being an integer rather than a
610         pointer now.
611
612         * threads.c: Added Thread_free_internal, to deal with thread
613         handle cleanup.  Moved calls to handle_store() and handle_remove()
614         to start_wrapper(), so each can only be called once.  Allocate
615         synchronisation blocks with GC_malloc(), and use GC finalisation
616         to close the handles.
617
618         * icall.c: added System.Threading.Thread::Thread_free_internal
619
620 Mon Apr 29 15:33:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
621
622         * icall.c: support Environment.Exit, CommandLineArgs().
623
624 Mon Apr 29 15:15:57 CEST 2002 Paolo Molaro <lupus@ximian.com>
625
626         * object.c, object.h: added mono_runtime_run_main () and
627         mono_runtime_get_main_args () for use in System.Environment.
628
629 Mon Apr 29 13:45:11 CEST 2002 Paolo Molaro <lupus@ximian.com>
630
631         * gc.c: fix thinko, enable actual finalization since the jit is now
632         fixed.
633
634 Mon Apr 29 12:47:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
635
636         * gc.c, object.c: take into account that an object may be offset wrt the address
637         returned by GC_malloc().
638
639 Mon Apr 29 12:14:39 CEST 2002 Paolo Molaro <lupus@ximian.com>
640
641         * image.c: handle files without entries in the assembly table (modules).
642
643 2002-04-28 Patrik Torstensson <patrik.torstensson@intel.com>
644
645         * reflection.c (mono_reflection_setup_internal_class): remove g_assert_not_reached() to allow 
646         mcs selfhosting again (build breaker) and did move the check to class instead. parent is
647         allowed to be null when it's System.Object class setup.
648
649 2002-04-27  Martin Baulig  <martin@gnome.org>
650
651         * reflection.c (mono_reflection_setup_internal_class): g_assert_not_reached()
652         if `tb->parent == NULL' rather than crashing.
653
654 2002-04-28  Nick Drochak  <ndrochak@gol.com>
655
656         * sysmath.c (ves_icall_System_Math_Asin): Fix copy-paste error.  Was
657         calling acos() where asin() should have been called.
658
659 2002-04-26  Martin Baulig  <martin@gnome.org>
660
661         * assembly.c (default_assembly_name_resolver): Use G_FILE_TEST_IS_REGULAR
662         instead of G_FILE_TEST_EXISTS - if you're in mcs/class/corlib/System/Test,
663         there's a subdirectory called `System', but we don't want to read that
664         subdirectory as an assembly.
665
666 2002-04-25  Martin Baulig  <martin@gnome.org>
667
668         * debug-symfile.c: Reflect latest MonoString changes.
669
670 Thu Apr 25 16:38:01 CEST 2002 Paolo Molaro <lupus@ximian.com>
671
672         * rand.c, rand.h: instance method icalls need to have an explicit
673         this pointer as first argument in the C implementation.
674
675 2002-04-25  Nick Drochak <ndrochak@gol.com>
676
677         * icall.c: Fix typo in map for GetNonZeroBytes
678
679 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
680
681         * string-icalls.c : String does now passes unit tests without any 
682         errors, the following changes has been made:
683         
684         Implemented replace methods.
685         Renaming of methods to (try) follow the standard.
686         Fixed compare ordinal
687         Made all memory allocated directly to function instead of via icall function.
688         Small performance fix in is_in_array function
689                         
690  (2002-04-23) Changes from Duncan Mak <duncan@ximian.com>
691
692         c (mono_string_Internal_ctor_charp_int_int):
693         (mono_string_Internal_ctor_sbytep_int_int):  Removed check for
694         sindex < 0, throw ArgumentOutOfRangeException instead of
695         ArgumentNullException.
696
697         Added new check for length == 0, however
698         I need to make it return String.Empty from the C code.
699         
700         (mono_string_Internal_ctor_sbytep): Use mono_string_new, and let
701         that calculate the length for us here.
702         
703         (mono_string_Internal_ctor_sbytep_int_int): Replaced
704         mono_string_new_utf16 with mono_string_new, since value is utf8.
705
706 Wed Apr 24 18:43:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
707
708         * object.c: register the object for finalization if needed.
709         Allocate one more char in the string for the terminating 0 char.
710
711 Wed Apr 24 18:22:27 CEST 2002 Paolo Molaro <lupus@ximian.com>
712
713         * class.c, class.h, image.c: check if a type implemenst a destructor.
714         Use the proper key for array class lookups.
715         * icall.c: register the icalls in the System.GC class.
716         * gc.c, gc.h: GC-related functions and icalls.
717
718 2002-04-24  Gonzalo Paniagua Javier <gonzalo@ximian.com>
719
720         * icall.c:
721         * socket-io.c:
722         * unicode.c: free some strings gotten from mono_string_to_utf8 and
723         changed a couple of free () by g_free ().
724
725         * decimal.c: one-liner in the comments for decimal2string ().
726
727 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
728
729         * object.c (mono_runtime_invoke_array) : Bug because of my incompetence.
730
731 2002-04-24      Patrik Torstensson <patrik.torstensson@labs2.com>
732
733         * reflection.c (mono_reflection_get_custom_attrs) : fixed image bug (crash)
734         * object.c (mono_runtime_invoke_array) : handle null in params
735
736 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
737
738         * string-icalls.c: fixed bug in split (one off bug)
739
740 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
741
742         * string-icalls.c: fixed bug in remove and lastindexofany, add equals icall.
743         * icalls.c: added String::Equals as internal method
744
745 2002-04-23      Patrik Torstensson <patrik.torstensson@labs2.com>
746
747         * threads.c: fixed bug in the double interlocked functions
748
749 2002-04-22      Patrik Torstensson <patrik.torstensson@labs2.com>
750
751         * threads.c: implemented all of the new interlocked icalls.
752         * string-icalls.c: fix a bug in insert.
753         * icalls.c: added the icalls for interlocked, removed old string functions.
754         
755 Mon Apr 22 19:44:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
756
757         * loader.c: fix off-by-one error when reading argument names.
758
759 Mon Apr 22 19:28:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
760
761         * profiler.c: win32 counter implementation (untested).
762         * icall.cs: win32 GetNow() and GetTimeZoneData() implementations
763         (the latter needs testing and more complete impl. from win32 folks).
764
765 2002-04-21  Dan Lewis  <dihlewis@yahoo.co.uk>
766
767         * object.c: mono_array_new_full workaround mono_array_class_get
768         problem.
769
770 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
771
772         * string-icalls.c (mono_string_InternalRemove): Fixed overwrite bug.
773         * object.h (mono_string_chars): Changed casting type.
774
775 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
776
777         * string-icalls.c: Fixed trim method, added the constructors done by Duncan, fixed
778                            method signatures to use gunichar2 instead of gint16.
779
780 2002-04-20  Dan Lewis  <dihlewis@yahoo.co.uk>
781
782         * object.h, object.c: domain-specific versions of mono_object_new and
783         mono_array_new.
784
785 2002-04-20  Dietmar Maurer  <dietmar@ximian.com>
786
787         * object.c: changed String layout
788
789         * string-icalls.c (mono_string_Internal_ctor_chara): added
790         internal string constructors.
791
792 Sat Apr 20 13:33:07 CEST 2002 Paolo Molaro <lupus@ximian.com>
793
794         * threads.c: pass 'this' to the thread start routine.
795
796 2002-04-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
797
798         * string-icalls.c: fix IndexOf and LastIndexOf. Now
799         InternalCompareStr don't call twice mono_string_cmp_char for the last
800         character. Improved performance in mono_string_cmp_char.
801
802 Fri Apr 19 19:26:28 CEST 2002 Paolo Molaro <lupus@ximian.com>
803
804         * Makefile.am, appdomain.c, class.c, object.c: split runtime-depended
805         code into its own library: libmonoruntime.
806
807 2002-04-19  Dan Lewis  <dihlewis@yahoo.co.uk>
808
809         * object.h, object.c: changed array format so that szarrays do not
810         require a bounds structure.
811         * icall.c, appdomain.c: support for new szarray format.
812
813 Fri Apr 19 18:04:34 CEST 2002 Paolo Molaro <lupus@ximian.com>
814
815         * metadata.c: compare also the retuns type when comparing signatures:
816         we didn't do this as an optimization since really overloaded methods
817         must differ also in the arguments, but this doesn't work with
818         low-level IL code (or when using explicit conversion operators: see
819         bug#23498 for an example).
820
821 Fri Apr 19 16:14:52 CEST 2002 Paolo Molaro <lupus@ximian.com>
822
823         * loader.c: SZARRAY types can be saved as TYPESPEC, too.
824
825 Thu Apr 18 17:15:09 CEST 2002 Paolo Molaro <lupus@ximian.com>
826
827         * icall.c: make MonoType::GetElementType its own icall.
828
829 Thu Apr 18 16:41:30 CEST 2002 Paolo Molaro <lupus@ximian.com>
830
831         * icall.c: remove MonoMethod_get_Name().
832         * reflection.c, reflection.h, verify: cache the method name in the MonoMethod
833         object.
834
835 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
836
837         * string-icalls.c: optimized a few methods.
838
839 2002-04-17      Patrik Torstensson <patrik.torstensson@labs2.com>
840
841         * icall.c: added all new string internal calls
842         * string-icalls.c: added, new string internal call implementation.
843         * object.c: added mono_string_new_size for allocating a string a size
844
845 2002-04-17  Dietmar Maurer  <dietmar@ximian.com>
846
847         * object.c (mono_object_isinst): use the same code as in the
848         optimized x86 version.
849
850 Wed Apr 17 14:14:36 CEST 2002 Paolo Molaro <lupus@ximian.com>
851
852         * profiler.c: TSC-based timer code (faster and more accurate).
853         Not hooked up in configure, yet (set USE_X86TSC to 1).
854
855 Wed Apr 17 12:33:10 CEST 2002 Paolo Molaro <lupus@ximian.com>
856
857         * profiler.c, profiler.h: track time spent compiling methods.
858         * threads.c: track thread creation/destruction.
859
860 Tue Apr 16 20:08:43 CEST 2002 Paolo Molaro <lupus@ximian.com>
861
862         * profiler.c, profiler.h, profiler-private.h: profiling interface
863         and sample implementation. Moved here so that it can be used also by
864         the jit.
865
866 Tue Apr 16 12:58:12 CEST 2002 Paolo Molaro <lupus@ximian.com>
867
868         * reflection.c, reflection.h: keep types and other handles separate in
869         the hash tables for referred tokens. Add guid for modules.
870
871 Mon Apr 15 11:37:33 CEST 2002 Paolo Molaro <lupus@ximian.com>
872
873         * assembly.c: fix bugs found with valgrind.
874         * metadata.h, metadata.c: added mono_metadata_guid_heap().
875
876 2002-04-14      Patrik Torstensson <patrik.torstensson@labs2.com>
877
878         * threads: added icall support for getting current domain for
879                    the thread.
880  
881 2002-04-13  Martin Baulig  <martin@gnome.org>
882
883         * debug-symfile.h (MonoDebugLocalInfo): Renamed to MonoDebugVarInfo.
884         (MonoDebugVarInfo): Added `index' field for register based addresses.
885         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 9.
886         (MonoDebugMethodInfo): Replaced `guint32 *param_offsets' with
887         `MonoDebugVarInfo *params' and `guint32 this_offset' with
888         `MonoDebugVarInfo *this_var'.
889
890         * debug-symfile.c (relocate_variable): New static function to write
891         a location description for a local variable or method parameter.
892
893 2002-04-12  Martin Baulig  <martin@gnome.org>
894
895         * debug-symfile.h (MonoDebugLocalInfo): New type. This contains the
896         stack offset and begin/end scope address of a local variable.
897         (MonoDebugMethodInfo): Replaced `guint32 *local_offsets' with
898         'MonoDebugLocalInfo *locals', added `prologue_end' and `epilogue_begin'.
899         (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 8.
900
901         * debug-symfile.c (MRT_variable_start_scope, MRT_variable_end_scope):
902         Added new relocation types for start/end scope of a local variable.
903
904 Fri Apr 12 18:30:29 CEST 2002 Paolo Molaro <lupus@ximian.com>
905
906         * object.h: add mono_object_domain() macro.
907         * reflection.c: handle typespecs.
908         * icall.c: MonoMethod::get_Name() implementation.
909
910 Thu Apr 11 12:29Ni:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
911
912         * icall.c: String::GetHashCode() icall implementation.
913
914 Wed Apr 10 21:16:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
915
916         * icall.c: String::IndexOfAny icall.
917         * object.c, object.h: make array->max_length more useful.
918         Intrduced mono_object_class() and mono_string_length() macros.
919
920 2002-04-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
921
922         * unicode.c (ves_icall_System_Char_IsNumber): use g_unichar_isxdigit
923         instead of g_unichar_isdigit.
924
925 2002-04-11  Nick Drochak  <ndrochak@gol.com>
926
927         * icall.c: Implement a simple Double.ToString().
928
929 Tue Apr 9 21:31:16 CEST 2002 Paolo Molaro <lupus@ximian.com>
930
931         * appdomain.h: only io-layer.h is supposed to be included.
932         * icall.c: explicitly import environ. Fix warning.
933
934 2002-04-10  Nick Drochak  <ndrochak@gol.com>
935
936         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData) :
937                 return true even if it's not Daylight Savings time.
938                 Only return false for the case where the function isn't
939                 implemented for a plaform (read Windows).
940
941 Tue Apr 9 13:05:56 CEST 2002 Paolo Molaro <lupus@ximian.com>
942
943         * appdomain.h, appdomain.c, class.c, object.c: protect MonoDomain
944         data with a mutex.
945
946 2002-04-09  Dietmar Maurer  <dietmar@ximian.com>
947
948         * mempool.c (mono_mempool_alloc): only use g_malloc when
949         absolutely necessary.
950
951 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
952
953         * mempool.c (MEM_ALIGN): hardcode MEM_ALIGN to 8
954
955         * class.c (mono_class_vtable): use domain mempool to allocate vtable
956         (mono_class_proxy_vtable): use domain mempool
957
958 Mon Apr 8 17:17:04 CEST 2002 Paolo Molaro <lupus@ximian.com>
959
960         * appdomain.h, appdomain.c: split initialization that requires the
961         execution engine support into mono_runtime_init().
962
963 2002-04-08  Dietmar Maurer  <dietmar@ximian.com>
964
965         * class.c (mono_class_init): don't include vtable inside MonoClass
966         to save some memory, gather some statistics.
967         (mono_class_vtable): use g_malloc instead of GC_malloc when possible
968
969 Sat Apr 6 20:07:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
970
971         * icall.c: internalcall implementation for ValueType.Equals().
972
973 2002-04-06  Dietmar Maurer  <dietmar@ximian.com>
974
975         * object.c (mono_message_init): moved 
976         (mono_runtime_exec_main): new arch. independent impl.
977         (mono_runtime_invoke_array): new method - like
978         mono_runtime_invoke, but you can pass an array of objects.
979         (mono_remoting_invoke): new arch. independent impl.
980         (mono_message_invoke): new arch. independent impl.
981         (mono_runtime_class_init): new arch. independent impl.
982         (mono_runtime_object_init): new arch. independent impl.
983
984 Fri Apr 5 18:29:14 CEST 2002 Paolo Molaro <lupus@ximian.com>
985
986         * metadata.c, object.c, reflection.c: documented the exported
987         functions.
988
989 Fri Apr 5 15:42:31 CEST 2002 Paolo Molaro <lupus@ximian.com>
990
991         * icall.c: simpler code to pass the assembly builder data to corlib.
992         Implement GetNestedTypes() internalcall.
993
994 Thu Apr 4 21:46:48 CEST 2002 Paolo Molaro <lupus@ximian.com>
995
996         * class.c: warn if a type can't be loaded.
997
998 2002-04-04  Dietmar Maurer  <dietmar@ximian.com>
999
1000         * image.h: typedef MonoImageOpenStatus
1001         * types.h: removed unused file
1002         
1003 2002-04-04  Dan Lewis  <dihlewis@yahoo.co.uk>
1004
1005         * icall.c: Enum_ToObject accepts enum value arguments.
1006
1007 Thu Apr 4 11:35:37 CEST 2002 Paolo Molaro <lupus@ximian.com>
1008
1009         * class.c: move initialization of properties, events and nested
1010         classes, so that they happen for interfaces, too.
1011
1012 Wed Apr 3 20:03:32 CEST 2002 Paolo Molaro <lupus@ximian.com>
1013
1014         * icall.c: cleanup some ugly casts in Array_SetValue*.
1015
1016 Wed Apr 3 19:49:53 CEST 2002 Paolo Molaro <lupus@ximian.com>
1017
1018         * icall.c: the values array fro enums is of the correct type, now.
1019         Implement (correctly) getFullName instead of assQualifiedName for
1020         MonoType.
1021         * reflection.h, reflection.c: added mono_type_get_name ().
1022
1023 Wed Apr 3 17:56:22 CEST 2002 Paolo Molaro <lupus@ximian.com>
1024
1025         * assembly.c, image.h: for each MonoImage, record from wich assembly
1026         it was loaded.
1027         * reflection.h, icall.c: added System_Reflection_Assembly_GetTypes().
1028         Make Type.Assembly work.
1029
1030 2002-04-03  Dietmar Maurer  <dietmar@ximian.com>
1031
1032         * debug-symfile.h: use char* instead of gpointer to avoid
1033         unnecessary casts.
1034
1035         * appdomain.c (mono_jit_info_table_find): use char* instead of gpointer
1036
1037         * icall.c (ves_icall_InternalExecute): impl. FielSetter
1038         (ves_icall_System_Array_SetValueImpl): removed strange MonoArray cast
1039
1040 2002-03-30  Dietmar Maurer  <dietmar@ximian.com>
1041
1042         * icall.c (mono_message_init): impl. (code cleanup)
1043         (ves_icall_InternalExecute): impl. FieldGetter
1044
1045         * class.c (mono_class_init): added exerimental EXT_VTABLE_HACK, if
1046         defined we call all (non-static)methods through the vtable. 
1047
1048 Fri Mar 29 18:09:08 CET 2002 Paolo Molaro <lupus@ximian.com>
1049
1050         * class.c: it seems GC_debug_malloc() makes the Boehm GC call the
1051         finalizer even though the memory is still referenced (and the chunk of
1052         memory is not freed).
1053
1054 Fri Mar 29 17:43:04 CET 2002 Paolo Molaro <lupus@ximian.com>
1055
1056         * assembly.c: fix brokeness.
1057
1058 Fri Mar 29 16:09:54 CET 2002 Paolo Molaro <lupus@ximian.com>
1059
1060         * class.c: kill some warnings. Check explicit interface method
1061         implementation also without considering the namespace.
1062         Load also literal strings in static class data.
1063
1064 2002-03-29  Miguel de Icaza  <miguel@ximian.com>
1065
1066         * assembly.c (default_assembly_name_resolver): Kill memory leak. 
1067         (default_assembly_name_resolver): Make the resolver take the
1068         "base" directory where the assembly was originally defined, so we
1069         can load DLLs that are in the same directory as the assembly that
1070         is being referenced.
1071
1072 2002-03-28  Dick Porter  <dick@ximian.com>
1073
1074         * file-io.h: 
1075         * file-io.c:
1076         * socket-io.c: 
1077         * unicode.h: 
1078         * unicode.c: Warning cleanups
1079
1080 Thu Mar 28 18:06:14 CET 2002 Paolo Molaro <lupus@ximian.com>
1081
1082         * object.h, reflection.h: use the correct type instead of MonoObject.
1083
1084 2002-03-28  Martin Baulig  <martin@gnome.org>
1085
1086         * debug-symfile.c (mono_debug_class_get): Don't look in referenced assemblies.
1087         (mono_debug_update_symbol_file): Initialize classes if necessary.
1088
1089 Thu Mar 28 15:58:43 CET 2002 Paolo Molaro <lupus@ximian.com>
1090
1091         * assembly.c, debug-helpers.c, image.c, image.h, metadata.c, pedump.c,
1092         rawbuffer.c, reflection.c, verify.c: mare warning cleanups.
1093
1094 Thu Mar 28 15:20:39 CET 2002 Paolo Molaro <lupus@ximian.com>
1095
1096         * assembly.h: fix function prototype.
1097         * metadata.h, metadata.c, object.h, private.h: get rid of warnings.
1098         * mono-endian.h: use const cast.
1099
1100 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
1101
1102         * icall.c (ves_icall_MonoMethodMessage_InitMessage): moved from message.c
1103
1104 Thu Mar 28 12:32:00 CET 2002 Paolo Molaro <lupus@ximian.com>
1105
1106         * loader.c: don't assert when a typeref can't be loaded, give
1107         a chance to the runtime to trow an exception instead.
1108         * loader.h: fix warning.
1109
1110 2002-03-28  Dietmar Maurer  <dietmar@ximian.com>
1111
1112         * class.c (mono_class_proxy_vtable): added proxy support
1113
1114 2002-03-27  Dan Lewis <dihlewis@yahoo.co.uk>
1115
1116         * icall.c: removed last of PAL calls, added System.Environment
1117         * file-io.h, file-io.c: MonoIO implementation
1118         * object.h, object.c: mono_string_to_utf16() now returns gunichar2*
1119
1120 Tue Mar 26 19:56:10 CET 2002 Paolo Molaro <lupus@ximian.com>
1121
1122         * appdomain.c: do not use the byte marker in ldstr table lookup.
1123         * debug-helpers.c: allow two ':' to separate class and method name.
1124         * object.c: allocate arrays bounds with the GC, too.
1125         * verify: add a few more checks.
1126
1127 Tue Mar 26 18:45:46 CET 2002 Paolo Molaro <lupus@ximian.com>
1128
1129         * reflection.c: output also literal strings. Allocate parameter data
1130         with GC_malloc() (thanks, Martin, for catching this!).
1131
1132 2002-03-26  Martin Baulig  <martin@gnome.org>
1133
1134         * debug-symfile.h (MonoDebugMethodInfo): Added `this_offset', don't
1135         include the `this' offset in the `param_offsets'.
1136
1137 2002-03-25  Martin Baulig  <martin@gnome.org>
1138
1139         * debug-symfile.c (mono_debug_update_symbol_file): Use a new
1140         mono_debug_get_class() function to get the classes. Added new
1141         relocation types for arrays and strings.
1142         (mono_debug_get_class): New static function to search in all
1143         referenced assemblies for a metadata token.
1144
1145         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 7.
1146
1147 Mon Mar 25 13:08:18 CET 2002 Paolo Molaro <lupus@ximian.com>
1148
1149         * reflection.h, reflection.c: use a gc-safe hash for hash tables that
1150         hold gc-allocated objects. Make the string heap a stream like the
1151         others. Removed duplicated code when writing stream info.
1152         Added asserts to catch possible buffer overflows. Set the sorted map
1153         for tables that need sorting. Added some documentation.
1154
1155 Mon Mar 25 13:04:56 CET 2002 Paolo Molaro <lupus@ximian.com>
1156
1157         * appdomain.h, appdomain.c, class.c, object.c: use a GC-safe hash table 
1158         for interned strings and vtables.
1159
1160 2002-03-24  Martin Baulig  <martin@gnome.org>
1161
1162         * icall.c (ves_icall_Type_GetFields): Reverse the list before storing
1163         it in the array since it was created with g_slist_prepend().
1164
1165 2002-03-24  Martin Baulig  <martin@gnome.org>
1166
1167         * debug-symfile.c (mono_debug_local_type_from_signature): Renamed
1168         to ves_icall_Debugger_MonoSymbolWriter_get_local_type_from_sig().
1169         (mono_debug_method_from_token): Renamed to
1170         ves_icall_Debugger_MonoSymbolWriter_method_from_token().
1171         (ves_icall_Debugger_DwarfFileWriter_get_type_token): New interncall.
1172
1173         * debug-symfile.c (MRT_type_sizeof, MRT_type_field_offset): New
1174         relocation types.
1175
1176         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 6.
1177
1178 2002-03-24  Martin Baulig  <martin@gnome.org>
1179
1180         * debug-symfile.c (mono_debug_local_type_from_signature): New func.
1181         (mono_debug_method_from_token): New func.
1182
1183         * icall.c (Mono.CSharp.Debugger.MonoSymbolWriter::get_local_type_from_sig):
1184         New interncall, calls mono_debug_local_type_from_signature().
1185         (Mono.CSharp.Debugger.MonoSymbolWriter::get_method): New interncall,
1186         calls mono_debug_method_from_token().
1187
1188 2002-03-23  Martin Baulig  <martin@gnome.org>
1189
1190         * unicode.c (ves_icall_iconv_get_char_count): The `count' argument
1191         specifies the number of bytes to be converted, not the array size.
1192         Return the number of chars, not the number of bytes.
1193         (ves_icall_iconv_get_chars): The `byteCount' argument
1194         specifies the number of bytes to be converted, not the array size.
1195
1196 2002-03-23  Martin Baulig  <martin@gnome.org>
1197
1198         * reflection.h (MonoReflectionSigHelper): New type.
1199
1200         * reflection.c (mono_reflection_sighelper_get_signature_local),
1201         (mono_reflection_sighelper_get_signature_local): New functions.
1202
1203         * icall.c (System.Reflection.Emit.SignatureHelper::get_signature_local),
1204         (System.Reflection.Emit.SignatureHelper::get_signature_field): New
1205         interncalls.
1206
1207 2002-03-23  Martin Baulig  <martin@gnome.org>
1208
1209         * rawbuffer.c (mono_raw_buffer_load_mmap): Use MAP_SHARED when
1210         is_writeable is set.
1211         (mono_raw_buffer_update): New function to write the modified map
1212         back to disk.
1213
1214         * debug-symfile.h (MonoDebugSymbolFile): Added `raw_contents_size'.
1215
1216         * debug-symfile.c (mono_debug_update_symbol_file): Call
1217         mono_raw_buffer_update() when done writing.
1218
1219 2002-03-23  Martin Baulig  <martin@gnome.org>
1220
1221         * debug-symfile.h (MONO_DEBUG_SYMBOL_FILE_VERSION): Increased to 5.
1222
1223         * debug-symfile.c: Added support for arguments and local variables.
1224
1225 2002-03-23  Dick Porter  <dick@ximian.com>
1226
1227         * debug-symfile.c: Remove extraneous 'include <elf.h>' that wasn't
1228         protected by ifdefs, hence breaking the w32 build.
1229
1230 Thu Mar 21 17:35:01 CET 2002 Paolo Molaro <lupus@ximian.com>
1231
1232         * object.c: implement is_interned() the right way.
1233
1234 2002-03-21  Martin Baulig  <martin@gnome.org>
1235
1236         * debug-symfile.[ch]: New files to handle debugging information
1237         files. There's also support to dynamically update these symbol
1238         files to include machine dependent information.
1239
1240 2002-03-20  Dietmar Maurer  <dietmar@ximian.com>
1241
1242         * threads.c (mono_thread_create): new function to create thread
1243         from C
1244
1245 2002-03-20  Martin Baulig  <martin@gnome.org>
1246
1247         * icall.c (ves_icall_InternalInvoke): Create a new object if the
1248         method is a constructor.
1249         (icall_map): Added "System.Reflection.MonoCMethod::InternalInvoke",
1250         points to ves_icall_InternalInvoke().
1251
1252 2002-03-20  Dan Lewis <dihlewis@yahoo.co.uk>
1253
1254         * file-io.c: Flush shouldn't throw exceptions.
1255
1256 2002-03-19  Dan Lewis <dihlewis@yahoo.co.uk>
1257
1258         * file-io.c: FileStream flush support; FileSetLength now
1259         restores file pointer.
1260
1261 Tue Mar 19 18:17:21 CET 2002 Paolo Molaro <lupus@ximian.com>
1262
1263         * class.c: set image for pointer classes.
1264
1265 2002/03/19  Nick Drochak <ndrochak@gol.com>
1266
1267         * sysmath.c: Forgot one.
1268
1269 2002-03-18  Miguel de Icaza  <miguel@ximian.com>
1270
1271         * sysmath.c: Avoid redefining existing names.
1272
1273 2002-03-18  Dan Lewis <dihlewis@yahoo.co.uk>
1274
1275         * sysmath.c, sysmath.h, icall.c, Makefile.am: math routines now
1276         handled by runtime as icall rather than dllimport from libm.so
1277         * file-io.c, file-io.h: fixed handle argument type.
1278
1279 2002-03-18  Dick Porter  <dick@ximian.com>
1280
1281         * reflection.c (mono_image_get_type_info): rename interface to
1282         iface, because of "#define interface struct" on windows.
1283
1284 Sat Mar 16 19:18:38 CET 2002 Paolo Molaro <lupus@ximian.com>
1285
1286         * class.c, class.h: rename and export mono_ptr_class_get().
1287         * metadata.c: support MONO_TYPE_ARRAY in MonoType compare.
1288         * reflection.c, reflection.h, icall.c: better/saner type name
1289         parsing and MonoType creation. Handle MONO_TYPE_ARRAY in
1290         method signatures.
1291
1292 2002-03-14  Dietmar Maurer  <dietmar@ximian.com>
1293
1294         * class.c (mono_class_init): removed hardcoded GHC_SLOT
1295
1296         * icall.c (ves_icall_InternalInvoke): impl.
1297
1298 Wed Mar 13 00:27:30 CET 2002 Paolo Molaro <lupus@ximian.com>
1299
1300         * reflection.c: output the interface map table, too.
1301
1302 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
1303
1304         * class.c (class_compute_field_layout): separate computation of 
1305         static field layout
1306
1307 2002-03-12  Dan Lewis <dihlewis@yahoo.co.uk>
1308
1309         * icall.c: added System.Buffer support.
1310         * file-io.c: moved file icalls from PAL to FileStream.
1311
1312 2002-03-12  Dietmar Maurer  <dietmar@ximian.com>
1313
1314         * icall.c (ves_icall_System_Object_GetHashCode): impl.
1315
1316 2002-03-11  Dietmar Maurer  <dietmar@ximian.com>
1317
1318         * icall.c (ves_icall_System_ValueType_GetHashCode): impl.
1319
1320 Mon Mar 11 14:45:42 CET 2002 Paolo Molaro <lupus@ximian.com>
1321
1322         * verify.c, verify.h: moved here the corlib/runtime consistency checks.
1323
1324 Mon Mar 11 11:12:23 CET 2002 Paolo Molaro <lupus@ximian.com>
1325
1326         * debug-helpers.{c,h}: moved here from monograph some useful functions
1327         to locate a method by name/signature in a class or image. Included
1328         also a small and flexible IL disassembler.
1329
1330 Fri Mar 8 16:29:29 CET 2002 Paolo Molaro <lupus@ximian.com>
1331
1332         * reflection.c: fixup tokens in methods with small header size, too.
1333
1334 2002-03-08  Dietmar Maurer  <dietmar@ximian.com>
1335
1336         * object.c (mono_string_to_utf8): remove assert(!error), instead
1337         print a warning. 
1338
1339 Thu Mar 7 18:55:15 CET 2002 Paolo Molaro <lupus@ximian.com>
1340
1341         * icall.c: update to the new mono_Array_class_get interface.
1342
1343 Thu Mar 7 17:23:26 CET 2002 Paolo Molaro <lupus@ximian.com>
1344
1345         * appdomain.c, object.c: Boehm-GC enable.
1346         * icall.c: make get_data_chunk() support split data requests.
1347         Ensure a class is initialized in more cases. Return only the first
1348         property found in GetProperties() or the compiler gets confused. 
1349         Implemented GetEvents(). Temporary fix to GetType(), needs rewriting.
1350         * reflection.h, reflection.c: add fixup mechanism for field and method
1351         tokens. Initialize assembly->typeref in a single place. Output
1352         properties after events. Support custom attributes for events, too.
1353         Typo fix for paramter custom attrs.
1354
1355 2002-03-07  Martin Baulig  <martin@gnome.org>
1356
1357         * icall.c (ves_icall_System_Array_FastCopy): Small fix.
1358
1359 2002-03-07  Dietmar Maurer  <dietmar@ximian.com>
1360
1361         * class.c (mono_array_class_get): fix. for multi. dim. arrays
1362
1363 2002-03-06  Martin Baulig  <martin@gnome.org>
1364
1365         * icall.c (ves_icall_System_Array_CreateInstanceImpl): Make this work with
1366         non-zero lower bounds. See testcases #F10-#F13.
1367
1368 2002-03-05  Martin Baulig  <martin@gnome.org>
1369
1370         * exception.c (mono_get_exception_argument_out_of_range): New exception.
1371
1372         * icall.c (ves_icall_System_Array_GetValue): Moved actual implementation to
1373         ves_icall_System_Array_GetValue(), only calculate the absolute array position
1374         here.
1375         (ves_icall_System_Array_SetValue): Likewise.
1376         (ves_icall_System_Array_GetValueImpl): New interncall. Takes an array position
1377         as argument and does the actual work. This function is used when copying a
1378         multi-dimensional array.
1379         (ves_icall_System_Array_SetValueImpl): Almost completely rewrote this. It can
1380         now do all the widening conversions of value types.
1381         (ves_icall_System_Array_CreateInstanceImpl): Implemented.
1382
1383 Tue Mar 5 18:14:01 CET 2002 Paolo Molaro <lupus@ximian.com>
1384
1385         * class.c: remove some magic numbers and use the smbolic names,
1386         instead. Added init_events() to load event info at class init time.
1387         * metadata.h, metadata.c: added mono_metadata_events_from_typedef()
1388         and mono_metadata_methods_from_event().
1389         * reflection.h, reflection.c: added support for writing out the evnets
1390         related information.
1391
1392 Mon Mar 4 20:32:43 CET 2002 Paolo Molaro <lupus@ximian.com>
1393
1394         * reflection.h, icall.c: use a different method (GetInterfaces)
1395         to gather interface info and add isbyref, isprimitive and
1396         ispointer to the ves_icall_get_type_info() return value.
1397
1398 Mon Mar 4 11:22:26 CET 2002 Paolo Molaro <lupus@ximian.com>
1399
1400         * class.h: stared adding support for events.
1401         * icall.c: split find_members implementation. Added debug icall to get
1402         the address of an object.
1403         * reflection.c: handle TypeBuilders in mono_type_get_object().
1404
1405 2002-03-01  Martin Baulig  <martin@gnome.org>
1406
1407         * icall.c (ves_icall_System_Array_GetLength): This must throw an
1408         ArgumentOutOfRangeException(), not an ArgumentException().
1409         (ves_icall_System_Array_GetLowerBound): Likewise.
1410         (ves_icall_System_Array_GetValue): Improved argument checking.
1411         (ves_icall_System_Array_SetValue): Improved argument checking.
1412
1413 2002-03-01  Martin Baulig  <martin@gnome.org>
1414
1415         * icall.c (ves_icall_System_Array_GetValue): Raise an exception when
1416         called with invalid arguments rather than just dying with g_assert().
1417         (ves_icall_System_Array_SetValue): Likewise.
1418         (ves_icall_System_Array_CreateInstanceImpl): Don't g_assert_not_reached(),
1419         raise a NotImplementedException instead.
1420         (ves_icall_System_Array_GetLength): Added argument checking.
1421         (ves_icall_System_Array_GetLowerBound): Added argument checking.
1422
1423 2002-03-01  Dietmar Maurer  <dietmar@ximian.com>
1424
1425         * object.h (mono_assert): new macros mono_assert and
1426         mono_assert_not_reached
1427
1428 2002-02-28  Martin Baulig  <martin@gnome.org>
1429
1430         * icall.c: Rename "System::String::Intern" to "System::String::_Intern"
1431         and "System::String::IsInterned" to "System::String::_IsInterned".
1432
1433 Thu Feb 28 19:19:35 CET 2002 Paolo Molaro <lupus@ximian.com>
1434
1435         * icall.c: remove hacks for typebuilder. Added icall to create a
1436         modified type from a tybebuilder.
1437         * reflection.c: removed hacks for TypeBuilder. Create also a MonoImage
1438         in mono_image_basic_init (). Added mono_reflection_setup_internal_class ()
1439         to create a backing MonoClass for a TypeBuilder.
1440
1441 Thu Feb 28 15:35:51 CET 2002 Paolo Molaro <lupus@ximian.com>
1442
1443         * class.c, class.h: more refactoring of class init.
1444         Export mono_class_setup_mono_type() and mono_class_setup_parent().
1445
1446 Thu Feb 28 12:33:41 CET 2002 Paolo Molaro <lupus@ximian.com>
1447
1448         * marshal.c, marshal.h: start of marshaling interface.
1449
1450 Wed Feb 27 22:15:17 CET 2002 Paolo Molaro <lupus@ximian.com>
1451
1452         * icall.c: fix order in assembly qualified name icall.
1453
1454 Wed Feb 27 18:45:03 CET 2002 Paolo Molaro <lupus@ximian.com>
1455
1456         * class.c: do not free str, since we store it in the hash table.
1457         * reflection.h: add label field to MonoILExceptionInfo.
1458         * reflection.c: handle references to more than one assembly. Handle
1459         case when there isn't a module created in the assembly.
1460
1461 Wed Feb 27 12:35:10 CET 2002 Paolo Molaro <lupus@ximian.com>
1462
1463         * class.c: Fix typo. Start refactoring of class init code.
1464
1465 Wed Feb 27 12:23:00 CET 2002 Paolo Molaro <lupus@ximian.com>
1466
1467         * appdomain.c: exit with 1 on error.
1468         * class.c: we already have the name in MonoClassField.
1469         * image.c, image.h, metadata.c, pedump.c: use directly a pointer in
1470         MonoStreamHeader instead of an offset of image->raw_metadata.
1471
1472 2002-02-26  Miguel de Icaza  <miguel@ximian.com>
1473
1474         * appdomain.c (mono_init): Be even more descriptive about the error.
1475
1476 Tue Feb 26 16:18:07 CET 2002 Paolo Molaro <lupus@ximian.com>
1477
1478         * appdomain.c: give the user an informative message when corlib can't
1479         be loaded.
1480
1481 2002-02-26  Martin Baulig  <martin@gnome.org>
1482
1483         * icall.c (ves_icall_System_CurrentTimeZone_GetTimeZoneData):
1484         New icall to get the time zone data.
1485
1486 Mon Feb 25 15:51:51 CET 2002 Paolo Molaro <lupus@ximian.com>
1487
1488         * reflection.c: set virtual and raw size of section correctly.
1489         * threads.c: transfer domain information to newly created threads.
1490
1491 Fri Feb 22 18:55:57 CET 2002 Paolo Molaro <lupus@ximian.com>
1492
1493         * class.c: when instancing a class in a domain, load the default
1494         vaules for static fields from the constant table. Fix System.Enum to
1495         not be an enum.
1496         * icall.c: implement Object::GetType() internalcall. Implemented
1497         MonoField::GetValue() internalcall. Avoid SEGV in search_method().
1498         Fixed checking of binding flags in find_members().
1499         * metadata.c, metadata.h: introduce mono_metadata_type_hash().
1500         * reflection.c: handle enumerations when writing to the constant
1501         table. Use a different object cache for types.
1502
1503
1504 2002-02-22  Dietmar Maurer  <dietmar@ximian.com>
1505
1506         * object.c (mono_object_isinst): fix for arrays
1507
1508         * icall.c (ves_icall_type_is_subtype_of): fix for 2 interfaces
1509
1510 Thu Feb 21 21:00:13 CET 2002 Paolo Molaro <lupus@ximian.com>
1511
1512         * object.c: don't use mprotect ()  and fix intern pool hash table
1513         lookup for big endian systems.
1514
1515 Thu Feb 21 19:30:29 CET 2002 Paolo Molaro <lupus@ximian.com>
1516
1517         * icall.c: change type_is_subtype_of () signature.
1518
1519 2002-02-21  Mark Crichton  <crichton@gimp.org>
1520
1521         * rand.c, rand.h: Added random number generator for
1522         System.Security.Cryptography classes.
1523
1524         * exception.c, exception.h: Added mono_get_exception_not_implemeted.
1525
1526         * icall.c: Added System.Security.Cryptography calls.
1527
1528 Thu Feb 21 16:45:34 CET 2002 Paolo Molaro <lupus@ximian.com>
1529
1530         * class.c, icall.c, metadata.c: better support for pointer types.
1531         Create a class for them as suggested by dietmar. Fix TYPE_ARRAY class.
1532         * reflection.c: Add support for getting custom attrs for properties
1533         and simplify some code.
1534
1535 Wed Feb 20 22:20:29 CET 2002 Paolo Molaro <lupus@ximian.com>
1536
1537         * icall.c: change getToken () and add custom attribute GetBlob()helper
1538         method.
1539         * reflection.h: add custom attrs array to the reflection builder structures.
1540         * reflection.c: encode and emit custom attributes for all the relevant
1541         reflection objects. Cache fieldref and methodref tokens. Change
1542         mono_image_create_token() interface to take a MonoDynamicAssembly.
1543         More complete custom attributes decoder. Load custom attributes for
1544         Assembly, Field, Method and Constructor objects, too. Make the
1545         returned array an Attribute[] one, not object[]. Added
1546         mono_reflection_get_custom_attrs_blob() to encode the arguments of a
1547         custom attribute constructor.
1548
1549 2002-02-20  Dick Porter  <dick@ximian.com>
1550
1551         * icall.c:
1552         * rawbuffer.c:
1553         * socket-io.c: Windows portability fixes (sometimes just ifdeffing
1554         problem code out for now).
1555
1556 2002-02-19  Radek Doulik  <rodo@ximian.com>
1557
1558         * object.c (mono_ldstr): use hash table to avoid multiple swapping
1559
1560 Tue Feb 19 20:23:11 CET 2002 Paolo Molaro <lupus@ximian.com>
1561
1562         * icall.c: register the GetCustomAttributes method.
1563         * object.c, object.h: add mono_string_new_len ().
1564         * reflection.h, reflection.c: added mono_runtime_invoke(),
1565         mono_install_runtime_invoke(). Added
1566         mono_reflection_get_custom_attrs () to load custom attributes and
1567         create the attribute objects.
1568
1569 2002-02-19  Dick Porter  <dick@ximian.com>
1570         * threads-dummy-types.c:
1571         * threads-dummy-types.h:
1572         * threads-dummy.c:
1573         * threads-dummy.h:
1574         * threads-pthread-types.c:
1575         * threads-pthread-types.h:
1576         * threads-pthread.c:
1577         * threads-pthread.h:  Deleted obsolete files
1578
1579 2002-02-19  Dietmar Maurer  <dietmar@ximian.com>
1580
1581         * class.c (mono_class_vtable): runtime init the class when we
1582         allocate static class data.
1583
1584         * icall.c (ves_icall_System_Array_SetValue): check for null values.
1585
1586         * appdomain.c (mono_domain_transfer_object): impl. hack for Arrays
1587         and String - but we will need generic marshalling support in the
1588         future. 
1589         (mono_init): set the domain name in a ms compatible way
1590
1591         * object.c (mono_string_new_utf16): bug fix: use char[] instead of
1592         String[].
1593
1594 2002-02-18  Dietmar Maurer  <dietmar@ximian.com>
1595
1596         * object.c (mono_array_clone): use alloca() instead of g_malloc  
1597         for sizes
1598
1599         * appdomain.c (mono_domain_unload): impl.
1600
1601 Mon Feb 18 15:52:20 CET 2002 Paolo Molaro <lupus@ximian.com>
1602
1603         * appdomain.c, object.c: fix intern pool implementation.
1604         * class.c: fix alignment code.
1605
1606 2002-02-16  Radek Doulik  <rodo@ximian.com>
1607
1608         * icall.c (ves_icall_System_Enum_ToObject): in case of big endian
1609         and s2 > s1, just copy lower bytes to be compatible with little
1610         endian (i.e. 64bit value & 0xffffffff --> 32bit value)
1611         (ves_icall_System_Enum_ToObject): and likewise for s1 > s2
1612
1613         * unicode.c (ves_icall_iconv_new_encoder): decide on big_endian,
1614         force big_endian to be 1 for big endian machines 
1615         (ves_icall_iconv_new_decoder): ditto
1616
1617 2002-02-16  Jeffrey Stedfast  <fejj@ximian.com>
1618
1619         * socket-io.c (convert_sockopt_level_and_name): If the system
1620         doesn't define SOL_IP or SOL_TCP, get them by hand using
1621         getprotobyname() and caching the values (because this could be a
1622         slow operation).
1623         (ves_icall_System_Net_Sockets_Socket_SetSocketOption_internal):
1624         Use the appropriate struct when the system does support it. Ie,
1625         not all systems have struct ip_mreqn so use struct ip_mreq when
1626         appropriate.
1627
1628 Fri Feb 15 18:15:44 CET 2002 Paolo Molaro <lupus@ximian.com>
1629
1630         * reflection.c: handle finally clauses.
1631
1632 Fri Feb 15 15:06:33 CET 2002 Paolo Molaro <lupus@ximian.com>
1633
1634         * socket-io.c: use g_snprintf() instead of snprintf.
1635
1636 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
1637
1638         * reflection.c (mono_param_get_objects): Cast second argument to
1639         mono_method_get_param_names to a const char** to silence the
1640         compiler warning.
1641
1642         * appdomain.c (mono_domain_assembly_open): Put parens around the
1643         truth statement in the for-loop.
1644
1645         * unicode.c (iconv_convert): Got rid of a compiler warning about
1646         int i being unused when the system has a new iconv.
1647         (iconv_get_length): Same.
1648
1649         * image.c (load_class_names): Cast the second argument to
1650         g_hash_table_insert() to char* to hush compiler warnings about the
1651         arg being a const.
1652         (mono_image_open): Same here.
1653
1654         * socket-io.c: Don't conditionally include sys/filio.h or
1655         sys/sockio.h here anymore since we now get them from
1656         io-layer/io-layer.h
1657         (inet_pton): If the system doesn't support inet_aton, implement
1658         using inet_addr and also #define INADDR_NONE if it isn't defined
1659         by the system.
1660
1661 Thu Feb 14 19:01:06 CET 2002 Paolo Molaro <lupus@ximian.com>
1662
1663         * metadata.c, metadata.h: added function to get packing and size info
1664         of a typedef.
1665         * reflection.h, reflection.c: handle field RVA data. Save info about
1666         the table layout if needed. Assign typedef indexes to all the types
1667         before dumping the info about them to avoid forward reference problems.
1668
1669 2002-02-14  Dietmar Maurer  <dietmar@ximian.com>
1670
1671         * socket-io.c (convert_sockopt_level_and_name): ifdef
1672         SO_ACCEPTCONN because it is not defined on my system (old debian)
1673
1674 Thu Feb 14 11:49:30 CET 2002 Paolo Molaro <lupus@ximian.com>
1675
1676         * opcode.c: use stddef.h to get NULL.
1677
1678 2002-02-14  Jeffrey Stedfast  <fejj@ximian.com>
1679
1680         * socket-io.c: conditionally include sys/filio.h and sys/sockio.h
1681         for FIONBIO, FIONREAD and SIOCATMARK.
1682         (ves_icall_System_Net_Dns_GetHostByAddr_internal): SunOS doesn't
1683         define INADDR_NONE and besides, inet_addr() is deprecated and
1684         should not be used. Use inet_pton() instead - it also has the
1685         added bonus that it can easily handle IPv6 addresses as well.
1686         (inet_pton): Implement using inet_aton() ifndef HAVE_INET_PTON.
1687
1688 Wed Feb 13 23:00:21 CET 2002 Paolo Molaro <lupus@ximian.com>
1689
1690         * decimal.c: remove _MSC_VER conditional.
1691
1692 2002-02-13  Dick Porter  <dick@ximian.com>
1693
1694         * socket-io.c: 
1695         * icall.c: Internal calls for Blocking, Select, Shutdown,
1696         GetSocketOption and SetSocketOption
1697
1698 Wed Feb 13 19:20:01 CET 2002 Paolo Molaro <lupus@ximian.com>
1699
1700         * assembly.cs: better resolver: use it instead of some kludgy
1701         code.
1702
1703 Wed Feb 13 18:25:55 CET 2002 Paolo Molaro <lupus@ximian.com>
1704
1705         * reflection.c: the best way to speed-up the compiler is to avoid
1706         infinite loops.
1707
1708 2002-02-13  Dietmar Maurer  <dietmar@ximian.com>
1709
1710         * class.c (mono_class_vtable): changed the object layout
1711         (obj->vtable->class). 
1712         (mono_class_create_from_typespec): consider MONO_TYPE_PTR
1713
1714 Tue Feb 12 20:06:01 CET 2002 Paolo Molaro <lupus@ximian.com>
1715
1716         * assembly.c: look for assemblies in the assembly dir, too.
1717
1718 Tue Feb 12 14:03:42 CET 2002 Paolo Molaro <lupus@ximian.com>
1719
1720         * class.c: fix thinko in mono_class_from_type().
1721
1722 Mon Feb 11 19:43:51 CET 2002 Paolo Molaro <lupus@ximian.com>
1723
1724         * exception.h, exception.c: added TypeLoadException.
1725         * object.h, object.c: added mono_array_clone ().
1726         * icall.c: handle throwOnError in AssemblyGetType().
1727         Added Array.Clone().
1728         * opcode.h, opcode.c: use a single value for the opcode val.
1729         Compile fix for non-gcc compilers.
1730
1731 Fri Feb 8 12:26:37 CET 2002 Paolo Molaro <lupus@ximian.com>
1732
1733         * opcodes.c, opcodes.h: export interesting info about opcodes.
1734
1735 2002-02-05  Dietmar Maurer  <dietmar@ximian.com>
1736
1737         * object.h (MONO_CHECK_ARG, MONO_CHECK_ARG_NULL): new macro for
1738         icalls. 
1739
1740         * class.c (class_compute_field_layout): set element_class for enums
1741         (mono_class_create_from_typedef): set element_class for normal classes
1742
1743         * icall.c (ves_icall_System_Enum_get_value): impl.
1744
1745         * class.c (mono_class_create_from_typedef): do not set valuetype
1746         flag for System.ValueType and System.Enum
1747
1748 2002-02-04  Dietmar Maurer  <dietmar@ximian.com>
1749
1750         * unicode.c (iconv_convert): fix big endian problem.
1751
1752 Fri Feb 1 16:13:20 CET 2002 Paolo Molaro <lupus@ximian.com>
1753
1754         * class.c: add asserts if we are ever going to scribble over memory.
1755         * socket-io.c: not all systems have AF_IRDA defined.
1756
1757 2002-01-31  Dietmar Maurer  <dietmar@ximian.com>
1758
1759         * class.c (class_compute_field_layout): do not consider static
1760         fields to compute alignment
1761
1762 2002-01-25  Dietmar Maurer  <dietmar@ximian.com>
1763
1764         * appdomain.c (mono_appdomain_get): impl.
1765         (ves_icall_System_AppDomain_ExecuteAssembly): impl.
1766
1767 Thu Jan 24 12:59:23 CET 2002 Paolo Molaro <lupus@ximian.com>
1768
1769         * icall.c: ignore "file://" prefix when loading an assembly.
1770
1771 2002-01-23  Dick Porter  <dick@ximian.com>
1772
1773         * socket-io.c:
1774         * icall.c:
1775         * Makefile.am: Added socket support
1776
1777 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
1778
1779         * icall.c (ves_icall_appdomain_get_default_assemblies): put this
1780         code back.  This should return the assemblies that are loaded by
1781         the runtime on behalf of an application domain. 
1782
1783         The current implementation is still broken, it just returns every
1784         assembly loaded, but until we get real applications domain this
1785         will do.
1786
1787 2002-01-23  Dietmar Maurer  <dietmar@ximian.com>
1788
1789         * icall.c (ves_icall_appdomain_get_cur_domain): runtime_init the
1790         AppDomain object.
1791
1792 2002-01-23  Miguel de Icaza  <miguel@ximian.com>
1793
1794         * icall.c (ves_icall_appdomain_get_cur_domain): Cache the value of
1795         the mono_class_from_name lookup.
1796         (ves_icall_get_parameter_info): ditto.
1797         (ves_icall_appdomain_get_assemblies, add_assembly): Implement new internal
1798         method.
1799         (ves_icall_System_Reflection_Assembly_get_code_base): Another new call.
1800
1801 Tue Jan 22 22:43:47 CET 2002 Paolo Molaro <lupus@ximian.com>
1802
1803         * class.c: load also nested classes on class init.
1804         System.ValueType instance methods gets passed boxed
1805         values, unless methods in derived classed that get a pointer to the
1806         data.
1807         * icall.c: use better name parsing code in GetType().
1808         * image.c, image.h: add mono_image_loaded ().
1809         * metadata.c, metadata.h: add mono_metadata_nesting_typedef ().
1810         * reflection.c, reflection.h: added mono_reflection_parse_type().
1811
1812 2002-01-22  Veronica De Santis <veron78@interfree.it>
1813
1814         * icall.c : Added mapping of internal calls for Manual and Auto reset events
1815         * threads.c : Added the implementation of internal calls for events
1816         * threads.h : Added prototypes of internal calls for events
1817         
1818 2002-01-21  Radek Doulik  <rodo@ximian.com>
1819
1820         * icall.c (ves_icall_InitializeArray): swap bytes on big endians
1821
1822 2002-01-21  Dietmar Maurer  <dietmar@ximian.com>
1823
1824         * class.c (mono_class_init): set min_align to 1 (instead of 0)
1825         (mono_class_value_size): use min_align
1826
1827 2002-01-20  Dick Porter  <dick@ximian.com>
1828
1829         * threads.h:
1830         * threads.c: Replaced all instances of WapiHandle * with HANDLE,
1831         so it compiles on w32.
1832
1833 2002-01-17  Dietmar Maurer  <dietmar@ximian.com>
1834
1835         * metadata.c (mono_type_stack_size): impl.
1836
1837         * class.c (mono_class_get_field): impl. memberref token
1838
1839 2002-01-16 Veronica De Santis <veron78@@interfree.it>
1840
1841         * icall.h : Added the internal calls mapping for CreateMutex_internal
1842                     and ReleaseMutex_internal.
1843         * threads.h : Added the prototype of mutexes internal calls.
1844         * threads.c : Added the implementations of mutexes internal calls.
1845
1846 Tue Jan 15 22:47:57 CET 2002 Paolo Molaro <lupus@ximian.com>
1847
1848         * metaparse.h: removed unused file.
1849         * reflection.c, reflection.h: added stream_data_align () function 
1850         to align data in streams and keep stream aligned. Add support for
1851         exception support in method headers.
1852
1853 Tue Jan 15 19:42:50 CET 2002 Paolo Molaro <lupus@ximian.com>
1854
1855         * unicode.c: make iconv_convert () return the number of bytess written
1856         in the output buffer.
1857
1858 2002-01-15  Dick Porter  <dick@ximian.com>
1859         * threads.c: Make the runtime's idea of infinite timeouts coincide
1860         with the class library's
1861
1862         Fix a particularly egregious bug in mono_thread_cleanup(). That
1863         code was so utterly bogus it must have been written on a Monday.
1864
1865 Mon Jan 14 17:01:03 CET 2002 Paolo Molaro <lupus@ximian.com>
1866
1867         * reflection.h: add subtypes field to TypeBuilder.
1868         * reflection.c: encode constants for literal fields.
1869         Handle subtypes. Fix user string token (and add a zero byte)
1870         at the end.
1871         
1872 2002-01-14  Dietmar Maurer  <dietmar@ximian.com>
1873
1874         * class.c (mono_class_init): bug fix: assign slot numbers for
1875         abstract methods.
1876
1877 Fri Jan 11 18:54:42 CET 2002 Paolo Molaro <lupus@ximian.com>
1878
1879         * reflection.c: don't try to output a code RVA for abstract methods.
1880         Small fixes for method header format. Output parameter info to the
1881         ParamDef table. Save method overriding info to MethodImpl table.
1882         Fix property support. Allow typedef.extends to be a type in the
1883         building assembly.
1884         * verify.c: fix off-by-one error.
1885
1886 Thu Jan 10 19:36:27 CET 2002 Paolo Molaro <lupus@ximian.com>
1887
1888         * class.c: fix mono_class_from_mono_type () for szarray types.
1889         Remove unused cache check in mono_class_from_type_spec().
1890         * icall.c: *type_from_name () functions handle simple arrays and byref.
1891         * reflection.c: handle byref and szarray types. Handle methods without
1892         body (gets P/Invoke compilation working). Handle types and fields in
1893         get_token ().
1894         * reflection.h: add rank to MonoTypeInfo.
1895
1896 2002-01-10  Dick Porter  <dick@ximian.com>
1897
1898         * threads.c: Implemented WaitAll(), WaitAny() and WaitOne()
1899         internal calls
1900
1901 Wed Jan 9 19:27:13 CET 2002 Paolo Molaro <lupus@ximian.com>
1902
1903         * icall.c: initialize class in type_from_handle ().
1904         Loop also in parent classes for get_method ().
1905         * reflection.c: properly encode class and valuetype types.
1906         Start on encoding TypeBuilder types. Handle fieldrefs.
1907         Use correct length when registering a user string.
1908         Handle ConstructorBuilder and MonoMethod in get_token ().
1909         Make mono_type_get_object () aware of cached types.
1910         * object.c: back out change to mono_string_new ().
1911
1912 Tue Jan 8 22:47:44 EST 2002 Matt Kimball <matt@kimball.net>
1913         * object.c: mono_string_new should return a NULL when the string 
1914         passed in is NULL -- not try to deference it.
1915         
1916 Sat Jan 5 15:48:04 CET 2002 Paolo Molaro <lupus@ximian.com>
1917
1918         * icall.c: hack to make IsSubType work for TypeBuilders.
1919         * reflection.c: emit constructors before methods.
1920         Retrieve param names in mono_param_get_objects().
1921
1922 2002/01/05  Nick Drochak  <ndrochak@gol.com>
1923
1924         * Makefile.am: fix list of headers and sources so automake 1.5
1925         doesn't complain. Removed \# at end of list.
1926
1927 Thu Jan 3 23:17:17 CET 2002 Paolo Molaro <lupus@ximian.com>
1928
1929         * reflection.c: get token for a method ref. Set return type of
1930         constructor to void.
1931         * loader.c: debug message.
1932         * class.c: typo fix.
1933
1934 Mon Dec 24 17:18:10 CET 2001 Paolo Molaro <lupus@ximian.com>
1935
1936         * icall.c: fix array init with rank > 1. FindMembers
1937         loops in parent class as well.
1938         * image.c: do not insert nested types in name cache.
1939         * reflection.c: warning fix.
1940         * reflection.h: add override method (for interface impl).
1941
1942 Mon Dec 24 16:16:56 CET 2001 Paolo Molaro <lupus@ximian.com>
1943
1944         * metadata.c: fix customattr decoding.
1945
1946 2001-12-21  Miguel de Icaza  <miguel@ximian.com>
1947
1948         * rawbuffer.cs: Added native Win32 implementation, avoids using
1949         mmap on Cygwin.  This patch is from Dan Lewis (dihlewis@yahoo.co.uk)
1950
1951 Thu Dec 20 20:11:26 CET 2001 Paolo Molaro <lupus@ximian.com>
1952
1953         * class.c: make the low-level routines handle the cache.
1954
1955 Thu Dec 20 15:20:35 CET 2001 Paolo Molaro <lupus@ximian.com>
1956
1957         * image.c: fopen (file, "rb") ("David Dawkins" <david@dawkins.st>).
1958
1959 Tue Dec 18 18:50:00 CET 2001 Paolo Molaro <lupus@ximian.com>
1960
1961         * class.c: fix mono_array_element_size() for objects.
1962         * class.h, class.c: add properties to MonoClass and load them
1963         at init time.
1964         * icall.c: check with isinst() when assigning a value to an array
1965         instead of requiring the classes to match exactly.
1966         Implemented icall for System.Type::GetType().
1967         Implemented icalls to get ParameterInfo, ProprtyInfo and info about
1968         enums. Handle bindingflags when looking for methods and fields.
1969         * metadata.h, metadata.c: implemented mono_metadata_properties_from_typedef()
1970         and mono_metadata_methods_from_property().
1971         * reflection.h, reflection.c: added structures for propreties,
1972         parameters and enums. Implemented mono_property_get_object() and
1973         mono_param_get_objects().
1974
1975 2001-12-18  Dick Porter  <dick@ximian.com>
1976
1977         * file-io.c: Use mono_string_to_utf16() instead of
1978         mono_string_chars()
1979
1980         * object.c: Added mono_string_to_utf16(), which copies the non
1981         NULL-terminated MonoString into a new double-null-terminated
1982         buffer.
1983
1984 2001-12-17  Dietmar Maurer  <dietmar@ximian.com>
1985
1986         * icall.c (ves_icall_System_DateTime_GetNow): added EPOCH adjustment
1987
1988 2001-12-16  Dietmar Maurer  <dietmar@ximian.com>
1989
1990         * file-io.c: raise exceptions if handle is invalid.
1991
1992 Thu Dec 13 20:27:08 CET 2001 Paolo Molaro <lupus@ximian.com>
1993
1994         * assembly.c: yet another check for mscorlib.
1995         * class.c, class.h: load nesting info for classes.
1996         * icall.c: many new functions to support the Reflection classes.
1997         * metadata.c, metadata.h: mono_metadata_nested_in_typedef() added.
1998         * reflection.h, reflection.c: mono_image_create_token(),
1999         mono_assembly_get_object(), mono_type_get_object(),
2000         mono_method_get_object(), mono_field_get_object(): methods to return
2001         objects that parallel the C representation of assemblies, types,
2002         methods, fields.
2003
2004 2001-12-11  Dick Porter  <dick@ximian.com>
2005
2006         * icall.c:
2007         * file-io.c: Internal calls for file IO.
2008
2009 Thu Dec 6 16:21:30 CET 2001 Paolo Molaro <lupus@ximian.com>
2010
2011         * tabledefs.h: missing FileAttributes.
2012         * verify.h, verify.c: use is_valid_string () to simplify and check for
2013         valid strings more correctly. Fix warnings and speeling.
2014         Check more tables: Filed, File, ModuleRef, StandAloneSig.
2015         Check code: branches, maxstack, method calls.
2016
2017 2001-12-04  Dietmar Maurer  <dietmar@ximian.com>
2018
2019         * object.c (mono_object_allocate): removed static, so that the jit
2020         can allocate value types.
2021
2022         * icall.c (ves_icall_System_DateTime_GetNow): impl.
2023
2024 Mon Dec 3 17:02:01 CET 2001 Paolo Molaro <lupus@ximian.com>
2025
2026         * class.c: init enum types right away and register the
2027         token->MonoClass map in mono_class_create_from_typedef ().
2028         * verify.h, verify.c: first cut of the verifier.
2029         * pedump.c: add --verify switch to verify metadata tables.
2030         * tabledefs.h: add some missing enums.
2031
2032 2001-11-30  Dietmar Maurer  <dietmar@ximian.com>
2033
2034         * class.c (mono_install_runtime_class_init): impl.
2035         (mono_class_init): renamed mono_class_metadata_init to
2036         mono_class_init, also removed the metadata_inited flag
2037
2038         * object.c (mono_object_isinst): use faster algorithm
2039
2040 2001-11-30  Radek Doulik  <rodo@ximian.com>
2041
2042         * mono-endian.h: reverted last change
2043         added function prototypes
2044
2045         * Makefile.am (libmetadata_a_SOURCES): reverted my last change and
2046         add mono-endian.c back
2047
2048         * mono-endian.c: returned back, as Paolo pointed out, it's needed
2049         for unaligned access, I've mistaked it with endianess. I am
2050         sorry.
2051         (mono_read16): fix reverted endianess
2052         (mono_read64): ditto
2053         (mono_read32): ditto
2054
2055 2001-11-30  Dick Porter  <dick@ximian.com>
2056
2057         * exception.c: Implement mono_exception_from_name()
2058
2059 Fri Nov 30 12:01:02 CET 2001 Paolo Molaro <lupus@ximian.com>
2060
2061         * metadata.h, metadata.c: remove params_size and locals_size and their
2062         calculation from the metadata code: they are only usefult to the
2063         interp.
2064
2065 2001-11-29  Radek Doulik  <rodo@ximian.com>
2066
2067         * object.c (mono_ldstr): swap bytes here, it's probably not the
2068         best place, but works for me now, I'll redo it once I know mono
2069         better, also note that I add PROT_WRITE and don't reset back, also
2070         note that it's only affects big endians, so x86 should be OK
2071
2072         * mono-endian.h (read16): use just glib macros for both endians
2073
2074         * mono-endian.c: removed as glib macros are used in in
2075         mono-endian.h so we don't need to care about endianess for read
2076         macros as glib does that for us already
2077
2078 Thu Nov 29 18:20:58 CET 2001 Paolo Molaro <lupus@ximian.com>
2079
2080         * class.h, class.h: take minimum alignment into consideration so
2081         that the fields of a class remain aligned also when in an array.
2082
2083 Tue Nov 27 16:39:01 CET 2001 Paolo Molaro <lupus@ximian.com>
2084
2085         * loader.h, loader.c: add mono_method_get_param_names().
2086         * class.c: 0-init class fields.
2087
2088 2001-11-26  Dick Porter  <dick@ximian.com>
2089
2090         * icall.c:
2091         * threads-types.h:
2092         * threads.c: New file that handles System.Threading on all platforms
2093
2094         * object.c: 
2095         * object.h: Remove the synchronisation struct from MonoObject,
2096         replace it with a pointer that gets initialised on demand
2097
2098         * Makefile.am: Replace all the system-specific threading code with
2099         a single file that uses the new wrapper library
2100
2101 Mon Nov 19 11:37:14 CET 2001 Paolo Molaro <lupus@ximian.com>
2102
2103         * class.c, class.h: add mono_install_trampoline() so that the runtime
2104         can register a function to create a trampoline: removes the ugly
2105         requirement that a runtime needed to export arch_create_jit_trampoline.
2106         * object.h, object.c: added mono_install_handler() so that the runtime
2107         can install an handler for exceptions generated in C code (with
2108         mono_raise_exception()). Added C struct for System.Delegate.
2109         * pedump.c: removed arch_create_jit_trampoline.
2110         * reflection.c: some cleanups to allow registering user strings and
2111         later getting a token for methodrefs and fieldrefs before the assembly
2112         is built.
2113         * row-indexes.h: updates and fixes from the new ECMA specs.
2114
2115 Thu Nov 15 17:44:49 CET 2001 Paolo Molaro <lupus@ximian.com>
2116
2117         * class.h, class.c: add enum_basetype field to MonoClass.
2118         * metadata.h, metadata.c: add mono_metadata_get_constant_index()
2119         to get index in the constant table reated to a field, param or
2120         property.
2121         * reflection.h, reflection.c: handle constructors. Set public-key and
2122         version number of the built assembly to 0.
2123         * row-indexes.h: update from new ECMA spec.
2124
2125 Wed Nov 14 19:26:06 CET 2001 Paolo Molaro <lupus@ximian.com>
2126
2127         * class.h, class.c: add a max_interface_id to MonoClass.
2128         * icall.c: rename my_mono_new_object() to my_mono_new_mono_type()
2129         since it's used to do that. Added mono_type_type_from_obj().
2130         Make GetType() return NULL instead of segfaulting if the type was not
2131         found. Handle simple arrays in assQualifiedName.
2132         * object.h: add a struct to represent an Exception.
2133         * reflection.c: output call convention in method signature.
2134         Add code to support P/Invoke methods and fixed offsets for fields.
2135
2136 Mon Nov 12 12:41:32 CET 2001 Paolo Molaro <lupus@ximian.com>
2137
2138         * decimal.c, decimal.h: mono_double2decimal() get the sign bit from
2139         the value.
2140         * icall.c: use mono_array_addr instead of array->vector: fixes the
2141         reflection image writing.
2142         * reflection.c: init call convention byte to 0 in method signature.
2143         Encode the property signature. Don't output property-related methods
2144         twice. Really process the properties for a type (don't cast a field to
2145         a property, my mom always told me that).
2146         Fix 64 bit issues in pointer alignment in a different and more
2147         readable way.
2148
2149 2001-11-10  Sean MacIsaac  <macisaac@ximian.com>
2150
2151         * loader.h: Removed type class from MonoDefaults, added monotype
2152
2153         * loader.c: Loaded MonoType, removed loading of Type
2154
2155         * icall.c (my_mono_new_object): Now returns a System.MonoType,
2156         and fills in System.Type._impl with a RuntimeTypeHandle rather
2157         than the actual MonoClass *
2158
2159         (ves_icall_type_from_handle): change from type_class to
2160         monotype_class
2161
2162         (ves_icall_System_Runtime_InteropServices_Marshal_ReadIntPtr):
2163         implemented
2164
2165         (ves_icall_System_Runtime_InteropServices_Marshal_PtrToStringAuto):
2166         implemented
2167
2168         (ves_icall_System_Reflection_Assembly_LoadFrom): implemented
2169
2170         (ves_icall_System_Reflection_Assembly_GetType): implemented
2171
2172         (ves_icall_System_MonoType_assQualifiedName): implemented
2173
2174         (ves_icall_System_PAL_OpSys_GetCurrentDirecotry): implemented
2175
2176 2001-11-09  Miguel de Icaza  <miguel@ximian.com>
2177
2178         * assembly.c (mono_assembly_open): Implement a cache for the
2179         assemblies. 
2180
2181         (mono_assembly_close): only destroy the assembly when the last
2182         reference is gone.
2183         
2184 2001-11-09  Dick Porter  <dick@ximian.com>
2185
2186         * Makefile.am (pedump_LDADD): Don't need THREAD_LIBS any more
2187
2188 2001-11-09  Dietmar Maurer  <dietmar@ximian.com>
2189
2190         * class.c (mono_class_metadata_init): bug fix: compute the right slot
2191
2192 Fri Nov 9 15:48:02 CET 2001 Paolo Molaro <lupus@ximian.com>
2193
2194         * icall.c, decimal.h, decimal.c: integrated decimal internalcalls
2195         from Martin Weindel.
2196         * object.h: add mono_string_chars ().
2197
2198 2001-11-07  Miguel de Icaza  <miguel@ximian.com>
2199
2200         * reflection.c (build_compressed_metadata): Eliminates warnings
2201         and uses 64-bit clean code.
2202
2203         * metadata.c (mono_type_hash): Change signature to eliminate warnings.
2204         (mono_type_equal): Change signature to eliminate warnings.
2205
2206 Wed Nov 7 15:40:01 CET 2001 Paolo Molaro <lupus@ximian.com>
2207
2208         * icall.c, loader.c: remove the internalcall array constructors.
2209         Changes to match the new MonoArray structure.
2210         * object.h, object.c: an array object doesn't allocate an extra
2211         vector. Add mono_array_new_full () to create jagged arrays easily.
2212
2213 Mon Nov 5 19:51:06 CET 2001 Paolo Molaro <lupus@ximian.com>
2214
2215         * metadata.h, metadata.c: add mono_metadata_field_info () to
2216         retreive all the info about a field from vairous tables.
2217         * icall.c: implement S.Runtime.CServices::InitializeArray () icall.
2218         * class.h, class.c: augment MonoClassField with more info.
2219         Implemented mono_ldtoken for fields. Implemented ExplicitLayout
2220         policy and load a field's RVA if needed.
2221
2222 2001-11-05  Dietmar Maurer  <dietmar@ximian.com>
2223
2224         * class.c (mono_class_metadata_init): create a trampoline for all
2225         virtual functions instead of actually compiling them.
2226
2227 Fri Nov 2 19:37:51 CET 2001 Paolo Molaro <lupus@ximian.com>
2228
2229         * class.h, class.c: include name in MonoClassField.
2230         * class.c: fix fundamental type of System.Object and System.String.
2231         Set the right fundamental type for SZARRAY, too. Handle TypeSpec
2232         tokens in ldtoken.
2233         * icall.c: remove internalcalls for the Reflection stuff that is now
2234         done in C# code.
2235         * loader.c: mono_field_from_memberref () implementation.
2236         * mono-endian.c: thinko (s/struct/union/g).
2237         * object.c, object.h: make the mono_string_* prototypes actually use
2238         MonoString instead of MonoObject.
2239         * reflection.c, reflection.h: updates for changes in the reflection
2240         code in corlib: we use C structures that map to the actual C# classes.
2241         Handle SZARRAYs when encoding types. Handle locals in methods. Use a
2242         fat method header if needed and use the info from the ILGenerator for
2243         methods. Handle fields in types. Misc fixes.
2244
2245 2001-10-17  Dietmar Maurer  <dietmar@ximian.com>
2246
2247         * class.c (mono_class_metadata_init): bug fix: always allocate
2248         space for static class data
2249
2250 2001-10-25  Dietmar Maurer  <dietmar@ximian.com>
2251
2252         * class.c (mono_compute_relative_numbering): use relative
2253         numbering to support fast runtime type checks.
2254
2255 2001-10-17  Sean MacIsaac  <macisaac@ximian.com>
2256
2257         * class.c (mono_class_create_from_typeref): added debugging output
2258         to print class name when MonoDummy is returned instead of real class
2259
2260 2001-10-15  Dietmar Maurer  <dietmar@ximian.com>
2261
2262         * class.c (mono_class_metadata_init): interface offset table now
2263         contains pointers into the vtable - this is more efficient for the jit
2264
2265 2001-10-12  Dietmar Maurer  <dietmar@ximian.com>
2266
2267         * class.c (mono_class_metadata_init): use a temporary vtable (the
2268         old algorithm only worked for the interpreter, but not for the jit)
2269
2270 2001-10-11  Dietmar Maurer  <dietmar@ximian.com>
2271
2272         * loader.c (method_from_memberref): use mono_class_get to get the
2273         class of an array instead of using System.Array directly.
2274         (mono_get_method): also add MEMBERREF methods to the method cache
2275         which usefull for arrays.
2276
2277 2001-10-10  Dietmar Maurer  <dietmar@ximian.com>
2278
2279         * pedump.c (arch_compile_method): added to compute vtable entry
2280
2281         * metadata.c (mono_metadata_interfaces_from_typedef): also return the
2282         number of interfaces.
2283         
2284         * class.h: merged MonoArrayClass into MonoClass
2285
2286         * class.c (mono_class_create_from_typedef): compute the vtable size and
2287         allocate space to include the vtable inside MonoClass
2288         (mono_class_metadata_init): initialize the vtable
2289
2290 Mon Oct 8 16:12:38 CEST 2001 Paolo Molaro <lupus@ximian.com>
2291
2292         * metadata.c, metadata.h: use MonoArrayType to describe the shape of an array.
2293         Guard against calling bsearch with a NULL pointer (pointed out by Laurent Rioux, smoux).
2294         * image.c: endian fixes by Laurent Rioux.
2295         * object.h, object.c: rename MonoStringObject to MonoString and
2296         MonoArrayObject to MonoArray. Change some function names to conform to
2297         the style mono_<object>_<action>. mono_string_new_utf16 () takes a
2298         guint16* as first argument, so don't use char*.
2299         Provide macros to do the interesting things on arrays in a portable way.
2300         * threads-pthread.c: updates for the API changes and #include <sched.h>
2301         (required for sched_yield()).
2302         * icall.c: updates for the API changes above.
2303         * Makefile.am, mono-endian.c. mono-endian.h: include unaligned read routines for
2304         platforms that need them.
2305
2306 Mon Oct 8 10:43:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
2307
2308         * class.c: set the correct type for all the fundamental
2309         type when loading the class.
2310
2311 2001-10-05  Dick Porter  <dick@ximian.com>
2312
2313         * threads-pthread.c (pthread_mutex_timedlock): Simple
2314         compatibility version for C libraries that lack this call.
2315
2316 Thu Oct 4 19:10:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
2317
2318         * class.c: MonoTypes stored in MonoClass are stored as
2319         fundamental MonoTypes when the class represents a
2320         fundamental type (System.Int32, ...).
2321         The TypeHandle return by ldtoken is a MonoType*.
2322         * icall.c: ves_icall_get_data_chunk () write out all the
2323         PE/COFF stuff. Implement ves_icall_define_method (),
2324         ves_icall_set_method_body (), ves_icall_type_from_handle ().
2325         * image.c: properly skip unknown streams.
2326         * loader.h, loader.c: add type_class to mono_defaults.
2327         * metadata.c, metadata.h: export compute_size () as
2328         mono_metadata_compute_size () with a better interface.
2329         Typo and C&P fixes.
2330         * pedump.c: don't try to print the entry point RVA if there is no entry point.
2331         * reflection.c, reflection.h: many cleanups, fixes, output method
2332         signatures and headers, typedef and typeref info, compress the metadata
2333         tables, output all the heap streams, cli header etc.
2334         * row-indexes.h: typo fixes.
2335
2336 2001-10-04  Dick Porter  <dick@ximian.com>
2337
2338         * object.h: Add a synchronisation mutex struct to MonoObject
2339
2340         * object.c (mono_new_object): Initialise the object
2341         synchronisation mutexes
2342
2343         * icall.c: System.Threading.Monitor internal calls
2344         
2345         * threads-pthread.h:
2346         * threads-pthread.c: System.Threading.Monitor internal calls
2347
2348         * threads-types.h: New file, includes the system-specific thread
2349         structures
2350         
2351         * threads-pthread-types.h:
2352         * threads-pthread-types.c: New files, handle pthread-specific
2353         synchronisation types
2354
2355         * threads-dummy-types.h: 
2356         * threads-dummy-types.c: New files of dummy support for
2357         thread-specific types
2358
2359         * metadata.c:
2360         * image.c:
2361         * pedump.c: include mono-endian.h not endian.h
2362         
2363         * Makefile.am: More threads files.
2364         Name mono-endian.h not endian.h
2365
2366 Tue Oct 2 20:33:48 CEST 2001 Paolo Molaro <lupus@ximian.com>
2367
2368         * Makefile.am, reflection.h, reflection.c: move here the reflection related 
2369         stuff and implement a few more bits.
2370         * icall.c: a field needs to be dereferenced twice. Do not use the same
2371         name for two variables in the same scope.
2372         * image.c, image.h: cleanups.
2373
2374 2001-10-02  Dietmar Maurer  <dietmar@ximian.com>
2375
2376         * class.c (mono_class_metadata_init): bug fix: compute the right size
2377
2378 Mon Oct 1 20:43:57 CEST 2001 Paolo Molaro <lupus@ximian.com>
2379
2380         * icall.c: implemented some of the Reflection internalcalls.
2381         * image.c, image.h: start writing out the PE/COFF image.
2382         * metadata.h, metadata.c: implement mono_metadata_encode_value ()
2383         that does the reverse than decode_blob_size ().
2384         * object.c: use mono_metadata_encode_value (). Move here
2385         temporary implementation of mono_string_to_utf8 ().
2386         * rawbuffer.c: make malloc_map static.
2387
2388 Fri Sep 28 19:26:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
2389
2390         * metadata.c: fix type comparison for arrays.
2391         * loader.h, loader.c: half-assed fix to get more tests work in cygwin.
2392         Added a couple of new classes to monodefaults.
2393         * icall.c: added a couple of Reflection-related internalcalls.
2394         * class.h, class.c: implemented mono_ldtoken () for RuntimeTypeHandles.
2395         Added a byval_arg MonoType to MonoClass.
2396
2397 2001-09-28  Dick Porter  <dick@ximian.com>
2398
2399         * icall.c:
2400         * threads-pthread.h: 
2401         * threads-pthread.c: Implemented internal calls for
2402         LocalDataStoreSlot operations.  Applied mutexes around all shared
2403         data.  Reworked the thread creation and Start() operations to
2404         avoid a race condition.
2405         
2406         * threads-dummy.h:
2407         * threads-dummy.c: Dummy calls for the LocalDataStoreSlot operations
2408
2409 Thu Sep 27 21:45:55 CEST 2001 Paolo Molaro <lupus@ximian.com>
2410
2411         * rawbuffer.c: disable mmap on cygwin since it seems to be broken there.
2412
2413 Thu Sep 27 19:52:11 CEST 2001 Paolo Molaro <lupus@ximian.com>
2414
2415         * class.c, loader.c: warn and return NULL instead of erroring out.
2416         * icall.c: added System.AppDomain::getCurDomain().
2417         * loader.c: we don't need to lookup the typedef again for p/invoke calls.
2418
2419 2001-09-25  Dick Porter  <dick@ximian.com>
2420
2421         * threads-pthread.h:
2422         * threads-pthread.c: Implemented timed thread joining and added
2423         System.Threading.Thread::Join_internal internal call
2424
2425         * icall.c: Added System.Threading.Thread::Join_internal internal call
2426
2427         * threads-dummy.h:
2428         * threads-dummy.c: Dummy calls for System.Thread.Thread::Join_internal
2429
2430 Mon Sep 24 18:56:59 CEST 2001 Paolo Molaro <lupus@ximian.com>
2431
2432         * object.c, object.h: added mono_ldstr (), mono_string_is_interned () and
2433         mono_string_intern () to implement the semantics of the ldstr opcode
2434         and the interning of System.Strings.
2435         * icall.c: provide hooks to make String::IsIntern and String::Intern
2436         internalcalls.
2437
2438 2001-09-23  Dick Porter  <dick@ximian.com>
2439
2440         * threads-dummy.c: 
2441         * threads-dummy.h: New files of dummy threading routines
2442
2443         * Makefile.am (THREAD_SOURCE): Arrange to compile different thread
2444         support code based on system specifics
2445
2446         Rename PTHREAD_LIBS to THREAD_LIBS
2447         
2448 2001-09-23  Dick Porter  <dick@ximian.com>
2449
2450         * threads-pthread.c: Implement the System.Threading.Thread::Sleep,
2451         Schedule (called when asked to Sleep for 0 ms) and CurrentThread
2452         internal calls.
2453         (mono_thread_init): Set up a Thread object instance to return when
2454         the main thread calls Thread.CurrentThread
2455         (mono_thread_cleanup): Wait for all subthreads to exit
2456
2457         * icall.c: New internal calls for System.Threading.Thread::Sleep
2458         (including Schedule) and CurrentThread
2459
2460         * threads.h: New file, to insulate thread-specific stuff from the
2461         rest of the code
2462
2463 2001-09-21  Dick Porter  <dick@ximian.com>
2464
2465         * threads-pthread.h: 
2466         * threads-pthread.c: New file, for handling pthreads-style
2467         threading support.  Start() now starts a new thread and executes
2468         the ThreadStart delegate instance.
2469
2470         * icall.c: Added the internalcall for
2471         System.Threading.Thread::Start_internal
2472
2473         * Makefile.am: Added new files, and PTHREADS_LIBS to the link line
2474
2475 Thu Sep 20 19:37:39 CEST 2001 Paolo Molaro <lupus@ximian.com>
2476
2477         * loader.c: work around the different signatures for delegates
2478         constructors csc generates in compiled code vs the ones compiled in mscorlib.
2479
2480 Tue Sep 18 13:16:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
2481
2482         * class.h, class.c: add mono_class_get_field_from_name ().
2483         * *: Fix C comments and other ANSI C issues.
2484
2485 Mon Sep 10 20:21:34 CEST 2001 Paolo Molaro <lupus@ximian.com>
2486
2487         * endian.h, assembly.c: fix some endianness issues.
2488
2489 Fri Sep 7 18:40:40 CEST 2001 Paolo Molaro <lupus@ximian.com>
2490
2491         * loader.h, load.c: add delegate_class to mono_defaults.
2492         Handle runtime provided methods in mono_get_method ().
2493
2494 2001-08-29  Dietmar Maurer  <dietmar@ximian.com>
2495
2496         * loader.c (mono_get_method): use pinvoke for internal call
2497
2498         * icall.c: use pinvoke for internal call
2499
2500         * loader.c (method_from_memberref): set the method name
2501
2502 Wed Aug 29 12:43:41 CEST 2001 Paolo Molaro <lupus@ximian.com>
2503
2504         * metadata.c: help the compiler generate better code for
2505         mono_class_from_mono_type ().
2506
2507 2001-08-28  Dietmar Maurer  <dietmar@ximian.com>
2508
2509         * class.c (mono_class_metadata_init): delayed computing of the
2510         class size to mono_class_metadata_init ()
2511
2512 Tue Aug 28 15:47:15 CEST 2001 Paolo Molaro <lupus@ximian.com>
2513
2514         * class.c, class.h: add an interfaces member to MonoClass.
2515         * image.c, image.h: add assembly_name field to MonoImage
2516         from the assembly table.
2517         * metadata.c, metadata.h: add mono_metadata_interfaces_from_typedef ().
2518
2519 Mon Aug 27 20:12:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
2520
2521         * class.c: Handle Array in mono_class_from_mono_type ().
2522         * metadata.c, pedump.c: some endian fixes.
2523
2524 Mon Aug 27 15:23:23 CEST 2001 Paolo Molaro <lupus@ximian.com>
2525
2526         * class.c, loader.c, loader.h: More types handled in mono_class_from_mono_type ().
2527         * metadata.c: fix small problem introduced with the latest commit.
2528
2529 Mon Aug 27 12:17:17 CEST 2001 Paolo Molaro <lupus@ximian.com>
2530
2531         * loader.c, metadata.c, metadata.h: Export mono_metadata_type_equal().
2532         We don't need a MonoMetadata pointer anymore to compare signatures in
2533         mono_metadata_signature_equal (), update callers.
2534         Reduced memory usage an number of allocations for MonoMethodHeader and
2535         MonoMethodSignature.
2536
2537 Sun Aug 26 23:03:09 CEST 2001 Paolo Molaro <lupus@ximian.com>
2538
2539         * metadata.c: added compare for szarray.
2540
2541 Sun Aug 26 11:34:24 CEST 2001 Paolo Molaro <lupus@ximian.com>
2542
2543         * class.h, class.c, loader.h, loader.c: export mono_class_from_mono_type ()
2544         and add a couple more types to it and mono_defaults. Give an hint on
2545         classes that need implementing in our corlib and are referenced
2546         in mscorlib.
2547
2548 Sat Aug 25 12:52:54 CEST 2001 Paolo Molaro <lupus@ximian.com>
2549
2550         * class.h, class.c: keep track if a class is also an Enum.
2551         * loader.c: Implement a couple more types for use in libffi
2552         marshalling. Gives better diagnostics when failing to dlopen
2553         a library. Set method->klass for P/Invoke methods, too.
2554
2555 Fri Aug 24 19:30:25 CEST 2001 Paolo Molaro <lupus@ximian.com>
2556
2557         * class.c, class.h: add a MonoType this_arg to MonoClass that
2558         represents a pointer to an object of the class' type that
2559         can be used by the interpreter and later the type cache.
2560         Add best guess alignment info for valuetype objects.
2561
2562 Fri Aug 24 15:50:31 CEST 2001 Paolo Molaro <lupus@ximian.com>
2563
2564         * metadata.h, metadata.c, class.h, class.c: squeezed MonoParam
2565         into MonoType: one less level of indirection and allocation and
2566         simplifies quite a bit of code. Added cache for MonoTypes that are
2567         used frequently, so that we don't need to allocate them all the time.
2568
2569 2001-08-24  Dietmar Maurer  <dietmar@ximian.com>
2570
2571         * class.c (mono_class_create_from_typedef): System.Enum is also a
2572         value type, although it does not derive from System.ValueType
2573         (maybe a bug in the ms compiler?)
2574
2575         * metadata.c (mono_type_size): return the right size for value types
2576
2577         * loader.c (mono_get_method): only initialize method header if not abstract
2578
2579         * class.c (mono_class_from_mono_type): use mono_default values. 
2580
2581 2001-08-23  Dietmar Maurer  <dietmar@ximian.com>
2582
2583         * *: use MonoClass pointers instead of <type_tokens>
2584         
2585         * class.h: new flag: metadata_inited.
2586
2587         * class.c (mono_class_metadata_init): impl.
2588         (mono_class_instance_size): impl.
2589         (mono_class_data_size): impl.
2590
2591 Wed Aug 22 16:27:30 CEST 2001 Paolo Molaro <lupus@ximian.com>
2592
2593         * metadata.c, loader.h, loader.c, image.h, image.c, class.h, class.c:
2594         MonoClass now has the name and name_space fields. 
2595         MonoMethod has a pointer to its MonoClass, instead of MonoImage.
2596         mono_get_method () takes and optional MonoClass as argument.
2597         Removed mono_typedef_from_name() and added mono_class_token_from_name()
2598         instead that takes advantage of a map from class names to typedef
2599         tokens in MonoImage.
2600
2601 Tue Aug 21 18:54:58 CEST 2001 Paolo Molaro <lupus@ximian.com>
2602
2603         * metadata.c: zero is not a valid alignment boundary.
2604         Merge MONO_TYPE_VOID in default decoding code.
2605
2606 2001-08-21  Dietmar Maurer  <dietmar@ximian.com>
2607
2608         * image.h: merged MonoMetadata into MonoImage
2609
2610         * class.h: cleanup of MonoArrayClass, use a MonoClass pointer to
2611         identify the type of elements.
2612
2613 Mon Aug 20 19:39:00 CEST 2001 Paolo Molaro <lupus@ximian.com>
2614
2615         * blob.h: fix MONO_TYPE_TYPEDBYREF value.
2616         * cil-coff.h: split MonoMSDOSHeader and add size info.
2617         * image.c: add some consistency checks.
2618         * metadata.c: fix row size computation: one programmer
2619         error and one LAMESPEC. Handle MONO_TYPE_TYPEDBYREF.
2620         add explanation for the locator routine.
2621         Fix decoding of size in method header.
2622         
2623 2001-08-20  Miguel de Icaza  <miguel@ximian.com>
2624
2625         * assembly.c    (g_concat_dir_and_file): Use _S for string concat.
2626         (g_concat_dir_and_file): Bring g_concat_dir_and_file
2627         function from gnome-libs.  This uses the right path separator
2628         based on the OS, and also works around a bug in some systems where
2629         a double slash is not allowed. 
2630         (default_assembly_name_resolver): Use g_concat_dir_and_file
2631         (mono_assembly_open): ditto.
2632
2633 2001-08-20  Dietmar Maurer  <dietmar@ximian.com>
2634
2635         * metadata.c (mono_metadata_signature_equal): impl.
2636
2637         * *: void is now a realy MonoType (instead of using NULL)
2638         
2639         * metadata.c (do_mono_metadata_parse_type): use
2640         mono_metadata_parse_type to parse void value.
2641
2642 Sat Aug 18 12:51:28 CEST 2001 Paolo Molaro <lupus@ximian.com>
2643
2644         * metadata.c, metadata.h: in the signature and method header store
2645         only the space required for holding the loca vars and incoming arguments.
2646
2647 2001-08-15  Dietmar Maurer  <dietmar@ximian.com>
2648
2649         * metadata.c (do_mono_metadata_parse_type): treat void like any
2650         other type (instead of assigning NULL);
2651
2652 2001-08-14  Dietmar Maurer  <dietmar@ximian.com>
2653
2654         * metadata.c (mono_metadata_parse_mh): fixxed pinned/byref value
2655
2656 2001-08-09  Dietmar Maurer  <dietmar@ximian.com>
2657
2658         * image.c (do_mono_image_open): added a cache for arrays.
2659
2660 Sat Aug 4 12:46:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
2661
2662         * metadata.h, metadata.c: add mono_metadata_decode_row_col () to
2663         decode a single column from a row in a metadata table and changes
2664         to take advantage of it in the typedef locator (gives a nice speed up).
2665         Store offset info for function params.
2666
2667 2001-08-02  Dietmar Maurer  <dietmar@ximian.com>
2668
2669         * image.h (MONO_IMAGE_IS_CORLIB): removed 
2670
2671 Wed Aug 1 22:54:08 CEST 2001 Paolo Molaro <lupus@ximian.com>
2672
2673         * assembly.c: how could mono_assembly_close () had ever worked?
2674         * metadata.c, metadata.h: provide offset info for local vars.
2675         Implement mono_type_size () to take care of alignment as well
2676         as size (it was mono_field_type_size in cli/class.c before).
2677
2678 2001-08-01  Dietmar Maurer  <dietmar@ximian.com>
2679
2680         * image.h (MONO_IMAGE_IS_CORLIB): new macro to check root image
2681
2682         * assembly.h (CORLIB_NAME): set to corlib.dll
2683
2684         * assembly.c (mono_assembly_open): replaced strcmp() with !strcmp()
2685
2686 Tue Jul 31 17:54:02 CEST 2001 Paolo Molaro <lupus@ximian.com>
2687
2688         * metadata.h, metadata.c, Makefile.am, private.h, assembly.c, blob.h,
2689         cil-coff.h, image.c, image.h, pedump.c, rawbuffer.c, rawbuffer.h, row-indexes.h,
2690         tokentype.h: massive namespace cleanup.
2691
2692 Mon Jul 30 20:11:01 CEST 2001 Paolo Molaro <lupus@ximian.com>
2693
2694         * metadata.h, metadata.c: decode exception clauses when parsing method header.
2695
2696 2001-07-27  Dietmar Maurer  <dietmar@ximian.com>
2697
2698         * metadata.c (mono_metadata_free_type): added check for type !=
2699         NULL (void) before calling mono_metadata_free_type()
2700
2701 Thu Jul 26 19:11:19 CEST 2001 Paolo Molaro <lupus@ximian.com>
2702
2703         * metadata.h, row_indexes.h: added header with enumerations to use
2704         to index in the columns from tables in metadata and to decode coded
2705         tokens: we should start using this instead of embedding magic numbers
2706         all over the code.
2707
2708 Thu Jul 26 13:03:27 CEST 2001 Paolo Molaro <lupus@ximian.com>
2709
2710         * assembly.c, cil-coff.h, image.c, image.h, pedump.c, typedef.c:
2711         Move metadata_t info from cli_image_info_t to MonoImage, where
2712         it's easily accessible. Changed all the uses accordingly.
2713         Added the method and class caches to MonoImage.
2714         * metadata.c, metadata.h: Changed mono_metadata_decode_blob_size ()
2715         and mono_metadata_decode_value () signature to be more consistent
2716         with the other parse functions (and simplify code). Taken advantage
2717         of zero-length array allocation with GCC. Removed reduntant (and
2718         wrong) MonoFieldType struct and use MonoParam instead. Changed
2719         mono_metadata_parse_field_type () to use common code for parsing.
2720         Added mono_metadata_typedef_from_field () and
2721         mono_metadata_typedef_from_method () to lookup a typedef index from a
2722         field or method token.
2723         Pack the MonoRetType structure more tightly (fits in 8 bytes now).
2724
2725 2001-07-23  Miguel de Icaza  <miguel@ximian.com>
2726
2727         * metadata.c (mono_metadata_parse_field_type): Implement. 
2728         (do_mono_metadata_parse_type): Split engine from
2729         mono_metadata_parse_type, so that we can create smaller structures
2730         for things that just have one pointer to the MonoType (look at
2731         the MonoFieldType)
2732
2733 2001-07-20  Miguel de Icaza  <miguel@ximian.com>
2734
2735         * metadata.c (mono_metadata_parse_mh): Correct the implementation,
2736         as Jan Gray found out, it is incorrect. 
2737
2738 2001-07-18  Miguel de Icaza  <miguel@ximian.com>
2739
2740         * assembly.c: Implement asssembly loading.  This loads an image
2741         and loads all the referenced assemblies.  Come to think of it, we
2742         could always do lazy loading of the assemblies. 
2743
2744         * image.c (mono_image_open): Keep loaded images in a hashtable.
2745
2746         * image.h (MonoImage): Add reference count.
2747
2748 2001-07-17  Miguel de Icaza  <miguel@ximian.com>
2749
2750         * assembly.c (mono_assembly_open): Keep track of the file name in
2751         case the assembly has no ASSEMBLY table.
2752
2753         * metadata.h: Fixed Paolo's quick hack.  Put the documnentation
2754         from get.c here.
2755
2756 Sun Jul 15 19:39:06 CEST 2001 Paolo Molaro <lupus@ximian.com>
2757
2758         * metadata.c, metadata.h: decode local vars in method header
2759         parse function. Change callers accordingly.
2760
2761 Sun Jul 15 17:40:47 CEST 2001 Paolo Molaro <lupus@ximian.com>
2762
2763         * metadata.h, cil-coff.h: protect against multiple inclusion.
2764         Added some new structures to hold information decoded from metadata:
2765         MonoType, MonoParam, MonoArray, MonoMethod, MonoMethodSignature
2766         and relevant decoding/free functions.
2767         * metadata.c: implement decoding functions. Add warning for out of bounds
2768         index in mono_metadata_locate(). Implement mono_get_method () to retreive
2769         all the info about a method signature and invocation. Remove check on
2770         uninitialized local var in parse_mh() and fix memory leak.
2771
2772 2001-07-12  Miguel de Icaza  <miguel@ximian.com>
2773
2774         * metadata.h: More macros.
2775
2776         * tokentype.h: New file.
2777
2778 Fri Jul  6 11:30:53 CEST 2001 Paolo Molaro <lupus@ximian.com>
2779
2780         * assembly.c: added a consistency check and initialize
2781         some structures with g_new0().
2782         * metadata.c: fixed a couple more bugs in table size computation
2783         and add other checks for out-of bound access to metadata.
2784
2785 Thu Jul  5 22:34:21 CEST 2001 Paolo Molaro <lupus@ximian.com>
2786
2787         * metatada.c: fix bugs computing table sizes. Spew a
2788         warning when index in string heap is out of bounds.
2789
2790 2001-07-04  Miguel de Icaza  <miguel@ximian.com>
2791
2792         * metadata.h: Add a couple of macros to manipulate tokens. 
2793
2794 Tue Jul  3 18:33:32 CEST 2001 Paolo Molaro <lupus@ximian.com>
2795
2796         * assembly.c: g_free(ii->cli_sections) (and avoid double free of
2797         cli_section_tables).
2798
2799 2001-07-01  Miguel de Icaza  <miguel@ximian.com>
2800
2801         * metadata.c (mono_metadata_user_string): New function, provides
2802         access to the UserString heap. 
2803
2804 2001-06-27  Miguel de Icaza  <miguel@ximian.com>
2805
2806         * metadata.c: Add inline documentation.
2807
2808 2001-06-26  Miguel de Icaza  <miguel@ximian.com>
2809
2810         * propertyattr.h, paramattr.h, methodsem.h, methodattr.h: New
2811         files. 
2812
2813 2001-06-22  Miguel de Icaza  <miguel@ximian.com>
2814
2815         * typeattr.h: New file, TypeAttribute flags. 
2816
2817 2001-06-21  Miguel de Icaza  <miguel@ximian.com>
2818
2819         * mono/metadata/assembly.c (mono_assembly_ensure_section_idx,
2820         mono_assembly_ensure_section): Section loading code.
2821         (load_section_tables): Load the sections.
2822
2823         * mono/metadata/metadata.c (mono_metadata_locate_token,
2824         mono_metadata_locate): Functions to locate the information
2825         definition given a token or a table and an index.
2826         (mono_metadata_compute_table_bases): New.
2827         (compute_size): New function to compute the sizes of the various
2828         tables.
2829
2830         * mono/metadata/metadata.h: Finish listing the different index
2831         types. 
2832
2833         * mono/metadata/pedump.c: Improve to dump new information.
2834
2835 2001-06-19  Miguel de Icaza  <miguel@ximian.com>
2836
2837         * mono/metadata/metadata.c: Entered all the tables matching
2838         Beta2. 
2839
2840         * mono/metadata/assembly.c (load_metadata_ptrs): Fix for Beta2
2841