README.CSharp:
README.Java:
The foreign_proc examples here would result in a purity error.
Fix them so they do not.
README.Cygwin:
Update URLs.
README.AIX:
Delete the bit about the -ansi option; we no longer pass that to
the C compiler anyway.
README.MinGW:
README.MS-VisualC:
Fix grammar.
Branches: main, 11.07
Finalise the NEWS file for the 11.07.1 release.
NEWS:
Mention the bug-fixes for the csharp grade on Cygwin and
also that GCC also now works in C99 mode with Mercury.
README.Cygwin:
Update the list of Windows versions on which the Cygwin
port has been tested.
Estimated hours taken: 0.25
Branches: main
README.Cygwin:
Document how to avoid the "GC Warning: Out of Memory! Returning NIL!"
runtime error, when running under cygwin.
Estimated hours taken: 0.5 (by Jonathan Morgan) + 0.2 (by myself)
Branches: main
README.Cygwin:
Put angle brackets around URLs.
README.Dotnet:
Put angle brackets around URLs and fix inconsistent indentation.
Mention that the IL backend has been tested on .NET 1.1, as well
as 1.0.
Fix the C# foreign_proc example so that it is valid Mercury.
README.MinGW:
README.MS-VisualC:
Mention that the Visual C backend may need the Platform SDK.
Don't be so specific about the Mercury version.
s/ie/i.e./
Estimated hours taken: 7
Branches: main and 0.12
Port Mercury to MinGW.
README.Cygwin:
README.MS-Windows:
README.MinGW:
Move most of README.MS-Windows to README.Cygwin and make
README.MS-Windows refer the user to README.Cygwin, README.MinGW or
README.MS-VisualC.
README.MinGW describes how to install the source distribution under
MSYS.
configure.in:
Configure Mercury for MinGW. Most of the options are the same as
Cygwin.
boehm_gc/Makefile:
Add a workaround to a problem with cp not working properly just
after a file is created on MinGW.
If cygpath is not present (which it isn't on MSYS), then use
/bin/sh to invoke the C compiler.
scripts/mmc.in:
Do not use exec to invoke mercury_compile under MinGW. exec
doesn't seem to understand Windows like paths with a drive
letter in front.