Age | Commit message (Expand) | Author |
2009-10-28 | * string.c: rdoc for <=>, casecmp | marcandre |
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 to | usa |
2009-09-19 | * dir.c (GlobPathValue), file.c (rb_get_path_check): path names | nobu |
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 of | nobu |
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 expand | nobu |
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 absolute | nobu |
2009-06-14 | * file.c (rb_file_size): added rdoc. a patch from Run Paint Run | nobu |
2009-06-12 | * file.c (file_expand_path): associate the input encoding when | nobu |
2009-05-31 | * file.c (istrailinggarbage): fixed typo. | nobu |
2009-04-29 | * file.c (rb_file_join): recursive array has no meaning as path | nobu |
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_id | akr |
2009-04-06 | * file.c (utime_failed): refined the error message for EINVAL on | nobu |
2009-04-06 | * file.c (sys_fail2, rb_file_s_readlink, BUFCHECK, rmext), | nobu |
2009-03-23 | * file.c (rb_file_s_lstat): Back out. | knu |
2009-03-23 | * file.c (rb_file_s_stat, rb_file_s_lstat): Remove repeated type | knu |
2009-03-19 | * configure.in (RUBY_CHECK_SIZEOF): allows qualified name. | nobu |
2009-03-14 | * dln.c (init_funcname_len, dln_find_exe_r, dln_find_file_r): use | nobu |
2009-03-11 | * configure.in (RUBY_CHECK_HUGE): checks whether a value range is | nobu |
2009-03-02 | * file.c: include fcntl.h for O_RDONLY on Solaris. | akr |
2009-02-27 | * file.c (file_load_ok): cygwin allows to open directories. | nobu |
2009-02-27 | * file.c (file_load_ok): checks if regular file, except for the | nobu |
2009-02-27 | * file.c (file_load_ok): checks if regular file. [ruby-dev:38097] | nobu |
2009-02-24 | rdoc update. | akr |
2009-02-24 | rdoc update. | akr |
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 |