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