summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2008-10-13* ext/win32ole/win32ole.c (load_conv_function51932): supportsuke
2008-10-12* ruby.c (proc_options): add -U command line option to specifymatz
2008-10-12* transcode.c (str_transcode0): String#encode() with no encodingmatz
2008-10-12* ext/win32ole/win32ole.c (set_ole_codepage, ole_cp2encoding,suke
2008-10-12* vm.c, vm_insnhelper.h (ruby_vm_redefined_flag): apply optimizationko1
2008-10-12* strftime.c (rb_strftime): suppressed warnings on cygwin.nobu
2008-10-11* parse.y (parser_prepare): use utf-8 encoding directly.nobu
2008-10-11* lib/mkmf.rb (CLEANINGS): uses escaped form tabs to preventing thenobu
2008-10-10* lib/rake.rb (Rake::Application#standard_exception_handling): removednobu
2008-10-10* parse.y: optimize 'for' statement when one variable given.ko1
2008-10-10* lib/csv/csv.rb: Added support for Encoding::default_internal.jeg2
2008-10-10fix typos.akr
2008-10-10* parse.y (comment_at_top): needed for ripper too.nobu
2008-10-10* include/ruby.h: updated macros for headers. [ruby-core:19275]nobu
2008-10-10* parse.y (magic_comment_encoding): warns when ignored.nobu
2008-10-10* ext/json/ext/parser/parser.c (JSON_parse_string):naruse
2008-10-10Updated changelog for test/unit / minitest switchryan
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* 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 * 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-08* thread.c (rb_thread_wait_fd_rw): should not block by select ifmatz
2008-10-08* ext/win32ole/win32ole.c (ole_init_cp): initialize WIN32OLE.codepagesuke
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 (autoload_delete, autoload_file): should not deletenobu
2008-10-07* encoding.c (rb_default_internal_encoding): merged a patch frommatz
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-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