| Commit message (Expand) | Author | Age | Files | Lines |
* | * removed svn:keywords for compatibility. | shugo | 2007-01-31 | 1 | -2/+2 |
* | backport from ruby_1_8 ([ruby-core:9024]) | shyouhei | 2006-12-14 | 1 | -15/+61 |
* | * dir.c (has_magic): glob names contain alphabets to enable case fold | nobu | 2006-07-14 | 1 | -2/+24 |
* | * dir.c (sys_warning): should not call a vararg function | matz | 2006-05-17 | 1 | -1/+8 |
* | * dir.c (dir_close): should not close untainted dir stream. | matz | 2006-05-16 | 1 | -0/+13 |
* | * dir.c (glob_helper): do not use TRUE for djgpp. | eban | 2005-12-30 | 1 | -6/+2 |
* | * dir.c (ruby_glob): glob function not using ruby exception system. | nobu | 2005-09-14 | 1 | -50/+51 |
* | * dir.c (dir_each): rewinddir(3) before iteration. | matz | 2005-07-27 | 1 | -0/+1 |
* | fixed document system dependent (case sensitivity is 1.9 feature) | ocean | 2005-07-16 | 1 | -2/+1 |
* | document improvement (backported from HEAD : Austin Ziegler's patch) | ocean | 2005-07-16 | 1 | -5/+62 |
* | * dir.c, eval.c, hash.c, process.c, ruby.c: avoid warning "unused | ocean | 2005-06-28 | 1 | -1/+0 |
* | * dir.c (glob_helper): get rid of using String. [ruby-dev:26180] | nobu | 2005-05-18 | 1 | -63/+80 |
* | * dir.c, file.c (lstat): avoid warnings for mingw. | eban | 2005-04-11 | 1 | -2/+2 |
* | * {bcc32,win32,wince}/Makefile.sub: ri data was not installed | ocean | 2005-04-11 | 1 | -1/+1 |
* | * dir.c (fnmatch): removed unnecessary code. (ruby_1_8 didn't have | ocean | 2005-03-05 | 1 | -2/+0 |
* | * dir.c (rb_push_glob): should work for NUL delimited patterns. | matz | 2005-01-21 | 1 | -1/+1 |
* | * dir.c (dir_s_mkdir): win32 special processing doesn't need any | usa | 2005-01-05 | 1 | -5/+0 |
* | * dir.c (dir_open_dir): new function. [ruby-dev:25242] | matz | 2004-12-18 | 1 | -2/+18 |
* | * dir.c (push_braces): do not reuse buffer strings. [ruby-core:03806] | nobu | 2004-11-25 | 1 | -3/+3 |
* | * file.c (rb_file_chown): integer conversion should be prior to | matz | 2004-11-22 | 1 | -2/+3 |
* | * dir.c (rb_globi): also should call back via rb_glob_caller(). | nobu | 2004-11-11 | 1 | -4/+8 |
* | * dir.c (push_braces): was confusing VALUE and char*. | matz | 2004-11-11 | 1 | -6/+5 |
* | * dir.c (rb_push_glob): Dir.glob should have call its block. | matz | 2004-11-11 | 1 | -5/+9 |
* | * dir.c (rb_glob2): do not allocate buffer from heap to avoid | matz | 2004-11-10 | 1 | -60/+73 |
* | * io.c (read_all): block string buffer modification during | matz | 2004-10-19 | 1 | -13/+6 |
* | * array.c (rb_ary_uniq_bang): element size might change during | matz | 2004-09-21 | 1 | -1/+2 |
* | * array.c (rb_ary_equal): element size might change during | matz | 2004-09-18 | 1 | -20/+37 |
* | * dir.c: backout untested code. | matz | 2004-08-20 | 1 | -28/+20 |
* | * dir.c (free_dir): fix memory leak. reported by yamamoto | matz | 2004-08-19 | 1 | -21/+33 |
* | * dir.c (range): use NULL instead of 0. | knu | 2004-07-17 | 1 | -6/+6 |
* | * dir.c (rb_glob2, rb_glob, push_globs, push_braces, rb_push_glob): | ocean | 2004-04-12 | 1 | -11/+24 |
* | * dir.c (range): fix possible "\0" overrun. (in case of "\0-") | ocean | 2004-03-17 | 1 | -9/+9 |
* | * dir.c (range): Cancel previous change. More discussion is needed. | ocean | 2004-03-08 | 1 | -3/+2 |
* | * dir.c (range): treat incomplete '[' as ordinary character (like | ocean | 2004-03-08 | 1 | -2/+3 |
* | * dir.c (glob_helper): '**/' should not match leading period | ocean | 2004-02-24 | 1 | -0/+2 |
* | * dir.c (rb_glob, rb_globi): add const. | ocean | 2004-02-16 | 1 | -16/+22 |
* | * dir.c (fnmatch): | ocean | 2004-02-09 | 1 | -3/+3 |
* | 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 |