summaryrefslogtreecommitdiff
path: root/file.c
AgeCommit message (Expand)Author
2007-08-15 * file.c (rb_file_s_rename): deleted code to get rid of a bug ofshyouhei
2007-01-31* removed svn:keywords for compatibility.shugo
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
2005-10-17* file.c (chmod_internal, lchmod_internal): fixed type of 2nd argument.usa
2005-10-12* file.c (rb_f_test): typos in RDoc comments.eban
2005-10-12* file.c (rb_f_test): typo in RDoc comments.eban
2005-09-28* class.c (rb_mod_init_copy, rb_class_init_copy), file.c (rb_stat_init_copy),nobu
2005-09-28* file.c (apply2files): add prototype.nobu
2005-09-20* file.c (fpath_check): typo fixed.matz
2005-09-20* file.c (path_check_0): disallow sticky world writable directorymatz
2005-09-19* file.c (rb_file_chown): should accept nil. [ruby-dev:27171] (backport from ...aamine
2005-09-18* file.c (rb_thread_flock): wrap the flock system call byakr
2005-09-16* file.c (file_inspect_join): commit miss, applied a patch for old trunk.nobu
2005-09-16* file.c (file_inspect_join): missing argument declaration.nobu
2005-09-16* file.c (rb_file_s_extname): empty string for path name ending with anobu
2005-04-11* dir.c, file.c (lstat): avoid warnings for mingw.eban
2005-03-02typo fixakr
2004-12-18* dir.c (dir_open_dir): new function. [ruby-dev:25242]matz
2004-11-22* file.c (rb_file_chown): [ruby-dev:24949]matz
2004-11-22* file.c (rb_file_chown): integer conversion should be prior tomatz
2004-10-29* io.c (rb_io_check_initialized): new function to check uninitializednobu
2004-10-23* eval.c (rb_load, search_required, rb_require_safe, rb_require): usenobu
2004-10-17* file.c (rb_file_truncate): discard read buffer before truncation.nobu
2004-10-02* string.c (rb_str_sum): check was done with false pointer.matz
2004-09-18* array.c (rb_ary_equal): element size might change duringmatz
2004-07-17* eval.c (THREAD_ALLOC): th->thread should be initialized to NULL.matz
2004-04-14* array.c, enum.c, eval.c, file.c, io.c, numeric.c, object.c, prec.c,nobu
2004-04-05* eval.c (top_include): include in the wrapped load is done formatz