aboutsummaryrefslogtreecommitdiffstats
path: root/dir.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* see ChangeLog.eban2000-05-291-6/+6
* 2000-05-25matz2000-05-251-1/+3
* 2000-05-24matz2000-05-241-6/+9
* 2000-05-15matz2000-05-151-1/+1
* 2000-05-09matz2000-05-091-1/+1
* 2000-05-01matz2000-05-011-2/+4
* 2000-03-07matz2000-03-071-6/+3
* 2000-02-29matz2000-02-291-12/+31
* 2000-02-17matz2000-02-171-1/+1
* 2000-02-01matz2000-02-011-3/+5
* 20000105matz2000-01-051-1/+1
* 19991214matz1999-12-141-2/+2