summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Merge r35953 from ruby_1_8_7.knu2012-10-161-4/+4
* Merge r33999 from ruby_1_8_7.knu2012-10-161-0/+1
* Merge r32233 and r32320 from ruby_1_8_7.knu2012-10-162-372/+822
* * ext/syslog/syslog.c (mSyslog_inspect): Make sure self is aknu2012-05-211-0/+2
* * ext/bigdecimal/bigdecimal.c (PUSH): to prevent VALUE from GC,nobu2012-05-111-1/+1
* Backport r34482 from trunk. See #5353nahi2012-02-081-13/+18
* merge revision(s) 31346,31528:nahi2012-02-082-0/+9
* * 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
* * ext/tk/extconf.rb (intptr_t, uintptr_t): support for the latest ActiveTcl w...eban2011-06-291-0/+3
* merge revision(s) 28080:shyouhei2011-05-201-1/+2
* * ext/zlib/zlib.c (gzfile_check_footer): ISIZE (Input SIZE) in gzip's headernaruse2011-01-151-1/+1
* * ext/socket/{getaddrinfo,getnameinfo}.c: include winsock2.h only whenusa2011-01-062-0/+8
* * ext/socket/socket.c (make_addrinfo): skip IPv6 addresses when rubyusa2011-01-051-0/+4
* * Backported the fix atnahi2010-12-201-1/+1
* * Backported the fix atnahi2010-12-201-1/+1
* * ext/tk/lib/multi-tk.rb: infinite loop on method_missing at loading.nagai2010-12-101-58/+72
* * ext/dl/extconf.rb, ext/iconv/charset_alias.rb: use RbConfig.nobu2010-11-262-3/+3
* * ext/socket/extconf.rb (getaddrinfo): should initialize winsock onusa2010-11-241-0/+5
* merge revision(s) 28835,28894:shyouhei2010-11-222-4/+16
* * ext/digest/digest.c (rb_digest_class_init): Defineknu2010-10-311-0/+8
* * ext/-test-/threadswitch/threadswitch_hook.c (event_hook,usa2010-10-011-5/+5
* * ext/stringio/stringio.c (Init_stringio): added readpartial,nobu2010-09-241-0/+3
* * eval.c (rb_add_threadswitch_hook): wrapper for unofficial APIsnobu2010-09-232-0/+150
* * ext/tk/stubs.c: fix [Bug #3771] "VC++ can't make ext/tk with enablingnagai2010-08-311-1/+5
* * ext/tk/tcltklib.c: add codes for Ruby/Tk-Kit which depends on recentnagai2010-08-242-126/+366
* * ext/openssl/ossl_asn1.c (obj_to_asn1bool): fixed ASN1::Booleannahi2010-08-231-0/+4
* * ext/openssl/lib/openssl/config.rb, test/openssl/test_config.rb:nahi2010-08-191-1/+1
* .cvsignore: have not been used already. [Bug #3468]nobu2010-08-0731-101/+0
* * ext/socket/socket.c: use _() macro instead of __P(), because theusa2010-08-051-1/+1
* * ext/-test-/add_suffix/bug.c: typo.usa2010-07-301-1/+1
* * util.c (ruby_add_suffix): fixed a bug returning uninitializednobu2010-07-294-0/+29
* * ext/tk/extconf.rb: use TK_XINCLUDES on tkConfig.sh when not empty,nagai2010-07-291-5/+5
* * ext/win32ole/win32ole.c (fev_initialize): initialize pTypeInfo.suke2010-07-241-2/+2
* * ext/openssl/ossl_config.c, ext/openssl/lib/openssl/config.rb,nahi2010-07-133-429/+328
* * ext/openssl/ossl_config.c (ossl_config_copy): wrongly updating the nahi2010-07-121-2/+2
* * ext/socket/raddrinfo.c (ruby_getaddrinfo__darwin): new workaround forknu2010-06-251-0/+27
* * ext/dl/dl.c (rb_dl_strdup): strdup() only allocates a buffer ofknu2010-06-101-1/+1
* * ext/tk/lib/tk.rb: fix typo and race condition.nagai2010-06-021-4/+9
* * ext/tk/extconf.rb: use tclConfig.sh/tkConfig.sh when frameworksnagai2010-05-314-513/+966
* merge from trunk (parts of r27457)usa2010-05-202-0/+26
* * ext/tk/extconf.rb: [ruby-def:41334] [Bug #3307] invalid result on searching...nagai2010-05-191-3/+3
* * ext/iconv/iconv.c (rb_iconv_sys_fail): fix number of arguments.nobu2010-05-161-1/+1
* * ext/iconv/iconv.c (rb_iconv_sys_fail): raise BrokenLibrary ifnobu2010-05-151-0/+12
* * ext/bigdecimal/bigdecimal.c (VpAlloc): ensure buf does not getnobu2010-05-081-2/+3
* * ext/tk/extconf.rb (get_tclConfig_dirs): glob with EXEEXT.nobu2010-05-071-5/+8
* * ext/tk/extconf.rb: search directories on PATH, only if containingnagai2010-05-061-78/+86
* * ext/tk/extconf.rb: revert. enbugged by last commit.nagai2010-05-052-300/+60
* * ext/syck/emitter.c (syck_scan_scalar): set SCAN_WHITEEDGE flagnobu2010-05-021-2/+2
* * ext/tk/extconf.rb: better support for MinGW environment.nagai2010-04-302-60/+300