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