aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* use require_relative.akr2010-02-0227-29/+27
* * ext/socket/socket.c: turn on do_not_reverse_lookup by default,nobu2010-02-022-1/+7
* * enum.c (enum_each_entry): new method #each_entry to pack valuesmatz2010-02-024-15/+80
* * lib/delegate.rb (Delegator#marshal_dump): excludenobu2010-02-023-4/+9
* * lib/matrix.rb (Vector#each2): returns a self. [ruby-dev:40241]mame2010-02-012-0/+5
* * numeric.c (flo_minus): RDoc update. a patch from red stunmatz2010-02-012-1/+6
* * 2010-02-01svn2010-01-311-3/+3
* * ext/tk/tkutil/tkutil.c: fix SEGV on TkUtil::CallbackSubst._setup_subst_table.nagai2010-01-315-16/+51
* * io.c (rb_io_each_codepoint): use cbuf when needs readconv.wanabe2010-01-312-2/+6
* * test/ruby/test_dir.rb: use string instead of symbol as file name.mame2010-01-312-1/+5
* * fix the previous previous commit.mame2010-01-311-1/+2
* * string.c (rb_string_value): fix the previous commit.mame2010-01-311-0/+4
* * string.c (rb_string_value): make no exception for Symbol.mame2010-01-312-7/+6
* * vm_insnhelper.c (vm_throw): fixed infinite loop. [ruby-core:27969]mame2010-01-313-5/+17
* * lib/rexml/text.rb (REXML::Text#initialize): do Text.check only whenmame2010-01-312-1/+7
* * vm_insnhelper.c (vm_throw): fixed infinite loop. [ruby-core:27969]mame2010-01-311-0/+4
* update rdoc.akr2010-01-311-16/+14
* rdoc update.akr2010-01-311-2/+3
* update rdoc.akr2010-01-311-1/+27
* * lib/rexml/text.rb (REXML::Text#initialize): fix typo and a bug thatmame2010-01-312-3/+8
* * lib/rexml/parent.rb (REXML::Parent#delete): return the deleted nodemame2010-01-312-1/+8
* * A bug fix for deleting blank Table rows from Andy Hartford.jeg22010-01-313-4/+16
* * gc.c (obj_free): free rb_classext_t of eigenclass. [Bug #1392]wanabe2010-01-312-0/+5
* * 2010-01-31svn2010-01-311-2/+2
* * lib/rexml/document.rb (REXML::Document#add): fix duplicate XMLDeclsmame2010-01-312-8/+16
* * vm.c (rb_vm_invoke_proc): removed unused variable.nobu2010-01-302-3/+2
* suppress a warning.akr2010-01-291-1/+1
* * lib/getoptlong.rb (set_options): ensure that the type of argument ismame2010-01-292-2/+11
* * configure.in, win32/Makefile.sub (EXECUTABLE_EXTS): should benobu2010-01-293-0/+40
* * configure.in (mingw): needs $(DEFFILE) for extension libraries.nobu2010-01-292-0/+7
* * lib/mkmf.rb (create_makefile): use puts instead of print.nobu2010-01-291-1/+1
* * lib/mkmf.rb (try_do): log no source when no developement env.nobu2010-01-292-8/+21
* * enc/trans/utf8_mac.trans (buf_shift_char): don't see uninitialisednaruse2010-01-292-3/+8
* * common.mk (help): updated.nobu2010-01-291-3/+6
* * lib/delegate.rb (Delegator#initialize_copy): use initialize_copymatz2010-01-282-11/+9
* * ext/bigdecimal/bigdecimal.c (BigDecimal_to_i): update RDoc tomatz2010-01-283-26/+31
* * 2010-01-29svn2010-01-281-2/+2
* * lib/cgi.rb: set autoload to CGI::HtmlExtension. [ruby-dev:40194]mame2010-01-282-0/+5
* * regcomp.c (onig_compile): initialize ScanEnv.naruse2010-01-283-1/+9
* * 2010-01-28svn2010-01-271-2/+2
* add ML ref.kazu2010-01-271-0/+1
* * test/matrix/test_matrix.rb, test/matrix/test_vector.rb: add somemame2010-01-273-0/+409
* * lib/thread.rb (ConditionVariable#wait, signal, broadcast): returnmame2010-01-272-1/+9
* * lib/matrix.rb: add exception Matrix::ErrOperationNotImplementedkeiju2010-01-272-14/+40
* * vm_dump.c (bugreport_backtrace): trivial change.kazu2010-01-273-3/+13
* * test/ruby/test_exception.rbkazu2010-01-272-1/+7
* fix typoskazu2010-01-271-2/+2
* * lib/matrix.rb (determinant): fix name error.mame2010-01-272-2/+6
* * vm_eval.c (rb_backtrace): "circular require" warning was output tomame2010-01-272-1/+7
* suppress warnings.akr2010-01-272-10/+26