aboutsummaryrefslogtreecommitdiffstats
path: root/dir.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * class.c (rb_include_module): detect cyclic module inclusion.matz2002-01-251-2/+2
* * eval.c (ruby_stop): should not trace error handler.matz2002-01-211-2/+10
* * io.c (rb_io_s_new): block check moved from initialize to thismatz2002-01-181-4/+7
* * process.c (security): always give warning for insecure PATH.matz2001-11-081-13/+9
* * marshal.c (r_object): better allocation type check formatz2001-10-031-5/+2
* * string.c (rb_str_init): String.new() => ""matz2001-09-191-31/+55
* * eval.c (rb_thread_restore_context): save current value ofmatz2001-09-081-1/+8
* * dir.c (dir_s_chdir): raise if environment variable HOME/LOGDIRnobu2001-09-061-11/+15
* * regex.c (re_search): should consider reverse search.matz2001-07-141-4/+11
* * error.c (exc_exception): clone the receiver exception instead ofmatz2001-07-021-3/+5
* * dir.c (Init_Dir): add a new method File::fnmatch? along withknu2001-06-131-4/+36
* * dir.c (glob_helper): teach has_magic() to handle flags and getknu2001-05-271-17/+22
* * array.c (rb_ary_and): should not push frozen key string.matz2001-05-161-2/+1
* * bignum.c (bigdivrem): access boundary bug.matz2001-05-111-3/+3
* forgot some checkins.matz2001-05-061-2/+4
* * dir.c (rb_glob, rb_globi): remove unnecessary FNM_PATHNAME.eban2001-05-021-2/+2
* * eval.c (block_pass): should not downgrade safe level.matz2001-05-021-7/+8
* * win32/win32.c: use ruby's opendir on mingw32.eban2001-04-011-3/+3
* * object.c (rb_str2cstr): warn if string contains \0 and lengthmatz2001-03-281-6/+6
* * ruby.h: rb_sys_stat -> statmatz2001-03-211-4/+4