summaryrefslogtreecommitdiff
path: root/dir.c
AgeCommit message (Expand)Author
2004-05-06* dir.c (rb_push_glob): simplified code (not change behavior)ocean
2004-04-19* dir.c: Updated RDocs.ocean
2004-04-19* dir.c: Updated RDocs.ocean
2004-04-15* dir.c (rb_push_glob): Dir.glob() should return nil if block is given.ocean
2004-04-12* dir.c (rb_glob2, rb_glob, push_globs, push_braces, rb_push_glob):ocean
2004-04-09* dir.c (has_magic, find_dirsep): incomplete '[' matches no characterocean
2004-04-07* pack.c (pack_pack): use NUM2INT() instead of num2i32().matz
2004-04-07* file.c (rb_get_path): get path string via "to_path" method ifmatz
2004-03-16* dir.c (fnmatch_helper): File.fnmatch('\.', '.') should return true.ocean
2004-03-12* dir.c (fnmatch):ocean
2004-03-08* dir.c (range): Cancel change for incomplete '['. More discussionocean
2004-03-08* dir.c (range): treat incomplete '[' as ordinary character (likeocean
2004-02-24* dir.c (glob_helper): '**/' should not match leading periodocean
2004-02-24* dir.c (fnmatch): File.fnmatch with FNM_PATHNAME was brokenocean
2004-02-16* dir.c (CompareImpl): File.fnmatch and Dir.glob get better performanceocean
2004-02-15* dir.c (push_braces): remove wrong const.ocean
2004-02-15* ruby.h, dir.c (rb_glob): add const.ocean
2004-02-08* dir.c (glob_helper): Dir.glob('**/') did not work.ocean
2004-02-07Did some styles (no change to behavior)ocean
2004-02-07* dir.c (fnmatch):ocean
2004-01-29* dir.c (glob_helper): infinite loop bug in win32 code.matz
2004-01-29* dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.matz
2004-01-21* defines.h: define RUBY_MBCHAR_MAX instead of MB_CUR_MAX.siena
2004-01-10* dir.c (dir_inspect): new method, Dir#inspect. [ruby-dev:22562]nobu
2004-01-08* dir.c (glob_helper): should not recurse in exceptional status.nobu
2004-01-07* dir.c (glob_helper): fix memory leak.nobu
2004-01-05* dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.matz
2004-01-02* dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.matz
2003-12-19Document Class and Dirdave
2003-12-18* dir.c (fnmatch): unlike find_dirsep(), rb_path_next() nevernobu
2003-12-15commit missnobu
2003-12-15* dir.c (check_dirname): check string safety and remove extraneousnobu
2003-11-22* gc.c (Init_stack): stack region is far smaller than usual ifmatz
2003-08-18* dir.c (glob_helper): preserve raw order for **.nobu
2003-06-23* dir.c (find_dirsep): get rid of warnings.nobu
2003-05-19* dir.c (push_braces): do not push_braces() unless rbrace is found.matz
2003-03-25* io.c (rb_io_initialize): should check rb_secure(4).matz
2003-03-04* io.c (rb_io_popen): do not call rb_io_close() directly, callmatz
2003-01-16Updated Copyrights of Matz to 2003.michal
2002-12-21* array.c (ary_alloc), dir.c (dir_s_alloc), eval.c (thgroup_s_alloc),usa
2002-12-20* parse.y (do_block): split "do" block and tLBRACE_ARG block.matz
2002-12-15* configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema2
2002-12-02WinCE patch mergedmatz
2002-11-22* file.c (rb_find_file_ext): should not terminate searching withmatz
2002-09-25* dir.c (glob_helper): must not closedir() when exception raisednobu
2002-09-13* dir.c (glob_func_caller): add prototype to get rid of warning.nobu
2002-09-12* dir.c (glob_helper): should pass matched path. (ruby-bugs-ja:PR#333)nobu
2002-09-12* dir.c (glob_helper): fixed freeing buffer. (ruby-bugs-ja:PR#332)nobu
2002-09-12* dir.c (glob_helper): prevent memory leak using rb_protect().matz
2002-06-15* dir.c (glob_helper): Use lstat() instead of stat() so it catchesknu