| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge r35953 from ruby_1_8_7. | knu | 2012-10-16 | 1 | -4/+4 |
* | Merge r33999 from ruby_1_8_7. | knu | 2012-10-16 | 1 | -0/+1 |
* | Merge r32233 and r32320 from ruby_1_8_7. | knu | 2012-10-16 | 2 | -372/+822 |
* | * ext/syslog/syslog.c (mSyslog_inspect): Make sure self is a | knu | 2012-05-21 | 1 | -0/+2 |
* | * ext/bigdecimal/bigdecimal.c (PUSH): to prevent VALUE from GC, | nobu | 2012-05-11 | 1 | -1/+1 |
* | Backport r34482 from trunk. See #5353 | nahi | 2012-02-08 | 1 | -13/+18 |
* | merge revision(s) 31346,31528: | nahi | 2012-02-08 | 2 | -0/+9 |
* | * ext/openssl/ossl.h (OPENSSL_SYS_WIN32): define only if not defined. | eban | 2011-06-29 | 1 | -1/+3 |
* | * ext/openssl/ossl.h (OPENSSL_SYS_WIN32): support for mingw(msys). | eban | 2011-06-29 | 1 | -0/+1 |
* | * ext/tk/extconf.rb (intptr_t, uintptr_t): support for the latest ActiveTcl w... | eban | 2011-06-29 | 1 | -0/+3 |
* | merge revision(s) 28080: | shyouhei | 2011-05-20 | 1 | -1/+2 |
* | * ext/zlib/zlib.c (gzfile_check_footer): ISIZE (Input SIZE) in gzip's header | naruse | 2011-01-15 | 1 | -1/+1 |
* | * ext/socket/{getaddrinfo,getnameinfo}.c: include winsock2.h only when | usa | 2011-01-06 | 2 | -0/+8 |
* | * ext/socket/socket.c (make_addrinfo): skip IPv6 addresses when ruby | usa | 2011-01-05 | 1 | -0/+4 |
* | * Backported the fix at | nahi | 2010-12-20 | 1 | -1/+1 |
* | * Backported the fix at | nahi | 2010-12-20 | 1 | -1/+1 |
* | * ext/tk/lib/multi-tk.rb: infinite loop on method_missing at loading. | nagai | 2010-12-10 | 1 | -58/+72 |
* | * ext/dl/extconf.rb, ext/iconv/charset_alias.rb: use RbConfig. | nobu | 2010-11-26 | 2 | -3/+3 |
* | * ext/socket/extconf.rb (getaddrinfo): should initialize winsock on | usa | 2010-11-24 | 1 | -0/+5 |
* | merge revision(s) 28835,28894: | shyouhei | 2010-11-22 | 2 | -4/+16 |
* | * ext/digest/digest.c (rb_digest_class_init): Define | knu | 2010-10-31 | 1 | -0/+8 |
* | * ext/-test-/threadswitch/threadswitch_hook.c (event_hook, | usa | 2010-10-01 | 1 | -5/+5 |
* | * ext/stringio/stringio.c (Init_stringio): added readpartial, | nobu | 2010-09-24 | 1 | -0/+3 |
* | * eval.c (rb_add_threadswitch_hook): wrapper for unofficial APIs | nobu | 2010-09-23 | 2 | -0/+150 |
* | * ext/tk/stubs.c: fix [Bug #3771] "VC++ can't make ext/tk with enabling | nagai | 2010-08-31 | 1 | -1/+5 |
* | * ext/tk/tcltklib.c: add codes for Ruby/Tk-Kit which depends on recent | nagai | 2010-08-24 | 2 | -126/+366 |
* | * ext/openssl/ossl_asn1.c (obj_to_asn1bool): fixed ASN1::Boolean | nahi | 2010-08-23 | 1 | -0/+4 |
* | * ext/openssl/lib/openssl/config.rb, test/openssl/test_config.rb: | nahi | 2010-08-19 | 1 | -1/+1 |
* | .cvsignore: have not been used already. [Bug #3468] | nobu | 2010-08-07 | 31 | -101/+0 |
* | * ext/socket/socket.c: use _() macro instead of __P(), because the | usa | 2010-08-05 | 1 | -1/+1 |
* | * ext/-test-/add_suffix/bug.c: typo. | usa | 2010-07-30 | 1 | -1/+1 |
* | * util.c (ruby_add_suffix): fixed a bug returning uninitialized | nobu | 2010-07-29 | 4 | -0/+29 |
* | * ext/tk/extconf.rb: use TK_XINCLUDES on tkConfig.sh when not empty, | nagai | 2010-07-29 | 1 | -5/+5 |
* | * ext/win32ole/win32ole.c (fev_initialize): initialize pTypeInfo. | suke | 2010-07-24 | 1 | -2/+2 |
* | * ext/openssl/ossl_config.c, ext/openssl/lib/openssl/config.rb, | nahi | 2010-07-13 | 3 | -429/+328 |
* | * ext/openssl/ossl_config.c (ossl_config_copy): wrongly updating the | nahi | 2010-07-12 | 1 | -2/+2 |
* | * ext/socket/raddrinfo.c (ruby_getaddrinfo__darwin): new workaround for | knu | 2010-06-25 | 1 | -0/+27 |
* | * ext/dl/dl.c (rb_dl_strdup): strdup() only allocates a buffer of | knu | 2010-06-10 | 1 | -1/+1 |
* | * ext/tk/lib/tk.rb: fix typo and race condition. | nagai | 2010-06-02 | 1 | -4/+9 |
* | * ext/tk/extconf.rb: use tclConfig.sh/tkConfig.sh when frameworks | nagai | 2010-05-31 | 4 | -513/+966 |
* | merge from trunk (parts of r27457) | usa | 2010-05-20 | 2 | -0/+26 |
* | * ext/tk/extconf.rb: [ruby-def:41334] [Bug #3307] invalid result on searching... | nagai | 2010-05-19 | 1 | -3/+3 |
* | * ext/iconv/iconv.c (rb_iconv_sys_fail): fix number of arguments. | nobu | 2010-05-16 | 1 | -1/+1 |
* | * ext/iconv/iconv.c (rb_iconv_sys_fail): raise BrokenLibrary if | nobu | 2010-05-15 | 1 | -0/+12 |
* | * ext/bigdecimal/bigdecimal.c (VpAlloc): ensure buf does not get | nobu | 2010-05-08 | 1 | -2/+3 |
* | * ext/tk/extconf.rb (get_tclConfig_dirs): glob with EXEEXT. | nobu | 2010-05-07 | 1 | -5/+8 |
* | * ext/tk/extconf.rb: search directories on PATH, only if containing | nagai | 2010-05-06 | 1 | -78/+86 |
* | * ext/tk/extconf.rb: revert. enbugged by last commit. | nagai | 2010-05-05 | 2 | -300/+60 |
* | * ext/syck/emitter.c (syck_scan_scalar): set SCAN_WHITEEDGE flag | nobu | 2010-05-02 | 1 | -2/+2 |
* | * ext/tk/extconf.rb: better support for MinGW environment. | nagai | 2010-04-30 | 2 | -60/+300 |