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