summaryrefslogtreecommitdiffstats
path: root/file.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * file.c (file_expand_path): associate the input encoding whennobu2009-06-121-0/+1
* * file.c (istrailinggarbage): fixed typo.nobu2009-05-311-8/+8
* * file.c (rb_file_join): recursive array has no meaning as pathnobu2009-04-291-2/+5
* * node.h (rb_notimplement_body_p): declared.akr2009-04-161-27/+20
* * class.c (rb_define_method_id): use rb_define_notimplement_method_idakr2009-04-161-6/+1
* * file.c (utime_failed): refined the error message for EINVAL onnobu2009-04-061-13/+59
* * file.c (sys_fail2, rb_file_s_readlink, BUFCHECK, rmext),nobu2009-04-061-14/+14
* * file.c (rb_file_s_lstat): Back out.knu2009-03-231-1/+1
* * file.c (rb_file_s_stat, rb_file_s_lstat): Remove repeated typeknu2009-03-231-2/+1
* * configure.in (RUBY_CHECK_SIZEOF): allows qualified name.nobu2009-03-191-2/+2
* * dln.c (init_funcname_len, dln_find_exe_r, dln_find_file_r): usenobu2009-03-141-2/+2
* * configure.in (RUBY_CHECK_HUGE): checks whether a value range isnobu2009-03-111-1/+5
* * file.c: include fcntl.h for O_RDONLY on Solaris.akr2009-03-021-0/+4
* * file.c (file_load_ok): cygwin allows to open directories.nobu2009-02-271-1/+1
* * file.c (file_load_ok): checks if regular file, except for thenobu2009-02-271-5/+11
* * file.c (file_load_ok): checks if regular file. [ruby-dev:38097]nobu2009-02-271-16/+7
* rdoc update.akr2009-02-241-1/+1
* rdoc update.akr2009-02-241-5/+8
* rdoc update.akr2009-02-241-1/+13
* * file.c (rb_file_size): new method added. [ruby-core:22088]matz2009-02-241-0/+17
* * file.c (rb_home_dir): checks if HAVE_PWD_H. [ruby-dev:38049] nobu2009-02-191-1/+1
* * file.c (rb_file_chown): use chown unless HAVE_FCHOWN.nobu2009-02-181-1/+1
* * file.c (rb_file_s_extname): fix for spaces before extention.nobu2009-02-181-1/+1
* * file.c: removed trailing spaces.nobu2009-02-181-207/+209
* * file.c (file_expand_path): suppress a warning. named magicnobu2009-02-181-4/+10
* * file.c (rb_find_file_ext): should not be infected from othernobu2009-02-021-0/+1
* * file.c (rb_home_dir): needs p on DOSISH.nobu2009-02-021-0/+3
* * dir.c (dir_s_home): new method. [ruby-core:21454]nobu2009-02-021-37/+49
* * symbian/README.SYMBIAN: symbian support added. great appreciatematz2009-01-151-1/+1
* * file.c (rb_file_s_stat): need type check for non string values.matz2009-01-041-9/+20