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