summaryrefslogtreecommitdiff
path: root/dir.c
Commit message (Expand)AuthorAgeFilesLines
* * removed svn:keywords for compatibility.shugo2007-01-311-2/+2
* backport from ruby_1_8 ([ruby-core:9024])shyouhei2006-12-141-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
* * dir.c (check_dirname): check string safety and remove extraneousnobu2003-12-151-18/+19
* * gc.c (Init_stack): stack region is far smaller than usual ifmatz2003-11-221-1/+6
* * dir.c (glob_helper): preserve raw order for **.nobu2003-08-181-3/+4
* * dir.c (find_dirsep): get rid of warnings.nobu2003-06-231-3/+3
* * dir.c (push_braces): do not push_braces() unless rbrace is found.matz2003-05-191-1/+1
* * io.c (rb_io_initialize): should check rb_secure(4).matz2003-03-251-2/+6
* * io.c (rb_io_popen): do not call rb_io_close() directly, callmatz2003-03-041-0/+1
* Updated Copyrights of Matz to 2003.michal2003-01-161-1/+1
* * array.c (ary_alloc), dir.c (dir_s_alloc), eval.c (thgroup_s_alloc),usa2002-12-211-0/+1
* * parse.y (do_block): split "do" block and tLBRACE_ARG block.matz2002-12-201-1/+1