summaryrefslogtreecommitdiff
path: root/file.c
AgeCommit message (Expand)Author
2010-07-29* file.c (file_expand_path): home directory must be absolute.nobu
2010-07-29* file.c (file_expand_path): should check if could find user.nobu
2010-07-07merge from trunk (r28565)usa
2010-07-02* file.c (ruby_find_basename, ruby_find_extname): split fromusa
2010-05-26* file.c (file_expand_path): revert a part of r22392. it's commit miss.usa
2010-04-19* file.c (rb_file_s_extname): skip last directory separators.nobu
2010-02-16* file.c (rb_group_member): renamed from group_member.akr
2009-10-28* time.c: rdoc fix for <=>marcandre
2009-10-22* *.[chy]: removed trailing spaces.nobu
2009-05-31* file.c (istrailinggarbage): fixed typo.nobu
2009-04-29* file.c (rb_file_join): recursive array has no meaning as pathnobu
2009-03-07* file.c: include fcntl.h for O_RDONLY on Solaris.akr
2009-02-27* file.c (file_load_ok): cygwin allows to open directories.nobu
2009-02-27* file.c (file_load_ok): checks if regular file, except for thenobu
2009-02-27* file.c (file_load_ok): checks if regular file. [ruby-dev:38097]nobu
2009-02-18* file.c (rb_file_s_extname): fix for spaces before extention.nobu
2009-02-18* file.c: removed trailing spaces.nobu
2009-02-18* file.c (file_expand_path): suppress a warning. named magicnobu
2008-09-26* file.c (rb_file_s_extname): preceding dots are not a part ofnobu
2008-09-26* file.c (rmext): preceding dots are not a part of extension.nobu
2008-08-05* file.c (rb_find_file): reset to real class.nobu
2008-08-05* file.c (rb_stat_mode): generalized st_mode mask.nobu
2008-07-28* file.c (rb_find_file_ext, rb_find_file): converts Windows style pathnobu
2008-07-28* file.c (rb_find_file_ext, rb_find_file): not to split load path withnobu
2008-07-25* file.c: commit miss.nobu
2008-07-24* file.c (rb_find_file_ext, rb_find_file): converts Windows style pathnobu
2008-07-06* file.c (rb_file_s_extname): fix for file name with spaces.nobu
2008-06-14* file.c (file_expand_path): no need to expand root path which has nonobu
2008-06-03* file.c (file_expand_path): fix for non-existent files and SFN ofnobu
2008-06-01* suppress warnings on cygwin, mingw and mswin.nobu
2008-05-31* suppress warnings with -Wwrite-string.nobu
2008-05-27 * file.c (BUFCHECK): wrong condition. [ruby-core:16921]usa
2008-05-26* file.c (BUFCHECK): no resize if enough room.nobu
2008-05-26 * file.c (ntfs_tail): filename which starts with '.' is valid.usa
2008-05-20* file.c (lchmod_internal): Remove a compiler warning.knu
2008-05-17* file.c (file_expand_path): fix for short file name on Cygwin.nobu
2008-05-17* file.c (rb_file_s_extname): first dot is not an extension name.nobu
2008-05-15* file.c (file_expand_path): support for alternative data streamnobu
2008-04-22 * file.c (eaccess): workaround for recent msvcrt's behavior.usa
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