aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* rdoc/constant.rb: reapply r43006 for workaround ofnobu2013-12-032-1/+14
* signal.c: fault addressnobu2013-12-031-3/+8
* * hash.c (w32_getenv): should be static.nobu2013-12-031-1/+1
* * ext/openssl/lib/openssl/buffering.rb: Return ASCII-8BIT strings fromdrbrain2013-12-033-1/+21
* * 2013-12-03svn2013-12-031-2/+2
* * lib/rdoc: Update to RDoc master 900de99. Changes include:drbrain2013-12-035-12/+26
* * hash.c (getenv): fixed test failures introduced by r43950.usa2013-12-022-1/+7
* * hash.c (rb_hash_rehash): make temporary st_table under the controlglass2013-12-023-27/+47
* * variable.c (rb_mod_constants): when calling Module#constants withcharliesome2013-12-022-4/+29
* * lib/csv.rb: [DOC] Fix typosa_matsuda2013-12-021-7/+7
* * lib/net/smtp.rb (Net::SMTP#critical): Always return adrbrain2013-12-023-1/+21
* * lib/rubygems: Update to RubyGems master baa965b. Notable changes:drbrain2013-12-013-6/+20
* * test/ruby/test_case.rb (test_nomethoderror):sorah2013-12-012-0/+13
* * 2013-12-02svn2013-12-011-2/+2
* * hash.c (getenv): use ANSI codepage version of getenv() for minirubyusa2013-12-012-1/+17
* * doc/contributors.rdoc: [DOC] Import contributors from redmine wikizzak2013-12-012-0/+789
* * doc/maintainers.rdoc: [DOC] Current maintainers of Rubyzzak2013-12-012-0/+328
* * doc/contributing.rdoc: [DOC] Current branch maintainerszzak2013-12-012-0/+25
* * doc/contributing.rdoc: [DOC] Reporting other (ruby-lang.org) issueszzak2013-12-012-0/+17
* * doc/contributing.rdoc: [DOC] Current platform maintainerszzak2013-12-012-0/+32
* * doc/contributing.rdoc: [DOC] Reporting downstream distro issueszzak2013-12-012-0/+14
* * hash.c (rb_hash_to_a): specify array capa.glass2013-12-012-1/+5
* * hash.c (rb_hash_rehash): fix to free new st_table when exceptionglass2013-12-012-7/+37
* * lib/open3.rb: [DOC] Fix typo (s/thumnail/thumbnail/)a_matsuda2013-12-011-3/+3
* * ext/openssl/lib/openssl/buffering.rb: Fix warning in copyrightzzak2013-12-012-15/+20
* * lib/rubygems: Update to RubyGems master 66e5c39. Notable changes:drbrain2013-11-3031-26/+598
* * 2013-12-01svn2013-11-301-3/+3
* * test/ruby/test_gc.rb (test_gc_reason): Force minor GC by consumingtmm12013-11-302-1/+7
* * lib/fileutils.rb: [DOC] Fix typo (s/perserve/preserve/)a_matsuda2013-11-301-1/+1
* dir.c: check unknown keywordsnobu2013-11-303-4/+19
* vm_insnhelper.c: keyword hash functionsnobu2013-11-303-37/+45
* * lib/irb/inspector.rb: [DOC] Fix typo (s/dependant/dependent/)a_matsuda2013-11-302-2/+2
* win32ole.c: correct declarationnobu2013-11-302-1/+7
* vm_dump.c: suppress warningnobu2013-11-301-1/+1
* eval.c: determine exit status and signal before finalizationnobu2013-11-304-6/+58
* enumerator.c: should not store local variable addressnobu2013-11-303-4/+20
* siphash.c: fix missing conditionnobu2013-11-303-2/+9
* vm_eval.c: blockargnobu2013-11-308-8/+71
* range.c: revert the old behaviornobu2013-11-302-1/+9
* * ext/tk/extconf.rb: show the reason of why ignore tclConfig.sh/tkConfig.sh.nagai2013-11-301-9/+26
* * lib/drb/ssl.rb: [DOC] Fix typoa_matsuda2013-11-291-1/+1
* * ext/tk/lib/tkextlib/tktable/tktable.rb: fix bug on arguments for Proc object.nagai2013-11-295-33/+59
* fix typoskazu2013-11-291-3/+3
* fix indentkazu2013-11-291-1/+1
* * 2013-11-30svn2013-11-291-2/+2
* * ChangeLog: fix ticket number at r43913.nagachika2013-11-291-1/+1
* * lib/uri/generic.rb: [DOC] Fix typoa_matsuda2013-11-291-1/+1
* * lib/webrick/httpauth/digestauth.rb: Fix typo in an error message.a_matsuda2013-11-292-2/+2
* * vm_dump.c (rb_vmdebug_debug_print_pre): Bugfix. Get PC directly.tarui2013-11-294-5/+15
* * compile.c : Bugsfix for dump_disasm_list.tarui2013-11-292-11/+30