summaryrefslogtreecommitdiff
path: root/file.c
AgeCommit message (Expand)Author
2006-09-02* ruby.h (struct RArray): embed small arrays.matz
2006-08-31* file.c (test_identical, rb_file_s_truncate): use RSTRING_PTR andusa
2006-08-31* ruby.h (struct RString): embed small strings.matz
2006-08-27Fix documentation submitted by Rick Ohnemus. ruby-Bugs-5529. [ruby-core:08725]drbrain
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* object.c (rb_mod_attr): make Module#attr to be an alias tomatz
2006-06-20* eval.c, file.c, etc.: code-cleanup patch from Stefan Huehnermatz
2006-06-17* eval.c (Init_eval): add aliases invoke_method andmatz
2006-02-06* file.c: commit miss?ocean
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-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-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-15* file.c (file_load_ok): eaccess() returns 0 on success.nobu
2005-11-15* file.c (file_load_ok): use eaccess() instead of actually openingmatz
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-20* eval.c, file.c, ruby.c: removed strchr, strrchr, strstr definitionocean
2005-10-18* file.c (rb_file_join): elements may contain null pointer strings.nobu
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-10-11* array.c, enum.c, eval.c, util.c: safer function pointer usage.nobu
2005-10-05* range.c (rb_range_beg_len): should return Qfalse for non-rangematz
2005-09-28* file.c (rb_stat_inspect): constified.nobu
2005-09-20* file.c (rb_stat_inspect): protoized function pointer.nobu
2005-09-19* file.c (rb_thread_flock): should have resolved conflict.matz
2005-09-19* io.c (io_close): call rb_io_close() directly if io is a T_FILEmatz
2005-09-19* file.c (rb_file_chown): should accept nil. [ruby-dev:27171]aamine
2005-09-18* file.c (rb_thread_flock): wrap the flock system call byakr
2005-09-17* file.c (rb_file_join): convert components by to_s instead of to_str.nobu
2005-09-17* test/socket/test_tcp.rb (TestTCPSocket::test_recvfrom): typomatz
2005-09-16* file.c (rb_file_s_extname): empty string for path name ending with anobu
2005-09-14* bignum.c: changed `foo _((boo))' to `foo(boo)`. [ruby-dev:27056]ocean
2005-09-12* file.c (apply2files): stricter callback definition.nobu
2005-09-12* array.c: moved to ANSI function style from K&R function style.ocean
2005-06-30* eval.c (rb_eval): pre-evaluate argument for unambiguousmatz
2005-04-18* eval.c (search_required, rb_require_safe): expand path innobu
2005-04-11* dir.c, file.c (lstat): avoid warnings for mingw.eban