aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * object.c (rb_obj_cmp): defines Object#<=>. [ruby-core:24063]matz2009-10-243-1/+15
* * lib/matrix (transpose): bug fix for Matrix.empty(0,42).tmarcandre2009-10-241-0/+1
* * lib/matrix (column): handle negative arguments. cf [ruby-core:23598]marcandre2009-10-241-2/+2
* * lib/matrix (minor): Also handle negative arguments like Array#[]marcandre2009-10-241-5/+18
* * class.c (rb_class_new): move class check to rb_check_inheritable().matz2009-10-233-5/+11
* * ext/ext/dl/handle.c (rb_dlhandle_initialize) added rb_secure(2)tenderlove2009-10-233-1/+29
* * 2009-10-24svn2009-10-231-2/+2
* * io.c (io_cntl): update max file descriptor by the result ofakr2009-10-232-0/+8
* fix a typo.akr2009-10-231-1/+1
* * configure.in (target, target_alias): replace with real cpu.nobu2009-10-233-5/+16
* * configure.in (warnflags): use -Wextra only whennobu2009-10-232-11/+26
* * configure.in (optflags): removed -fomit-frame-pointer by default.nobu2009-10-232-4/+8
* * lib/pathname.rb (Pathname::SAME_PATHS): FNM_SYSCASE is alwaysnobu2009-10-232-1/+6
* * version.c (ruby_initial_load_paths): moved terminating semicolon.nobu2009-10-221-1/+2
* * configure.in, Makefile.in, win32/Makefile.sub (XRUBY): runnablenobu2009-10-225-1/+17
* * configure.in (warnflags): use -Wextra instead of -Wall.nobu2009-10-224-6/+13
* * class.c (rb_obj_basic_to_s_p): typo. Please become familiar withusa2009-10-222-1/+6
* * test/ruby/envutil.rb (assert_in_out_err): test_stdout andakr2009-10-223-3/+11
* * lib/fileutils.rb (FileUtils#fu_get_uid, fu_get_gid): Do notknu2009-10-222-8/+19
* * parse.y (arg_prepend): removed. a patch from Mikhail T. innobu2009-10-222-1/+5
* * 2009-10-22svn2009-10-211-2/+2
* * object.c (rb_obj_inspect): print instance variables only whenmatz2009-10-213-2/+23
* * object.c (rb_obj_inspect): fixed rdoc about the case that to_snobu2009-10-212-3/+7
* * test/scanf/test_scanfio.rb (TestScanfIO): needs to inheritnobu2009-10-211-3/+4
* * test/ruby/{marshaltestlib,test_marshal}.rb: suppressed warnings.nobu2009-10-212-4/+4
* * test/logger/test_logger.rb (TestLogDevice#test_write): checknobu2009-10-202-0/+11
* * lib/matrix.rb (transpose, inspect): Bug fixmarcandre2009-10-201-2/+1
* * lib/matrix.rb (empty): Improved rdocmarcandre2009-10-201-2/+9
* * ChangeLog: Added summary of r25412, cf [ruby-core:23598]marcandre2009-10-201-0/+10
* Use Array#permutation for permutation tests.naruse2009-10-201-21/+14
* * added monitor.rb test. see #2240 the bug on ruby_1_8.nahi2009-10-201-0/+27
* * lib/webrick/httpauth/digestauth.rb: typo in exception message fixed.nahi2009-10-202-2/+6
* * 2009-10-21svn2009-10-201-2/+2
* * lib/logger.rb: imported upstream version (logger/1.2.7) see #2238.nahi2009-10-203-55/+205
* * lib/matrix.rb: Bug fix. See detail [ruby-core:23598].keiju2009-10-202-96/+123
* * marshal.c (w_symbol, r_symreal): fixed the order of symbol andnobu2009-10-202-2/+10
* * include/ruby/win32.h (finite, scalb): inline'ed non-standardusa2009-10-202-9/+18
* * parse.y (ripper_intern): enable literal optimization.nobu2009-10-202-8/+4
* * test/ripper/test_*.rb: fixed indent.nobu2009-10-204-31/+26
* * parse.y (method_call): dispatch symbols. a patch from Andy Keep innobu2009-10-203-9/+26
* * parse.y (mlhs_basic): fixed handling splat in middle of mlhs. anobu2009-10-203-22/+46
* * 2009-10-20svn2009-10-201-2/+2
* * parse.y (parser_here_document): dispatch delayed heredocnobu2009-10-205-26/+74
* * .gdbinit (rb_method_entry): search method entry by class and id.nobu2009-10-192-1/+65
* * win32/Makefile.sub (enc/unicode/name2ctype.h): no need to createusa2009-10-192-1/+6
* * .gdbinit (rb_ps): dump all threads and their callstacks. basednobu2009-10-192-0/+43
* * iseq.c (prepare_iseq_build, rb_iseq_build_for_ruby2cext):nobu2009-10-193-1/+12
* * 2009-10-19svn2009-10-181-2/+2
* * lib/rexml/element.rb (text=): false should be converted to string.marcandre2009-10-182-1/+6
* * lib/date.rb: do not require lib/delta.rb.tadf2009-10-183-8/+38