summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2014-05-11* ext/socket/ifaddr.c (IS_IFADDRS): Unused macro removed.akr
2014-05-09extmk.rb: check if parent is buildnobu
2014-05-09extmk.rb: fix extstaticnobu
2014-05-07* ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLServer#accept):akr
2014-05-05* ext/tk/lib/tkextlib/tkDND/tkdnd.rb: fix typo and missing definition.nagai
2014-05-05* ext/socket/mkconstants.rb: Add IP_TRANSPARENT.akr
2014-05-05* ext/pathname/lib/pathname.rb (cleanpath_aggressive): make allakr
2014-05-05* ext/pathname/lib/pathname.rb (Pathname#/): Aliased to Pathname#+.akr
2014-05-04 * ext/date/date_core.c (rt_rewrite_frags): a new feature (not atadf
2014-05-02symbol/type.c: bug_pindownnobu
2014-05-02symbol/type.c: bug_static_p bug_dynamic_pnobu
2014-04-30test_inadvertent_creation.rb: use Symbol.findnobu
2014-04-27 * ext/date/date_strptime.c (date__strptime_internal): do not overwrite century.tadf
2014-04-24ossl_asn1.c: fix undefined behaviornobu
2014-04-23* ext/etc/extconf.rb: Build ext/etc unconditionally.akr
2014-04-23win32ole.c: suppress warningsnobu
2014-04-23win32ole.c: fix formatnobu
2014-04-23stringio.c: use rb_str_append other than ASCII-8BITnobu
2014-04-23stringio.c: move GC guardnobu
2014-04-22Revert r45670 "stringio.c: use rb_str_append"naruse
2014-04-22stringio.c: use rb_str_appendnobu
2014-04-21* ext/-test-/string/coderange.c: add Bug::String.new#coderange_scannaruse
2014-04-21stringio.c: non-ascii encodingnobu
2014-04-20win32ole.c: suppress warningsnobu
2014-04-18ossl_x509name.c: null-terminate field namenobu
2014-04-18zlib.c: return unshared stringnobu
2014-04-16ossl_pkey.c: fix memory leaknobu
2014-04-15* ext/extmk.rb: Re-generate extmk.mk and dummy makefiles only ifakr
2014-04-13* bignum.c (SIZEOF_BDIGIT): Renamed from SIZEOF_BDIGITS.akr
2014-04-13* ext/psych/lib/psych.rb: [DOC] Fix a dead link in Psych by @rochefort [ci sk...hsbt
2014-04-12Remove unneeded OCSP constant macrosdrbrain
2014-04-12* remove trailing spaces.nobu
2014-04-12* ext/openssl/ossl_ocsp.c: [DOC] Document OpenSSL::OCSP.drbrain
2014-04-09ossl.c: OPENSSL_LIBRARY_VERSIONnobu
2014-04-07* ext/socket/socket.c (sock_s_getnameinfo): Save errno for EAI_SYSTEM.akr
2014-04-05dln.c: non-ascii path on Windowsnobu
2014-04-05 * ext/date/date_core.c (d_lite_cmp): should compare with #<.tadf
2014-04-04readline/extconf.rb: rl_hook_func_tnobu
2014-04-02Fix error with empty args.kazu
2014-03-31readline/extconf.rb: fix typonobu
2014-03-28struct.c: not_a_member messagenobu
2014-03-28* ext/psych/psych.gemspec: update gemspec for psych-2.0.5hsbt
2014-03-28* ext/psych/lib/psych.rb: Merge psych-2.0.5. bump version tohsbt
2014-03-26thread.c: undumpablenobu
2014-03-25remove unnecessary unshiftkazu
2014-03-20dl/extconf.rb: check for -fno-defer-pop optionnobu
2014-03-17json/parser/prereq.mk: use enumnobu
2014-03-17unused functions and variablesnobu
2014-03-15* ext/.document: remove refinement from documentable directories.ktsj
2014-03-13* ext/-test-/win32/dln/libdlntest.c (dlntest_ordinal): no need tousa