summaryrefslogtreecommitdiffstats
path: root/dir.c
Commit message (Expand)AuthorAgeFilesLines
* * dir.c (dir_check): moved other checks from GetDIR.nobu2009-11-031-6/+6
* * dir.c (GetDIR): fixed a variable name.nobu2009-11-031-1/+1
* * dir.c (GlobPathValue), file.c (rb_get_path_check): path namesnobu2009-09-191-1/+4
* * dir.c (GlobPathValue): adjust return types. based on a patchnobu2009-09-181-1/+1
* * dir.c (GlobPathValue): glob allows null bytes as separators.nobu2009-09-181-3/+9
* * dir.c (push_glob): str should be a string always.nobu2009-09-171-3/+3
* * dir.c (dir_data_type): typed.nobu2009-09-091-13/+23
* * dir.c (Init_Dir): alias Dir#path to Dir#to_path. [ruby-core:25326]matz2009-09-031-0/+1
* * dir.c (DEFINE_STRUCT_DIRENT): use union to allocate sufficientmatz2009-08-191-6/+39
* * suppressed shorten-64-to-32 warnings.nobu2009-07-181-2/+2
* * dir.c (push_glob): re-fix GC problem.ko12009-07-151-2/+1
* * dir.c (push_glob): fix GC problem.ko12009-07-151-0/+1
* * io.c: remove __CHECKER__ test.akr2009-06-221-1/+1
* * dir.c (dir_s_getwd): directory path's encoding should be filesystem'susa2009-06-101-0/+1
* * dir.c (dir_s_glob): fixed rdoc. a patch from Joseph Pecoraro atnobu2009-06-091-1/+1
* * dir.c (sys_warning): get rid of type-punning function cast.nobu2009-06-091-6/+7
* * dir.c (glob_helper): C99(gcc)-ism.usa2009-04-221-1/+2
* * dir.c (dir_path, dir_each, glob_helper): use readdir_r() ifnobu2009-04-211-10/+19
* * node.h (rb_notimplement_body_p): declared.akr2009-04-161-10/+9
* * dir.c (bracket): fix escape handling for range character in bracketmame2009-04-161-1/+1
* * dir.c (fnmatch_helper): use rb_enc_precise_mbclen andnaruse2009-04-151-1/+3
* * dir.c (bracket): if same in bytes, path is matching.nobu2009-04-141-2/+5
* * dir.c (bracket, fnmatch_helper): compare bytewise first, to getnobu2009-04-121-31/+42
* * dir.c, dln.c, parse.y, re.c, ruby.c, sprintf.c, strftime.c,nobu2009-03-171-2/+3
* * dir.c (dir_seek): use long for seekdir().nobu2009-03-111-1/+1
* * dir.c (dir_read): don't disable rdoc.akr2009-02-061-3/+4
* * win32/{dir.h, win32.c} (rb_w32_readdir_with_enc): new function tousa2009-02-061-2/+7
* * dir.c (dir_s_home): new method. [ruby-core:21454]nobu2009-02-021-0/+25
* * dir.c (join_path): use strlcat() to force link.nobu2009-01-251-6/+8
* * dir.c (dir_globs): need taint check. reported by stevematz2008-10-311-1/+1
* * string.c (rb_external_str_new): a new function to convert frommatz2008-10-181-13/+3
* * 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