f218ac2222779db074845dd96a7afd0c866c3e05
[mono.git] / mcs / class / corlib / Mono / ChangeLog
1 2010-06-17  Miguel de Icaza  <miguel@novell.com>
2
3         * DataConverter.cs: On bracketed cases, save the position as well,
4         like we do in the repeat case without brackets.  Fixes #595929
5
6 2010-03-07  Rodrigo Kumpera  <rkumpera@novell.com>
7
8         * Runtime.cs: Document how NewObject() is meant to be used.
9
10 2010-03-04  Geoff Norton  <gnorton@novell.com>
11
12         * Runtime.cs: Add a new private internal icall to construct
13         an object from its type without running the ctor.
14
15 2008-11-17  Chris Howie  <cdhowie@gmail.com>
16
17         * DataConverter.cs: Fix alignment for strings when the
18         natural-alignment parameter is used '!'.   
19
20         Disables CLS errors when not compiling with the CLS flag.
21         
22         Fixes #445867
23
24 2008-03-12  Miguel de Icaza  <miguel@novell.com>
25
26         * DataConverter.cs: Fencepost bug fix from Kenneth D. Weinert
27         <kenw@quarter-flash.com>
28
29         Fix from Kenneth as well to avoid getting stuck on a loop on
30         repeat patterns (example: _6C!i!i), it would loop inside the '6'
31         never continuing the decoding of the format string.
32         
33 2008-02-10  Miguel de Icaza  <miguel@novell.com>
34
35         * DataConverter.cs: Apply fix from Cliff Brake
36         <cliff.brake@gmail.com>, we were incrementing b.i in two places. 
37
38 2007-05-30  Miguel de Icaza  <miguel@novell.com>
39
40         * DataConverter.cs: Fix the PutBytesLE and PutByteBE, they were
41         overwriting memory that was out of range.    
42
43         Fix based on patch from Luis Gomes.
44
45         A couple of fixes to compile with MS.NET 2.0 (from Luis as well). 
46
47 2007-04-06  Miguel de Icaza  <miguel@novell.com>
48
49         * a.cs: Test this stuff.
50
51         * DataConverter.cs: Implement Paolo's suggestion: provide a
52         PutBytes interface that stores data into an existing byte array
53         and make the GetBytes operations be wrappers around PutBytes. 
54
55 2005-06-05  Kornél Pál <kornelpal@hotmail.com>
56
57         * Runtime.cs: Added GetDisplayName:
58         Returns the name and version of the runtime for reporting.
59         This method is intended for public use using reflection.
60
61 2004-05-22  Todd Berman  <tberman@sevenl.net>
62
63         * Runtime.cs: Add this back, gnome# needs it. Mark everything internal.
64
65 2002-10-08  Miguel de Icaza  <miguel@ximian.com>
66
67         * Runtime.cs: New file.
68