aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * ext/date/date_core.c: avoided using timev.tadf2011-06-293-26/+64
* * ext/openssl/ossl.h (OPENSSL_SYS_WIN32): define only if not defined.eban2011-06-291-1/+3
* * ext/openssl/ossl.h (OPENSSL_SYS_WIN32): support for mingw(msys).eban2011-06-291-0/+1
* * ex/tk/extconf.rb: support for the latest ActiveTcl with mingw.eban2011-06-291-0/+3
* * ext/bigdecimal/bigdecimal.c (BigMath_s_log): move BigMath.log frommrkn2011-06-272-35/+191
* * ext/date/date_parse.c: should use ALLOCA_N.tadf2011-06-261-7/+7
* * ext/date/date_core.c: refactoring.tadf2011-06-261-34/+95
* * ext/openssl/extconf.rbemboss2011-06-264-10/+40
* * ext/date/date_core.c (date_strftime_internal): removed meaningless braces.tadf2011-06-251-43/+41
* * ext/openssl/ossl_ssl.c (ossl_ssl_shutdown): Try to shutdown SSL nahi2011-06-241-1/+12
* * ext/date/date_core.c (c_valid_{julian,gregorian}_p): fixed the range of mo...tadf2011-06-231-8/+7