aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* openssl: fix build when NPN is disabled by OpenSSLnobu2016-03-252-20/+21
* date_core.c: unused variablenobu2016-03-241-5/+2
* date_core.c: append stringsnobu2016-03-241-2/+2
* date_core.c: fix jisx0301 and iso8601nobu2016-03-242-57/+61
* date_core.c: fix inspectnobu2016-03-241-51/+27
* * numeric.c (int_to_f, fix_to_f): rename fix_to_f to int_to_f, and addmrkn2016-03-183-0/+35
* * ext/date/date_core.c (datetime_to_time): preserve timezone infosonots2016-03-181-4/+7
* socket/option.c: accurate conditionnobu2016-03-171-1/+6
* document OpenSSL::SSL::SSLContext#setup as MT-unsafenormal2016-03-141-2/+2
* * ext/tk/lib/tkextlib/tcllib/tablelist_tile.rb: fix method name typo.nagachika2016-03-071-1/+1
* * ext/tk/lib/tkextlib/tcllib/toolbar.rb: fix method name typo.nagachika2016-03-071-1/+1
* * ext/tk/lib/tkextlib/blt/tree.rb: fix method name typo.nagachika2016-03-071-1/+1
* * ext/tk/lib/tk/menubar.rb: fix a typo in font name. [ruby-core:72505]nagachika2016-03-074-5/+5
* win32ole_event.c: use rb_write_error_strnobu2016-03-071-1/+3
* cgi/escape: Optimize CGI.unescapenobu2016-02-211-0/+79
* cgi/escape: Optimize CGI.unescapeHTMLnobu2016-02-211-0/+129
* extmk.rb: cygwin casenobu2016-02-191-1/+4
* win32/resolv.rb: invert the conditionnobu2016-02-151-3/+4
* win32/resolv.rb: check pointer sizenobu2016-02-151-5/+7
* avoid ruby-mode.el bugnobu2016-02-152-2/+2
* split win32/resolv9x.rbnobu2016-02-152-257/+259
* * ext/zlib/zlib.c: Document mtime header behavior with patch by @schneemszzak2016-02-091-1/+14
* mask upper nibblenobu2016-02-041-5/+5
* initialize dest to 0nobu2016-02-041-10/+8
* cgi/escape: Optimize CGI.escapenobu2016-02-041-0/+87
* * string.c (str_new_frozen): if the given string is embeddedablenaruse2016-02-031-2/+42
* Fix typo on OpenSSL::PKey doc [ci skip]nobu2016-02-021-1/+1
* Fix Ripper.lex error in dedenting squiggly heredocnobu2016-02-021-1/+1
* * re.c: Introduce RREGEXP_PTR.naruse2016-02-021-4/+4
* socket.c: unlimited size hostnamenobu2016-01-281-6/+20
* depend: add capacity.onobu2016-01-271-0/+14
* Add tests about String's internal capacitynaruse2016-01-271-0/+17
* wait readable/writablenobu2016-01-241-3/+74
* common.mk: source dependency for nmakenobu2016-01-221-1/+1
* vm_core.h: use RUBY_ASSERTnobu2016-01-222-0/+2
* ripper: clean timestampnobu2016-01-191-1/+1
* option.c: single byte booleannobu2016-01-171-2/+7
* option.c: make error messages consistentnobu2016-01-171-13/+10
* * ext/openssl/lib/openssl/pkey.rb: Added 2048 bit DH parameter.hsbt2016-01-161-0/+12
* * Remove 512-bit DH group. It's affected by LogJam Attack.hsbt2016-01-141-8/+0
* ext/-test-: reduce feature namesnobu2016-01-1012-12/+12
* stdlib: avoid extra calls to eliminate "\n" from Base64normal2016-01-101-1/+1
* openssl: fix examples [ci skip]nobu2016-01-091-0/+3
* nmake VPATHnobu2016-01-091-1/+4
* Revert r53482 "nmake VPATH"naruse2016-01-091-4/+1
* nmake VPATHnobu2016-01-091-1/+4
* * ext/ripper/depend: Just like BSDmake, nmake also recognize the rule ofusa2016-01-071-3/+2
* fix r53448naruse2016-01-071-2/+3
* mkmf.rb: library installation messagesnobu2016-01-072-2/+5
* stringio: binmode sets encoding to ASCII-8BITnormal2016-01-041-1/+12