aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* vm_dump.c: no methods in segv handlernobu2012-11-303-2/+27
* * NEWS: Added RubyGems 2.0.0drbrain2012-11-302-0/+21
* parse.y: false usage of local variablenobu2012-11-303-1/+8
* * lib/rubygems/package.rb: Load YAML for building gems.drbrain2012-11-303-6/+13
* * vm_trace.c (set_trace_func): Formatting of params and eventszzak2012-11-302-11/+29
* * lib/net/http.rb: Net::HTTP::Patch to list of HTTP Request Classeszzak2012-11-302-0/+6
* parse.y: LVAR_USEDnobu2012-11-301-1/+1
* parse.y: IS_lex_state_fornobu2012-11-301-5/+7
* * lib/cgi.rb: CGI example for HTML generationzzak2012-11-302-14/+23
* * time.c: Documentation improvements, grammar and formattingzzak2012-11-302-149/+162
* * lib/rdoc.rb: Set version to 4.0.0.preview2drbrain2012-11-303-2/+7
* * properties.nobu2012-11-300-0/+0
* * lib/rubygems/commands/setup_command.rb: Remove old files on installdrbrain2012-11-303-2/+78
* Stop using a regexp that causes a false warning.knu2012-11-302-4/+7
* Fix a line matching problem in Abbrev.abbrev(words, "prefix").knu2012-11-303-2/+15
* Improve test data in test_abbrev.knu2012-11-301-4/+2
* Add tests for lib/abbrev.rb.knu2012-11-302-0/+53
* * lib/rubygems/spec_fetcher.rb: Allow prerelease spec fetching to faildrbrain2012-11-303-3/+33
* * lib/rake/backtrace.rb: Removed duplication indrbrain2012-11-303-1/+16
* * revert r37993 to avoid SEGV in tests.shugo2012-11-3012-372/+170
* * lib/rdoc/ri/driver.rb: Relaxed matching for pages to be moredrbrain2012-11-303-2/+44
* value.rb: adjust indentnobu2012-11-301-52/+52
* value.rb: remove DLnobu2012-11-301-2/+0
* Refix r38002: capture_subprocess_io also doesn't forknaruse2012-11-301-2/+2
* * lib/rdoc/markdown.rb: Fixed warnings with -wdrbrain2012-11-302-71/+39
* Use capture_subprocess_io instead of capture_io. fix r38002naruse2012-11-301-1/+1
* vm_backtrace.c: RB_GC_GUARDnobu2012-11-303-3/+14
* * lib/rubygems/commands/contents_command.rb: Sort output from command.drbrain2012-11-305-4/+20
* * lib/rdoc/generator/darkfish.rb: Silenced warningdrbrain2012-11-2911-17/+71
* * gc.c : remove a unused function.nari2012-11-292-16/+4
* fix a revisited typo.nari2012-11-291-1/+1
* * gc.c (rb_objspace_call_finalizer): finalize_deferred may free upnari2012-11-293-10/+19
* * thread.c (rb_thread_interrupted): avoid warning ofko12012-11-292-2/+9
* * vm_backtrace.c: add GC guards.ko12012-11-292-4/+20
* [EXPERIMENTAL: NEED DISCUSS]ko12012-11-299-31/+138
* Imported minitest 4.3.2 (r8027)ryan2012-11-292-20/+27
* Fix typo of r38004naruse2012-11-291-1/+1
* Sort th result to compare multiple linesnaruse2012-11-291-1/+1
* * lib/rake/*: Updated to rake 0.9.5drbrain2012-11-2918-41/+181
* Run another process to avoid failure when objspace is already loadednaruse2012-11-291-3/+6
* * vm.c: add a return hook when a method raises an exception.tenderlove2012-11-297-12/+64
* * compile.c (compile_array_): refix r37991 remove assertion:naruse2012-11-294-1/+157
* fix a typokazu2012-11-291-1/+1
* * 2012-11-30svn2012-11-291-2/+2
* fix indent and typoskazu2012-11-291-6/+6
* * ext/openssl/ossl_ssl.c (ssl_npn_encode_protocol_i): fix byte orderngoto2012-11-292-1/+8
* Add issue ref to the previous commit.nahi2012-11-291-1/+1
* * test/openssl/test_cipher.rb (test_ctr_if_exists): add CTR mode testnahi2012-11-292-0/+20
* * vm_method.c (rb_method_entry_make): add a method entry withshugo2012-11-2912-166/+410
* Revert r37991 "compile.c: hash must be paired"naruse2012-11-293-146/+1