aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/bigdecimal/lib/bigdecimal/util.rb (Rational#to_d):mrkn2011-07-261-5/+5
* * ext/bigdecimal/lib/bigdecimal/util.rb (Float#to_d): modified formrkn2011-07-261-2/+2
* * ext/bigdecimal/lib/bigdecimal/util.rb (Integer#to_d): addedmrkn2011-07-261-0/+17
* * ext/bigdecimal/lib/bigdecimal/util.rb (BigDecimal#to_d): addedmrkn2011-07-261-0/+8
* * bigdecimal/bigdecimal.c (VpDup) a new function for duplicatingmrkn2011-07-261-2/+38
* * ext/openssl/lib/openssl.rb: End of transition period introduced bynahi2011-07-255-340/+336
* * ext/openssl/lib/openssl/x509.rb: Cosmetic change: move definition nahi2011-07-252-9/+7
* * ext/openssl/ossl_ssl.c (ossl_ssl_shutdown): Avoid randomly generated nahi2011-07-251-1/+2
* * ext/socket/extconf.rb: refine the recvmsg test.akr2011-07-241-12/+38
* * ext/socket/extconf.rb: fix the recvmsg test.akr2011-07-241-3/+13
* * ext/socket/extconf.rb: test recvmsg allocates file descriptors forakr2011-07-232-5/+94
* * ext/date/date_core.c: an issue that is same as [ruby-dev:44071].tadf2011-07-232-13/+13
* * io.c (rb_update_max_fd): validate fd.akr2011-07-233-19/+21
* * ext/readline/readline.c: Add examples for Readline.completion_proc=.drbrain2011-07-221-6/+62
* * ext/openssl/ossl_hmac.c: Revert checking return type ofemboss2011-07-221-7/+3
* * ext/openssl/ossl_digest.c: Check return value of EVP_DigestInit_ex.emboss2011-07-222-6/+16
* * ext/openssl/ossl_engine.c: Avoid double free of ENGINE reference.emboss2011-07-221-1/+5
* * ext/socket/ancdata.c (discard_cmsg): workaround for MacOS X Lion.akr2011-07-211-2/+10
* * include/ruby/intern.h (rb_update_max_fd): declaration moved fromakr2011-07-207-0/+27
* * ext/dl/handle.c (dlhandle_sym): clear previous error with dlerror()naruse2011-07-201-0/+3
* * ext/psych/lib/psych.rb: define a new BadAlias error class.tenderlove2011-07-182-1/+4
* * ext/curses/curses.c: added the new class Curses::Pad, whichshugo2011-07-172-1/+158
* * ext/digest/sha2/sha2.c (SHA256_Update, SHA512_Update): avoid Busnahi2011-07-151-2/+4
* * ext/openssl/ossl.c (ossl_verify_cb): trap the exception fromnahi2011-07-141-2/+5
* * ext/bigdecimal/bigdecimal.c (rmpd_power_by_big_decimal): fixmrkn2011-07-101-7/+10
* * ext/json: Merge json gem 1.5.4+ (f7f78896607b6f6226cd).naruse2011-07-1011-138/+423
* * ext/date/date_core.c: canonicalizes nth and sf.tadf2011-07-101-6/+17
* * ext/bigdecimal/bigdecimal.c (BigDecimal_power): support non-integralmrkn2011-07-101-11/+327
* * ext/date/date_core.c: some improvements for performance.tadf2011-07-091-175/+255
* * ext/json/{generator/generator.c,parser/parser.rl}: fix indent.nobu2011-07-083-24/+24
* * ext/json/parser/parser.rl (JSON_parse_object): add missing parens.nobu2011-07-082-2/+2
* * ext/json/parser/parser.rl (convert_encoding): should not modifynobu2011-07-082-5/+7
* * ext/json/parser/parser.rl (convert_encoding): no needs to usenobu2011-07-082-35/+15
* * ext/json/parser/prereq.mk: remove trailing spaces.nobu2011-07-081-0/+1
* * ext/openssl/ossl.h: include openssl/e_os2.h before checking theusa2011-07-081-0/+1
* * ext/-test-/string/enc_associate.c: needs ruby/encoding.h fornobu2011-07-081-0/+1
* * encoding.c (rb_enc_set_index, rb_enc_associate_index): shouldnobu2011-07-071-0/+13
* * ext/-test-/string/modify.c: split from init.c.nobu2011-07-072-8/+14
* * ext/coverage/coverage.c: resurrect r32071 + add GC guard fornagachika2011-07-041-9/+18
* * ext/coverage/coverage.c: revert r32071. The commit caused SEGV onmame2011-07-041-17/+9
* * ext/extmk.rb (extmake): suppresses outputs from extconf.rb.yugui2011-07-031-2/+16
* * sytle fixes.nobu2011-06-306-9/+9
* reedited previous committadf2011-06-301-8/+8
* * ext/date/date_core.c: mathn still alive (should die soon).tadf2011-06-301-12/+37
* * ext/openssl/ossl.c/.h: Added ossl_x509_name_sk2ary.emboss2011-06-303-41/+76
* * ext/date/date_core.c (m_ajd): refers a constant.tadf2011-06-301-1/+3
* * ext/io/console/io-console.gemspec: spin-off gem for 1.9.2.nobu2011-06-301-0/+15
* * ext/date/date_core.c: trivial changes.tadf2011-06-301-12/+10
* * ext/date/date_core.c: modified doc.tadf2011-06-301-59/+70
* * ext/objspace/objspace.c (ObjectSpace.count_tdata_objects):ko12011-06-301-4/+23