aboutsummaryrefslogtreecommitdiffstats
path: root/dir.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * configure.in, defines.h, dir.c, dir.h, dln.c, error.c,uema22002-12-151-11/+8
* WinCE patch mergedmatz2002-12-021-4/+8
* * file.c (rb_find_file_ext): should not terminate searching withmatz2002-11-221-5/+0
* * dir.c (glob_helper): must not closedir() when exception raisednobu2002-09-251-3/+3
* * dir.c (glob_func_caller): add prototype to get rid of warning.nobu2002-09-131-2/+5
* * dir.c (glob_helper): should pass matched path. (ruby-bugs-ja:PR#333)nobu2002-09-121-1/+1
* * dir.c (glob_helper): fixed freeing buffer. (ruby-bugs-ja:PR#332)nobu2002-09-121-0/+2
* * dir.c (glob_helper): prevent memory leak using rb_protect().matz2002-09-121-21/+65
* * dir.c (glob_helper): Use lstat() instead of stat() so it catchesknu2002-06-151-1/+1
* * dir.c (glob_helper): remove escaping backslashes.nobu2002-05-111-2/+4
* Back out the previous commit which was incorrect. I misread theknu2002-05-041-1/+1
* * dir.c (fnmatch): Make PERIOD() independent of FNM_PATHNAME.knu2002-05-031-1/+1