Commit Graph

8 Commits

Author SHA1 Message Date
Julien Fischer
b2415d841b Documentation improvements for non-C backends.
README.CSharp:
	Delete the note about the C# backend being an experimental feature.

	Add a paragraph describing the situation with different versions
	of the .NET libraries on Mono.

	Emphasise that you must use mmc --make with the C# backend.

README.Java:
	Delete the note about the Java backend being an experimental feature.

	Emphasise that you must use mmc --make with the Java backend.

README.Erlang:
	Emphasise that you must use mmc --make with the Erlang backend.

configure.ac:
	Reword the documentation of --with-csharp-compiler.
2013-05-28 13:33:20 +10:00
Julien Fischer
b995aebcc0 Update email addresses and URLs.
.README.in:
BUGS:
README.CSharp:
README.DotNet:
README.Erlang:
README.Java:
README.ThreadScope:
compiler/notes/todo.html:
doc/faq.texi:
doc/make_manpage:
	As above.
2013-04-24 16:13:59 +10:00
Peter Wang
c5aa9f8478 Fix typos in documentation for building the compiler in non-C grades.
README.CSharp:
README.Erlang:
README.Java:
	As above.
2013-01-08 10:35:16 +11:00
Julien Fischer
937cb7a512 Fix bug #261: document how to build the compiler in non-C grades.
README.CSharp:
README.Java:
README.Erlang:
	Document how to build the Mercury compiler using the non-C grades.
2013-01-07 16:46:35 +11:00
Peter Ross
06708ee186 Remove documentation about how to sign the assemblies, as we sign them now.
Estimated hours taken: 0.1
Branches: main, 12.08

README.CSharp:
	Remove documentation about how to sign the assemblies, as we sign them now.
2012-11-22 20:53:35 +00:00
Julien Fischer
aca26c00ea Fix doubled-up words.
Branches: main, 11.07

README.CSharp:
library/builtin.m:
library/exception.m:
	Fix doubled-up words.
2011-07-16 08:13:13 +00:00
Julien Fischer
2931701c1c Improve documentation that describes how to run Mercury csharp grade programs.
Branches: main, 11.01

Improve documentation that describes how to run Mercury csharp grade programs.

README.CSharp:
	Describe how to run Mercury csharp grade programs with Mono and .NET
	separately.

	Mention that with Mono on Unix we will create a wrapper script.

	Describe how to run Mercury csharp grade program with .NET on Windows.
	(In particularly, describe how add the Mercury standard library assemblies
	to the GAC manually.)
2011-02-15 06:07:27 +00:00
Peter Wang
91b78d6738 Make it possible to install and use the csharp.ssdebug grade.
Branches: main

Make it possible to install and use the csharp.ssdebug grade.

Mmake.workspace:
        Never try to link with `mer_rt' in C# grades.

browser/Mmakefile:
mdbcomp/Mmakefile:
ssdb/Mmakefile:
        Use `mmc --make' to install these libraries in `csharp' grades.

        Don't add C libraries to MLLIBS in non-C or asm grades.

browser/Mercury.options:
ssdb/Mercury.options:
        "EXTRA_LIBRARIES-libname" doesn't actually work with `mmc --make',
        but "LIBRARIES-name" does.

library/exception.m:
ssdb/ssdb.m:
        Handle EXCP events in C# grades.

        Trap SIGINT when running ssdb in C# grades.

        Add `exit_process' implementation.

browser/declarative_execution.m:
browser/listing.m:
        Add stubs for C#.

README.CSharp:
        Document the C# backend.

README.DotNet:
        Add a pointer to README.CSharp.

README.Erlang:
README.Java:
        Remove a non-sensical paragraph.

.INSTALL.in:
configure.in:
        Add `--enable-csharp-grade' option.

        Make `configure --enable-ssdebug-grades' add `csharp.ssdebug'
        to the list of library grades.
2010-10-26 04:59:10 +00:00