index
:
ruby.git
master
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_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
find.rb
Age
Commit message (
Expand
)
Author
2019-11-18
Deprecate taint/trust and related methods, and make the methods no-ops
Jeremy Evans
2019-05-08
Use `start_with?(quoted)` instead of `[0] == char literal`
Kazuhiro NISHIYAMA
2017-09-15
Find.find -> Use Dir.children instead of Dir.entries
naruse
2017-02-13
lib/find.rb: Specify frozen_string_literal: true.
kazu
2016-02-19
find.rb: raise with the name
nobu
2015-12-16
Add frozen_string_literal: false for all files
naruse
2014-10-13
* lib/find.rb (Find.find): Call to_path for arguments to obtain
akr
2014-03-03
* lib/find.rb (Find#find): should pass ignore_error option to enumerators.
ktsj
2014-03-02
find.rb: add ignore_error
nobu
2013-09-07
* lib/find.rb (Find.find): respect the encodings of arguments.
ktsj
2012-09-20
Revert r36994 "* lib/find.rb: Error in documentation example"
nobu
2012-09-20
* lib/find.rb: Error in documentation example
zzak
2011-09-17
* lib/find.rb (Find.find): add documentation that Find.find
ktsj
2011-05-18
* lib: Convert tabs to spaces for ruby files per
drbrain
2009-12-15
* lib/find.rb (Find.find): rescue more exceptions which is possible to
akr
2009-12-15
* lib/find.rb (Find.find): get rid of race condition.
nobu
2009-12-14
* lib/find.rb (Find.find): rescue only ENOENT and EACCES for lstat.
akr
2009-12-14
* lib/find.rb (Find.find): narrow rescue region.
akr
2009-12-14
* lib/find.rb (Find.find): removed already unnecessary code.
nobu
2009-12-13
* lib/find.rb (Find.find): sort directory entries. [ruby-dev:39847]
akr
2009-12-06
* lib/find.rb (Find.find): reduce stat system call.
akr
2009-12-06
fix indent.
akr
2008-06-10
* lib/find.rb (Find#find): Return an enumerator if no block is
knu
2006-02-20
* lib/find.rb: should raise ENOENT if root entry does not exist,
usa
2005-11-19
* lib/fileutils.rb (FileUtils::ln): ln documentation fix.
matz
2005-09-05
* lib/ostruct.rb: a patch from Florian Gross <
[email protected]
>
matz
2004-02-13
* re.c (KR_REHASH): wrong hash value on sizeof(long) > sizeof(int).
matz
2004-01-21
* parse.y (newline_node): do not use NODE_NEWLINE node anymore,
matz
2003-01-20
Added RDoc comments.
gsinclair
2001-03-21
* gc.c (id2ref): sometimes confused symbol and reference.
matz
2000-12-05
matz
matz
2000-10-02
matz
matz
2000-09-22
matz
matz
2000-09-21
eban
eban
2000-09-21
eban
eban
2000-09-21
matz
matz
2000-02-17
2000-02-17
matz
2000-01-05
20000105
matz
1999-01-20
This commit was generated by cvs2svn to compensate for changes in r372,
matz
2019-08-17
version 0.99.4-961224
v0_99_4_961224
Yukihiro Matsumoto
2019-08-17
version 0.95
v0_95
Yukihiro Matsumoto