summaryrefslogtreecommitdiff
path: root/file.c
AgeCommit message (Expand)Author
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
2010-07-18* include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862]nobu
2010-07-07* file.c (ruby_find_basename): set correct baselen.usa
2010-07-07* file.c (ruby_find_basename): should initialize f.usa
2010-07-02* io.c (argf_inplace_mode_set): prohibits an assignment of a taintedusa
2010-06-29* file.c (rb_realpath_internal, realpath_rec): skip UNC share rootusa
2010-06-17* file.c (rb_str_encode_ospath): when the encoding of the parameterusa
2010-06-04* file.c (rb_f_test): 'W' should test writable by real uid/git,nobu
2010-05-31* file.c (file_expand_path): Refix r28102: this breaksnaruse
2010-05-30* file.c (file_expand_path): check if expanded dname encoding isnobu
2010-05-30* file.c (rb_file_directory_p): update rdoc. a patch from Ilkkamame
2010-05-29* removed trailing spaces.nobu
2010-05-27* file.c (rb_home_dir): set filesystem encoding.naruse
2010-05-27* file.c (file_expand_path): set encoding as the same of fnamenaruse
2010-05-27* file.c (file_expand_path): use rb_enc_associate_index andnaruse
2010-05-26* file.c (file_expand_path): revert a part of r22392. it's commit miss.usa
2010-05-17* enum.c: Documentation: small fixesmarcandre
2010-05-17* hash.c: Documentation: change => in call-seq to ->.marcandre
2010-05-17* array.c: Documentation: change => in call-seq to ->.marcandre
2010-05-05* file.c (rb_stat): use STAT macro instead of calling stat() directly.usa
2010-05-03* file.c (rb_str_encode_ospath): unused variable.nobu
2010-04-30* merge some patches from win32-uncode-test branch.usa
2010-04-30* file.c (file_expand_path): call rb_str_set_len before BUFCHECK toakr
2010-04-30* eval.c (make_exception, rb_obj_extend): Fix error messages in case of wrongmarcandre
2010-04-19* file.c (rb_file_s_extname): skip last directory separators.nobu
2010-03-30* file.c (rb_file_dirname): split from rb_file_s_dirname.nobu
2010-03-25* file.c (rb_get_path_check): prefer #to_path over #to_str. a patchmame