Skip to content

Commit 97c1e1c

Browse files
committed
Update CHANGELOG
1 parent c065df1 commit 97c1e1c

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,22 @@
44
* new Truffle interop converts `double` values to `int` values if they fit in the integer range
55
* see the changes in the [spec tests](https://github.com/oracle/fastr/commit/e08e2b19571479dddb6167d9a1d492a14cb4c7b2#diff-c842fa11097793b19bd410589c36af99)
66

7+
Added missing R builtins and C APIa
8+
9+
* simple support for the weak reference API functions (`R_MakeWeakRef`, `R_MakeWeakRefC`, `R_WeakRefKey`, `R_WeakRefValue`)
10+
* `Rf_i1mach`
11+
* `gzcon` builtin for `url` connections, e.g., `load(url('protocol://path'))` should work now
12+
* `Sys.localeconv` supports: `decimal_point`, `thousands_sep`, `grouping`, `int_curr_symbol`, `currency_symbol`, `mon_decimal_point`,
13+
`mon_thousands_sep`, `mon_grouping`, `int_frac_digits`, `p_cs_precedes`, other fields are fixed to some meaningful but not culture
14+
sensitive value for given field
15+
716
Bug fixes:
817

918
* `rep.int` with value argument of length 0 just returns the value argument
1019
* `tcrossprod` called from `apply` did not give correct result #60
1120
* `Rf_lengthgets` can accept `NULL` argument
1221
* FastR does not allow Java interop when not started with `--jvm`
1322

14-
Added missing R builtins and C APIa
15-
16-
* simple support for the weak reference API functions (`R_MakeWeakRef`, `R_MakeWeakRefC`, `R_WeakRefKey`, `R_WeakRefValue`)
17-
* `Rf_i1mach`
18-
1923
# 1.0 RC 14
2024

2125
* all FastR specific options (NOT those GNU-R compatible like `--save`) are experimental except for `--R.PrintErrorStacktracesToFile`,

0 commit comments

Comments
 (0)