aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * iseq.c (iseq_data_to_ary): fix condition.ko12013-02-283-1/+21
* win32.c: fix typenobu2013-02-281-3/+3
* win32.c: suppress warningnobu2013-02-281-1/+1
* * lib/rubygems/available_set.rb: Undent for styledrbrain2013-02-2711-88/+243
* * thread.c: rdoc formatting for Thread, ThreadGroup, and ThreadErrorzzak2013-02-272-101/+132
* * 2013-02-28svn2013-02-271-2/+2
* * vm.c: Typo in overview for example of Thread#status returning falsezzak2013-02-272-1/+6
* * ext/socket/rubysocket.h (union_sockaddr): make it longer for SunOSakr2013-02-272-0/+6
* * lib/rexml/security.rb (REXML::Security): create.kou2013-02-276-40/+54
* * vm.c (Thread): fix typos in overvieweregon2013-02-272-4/+8
* * ruby.c (is_option_with_optarg): macro for optional argument option.nobu2013-02-271-4/+8
* configure.in: escape double-quotesnobu2013-02-271-1/+1
* win32.c: suppress warningsnobu2013-02-271-2/+2
* thread_win32.c: suppress warningnobu2013-02-271-8/+2
* * vm.c (Thread): Typo in overview, swap setting and gettingzzak2013-02-272-1/+5
* * vm.c (Thread): Documentation overview of Thread classzzak2013-02-272-1/+151
* * thread.c (rb_thread_wakeup): rdoc formattingzzak2013-02-272-3/+9
* thread.c (rb_thread_group): rdoc formattingzzak2013-02-272-2/+6
* * lib/ostruct.rb: Typo in OpenStruct overview [Github Fixes #251]zzak2013-02-272-2/+7
* * vm_exec.h (END_INSN): llvm-gcc may optimize out reg_cfp and causenaruse2013-02-272-1/+21
* * thread.c (thread_raise_m): rdoc formattingzzak2013-02-272-3/+7
* * 2013-02-27svn2013-02-271-2/+2
* configure.in: remove no longer used variablenobu2013-02-271-1/+0
* Fix typos... Sorry...kou2013-02-261-4/+4
* * lib/rexml/document.rb: move entity_expansion_limit accessor to ...kou2013-02-263-5/+28
* * lib/rexml/document.rb: move entity_expansion_limit accessor to ...kou2013-02-264-5/+33
* * ChangeLog: fix typonobu2013-02-261-2/+2
* mkconfig.rb: reconstruct comma separated list valuesnobu2013-02-262-1/+12
* configure.in: non-portable shell behaviornobu2013-02-262-4/+9
* test_keyword.rb: suppress warningnobu2013-02-261-1/+1
* parse.y: keyword argument without parennobu2013-02-263-1/+23
* * error.c: clarify reason for sleep in SignalException examplezzak2013-02-252-2/+6
* * error.c: clarify a document of SignalException. Process.kill()kosaki2013-02-252-0/+7
* * 2013-02-26svn2013-02-251-2/+2
* * ext/Setup.nt: this file has not been used by default.nobu2013-02-251-1/+1
* * test/ruby/test_fnmatch.rb: use assert_file.nobu2013-02-251-85/+85
* envutil.rb: rename membernobu2013-02-251-3/+3
* version.h: bump RUBY_API_VERSIONnobu2013-02-252-1/+5
* * string.c (str_byte_substr): don't set coderange if it's not known.naruse2013-02-253-2/+30
* test_string.rb: defer ENUMERATORS_WANTARRAY to next majornobu2013-02-251-1/+1
* test_string.rb: ENUMERATORS_WANTARRAYnobu2013-02-251-4/+5
* common.mk: clean miniprelude.cnobu2013-02-252-2/+7
* * lib/rubygems/config_file.rb: Lazily load .gem/credentials to onlydrbrain2013-02-254-31/+75
* depend: fix for static library on mswinnobu2013-02-251-2/+2
* depend: fix for static library on mswinnobu2013-02-253-2/+13
* mkmf.rb: default libdirnamenobu2013-02-253-2/+8
* string.c: STRING_ENUMERATORS_WANTARRAYnobu2013-02-251-4/+6
* configure.in: find Setup file automaticallynobu2013-02-254-15/+26
* thread.c: remove unnecessary sentencenobu2013-02-251-3/+0
* * thread.c: Document Thread::new, clean up ::fork and mention callingzzak2013-02-252-4/+31