Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 01054d1d33b6772b58bb01a61e5fd6385d6a468f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
2003-02-16  Martin Baulig  <martin@ximian.com>

	* docs/compiler: Added a few works about the new `Location' code.

2003-02-15  Nick Drochak  <ndrochak@gol.com>

        * makefile.gnu: Add testcorlib target to run just the corlib unit tests.

2003-02-10  Nick Drochak  <ndrochak@gol.com>

	* makefile: Add testcorlib target to run just the corlib unit tests.

2003-01-16  Nick Drochak <ndrochak@gol.com>

	* makefile.gnu: Add corlib target to just build that.

2003-01-14  Duncan Mak  <duncan@ximian.com>

       * ilasm/parser/ScannerAdapter.cs: Remove the cleanup method now that
       it's no longer in the interface.

2003-01-13  Duncan Mak  <duncan@ximian.com>

	* ilasm/parser/ScannerAdapter.cs: Implement the new cleanup method
	in the tokenizer. This fixes the build.

2003-01-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* README.building: New file.
	* makefile.gnu: install README.building file.

2003-01-09  Sebastien Pouliot  <spouliot@videotron.ca>

	* AUTHORS: add myself to class library list

2002-12-15  Alp Toker  <alp@atoker.com>

	* makefile.gnu: make sure mcs is in PATH, otherwise tell user to read
	INSTALL.txt

2002-12-10  Daniel Morgan <danmorg@sc.rr.com>

	* makefile
	* tools/makefile
	* tools/makefile.gnu: change target
	from SqlSharpCli.exe
	to sqlsharp.exe

2002-12-10  Alp Toker  <alp@atoker.com>

	* ilasm/makefile.gnu: Install ilasm executable with -m 755, not 644
	* ilasm/makefile: ditto

2002-12-10  Gaurav Vaish  <gvaish_mono@lycos.com>

	* AUTHORS: Corrected my email-ID.

2002-11-29  Daniel Morgan  <danmorg@sc.rr.com>

	* INSTALL: renamed to INSTALL.txt because INSTALL 
	interferred with "make install" on windows
	
	* makefile: changes to get "make install" work 
	on windows
	
	* class/makefile.gnu: flush
	
	* ilasm/makefile: updated for windows build
	
	* monoresgen/makefile: updated for windows build
	
	* tools/SqlSharp/SqlSharpCli.build: flush
	
	* winexe.in: add file to be template for executable assemblies
	to be installed on windows via "make install" by providing
	a script that runs mono and the assembly 
	like mcs runs mono mcs.exe 
	
2002-11-28  Daniel Morgan  <danmorg@sc.rr.com>

	* makefile.gnu: added tools directory to linux build

	* tools/makefile.gnu: added new file to built tools and install.
        dist works too.  test is just blank.

2002-11-16  Martin Baulig  <martin@ximian.com>

	* makefile.gnu: `binary-snapshot' is now an alias for `dist'.
	Please update your scripts, the `dist' target will disappear soon.

2002-11-09  Nick Drochak  <ndrochak@gol.com>

	* makefile: have test target be smart about windows/linux

2002-11-07  Nick Drochak  <ndrochak@gol.com>

	* makefile: for the clean target, handle linux and windows differently.

2002-10-13  Daniel Morgan <danmorg@sc.rr.com>

	* class/library.build: added Mono.Data.SqliteClient
	directory to windows build

2002-10-10  Daniel Morgan <danmorg@sc.rr.com>

	* class/library.build: added Mono.Data.MySql directory to windows build.

2002-10-10  Rodrigo Moya <rodrigo@ximian.com>

	* class/makefile.gnu: added Mono.Data.MySql directory to linux build.

2002-10-09  Rodrigo Moya <rodrigo@ximian.com>

	* class/makefile.gnu: added System.Data.Odbc directory.

2002-09-14  Piers Haken <piersh@friskit.com>

	* */makefile.gnu:
		use $(topdir)
		build nunit into $(topdir)/class/lib

2002-08-27  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* makefile.gnu:
	* class/library.make:
	* class/makefile.gnu:
	* class/I18N/makefile.gnu
	* class/corlib/makefile.gnu:
	* class/corlib/Test/ChangeLog:
	* class/corlib/Test/corlib_linux_test.args:
	* class/corlib/Test/makefile.gnu:
	* class/corlib/Test/run_test.sh:
	* jay/makefile.gnu:
	* mcs/makefile.gnu:
	* monoresgen/makefile.gnu:
	* nunit/makefile.gnu:

	Allow running 'make -f makefile.gnu test' from top directory.
	In the libraries makefile.gnu you just have to add TEST_DIR=dirname
	with the name where tests reside.

2002-08-23  Martin Baulig  <martin@gnome.org>

	* class/makefile.gnu: Add class/Mono.CSharp.Debugger to the build.

2002-08-13  Piers Haken <piersh@friskit.com>

	* class/library.make: merge back original makefile.gnu behavior
	* */makefile.gnu: merge back original makefile.gnu behavior

2002-08-12  Piers Haken <piersh@friskit.com>

	* class/library.make: use 'find' to specify source files, instead of static files
	* */makefile.gnu: specify include/exclude patterns for source files

2002-08-07  Peter Williams  <peterw@ximian.com>

	* class/library.make (.makefrag): Fix this rule a bit; was using
	$^ instead of $<

2002-07-29  Peter Williams  <peterw@ximian.com>

	* makefile.gnu: 'make install' wasn't actually working due to $@,
	fix it.

2002-07-29  Martin Baulig  <martin@gnome.org>

	* makefile.gnu: Don't force people to install.  The default must also
	be `all' and not `install'.

