| Commit message (Expand) | Author | Age | Files | Lines |
* | merge revision(s) 17916: | shyouhei | 2008-07-10 | 1 | -1/+1 |
* | * file.c: fixes to compile on mswin32. Patch from U. Nakamura | shyouhei | 2008-06-18 | 1 | -38/+25 |
* | merge revision(s) 16618: | shyouhei | 2008-06-15 | 1 | -5/+9 |
* | merge revision(s) 16420,16454: | shyouhei | 2008-06-15 | 1 | -13/+27 |
* | merge revision(s) 15477: | shyouhei | 2008-06-15 | 1 | -1/+1 |
* | * file.c (isdirsep): backslash is valid path separator on cygwin too. | nobu | 2008-05-17 | 1 | -7/+6 |
* | * file.c (file_expand_path): fix for short file name on Cygwin. | nobu | 2008-05-17 | 1 | -4/+8 |
* | * file.c (OpenFile): prevent conflict on Windows. | nobu | 2008-05-17 | 1 | -2/+4 |
* | * file.c (file_expand_path): rb_str_set_len is not backported. | nobu | 2008-05-17 | 1 | -2/+2 |
* | * file.c (file_expand_path): support for alternative data stream | nobu | 2008-05-17 | 1 | -31/+185 |
* | * configure.in (group_member): check if presents. | shyouhei | 2007-09-07 | 1 | -0/+2 |
* | * file.c (rb_file_s_rename): deleted code to get rid of a bug of | shyouhei | 2007-08-22 | 1 | -11/+7 |
* | merge -c 12127 | shyouhei | 2007-05-22 | 1 | -1/+1 |
* | * file.c (rb_file_s_utime): allow nil to set the current time. | knu | 2007-03-04 | 1 | -9/+15 |
* | * file.c (rb_find_file): should not call fpath_check() with NULL. | usa | 2007-01-09 | 1 | -1/+3 |
* | * file.c (test_grpowned, rb_stat_grpowned): should honor | matz | 2006-11-22 | 1 | -4/+4 |
* | * file.c (rb_path_end): skip root directory. fixed: [ruby-core:08913] | nobu | 2006-09-25 | 1 | -4/+12 |
* | * file.c (path_check_0, fpath_check): disable path check on cygwin. | nobu | 2006-09-07 | 1 | -3/+11 |
* | * file.c (path_check_0): check if sticky bit is set on parent | nobu | 2006-09-04 | 1 | -8/+6 |
* | Fix documentation submitted by Rick Ohnemus. ruby-Bugs-5529. [ruby-core:08725] | drbrain | 2006-08-27 | 1 | -3/+3 |
* | * file.c (rb_file_s_rename): use errno if set properly. | nobu | 2006-08-19 | 1 | -1/+7 |
* | * file.c (rb_stat_[rRwWxX]): check for super user. | nobu | 2006-08-17 | 1 | -1/+27 |
* | * ruby.h: export classes/modules to implement sandbox. | matz | 2006-07-20 | 1 | -2/+2 |
* | * file.c (cygwin_flock): save old errno. | eban | 2006-02-06 | 1 | -1/+4 |
* | * file.c (rb_thread_flock): ERROR_NOT_LOCKED is not an error on Cygwin. | eban | 2006-02-06 | 1 | -3/+17 |
* | * configure.in, dln.c, file.c, intern.h, missing.h (eaccess): use | nobu | 2006-01-25 | 1 | -0/+2 |
* | * file.c (rb_file_s_chmod): avoid warning where sizeof(int) != | ocean | 2006-01-13 | 1 | -2/+2 |
* | * file.c (eaccess): workaround for VC++8 runtime. | usa | 2005-12-29 | 1 | -0/+3 |
* | (rb_f_test): fix document. [ruby-dev:28087] | akr | 2005-12-21 | 1 | -1/+11 |
* | * file.c (w32_io_info): should return handle because FileIndex is | ocean | 2005-12-21 | 1 | -14/+16 |
* | * file.c (w32_io_info): CreateFile failed on Win9x if file was already | ocean | 2005-11-23 | 1 | -1/+2 |
* | * file.c (w32_io_info): should not call GetFileInformationByHandle | ocean | 2005-11-23 | 1 | -16/+19 |
* | * intern.h, file.c: failed to compile on windows. | ocean | 2005-11-23 | 1 | -4/+4 |
* | * file.c (test_identical): test if two files are identical. | nobu | 2005-11-22 | 1 | -9/+94 |
* | * file.c (rb_file_s_basename): skip slashes just after UNC top slashes. | usa | 2005-11-22 | 1 | -1/+3 |
* | * file.c (rb_file_s_basename): DOSISH_UNC is defined on cygwin but | nobu | 2005-11-21 | 1 | -3/+3 |
* | * file.c (rb_path_skip_prefix, rb_file_s_basename): UNC without path | nobu | 2005-11-21 | 1 | -3/+26 |
* | * file.c (rb_file_s_dirname): should use skipprefix for UNC path. | usa | 2005-11-18 | 1 | -1/+1 |
* | * file.c (file_s_dirname): added checks for some patterns with drive | usa | 2005-11-18 | 1 | -2/+9 |
* | * file.c (rb_file_s_readlink): ERANGE will occur only on GPFS. | nobu | 2005-11-14 | 1 | -6/+4 |
* | * configure.in: undef HAVE_LINK on BeOS. (link(2) always returns | ocean | 2005-11-10 | 1 | -0/+32 |
* | * file.c (rb_file_s_readlink): readlink(2) on AIX fails with ERANGE if | nobu | 2005-11-06 | 1 | -1/+7 |
* | * file.c (rb_file_join): elements may contain null pointer strings. | nobu | 2005-10-18 | 1 | -1/+1 |
* | * file.c (chmod_internal, lchmod_internal): fixed type of 2nd argument. | usa | 2005-10-17 | 1 | -4/+8 |
* | * file.c (rb_f_test): typos in RDoc comments. | eban | 2005-10-12 | 1 | -3/+3 |
* | * file.c (rb_f_test): typo in RDoc comments. | eban | 2005-10-12 | 1 | -1/+1 |
* | * class.c (rb_mod_init_copy, rb_class_init_copy), file.c (rb_stat_init_copy), | nobu | 2005-09-28 | 1 | -0/+1 |
* | * file.c (apply2files): add prototype. | nobu | 2005-09-28 | 1 | -43/+66 |
* | * file.c (fpath_check): typo fixed. | matz | 2005-09-20 | 1 | -1/+1 |
* | * file.c (path_check_0): disallow sticky world writable directory | matz | 2005-09-20 | 1 | -9/+21 |