Dummy methods and fields
[mono.git] / mcs / ChangeLog
1 2003-02-16  Martin Baulig  <martin@ximian.com>
2
3         * docs/compiler: Added a few works about the new `Location' code.
4
5 2003-02-15  Nick Drochak  <ndrochak@gol.com>
6
7         * makefile.gnu: Add testcorlib target to run just the corlib unit tests.
8
9 2003-02-10  Nick Drochak  <ndrochak@gol.com>
10
11         * makefile: Add testcorlib target to run just the corlib unit tests.
12
13 2003-01-16  Nick Drochak <ndrochak@gol.com>
14
15         * makefile.gnu: Add corlib target to just build that.
16
17 2003-01-14  Duncan Mak  <duncan@ximian.com>
18
19        * ilasm/parser/ScannerAdapter.cs: Remove the cleanup method now that
20        it's no longer in the interface.
21
22 2003-01-13  Duncan Mak  <duncan@ximian.com>
23
24         * ilasm/parser/ScannerAdapter.cs: Implement the new cleanup method
25         in the tokenizer. This fixes the build.
26
27 2003-01-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>
28
29         * README.building: New file.
30         * makefile.gnu: install README.building file.
31
32 2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>
33
34         * AUTHORS: add myself to class library list
35
36 2002-12-15  Alp Toker  <alp@atoker.com>
37
38         * makefile.gnu: make sure mcs is in PATH, otherwise tell user to read
39         INSTALL.txt
40
41 2002-12-10  Daniel Morgan <danmorg@sc.rr.com>
42
43         * makefile
44         * tools/makefile
45         * tools/makefile.gnu: change target
46         from SqlSharpCli.exe
47         to sqlsharp.exe
48
49 2002-12-10  Alp Toker  <alp@atoker.com>
50
51         * ilasm/makefile.gnu: Install ilasm executable with -m 755, not 644
52         * ilasm/makefile: ditto
53
54 2002-12-10  Gaurav Vaish  <gvaish_mono@lycos.com>
55
56         * AUTHORS: Corrected my email-ID.
57
58 2002-11-29  Daniel Morgan  <danmorg@sc.rr.com>
59
60         * INSTALL: renamed to INSTALL.txt because INSTALL 
61         interferred with "make install" on windows
62         
63         * makefile: changes to get "make install" work 
64         on windows
65         
66         * class/makefile.gnu: flush
67         
68         * ilasm/makefile: updated for windows build
69         
70         * monoresgen/makefile: updated for windows build
71         
72         * tools/SqlSharp/SqlSharpCli.build: flush
73         
74         * winexe.in: add file to be template for executable assemblies
75         to be installed on windows via "make install" by providing
76         a script that runs mono and the assembly 
77         like mcs runs mono mcs.exe 
78         
79 2002-11-28  Daniel Morgan  <danmorg@sc.rr.com>
80
81         * makefile.gnu: added tools directory to linux build
82
83         * tools/makefile.gnu: added new file to built tools and install.
84         dist works too.  test is just blank.
85
86 2002-11-16  Martin Baulig  <martin@ximian.com>
87
88         * makefile.gnu: `binary-snapshot' is now an alias for `dist'.
89         Please update your scripts, the `dist' target will disappear soon.
90
91 2002-11-09  Nick Drochak  <ndrochak@gol.com>
92
93         * makefile: have test target be smart about windows/linux
94
95 2002-11-07  Nick Drochak  <ndrochak@gol.com>
96
97         * makefile: for the clean target, handle linux and windows differently.
98
99 2002-10-13  Daniel Morgan <danmorg@sc.rr.com>
100
101         * class/library.build: added Mono.Data.SqliteClient
102         directory to windows build
103
104 2002-10-10  Daniel Morgan <danmorg@sc.rr.com>
105
106         * class/library.build: added Mono.Data.MySql directory to windows build.
107
108 2002-10-10  Rodrigo Moya <rodrigo@ximian.com>
109
110         * class/makefile.gnu: added Mono.Data.MySql directory to linux build.
111
112 2002-10-09  Rodrigo Moya <rodrigo@ximian.com>
113
114         * class/makefile.gnu: added System.Data.Odbc directory.
115
116 2002-09-14  Piers Haken <piersh@friskit.com>
117
118         * */makefile.gnu:
119                 use $(topdir)
120                 build nunit into $(topdir)/class/lib
121
122 2002-08-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>
123
124         * makefile.gnu:
125         * class/library.make:
126         * class/makefile.gnu:
127         * class/I18N/makefile.gnu
128         * class/corlib/makefile.gnu:
129         * class/corlib/Test/ChangeLog:
130         * class/corlib/Test/corlib_linux_test.args:
131         * class/corlib/Test/makefile.gnu:
132         * class/corlib/Test/run_test.sh:
133         * jay/makefile.gnu:
134         * mcs/makefile.gnu:
135         * monoresgen/makefile.gnu:
136         * nunit/makefile.gnu:
137
138         Allow running 'make -f makefile.gnu test' from top directory.
139         In the libraries makefile.gnu you just have to add TEST_DIR=dirname
140         with the name where tests reside.
141
142 2002-08-23  Martin Baulig  <martin@gnome.org>
143
144         * class/makefile.gnu: Add class/Mono.CSharp.Debugger to the build.
145
146 2002-08-13  Piers Haken <piersh@friskit.com>
147
148         * class/library.make: merge back original makefile.gnu behavior
149         * */makefile.gnu: merge back original makefile.gnu behavior
150
151 2002-08-12  Piers Haken <piersh@friskit.com>
152
153         * class/library.make: use 'find' to specify source files, instead of static files
154         * */makefile.gnu: specify include/exclude patterns for source files
155
156 2002-08-07  Peter Williams  <peterw@ximian.com>
157
158         * class/library.make (.makefrag): Fix this rule a bit; was using
159         $^ instead of $<
160
161 2002-07-29  Peter Williams  <peterw@ximian.com>
162
163         * makefile.gnu: 'make install' wasn't actually working due to $@,
164         fix it.
165
166 2002-07-29  Martin Baulig  <martin@gnome.org>
167
168         * makefile.gnu: Don't force people to install.  The default must also
169         be `all' and not `install'.
170
171 2002-07-26  Alp Toker  <alp@atoker.com>
172
173         * INSTALL: Wrote a guide to mcs installation.
174         * README: Updated to reflect the new INSTALL guide.
175
176 2002-07-23  Alp Toker  <alp@atoker.com>
177
178         * makefile.gnu: Added an install target (which sets permissions and
179         respects prefix) and a dist target which produces a tarball. Also
180         fixed a few other makefile issues.
181
182 2002-07-22  Peter Williams  <peterw@ximian.com>
183
184         * class/library.make: Oops, the deps weren't right -- touching a .cs
185         file didn't cause the libraries to be rebuilt.
186         (clean): Robustify this rule a bit.
187
188 2002-07-20  Martin Baulig  <martin@gnome.org>
189
190         * class/makefile.gnu: Added System.Data.
191
192 2002-07-20  Martin Baulig  <martin@gnome.org>
193
194         * class/library.make: Put $(MONO_PATH_PREFIX) in front of the MONO_PATH.
195
196         * class/*/makefile.gnu: Set MONO_PATH_PREFIX=../lib:
197
198 2002-07-19  Martin Baulig  <martin@gnome.org>
199
200         * makefile.gnu (DIRS): Added nunit.
201
202 2002-07-19  Martin Baulig  <martin@gnome.org>
203
204         Added the super-cool set of makefiles from Peter Williams which run on
205         GNU/Linux without NAnt.  I named them `makefile.gnu' and not `GNUmakefile'
206         since this won't break the windows build.
207
208         To compile stuff on GNU/Linux, just do a `make -f makefile.gnu'.
209
210         * mcs-tool, */makefile.gnu, class/library.make: New files.
211
212 2002-07-19  Martin Baulig  <martin@gnome.org>
213
214         * */makefile (NANT): Use a variable `NANT' so the user can override it with
215         `make NANT=/usr/local/bin/NAnt.exe'.
216
217 2002-05-09  Daniel Morgan <danmorg@sc.rr.com>
218
219         * AUTHORS: add me to class libraries list
220
221 2002-03-26  Dick Porter  <dick@ximian.com>
222
223         * makefile (linux): Abandon the build if any of the subdir makes fail
224
225 2002-03-07  Nick Drochak  <ndrochak@gol.com>
226
227         * makefile: Change order of build so corlib is built before nunit since
228         Nunit needs corlib now.
229
230 2002-02-14  Nick Drochak  <ndrochak@gol.com>
231
232         * makefile: Build mcs/doctools too when one does 'make'
233
234 2002-01-20 Nick Drochak  <ndrochak@gol.com>
235
236         * on the 'test' target, make sure NUnit is built first before building
237         and running tests
238
239 2002-01-20 Nick Drochak  <ndrochak@gol.com>
240
241         * add nunit directory to the list of dirs to build in