aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * load.c (rb_get_expanded_load_path): does not expand paths if allshugo2010-03-131-8/+6
* * file.c (rb_file_s_basename): check encoding of suffix.nobu2010-03-121-0/+6
* * file.c: add optional basedir argument for realpath/realdirpath.akr2010-03-071-24/+64
* * encoding.c (enc_set_filesystem_encoding):naruse2010-03-061-11/+0
* * file.c (rb_find_file_ext_safe, rb_find_file_safe): skip argumentnobu2010-03-021-7/+20
* * file.c (rb_group_member): renamed from group_member.akr2010-02-161-9/+7
* * file.c (realpath_rec): rb_path_last_separator may return NULL.akr2010-02-031-1/+2
* * file.c (be_chown, be_fchown, eaccess): suppressed warnings.nobu2010-01-251-7/+7
* * dln.c, file.c, io.c, signal.c: add __HAIKU__.naruse2010-01-251-2/+2
* * string.c (rb_str_set_len): call rb_str_modify.akr2010-01-121-1/+0
* * file.c (realpath_internal): call rb_secure.akr2010-01-121-0/+3
* * file.c (realpath_rec): trace symbolic link only when supportingusa2010-01-121-1/+4
* * prelude.rb (require_relative): use File.realpath. [ruby-dev:40040]akr2010-01-121-0/+141
* * file.c (rb_f_test): use string form in unknown command errorakr2009-12-071-31/+31
* * file.c (file_path_convert): fix fs_encoding is not assign.naruse2009-11-241-2/+2
* * file.c (file_path_convert): delay getting UTF8-MAC encodingnaruse2009-11-211-7/+8