aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * sprintf.c (rb_str_format): check if codepoint for %c is valid.nobu2008-10-091-0/+5
* * encoding.c (enc_names): minor improvement.nobu2008-10-091-0/+4
* * lib/optparse.rb (ParseError.filter_backtrace): removes internalnobu2008-10-091-0/+5
* * transcode.c (rb_econv_add_coverter): remove unnecessary NULL check.mame2008-10-091-0/+4
* * misc/ruby-style.el (ruby-style-c-mode): buffer may not have filenobu2008-10-091-0/+5
* * process.c (run_exec_dup2): fix resource leak.mame2008-10-091-0/+4
* * process.c (rb_run_exec_options): fix resource leak.mame2008-10-091-0/+4
* * test/ruby/test_module.rb (test_remove_class_variable): add a testmame2008-10-091-0/+8
* * variable.c (rb_mod_remove_cvar): fix r19711.mame2008-10-091-0/+4
* * ext/syck/syck.c (syck_lookup_sym): remove reading uninitializedmame2008-10-091-0/+5
* * ext/json/ext/generator/extconf.rb: fix target.naruse2008-10-091-0/+6
* * include/ruby/ruby.h: embeds the elements of an array into itsyugui2008-10-091-0/+17
* * encoding.c (Init_Encoding): new instance method Encoding#names,naruse2008-10-091-0/+9
* * thread.c (rb_thread_wait_fd_rw): should not block by select ifmatz2008-10-081-0/+5
* * ext/win32ole/win32ole.c (ole_init_cp): initialize WIN32OLE.codepagesuke2008-10-081-0/+6
* * ext/json/lib/json/pure/generator.rb (utf8_to_json):naruse2008-10-081-0/+5
* * ext/json/lib/json/pure/parser.rbnaruse2008-10-081-0/+5
* * lib/test/unit/assertions.rb: assert_nothing_thrown, naruse2008-10-081-0/+6
* * variable.c (autoload_delete, autoload_file): should not deletenobu2008-10-081-0/+6
* * encoding.c (rb_default_internal_encoding): merged a patch frommatz2008-10-071-0/+10
* * lib/date.rb (today,now): should produce own instances.tadf2008-10-071-0/+5
* * ext/json/lib/json/pure/generator.rb (utf8_to_json):naruse2008-10-071-0/+5
* * ext/json/lib/json/pure/generator.rb (utf8_to_json):naruse2008-10-071-0/+5
* * lib/cgi/core.rb (CGI::QueryExtension::initialize_query): fix thexibbar2008-10-061-0/+10
* * gc.c (gc_mark_children): ignores T_ZOMBIE.nobu2008-10-061-0/+4
* * test/ruby/test_module.rb (TestModule#test_mod_constants): shouldmatz2008-10-061-0/+3
* * test/ruby/test_module.rb (TestModule#_wrap_assertion): addmatz2008-10-061-0/+5
* * lib/test/unit/assertions.rb (Test::Assertions#assert_nothing_raised): matz2008-10-061-0/+5
* * string.c (rb_str_comparable): string comparison should bematz2008-10-061-0/+8
* * test/bigdecimal/test_bigdecimal.rb (test_sqrt_bigdecimal): testmatz2008-10-061-0/+6
* * lib/mkmf.rb ($config_h): now always defines for old libraries.nobu2008-10-051-0/+4
* * vm_method.c (rb_mod_modfunc): method undefined in included modulenobu2008-10-051-0/+5
* * lib/rational.rb: resolved conflicts of aliases.tadf2008-10-051-0/+6
* * lib/open-uri.rb: remove debug code introduced by previous change.akr2008-10-051-0/+4
* * lib/open-uri.rb (OpenURI.open_uri): set encoding to strio.naruse2008-10-051-0/+4
* * ext/stringio/stringio.c (strio_set_encoding): defined fornaruse2008-10-051-0/+5
* * eval.c: come back definition of environ.naruse2008-10-051-0/+4
* * ext/nkf/nkf-utf8/utf8tbl.c: update table.naruse2008-10-051-0/+4
* * dln.c: Ruby no longer supports VMS.yugui2008-10-041-0/+28
* * dln.c: Ruby no longer supports Windows CE.yugui2008-10-041-0/+26
* * dln.c: Ruby no longer supports MacOS 9 or before.yugui2008-10-041-0/+26
* * dln.c: Ruby no longer supports MS-DOS.yugui2008-10-041-0/+26
* * djgpp/GNUmakefile.in: removed. Ruby no longer supports djgpp.yugui2008-10-041-0/+46
* * x68/_dtos18.c: removed. Ruby no longer supports human68k.yugui2008-10-041-0/+41
* * lib/date/format.rb: no need to require the "lib/rational.rb".tadf2008-10-041-0/+4
* * ext/nkf/nkf.c (rb_nkf_enc_get): don't replicate encoding.naruse2008-10-041-0/+5
* * ext/stringio/stringio.c (strio_external_encoding): defined.naruse2008-10-041-0/+8
* * test/mini/test_mini_test.rb: recovered. It had been temporarily removed at ...yugui2008-10-041-0/+13
* * common.mk (gdb-ruby): new target. it runs ruby under controlled byyugui2008-10-041-0/+8
* * lib/irb/irb/ext/save-history.rb: change load_history using File.expand_pat...keiju2008-10-041-0/+5