summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2011-07-26* ext/bigdecimal/lib/bigdecimal/util.rb (Rational#to_d):mrkn
2011-07-26* ext/bigdecimal/lib/bigdecimal/util.rb (Float#to_d): modified formrkn
2011-07-26* ext/bigdecimal/lib/bigdecimal/util.rb (Integer#to_d): addedmrkn
2011-07-26* ext/bigdecimal/lib/bigdecimal/util.rb (BigDecimal#to_d): addedmrkn
2011-07-26* bigdecimal/bigdecimal.c (VpDup) a new function for duplicatingmrkn
2011-07-25* ext/openssl/lib/openssl.rb: End of transition period introduced bynahi
2011-07-25* ext/openssl/lib/openssl/x509.rb: Cosmetic change: move definition nahi
2011-07-25* ext/openssl/ossl_ssl.c (ossl_ssl_shutdown): Avoid randomly generated nahi
2011-07-24* ext/socket/extconf.rb: refine the recvmsg test.akr
2011-07-24* ext/socket/extconf.rb: fix the recvmsg test.akr
2011-07-23* ext/socket/extconf.rb: test recvmsg allocates file descriptors forakr
2011-07-23 * ext/date/date_core.c: an issue that is same as [ruby-dev:44071].tadf
2011-07-23* io.c (rb_update_max_fd): validate fd.akr
2011-07-22 * ext/readline/readline.c: Add examples for Readline.completion_proc=.drbrain
2011-07-22* ext/openssl/ossl_hmac.c: Revert checking return type ofemboss
2011-07-22* ext/openssl/ossl_digest.c: Check return value of EVP_DigestInit_ex.emboss
2011-07-22* ext/openssl/ossl_engine.c: Avoid double free of ENGINE reference.emboss
2011-07-21* ext/socket/ancdata.c (discard_cmsg): workaround for MacOS X Lion.akr
2011-07-20* include/ruby/intern.h (rb_update_max_fd): declaration moved fromakr
2011-07-20* ext/dl/handle.c (dlhandle_sym): clear previous error with dlerror()naruse
2011-07-18* ext/psych/lib/psych.rb: define a new BadAlias error class.tenderlove
2011-07-17* ext/curses/curses.c: added the new class Curses::Pad, whichshugo
2011-07-15* ext/digest/sha2/sha2.c (SHA256_Update, SHA512_Update): avoid Busnahi
2011-07-14* ext/openssl/ossl.c (ossl_verify_cb): trap the exception fromnahi
2011-07-10* ext/bigdecimal/bigdecimal.c (rmpd_power_by_big_decimal): fixmrkn
2011-07-10* ext/json: Merge json gem 1.5.4+ (f7f78896607b6f6226cd).naruse
2011-07-10 * ext/date/date_core.c: canonicalizes nth and sf.tadf
2011-07-10* ext/bigdecimal/bigdecimal.c (BigDecimal_power): support non-integralmrkn
2011-07-09 * ext/date/date_core.c: some improvements for performance.tadf
2011-07-08* ext/json/{generator/generator.c,parser/parser.rl}: fix indent.nobu
2011-07-08* ext/json/parser/parser.rl (JSON_parse_object): add missing parens.nobu
2011-07-08* ext/json/parser/parser.rl (convert_encoding): should not modifynobu
2011-07-08* ext/json/parser/parser.rl (convert_encoding): no needs to usenobu
2011-07-08* ext/json/parser/prereq.mk: remove trailing spaces.nobu
2011-07-08* ext/openssl/ossl.h: include openssl/e_os2.h before checking theusa
2011-07-08* ext/-test-/string/enc_associate.c: needs ruby/encoding.h fornobu
2011-07-07* encoding.c (rb_enc_set_index, rb_enc_associate_index): shouldnobu
2011-07-07* ext/-test-/string/modify.c: split from init.c.nobu
2011-07-04* ext/coverage/coverage.c: resurrect r32071 + add GC guard fornagachika
2011-07-04* ext/coverage/coverage.c: revert r32071. The commit caused SEGV onmame
2011-07-03* ext/extmk.rb (extmake): suppresses outputs from extconf.rb.yugui
2011-06-30* sytle fixes.nobu
2011-06-30reedited previous committadf
2011-06-30 * ext/date/date_core.c: mathn still alive (should die soon).tadf
2011-06-30* ext/openssl/ossl.c/.h: Added ossl_x509_name_sk2ary.emboss
2011-06-30 * ext/date/date_core.c (m_ajd): refers a constant.tadf
2011-06-30 * ext/io/console/io-console.gemspec: spin-off gem for 1.9.2.nobu
2011-06-30 * ext/date/date_core.c: trivial changes.tadf
2011-06-30 * ext/date/date_core.c: modified doc.tadf
2011-06-30* ext/objspace/objspace.c (ObjectSpace.count_tdata_objects):ko1