summaryrefslogtreecommitdiff
path: root/dir.c
AgeCommit message (Expand)Author
2008-04-06* dir.c (dir_tell): check if closed. [ruby-core:16223]nobu
2008-03-19* dir.c (dir_inspect, dir_path, dir_tell): check for frozen and closednobu
2008-03-19* dir.c (Init_Dir): define inspect method. [ruby-core:15960]nobu
2007-04-24* dir.c (do_stat, do_lstat, do_opendir): should not warn ENOTDIR.nobu
2007-02-20* dir.c: fixed a typo.kou
2007-02-19just a minor changetadf
2007-02-15* dir.c (glob_helper): Fix the function declaration.knu
2007-02-15* dir.c, win32/win32.c, win32/dir.h, ruby.h, intern.h: Bringknu
2006-10-30* dir.c (glob_helper): get rid of possible memory leak.nobu
2006-07-14* dir.c (has_magic): glob names contain alphabets to enable case foldnobu
2006-05-17* dir.c (sys_warning): should not call a vararg functionmatz
2006-05-16* dir.c (dir_close): should not close untainted dir stream.matz
2005-12-30* dir.c (glob_helper): do not use TRUE for djgpp.eban
2005-09-14* dir.c (ruby_glob): glob function not using ruby exception system.nobu
2005-07-27* dir.c (dir_each): rewinddir(3) before iteration.matz
2005-07-16fixed document system dependent (case sensitivity is 1.9 feature)ocean
2005-07-16document improvement (backported from HEAD : Austin Ziegler's patch)ocean
2005-06-28* dir.c, eval.c, hash.c, process.c, ruby.c: avoid warning "unusedocean
2005-05-18* dir.c (glob_helper): get rid of using String. [ruby-dev:26180]nobu
2005-04-11* dir.c, file.c (lstat): avoid warnings for mingw.eban
2005-04-11* {bcc32,win32,wince}/Makefile.sub: ri data was not installedocean
2005-03-05* dir.c (fnmatch): removed unnecessary code. (ruby_1_8 didn't haveocean
2005-01-21* dir.c (rb_push_glob): should work for NUL delimited patterns.matz
2005-01-05* dir.c (dir_s_mkdir): win32 special processing doesn't need anyusa
2004-12-18* dir.c (dir_open_dir): new function. [ruby-dev:25242]matz
2004-11-25* dir.c (push_braces): do not reuse buffer strings. [ruby-core:03806]nobu
2004-11-22* file.c (rb_file_chown): integer conversion should be prior tomatz
2004-11-11* dir.c (rb_globi): also should call back via rb_glob_caller().nobu
2004-11-11* dir.c (push_braces): was confusing VALUE and char*.matz
2004-11-11* dir.c (rb_push_glob): Dir.glob should have call its block.matz
2004-11-10* dir.c (rb_glob2): do not allocate buffer from heap to avoidmatz
2004-10-19* io.c (read_all): block string buffer modification duringmatz
2004-09-21* array.c (rb_ary_uniq_bang): element size might change duringmatz
2004-09-18* array.c (rb_ary_equal): element size might change duringmatz
2004-08-20* dir.c: backout untested code.matz
2004-08-19* dir.c (free_dir): fix memory leak. reported by yamamotomatz
2004-07-17* dir.c (range): use NULL instead of 0.knu
2004-04-12* dir.c (rb_glob2, rb_glob, push_globs, push_braces, rb_push_glob):ocean
2004-03-17* dir.c (range): fix possible "\0" overrun. (in case of "\0-")ocean
2004-03-08* dir.c (range): Cancel previous change. More discussion is needed.ocean
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-16* dir.c (rb_glob, rb_globi): add const.ocean
2004-02-09* dir.c (fnmatch):ocean
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