| Commit message (Expand) | Author | Age | Files | Lines |
| * | * ext/syck/rubyext.c (syck_resolver_transfer): remove C++ style | matz | 2005-09-16 | 1 | -2/+4 |
| * | * ext/tk/lib/tk/dialog.rb: If a dialog does not show up yet, | nagai | 2005-09-15 | 2 | -7/+8 |
| * | * lib/net/https.rb: backported from trunk, rev 1.3. [ruby-dev:25673] (again),... | aamine | 2005-09-13 | 2 | -237/+0 |
| * | * lib/yaml.rb: reworking YAML::Stream to use the new | why | 2005-09-13 | 12 | -1874/+3776 |
| * | * ext/dl/dl.c (rb_io_to_ptr): merged a patch for DragonFly BSD | matz | 2005-09-12 | 1 | -0/+4 |
| * | * ext/openssl/ossl_engine.c (ossl_engine_s_by_id): | gotoyuzo | 2005-09-10 | 1 | -3/+58 |
| * | these files were forgotten in last commit. | gotoyuzo | 2005-09-10 | 2 | -1/+7 |
| * | * ext/openssl/ossl_asn1.c (asn1str_to_str): new function. | gotoyuzo | 2005-09-10 | 2 | -16/+161 |
| * | * ext/openssl/ossl_ns_spki.c (ossl_spki_initialize): assume that | gotoyuzo | 2005-09-10 | 1 | -2/+28 |
| * | * ext/openssl/lib/digest.rb: added SHA224, SHA256, SHA384 and SHA512. | gotoyuzo | 2005-09-10 | 1 | -2/+7 |
| * | * ext/openssl/ossl.c (ossl_raise): should use ERR_peek_last_error | gotoyuzo | 2005-09-10 | 4 | -7/+34 |
| * | * ext/iconv/iconv.c (iconv_try), ext/iconv/extconf.rb: get rid of meta | nobu | 2005-09-09 | 2 | -3/+6 |
| * | * merged a patch from Takahiro Kambe <taca@back-street.net> to | matz | 2005-09-08 | 2 | -3/+1 |
| * | * lib/mkmf.rb (what_type?): guesstimate type. | nobu | 2005-09-06 | 2 | -2/+17 |
| * | * Makefile.in, configure.in (MINIOBJS): miniruby on HP-UX can not load | nobu | 2005-09-06 | 1 | -7/+1 |
| * | * ext/openssl/openssl/lib/openssl/buffering.rb (Buffering#do_write): | gotoyuzo | 2005-09-04 | 1 | -1/+1 |
| * | * ext/tk/lib/multi-tk.rb: On Tcl8.5, MultiTkIp#invoke_hidden doesn't | nagai | 2005-09-01 | 2 | -3/+22 |
| * | * ext/digest/md5/md5ossl.h, ext/digest/rmd160/rmd160ossl.h, | gotoyuzo | 2005-08-30 | 3 | -0/+3 |
| * | * ext/curses/curses.c ({curses,window}_clrtoeol): added. suggested | ocean | 2005-08-27 | 2 | -16/+43 |
| * | * ext/stringio/stringio.c (strio_set_string): disallow nil. | nobu | 2005-08-13 | 1 | -8/+6 |
| * | * ext/stringio/stringio.c: keep holding string after closed. | nobu | 2005-08-11 | 1 | -8/+3 |
| * | * ext/tk/lib/tk.rb: fix bug on handling __ruby2val_optkeys(). | nagai | 2005-08-10 | 6 | -10/+22 |
| * | * ext/tcltklib/tcltklib.c: remove dangerous 'rb_jump_tag's. | nagai | 2005-08-09 | 34 | -40/+518 |
| * | * ext/tcltklib/tcltklib.c: restored some DUMPs | ocean | 2005-08-08 | 1 | -10/+14 |
| * | This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. | (no author) | 2005-08-08 | 1 | -0/+507 |
| * | should set only one handler in WIN32OLE_EVENT#on_event | suke | 2005-08-06 | 3 | -18/+82 |
| * | * ext/tcltklib/tcltklib.c: combined tcl_protect and tcl_check_result. | ocean | 2005-08-06 | 1 | -257/+78 |
| * | commit miss | ocean | 2005-08-06 | 2 | -2/+6 |
| * | * ext/tk/lib/{tk.rb,tk/itemconfig.rb}: configure creates | ocean | 2005-08-06 | 5 | -12/+213 |
| * | * ext/tcltklib/tcltklib.c: rectoring - tcl_protect. | ocean | 2005-08-05 | 1 | -52/+13 |
| * | * ext/tcltklib/tcltklib.c: refactoring - extracted status check as function. | ocean | 2005-08-05 | 1 | -248/+127 |
| * | * ext/tcltklib/tcltklib.c: refactoring - extracted status check as function. ... | ocean | 2005-08-05 | 1 | -142/+56 |
| * | * ext/tcltklib/tcltklib.c: fixed memory leak when tk_funcall raised | ocean | 2005-08-05 | 1 | -40/+17 |
| * | * ext/tcltklib/tcltklib.c: refactoring - extract ruby string <-> | ocean | 2005-08-04 | 1 | -206/+72 |
| * | * extmk.rb (extmake): needs to be wrapped in an Array. | nobu | 2005-08-04 | 1 | -2/+3 |
| * | * ext/tcltklib/tcltklib.c: cannot compile for Tcl7.6/Tk4.2. | nagai | 2005-08-04 | 7 | -20/+238 |
| * | reverted. [ruby-dev:26726] | ocean | 2005-08-04 | 2 | -6/+0 |
| * | just fixed indentation. | ocean | 2005-08-04 | 1 | -28/+28 |
| * | * ext/tk/sample/tkextlib/tile/demo.rb: followed previous changes. | ocean | 2005-08-04 | 20 | -59/+118 |
| * | * ext/tk/sample/tkextlib/tile/demo.rb: fixed: Tk::Tile::TProgressbar is | ocean | 2005-08-04 | 2 | -36/+155 |
| * | * ext/extmk.rb (extmake): should not modify $mflags for each | nobu | 2005-08-03 | 1 | -2/+5 |
| * | * ext/tk/lib/tk/variable.rb: TkVariable#trace didn't work on | ocean | 2005-08-03 | 2 | -26/+67 |
| * | * ext/socket/socket.c (ruby_connect): revert [ruby-talk:111654] | matz | 2005-08-02 | 1 | -6/+2 |
| * | * ext/tk/lib/tkextlib/tile/treeview.rb: Tk::Tile::Treeview#headingconfigure | ocean | 2005-08-02 | 3 | -85/+145 |
| * | * ext/tk/lib/tkextlib/tile/tprogressbar.rb: Tk::Tile::TProgressbar#start | ocean | 2005-08-02 | 3 | -6/+14 |
| * | This commit was manufactured by cvs2svn to create branch 'ruby_1_8'. | (no author) | 2005-08-02 | 2 | -0/+150 |
| * | * ext/tk/sample/tkextlib/tile/demo.rb: added repeating buttons demo. | ocean | 2005-08-02 | 2 | -8/+42 |
| * | * ext/tcltklib/tcltklib.c: use Tcl_[GS]etVar2Ex instead of | ocean | 2005-08-02 | 1 | -430/+113 |
| * | * ext/tk/lib/tkextlib/tile.rb: fixed autoload for Treeview. | ocean | 2005-08-01 | 4 | -10/+68 |
| * | * ext/tcltklib/tcltklib.c: refactoring - replaced rb_ivar_defined & | ocean | 2005-08-01 | 1 | -41/+11 |