Up to [cvs.NetBSD.org] / pkgsrc / devel / R-brio
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.3 / (download) - annotate - [select for diffs], Sun Mar 13 08:19:51 2022 UTC (3 months, 2 weeks ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
HEAD
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
(devel/R-brio) Updated 1.1.2 to 1.1.3 # brio 1.1.3 * Gábor Csárdi is now the maintainer. * New `write_file_raw()` function to write a raw vector to a file. * Fix memory leak in `read_lines()` (@ms609, #20)
Revision 1.2 / (download) - annotate - [select for diffs], Sat Jun 5 04:28:38 2021 UTC (12 months, 3 weeks ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.1: +5 -2
lines
Diff to previous 1.1 (colored)
(devel/R-brio) Updated 1.1.0 to 1.1.2 # brio 1.1.2 * Input filenames are now automatically converted to UTF-8 from the native encoding (@gaborcsardi, #15) * `read_file_raw()` now closes file handles (@pbarber, #16) # brio 1.1.1 * `file_line_endings()` now works as expected on ARM systems (#8)
Revision 1.1 / (download) - annotate - [select for diffs], Mon Dec 14 03:20:55 2020 UTC (18 months, 2 weeks ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4
devel/R-brio: import R-brio-1.1.0 Functions to handle basic input output, these functions always read and write UTF-8 (8-bit Unicode Transformation Format) files and provide more explicit control over line endings.