summaryrefslogtreecommitdiff
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* * file.c (file_expand_path): home directory must be absolute.nobu2010-07-291-3/+13
* * file.c (file_expand_path): should check if could find user.nobu2010-07-291-0/+2
* merge from trunk (r28565)usa2010-07-071-7/+13
* * file.c (ruby_find_basename, ruby_find_extname): split fromusa2010-07-021-46/+97
* * file.c (file_expand_path): revert a part of r22392. it's commit miss.usa2010-05-261-1/+1
* * file.c (rb_file_s_extname): skip last directory separators.nobu2010-04-191-1/+1
* * file.c (rb_group_member): renamed from group_member.akr2010-02-161-9/+7
* * time.c: rdoc fix for <=>marcandre2009-10-281-1/+1
* * *.[chy]: removed trailing spaces.nobu2009-10-221-197/+197
* * file.c (istrailinggarbage): fixed typo.nobu2009-05-311-8/+8
* * file.c (rb_file_join): recursive array has no meaning as pathnobu2009-04-291-2/+2
* * file.c: include fcntl.h for O_RDONLY on Solaris.akr2009-03-071-0/+4
* * file.c (file_load_ok): cygwin allows to open directories.nobu2009-02-271-1/+1
* * file.c (file_load_ok): checks if regular file, except for thenobu2009-02-271-5/+11
* * file.c (file_load_ok): checks if regular file. [ruby-dev:38097]nobu2009-02-271-21/+7
* * file.c (rb_file_s_extname): fix for spaces before extention.nobu2009-02-181-1/+1
* * file.c: removed trailing spaces.nobu2009-02-181-1/+3
* * file.c (file_expand_path): suppress a warning. named magicnobu2009-02-181-4/+10
* * file.c (rb_file_s_extname): preceding dots are not a part ofnobu2008-09-261-0/+1
* * file.c (rmext): preceding dots are not a part of extension.nobu2008-09-261-2/+5
* * file.c (rb_find_file): reset to real class.nobu2008-08-051-1/+2
* * file.c (rb_stat_mode): generalized st_mode mask.nobu2008-08-051-21/+3
* * file.c (rb_find_file_ext, rb_find_file): converts Windows style pathnobu2008-07-281-5/+21
* * file.c (rb_find_file_ext, rb_find_file): not to split load path withnobu2008-07-281-54/+25
* * file.c: commit miss.nobu2008-07-251-1/+0
* * file.c (rb_find_file_ext, rb_find_file): converts Windows style pathnobu2008-07-241-0/+22
* * file.c (rb_file_s_extname): fix for file name with spaces.nobu2008-07-061-1/+1
* * file.c (file_expand_path): no need to expand root path which has nonobu2008-06-141-3/+3
* * file.c (file_expand_path): fix for non-existent files and SFN ofnobu2008-06-031-18/+15
* * suppress warnings on cygwin, mingw and mswin.nobu2008-06-011-13/+17
* * suppress warnings with -Wwrite-string.nobu2008-05-311-1/+1
* * file.c (BUFCHECK): wrong condition. [ruby-core:16921]usa2008-05-271-3/+3
* * file.c (BUFCHECK): no resize if enough room.nobu2008-05-261-8/+8
* * file.c (ntfs_tail): filename which starts with '.' is valid.usa2008-05-261-1/+2
* * file.c (lchmod_internal): Remove a compiler warning.knu2008-05-201-1/+1
* * file.c (file_expand_path): fix for short file name on Cygwin.nobu2008-05-171-4/+8
* * file.c (rb_file_s_extname): first dot is not an extension name.nobu2008-05-171-2/+2
* * file.c (file_expand_path): support for alternative data streamnobu2008-05-151-32/+191
* * file.c (eaccess): workaround for recent msvcrt's behavior.usa2008-04-221-2/+2
* * rubyio.h (rb_io_t): renamed from OpenFile.nobu2008-04-151-13/+13
* * file.c (isdirsep): backslash is valid path separator on cygwin too.nobu2008-03-081-7/+6
* * configure.in (ftruncate): check if available.nobu2008-02-141-1/+1
* * file.c (rb_file_s_utime): inhibits with secure level 2 or higher.nobu2008-02-141-0/+1
* * configure.in (group_member): check if presents.nobu2007-08-301-0/+2
* * file.c (rb_file_s_rename): deleted code to get rid of a bug ofnobu2007-07-221-11/+7
* * node.h (struct rb_thread.locals): explicit as struct.nobu2007-03-241-1/+1
* * file.c (rb_stat_s_utime): fixed a commit miss for the platformsnobu2007-03-041-5/+8
* * file.c (rb_file_s_utime): allow nil to set the current time.nobu2007-03-031-4/+7
* * file.c (rb_find_file): should not call fpath_check() with NULL.usa2007-01-091-1/+3
* * file.c (test_grpowned, rb_stat_grpowned): should honormatz2006-11-221-4/+4