summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-10-10* ext/json/ext/parser/parser.c (JSON_parse_string):naruse
2008-10-10Updated changelog for test/unit / minitest switchryan
2008-10-10Fixed missing test/unit.rb, bad svn merge. Rolled back test/runner.rbryan
2008-10-10removed miniunit's testsryan
2008-10-10Added minitest 1.3.0ryan
2008-10-10Restored test/unitryan
2008-10-10Removing miniunitryan
2008-10-09* sprintf.c (rb_str_format): check if codepoint for %c is valid.nobu
2008-10-09* encoding.c (enc_names): minor improvement.nobu
2008-10-09* lib/optparse.rb (ParseError.filter_backtrace): removes internalnobu
2008-10-09* 2008-10-10svn
2008-10-09* transcode.c (rb_econv_add_coverter): remove unnecessary NULL check.mame
2008-10-09* misc/ruby-style.el (ruby-style-c-mode): buffer may not have filenobu
2008-10-09* process.c (run_exec_dup2): fix resource leak.mame
2008-10-09* process.c (rb_run_exec_options): fix resource leak.mame
2008-10-09* test/ruby/test_module.rb (test_remove_class_variable): add a testmame
2008-10-09* variable.c (rb_mod_remove_cvar): fix r19711.mame
2008-10-09* ext/syck/syck.c (syck_lookup_sym): remove reading uninitializedmame
2008-10-09* ext/json/ext/generator/extconf.rb: fix target.naruse
2008-10-09* add test for Encoding#names.naruse
2008-10-09 * include/ruby/ruby.h: embeds the elements of an array into itsyugui
2008-10-09* encoding.c (Init_Encoding): new instance method Encoding#names,naruse
2008-10-09rdoc update.akr
2008-10-08* 2008-10-09svn
2008-10-08* thread.c (rb_thread_wait_fd_rw): should not block by select ifmatz
2008-10-08revert previous commit.akr
2008-10-08* ext/win32ole/win32ole.c (ole_init_cp): initialize WIN32OLE.codepagesuke
2008-10-08add an assertion.akr
2008-10-08rdoc update.akr
2008-10-08* ext/json/lib/json/pure/generator.rb (utf8_to_json):naruse
2008-10-08* ext/json/lib/json/pure/parser.rbnaruse
2008-10-08* lib/test/unit/assertions.rb: assert_nothing_thrown, naruse
2008-10-08* variable.c (classname, rb_obj_remove_instance_variable),nobu
2008-10-08* variable.c (autoload_delete, autoload_file): should not deletenobu
2008-10-07* encoding.c (rb_default_internal_encoding): merged a patch frommatz
2008-10-07* 2008-10-08svn
2008-10-07 * lib/date.rb (today,now): should produce own instances.tadf
2008-10-07* ext/json/lib/json/pure/generator.rb (utf8_to_json):naruse
2008-10-07* ext/json/lib/json/pure/generator.rb (utf8_to_json):naruse
2008-10-06* lib/cgi/core.rb (CGI::QueryExtension::initialize_query): fix thexibbar
2008-10-06* gc.c (gc_mark_children): ignores T_ZOMBIE.nobu
2008-10-06* test/ruby/test_module.rb (TestModule#test_mod_constants): shouldmatz
2008-10-06* test/ruby/test_module.rb (TestModule#_wrap_assertion): addmatz
2008-10-06* lib/test/unit/assertions.rb (Test::Assertions#assert_nothing_raised): matz
2008-10-06* string.c (rb_str_comparable): string comparison should bematz
2008-10-06* test/bigdecimal/test_bigdecimal.rb (test_sqrt_bigdecimal): testmatz
2008-10-05properties.nobu
2008-10-05* lib/mkmf.rb ($config_h): now always defines for old libraries.nobu
2008-10-05* vm_method.c (rb_mod_modfunc): method undefined in included modulenobu
2008-10-05 * lib/rational.rb: resolved conflicts of aliases.tadf