summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-05-06* time.c (rb_localtime_r2): get rid of infinite loop bug ofnobu
2010-05-06* ext/fiddle/*: Adding fiddle library to wrap libffitenderlove
2010-05-06* string.c (rb_str_match_m): add description about optionalnaruse
2010-05-06* lib/tmpdir.rb: test RUBY_PLATFORM for loading tmpdir.so to avoidakr
2010-05-06* NEWS: add rationalize methods of Complex, Float, Integer, NilClass, and Rat...mrkn
2010-05-06* README: update.nobu
2010-05-05* cont.c: apply FIBER_USE_NATIVE patch. This patch improveko1
2010-05-05* vm_method.c (rb_unlink_method_entry, rb_sweep_method_entry):ko1
2010-05-05* NEWS: wordingmarcandre
2010-05-05* compile.c (iseq_set_sequence): fix check range of ic_index.wanabe
2010-05-05* dln.c (aix_loaderror): use execerror for load error on AIX.kanemoto
2010-05-05* thread_win32.c (w32_wait_events): get GVL before handle interruptwanabe
2010-05-05* ext/tk/extconf.rb: revert. enbugged by last commit.nagai
2010-05-05* file.c (rb_stat): use STAT macro instead of calling stat() directly.usa
2010-05-05* test/etc/test_etc.rb: assert only when any value is given.nobu
2010-05-05* debug.c (RUBY_NODE_LMASK): may exceed int limit.nobu
2010-05-05* bootstraptest/test_io.rb (megacontent-copy_stream): get rid ofnobu
2010-05-04* gc.c (rb_mark_method_entry): renamed.nobu
2010-05-04* method.h (rb_gc_mark_method_entry): fixed typo.nobu
2010-05-04* method.h, vm_method.c: rename some internal functions related toko1
2010-05-04Fix and add tests for String#inspect. [ruby-dev:41153]naruse
2010-05-04* 2010-05-05svn
2010-05-04* test/ruby/test_require.rb (test_relative_symlink): skip if symlink is notusa
2010-05-04* compile.c (iseq_build_body): update iseq->ic_size.wanabe
2010-05-04* error.c (name_err_mesg_to_str): preserve encoding of inspection.nobu
2010-05-04* test/fileutils/test_fileutils.rb (test_copy_stream):nobu
2010-05-04Setup Symbol#to_json to avoid conflict.naruse
2010-05-04* vm_insnhelper.c (argument_error): removed unused variable.nobu
2010-05-04* include/ruby/win32.h (rb_w32_uchdir): missing prototype.nobu
2010-05-04* vm_insnhelper.c (argument_error): never return.nobu
2010-05-04* vm_insnhelper.c (argument_error): push correct backtrace.ko1
2010-05-04* ext/socket/option.c (sockopt_inspect): use rb_str_cat2 andakr
2010-05-04* ext/socket/ancdata.c (ancillary_inspect): use rb_str_cat2 andakr
2010-05-03* lib/net/http.rb (Net::HTTPResponse#read_chunked): ensure to skip themame
2010-05-03Add rdoc about IO#read(length). [ruby-core:29161]naruse
2010-05-03* ext/nkf/nkf-utf8/nkf.c: Update nkf 2010-04-28.naruse
2010-05-03* 2010-05-04svn
2010-05-03* ext/psych/lib/psych/visitors/yaml_tree.rb: using more factory methodstenderlove
2010-05-03* sample/README: update file list. [ruby-core:28981]kazu
2010-05-03trivial changekazu
2010-05-03* file.c (rb_str_encode_ospath): unused variable.nobu
2010-05-02* ext/syck/emitter.c (syck_scan_scalar): set SCAN_WHITEEDGE flagnobu
2010-05-02* test/json/test_json_addition.rb (test_utc_datetime): fixednobu
2010-05-02* lib/rdoc/task.rb (RDoc::Task): should not override newer code.nobu
2010-05-02* ext/dl/cfunc.c (rb_dlcfunc_call): ignore signedness.nobu
2010-05-02* test: fixed wrong assertions.nobu
2010-05-02* test/digest/test_digest.rb (test_eq): use descriptive assertion.nobu
2010-05-02* NEWS: List all changes to lib/matrixmarcandre
2010-05-02fix log. missed ref.wanabe
2010-05-02* iseq.c (iseq_load): allow filepath to be nil.wanabe