summaryrefslogtreecommitdiff
path: root/dir.c
Commit message (Expand)AuthorAgeFilesLines
* merge revision(s) 20072:shyouhei2009-02-041-1/+1
* Merge from ruby_1_8.knu2008-05-311-1/+1
* * array.c (rb_ary_collect_bang, rb_ary_select): Return anknu2008-04-141-0/+2
* * dir.c (dir_tell): check if closed. [ruby-core:16223]nobu2008-04-061-1/+1
* * dir.c (dir_inspect, dir_path, dir_tell): check for frozen and closednobu2008-03-191-6/+6
* * dir.c (Init_Dir): define inspect method. [ruby-core:15960]nobu2008-03-191-0/+1
* * dir.c (do_stat, do_lstat, do_opendir): should not warn ENOTDIR.nobu2007-04-241-3/+9
* * dir.c: fixed a typo.kou2007-02-201-1/+1
* just a minor changetadf2007-02-191-1/+1
* * dir.c (glob_helper): Fix the function declaration.knu2007-02-151-1/+1
* * dir.c, win32/win32.c, win32/dir.h, ruby.h, intern.h: Bringknu2007-02-151-493/+836
* * dir.c (glob_helper): get rid of possible memory leak.nobu2006-10-301-15/+61
* * dir.c (has_magic): glob names contain alphabets to enable case foldnobu2006-07-141-2/+24
* * dir.c (sys_warning): should not call a vararg functionmatz2006-05-171-1/+8
* * dir.c (dir_close): should not close untainted dir stream.matz2006-05-161-0/+13
* * dir.c (glob_helper): do not use TRUE for djgpp.eban2005-12-301-6/+2
* * dir.c (ruby_glob): glob function not using ruby exception system.nobu2005-09-141-50/+51
* * dir.c (dir_each): rewinddir(3) before iteration.matz2005-07-271-0/+1
* fixed document system dependent (case sensitivity is 1.9 feature)ocean2005-07-161-2/+1
* document improvement (backported from HEAD : Austin Ziegler's patch)ocean2005-07-161-5/+62
* * dir.c, eval.c, hash.c, process.c, ruby.c: avoid warning "unusedocean2005-06-281-1/+0
* * dir.c (glob_helper): get rid of using String. [ruby-dev:26180]nobu2005-05-181-63/+80
* * dir.c, file.c (lstat): avoid warnings for mingw.eban2005-04-111-2/+2
* * {bcc32,win32,wince}/Makefile.sub: ri data was not installedocean2005-04-111-1/+1
* * dir.c (fnmatch): removed unnecessary code. (ruby_1_8 didn't haveocean2005-03-051-2/+0
* * dir.c (rb_push_glob): should work for NUL delimited patterns.matz2005-01-211-1/+1
* * dir.c (dir_s_mkdir): win32 special processing doesn't need anyusa2005-01-051-5/+0
* * dir.c (dir_open_dir): new function. [ruby-dev:25242]matz2004-12-181-2/+18
* * dir.c (push_braces): do not reuse buffer strings. [ruby-core:03806]nobu2004-11-251-3/+3
* * file.c (rb_file_chown): integer conversion should be prior tomatz2004-11-221-2/+3
* * dir.c (rb_globi): also should call back via rb_glob_caller().nobu2004-11-111-4/+8
* * dir.c (push_braces): was confusing VALUE and char*.matz2004-11-111-6/+5
* * dir.c (rb_push_glob): Dir.glob should have call its block.matz2004-11-111-5/+9
* * dir.c (rb_glob2): do not allocate buffer from heap to avoidmatz2004-11-101-60/+73
* * io.c (read_all): block string buffer modification duringmatz2004-10-191-13/+6
* * array.c (rb_ary_uniq_bang): element size might change duringmatz2004-09-211-1/+2
* * array.c (rb_ary_equal): element size might change duringmatz2004-09-181-20/+37
* * dir.c: backout untested code.matz2004-08-201-28/+20
* * dir.c (free_dir): fix memory leak. reported by yamamotomatz2004-08-191-21/+33
* * dir.c (range): use NULL instead of 0.knu2004-07-171-6/+6
* * dir.c (rb_glob2, rb_glob, push_globs, push_braces, rb_push_glob):ocean2004-04-121-11/+24
* * dir.c (range): fix possible "\0" overrun. (in case of "\0-")ocean2004-03-171-9/+9
* * dir.c (range): Cancel previous change. More discussion is needed.ocean2004-03-081-3/+2
* * dir.c (range): treat incomplete '[' as ordinary character (likeocean2004-03-081-2/+3
* * dir.c (glob_helper): '**/' should not match leading periodocean2004-02-241-0/+2
* * dir.c (rb_glob, rb_globi): add const.ocean2004-02-161-16/+22
* * dir.c (fnmatch):ocean2004-02-091-3/+3
* Document Class and Dirdave2003-12-191-0/+305
* * dir.c (fnmatch): unlike find_dirsep(), rb_path_next() nevernobu2003-12-181-4/+3
* commit missnobu2003-12-151-1/+1