summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2008-10-17* test/bigdecimal/test_bigdecimal.rb (TestBigDecimal#test_sqrt_bigdecimal): matz
2008-10-17* configure.in (uncommon.mk): ignores failures at loading.nobu
2008-10-17* transcode.c (str_transcode0): String#encode without argument nowmatz
2008-10-17* test/rubygems/gemutilities.rb (RubyGemTestCase#build_rake_in):nobu
2008-10-17* ext/socket/socket.c (init_sock): sockets should be binmode.shugo
2008-10-17 * tool/insns2vm.rb: remove -Kn option in shebang line because it'susa
2008-10-16* re.c (rb_reg_initialize_m): changed the message to clarify thematz
2008-10-16* .gdbinit (rp): REGEXP handling fixed.matz
2008-10-16* ruby.c (proc_options): no warning when default_external alreadymatz
2008-10-16* transcode.c (transcode_restartable0): in_pos and out_pos never beakr
2008-10-16* lib/test/unit.rb: sort the order of executing tests.mame
2008-10-16* io.c (rb_io_binmode): reset encoding conversion.akr
2008-10-16* io.c (rb_getc, rb_io_fread, rb_io_fwrite, rb_read_pending):mame
2008-10-16* common.mk (TESTS): removed to re-enable test for minitest.akr
2008-10-16* compile.c (iseq_set_sequence): fix memory leak.mame
2008-10-16* lib/test/unit.rb (assert_equal): avoid incompatible characterakr
2008-10-16* lib/test/unit.rb (assert_equal): failure message changed.akr
2008-10-16* lib/test/unit: removed test/unit.akr
2008-10-16* common.mk, enc/depend (enc, trans): targets for sources.nobu
2008-10-15* test/ruby/test_transcode.rb (TestTranscode#test_errors):matz
2008-10-15* lib/delegate.rb (DelegateClass): restored 1.8 behavior formatz
2008-10-15* ChangeLog: add ML ref.usa
2008-10-15 * array.c (RESIZE_CAPA): check whether len is longer than capacity.usa
2008-10-15 * version.h (RUBY_DESCRIPTION): remove unnecessary space.usa
2008-10-15* ruby.c (process_options): -U should be allowed in RUBYOPTmatz
2008-10-14* lib/delegate.rb (Delegator): simplified and restored 1.8matz
2008-10-14* transcode.c (str_transcode0): should not raise error whenmatz
2008-10-14* common.mk (TESTS): skips minitest by default, since it interferesnobu
2008-10-14* ext/win32ole/win32ole.c (load_conv_function51932): checksuke
2008-10-14* io.c (Init_IO): $FILENAME and $* must be read-only. [ruby-dev:36698]nobu
2008-10-14* enc/trans/single_byte.trans (transcode_tblgen_singlebyte): renamedakr
2008-10-14* ruby.c (proc_options): -U can be followed by other options.nobu
2008-10-14* enc/trans/single_byte.trans: added windows-1252duerst
2008-10-14* test/ruby/test_variable.rb (TestVariable#test_variable): addkazu
2008-10-14* lib/net/pop.rb: check for invalid APOP timestamp. (CVE-2007-1558)kazu
2008-10-14* ruby.c (set_internal_encoding_once): check double contradictedmatz
2008-10-14* parse.y (parser_yylex): allow reserved word to be keyword argument.matz
2008-10-13* parse.y (token_info_pop): show source filename. [ruby-dev:36710]naruse
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