diff options
author | Timothy Gu <timothygu99@gmail.com> | 2014-04-27 03:26:41 (GMT) |
---|---|---|
committer | Timothy Gu <timothygu99@gmail.com> | 2014-04-27 03:26:41 (GMT) |
commit | 1fb8ff6fa639e94fcb87b38c9a7b8159fc9ea9e0 (patch) | |
tree | fc706d51625d605e3cb485e48030fdffbf2852f5 /doc | |
parent | c0069b79aa9d515eae26db57fcc0d5304ad68883 (diff) | |
download | mxe-1fb8ff6fa639e94fcb87b38c9a7b8159fc9ea9e0.zip mxe-1fb8ff6fa639e94fcb87b38c9a7b8159fc9ea9e0.tar.gz mxe-1fb8ff6fa639e94fcb87b38c9a7b8159fc9ea9e0.tar.bz2 |
Update GMSL to 1.1.5
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/gmsl.html | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/gmsl.html b/doc/gmsl.html index accdd16..540d51e 100644 --- a/doc/gmsl.html +++ b/doc/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 3</span>.<br> +below). The current version is <span style="font-family: monospace;">1 1 5</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) @@ -488,7 +488,11 @@ Returns: The integer divided by 2<br> 2: An integer<br> Returns: The sequence [arg1 arg2] if arg1 >= arg2 or [arg2 arg1] if arg2 > arg1<br> </span> - +<hr><b>dec2hex, dec2bin, dec2oct</b><br> +<br> +<span style="font-family: monospace;">Arguments: 1: An integer<br> +Returns The decimal argument converted to hexadecimal, binary or<br> +</span> <hr style="width: 100%; height: 2px;"><span style="font-family: monospace;"></span> <h2>Associative Arrays</h2> An associate array maps a key value (a string with no spaces in it) to @@ -685,7 +689,7 @@ result in name and arguments being traced.<br> </table> <span style="font-family: monospace;"></span><br> <hr> -Copyright (c) 2005-2012 <a href="http://www.jgc.org/">John Graham-Cumming</a>.<br> +Copyright (c) 2005-2014 <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> |