summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2011-06-29* ext/openssl/ossl.h (OPENSSL_SYS_WIN32): define only if not defined.eban
2011-06-29* ext/openssl/ossl.h (OPENSSL_SYS_WIN32): support for mingw(msys).eban
2011-06-29* ext/tk/extconf.rb (intptr_t, uintptr_t): support for the latest ActiveTcl w...eban
2011-05-20merge revision(s) 28080:shyouhei
2011-01-15* ext/zlib/zlib.c (gzfile_check_footer): ISIZE (Input SIZE) in gzip's headernaruse
2011-01-06* ext/socket/{getaddrinfo,getnameinfo}.c: include winsock2.h only whenusa
2011-01-05* ext/socket/socket.c (make_addrinfo): skip IPv6 addresses when rubyusa
2010-12-20 * Backported the fix atnahi
2010-12-20 * Backported the fix atnahi
2010-12-10* ext/tk/lib/multi-tk.rb: infinite loop on method_missing at loading.nagai
2010-11-26* ext/dl/extconf.rb, ext/iconv/charset_alias.rb: use RbConfig.nobu
2010-11-24* ext/socket/extconf.rb (getaddrinfo): should initialize winsock onusa
2010-11-22merge revision(s) 28835,28894:shyouhei
2010-10-31* ext/digest/digest.c (rb_digest_class_init): Defineknu
2010-10-01* ext/-test-/threadswitch/threadswitch_hook.c (event_hook,usa
2010-09-24* ext/stringio/stringio.c (Init_stringio): added readpartial,nobu
2010-09-23 * eval.c (rb_add_threadswitch_hook): wrapper for unofficial APIsnobu
2010-08-31* ext/tk/stubs.c: fix [Bug #3771] "VC++ can't make ext/tk with enablingnagai
2010-08-24* ext/tk/tcltklib.c: add codes for Ruby/Tk-Kit which depends on recentnagai
2010-08-23 * ext/openssl/ossl_asn1.c (obj_to_asn1bool): fixed ASN1::Booleannahi
2010-08-19 * ext/openssl/lib/openssl/config.rb, test/openssl/test_config.rb:nahi
2010-08-07.cvsignore: have not been used already. [Bug #3468]nobu
2010-08-05* ext/socket/socket.c: use _() macro instead of __P(), because theusa
2010-07-30* ext/-test-/add_suffix/bug.c: typo.usa
2010-07-29* util.c (ruby_add_suffix): fixed a bug returning uninitializednobu
2010-07-29* ext/tk/extconf.rb: use TK_XINCLUDES on tkConfig.sh when not empty,nagai
2010-07-24* ext/win32ole/win32ole.c (fev_initialize): initialize pTypeInfo.suke
2010-07-13 * ext/openssl/ossl_config.c, ext/openssl/lib/openssl/config.rb,nahi
2010-07-12 * ext/openssl/ossl_config.c (ossl_config_copy): wrongly updating the nahi
2010-06-25* ext/socket/raddrinfo.c (ruby_getaddrinfo__darwin): new workaround forknu
2010-06-10* ext/dl/dl.c (rb_dl_strdup): strdup() only allocates a buffer ofknu
2010-06-02* ext/tk/lib/tk.rb: fix typo and race condition.nagai
2010-05-31* ext/tk/extconf.rb: use tclConfig.sh/tkConfig.sh when frameworksnagai
2010-05-20merge from trunk (parts of r27457)usa
2010-05-19* ext/tk/extconf.rb: [ruby-def:41334] [Bug #3307] invalid result on searching...nagai
2010-05-16* ext/iconv/iconv.c (rb_iconv_sys_fail): fix number of arguments.nobu
2010-05-15* ext/iconv/iconv.c (rb_iconv_sys_fail): raise BrokenLibrary ifnobu
2010-05-08* ext/bigdecimal/bigdecimal.c (VpAlloc): ensure buf does not getnobu
2010-05-07* ext/tk/extconf.rb (get_tclConfig_dirs): glob with EXEEXT.nobu
2010-05-06* ext/tk/extconf.rb: search directories on PATH, only if containingnagai
2010-05-05* ext/tk/extconf.rb: revert. enbugged by last commit.nagai
2010-05-02* ext/syck/emitter.c (syck_scan_scalar): set SCAN_WHITEEDGE flagnobu
2010-04-30* ext/tk/extconf.rb: better support for MinGW environment.nagai
2010-04-24* ext/syck/yaml2byte.c (bytestring_append, bytestring_extend):nobu
2010-04-23* ext/win32ole/win32ole.c (ole_val2variant): fix the core dumpsuke
2010-04-23* doc/etc.rd, doc/etc.rd.ja: moved from ext/etc.nobu
2010-04-16* {ext,lib,test}/**/*.rb: removed trailing spaces.nobu
2010-04-12* ext/dl/depend: add -I. for cross compiling.nobu
2010-03-29 * ext/rational/lib/rational.rb: fix [Bug #1397].keiju
2010-03-25* ext/tk/extconf.rb: fix [ruby-core:28901] [Bug #2997]. Thanks, Michael Graff.nagai