aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * file.c (file_expand_path): should check if could find user.nobu2010-07-291-1/+3
* * file.c (rb_file_s_basename): pass baselen to rmext.nobu2010-07-281-6/+3
* * class.c, compile.c, dir.c, file.c, iseq.c, parse.y, random.c:naruse2010-07-271-1/+1
* * include/ruby/ruby.h (rb_data_type_t): restructured. [ruby-dev:41862]nobu2010-07-181-1/+1
* * file.c (ruby_find_basename): set correct baselen.usa2010-07-071-6/+12
* * file.c (ruby_find_basename): should initialize f.usa2010-07-071-1/+1
* * io.c (argf_inplace_mode_set): prohibits an assignment of a taintedusa2010-07-021-50/+101
* * file.c (rb_realpath_internal, realpath_rec): skip UNC share rootusa2010-06-291-4/+16
* * file.c (rb_str_encode_ospath): when the encoding of the parameterusa2010-06-171-6/+12
* * file.c (rb_f_test): 'W' should test writable by real uid/git,nobu2010-06-041-1/+1
* * file.c (file_expand_path): Refix r28102: this breaksnaruse2010-05-311-2/+3
* * file.c (file_expand_path): check if expanded dname encoding isnobu2010-05-301-2/+2
* * file.c (rb_file_directory_p): update rdoc. a patch from Ilkkamame2010-05-301-11/+2
* * removed trailing spaces.nobu2010-05-291-3/+3
* * file.c (rb_home_dir): set filesystem encoding.naruse2010-05-271-0/+1
* * file.c (file_expand_path): set encoding as the same of fnamenaruse2010-05-271-0/+2
* * file.c (file_expand_path): use rb_enc_associate_index andnaruse2010-05-271-7/+2
* * file.c (file_expand_path): revert a part of r22392. it's commit miss.usa2010-05-261-1/+1
* * enum.c: Documentation: small fixesmarcandre2010-05-171-3/+3
* * hash.c: Documentation: change => in call-seq to ->.marcandre2010-05-171-111/+111
* * array.c: Documentation: change => in call-seq to ->.marcandre2010-05-171-101/+101
* * file.c (rb_stat): use STAT macro instead of calling stat() directly.usa2010-05-051-1/+1
* * file.c (rb_str_encode_ospath): unused variable.nobu2010-05-031-1/+0
* * merge some patches from win32-uncode-test branch.usa2010-04-301-28/+111
* * file.c (file_expand_path): call rb_str_set_len before BUFCHECK toakr2010-04-301-0/+4
* * eval.c (make_exception, rb_obj_extend): Fix error messages in case of wrongmarcandre2010-04-301-2/+2
* * file.c (rb_file_s_extname): skip last directory separators.nobu2010-04-191-1/+1
* * file.c (rb_file_dirname): split from rb_file_s_dirname.nobu2010-03-301-1/+7
* * file.c (rb_get_path_check): prefer #to_path over #to_str. a patchmame2010-03-251-7/+3
* * file.c (file_expand_path): set length of string before callingnaruse2010-03-241-2/+5
* * compile.c, iseq.c, ruby.c, vm.c, vm_core.h, vm_eval.c: add absolutemame2010-03-161-5/+5
* * file.c (file_expand_path): ignore dname if it has differentnobu2010-03-161-1/+20
* * file.c (Init_File): do not define File::ALT_SEPARATOR on cygwin.nobu2010-03-141-1/+1
* * file.c (realpath_rec): use same cache.nobu2010-03-141-2/+4
* * file.c (file_alt_separator): commit miss.nobu2010-03-141-5/+16
* * file.c (FILE_ALT_SEPARATOR): separated condition.nobu2010-03-141-3/+6
* * file.c (EXPAND_PATH_BUFFER): make it back to usascii, to preventmatz2010-03-131-1/+1
* * file.c (file_expand_path): should not just copy the encodingmatz2010-03-131-2/+2