aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix r32731: position of definition.naruse2011-07-291-2/+2
* Run test_popen_fork on FreeBSD because it can run.naruse2011-07-291-1/+0
* * 2011-07-29svn2011-07-291-2/+2
* Use setrlimit(NOFILE,1) on OpenBSD.naruse2011-07-291-1/+3
* * configure.in (enable_pthread): use -pthread on OpenBSD withoutnaruse2011-07-292-1/+8
* * ext/fiddle/closure.c (callback): use rb_ary_tmp_new() instead ofnagachika2011-07-282-11/+19
* * ext/openssl/ossl_cipher.c (ossl_cipher_initialize): Avoid possiblenahi2011-07-283-1/+33
* * lib/rubygems/user_interaction.rb (Gem::StreamUI#tty?): typo.usa2011-07-282-1/+5
* * ext/dl/callback/mkcallback.rb (gencallback): use PTR2NUM.nobu2011-07-282-12/+6
* * ext/dl/cptr.c (rb_dlptr_aref, rb_dlptr_aset): check NULL pointernobu2011-07-283-6/+21
* * ext/dl/cptr.c (rb_dlptr_s_to_ptr): use rb_check_funcall.nobu2011-07-282-4/+5
* * ext/dl/cptr.c (rb_dlptr_s_to_ptr): fix wrapping condition.nobu2011-07-282-4/+5
* the code that depends on timing. [Bug #372] [Bug #4160]seki2011-07-282-62/+29
* See __APPLE__ for __syscall.naruse2011-07-281-1/+1
* * lib/delegate.rb: Move file-level documentation to the appropriatedrbrain2011-07-272-95/+81
* * ext/dl/cfunc.c (dlcfunc_mark), ext/dl/cptr.c (dlptr_mark):nobu2011-07-275-27/+68
* * test/ruby/test_symbol.rb (test_no_inadvertent_symbol_creation):nobu2011-07-271-2/+7
* * test/ruby/test_symbol.rb (test_no_inadvertent_symbol_creation3):nobu2011-07-271-35/+39
* * 2011-07-28svn2011-07-271-2/+2
* * test/fileutils/test_fileutils.rb: add OpenBSD case.naruse2011-07-273-4/+13
* * test/ruby/test_symbol.rb (test_inspect): use %W to enablenobu2011-07-271-1/+1
* * test/rinda/test_rinda.rb (test_remote_array_and_hash):nagachika2011-07-272-2/+12
* * include/ruby/missing.h: define __syscall if the platform hasnaruse2011-07-272-0/+11
* * object.c: Add usage documentation for BasicObject. Based on patchdrbrain2011-07-272-0/+52
* Use ::Syck explicitly.naruse2011-07-271-1/+1
* * lib/rubygems/uninstaller.rb: Add missing require and updatedrbrain2011-07-274-21/+30
* * vm_dump.c (VMDEBUG): suppress undefined macro warnings.nobu2011-07-271-0/+5
* * test/ruby/test_symbol.rb (TestSymbol#test_inspect): workaround fornobu2011-07-271-1/+1
* * lib/rubygems: Update to RubyGems 1.8.6.1.drbrain2011-07-27172-1060/+175
* * test/openssl/test_pkcs12.rb: Add test and intermediate certificates.emboss2011-07-272-24/+89
* * vm_method.c (rb_gc_mark_unlinked_live_method_entries): remove unusednobu2011-07-261-1/+1
* * eval_error.c (rb_print_undef_str): new function to raisenobu2011-07-2610-10/+121
* * vm_method.c (obj_respond_to): fix the respond_to_missing? overridenobu2011-07-263-2/+26
* * parse.y (rb_check_id): make the given name a symbol or a string.nobu2011-07-267-19/+26
* * property.nobu2011-07-260-0/+0
* * ext/bigdecimal/lib/bigdecimal/util.rb (Rational#to_d):mrkn2011-07-263-5/+29
* * ext/bigdecimal/lib/bigdecimal/util.rb (Float#to_d): modified formrkn2011-07-263-2/+23
* * property.nobu2011-07-260-0/+0
* * ext/bigdecimal/lib/bigdecimal/util.rb (Integer#to_d): addedmrkn2011-07-263-0/+31
* * ext/bigdecimal/lib/bigdecimal/util.rb (BigDecimal#to_d): addedmrkn2011-07-263-0/+25
* * 2011-07-27svn2011-07-261-2/+2
* * bigdecimal/bigdecimal.c (VpDup) a new function for duplicatingmrkn2011-07-263-2/+73
* * array.c: Fix typo. https://github.com/ruby/ruby/pull/36shyouhei2011-07-262-1/+5
* * 2011-07-26svn2011-07-251-2/+2
* * proc.c: pre-allocate the unlinked_method_entry_list_entry struct tomame2011-07-252-1/+15
* * test/rake/test_rake_directory_task.rb (TestRakeDirectoryTask#usa2011-07-252-1/+7
* * proc.c (struct METHOD), gc.c (gc_marks), vm_method.cmame2011-07-255-28/+58
* * forgot to add a test fixture file in r32666.nahi2011-07-251-0/+2
* * lib/xmlrpc/client.rb: Fix possible HTTP header formatting failure bynahi2011-07-253-4/+42
* * ext/openssl/lib/openssl.rb: End of transition period introduced bynahi2011-07-256-340/+346