summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2005-09-20* ext/syck/emitter.c (syck_scan_scalar): prevent indicators fromwhy
2005-09-19* ext/dl/dl.c (rb_io_to_ptr): fix DragonFlyBSD support.matz
2005-09-19* ext/syck/emitter.c (syck_emit): passing an int* value to the long* paramete...aamine
2005-09-19avoid core dump with WIN32OLE_EVENT. [ruby-dev:27133]suke
2005-09-18* ext/openssl/ossl_pkey.h, ossl_pkey_rsa.c, ossl_pkey_dsa.c:gotoyuzo
2005-09-18* file.c (rb_thread_flock): wrap the flock system call byakr
2005-09-17* lib/yaml/rubytypes.rb: remove comments that are bungling upwhy
2005-09-17* ext/tk/lib/multi-tk.rb: MultiTkIp#eval_string and bg_eval_stringnagai
2005-09-16fix bug in ext/win32ole/sample/ienavi.rbsuke
2005-09-16* ext/syck/node.c (syck_replace_str): was using return from thematz
2005-09-16* ext/bigdecimal/bigdecimal.c: patch from "NATORI Shin"matz
2005-09-16* ext/tk/lib/multi-tk.rb: fix typo on MultiTkIp#bg_eval_stringnagai
2005-09-16* ext/syck/rubyext.c (syck_resolver_transfer): remove C++ stylematz
2005-09-15* ext/tk/lib/tk/dialog.rb: If a dialog does not show up yet,nagai
2005-09-13* lib/net/https.rb: backported from trunk, rev 1.3. [ruby-dev:25673] (again),...aamine
2005-09-13* lib/yaml.rb: reworking YAML::Stream to use the newwhy
2005-09-12* ext/dl/dl.c (rb_io_to_ptr): merged a patch for DragonFly BSDmatz
2005-09-10* ext/openssl/ossl_engine.c (ossl_engine_s_by_id):gotoyuzo
2005-09-10these files were forgotten in last commit.gotoyuzo
2005-09-10* ext/openssl/ossl_asn1.c (asn1str_to_str): new function.gotoyuzo
2005-09-10* ext/openssl/ossl_ns_spki.c (ossl_spki_initialize): assume thatgotoyuzo
2005-09-10* ext/openssl/lib/digest.rb: added SHA224, SHA256, SHA384 and SHA512.gotoyuzo
2005-09-10* ext/openssl/ossl.c (ossl_raise): should use ERR_peek_last_errorgotoyuzo
2005-09-09* ext/iconv/iconv.c (iconv_try), ext/iconv/extconf.rb: get rid of metanobu
2005-09-08* merged a patch from Takahiro Kambe <taca@back-street.net> tomatz
2005-09-06* lib/mkmf.rb (what_type?): guesstimate type.nobu
2005-09-06* Makefile.in, configure.in (MINIOBJS): miniruby on HP-UX can not loadnobu
2005-09-04* ext/openssl/openssl/lib/openssl/buffering.rb (Buffering#do_write):gotoyuzo
2005-09-01* ext/tk/lib/multi-tk.rb: On Tcl8.5, MultiTkIp#invoke_hidden doesn'tnagai
2005-08-30* ext/digest/md5/md5ossl.h, ext/digest/rmd160/rmd160ossl.h,gotoyuzo
2005-08-27* ext/curses/curses.c ({curses,window}_clrtoeol): added. suggestedocean
2005-08-13* ext/stringio/stringio.c (strio_set_string): disallow nil.nobu
2005-08-11* ext/stringio/stringio.c: keep holding string after closed.nobu
2005-08-10* ext/tk/lib/tk.rb: fix bug on handling __ruby2val_optkeys().nagai
2005-08-09* ext/tcltklib/tcltklib.c: remove dangerous 'rb_jump_tag's.nagai
2005-08-08* ext/tcltklib/tcltklib.c: restored some DUMPsocean
2005-08-08This commit was manufactured by cvs2svn to create branch 'ruby_1_8'.(no author)
2005-08-06should set only one handler in WIN32OLE_EVENT#on_eventsuke
2005-08-06* ext/tcltklib/tcltklib.c: combined tcl_protect and tcl_check_result.ocean
2005-08-06commit missocean
2005-08-06* ext/tk/lib/{tk.rb,tk/itemconfig.rb}: configure createsocean
2005-08-05* ext/tcltklib/tcltklib.c: rectoring - tcl_protect.ocean
2005-08-05* ext/tcltklib/tcltklib.c: refactoring - extracted status check as function.ocean
2005-08-05* ext/tcltklib/tcltklib.c: refactoring - extracted status check as function. ...ocean
2005-08-05* ext/tcltklib/tcltklib.c: fixed memory leak when tk_funcall raisedocean
2005-08-04* ext/tcltklib/tcltklib.c: refactoring - extract ruby string <->ocean
2005-08-04* extmk.rb (extmake): needs to be wrapped in an Array.nobu
2005-08-04* ext/tcltklib/tcltklib.c: cannot compile for Tcl7.6/Tk4.2.nagai
2005-08-04reverted. [ruby-dev:26726]ocean
2005-08-04just fixed indentation.ocean