| Commit message (Expand) | Author | Age | Files | Lines |
* | * file.c (utime_failed): refined the error message for EINVAL on | nobu | 2009-04-06 | 1 | -13/+59 |
* | * file.c (sys_fail2, rb_file_s_readlink, BUFCHECK, rmext), | nobu | 2009-04-06 | 1 | -14/+14 |
* | * file.c (rb_file_s_lstat): Back out. | knu | 2009-03-23 | 1 | -1/+1 |
* | * file.c (rb_file_s_stat, rb_file_s_lstat): Remove repeated type | knu | 2009-03-23 | 1 | -2/+1 |
* | * configure.in (RUBY_CHECK_SIZEOF): allows qualified name. | nobu | 2009-03-19 | 1 | -2/+2 |
* | * dln.c (init_funcname_len, dln_find_exe_r, dln_find_file_r): use | nobu | 2009-03-14 | 1 | -2/+2 |
* | * configure.in (RUBY_CHECK_HUGE): checks whether a value range is | nobu | 2009-03-11 | 1 | -1/+5 |
* | * file.c: include fcntl.h for O_RDONLY on Solaris. | akr | 2009-03-02 | 1 | -0/+4 |
* | * file.c (file_load_ok): cygwin allows to open directories. | nobu | 2009-02-27 | 1 | -1/+1 |
* | * file.c (file_load_ok): checks if regular file, except for the | nobu | 2009-02-27 | 1 | -5/+11 |
* | * file.c (file_load_ok): checks if regular file. [ruby-dev:38097] | nobu | 2009-02-27 | 1 | -16/+7 |
* | rdoc update. | akr | 2009-02-24 | 1 | -1/+1 |
* | rdoc update. | akr | 2009-02-24 | 1 | -5/+8 |
* | rdoc update. | akr | 2009-02-24 | 1 | -1/+13 |
* | * file.c (rb_file_size): new method added. [ruby-core:22088] | matz | 2009-02-24 | 1 | -0/+17 |
* | * file.c (rb_home_dir): checks if HAVE_PWD_H. [ruby-dev:38049] | nobu | 2009-02-19 | 1 | -1/+1 |
* | * file.c (rb_file_chown): use chown unless HAVE_FCHOWN. | nobu | 2009-02-18 | 1 | -1/+1 |
* | * file.c (rb_file_s_extname): fix for spaces before extention. | nobu | 2009-02-18 | 1 | -1/+1 |
* | * file.c: removed trailing spaces. | nobu | 2009-02-18 | 1 | -207/+209 |
* | * file.c (file_expand_path): suppress a warning. named magic | nobu | 2009-02-18 | 1 | -4/+10 |
* | * file.c (rb_find_file_ext): should not be infected from other | nobu | 2009-02-02 | 1 | -0/+1 |
* | * file.c (rb_home_dir): needs p on DOSISH. | nobu | 2009-02-02 | 1 | -0/+3 |
* | * dir.c (dir_s_home): new method. [ruby-core:21454] | nobu | 2009-02-02 | 1 | -37/+49 |
* | * symbian/README.SYMBIAN: symbian support added. great appreciate | matz | 2009-01-15 | 1 | -1/+1 |
* | * file.c (rb_file_s_stat): need type check for non string values. | matz | 2009-01-04 | 1 | -9/+20 |
* | revert previous changes. | naruse | 2008-12-29 | 1 | -21/+1 |
* | * file.c (rb_get_path): move encoding conversion of file path | naruse | 2008-12-29 | 1 | -1/+21 |
* | * file.c (rb_file_world_writable_p): should return nil for non | matz | 2008-11-22 | 1 | -1/+1 |
* | * dln.c: Ruby no longer supports MacOS 9 or before. | yugui | 2008-10-04 | 1 | -19/+0 |
* | * djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp. | yugui | 2008-10-04 | 1 | -6/+2 |
* | * file.c (rb_file_s_extname): preceding dots are not a part of | nobu | 2008-09-26 | 1 | -0/+1 |
* | * file.c (rmext): preceding dots are not a part of extension. | nobu | 2008-09-26 | 1 | -2/+5 |
* | rdoc update. | akr | 2008-09-07 | 1 | -4/+4 |
* | * file.c (file_expand_path): applied a patch from Nobuhiro Tachino | matz | 2008-09-06 | 1 | -2/+1 |
* | * file.c (rb_find_file): fix GC problem on Debian GNU/Linux (IA64) | akr | 2008-09-04 | 1 | -1/+1 |
* | * include/ruby/signal.h: removed. | ko1 | 2008-09-03 | 1 | -1/+0 |
* | * include/ruby/intern.h: rename RB_UBF_DFL to | ko1 | 2008-08-31 | 1 | -1/+1 |
* | * include/ruby/intern.h (rb_file_s_absolute_path), | nobu | 2008-08-29 | 1 | -3/+1 |
* | * file.c (file_expand_path): check invalid access. | mame | 2008-08-28 | 1 | -0/+1 |
* | * file.c (rb_file_s_expand_path): new class method for class File. | matz | 2008-08-28 | 1 | -7/+42 |
* | * include/ruby/io.h (rb_io_t): remove path field and add pathv field. | akr | 2008-08-23 | 1 | -21/+22 |
* | * file.c (rb_stat_inspect): don't raise if self is not initialized. | akr | 2008-08-21 | 1 | -0/+6 |
* | * array.c (rb_ary_sort_bang): reset to real class. | nobu | 2008-08-05 | 1 | -2/+2 |
* | * file.c (rb_stat_mode): generalized st_mode mask. | nobu | 2008-08-05 | 1 | -9/+7 |
* | * file.c (rb_find_file_ext, rb_find_file): converts Windows style path | nobu | 2008-07-28 | 1 | -6/+18 |
* | * file.c (rb_find_file_ext, rb_find_file): not to split load path with | nobu | 2008-07-28 | 1 | -55/+27 |
* | * file.c (rb_find_file_ext, rb_find_file): converts Windows style path | nobu | 2008-07-24 | 1 | -0/+21 |
* | * compile.c (insn_data_to_s_detail), file.c (rb_stat_inspect), | nobu | 2008-07-22 | 1 | -8/+2 |
* | * file.c (rb_file_s_extname): fix for file name with spaces. | nobu | 2008-07-06 | 1 | -1/+1 |
* | * file.c (file_expand_path): no need to expand root path which has no | nobu | 2008-06-14 | 1 | -3/+3 |