Age | Commit message (Expand) | Author |
2009-02-24 | rdoc update. | akr |
2009-02-24 | * file.c (rb_file_size): new method added. [ruby-core:22088] | matz |
2009-02-19 | * file.c (rb_home_dir): checks if HAVE_PWD_H. [ruby-dev:38049] | nobu |
2009-02-18 | * file.c (rb_file_chown): use chown unless HAVE_FCHOWN. | nobu |
2009-02-18 | * file.c (rb_file_s_extname): fix for spaces before extention. | nobu |
2009-02-18 | * file.c: removed trailing spaces. | nobu |
2009-02-18 | * file.c (file_expand_path): suppress a warning. named magic | nobu |
2009-02-02 | * file.c (rb_find_file_ext): should not be infected from other | nobu |
2009-02-02 | * file.c (rb_home_dir): needs p on DOSISH. | nobu |
2009-02-02 | * dir.c (dir_s_home): new method. [ruby-core:21454] | nobu |
2009-01-15 | * symbian/README.SYMBIAN: symbian support added. great appreciate | matz |
2009-01-04 | * file.c (rb_file_s_stat): need type check for non string values. | matz |
2008-12-29 | revert previous changes. | naruse |
2008-12-29 | * file.c (rb_get_path): move encoding conversion of file path | naruse |
2008-11-22 | * file.c (rb_file_world_writable_p): should return nil for non | matz |
2008-10-04 | * dln.c: Ruby no longer supports MacOS 9 or before. | yugui |
2008-10-04 | * djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp. | yugui |
2008-09-26 | * file.c (rb_file_s_extname): preceding dots are not a part of | nobu |
2008-09-26 | * file.c (rmext): preceding dots are not a part of extension. | nobu |
2008-09-07 | rdoc update. | akr |
2008-09-06 | * file.c (file_expand_path): applied a patch from Nobuhiro Tachino | matz |
2008-09-04 | * file.c (rb_find_file): fix GC problem on Debian GNU/Linux (IA64) | akr |
2008-09-03 | * include/ruby/signal.h: removed. | ko1 |
2008-08-31 | * include/ruby/intern.h: rename RB_UBF_DFL to | ko1 |
2008-08-29 | * include/ruby/intern.h (rb_file_s_absolute_path), | nobu |
2008-08-28 | * file.c (file_expand_path): check invalid access. | mame |
2008-08-28 | * file.c (rb_file_s_expand_path): new class method for class File. | matz |
2008-08-23 | * include/ruby/io.h (rb_io_t): remove path field and add pathv field. | akr |
2008-08-21 | * file.c (rb_stat_inspect): don't raise if self is not initialized. | akr |
2008-08-05 | * array.c (rb_ary_sort_bang): reset to real class. | nobu |
2008-08-05 | * file.c (rb_stat_mode): generalized st_mode mask. | nobu |
2008-07-28 | * file.c (rb_find_file_ext, rb_find_file): converts Windows style path | nobu |
2008-07-28 | * file.c (rb_find_file_ext, rb_find_file): not to split load path with | nobu |
2008-07-24 | * file.c (rb_find_file_ext, rb_find_file): converts Windows style path | nobu |
2008-07-22 | * compile.c (insn_data_to_s_detail), file.c (rb_stat_inspect), | nobu |
2008-07-06 | * file.c (rb_file_s_extname): fix for file name with spaces. | nobu |
2008-06-14 | * file.c (file_expand_path): no need to expand root path which has no | nobu |
2008-06-09 | * include/ruby/ruby.h (CONST_ID): constant ID cache for non-gcc. | nobu |
2008-06-08 | * array.c, bignum.c, cont.c, dir.c, dln.c, encoding.c, enumerator.c, | ko1 |
2008-06-03 | * file.c (file_expand_path): fix for non-existent files and SFN of | nobu |
2008-06-01 | * suppress warnings on cygwin, mingw and mswin. | nobu |
2008-05-27 | * file.c (BUFCHECK): wrong condition. [ruby-core:16921] | usa |
2008-05-26 | * file.c (BUFCHECK): no resize if enough room. | nobu |
2008-05-26 | * file.c (file_expand_path): add more space for '/'. | usa |
2008-05-26 | * file.c (ntfs_tail): filename which starts with '.' is valid. | usa |
2008-05-17 | * file.c (file_expand_path): fix for short file name on Cygwin. | nobu |
2008-05-17 | * file.c (rb_file_s_extname): first dot is not an extension name. | nobu |
2008-05-15 | * file.c (file_expand_path): support for alternative data stream | nobu |
2008-05-08 | * file.c (rb_find_file_ext): guard load_path from GC. | akr |
2008-05-07 | * dln.c (dln_find_exe_r, dln_find_file_r): reentrant versions. | nobu |