aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cent OS 5.6 wakes up in 4.989596sec from sleep(5).naruse2012-04-241-1/+1
* * enc/euc_jp.c: added EUC-JP-2004 and its alias EUC-JISX0213.usa2012-04-2413-4/+9084
* * compile.c: fix to output warning when the same literalsko12012-04-243-49/+80
* * win32/win32.c (waitpid): need to check the return value ofusa2012-04-242-1/+13
* * parse.y (parser_yylex): EXPR_BEG by keywords is a start point ofnobu2012-04-243-1/+52
* * lib/optparse.rb (OptionParser#to_a): should split by end-of-linenobu2012-04-243-5/+8
* * lib/optparse.rb (OptionParser#to_a): String#to_a is no longernobu2012-04-243-2/+24
* * hash.c, object.c, struct.c, lib/ostruct.rb: add to_h methods.nobu2012-04-2410-2/+156
* * test/drb/drbtest.rb ({DRbCore,DRbAry}#teardown}: cannot pass SIGTERMusa2012-04-242-2/+9
* fix condition to set yaml enginenobu2012-04-241-1/+1
* * thread.c (rb_check_deadlock): refine an error message of deadlockmame2012-04-232-1/+6
* * 2012-04-24svn2012-04-231-2/+2
* * parse.y (primary): remove wrong "fixpos" that caused incorrectmame2012-04-233-2/+21
* Wait until the server stops.naruse2012-04-231-0/+3
* * ext/iconv: deprecated. [Feature #6322]nobu2012-04-231-4/+0
* * ext/iconv: deprecated. [Feature #6322]nobu2012-04-2315-1653/+4
* --with-broken-apple-openssl optionnobu2012-04-231-1/+3
* test with psychnobu2012-04-231-2/+5
* ignore unnecessary testnobu2012-04-231-3/+1
* skip OpenSSL dependent tests if not availablenobu2012-04-234-32/+34
* see OpenSSL::SSLnobu2012-04-231-2/+2
* autoload in module scope.nobu2012-04-231-1/+1
* deal with timeout exceptionsnobu2012-04-231-3/+3
* * test/socket/test_unix.rb (bound_unix_socket): make temporaryakr2012-04-232-1/+7
* * win32/win32.c (szInternalCmds, internal_match, internal_cmd_match):usa2012-04-233-51/+64
* * lib/drb/ssl.rb: generate 1024 bits RSA key instead of 512 bits.akr2012-04-232-2/+10
* * test/drb/drbtest.rb: rescue Errno::ESRCH for Process.kill.akr2012-04-232-2/+13
* * .gdbinit (rb_ps_vm): follow st_table's packing change.naruse2012-04-232-2/+6
* * configure.in: disable rubygems not to load rbconfig.rb beforenobu2012-04-232-1/+11
* * 2012-04-23svn2012-04-221-2/+2
* Wait until the proxy stops.naruse2012-04-221-0/+3
* * ext/openssl/ossl_pkcs5.c (ossl_pkcs5_pbkdf2_hmac): suppress warnings.nobu2012-04-221-2/+2
* * ext/openssl/extconf.rb: ignore broken version by Apple.nobu2012-04-221-3/+5
* * ext/openssl/extconf.rb: configure.in adds -Wall to warnflags, notnobu2012-04-221-7/+0
* add ML ref.akr2012-04-221-0/+2
* * lib/drb/extservm.rb (DRb::ExtServManager): don't use /bin/sh toakr2012-04-226-11/+53
* avoid thread switching.naruse2012-04-221-3/+8
* * lib/drb/ssl.rb: close accepted TCP socket if SSL accept is failed.akr2012-04-212-1/+10
* * 2012-04-22svn2012-04-211-2/+2
* * ChangeLog: fix a typonagachika2012-04-211-1/+1
* * 2012-04-21svn2012-04-211-2/+2
* * test/rinda/test_rinda.rb: fix sticks on some testsf problem seki2012-04-212-1/+6
* update doc.akr2012-04-201-1/+10
* * lib/rubygems/ssl_certs/AddTrustExternalCARoot.pem: Removed to avoiddrbrain2012-04-204-237/+9
* * ChangeLog: fix typo.nobu2012-04-191-1/+1
* * lib/rubygems: Update to RubyGems 1.8.23 which contains securitydrbrain2012-04-1914-8/+3877
* * 2012-04-20svn2012-04-191-2/+2
* fix typoskazu2012-04-191-2/+2
* * strftime.c (rb_strftime_with_timespec): fix carrir-up bug andnobu2012-04-193-2/+27
* Run TC_JSONGenerate#test_gc in a separate process.naruse2012-04-191-20/+11