summaryrefslogtreecommitdiff
path: root/dir.c
AgeCommit message (Expand)Author
2009-09-09* dir.c (dir_data_type): typed.nobu
2009-09-03* dir.c (Init_Dir): alias Dir#path to Dir#to_path. [ruby-core:25326]matz
2009-08-19* dir.c (DEFINE_STRUCT_DIRENT): use union to allocate sufficientmatz
2009-07-18* suppressed shorten-64-to-32 warnings.nobu
2009-07-15* dir.c (push_glob): re-fix GC problem.ko1
2009-07-15* dir.c (push_glob): fix GC problem.ko1
2009-06-22* io.c: remove __CHECKER__ test.akr
2009-06-10 * dir.c (dir_s_getwd): directory path's encoding should be filesystem'susa
2009-06-09* dir.c (dir_s_glob): fixed rdoc. a patch from Joseph Pecoraro atnobu
2009-06-09* dir.c (sys_warning): get rid of type-punning function cast.nobu
2009-04-22 * dir.c (glob_helper): C99(gcc)-ism.usa
2009-04-21* dir.c (dir_path, dir_each, glob_helper): use readdir_r() ifnobu
2009-04-16* node.h (rb_notimplement_body_p): declared.akr
2009-04-16* dir.c (bracket): fix escape handling for range character in bracketmame
2009-04-15* dir.c (fnmatch_helper): use rb_enc_precise_mbclen andnaruse
2009-04-14* dir.c (bracket): if same in bytes, path is matching.nobu
2009-04-12* dir.c (bracket, fnmatch_helper): compare bytewise first, to getnobu
2009-03-17* dir.c, dln.c, parse.y, re.c, ruby.c, sprintf.c, strftime.c,nobu
2009-03-11* dir.c (dir_seek): use long for seekdir().nobu
2009-02-06* dir.c (dir_read): don't disable rdoc.akr
2009-02-06 * win32/{dir.h, win32.c} (rb_w32_readdir_with_enc): new function tousa
2009-02-02* dir.c (dir_s_home): new method. [ruby-core:21454]nobu
2009-01-25* dir.c (join_path): use strlcat() to force link.nobu
2008-10-31* dir.c (dir_globs): need taint check. reported by stevematz
2008-10-18* string.c (rb_external_str_new): a new function to convert frommatz
2008-09-11* include/ruby/oniguruma.h (OnigCodePoint): unsigned long to unsigned int.naruse
2008-09-08* dir.c (dir_initialize): rename option name of Dir.opennaruse
2008-08-22* dir.c (dir_enc_str_new): set US-ASCII to the pathnaruse
2008-08-22* dir.c (dir_enc_str_new): renamed from dir_enc_str.naruse
2008-08-14* encoding.c (rb_filesystem_encoding): use default external encodingakr
2008-08-13* object.c (rb_obj_untrusted): new method Object#untrusted?.shugo
2008-07-30* dir.c (struct dir_data): change path field char * to VALUE.akr
2008-07-29* dir.c (char_casecmp): fix: return 0 if either of characters is NUL.naruse
2008-07-28* dir.c (struct dir_data): intenc field removed.akr
2008-07-22* compile.c (insn_data_to_s_detail), file.c (rb_stat_inspect),nobu
2008-07-20* dir.c (dir_initialize): use rb_convert_type instead ofakr
2008-07-09* dir.c (struct glob_args, rb_glob_caller, rb_glob2, push_pattern),nobu
2008-07-08 * dir.c: shoudn't use ruby object in globbing, because glob serviceusa
2008-07-08* dir.c (Next): use rb_enc_mbclen. [ruby-dev:35390]naruse
2008-07-07* dir.c (Next): use rb_enc_precise_mbclen.naruse
2008-07-07* dir.c: preserve encoding of strings in glob and fnmatch.naruse
2008-06-29* dir.rb: fix resource leak.mame
2008-06-17 * dir.c (Init_Dir): dir_foreach() takes variable argument.usa
2008-06-16* dir.c (dir_data): add intenc and extenc.naruse
2008-06-08* array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c,ko1
2008-05-31* suppress warnings with -Wwrite-string.nobu
2008-05-15* file.c (file_expand_path): support for alternative data streamnobu
2008-04-06* dir.c (dir_tell): check if closed. [ruby-core:16223]nobu
2008-03-09fix doc.akr
2008-01-06* $Date$ keyword removed to avoid inclusion of locale dependentakr