2002-07-26  Alp Toker  <alp@atoker.com>

	* INSTALL: Wrote a guide to mcs installation.
	* README: Updated to reflect the new INSTALL guide.

2002-07-23  Alp Toker  <alp@atoker.com>

	* makefile.gnu: Added an install target (which sets permissions and
	respects prefix) and a dist target which produces a tarball. Also
	fixed a few other makefile issues.

2002-07-22  Peter Williams  <peterw@ximian.com>

	* class/library.make: Oops, the deps weren't right -- touching a .cs
	file didn't cause the libraries to be rebuilt.
	(clean): Robustify this rule a bit.

2002-07-20  Martin Baulig  <martin@gnome.org>

	* class/makefile.gnu: Added System.Data.

2002-07-20  Martin Baulig  <martin@gnome.org>

	* class/library.make: Put $(MONO_PATH_PREFIX) in front of the MONO_PATH.

	* class/*/makefile.gnu: Set MONO_PATH_PREFIX=../lib:

2002-07-19  Martin Baulig  <martin@gnome.org>

	* makefile.gnu (DIRS): Added nunit.

2002-07-19  Martin Baulig  <martin@gnome.org>

	Added the super-cool set of makefiles from Peter Williams which run on
	GNU/Linux without NAnt.  I named them `makefile.gnu' and not `GNUmakefile'
	since this won't break the windows build.

	To compile stuff on GNU/Linux, just do a `make -f makefile.gnu'.

	* mcs-tool, */makefile.gnu, class/library.make: New files.

2002-07-19  Martin Baulig  <martin@gnome.org>

	* */makefile (NANT): Use a variable `NANT' so the user can override it with
	`make NANT=/usr/local/bin/NAnt.exe'.

2002-05-09  Daniel Morgan <danmorg@sc.rr.com>

	* AUTHORS: add me to class libraries list

2002-03-26  Dick Porter  <dick@ximian.com>

	* makefile (linux): Abandon the build if any of the subdir makes fail

2002-03-07  Nick Drochak  <ndrochak@gol.com>

	* makefile: Change order of build so corlib is built before nunit since
	Nunit needs corlib now.

2002-02-14  Nick Drochak  <ndrochak@gol.com>

	* makefile: Build mcs/doctools too when one does 'make'

2002-01-20 Nick Drochak  <ndrochak@gol.com>

	* on the 'test' target, make sure NUnit is built first before building
	and running tests

2002-01-20 Nick Drochak  <ndrochak@gol.com>

	* add nunit directory to the list of dirs to build in