Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (2h)  pkgsrc-2024Q1 (8d)  pkgsrc-2023Q4 (55d)  pkgsrc-2023Q2 (88d)  pkgsrc-2023Q3 (167d) 

2024-05-26 10:00:12 UTC Now

2021-02-08 12:20:48 UTC MAIN commitmail json YAML

(devel/R-xfun) Updated 0.19 to 0.20

# CHANGES IN xfun VERSION 0.20

## NEW FEATURES

- Added a function `msg_cat()` to generate a message with `cat()`. See
  the help page `?xfun::msg_cat` for more information.

- Added a function `mark_dirs()` to mark directories with a trailing
  slash in a vector of paths to differentiate them from normal
  filenames (#44).

## BUG FIXES

- `xfun::proc_kill()` failed to work on *nix.

- `xfun::del_empty_dir()` failed to delete empty dirs.

- `xfun::file_string()` preserves emptiness (thanks, @MichaelChirico,
  #38).

- `xfun::raw_string()` preserves the class(es) of the input now
  (thanks, @MichaelChirico, #40).

## MINOR CHANGES

- Exported the function `dir_create()`.

(mef)