aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * file.c (rb_file_join): elements may contain null pointer strings.nobu2005-10-181-1/+1
* * 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
* * array.c, enum.c, eval.c, util.c: safer function pointer usage.nobu2005-10-111-1/+2
* * range.c (rb_range_beg_len): should return Qfalse for non-rangematz2005-10-051-7/+18
* * file.c (rb_stat_inspect): constified.nobu2005-09-281-2/+2
* * file.c (rb_stat_inspect): protoized function pointer.nobu2005-09-201-38/+38
* * file.c (rb_thread_flock): should have resolved conflict.matz2005-09-191-9/+0
* * io.c (io_close): call rb_io_close() directly if io is a T_FILEmatz2005-09-191-2/+13
* * file.c (rb_file_chown): should accept nil. [ruby-dev:27171]aamine2005-09-191-2/+2
* * file.c (rb_thread_flock): wrap the flock system call byakr2005-09-181-1/+5
* * file.c (rb_file_join): convert components by to_s instead of to_str.nobu2005-09-171-7/+2
* * test/socket/test_tcp.rb (TestTCPSocket::test_recvfrom): typomatz2005-09-171-0/+1
* * file.c (rb_file_s_extname): empty string for path name ending with anobu2005-09-161-5/+12
* * bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056]ocean2005-09-141-6/+6
* * file.c (apply2files): stricter callback definition.nobu2005-09-121-36/+24
* * array.c: moved to ANSI function style from K&R function style.ocean2005-09-121-312/+144
* * eval.c (rb_eval): pre-evaluate argument for unambiguousmatz2005-06-301-1/+1
* * eval.c (search_required, rb_require_safe): expand path innobu2005-04-181-1/+1
* * dir.c, file.c (lstat): avoid warnings for mingw.eban2005-04-111-2/+2
* * file.c (eaccess): workaround for VC++8 runtime.usa2005-03-041-0/+3
* * array.c: replace rb_protect_inspect() and rb_inspecting_p() bymatz2005-03-041-6/+4
* typo fixakr2005-03-021-1/+1
* * io.c (io_fwrite): avoid context switch before writing to stderr.akr2004-12-071-3/+0