summaryrefslogtreecommitdiff
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* merge revision(s) 15477:shyouhei2008-06-151-1/+1
* * file.c (isdirsep): backslash is valid path separator on cygwin too.nobu2008-05-171-7/+6
* * file.c (file_expand_path): fix for short file name on Cygwin.nobu2008-05-171-4/+8
* * file.c (OpenFile): prevent conflict on Windows.nobu2008-05-171-2/+4
* * file.c (file_expand_path): rb_str_set_len is not backported.nobu2008-05-171-2/+2
* * file.c (file_expand_path): support for alternative data streamnobu2008-05-171-31/+185
* * configure.in (group_member): check if presents.shyouhei2007-09-071-0/+2
* * file.c (rb_file_s_rename): deleted code to get rid of a bug ofshyouhei2007-08-221-11/+7
* merge -c 12127shyouhei2007-05-221-1/+1
* * file.c (rb_file_s_utime): allow nil to set the current time.knu2007-03-041-9/+15
* * 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
* * file.c (rb_path_end): skip root directory. fixed: [ruby-core:08913]nobu2006-09-251-4/+12
* * file.c (path_check_0, fpath_check): disable path check on cygwin.nobu2006-09-071-3/+11
* * file.c (path_check_0): check if sticky bit is set on parentnobu2006-09-041-8/+6
* Fix documentation submitted by Rick Ohnemus. ruby-Bugs-5529. [ruby-core:08725]drbrain2006-08-271-3/+3
* * file.c (rb_file_s_rename): use errno if set properly.nobu2006-08-191-1/+7
* * file.c (rb_stat_[rRwWxX]): check for super user.nobu2006-08-171-1/+27
* * ruby.h: export classes/modules to implement sandbox.matz2006-07-201-2/+2
* * file.c (cygwin_flock): save old errno.eban2006-02-061-1/+4
* * file.c (rb_thread_flock): ERROR_NOT_LOCKED is not an error on Cygwin.eban2006-02-061-3/+17
* * configure.in, dln.c, file.c, intern.h, missing.h (eaccess): usenobu2006-01-251-0/+2
* * file.c (rb_file_s_chmod): avoid warning where sizeof(int) !=ocean2006-01-131-2/+2
* * file.c (eaccess): workaround for VC++8 runtime.usa2005-12-291-0/+3
* (rb_f_test): fix document. [ruby-dev:28087]akr2005-12-211-1/+11
* * file.c (w32_io_info): should return handle because FileIndex isocean2005-12-211-14/+16
* * file.c (w32_io_info): CreateFile failed on Win9x if file was alreadyocean2005-11-231-1/+2
* * file.c (w32_io_info): should not call GetFileInformationByHandleocean2005-11-231-16/+19
* * intern.h, file.c: failed to compile on windows.ocean2005-11-231-4/+4
* * file.c (test_identical): test if two files are identical.nobu2005-11-221-9/+94
* * file.c (rb_file_s_basename): skip slashes just after UNC top slashes.usa2005-11-221-1/+3
* * file.c (rb_file_s_basename): DOSISH_UNC is defined on cygwin butnobu2005-11-211-3/+3
* * file.c (rb_path_skip_prefix, rb_file_s_basename): UNC without pathnobu2005-11-211-3/+26
* * file.c (rb_file_s_dirname): should use skipprefix for UNC path.usa2005-11-181-1/+1
* * file.c (file_s_dirname): added checks for some patterns with driveusa2005-11-181-2/+9
* * file.c (rb_file_s_readlink): ERANGE will occur only on GPFS.nobu2005-11-141-6/+4
* * configure.in: undef HAVE_LINK on BeOS. (link(2) always returnsocean2005-11-101-0/+32
* * file.c (rb_file_s_readlink): readlink(2) on AIX fails with ERANGE ifnobu2005-11-061-1/+7
* * file.c (rb_file_join): elements may contain null pointer strings.nobu2005-10-181-1/+1
* * file.c (chmod_internal, lchmod_internal): fixed type of 2nd argument.usa2005-10-171-4/+8
* * file.c (rb_f_test): typos in RDoc comments.eban2005-10-121-3/+3
* * file.c (rb_f_test): typo in RDoc comments.eban2005-10-121-1/+1
* * class.c (rb_mod_init_copy, rb_class_init_copy), file.c (rb_stat_init_copy),nobu2005-09-281-0/+1
* * file.c (apply2files): add prototype.nobu2005-09-281-43/+66
* * file.c (fpath_check): typo fixed.matz2005-09-201-1/+1
* * file.c (path_check_0): disallow sticky world writable directorymatz2005-09-201-9/+21
* * file.c (rb_file_chown): should accept nil. [ruby-dev:27171] (backport from ...aamine2005-09-191-2/+2
* * file.c (rb_thread_flock): wrap the flock system call byakr2005-09-181-1/+5
* * file.c (file_inspect_join): commit miss, applied a patch for old trunk.nobu2005-09-161-1/+0
* * file.c (file_inspect_join): missing argument declaration.nobu2005-09-161-0/+1