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