| Commit message (Expand) | Author | Age | Files | Lines |
| * | support PROPERTYPUTREF. [ruby-talk:183042] | suke | 2006-06-16 | 3 | -2/+22 |
| * | The return value of WIN32OLE#ole_methods and WIN32OLE#ole_put_methods | suke | 2006-06-15 | 3 | -3/+40 |
| * | * ext/bigdecimal/lib/bigdecimal/newton.rb (Newton::nlsolve): typo | matz | 2006-06-10 | 1 | -1/+1 |
| * | * configure.in: add new configure option `--with-winsock2' for mingw. | usa | 2006-06-07 | 1 | -1/+1 |
| * | * win32/{configure.bat, setup.mak, Makefile.sub, win32.h}: add | usa | 2006-06-07 | 1 | -1/+5 |
| * | * ext/socket/socket.c (sock_s_unpack_sockaddr_in): reject | akr | 2006-06-05 | 1 | -0/+14 |
| * | * ext/socket/socket.c: fix sockaddr_un handling. | akr | 2006-06-04 | 1 | -25/+44 |
| * | update doc. | akr | 2006-06-02 | 1 | -50/+52 |
| * | * ext/openssl/extconf.rb: use create_header. | gotoyuzo | 2006-06-02 | 3 | -0/+8 |
| * | fix a comment. | akr | 2006-06-01 | 1 | -6/+6 |
| * | * ext/socket/socket.c (s_recvfrom): alen may be zero with UNIXSocket | akr | 2006-06-01 | 1 | -61/+282 |
| * | * ext/extmk.rb (extmake): remove extinit files if no statically linked | nobu | 2006-05-27 | 1 | -10/+16 |
| * | * ruby.h, lib/mkmf.rb (create_header): clear command line options for | nobu | 2006-05-25 | 9 | -76/+52 |
| * | * fixed the problems described in [ruby-dev:28665]. | ttate | 2006-05-25 | 2 | -51/+64 |
| * | * ext/extmk.rb: deal with $static set in extconf.rb. | nobu | 2006-05-24 | 1 | -6/+1 |
| * | update nonblocking methods document. | akr | 2006-05-24 | 1 | -27/+34 |
| * | * ext/openssl/lib/openssl/ssl.rb | gotoyuzo | 2006-05-23 | 1 | -3/+3 |
| * | add reason for accept(2) failure in accept_nonblock. | akr | 2006-05-22 | 1 | -2/+1 |
| * | update *_nonblock doc. | akr | 2006-05-22 | 1 | -160/+25 |
| * | use rb_read_pending instead of rb_io_read_pending. | akr | 2006-05-22 | 1 | -1/+1 |
| * | * rubyio.h (rb_io_set_nonblock): declared. | akr | 2006-05-22 | 1 | -2/+361 |
| * | * ext/extmk.rb, lib/mkmf.rb: use BUILD_FILE_SEPARATOR in Makefiles. | nobu | 2006-05-17 | 1 | -2/+2 |
| * | * ext/syck/yaml2byte.c (syck_yaml2byte_handler): need to free | matz | 2006-05-03 | 1 | -0/+1 |
| * | * ext/syck/emitter.c (syck_scan_scalar): avoid accessing | matz | 2006-05-03 | 1 | -1/+1 |
| * | * ext/socket/socket.c (make_hostent_internal): accept ai_family | matz | 2006-05-02 | 1 | -5/+4 |
| * | * ext/openssl/ossl_asn1.c (ossl_asn1_decode0): should initialize | gotoyuzo | 2006-04-29 | 1 | -1/+1 |
| * | * ext/tk/tcltklib.c (delete_slaves): maybe increment the reference | nagai | 2006-04-25 | 1 | -2/+3 |
| * | * regex.c (re_compile_pattern): should check if c is not a | matz | 2006-04-24 | 1 | -1/+2 |
| * | * ext/tk/tcltklib.c (lib_eventloop_ensure): refer freed pointer | nagai | 2006-04-21 | 1 | -3/+5 |
| * | * ext/socket/socket.c: document update patch from Sam Roberts | matz | 2006-04-21 | 1 | -2/+232 |
| * | * ext/tk/lib/multi-tk.rb: add a binding to a container for a slave IP. | nagai | 2006-04-18 | 4 | -12/+32 |
| * | * ext/tk/lib/tk/panedwindow.rb: lack of arguments. [ruby-core:7681] | nagai | 2006-04-06 | 1 | -1/+1 |
| * | * ext/tk/tcltklib.c: fix SEGV when embedding to an application. | nagai | 2006-04-05 | 5 | -39/+68 |
| * | WIN32OLE#[] should accept multi argments. | suke | 2006-03-29 | 2 | -5/+8 |
| * | * ext/nkf/nkf-utf8/nkf.c (nkf_each_char_to_hex, encode_fallback_subchar, | usa | 2006-03-29 | 1 | -3/+3 |
| * | * ext/nkf/nkf-utf8/{nkf.c, utf8tbl.c, config.h}: imported nkf 2.0.6. | naruse | 2006-03-27 | 5 | -3515/+7615 |
| * | * ext/openssl/ossl_ssl.c, ext/openssl/ossl_nsspki.c: fix typo. | gotoyuzo | 2006-03-17 | 2 | -2/+2 |
| * | * ext/openssl/ossl_ssl.c, ext/openssl/ossl_nsspki.c: should use | gotoyuzo | 2006-03-15 | 2 | -2/+2 |
| * | enabled documents in nkf and kconv. | naruse | 2006-02-23 | 1 | -0/+2 |
| * | * ext/nkf/nkf.c ext/nkf/lib/kconv.rb: Add rdoc. | naruse | 2006-02-23 | 2 | -121/+564 |
| * | Removed (Obsolete by test/nkf) | naruse | 2006-02-23 | 1 | -864/+0 |
| * | * ext/openssl/ossl.h (OSSL_Debug): should not use __func__. | gotoyuzo | 2006-02-19 | 1 | -1/+1 |
| * | * ext/zlib/zlib.c: fixed typo. | ocean | 2006-02-14 | 1 | -1/+1 |
| * | * ext/zlib/zlib.c: supress warning on test/zlib. [ruby-dev:28323] | ocean | 2006-02-14 | 1 | -9/+30 |
| * | * ext/zlib/zlib.c: should not access ruby objects in finalizer. | ocean | 2006-02-07 | 1 | -55/+45 |
| * | * ext/syck/syck.c (syck_move_tokens): should reset p->cursor or etc | ocean | 2006-02-03 | 1 | -3/+0 |
| * | * ext/syck/emitter.c (syck_emitter_write): should not set '\0' on | ocean | 2006-02-02 | 1 | -1/+0 |
| * | * ext/tk/lib/multi-tk.rb: add MultiTkIp#eval and bg_eval. | nagai | 2006-01-31 | 2 | -4/+107 |
| * | * ext/syck/rubyext.c (syck_resolver_transfer): workaround for SEGV. | ocean | 2006-01-30 | 1 | -0/+4 |
| * | add win32ole | suke | 2006-01-27 | 1 | -0/+1 |