aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* * file.c (rb_file_s_basename, rb_file_s_dirname): documentaion fix.usa2012-06-141-5/+6
* obj_init_copynobu2012-06-051-6/+1
* file.c: fix for UNCnobu2012-05-261-0/+7
* Imports Ruby's port to NativeClient (a.k.a NaCl).yugui2012-05-171-0/+22
* * reduce UNREACHABLE.nobu2012-04-151-17/+12
* * variable.c (trace_ev): Removed "not reached" comment as this line isdrbrain2012-04-141-1/+2
* * file.c (rb_file_s_basename): rb_enc_asciicompat() evaluates the argument mu...nobu2012-03-231-2/+2
* * file.c (ruby_enc_find_basename): allow NULL as alllen.nobu2012-03-151-1/+1
* * include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085]marcandre2012-03-141-3/+3
* * file.c (file_expand_path): use wcscasecmp().nobu2012-03-021-1/+2
* * Makefile.in (PLATFORM_DIR): add a variable for `win32` directory.shirosaki2012-02-281-12/+8
* * file.c (utime_internal): fix a variable missed to replace.nobu2012-02-241-1/+1
* * dir.c, file.c, io.c (rb_sys_fail_path): use rb_sys_fail_str.nobu2012-02-241-43/+31
* * dir.c, file.c, io.c: use rb_sys_fail_path.nobu2012-02-241-16/+17
* * file.c (rb_f_test): Fix formatting of Kernel#test rdoc.drbrain2012-02-211-4/+3
* * file.c (append_fspath): need to set the encoding to result always.usa2012-01-301-1/+1
* * file.c (rb_file_s_basename): ignore non-ascii extension innobu2012-01-251-7/+4
* * file.c (rmext): no extension to strip if empty string.nobu2012-01-251-1/+1
* * file.c (rb_enc_path_next, rb_enc_path_skip_prefix)nobu2012-01-251-159/+256
* * file.c (rb_file_join): separator is appended by array length - 1naruse2012-01-051-1/+1
* * file.c (file_path_convert): don't convert it when the path string isnaruse2011-12-091-1/+3
* * file.c (file_expand_path): reset coderange after expanding path.naruse2011-11-011-0/+1
* * process.c (ruby_setsid): use rb_cloexec_open.akr2011-10-291-4/+4
* * file.c (rb_file_join): honor input encodings than ASCII-8BIT.nobu2011-10-261-1/+4
* * include/ruby/intern.h (rb_fd_set_cloexec): declared.akr2011-10-221-2/+2
* * include/ruby/intern.h (rb_update_max_fd): declaration moved fromakr2011-07-201-0/+2
* * internal.h: declare internal functions here.akr2011-06-171-4/+1
* * fix for build on solaris 10.nobu2011-06-161-1/+2
* * file.c (rb_stat_rdev): use DEVT2NUM.naruse2011-06-151-5/+3
* * file.c (rb_file_truncate): fix function.nobu2011-04-261-1/+1
* * file.c (rb_group_member): kill 256K of stack usage.kosaki2011-04-111-5/+11
* * file.c (rb_file_flock): use rb_thread_io_blocking_region for thenobu2011-02-201-1/+1
* * file.c (w32_io_info): get rid of too huge alloca().kosaki2011-01-271-1/+4
* * file.c (file_expand_path): get rid of warnings caused bynobu2010-12-261-5/+10
* * file.c: parenthesize macro arguments.akr2010-12-131-22/+22
* fix typoskazu2010-12-061-2/+2
* NTFS's ctime is creation time! [ruby-core:33269]naruse2010-11-201-0/+6
* * file.c (file_expand_path): use cygwin_conv_path on cygwin 1.7 ornobu2010-11-111-8/+29
* * file.c (NUM2DEVT, DEVT2NUM, PRI_DEVT_PREFIX): fallback tonobu2010-10-151-0/+10
* * configure.in (dev_t): use RUBY_REPLACE_TYPE.nobu2010-10-151-10/+2
* Refix for r29493; it is unsigned.naruse2010-10-141-3/+3
* * file.c (DEVT2NUM): added. Size of dev_t is depend on thenaruse2010-10-131-5/+11
* * file.c (rb_file_s_readlink): symlink target should be innobu2010-09-041-1/+1
* * file.c (rb_get_path_check): clarify error message fornobu2010-08-291-2/+7
* * file.c (null_device): move from io.c.nobu2010-08-271-0/+13
* * file.c (realpath_rec): rb_str_modify depends on the length, sonobu2010-08-061-2/+1
* * file.c (realpath_rec): call rb_str_modify before rb_str_set_len.akr2010-08-041-0/+1
* * file.c (file_expand_path): wrong condition. [ruby-core:31591]usa2010-08-021-1/+1
* * file.c (file_expand_path): suppress a warning.nobu2010-07-301-0/+1
* * file.c (file_expand_path): home directory must be absolute.nobu2010-07-291-4/+14