[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gawk-diffs] [SCM] gawk branch, gawk_mpfr, updated. 98c342179faae6afd034
From: |
John Haque |
Subject: |
[gawk-diffs] [SCM] gawk branch, gawk_mpfr, updated. 98c342179faae6afd0341e5ca65eae00a79c86b7 |
Date: |
Thu, 12 Apr 2012 02:33:47 +0000 |
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gawk".
The branch, gawk_mpfr has been updated
via 98c342179faae6afd0341e5ca65eae00a79c86b7 (commit)
from b99af9ec0835ba702bcf3e62fa36dd76876dc354 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://git.sv.gnu.org/cgit/gawk.git/commit/?id=98c342179faae6afd0341e5ca65eae00a79c86b7
commit 98c342179faae6afd0341e5ca65eae00a79c86b7
Author: john haque <address@hidden>
Date: Wed Apr 11 21:14:37 2012 -0500
Add README_d/README.hacking.
diff --git a/README_d/README.hacking b/README_d/README.hacking
new file mode 100644
index 0000000..dcb5735
--- /dev/null
+++ b/README_d/README.hacking
@@ -0,0 +1,11 @@
+* Use one of the following macros to access the value of a numeric NODE:
+ Macro Returned C type
+ ---------------------------------------
+ get_number_ui(n) unsigned long
+ get_number_si(n) long
+ get_number_d(n) double
+ get_number_uj(n) uintmax_t
+
+* Use iszero(n) to test if a numeric NODE is zero.
+
+
\ No newline at end of file
-----------------------------------------------------------------------
Summary of changes:
README_d/README.hacking | 11 +++++++++++
1 files changed, 11 insertions(+), 0 deletions(-)
create mode 100644 README_d/README.hacking
hooks/post-receive
--
gawk
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [gawk-diffs] [SCM] gawk branch, gawk_mpfr, updated. 98c342179faae6afd0341e5ca65eae00a79c86b7,
John Haque <=