summaryrefslogtreecommitdiffstats
path: root/dir.c
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby/oniguruma.h (OnigCodePoint): unsigned long to unsigned int.naruse2008-09-111-1/+1
* * dir.c (dir_initialize): rename option name of Dir.opennaruse2008-09-081-15/+15
* * dir.c (dir_enc_str_new): set US-ASCII to the pathnaruse2008-08-221-0/+4
* * dir.c (dir_enc_str_new): renamed from dir_enc_str.naruse2008-08-221-8/+7
* * encoding.c (rb_filesystem_encoding): use default external encodingakr2008-08-141-3/+1
* * object.c (rb_obj_untrusted): new method Object#untrusted?.shugo2008-08-131-3/+3
* * dir.c (struct dir_data): change path field char * to VALUE.akr2008-07-301-12/+16
* * dir.c (char_casecmp): fix: return 0 if either of characters is NUL.naruse2008-07-291-2/+1
* * dir.c (struct dir_data): intenc field removed.akr2008-07-281-38/+4
* * compile.c (insn_data_to_s_detail), file.c (rb_stat_inspect),nobu2008-07-221-4/+1
* * dir.c (dir_initialize): use rb_convert_type instead ofakr2008-07-201-2/+2
* * dir.c (struct glob_args, rb_glob_caller, rb_glob2, push_pattern),nobu2008-07-091-7/+9
* * dir.c: shoudn't use ruby object in globbing, because glob serviceusa2008-07-081-51/+73
* * dir.c (Next): use rb_enc_mbclen. [ruby-dev:35390]naruse2008-07-081-1/+1
* * dir.c (Next): use rb_enc_precise_mbclen.naruse2008-07-071-16/+24
* * dir.c: preserve encoding of strings in glob and fnmatch.naruse2008-07-071-152/+93
* * dir.rb: fix resource leak.mame2008-06-291-0/+1
* * dir.c (Init_Dir): dir_foreach() takes variable argument.usa2008-06-171-1/+1
* * dir.c (dir_data): add intenc and extenc.naruse2008-06-161-16/+86
* * 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