aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* * encoding.c: provide basic features for M17N.matz2007-08-251-1/+1
* * configure.in (group_member): check if presents.nobu2007-08-231-0/+2
* * file.c (rb_file_s_rename): deleted code to get rid of a bug ofnobu2007-07-221-10/+5
* * include/ruby: moved public headers.nobu2007-06-101-4/+4
* * file.c (Init_File): method definition mismatch.nobu2007-05-181-2/+2
* * file.c (Init_File): add to_path method to File objects.matz2007-05-181-0/+1
* * file.c (rb_stat_uid, rb_stat_gid, eaccess): use rb_uid_t andnobu2007-03-041-3/+3
* * 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, gc.c, io.c, ruby.h, rubyio.h, win32/win32.h (rb_io_t):nobu2007-02-241-12/+12
* * file.c (rb_thread_flock, rb_file_flock): use UBF feature.nobu2007-02-241-44/+22
* * file.c (rb_find_file): should not call fpath_check() with NULL.usa2007-01-091-1/+3
* * object.c (Init_Object): new method Dir.exist?(path).matz2006-12-071-74/+97
* * 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-5/+12
* * hash.c (recursive_hash): remove unused local variable.matz2006-09-251-3/+2
* * file.c: ISPRINT() needs ctype.hnobu2006-09-101-0/+2
* * file.c (rb_f_test): test(0) should not have any specialmatz2006-09-091-7/+8
* * 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-7/+5
* * ruby.h (struct RArray): embed small arrays.matz2006-09-021-15/+14
* * file.c (test_identical, rb_file_s_truncate): use RSTRING_PTR andusa2006-08-311-7/+7
* * ruby.h (struct RString): embed small strings.matz2006-08-311-28/+27
* 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
* * object.c (rb_mod_attr): make Module#attr to be an alias tomatz2006-07-201-2/+2
* * eval.c, file.c, etc.: code-cleanup patch from Stefan Huehnermatz2006-06-201-1/+1
* * eval.c (Init_eval): add aliases invoke_method andmatz2006-06-171-1/+2
* * file.c: commit miss?ocean2006-02-061-3/+0
* * 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/+20
* * 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
* (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
* * file.c (test_identical): test if two files are identical.nobu2005-11-221-9/+91
* * 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-2/+2
* * file.c (file_s_dirname): added checks for some patterns with driveusa2005-11-181-1/+8
* * file.c (file_load_ok): eaccess() returns 0 on success.nobu2005-11-151-1/+1
* * file.c (file_load_ok): use eaccess() instead of actually openingmatz2005-11-151-8/+2
* * 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/+27
* * file.c (rb_file_s_readlink): readlink(2) on AIX fails with ERANGE ifnobu2005-11-061-1/+7
* * eval.c, file.c, ruby.c: removed strchr, strrchr, strstr definitionocean2005-10-201-6/+1