aboutsummaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * file.c (file_path_convert): delay getting filesystem encodingusa2009-11-181-3/+3
* * io.c (rb_scan_open_args): move path encoding conversionnaruse2009-11-181-0/+29
* * string.c: rdoc for <=>, casecmpmarcandre2009-10-281-1/+1
* * file.c (path_check_0): prevent from GC.nobu2009-10-101-10/+8
* * win32/win32.c, include/ruby/win32.h (rb_w32_access): new function tousa2009-09-251-3/+0
* * dir.c (GlobPathValue), file.c (rb_get_path_check): path namesnobu2009-09-191-0/+1
* * file.c (stat_data_type): typed.nobu2009-09-091-3/+14
* * suppressed shorten-64-to-32 warnings.nobu2009-07-181-5/+5
* * file.c (rb_file_s_basename): returns new string instead ofnobu2009-07-081-2/+2
* * file.c (BUFCHECK): use common bdiff.nobu2009-06-291-2/+2
* * file.c (file_expand_path): should copy original encoding.nobu2009-06-291-1/+1
* * file.c (rb_get_path_check): check with given safe level.nobu2009-06-231-7/+11
* * file.c (rb_find_file_ext, rb_find_file): no needs to expandnobu2009-06-231-29/+61
* * io.c: remove __CHECKER__ test.akr2009-06-221-3/+1
* * file.c (file_expand_path): drive letter is ascii only.nobu2009-06-171-0/+1
* * file.c (rb_find_file_ext, rb_find_file): canonicalize absolutenobu2009-06-141-3/+2
* * file.c (rb_file_size): added rdoc. a patch from Run Paint Runnobu2009-06-141-0/+10