diff options
author | Gregorio Litenstein <g.litenstein@gmail.com> | 2019-10-19 19:57:31 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2019-10-20 02:01:00 (GMT) |
commit | 663a68f30be8ae6652567631ac8e605224ddf50c (patch) | |
tree | 75b50cd32f8e0dfb1ce611f0a8de4be979130095 /docs/gmsl.html | |
parent | 845ac62062bcf9d64941e61a488a005e1007a6ef (diff) | |
download | mxe-663a68f30be8ae6652567631ac8e605224ddf50c.zip mxe-663a68f30be8ae6652567631ac8e605224ddf50c.tar.gz mxe-663a68f30be8ae6652567631ac8e605224ddf50c.tar.bz2 |
Update config.guess and gmsl
We’re currently using two-(almost and-a-half) year old versions.
The new config.guess supports musl among other stuff.
Diffstat (limited to 'docs/gmsl.html')
-rw-r--r-- | docs/gmsl.html | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/docs/gmsl.html b/docs/gmsl.html index 494d7f3..6be5679 100644 --- a/docs/gmsl.html +++ b/docs/gmsl.html @@ -22,7 +22,7 @@ include the GMSL in your Makefile do<br> you have the right version of <span style="font-family: monospace;">gmsl</span> use the <span style="font-family: monospace;">gmsl_compatible</span> function (see -below). The current version is <span style="font-family: monospace;">1 1 7</span>.<br> +below). The current version is <span style="font-family: monospace;">1 1 6</span>.<br> <br> The GMSL package also includes a test suite for GMSL. Just run <span style="font-family: monospace;">make -f gmsl-tests</span>.<br> <h2>Logical Operators</h2>GMSL has boolean $(true) (a non-empty string) @@ -393,6 +393,25 @@ integer<br> Returns: Returns the integer division of the first argument by the second<br> </span> +<hr><b>int_modulo</b><br> +<br> +<span style="font-family: monospace;">Arguments: 1: A number in x's +representation<br> + 2: Another +number in x's represntation<br> +Returns: Returns the remainder of integer division of +argument 1 divided<br> + by +argument 2 in x's representation<br> +</span> +<hr><b>modulo (wrapped version of int_modulo)</b><br> +<br> +<span style="font-family: monospace;">Arguments: 1: An integer<br> + 2: Another +integer<br> +Returns: Returns the remainder of integer division of the first +argument by the second<br> +</span> <hr><b>int_max, int_min</b><br> <br> <span style="font-family: monospace;">Arguments: 1: A number in x's @@ -696,7 +715,7 @@ result in name and arguments being traced.<br> </table> <span style="font-family: monospace;"></span><br> <hr> -Copyright (c) 2005-2014 <a href="http://www.jgc.org/">John Graham-Cumming</a>.<br> +Copyright (c) 2005-2018 <a href="http://www.jgc.org/">John Graham-Cumming</a>.<br> <hr style="width: 100%; height: 2px;"> <table style="width: 100%; text-align: left;" border="0" cellpadding="2" cellspacing="2"> <tbody> |