Age | Commit message (Expand) | Author |
---|
2024-11-06 | [ruby/pathname] Bump up v0.4.0 | Hiroshi SHIBATA |
2024-10-04 | Allow method chaining with Pathname#mkpath | schneems |
2024-10-04 | Introduce Pathname.mktmpdir | schneems |
2024-09-11 | [ruby/pathname] use delete_prefix instead of sub in find method | Ivan Kuchin |
2024-04-27 | ruby tool/update-deps --fix | 卜部昌平 |
2024-04-16 | [ruby/pathname] Remove check for File.birthtime | Peter Zhu |
2023-12-28 | [ruby/pathname] require fileutils in both methods using it | Ivan Kuchin |
2023-11-07 | [ruby/pathname] Bump up 0.3.0 | Hiroshi SHIBATA |
2023-04-14 | [ruby/pathname] Expose Pathname::VERSION | Hiroshi SHIBATA |
2023-03-27 | [ruby/pathname] Remove taint/untaint methods because they should be removed s... | Hiroshi SHIBATA |
2023-02-28 | Update the depend files | Matt Valentine-House |
2023-02-27 | Remove intern/gc.h from Make deps | Matt Valentine-House |
2023-02-08 | Extract include/ruby/internal/attr/packed_struct.h | Nobuyoshi Nakada |
2022-12-05 | [ruby/pathname] Bump version to 0.2.1 | Hiroshi SHIBATA |
2022-12-03 | [ruby/pathname] [Misc #19155] [DOC] Addion of absolute paths | Nobuyoshi Nakada |
2022-07-27 | [ruby/pathname] Fix `autoload` of `FileUtils` | Nobuyoshi Nakada |
2022-07-21 | Expand tabs [ci skip] | Takashi Kokubun |
2022-05-20 | Merge https://.com/ruby/pathname/pull/8 for pathname | Hiroshi SHIBATA |
2022-04-21 | [ruby/pathname] Implement Pathname#lutime | Akinori MUSHA |
2022-02-22 | [Feature #18249] Update dependencies | Peter Zhu |
2022-01-25 | [ruby/pathname] Officially drop support for ruby 2.6 or older | David Rodríguez |
2022-01-07 | [ruby/pathname] Make Pathname#each_entry return enumerator if called without ... | Jeremy Evans |
2021-11-21 | Update dependencies | Nobuyoshi Nakada |
2021-10-14 | [ruby/pathname] Bump up pathname version to 0.2.0 | Hiroshi SHIBATA |
2021-10-05 | ruby tool/update-deps --fix | 卜部昌平 |
2021-08-31 | [Feature #16972] Add mode: option to Pathname#mkpath | Nobuyoshi Nakada |
2021-08-30 | Faster Pathname FileUtils methods | schneems |
2021-04-27 | [ruby/pathname] gemspec: Explicitly list 0 executables | Olle Jonsson |
2021-04-13 | dependency updates | 卜部昌平 |
2021-03-28 | [ruby/pathname] Fix segfault of Pathname#split | Kenichi Kamiya |
2021-01-29 | Forward keyword arguments for Pathname#each_line [Bug #17589] | Nobuyoshi Nakada |
2020-12-20 | [pathname] Make Pathname Ractor safe (#3940) | Kenta Murata |
2020-10-14 | Promote pathname to default gems | Hiroshi SHIBATA |
2020-09-14 | Optimize Pathname#relative? / absolute? | Marc-Andre Lafortune |
2020-09-02 | Document limitation of Pathname#relative_path_from [ci skip] | Jeremy Evans |
2020-08-27 | sed -i '/rmodule.h/d' | 卜部昌平 |
2020-08-27 | sed -i '/r_cast.h/d' | 卜部昌平 |
2020-08-27 | sed -i '\,2/extern.h,d' | 卜部昌平 |
2020-05-11 | sed -i 's|ruby/impl|ruby/internal|' | 卜部昌平 |
2020-05-11 | sed -i s|ruby/3|ruby/impl|g | 卜部昌平 |
2020-04-08 | Merge pull request #2991 from shyouhei/ruby.h | 卜部昌平 |
2020-03-02 | Add `#write` and `#binwrite` to IO section [ci skip] | Kazuhiro NISHIYAMA |
2020-02-25 | Fix wrong documentation for return value of Pathname#fnmatch | Masataka Pocke Kuwabara |
2020-02-15 | Fix call-seq of Pathname#{,l}ch{mod,own} [ci skip] | Kazuhiro NISHIYAMA |
2020-02-04 | Add call-seq to Pathname#open from File.open | Kazuhiro NISHIYAMA |
2020-01-23 | Revert pathname, rb_warn_deprecated* are not public API | Nobuyoshi Nakada |
2020-01-23 | Added rb_warn_deprecated_to_remove | Nobuyoshi Nakada |
2020-01-22 | Make taint warnings non-verbose instead of verbose | Jeremy Evans |
2019-12-17 | Remove unnecessary double bangs from Pathname#root? | Masataka Pocke Kuwabara |
2019-11-18 | Deprecate taint/trust and related methods, and make the methods no-ops | Jeremy Evans |