Skip to content

Commit e0524b8

Browse files
committed
Ugh, I had the GPL here, its the LGPL
svn path=/trunk/mono/; revision=2522
1 parent 1cd81fc commit e0524b8

File tree

7 files changed

+506
-4
lines changed

7 files changed

+506
-4
lines changed

COPYING.LIB

+485
Large diffs are not rendered by default.

doc/anoncvs

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
<pre>
1818
export CVSROOT=:pserver:[email protected]:/mono
19+
cvs login
1920
cvs -z3 co mcs mono gtk-sharp
2021
</pre>
2122

doc/contributing

+9
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@
2727

2828
You can get it <a href="http://msdn.microsoft.com/downloads/default.asp?url=/downloads/sample.asp?url=/msdn-files/027/000/976/msdncompositedoc.xml&frame=true">here</a>
2929

30+
If you are new to .NET, writing regression tests is a good way
31+
of starting to contribute: it will help you get used to C# as
32+
well as getting comfortable with the .NET APIs.
33+
34+
This helps because at this point you might be the best
35+
qualified person to fix a problem found by the regression
36+
test, or you might have a new class to implement in the .NET
37+
world that only has a test suite.
38+
3039
** Bug reporting
3140

3241
If you find bugs in Mono, please make sure you enter a bug

mono/interpreter/mint.1

+1-3
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,6 @@ Debugs the method whose name is `method'
4141
.I "--opcode-count"
4242
Displays the number of opcodes executed
4343
.PP
44-
If no flags are specified the program dumps the content of the image
45-
in a format that can be used to rountrip the code.
4644
.SH FILES
4745
Assemblies are lodaed from the installation lib directory. If you set
4846
`prefix' to /usr, the assemblies will be located in /usr/lib.
@@ -51,4 +49,4 @@ Visit http://mail.ximian.com/mailman/mono-list for details.
5149
.SH WEB SITE
5250
Visit: http://www.go-mono.com for details
5351
.SH SEE ALSO
54-
.BR monodis(1)
52+
.BR mono(1), monodis(1)

mono/monoburg/Makefile.am

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ CC=$(CC_FOR_BUILD)
44
#noinst_PROGRAMS = sample
55

66
#sample_SOURCES = sample.c
7-
bdir=$(top_builddir)/$(subdir)
87

98
parser.c: $(srcdir)/monoburg.y
109
bison $(srcdir)/monoburg.y -o parser.c

web/anoncvs

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616

1717
<pre>
1818
export CVSROOT=:pserver:[email protected]:/mono
19+
cvs login
1920
cvs -z3 co mcs mono gtk-sharp
2021
</pre>
2122

web/contributing

+9
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@
2727

2828
You can get it <a href="http://msdn.microsoft.com/downloads/default.asp?url=/downloads/sample.asp?url=/msdn-files/027/000/976/msdncompositedoc.xml&frame=true">here</a>
2929

30+
If you are new to .NET, writing regression tests is a good way
31+
of starting to contribute: it will help you get used to C# as
32+
well as getting comfortable with the .NET APIs.
33+
34+
This helps because at this point you might be the best
35+
qualified person to fix a problem found by the regression
36+
test, or you might have a new class to implement in the .NET
37+
world that only has a test suite.
38+
3039
** Bug reporting
3140

3241
If you find bugs in Mono, please make sure you enter a bug

0 commit comments

Comments
 (0)