Commit Graph

11 Commits

Author SHA1 Message Date
Adrian Wong
7e14049e13 Fix missing open parenthesis in README.md.
README.md:
    As above.
2020-11-06 12:20:33 +11:00
Peter Wang
fc4c747386 Delete references to Erlang backend in documentation.
.INSTALL.in:
.nocopyright:
BUGS:
README.Erlang:
README.MS-VisualC:
README.MacOS:
README.MinGW:
README.md:
doc/reference_manual.texi:
doc/user_guide.texi:
    As above.

NEWS:
    Announce removal of Erlang backend.
2020-10-27 10:56:10 +11:00
Julien Fischer
ff39b3463b Remove legacy support for the Alpha architecture.
README.Linux-Alpha:
runtime/machdeps/ALPHA_REGS:
runtime/machdeps/alpha_regs.h:
runtime/machdeps/alpha_regtest:
    Delete these files.

configure.ac:
runtime/Mmakefile:
runtime/mercury_goto.h:
runtime/mercury_regs.h:
README.md:
README.Linux:
README.Linux-PPC:
    Delete or update references to the Alpha architecture.

NEWS:
    Announce the above.

scripts/mgnuc.in:
    Unrelated: update a comment.
2020-10-18 16:35:52 +11:00
Sebastian Godelet
ec548e4a45 Add Docker readme 2019-01-02 12:30:56 +00:00
Peter Wang
04ad98c7b4 Support OpenBSD.
configure.ac:
    Set flags to build Boehm GC with threads support and parallel
    marking.

    Prevent use of "__thread" storage class specifier on OpenBSD;
    it does not work.

    Enable shared libraries on OpenBSD.

README.OpenBSD:
    New file.

.README.in:
README.md:
    Mention README.OpenBSD.

.nocopyright:
    Add README.OpenBSD.
2018-03-01 17:52:38 +11:00
Julien Fischer
f169071bea Fix an incomplete sentence in README.md:
README.md:
	As above.
2015-01-05 16:54:11 +11:00
Paul Bone
0efd461861 Make Julien's review suggestions
README.md:
    Remove references to lcc (hasn't been tried with Mercury for years)
    and the old .NET backend from README.md (likely to cause confusion
    more than anything else).

README.md:
README.IRIX-5:
    Remove the references to IRIX-5 (including the file README.IRIX-5)
    completely.  IRIX is pretty much dead, this documentation is pretty
    much clutter at this point.

README.AIX:
README.HPUX:
    Replacing the contents of README.HPUX and README.AIX to say that
    Mercury (to the best of our knowledge) hasn't been tried with recent
    versions of those OSs.
2014-05-28 12:39:42 +10:00
Peter Wang
4a5b97ce4c Edit README.md
README.md:
    Fixed whitespace.

    Made more succinct.
2014-05-28 12:30:13 +10:00
Paul Bone
154cdf195b Make a number of changes to the README.md file
README.md:
    Reorder the list or README files to that they occur from most relevant
    to new users to least relevant.  In particular put commonly-used
    backends and platforms earlier in the list.

    Provide some introductory text that introduce the user to the multiple
    backends available.

    Add further links to more information such as the documentation.

    Add text so that the file reads more natrually.
2014-05-27 14:32:55 +10:00
Sebastian Godelet
23c47465d2 README.md changes
README.md:
    Changed intro to www.mercurylang.org introduction.

    Added a NOTES and LIMITATIONS section.

    Added a link to the README.bootstrap.
2014-05-27 14:31:36 +10:00
Sebastian Godelet
8a819ea004 Create README.md
(Commit log by Paul Bone)

Github will automatically format and display a file named README.md in the
root directory of any project.  This can be helpful to, at a minimum, direct
anyone browsing github to the project's website.  Sebastian has contributed
the following README.md.

README.md:
    New markdown-formatted README file for github.
2014-05-27 14:31:36 +10:00