summaryrefslogtreecommitdiff
path: root/file.c
AgeCommit message (Expand)Author
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
2010-03-24* file.c (file_expand_path): set length of string before callingnaruse
2010-03-16* compile.c, iseq.c, ruby.c, vm.c, vm_core.h, vm_eval.c: add absolutemame
2010-03-16* file.c (file_expand_path): ignore dname if it has differentnobu
2010-03-14* file.c (Init_File): do not define File::ALT_SEPARATOR on cygwin.nobu
2010-03-14* file.c (realpath_rec): use same cache.nobu
2010-03-14* file.c (file_alt_separator): commit miss.nobu
2010-03-14* file.c (FILE_ALT_SEPARATOR): separated condition.nobu
2010-03-13* file.c (EXPAND_PATH_BUFFER): make it back to usascii, to preventmatz
2010-03-13* file.c (file_expand_path): should not just copy the encodingmatz
2010-03-13* load.c (rb_get_expanded_load_path): does not expand paths if allshugo
2010-03-12* file.c (rb_file_s_basename): check encoding of suffix.nobu
2010-03-07* file.c: add optional basedir argument for realpath/realdirpath.akr
2010-03-06* encoding.c (enc_set_filesystem_encoding):naruse
2010-03-02* file.c (rb_find_file_ext_safe, rb_find_file_safe): skip argumentnobu
2010-02-16* file.c (rb_group_member): renamed from group_member.akr
2010-02-03* file.c (realpath_rec): rb_path_last_separator may return NULL.akr
2010-01-25* file.c (be_chown, be_fchown, eaccess): suppressed warnings.nobu
2010-01-25* dln.c, file.c, io.c, signal.c: add __HAIKU__.naruse
2010-01-12* string.c (rb_str_set_len): call rb_str_modify.akr
2010-01-12* file.c (realpath_internal): call rb_secure.akr
2010-01-12* file.c (realpath_rec): trace symbolic link only when supportingusa
2010-01-12* prelude.rb (require_relative): use File.realpath. [ruby-dev:40040]akr
2009-12-07* file.c (rb_f_test): use string form in unknown command errorakr
2009-11-24* file.c (file_path_convert): fix fs_encoding is not assign.naruse
2009-11-21* file.c (file_path_convert): delay getting UTF8-MAC encodingnaruse
2009-11-18* file.c (file_path_convert): delay getting filesystem encodingusa
2009-11-18* io.c (rb_scan_open_args): move path encoding conversionnaruse
2009-10-28* string.c: rdoc for <=>, casecmpmarcandre
2009-10-10* file.c (path_check_0): prevent from GC.nobu
2009-09-25* win32/win32.c, include/ruby/win32.h (rb_w32_access): new function tousa
2009-09-19* dir.c (GlobPathValue), file.c (rb_get_path_check): path namesnobu
2009-09-09* file.c (stat_data_type): typed.nobu
2009-07-18* suppressed shorten-64-to-32 warnings.nobu
2009-07-08* file.c (rb_file_s_basename): returns new string instead ofnobu
2009-06-29* file.c (BUFCHECK): use common bdiff.nobu
2009-06-29* file.c (file_expand_path): should copy original encoding.nobu
2009-06-23* file.c (rb_get_path_check): check with given safe level.nobu
2009-06-23* file.c (rb_find_file_ext, rb_find_file): no needs to expandnobu
2009-06-22* io.c: remove __CHECKER__ test.akr
2009-06-17* file.c (file_expand_path): drive letter is ascii only.nobu
2009-06-14* file.c (rb_find_file_ext, rb_find_file): canonicalize absolutenobu
2009-06-14* file.c (rb_file_size): added rdoc. a patch from Run Paint Runnobu
2009-06-12* file.c (file_expand_path): associate the input encoding whennobu
2009-05-31* file.c (istrailinggarbage): fixed typo.nobu
2009-04-29* file.c (rb_file_join): recursive array has no meaning as pathnobu
2009-04-16* node.h (rb_notimplement_body_p): declared.akr
2009-04-16* class.c (rb_define_method_id): use rb_define_notimplement_method_idakr