index
:
delta/ruby.git
5a1dfb04bc2
KEIJU
KOSAKO
RUBY
SER
SHIGEO
SPCOLTRIN
baserock/GENIVI/G-1.2
baserock/liw/sam/chef
baserock/morph/ruby_1_8_7
baserock/morph/ruby_1_9_3
baserock/ps/proto-web-system
baserock/ruby_1_9_3
baserock/ruby_2_0_0
baserock/ruby_2_1
baserock/v1_9_3_194-bootstrap
bundler
c65f10304f
copy_file_range_bug
dependabot/bundler/spec/mspec/rake-12.3.3
half-baked-1.9
master
matzruby
maximecb-patch-1
maximecb-patch-2
mvm
new_gc
revert-2779-news-for-module-name
rexml_adds_tests
ricsin
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_m17n
scheduler-process-wait
testunit
thread_inspect
trunk
unlabeled-1.1.1
unlabeled-1.39.2
v1_0r
v1_1dev
v1_1r
win32-unicode-test
yuki24-patch-1
github.com: ruby/ruby.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
pathname
Commit message (
Expand
)
Author
Age
Files
Lines
*
[ruby/pathname] Fix `autoload` of `FileUtils`
Nobuyoshi Nakada
2022-07-27
1
-2
/
+2
*
Expand tabs [ci skip]
Takashi Kokubun
2022-07-21
1
-1
/
+1
*
Merge https://github.com/ruby/pathname/pull/8 for pathname
Hiroshi SHIBATA
2022-05-20
1
-3
/
+4
*
[ruby/pathname] Implement Pathname#lutime
Akinori MUSHA
2022-04-21
1
-0
/
+17
*
[Feature #18249] Update dependencies
Peter Zhu
2022-02-22
1
-0
/
+1
*
[ruby/pathname] Officially drop support for ruby 2.6 or older
David Rodríguez
2022-01-25
1
-1
/
+1
*
[ruby/pathname] Make Pathname#each_entry return enumerator if called without ...
Jeremy Evans
2022-01-07
1
-0
/
+1
*
Update dependencies
Nobuyoshi Nakada
2021-11-21
1
-1
/
+0
*
[ruby/pathname] Bump up pathname version to 0.2.0
Hiroshi SHIBATA
2021-10-14
1
-1
/
+1
*
ruby tool/update-deps --fix
卜部昌平
2021-10-05
1
-14
/
+23
*
[Feature #16972] Add mode: option to Pathname#mkpath
Nobuyoshi Nakada
2021-08-31
1
-2
/
+2
*
Faster Pathname FileUtils methods
schneems
2021-08-30
1
-2
/
+2
*
[ruby/pathname] gemspec: Explicitly list 0 executables
Olle Jonsson
2021-04-27
1
-1
/
+1
*
dependency updates
卜部昌平
2021-04-13
1
-1
/
+0
*
[ruby/pathname] Fix segfault of Pathname#split
Kenichi Kamiya
2021-03-28
1
-1
/
+1
*
Forward keyword arguments for Pathname#each_line [Bug #17589]
Nobuyoshi Nakada
2021-01-29
1
-2
/
+2
*
[pathname] Make Pathname Ractor safe (#3940)
Kenta Murata
2020-12-20
1
-0
/
+4
*
Promote pathname to default gems
Hiroshi SHIBATA
2020-10-14
1
-0
/
+25
*
Optimize Pathname#relative? / absolute?
Marc-Andre Lafortune
2020-09-14
1
-6
/
+9
*
Document limitation of Pathname#relative_path_from [ci skip]
Jeremy Evans
2020-09-02
1
-0
/
+3
*
sed -i '/rmodule.h/d'
卜部昌平
2020-08-27
1
-1
/
+0
*
sed -i '/r_cast.h/d'
卜部昌平
2020-08-27
1
-1
/
+0
*
sed -i '\,2/extern.h,d'
卜部昌平
2020-08-27
1
-1
/
+0
*
sed -i 's|ruby/impl|ruby/internal|'
卜部昌平
2020-05-11
1
-140
/
+140
*
sed -i s|ruby/3|ruby/impl|g
卜部昌平
2020-05-11
1
-140
/
+140
*
Merge pull request #2991 from shyouhei/ruby.h
卜部昌平
2020-04-08
1
-0
/
+152
*
Add `#write` and `#binwrite` to IO section [ci skip]
Kazuhiro NISHIYAMA
2020-03-02
1
-0
/
+2
*
Fix wrong documentation for return value of Pathname#fnmatch
Masataka Pocke Kuwabara
2020-02-25
1
-2
/
+2
*
Fix call-seq of Pathname#{,l}ch{mod,own} [ci skip]
Kazuhiro NISHIYAMA
2020-02-15
1
-4
/
+4
*
Add call-seq to Pathname#open from File.open
Kazuhiro NISHIYAMA
2020-02-04
1
-0
/
+7
*
Revert pathname, rb_warn_deprecated* are not public API
Nobuyoshi Nakada
2020-01-23
1
-2
/
+2
*
Added rb_warn_deprecated_to_remove
Nobuyoshi Nakada
2020-01-23
1
-2
/
+2
*
Make taint warnings non-verbose instead of verbose
Jeremy Evans
2020-01-22
1
-2
/
+2
*
Remove unnecessary double bangs from Pathname#root?
Masataka Pocke Kuwabara
2019-12-17
1
-1
/
+1
*
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-11-18
1
-12
/
+4
*
Fix more keyword argument separation issues in Pathname
Jeremy Evans
2019-09-26
1
-5
/
+5
*
Make rb_scan_args handle keywords more similar to Ruby methods (#2460)
Jeremy Evans
2019-09-25
1
-5
/
+5
*
Make Kernel#{Pathname,BigDecimal,Complex} return argument if given correct type
Jeremy Evans
2019-09-21
1
-0
/
+2
*
Include ruby/assert.h in ruby/ruby.h so that assertions can be there
Nobuyoshi Nakada
2019-07-14
1
-0
/
+1
*
Delegates 3 arguments for Pathname.glob.
Tanaka Akira
2019-07-14
1
-2
/
+2
*
Try statx syscall
nobu
2019-02-20
2
-2
/
+3
*
Removed moving toplevel header since r12501
nobu
2019-02-08
1
-1
/
+1
*
Pathname#relative_path_from uses is_a?
akr
2018-12-18
1
-6
/
+2
*
Pathname#relative_path_from compatible with mock.
akr
2018-12-16
1
-2
/
+6
*
Use File class methods to avoid pipe execution
akr
2018-12-12
1
-12
/
+12
*
Pathname: Have #relative_path_from accept String argument.
marcandre
2018-11-13
1
-0
/
+1
*
Pathname: Simplified Pathname#mountpoint?
nobu
2018-08-10
1
-2
/
+1
*
Improve Pathname performance
watson1978
2018-03-13
1
-6
/
+6
*
pathname.c: improve docs for Pathname
stomar
2017-11-07
1
-3
/
+3
*
Pathname: get rid of a -Wcomment warning [DOC]
nobu
2017-11-01
1
-1
/
+1
[next]