aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * configure.in, Makefile.in, win32/Makefile.sub (XRUBY): runnablenobu2009-10-221-0/+7
* * configure.in (warnflags): use -Wextra instead of -Wall.nobu2009-10-221-0/+6
* * class.c (rb_obj_basic_to_s_p): typo. Please become familiar withusa2009-10-221-0/+5
* * test/ruby/envutil.rb (assert_in_out_err): test_stdout andakr2009-10-221-0/+8
* * lib/fileutils.rb (FileUtils#fu_get_uid, fu_get_gid): Do notknu2009-10-221-0/+5
* * parse.y (arg_prepend): removed. a patch from Mikhail T. innobu2009-10-221-0/+5
* * object.c (rb_obj_inspect): print instance variables only whenmatz2009-10-211-0/+7
* * object.c (rb_obj_inspect): fixed rdoc about the case that to_snobu2009-10-211-0/+5
* * test/logger/test_logger.rb (TestLogDevice#test_write): checknobu2009-10-201-0/+5
* * ChangeLog: Added summary of r25412, cf [ruby-core:23598]marcandre2009-10-201-0/+10
* * lib/webrick/httpauth/digestauth.rb: typo in exception message fixed.nahi2009-10-201-1/+5
* * lib/logger.rb: imported upstream version (logger/1.2.7) see #2238.nahi2009-10-201-0/+8
* * lib/matrix.rb: Bug fix. See detail [ruby-core:23598].keiju2009-10-201-0/+4
* * marshal.c (w_symbol, r_symreal): fixed the order of symbol andnobu2009-10-201-0/+6
* * include/ruby/win32.h (finite, scalb): inline'ed non-standardusa2009-10-201-0/+5
* * parse.y (ripper_intern): enable literal optimization.nobu2009-10-201-1/+3
* * parse.y (method_call): dispatch symbols. a patch from Andy Keep innobu2009-10-201-1/+4
* * parse.y (mlhs_basic): fixed handling splat in middle of mlhs. anobu2009-10-201-1/+4
* * parse.y (parser_here_document): dispatch delayed heredocnobu2009-10-201-0/+5
* * .gdbinit (rb_method_entry): search method entry by class and id.nobu2009-10-191-0/+4
* * win32/Makefile.sub (enc/unicode/name2ctype.h): no need to createusa2009-10-191-0/+5
* * .gdbinit (rb_ps): dump all threads and their callstacks. basednobu2009-10-191-0/+5
* * iseq.c (prepare_iseq_build, rb_iseq_build_for_ruby2cext):nobu2009-10-191-0/+5
* * lib/rexml/element.rb (text=): false should be converted to string.marcandre2009-10-181-0/+5
* * lib/date.rb: do not require lib/delta.rb.tadf2009-10-181-0/+6
* * parse.y (is_special_global_name): add boundary check.akr2009-10-181-0/+4
* * ruby.c (ruby_init_loadpath_safe): should not dup tmp string. anobu2009-10-181-0/+5
* * test/test_prime.rbyugui2009-10-181-0/+11
* * marshal.c (id2encidx): register encoding name.nobu2009-10-171-0/+6
* * test/rake/test_fileutils.rb (Rake::TestFileUtils#test_sh): usesyugui2009-10-171-0/+10
* * bignum.c (big_split): fix off-by-one error. [ruby-dev:39501]mame2009-10-171-0/+4
* * parse.y (parser_yylex): fix token even after trailing under score.akr2009-10-171-0/+4
* * vm_method.c (basic_obj_respond_to): call #respond_to_missing?matz2009-10-171-0/+5
* * lib/delegate.rb (Delegator#respond_to_missing): warn only whenmatz2009-10-171-0/+5
* * st.c (unpack_entries): save table->bins and never change the tablewanabe2009-10-161-0/+6
* * prelude.rb (require_relative): defined as a module function ofakr2009-10-161-0/+5
* * lib/delegate.rb (Delegator#method_missing): remove backtracematz2009-10-161-0/+5
* * lib/delegate.rb (Delegator#freeze): #freeze should freeze selfmatz2009-10-161-0/+5
* add ML ref [ruby-core:26081]matz2009-10-161-1/+1
* * lib/delegate.rb (Delegator#respond_to_missing): warn if optionalmatz2009-10-161-0/+9
* * bootstraptest/test_gc.rb: added tests based on [ruby-dev:39484]nobu2009-10-161-0/+5
* * win32/win32.c (rb_w32_spawn): `\'' is also quote character.usa2009-10-161-0/+4
* * gc.h (rb_gc_debug_body): constified.nobu2009-10-161-0/+4
* * ext/bigdecimal/bigdecimal.c (VpMidRound): remove warnings.naruse2009-10-161-0/+21
* * lib/csv.rb (CSV#raw_encoding): returns ASCII-8BIT when the ionaruse2009-10-161-0/+5
* * lib/csv.rb (CSV#read_to_char): set encoding and verify datanaruse2009-10-151-0/+10
* * parse.y (rb_intern3): check symbol table overflow before generatenobu2009-10-151-3/+3
* * parse.y (rb_intern3): check symbol table overflow.nobu2009-10-151-0/+5
* * io.c (io_encoding_set): get rid of parsing non-ascii string, andnobu2009-10-151-1/+4
* * io.c (io_reopen): unread current buffer before telling thenobu2009-10-151-0/+5