tag | b3b1db740af541826d648d76fd7721eb716a2df0 | |
---|---|---|
tagger | Nick Wellnhofer <wellnhofer@aevum.de> | Fri Mar 25 10:04:36 2016 +0100 |
object | 788087e7e6a544bdba1e42b5bd30f2761071afed |
Tagging release candidate 3 for 0.5.0.
commit | 788087e7e6a544bdba1e42b5bd30f2761071afed | [log] [tgz] |
---|---|---|
author | Marvin Humphrey <marvin@rectangular.com> | Mon Mar 14 16:05:23 2016 -0700 |
committer | Nick Wellnhofer <wellnhofer@aevum.de> | Fri Mar 25 10:01:38 2016 +0100 |
tree | 9576109fba1c8a5803cf52b869d55e23aba880a4 | |
parent | 7ecc951e8575544ba070581f3754548d80b2d3df [diff] |
Ensure nul-terminated arg to strtod. Inside Str_To_F64 we use strtod, which requires a nul-terminated C string argument. Now that Clownfish Strings consistently lack nul-termination, we need to copy content into a nul-terminated buffer and pass that to strtod.
The Apache Clownfish “symbiotic” object system pairs with “host” programming language environments and facilitates the development of high performance language extensions.
Bindings for the following hosts are under development:
To build and install Apache Clownfish, follow the instructions in the accompanying “INSTALL” document.
The target audience for the current release of Clownfish is developers. Clownfish is developed by the Apache Lucy community, where it is used to provide host language bindings for the Lucy search engine library; we expect that as Clownfish matures it will eventually spin off as an independent project. If you would like to contribute to Clownfish, please join the Lucy developers mailing list.