summaryrefslogtreecommitdiffstats
path: root/dir.c
Commit message (Expand)AuthorAgeFilesLines
...
* * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko12008-06-081-20/+21
* * suppress warnings with -Wwrite-string.nobu2008-05-311-1/+1
* * file.c (file_expand_path): support for alternative data streamnobu2008-05-151-8/+0
* * dir.c (dir_tell): check if closed. [ruby-core:16223]nobu2008-04-061-1/+1
* fix doc.akr2008-03-091-23/+23
* * $Date$ keyword removed to avoid inclusion of locale dependentakr2008-01-061-1/+0
* * include/ruby/encoding.h (rb_isascii): defined.akr2008-01-011-1/+1
* fix typos.akr2007-12-311-1/+1
* * README.EXT.ja, dir.c, eval.c, eval_intern.h, lex.c.src,matz2007-12-251-1/+1
* * file.c (Init_File): File.exists? revived.matz2007-12-211-0/+1
* * dir.c (dir_inspect, dir_path, dir_tell): check for frozen and closednobu2007-12-191-6/+6
* * include/ruby/ruby.h (FilePathStringValue): defined. similar toakr2007-12-091-1/+1
* * encoding.c: provide basic features for M17N.matz2007-08-251-1/+1
* * dir.c (dir_foreach): return Enumerator if no block given.matz2007-08-201-0/+1
* * include/ruby: moved public headers.nobu2007-06-101-2/+2
* * compile.c, dir.c, eval.c, eval_jump.h, eval_method.h, numeric.c,nobu2007-06-051-6/+6
* * dir.c (do_stat, do_lstat, do_opendir): should not warn ENOTDIR.nobu2007-04-241-3/+9
* * object.c (Init_Object): new method Dir.exist?(path).matz2006-12-071-0/+1
* * dir.c (glob_helper): get rid of possible memory leak.nobu2006-10-301-15/+63
* * dir.c (rb_push_glob): need not to check by FilePathValue().matz2006-09-251-3/+2
* * dir.c (dir_s_glob): restore GC protection volatile variable.matz2006-09-181-1/+2
* * dir.c (dir_s_glob): remove unused variable.matz2006-09-181-1/+0
* * ruby.h (struct RArray): embed small arrays.matz2006-09-021-1/+1
* * ruby.h (struct RString): embed small strings.matz2006-08-311-22/+22
* ansificated.akr2006-08-131-2/+1
* * bignum.c: ruby 1.9 HEAD 64 bit warnings clean up frommatz2006-07-031-1/+1
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-091-1/+19
* * dir.c: supress warning "/* within comment"ocean2006-03-011-8/+10
* * dir.c (has_magic): glob names contain alphabets to enable case foldnobu2005-12-141-5/+22
* * dir.c (Compare): should not fold double byte alphabet on win9x.ocean2005-12-021-1/+1
* * dir.c (rb_push_glob): fix delimiter bug. fixed: [ruby-dev:27105]nobu2005-09-161-35/+108
* * dir.c (ruby_glob): glob function not using ruby exception system.nobu2005-09-141-42/+45
* * dir.c: changed `foo (*bar)_((boo))' to `foo (*bar)(boo)`.ocean2005-09-141-3/+3
* * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056]ocean2005-09-141-4/+4
* * array.c: moved to ANSI function style from K&R function style.ocean2005-09-121-156/+72
* * array.c, dir.c, enum.c, hash.c, io.c, range.c, string.c, struct.c:nobu2005-08-301-0/+1
* * parse.y (lambda): Perl6 style -> lambda expression. [NEW]matz2005-07-271-0/+1
* * dir.c, eval.c, parse.y, process.c, ruby.c: avoid warning "unusedocean2005-06-281-4/+2
* * dir.c (glob_helper): check whether path is "" before callingeban2005-05-181-1/+1
* * dir.c (glob_helper): get rid of using String. [ruby-dev:26180]nobu2005-05-181-47/+52
* * dir.c, file.c (lstat): avoid warnings for mingw.eban2005-04-111-2/+2
* * dir.c (rb_glob): fixed mismatch of argument.ocean2005-03-051-7/+1
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-14/+31
* * io.c (dir_s_mkdir): win32 special processing doesn't need any longer.usa2004-12-071-5/+0
* * file.c (rb_file_chown): integer conversion should be prior tomatz2004-11-221-1/+1
* * dir.c (dir_seek): should retrieve dir_data after NUM2INT().matz2004-11-211-2/+3
* * dir.c (rb_push_glob): fix overrun. [ruby-dev:24886]nobu2004-11-171-2/+7
* * dir.c (rb_glob): should have called rb_glob_caller().matz2004-11-111-1/+1
* * dir.c (glob_helper): path is a string object now.nobu2004-11-101-2/+2
* * dir.c (rb_glob2): do not allocate buffer from heap to avoidmatz2004-11-101-66/+85