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
*
Pathname#empty? implemented.
akr
2016-11-05
1
-0
/
+17
*
pathname.c: unnormalized Fixnum value
nobu
2016-11-04
1
-1
/
+5
*
rb_funcallv
nobu
2016-07-29
1
-10
/
+10
*
Update dependencies
nobu
2016-07-06
1
-3
/
+15
*
handle ext/ as r53141
naruse
2015-12-16
1
-0
/
+1
*
* lib/open-uri.rb: Remove indicator for "frozen_string_literal: true".
akr
2015-11-10
1
-2
/
+1
*
Put an line before "frozen_string_literal: true" for emacs.
akr
2015-10-05
1
-0
/
+1
*
* ext/pathname/lib/pathname.rb: freeze string literals for
akr
2015-10-04
1
-0
/
+1
*
* ext/pathname/lib/pathname.rb (descend): Blockless form supported.
akr
2015-06-14
1
-0
/
+16
*
* ext/pathname/lib/pathname.rb: Remove condition of RUBY_VERSION <= 1.9.
hsbt
2015-05-14
1
-7
/
+2
*
* file.c: NotImplementedError is raised if birthtime is unavailable.
zzak
2015-01-19
1
-1
/
+1
*
protoize no-arguments functions
nobu
2014-09-30
1
-1
/
+1
*
pathname.rb: fix a Pathname#relative_path_from crash on
nobu
2014-09-15
1
-1
/
+2
*
* file.c, ext/pathname/pathname.c: [DOC] correct position of method rdoc.
ktsj
2014-07-06
1
-1
/
+1
*
* ext/pathname/pathname.c (path_birthtime): Windows support.
usa
2014-06-28
1
-1
/
+1
*
* ext/pathname/pathname.c (path_birthtime): New method,
akr
2014-06-28
2
-0
/
+22
*
* ext/pathname/lib/pathname.rb (cleanpath_aggressive): make all
akr
2014-05-05
1
-0
/
+2
*
* ext/pathname/lib/pathname.rb (Pathname#/): Aliased to Pathname#+.
akr
2014-05-05
1
-0
/
+5
*
Fix error with empty args.
kazu
2014-04-02
1
-0
/
+1
*
remove unnecessary unshift
kazu
2014-03-25
1
-2
/
+1
*
* ext/pathname/lib/pathname.rb (Pathname#find): add "ignore_error"
ktsj
2014-03-04
1
-4
/
+4
*
ruby/ruby.h: RB_BLOCK_CALL_FUNC_ARGLIST
nobu
2013-11-29
1
-2
/
+2
*
* array.c (rb_ary_splice): use RARRAY_PTR_USE() without WB because
ko1
2013-08-26
1
-2
/
+2
*
* ext/pathname/pathname.c (path_inspect): use PRIsVALUE to preserve
ktsj
2013-07-19
1
-1
/
+1
*
fix typos. Patch by k_takata.
ktsj
2013-05-19
1
-1
/
+1
*
* ext/-test-/debug/depend: New file.
akr
2013-04-14
1
-0
/
+3
*
* ext/pathname/pathname.c (path_write): New method.
akr
2013-04-04
1
-0
/
+44
*
* ext/pathname/pathname.c (path_f_pathname): rdoc for Pathname()
zzak
2013-03-08
1
-1
/
+14
*
* ext/pathname/lib/pathname.rb: Hide private methods from RDoc.
drbrain
2012-12-11
1
-9
/
+9
*
pathname.c: suppress -Wcomment warning
nobu
2012-09-12
1
-1
/
+1
*
* ext/pathname/lib/pathname.rb: Documentation for Pathname.
zzak
2012-09-12
2
-148
/
+314
*
use RB_TYPE_P() instead of comparison of TYPE()
nobu
2012-05-23
1
-2
/
+2
*
* file.c (rb_enc_path_next, rb_enc_path_skip_prefix)
nobu
2012-01-25
1
-3
/
+4
*
* ext/pathname/pathname.c (path_entries): add document suggested by
akr
2012-01-09
1
-0
/
+19
*
* lib/pathname.rb (Pathname#find): return an enumerator if
akr
2011-11-19
1
-0
/
+3
*
* ext/pathname/lib/pathname.rb, ext/tk/lib/multi-tk.rb,
ktsj
2011-11-05
1
-1
/
+1
*
* ext/pathname/lib/pathname.rb: Fix typos and grammar mistakes. Patch
drbrain
2011-08-26
1
-2
/
+2
*
* remove trailing spaces.
nobu
2011-05-15
1
-9
/
+9
*
* ext/pathname/pathname.c (path_f_pathname): Pathname() translated
akr
2010-09-21
2
-10
/
+12
*
* ext/pathname/pathname.c (Init_pathname): Pathname#=~ undefinition
akr
2010-09-20
2
-4
/
+1
*
* ext/pathname/pathname.c (path_unlink): Pathname#unlink and
akr
2010-09-18
2
-13
/
+26
*
* ext/pathname/pathname.c (path_each_entry): Pathname#each_entry
akr
2010-09-18
2
-13
/
+22
*
* ext/pathname/pathname.c (path_opendir): Pathname#opendir translated
akr
2010-09-16
2
-4
/
+13
*
* ext/pathname/pathname.c (path_rmdir): Pathname#rmdir translated
akr
2010-09-15
2
-3
/
+10
*
* ext/pathname/pathname.c (path_mkdir): Pathname#mkdir translated
akr
2010-09-15
2
-3
/
+15
*
* ext/pathname/pathname.c (path_entries): Pathname#entries translated
akr
2010-09-14
2
-4
/
+25
*
* ext/pathname/pathname.c (path_s_getwd): Pathname.getwd and
akr
2010-09-14
2
-3
/
+13
*
* ext/pathname/pathname.c (path_s_glob): Pathname.glob translated
akr
2010-09-13
2
-9
/
+34
*
* ext/pathname/pathname.c (path_zero_p): Pathname#zero? translated
akr
2010-09-13
2
-7
/
+10
*
* ext/pathname/pathname.c (path_writable_real_p):
akr
2010-09-12
2
-3
/
+10
[next]