Age | Commit message (Expand) | Author |
2013-04-24 | merge revision(s) 40441: | nagachika |
2013-04-24 | merge revision(s) 40440: | nagachika |
2013-03-20 | merge revision(s) 39772,39773: [Backport #8080] | nagachika |
2013-03-09 | merge revision(s) 39418: | nagachika |
2013-03-09 | merge revision(s) 39353: [Backport #8057] | nagachika |
2013-03-09 | merge revision(s) 39352,39360: | nagachika |
2013-03-09 | merge revision(s) 39351: | nagachika |
2013-03-04 | merge revision(s) 39349,39374: [Backport #7886] | nagachika |
2012-12-14 | * file.c (rb_file_flock): use rb_thread_wait_for() instead of | kosaki |
2012-12-13 | * file.c (rb_file_join): check encoding compatibility before joining | usa |
2012-11-20 | * file.c (Init_File): null device definition uses rb_define_const | kosaki |
2012-11-20 | file.c: fix rdoc | nobu |
2012-11-20 | * file.c (File.extname): Documentation for extname on dotfiles and | zzak |
2012-11-20 | * io.c (Init_IO): removed all rb_file_const() into file.c. | kosaki |
2012-11-20 | * file.c (File::NULL): Document File::NULL constant | zzak |
2012-11-05 | Fix compatibility of cached expanded load path | shirosaki |
2012-10-16 | file.c: ASCII-compatible | nobu |
2012-10-16 | file.c: hide result | nobu |
2012-10-16 | file.c: ASCII-compatible | nobu |
2012-10-16 | file.c: ASCII-compatible | nobu |
2012-10-16 | file.c: check_path_encoding | nobu |
2012-10-12 | file.c: GC guard | nobu |
2012-10-12 | file.c: poisoned NUL | nobu |
2012-09-16 | file.c: reduce xmalloc | nobu |
2012-09-05 | file.c: no longer used functions | nobu |
2012-08-24 | Improve require/File.expand_path performance on Windows | luislavena |
2012-08-23 | load.c: keep encoding of feature name | nobu |
2012-07-09 | * win32/configure.bat, win32/setup.mak, win32/Makefile.sub: omit Win9x | usa |
2012-06-17 | documentation for Dir.exist? | nobu |
2012-06-14 | * file.c (rb_file_s_basename, rb_file_s_dirname): documentaion fix. | usa |
2012-06-05 | obj_init_copy | nobu |
2012-05-26 | file.c: fix for UNC | nobu |
2012-05-17 | Imports Ruby's port to NativeClient (a.k.a NaCl). | yugui |
2012-04-15 | * reduce UNREACHABLE. | nobu |
2012-04-14 | * variable.c (trace_ev): Removed "not reached" comment as this line is | drbrain |
2012-03-23 | * file.c (rb_file_s_basename): rb_enc_asciicompat() evaluates the argument mu... | nobu |
2012-03-15 | * file.c (ruby_enc_find_basename): allow NULL as alllen. | nobu |
2012-03-14 | * include/ruby/intern.h: Add rb_check_arity, rb_error_arity [#6085] | marcandre |
2012-03-02 | * file.c (file_expand_path): use wcscasecmp(). | nobu |
2012-02-28 | * Makefile.in (PLATFORM_DIR): add a variable for `win32` directory. | shirosaki |
2012-02-24 | * file.c (utime_internal): fix a variable missed to replace. | nobu |
2012-02-24 | * dir.c, file.c, io.c (rb_sys_fail_path): use rb_sys_fail_str. | nobu |
2012-02-24 | * dir.c, file.c, io.c: use rb_sys_fail_path. | nobu |
2012-02-21 | * file.c (rb_f_test): Fix formatting of Kernel#test rdoc. | drbrain |
2012-01-30 | * file.c (append_fspath): need to set the encoding to result always. | usa |
2012-01-25 | * file.c (rb_file_s_basename): ignore non-ascii extension in | nobu |
2012-01-25 | * file.c (rmext): no extension to strip if empty string. | nobu |
2012-01-25 | * file.c (rb_enc_path_next, rb_enc_path_skip_prefix) | nobu |
2012-01-05 | * file.c (rb_file_join): separator is appended by array length - 1 | naruse |
2011-12-09 | * file.c (file_path_convert): don't convert it when the path string is | naruse |