Up to [cvs.NetBSD.org] / pkgsrc / devel / R-brio
Request diff between arbitrary revisions
Default branch: MAIN
Current tag: MAIN
Revision 1.5 / (download) - annotate - [select for diffs], Sun Mar 13 08:19:51 2022 UTC (12 months, 2 weeks ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2023Q1-base,
pkgsrc-2023Q1,
pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2,
pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
HEAD
Changes since 1.4: +4 -4
lines
Diff to previous 1.4 (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.4 / (download) - annotate - [select for diffs], Tue Oct 26 10:14:02 2021 UTC (17 months ago) by nia
Branch: MAIN
CVS Tags: pkgsrc-2021Q4-base,
pkgsrc-2021Q4
Changes since 1.3: +2 -2
lines
Diff to previous 1.3 (colored)
archivers: Replace RMD160 checksums with BLAKE2s checksums All checksums have been double-checked against existing RMD160 and SHA512 hashes Could not be committed due to merge conflict: devel/py-traitlets/distinfo The following distfiles were unfetchable (note: some may be only fetched conditionally): ./devel/pvs/distinfo pvs-3.2-solaris.tgz ./devel/eclipse/distinfo eclipse-sourceBuild-srcIncluded-3.0.1.zip
Revision 1.3 / (download) - annotate - [select for diffs], Thu Oct 7 13:38:57 2021 UTC (17 months, 3 weeks ago) by nia
Branch: MAIN
Changes since 1.2: +1 -2
lines
Diff to previous 1.2 (colored)
devel: Remove SHA1 hashes for distfiles
Revision 1.2 / (download) - annotate - [select for diffs], Sat Jun 5 04:28:38 2021 UTC (21 months, 3 weeks ago) by mef
Branch: MAIN
CVS Tags: pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2
Changes since 1.1: +5 -5
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 (2 years, 3 months 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.