mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 01:13:30 +00:00
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.
38 lines
520 B
Plaintext
38 lines
520 B
Plaintext
.INSTALL.in
|
|
.README.in
|
|
.cvsignore
|
|
config.sub
|
|
config.guess
|
|
NEWS
|
|
WORK_IN_PROGRESS
|
|
.mode-constraints-sync-tag
|
|
.reuse_trunk_sync_tag
|
|
.dotnet_foreign_trunk_sync_tag
|
|
BUGS
|
|
HISTORY
|
|
INSTALL_CVS
|
|
RELEASE_NOTES
|
|
README
|
|
README.AIX
|
|
README.BSDI
|
|
README.DotNet
|
|
README.Cygwin
|
|
README.Erlang
|
|
README.FreeBSD
|
|
README.HPUX
|
|
README.IRIX-5
|
|
README.Java
|
|
README.lcc
|
|
README.Linux
|
|
README.Linux-Alpha
|
|
README.Linux-m68k
|
|
README.Linux-PPC
|
|
README.MacOS
|
|
README.MinGW
|
|
README.MS-VisualC
|
|
README.MS-Windows
|
|
README.OSF1
|
|
README.Solaris
|
|
README.ssdebug
|
|
README.CSharp
|