aboutsummaryrefslogtreecommitdiffstats
path: root/dir.c
Commit message (Expand)AuthorAgeFilesLines
* * dir.c (glob_helper): '**/' should not match leading periodocean2004-02-241-1/+2
* * dir.c (fnmatch): File.fnmatch with FNM_PATHNAME was brokenocean2004-02-241-0/+1
* * dir.c (CompareImpl): File.fnmatch and Dir.glob get better performanceocean2004-02-161-36/+26
* * dir.c (push_braces): remove wrong const.ocean2004-02-151-2/+2
* * ruby.h, dir.c (rb_glob): add const.ocean2004-02-151-9/+9
* * dir.c (glob_helper): Dir.glob('**/') did not work.ocean2004-02-081-28/+31
* Did some styles (no change to behavior)ocean2004-02-071-34/+15
* * dir.c (fnmatch):ocean2004-02-071-2/+2
* * dir.c (glob_helper): infinite loop bug in win32 code.matz2004-01-291-1/+1
* * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.matz2004-01-291-199/+326
* * defines.h: define RUBY_MBCHAR_MAX instead of MB_CUR_MAX.siena2004-01-211-2/+2
* * dir.c (dir_inspect): new method, Dir#inspect. [ruby-dev:22562]nobu2004-01-101-0/+24
* * dir.c (glob_helper): should not recurse in exceptional status.nobu2004-01-081-1/+1
* * dir.c (glob_helper): fix memory leak.nobu2004-01-071-7/+9
* * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.matz2004-01-051-14/+20
* * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>.matz2004-01-021-242/+338
* 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
* * re.c (rb_reg_expr_str): should treat backslash specially inmatz2002-04-181-3/+3
* * dir.c (glob_helper): should have proceed link when link->pathmatz2002-04-101-4/+4
* * regex.c (mbc_startpos_func): VC6 seems to be unable tonobu2002-03-251-2/+2
* * dir.c (rb_push_glob): local variable 'maxnest' wasnobu2002-03-251-1/+1
* * ext/socket/socket.c (bsock_do_not_rev_lookup_set): should not bematz2002-03-251-1/+3
* * dir.c (rb_push_glob): avoid SEGV when no block given.nobu2002-03-131-1/+1
* * dir.c: FNM_PERIOD is obsoleted and FNM_DOTMATCH is introducedknu2002-03-131-33/+69
* * parse.y (expr_value, arg_value, primary_value): value_expr()matz2002-02-181-13/+6
* * parse.y (stmt): local variable declaration order was changedmatz2002-02-131-3/+0