| Commit message (Expand) | Author | Age | Files | Lines |
* | * ext/bigdecimal/bigdecimal.c (BigDecimal_DoDivmod): get red of | mame | 2010-02-03 | 1 | -1/+0 |
* | * ext/bigdecimal/bigdecimal.c (BigDecimal_DoDivmod): fix infinity | mame | 2010-02-03 | 1 | -1/+16 |
* | * ext/iconv/charset_alias.rb: pass block argument to outer local | akr | 2010-02-03 | 2 | -3/+4 |
* | * ext/dl/{closure,function}.c: removed C99 features and warnings. | nobu | 2010-02-03 | 2 | -147/+154 |
* | Wed Feb 3 10:12:09 2010 Aaron Patterson <tenderlove@ruby-lang.org> | tenderlove | 2010-02-03 | 16 | -372/+619 |
* | * ext/socket/socket.c: turn on do_not_reverse_lookup by default, | nobu | 2010-02-02 | 1 | -1/+1 |
* | * ext/tk/tkutil/tkutil.c: fix SEGV on TkUtil::CallbackSubst._setup_subst_table. | nagai | 2010-01-31 | 4 | -16/+38 |
* | update rdoc. | akr | 2010-01-31 | 1 | -16/+14 |
* | rdoc update. | akr | 2010-01-31 | 1 | -2/+3 |
* | update rdoc. | akr | 2010-01-31 | 1 | -1/+27 |
* | * ext/bigdecimal/bigdecimal.c (BigDecimal_to_i): update RDoc to | matz | 2010-01-28 | 1 | -26/+19 |
* | * ext/bigdecimal/bigdecimal.c (BigDecimal_DoDivmod, BigDecimal_mod, | mame | 2010-01-26 | 1 | -16/+18 |
* | * ext/bigdecimal/bigdecimal.c (VpCtoV): do not raise infinity | mame | 2010-01-26 | 1 | -2/+4 |
* | * ext/zlib/zlib.c (rb_gzfile_s_wrap): add rdoc. [Bug #2656] | naruse | 2010-01-26 | 1 | -2/+4 |
* | * ext/bigdecimal/bigdecimal.c (VpCtoV): BigDecimal("0E200000000000") | mame | 2010-01-26 | 1 | -7/+14 |
* | * ext/socket/extconf.rb: suppress a warning. | akr | 2010-01-26 | 2 | -9/+9 |
* | * ext/zlib/zlib.c (rb_gzfile_s_wrap): add rdoc. | naruse | 2010-01-26 | 2 | -920/+8 |
* | * ext/strscan/strscan.c: fix rdoc. (length -> bytesize) | naruse | 2010-01-26 | 1 | -3/+3 |
* | * ext/pty/pty.c (pty_check): needs WNOHANG to poll, return $?, and | nobu | 2010-01-25 | 1 | -3/+3 |
* | * ext/win32ole/win32ole.c: add WIN32OLE.ole_initialize, | suke | 2010-01-23 | 2 | -1/+65 |
* | * Makefile.in (clean-ext): allow glob patterns. | nobu | 2010-01-19 | 1 | -21/+19 |
* | * ext/zlib/{extconf.rb, zlib.c): crc32_combine and adler32_combine is | usa | 2010-01-19 | 2 | -0/+11 |
* | * ext/zlib/zlib.c: added Zlib.crc32_combine and Zlib.adler32_combine | tenderlove | 2010-01-19 | 1 | -0/+32 |
* | * ext/digest/digest.c (rb_digest_instance_hexdigest_bang): Fix | knu | 2010-01-17 | 2 | -2/+28 |
* | * ext/digest/digest.c (rb_digest_instance_digest) | knu | 2010-01-17 | 1 | -8/+2 |
* | * ext/iconv/iconv.c (rb_str_derive): use long. | nobu | 2010-01-17 | 1 | -3/+3 |
* | * ext/iconv/iconv.c (iconv_convert): suppress a warning. | nobu | 2010-01-17 | 2 | -1/+6 |
* | * ext/readline/readline.c (readline_readline): check if instream | nobu | 2010-01-12 | 1 | -1/+3 |
* | removes the dtrace support. reverts r26239, r26238 and r26235. | yugui | 2010-01-05 | 2 | -50/+0 |
* | * trace.h: new file. wraps tracing mechanisms. | yugui | 2010-01-03 | 2 | -0/+50 |
* | * ext/digest/digest.c (rb_digest_instance_method_unimpl): Suppress | knu | 2009-12-31 | 1 | -2/+2 |
* | * ext/socket/rubysocket.h: include addrinfo.h only when using our own | usa | 2009-12-31 | 1 | -0/+2 |
* | * ext/socket/raddrinfo.c (addrinfo_type): typed. | nobu | 2009-12-30 | 1 | -15/+18 |
* | * ext/socket/extconf.rb: use have_struct_member. | nobu | 2009-12-30 | 2 | -8/+5 |
* | * ext/socket/extconf.rb: fix for wide-getaddrinfo option. | nobu | 2009-12-30 | 7 | -56/+60 |
* | * ext/extmk.rb: fix for extstatic. | nobu | 2009-12-30 | 1 | -5/+7 |
* | * ext/win32ole/win32ole.c (foleparam_initialize): add foleparam_initialize | suke | 2009-12-27 | 1 | -1/+75 |
* | ext/bigdecimal/bigdecimal_en.html: Remove obsolete information, fix typos | marcandre | 2009-12-06 | 1 | -28/+24 |
* | * ext/dl/cptr.c (to_int): DL::CPtr supports to_int | tenderlove | 2009-12-04 | 1 | -0/+1 |
* | * ext/stringio/stringio.c (ungetc): RDoc updated. trunk allows | nahi | 2009-12-04 | 1 | -4/+3 |
* | * ext/openssl/ossl_ssl.c: initialize @hostname of SSLSocket to avoid | nahi | 2009-12-02 | 1 | -0/+3 |
* | * ext/extmk.rb (command_output): $makeflags are already quoted. | nobu | 2009-11-30 | 1 | -1/+1 |
* | * ext/digest/digest.c (rb_digest_instance_method_unimpl): Do not | knu | 2009-11-25 | 1 | -4/+13 |
* | * ext/socket/getnameinfo.c: need to include extconf.h for HAVE_* macros. | usa | 2009-11-19 | 1 | -0/+3 |
* | * ext/bigdecimal/bigdecimal.c (BigDecimalCmp): Fix comparisons [ruby-core:26646] | marcandre | 2009-11-14 | 1 | -6/+4 |
* | * ext/tk/lib/tk/variable.rb (TkVariable::coerce): fix bug on a numeric value. | nagai | 2009-11-13 | 1 | -4/+2 |
* | * ext/tk/lib/tk/variable.rb: TkVariable#*(other) and /(other) have a | nagai | 2009-11-13 | 1 | -2/+2 |
* | * ext/zlib/zlib.c (rb_zlib_adler32): fix typo. | mame | 2009-11-13 | 1 | -1/+1 |
* | * ext/dl/cptr.c (rb_dlptr_s_to_ptr): when wrapping a pointer it should | tenderlove | 2009-11-12 | 1 | -0/+1 |
* | * string.c (rb_str_each_line): rdoc fix | marcandre | 2009-11-09 | 1 | -2/+4 |