aboutsummaryrefslogtreecommitdiffstats
path: root/lib/find.rb
Commit message (Expand)AuthorAgeFilesLines
* lib/find.rb: Specify frozen_string_literal: true.kazu2017-02-131-1/+1
* find.rb: raise with the namenobu2016-02-191-1/+1
* Add frozen_string_literal: false for all filesnaruse2015-12-161-0/+1
* * lib/find.rb (Find.find): Call to_path for arguments to obtainakr2014-10-131-0/+1
* * lib/find.rb (Find#find): should pass ignore_error option to enumerators.ktsj2014-03-031-1/+1
* find.rb: add ignore_errornobu2014-03-021-1/+3
* * lib/find.rb (Find.find): respect the encodings of arguments.ktsj2013-09-071-17/+23
* Revert r36994 "* lib/find.rb: Error in documentation example"nobu2012-09-201-1/+1
* * lib/find.rb: Error in documentation examplezzak2012-09-201-1/+1
* * lib/find.rb (Find.find): add documentation that Find.findktsj2011-09-171-0/+2
* * lib: Convert tabs to spaces for ruby files perdrbrain2011-05-181-1/+1
* * lib/find.rb (Find.find): rescue more exceptions which is possible toakr2009-12-151-2/+2
* * lib/find.rb (Find.find): get rid of race condition.nobu2009-12-151-1/+1
* * lib/find.rb (Find.find): rescue only ENOENT and EACCES for lstat.akr2009-12-141-1/+1
* * lib/find.rb (Find.find): narrow rescue region.akr2009-12-141-11/+12
* * lib/find.rb (Find.find): removed already unnecessary code.nobu2009-12-141-7/+1
* * lib/find.rb (Find.find): sort directory entries. [ruby-dev:39847]akr2009-12-131-16/+13
* * lib/find.rb (Find.find): reduce stat system call.akr2009-12-061-2/+6
* fix indent.akr2009-12-061-1/+1
* * lib/find.rb (Find#find): Return an enumerator if no block isknu2008-06-101-0/+2
* * lib/find.rb: should raise ENOENT if root entry does not exist,usa2006-02-201-1/+1
* * lib/fileutils.rb (FileUtils::ln): ln documentation fix.matz2005-11-191-0/+1
* * lib/ostruct.rb: a patch from Florian Gross <florgro@gmail.com>matz2005-09-051-2/+1
* * re.c (KR_REHASH): wrong hash value on sizeof(long) > sizeof(int).matz2004-02-131-3/+3
* * parse.y (newline_node): do not use NODE_NEWLINE node anymore,matz2004-01-211-1/+2
* Added RDoc comments.gsinclair2003-01-201-10/+43
* * gc.c (id2ref): sometimes confused symbol and reference.matz2001-03-211-1/+1
* matzmatz2000-12-051-0/+1
* matzmatz2000-10-021-16/+19
* matzmatz2000-09-221-1/+1
* ebaneban2000-09-211-2/+0
* ebaneban2000-09-211-0/+2
* matzmatz2000-09-211-4/+4
* 2000-02-17matz2000-02-171-1/+1
* 20000105matz2000-01-051-1/+3
* This commit was generated by cvs2svn to compensate for changes in r372,matz1999-01-201-2/+2
* Initial revisionv1_0_r2matz1998-01-161-0/+39