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