summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2009-10-24* lib/matrix.rb (**): Optimization (up to 45% faster)marcandre
2009-10-24* enum.c (enum_flat_map): new method that concatenates the valuesmatz
2009-10-24* hash.c (rb_hash_set_default_proc): checks arity of defalt_procmatz
2009-10-24* object.c (rb_obj_cmp): defines Object#<=>. [ruby-core:24063]matz
2009-10-23* class.c (rb_class_new): move class check to rb_check_inheritable().matz
2009-10-23* io.c (io_cntl): update max file descriptor by the result ofakr
2009-10-23* configure.in (target, target_alias): replace with real cpu.nobu
2009-10-23* configure.in (warnflags): use -Wextra only whennobu
2009-10-23* configure.in (optflags): removed -fomit-frame-pointer by default.nobu
2009-10-23* lib/pathname.rb (Pathname::SAME_PATHS): FNM_SYSCASE is alwaysnobu
2009-10-22* configure.in, Makefile.in, win32/Makefile.sub (XRUBY): runnablenobu
2009-10-22* configure.in (warnflags): use -Wextra instead of -Wall.nobu
2009-10-22* class.c (rb_obj_basic_to_s_p): typo. Please become familiar withusa
2009-10-22* test/ruby/envutil.rb (assert_in_out_err): test_stdout andakr
2009-10-22* lib/fileutils.rb (FileUtils#fu_get_uid, fu_get_gid): Do notknu
2009-10-22* parse.y (arg_prepend): removed. a patch from Mikhail T. innobu
2009-10-21* object.c (rb_obj_inspect): print instance variables only whenmatz
2009-10-21* object.c (rb_obj_inspect): fixed rdoc about the case that to_snobu
2009-10-20* test/logger/test_logger.rb (TestLogDevice#test_write): checknobu
2009-10-20* ChangeLog: Added summary of r25412, cf [ruby-core:23598]marcandre
2009-10-20 * lib/webrick/httpauth/digestauth.rb: typo in exception message fixed.nahi
2009-10-20 * lib/logger.rb: imported upstream version (logger/1.2.7) see #2238.nahi
2009-10-20 * lib/matrix.rb: Bug fix. See detail [ruby-core:23598].keiju
2009-10-20* marshal.c (w_symbol, r_symreal): fixed the order of symbol andnobu
2009-10-20* include/ruby/win32.h (finite, scalb): inline'ed non-standardusa
2009-10-20* parse.y (ripper_intern): enable literal optimization.nobu
2009-10-20* parse.y (method_call): dispatch symbols. a patch from Andy Keep innobu
2009-10-20* parse.y (mlhs_basic): fixed handling splat in middle of mlhs. anobu
2009-10-20* parse.y (parser_here_document): dispatch delayed heredocnobu
2009-10-19* .gdbinit (rb_method_entry): search method entry by class and id.nobu
2009-10-19* win32/Makefile.sub (enc/unicode/name2ctype.h): no need to createusa
2009-10-19* .gdbinit (rb_ps): dump all threads and their callstacks. basednobu
2009-10-19* iseq.c (prepare_iseq_build, rb_iseq_build_for_ruby2cext):nobu
2009-10-18* lib/rexml/element.rb (text=): false should be converted to string.marcandre
2009-10-18 * lib/date.rb: do not require lib/delta.rb.tadf
2009-10-18* parse.y (is_special_global_name): add boundary check.akr
2009-10-18* ruby.c (ruby_init_loadpath_safe): should not dup tmp string. anobu
2009-10-18* test/test_prime.rbyugui
2009-10-17* marshal.c (id2encidx): register encoding name.nobu
2009-10-17* test/rake/test_fileutils.rb (Rake::TestFileUtils#test_sh): usesyugui
2009-10-17* bignum.c (big_split): fix off-by-one error. [ruby-dev:39501]mame
2009-10-17* parse.y (parser_yylex): fix token even after trailing under score.akr
2009-10-17* vm_method.c (basic_obj_respond_to): call #respond_to_missing?matz
2009-10-17* lib/delegate.rb (Delegator#respond_to_missing): warn only whenmatz
2009-10-16* st.c (unpack_entries): save table->bins and never change the tablewanabe
2009-10-16* prelude.rb (require_relative): defined as a module function ofakr
2009-10-16* lib/delegate.rb (Delegator#method_missing): remove backtracematz
2009-10-16* lib/delegate.rb (Delegator#freeze): #freeze should freeze selfmatz
2009-10-16add ML ref [ruby-core:26081]matz
2009-10-16* lib/delegate.rb (Delegator#respond_to_missing): warn if optionalmatz