| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * dir.c (rb_glob2, rb_glob, push_globs, push_braces, rb_push_glob): | ocean | 2004-04-12 | 1 | -11/+22 |
* | * dir.c (has_magic, find_dirsep): incomplete '[' matches no character | ocean | 2004-04-09 | 1 | -20/+49 |
* | * pack.c (pack_pack): use NUM2INT() instead of num2i32(). | matz | 2004-04-07 | 1 | -4/+4 |
* | * file.c (rb_get_path): get path string via "to_path" method if | matz | 2004-04-07 | 1 | -4/+4 |
* | * dir.c (fnmatch_helper): File.fnmatch('\.', '.') should return true. | ocean | 2004-03-16 | 1 | -23/+26 |
* | * dir.c (fnmatch): | ocean | 2004-03-12 | 1 | -106/+132 |
* | * dir.c (range): Cancel change for incomplete '['. More discussion | ocean | 2004-03-08 | 1 | -3/+3 |
* | * dir.c (range): treat incomplete '[' as ordinary character (like | ocean | 2004-03-08 | 1 | -30/+38 |
* | * dir.c (glob_helper): '**/' should not match leading period | ocean | 2004-02-24 | 1 | -1/+2 |
* | * dir.c (fnmatch): File.fnmatch with FNM_PATHNAME was broken | ocean | 2004-02-24 | 1 | -0/+1 |
* | * dir.c (CompareImpl): File.fnmatch and Dir.glob get better performance | ocean | 2004-02-16 | 1 | -36/+26 |
* | * dir.c (push_braces): remove wrong const. | ocean | 2004-02-15 | 1 | -2/+2 |
* | * ruby.h, dir.c (rb_glob): add const. | ocean | 2004-02-15 | 1 | -9/+9 |
* | * dir.c (glob_helper): Dir.glob('**/') did not work. | ocean | 2004-02-08 | 1 | -28/+31 |
* | Did some styles (no change to behavior) | ocean | 2004-02-07 | 1 | -34/+15 |
* | * dir.c (fnmatch): | ocean | 2004-02-07 | 1 | -2/+2 |
* | * dir.c (glob_helper): infinite loop bug in win32 code. | matz | 2004-01-29 | 1 | -1/+1 |
* | * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>. | matz | 2004-01-29 | 1 | -199/+326 |
* | * defines.h: define RUBY_MBCHAR_MAX instead of MB_CUR_MAX. | siena | 2004-01-21 | 1 | -2/+2 |
* | * dir.c (dir_inspect): new method, Dir#inspect. [ruby-dev:22562] | nobu | 2004-01-10 | 1 | -0/+24 |
* | * dir.c (glob_helper): should not recurse in exceptional status. | nobu | 2004-01-08 | 1 | -1/+1 |
* | * dir.c (glob_helper): fix memory leak. | nobu | 2004-01-07 | 1 | -7/+9 |
* | * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>. | matz | 2004-01-05 | 1 | -14/+20 |
* | * dir.c: merge tuning from H.Yamamoto <ocean@m2.ccsnet.ne.jp>. | matz | 2004-01-02 | 1 | -242/+338 |
* | Document Class and Dir | dave | 2003-12-19 | 1 | -0/+305 |
* | * dir.c (fnmatch): unlike find_dirsep(), rb_path_next() never | nobu | 2003-12-18 | 1 | -4/+3 |
* | commit miss | nobu | 2003-12-15 | 1 | -1/+1 |
* | * dir.c (check_dirname): check string safety and remove extraneous | nobu | 2003-12-15 | 1 | -18/+19 |
* | * gc.c (Init_stack): stack region is far smaller than usual if | matz | 2003-11-22 | 1 | -1/+6 |
* | * dir.c (glob_helper): preserve raw order for **. | nobu | 2003-08-18 | 1 | -3/+4 |
* | * dir.c (find_dirsep): get rid of warnings. | nobu | 2003-06-23 | 1 | -3/+3 |
* | * dir.c (push_braces): do not push_braces() unless rbrace is found. | matz | 2003-05-19 | 1 | -1/+1 |
* | * io.c (rb_io_initialize): should check rb_secure(4). | matz | 2003-03-25 | 1 | -2/+6 |
* | * io.c (rb_io_popen): do not call rb_io_close() directly, call | matz | 2003-03-04 | 1 | -0/+1 |
* | Updated Copyrights of Matz to 2003. | michal | 2003-01-16 | 1 | -1/+1 |
* | * array.c (ary_alloc), dir.c (dir_s_alloc), eval.c (thgroup_s_alloc), | usa | 2002-12-21 | 1 | -0/+1 |
* | * parse.y (do_block): split "do" block and tLBRACE_ARG block. | matz | 2002-12-20 | 1 | -1/+1 |
* | * configure.in, defines.h, dir.c, dir.h, dln.c, error.c, | uema2 | 2002-12-15 | 1 | -11/+8 |
* | WinCE patch merged | matz | 2002-12-02 | 1 | -4/+8 |
* | * file.c (rb_find_file_ext): should not terminate searching with | matz | 2002-11-22 | 1 | -5/+0 |
* | * dir.c (glob_helper): must not closedir() when exception raised | nobu | 2002-09-25 | 1 | -3/+3 |
* | * dir.c (glob_func_caller): add prototype to get rid of warning. | nobu | 2002-09-13 | 1 | -2/+5 |
* | * dir.c (glob_helper): should pass matched path. (ruby-bugs-ja:PR#333) | nobu | 2002-09-12 | 1 | -1/+1 |
* | * dir.c (glob_helper): fixed freeing buffer. (ruby-bugs-ja:PR#332) | nobu | 2002-09-12 | 1 | -0/+2 |
* | * dir.c (glob_helper): prevent memory leak using rb_protect(). | matz | 2002-09-12 | 1 | -21/+65 |
* | * dir.c (glob_helper): Use lstat() instead of stat() so it catches | knu | 2002-06-15 | 1 | -1/+1 |
* | * dir.c (glob_helper): remove escaping backslashes. | nobu | 2002-05-11 | 1 | -2/+4 |
* | Back out the previous commit which was incorrect. I misread the | knu | 2002-05-04 | 1 | -1/+1 |
* | * dir.c (fnmatch): Make PERIOD() independent of FNM_PATHNAME. | knu | 2002-05-03 | 1 | -1/+1 |
* | * re.c (rb_reg_expr_str): should treat backslash specially in | matz | 2002-04-18 | 1 | -3/+3 |