| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * 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 |
* | * dir.c (glob_helper): should have proceed link when link->path | matz | 2002-04-10 | 1 | -4/+4 |
* | * regex.c (mbc_startpos_func): VC6 seems to be unable to | nobu | 2002-03-25 | 1 | -2/+2 |
* | * dir.c (rb_push_glob): local variable 'maxnest' was | nobu | 2002-03-25 | 1 | -1/+1 |
* | * ext/socket/socket.c (bsock_do_not_rev_lookup_set): should not be | matz | 2002-03-25 | 1 | -1/+3 |
* | * dir.c (rb_push_glob): avoid SEGV when no block given. | nobu | 2002-03-13 | 1 | -1/+1 |
* | * dir.c: FNM_PERIOD is obsoleted and FNM_DOTMATCH is introduced | knu | 2002-03-13 | 1 | -33/+69 |
* | * parse.y (expr_value, arg_value, primary_value): value_expr() | matz | 2002-02-18 | 1 | -13/+6 |
* | * parse.y (stmt): local variable declaration order was changed | matz | 2002-02-13 | 1 | -3/+0 |
* | * class.c (rb_include_module): detect cyclic module inclusion. | matz | 2002-01-25 | 1 | -2/+2 |
* | * eval.c (ruby_stop): should not trace error handler. | matz | 2002-01-21 | 1 | -2/+10 |
* | * io.c (rb_io_s_new): block check moved from initialize to this | matz | 2002-01-18 | 1 | -4/+7 |