aboutsummaryrefslogtreecommitdiffstats
path: root/dir.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * gc.c (id2ref): sometimes confused symbol and reference.matz2001-03-211-28/+32
* * win32/win32.c (win32_stat): UNC support.eban2001-03-201-1/+1
* * dir.c (glob_helper): replace lstat() by stat() to follow symlinkmatz2001-03-191-21/+22
* * dir.c (dir_s_chdir): block form of Dir.chdir. (RCR#U016).matz2001-03-161-10/+39
* * dir.c (rb_glob_helper): fix drive letter handling on DOSISH.eban2001-03-131-1/+9
* * string.c (rb_str_delete_bang): delete! should take at least 1matz2001-02-281-1/+1
* * time.c (time_timeval): negative time interval shoule not bematz2001-02-271-2/+1
* * string.c (rb_str_substr): "a"[1,2] should return ""; needmatz2001-02-191-24/+43
* * process.c (proc_waitall): new method based on a patch from Brianmatz2001-02-151-2/+2
* * dir.c (dir_s_glob): supprt backslash escape of metacharactersmatz2001-02-141-12/+36
* * dir.c (lstat): should use rb_sys_stat if lstat(2) is noteban2001-02-131-0/+4
* * io.c (rb_io_ctl): do not call ioctl/fcntl for f2, if f and f2matz2001-02-131-5/+16
* * win32/win32.c (win32_stat): replace stat for enable when pathnameusa2001-02-091-1/+1
* * parse.y (parse_quotedwords): %w should allow parenthesis escape.matz2001-02-081-1/+1
* ebaneban2000-11-201-5/+24
* ebaneban2000-09-251-7/+5
* ebaneban2000-09-251-5/+7
* matzmatz2000-09-211-2/+2
* matzmatz2000-08-071-1/+1
* matzmatz2000-07-311-3/+2
* 2000-06-12matz2000-06-121-1/+4