Displaying 8 results from an estimated 8 matches for "r_atof".
2024 Oct 08
1
WRE about R_strtod
Hello,
This is what "Writing R extensions" currently says about R_atof and
R_strtod:
>> Function: void R_atof (const char* str)
>> Function: void R_strtod (const char* str, char ** end)
>>
>> Implementations of the C99/POSIX functions atof and strtod which
>> guarantee platform-dependent behaviour, including always using the
>> per...
2012 Mar 13
0
111 FIXMEs in main/src
...val.c:    /*  FIXME: This strategy will not work when we are working in
the
eval.c-	data frame defined by the system hash table.  The structure
there
--
format.c:	/* FIXME: we should really test for floorl, also C99.
format.c-	   But FreeBSD 7.x does have it, but not nearbyintl */
--
gram.c:    f = R_atof(s); /* FIXME: make certain the value is
legitimate. */
gram.c-
--
gramLatex.c:    /* FIXME:  check that begin and end match */
gramLatex.c-    setAttrib(ans, R_SrcrefSymbol, makeSrcref(lloc,
SrcFile));
--
gramLatex.y:    /* FIXME:  check that begin and end match */
gramLatex.y-    setAttrib(ans, R_...
2024 Jun 14
0
R 4.4.1 is released
...77dae  VERSION-INFO.dcf
b4cb675deaaeb7299d3b265d218cde43f192951ce5b89b7bb1a5148a36b2d94d  R-4/R-4.4.1.tar.gz
fbd755314a5cc08c57aabff839ff791fb43a9052a2c6524ec3be96075fd34dde  R-4/R-4.4.1.tar.xz
This is the relevant part of the NEWS file
CHANGES IN R 4.4.1:
  C-LEVEL FACILITIES:
    * Functions R_atof and R_strtod declared in header R_ext/Utils.h
      are now documented in 'Writing R Extensions' and so formally part
      of the API.
    * The non-API entry points Rf_setSVector, Rf_StringFalse,
      Rf_StringTrue and Rf_isBlankString have been added to those
      reported by R CMD ch...
2024 Jun 14
0
R 4.4.1 is released
...77dae  VERSION-INFO.dcf
b4cb675deaaeb7299d3b265d218cde43f192951ce5b89b7bb1a5148a36b2d94d  R-4/R-4.4.1.tar.gz
fbd755314a5cc08c57aabff839ff791fb43a9052a2c6524ec3be96075fd34dde  R-4/R-4.4.1.tar.xz
This is the relevant part of the NEWS file
CHANGES IN R 4.4.1:
  C-LEVEL FACILITIES:
    * Functions R_atof and R_strtod declared in header R_ext/Utils.h
      are now documented in 'Writing R Extensions' and so formally part
      of the API.
    * The non-API entry points Rf_setSVector, Rf_StringFalse,
      Rf_StringTrue and Rf_isBlankString have been added to those
      reported by R CMD ch...
2024 Jun 14
0
R 4.4.1 is released
...77dae  VERSION-INFO.dcf
b4cb675deaaeb7299d3b265d218cde43f192951ce5b89b7bb1a5148a36b2d94d  R-4/R-4.4.1.tar.gz
fbd755314a5cc08c57aabff839ff791fb43a9052a2c6524ec3be96075fd34dde  R-4/R-4.4.1.tar.xz
This is the relevant part of the NEWS file
CHANGES IN R 4.4.1:
  C-LEVEL FACILITIES:
    * Functions R_atof and R_strtod declared in header R_ext/Utils.h
      are now documented in 'Writing R Extensions' and so formally part
      of the API.
    * The non-API entry points Rf_setSVector, Rf_StringFalse,
      Rf_StringTrue and Rf_isBlankString have been added to those
      reported by R CMD ch...
2025 Feb 28
0
R 4.4.3 is released
...d=gnu23 or
      -std=gnu2x) with recent compilers including gcc 12-14, Apple
      clang 15-16, LLVM clang 17-20 and Intel icx 2024.2.
      It can be installed with the upcoming (at the time of writing)
      gcc 15, which defaults to C23.
  C-LEVEL FACILITIES:
    * The functions R_strtod and R_atof now allow hexadecimal constants
      without an exponent, for compatibility with their C99 versions
      (PR#18805).
  UTILITIES:
    * R CMD build and R CMD check now allow reference output for demo
      scripts (demo/<demo>.Rout.save files) to be shipped with the
      package, as prop...
2025 Feb 28
0
R 4.4.3 is released
...d=gnu23 or
      -std=gnu2x) with recent compilers including gcc 12-14, Apple
      clang 15-16, LLVM clang 17-20 and Intel icx 2024.2.
      It can be installed with the upcoming (at the time of writing)
      gcc 15, which defaults to C23.
  C-LEVEL FACILITIES:
    * The functions R_strtod and R_atof now allow hexadecimal constants
      without an exponent, for compatibility with their C99 versions
      (PR#18805).
  UTILITIES:
    * R CMD build and R CMD check now allow reference output for demo
      scripts (demo/<demo>.Rout.save files) to be shipped with the
      package, as prop...
2025 Feb 28
0
R 4.4.3 is released
...d=gnu23 or
      -std=gnu2x) with recent compilers including gcc 12-14, Apple
      clang 15-16, LLVM clang 17-20 and Intel icx 2024.2.
      It can be installed with the upcoming (at the time of writing)
      gcc 15, which defaults to C23.
  C-LEVEL FACILITIES:
    * The functions R_strtod and R_atof now allow hexadecimal constants
      without an exponent, for compatibility with their C99 versions
      (PR#18805).
  UTILITIES:
    * R CMD build and R CMD check now allow reference output for demo
      scripts (demo/<demo>.Rout.save files) to be shipped with the
      package, as prop...