summaryrefslogtreecommitdiff
path: root/file.c
AgeCommit message (Expand)Author
2009-06-03merge revision(s) 22812:shyouhei
2009-05-26merge revision(s) 22392:22394:shyouhei
2009-03-23merge revision(s) 22654:22661:shyouhei
2008-07-10merge revision(s) 17916:shyouhei
2008-06-17* file.c (file_expand_path): no need to expand root path which has noknu
2008-06-06Merge changes from ruby_1_8 to reduce warnings and potentially improveknu
2008-06-06* file.c (file_expand_path): fix for non-existent files and SFN ofknu
2008-05-31Merge from ruby_1_8.knu
2008-05-27Merge from ruby_1_8.knu
2008-05-21Merge from ruby_1_8.knu
2008-05-18Merge -r16241:16456 from ruby_1_8.knu
2008-04-22Merge from ruby_1_8.knu
2008-04-15* rubyio.h (rb_io_t): renamed from OpenFile.nobu
2008-03-08* file.c (isdirsep): backslash is valid path separator on cygwin too.nobu
2008-02-14* configure.in (ftruncate): check if available.nobu
2008-02-14* file.c (rb_file_s_utime): inhibits with secure level 2 or higher.nobu
2007-08-30* configure.in (group_member): check if presents.nobu
2007-07-22* file.c (rb_file_s_rename): deleted code to get rid of a bug ofnobu
2007-03-24* node.h (struct rb_thread.locals): explicit as struct.nobu
2007-03-04* file.c (rb_stat_s_utime): fixed a commit miss for the platformsnobu
2007-03-03* file.c (rb_file_s_utime): allow nil to set the current time.nobu
2007-01-09* file.c (rb_find_file): should not call fpath_check() with NULL.usa
2006-11-22* file.c (test_grpowned, rb_stat_grpowned): should honormatz
2006-09-25* file.c (rb_path_end): skip root directory. fixed: [ruby-core:08913]nobu
2006-09-07* file.c (path_check_0, fpath_check): disable path check on cygwin.nobu
2006-09-04* file.c (path_check_0): check if sticky bit is set on parentnobu
2006-08-27Fix documentation submitted by Rick Ohnemus. ruby-Bugs-5529. [ruby-core:08725]drbrain
2006-08-19* file.c (rb_file_s_rename): use errno if set properly.nobu
2006-08-17* file.c (rb_stat_[rRwWxX]): check for super user.nobu
2006-07-20* ruby.h: export classes/modules to implement sandbox.matz
2006-02-06* file.c (cygwin_flock): save old errno.eban
2006-02-06* file.c (rb_thread_flock): ERROR_NOT_LOCKED is not an error on Cygwin.eban
2006-01-25* configure.in, dln.c, file.c, intern.h, missing.h (eaccess): usenobu
2006-01-13* file.c (rb_file_s_chmod): avoid warning where sizeof(int) !=ocean
2005-12-29* file.c (eaccess): workaround for VC++8 runtime.usa
2005-12-21(rb_f_test): fix document. [ruby-dev:28087]akr
2005-12-21* file.c (w32_io_info): should return handle because FileIndex isocean
2005-11-23* file.c (w32_io_info): CreateFile failed on Win9x if file was alreadyocean
2005-11-23* file.c (w32_io_info): should not call GetFileInformationByHandleocean
2005-11-23* intern.h, file.c: failed to compile on windows.ocean
2005-11-22* file.c (test_identical): test if two files are identical.nobu
2005-11-22* file.c (rb_file_s_basename): skip slashes just after UNC top slashes.usa
2005-11-21* file.c (rb_file_s_basename): DOSISH_UNC is defined on cygwin butnobu
2005-11-21* file.c (rb_path_skip_prefix, rb_file_s_basename): UNC without pathnobu
2005-11-18* file.c (rb_file_s_dirname): should use skipprefix for UNC path.usa
2005-11-18* file.c (file_s_dirname): added checks for some patterns with driveusa
2005-11-14* file.c (rb_file_s_readlink): ERANGE will occur only on GPFS.nobu
2005-11-10* configure.in: undef HAVE_LINK on BeOS. (link(2) always returnsocean
2005-11-06* file.c (rb_file_s_readlink): readlink(2) on AIX fails with ERANGE ifnobu
2005-10-18* file.c (rb_file_join): elements may contain null pointer strings.nobu