2010-03-02 Jb Evain <jbevain@novell.com>
[mcs.git] / class / Mono.Cecil.Mdb / ChangeLog
blob7713cc5bb110cb087373b5cbf81c42d95f2d11e7
1 2010-01-20  Rolf Bjarne Kvinge  <RKvinge@novell.com>
3         * Makefile: Specify the path to Mono.Cecil.dll when referencing it.
5 2009-02-02  Jb Evain  <jbevain@novell.com>
7         * Mono.Cecil.Mdb/MdbWriter.cs: add a GetDebugHeader method
8                 that will be used by the image writer.
10 2008-11-11  Sebastien Pouliot  <sebastien@ximian.com>
12         * Mono.Cecil.Mdb/MdbFactory.cs: Wrap any MonoSymbolFileException
13         into a FormatException since callers can't catch the former (at least
14         not without catching Exception).
16 2008-10-17  Jb Evain  <jbevain@novell.com>
18         * Mono.Cecil.Mdb/MdbWriter.cs: Adjust to Cecil changes.
20 2008-06-07  Martin Baulig  <martin@ximian.com>
22         * Mono.Cecil.Mdb/MdbReader.cs: Reflect latest symbol
23         reader changes.
25         * Mono.Cecil.Mdb/MdbWriter.cs: Reflect latest symbol
26         writer changes.
28 2008-05-28  Martin Baulig  <martin@ximian.com>
30         * Mono.Cecil.Mdb/MdbReader.cs: Reflect latest symbol
31         reader changes.
33 2008-05-05  Martin Baulig  <martin@ximian.com>
35         * Mono.Cecil.Mdb/MdbWriter.cs: Reflect latest symbol writer
36         changes; DefineLocalVariables() doesn't take a signature anymore.
38         * Mono.Cecil.Mdb/MdbReader.cs: Reflect latest symbol writer
39         changes; use CodeBlockEntry instead of LexicalBlockEntry.
41 2008-04-19  Sebastien Pouliot  <sebastien@ximian.com>
43         * Mono.Cecil.Mdb/MdbReader.cs: Update wrt interface change (i.e.
44         Read now provide a Dictionary to reuse the existing Hashtable
45         between offsets and instructions).
47 2008-04-08  Sebastien Pouliot  <sebastien@ximian.com>
49         * Mono.Cecil.Mdb/MdbReader.cs:
50                 Make sure we set variables names even if the scope
51                 information is missing.
53 2007-08-28  Jb Evain  <jbevain@novell.com>
55         * Mono.Cecil.Mdb/MdbWriter.cs:
56                 Rewrite variables infos.
58 2007-08-27  Jb Evain  <jbevain@novell.com>
60         * Mono.Cecil.Mdb/MdbWriter.cs:
61                 Rewrite using the direct mdb api.
63 2007-02-21  Jb Evain  <jb@nurv.fr>
65         * Start working on local var debug infos emitting.
67 2006-09-24  Jb Evain  <jbevain@gmail.com>
69         * start some work on the reader.
71 2006-09-19  Jb Evain  <jbevain@gmail.com>
73         * first checkin in SVN:
74                 This is the assembly to support reading and writing
75                 from Mono's mdb symbol store.