summaryrefslogtreecommitdiff
path: root/file.c
AgeCommit message (Expand)Author
2013-07-10* include/ruby/intern.h (rb_path_next, rb_path_skip_prefix,usa
2013-03-28merge revision(s) 39772,39773,39774,39775,39777,39779,39781,39783: [Backport ...usa
2013-02-06merge revision(s) 37174: [Backport #7754]usa
2012-12-19merge revision(s) 34871: [Backport #7415]usa
2012-11-09* file.c (append_fspath): no need to do encoding trick here.usa
2012-11-09* file.c (append_fspath): revert a part of r37562.usa
2012-11-08* file.c (append_fspath): filesystem encoding is prior to the encodingusa
2012-10-26merge revision(s) 34397: [Backport #6881]usa
2012-10-26merge revision(s) 34374: [Backport #6681]usa
2012-10-26merge revision(s) 32826,34732: [Backport #6681]usa
2012-10-25merge revision(s) 34849,34853,34854,34855,34859,34862,35384,35385,36811,36812...usa
2012-10-16merge revision(s) 36800: [Backport #6377]usa
2012-10-12merge revision(s) 37163:usa
2012-08-20merge revision(s) 33991:naruse
2012-07-04Fix previous commit.naruse
2012-07-03Revert r36279; it breaks C API compatibility.naruse
2012-07-03merge revision(s) 34374:naruse
2012-07-03merge revision(s) 34372:naruse
2012-03-01merge revision(s) r33525: [Backport #6104]naruse
2012-02-25merge revision(s) 34792:naruse
2012-02-25merge revision(s) 34786,34787,34788,34789:naruse
2012-02-06merge revision(s) 33603:usa
2011-07-20* backport r32579, r32581, r32587 by akr and r32588 by kazu.akr
2011-06-17* internal.h: declare internal functions here.akr
2011-06-16* fix for build on solaris 10.nobu
2011-06-15* file.c (rb_stat_rdev): use DEVT2NUM.naruse
2011-04-26* file.c (rb_file_truncate): fix function.nobu
2011-04-11* file.c (rb_group_member): kill 256K of stack usage.kosaki
2011-02-20* file.c (rb_file_flock): use rb_thread_io_blocking_region for thenobu
2011-01-27 * file.c (w32_io_info): get rid of too huge alloca().kosaki
2010-12-26* file.c (file_expand_path): get rid of warnings caused bynobu
2010-12-13* file.c: parenthesize macro arguments.akr
2010-12-06fix typoskazu
2010-11-20NTFS's ctime is creation time! [ruby-core:33269]naruse
2010-11-11* file.c (file_expand_path): use cygwin_conv_path on cygwin 1.7 ornobu
2010-10-15* file.c (NUM2DEVT, DEVT2NUM, PRI_DEVT_PREFIX): fallback tonobu
2010-10-15* configure.in (dev_t): use RUBY_REPLACE_TYPE.nobu
2010-10-14Refix for r29493; it is unsigned.naruse
2010-10-13* file.c (DEVT2NUM): added. Size of dev_t is depend on thenaruse
2010-09-04* file.c (rb_file_s_readlink): symlink target should be innobu
2010-08-29* file.c (rb_get_path_check): clarify error message fornobu
2010-08-27* file.c (null_device): move from io.c.nobu
2010-08-06* file.c (realpath_rec): rb_str_modify depends on the length, sonobu
2010-08-04* file.c (realpath_rec): call rb_str_modify before rb_str_set_len.akr
2010-08-02* file.c (file_expand_path): wrong condition. [ruby-core:31591]usa
2010-07-30 * file.c (file_expand_path): suppress a warning.nobu
2010-07-29* file.c (file_expand_path): home directory must be absolute.nobu
2010-07-29* file.c (file_expand_path): should check if could find user.nobu
2010-07-28* file.c (rb_file_s_basename): pass baselen to rmext.nobu
2010-07-27* class.c, compile.c, dir.c, file.c, iseq.c, parse.y, random.c:naruse