aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/io/wait/lib/nonblock.rb: disable on platforms non-blocking flagnobu2005-09-201-1/+1
* * ext/syck/emitter.c (syck_scan_scalar): prevent indicators fromwhy2005-09-207-347/+369
* * ext/ripper/depend: do not make ripper/core.rb. [ruby-dev:26462]aamine2005-09-191-6/+8
* * ext/ripper/eventids2.c: add prefix `t' to lambda related lexer events.aamine2005-09-192-24/+24
* * parse.y (do_block): do_block event dispatches 2 args. [ruby-dev:26964]aamine2005-09-192-10/+11
* * ext/openssl/ossl_pkey.h, ossl_pkey_rsa.c, ossl_pkey_dsa.c:gotoyuzo2005-09-184-23/+19
* * file.c (rb_thread_flock): wrap the flock system call byakr2005-09-181-0/+4
* * lib/yaml/rubytypes.rb: remove comments that are bungling upwhy2005-09-174-507/+508
* * ext/tk/lib/multi-tk.rb: MultiTkIp#eval_string and bg_eval_stringnagai2005-09-172-5/+5
* * ext/syck/node.c (syck_replace_str): was using return from thematz2005-09-161-1/+1
* * ext/bigdecimal/bigdecimal.c: patch from "NATORI Shin"matz2005-09-161-8/+38
* * ext/tk/lib/multi-tk.rb: fix typo on MultiTkIp#bg_eval_stringnagai2005-09-162-2/+2
* * ext/syck/rubyext.c (syck_resolver_transfer): remove C++ stylematz2005-09-161-2/+4
* * ext/tk/lib/tk/dialog.rb: If a dialog does not show up yet,nagai2005-09-152-7/+8
* * lib/yaml.rb: reworking YAML::Stream to use the newwhy2005-09-1312-1874/+3776
* * ext/iconv/iconv.c (iconv_try), ext/iconv/extconf.rb: get rid of metanobu2005-09-092-198/+35
* * merged a patch from Takahiro Kambe <taca@back-street.net> tomatz2005-09-082-3/+1
* * ext/openssl/ossl_engine.c (ossl_engine_s_by_id):gotoyuzo2005-09-071-3/+58
* * ext/openssl/ossl_asn1.c (asn1str_to_str): new function.gotoyuzo2005-09-074-17/+168
* * lib/mkmf.rb (what_type?): guesstimate type.nobu2005-09-062-2/+17
* * Makefile.in, configure.in (MINIOBJS): miniruby on HP-UX can not loadnobu2005-09-061-7/+1
* * parse.y (stmt, mlhs_node, lhs, arg, method_call): aref_args might benobu2005-09-052-0/+32
* * lib/observer.rb: a patch from nornagon <nornagon@gmail.com>matz2005-09-053-4/+4
* * ext/openssl/openssl/lib/openssl/buffering.rb (Buffering#do_write):gotoyuzo2005-09-041-1/+1
* * ext/tk/lib/multi-tk.rb: On Tcl8.5, MultiTkIp#invoke_hidden doesn'tnagai2005-09-012-3/+22
* * ext/digest/md5/md5ossl.h, ext/digest/rmd160/rmd160ossl.h,gotoyuzo2005-08-303-0/+3
* * ext/curses/curses.c ({curses,window}_clrtoeol): added. suggestedocean2005-08-272-16/+43
* * ext/win32ole/win32ole.c: supress warnings. (win32)ocean2005-08-251-2/+1
* * ext/openssl/lib/digest.rb: added SHA224, SHA256, SHA384 and SHA512.gotoyuzo2005-08-221-2/+7
* * ext/openssl/ossl_ns_spki.c (ossl_spki_initialize): try to decodegotoyuzo2005-08-224-7/+40
* refactoringsuke2005-08-201-9/+7
* add test script to check WIN32OLE can invoke InvokeVerb of FolderItem2suke2005-08-201-0/+70
* * ext/nkf/lib/kconv.rb: ensure that symbol_to_option is private_class_methodnaruse2005-08-171-20/+9
* add WIN32OLE_VARIANT class.suke2005-08-131-77/+260
* add WIN32OLE_VARIANT classsuke2005-08-132-0/+75
* * ext/stringio/stringio.c (strio_set_string): disallow nil.nobu2005-08-131-8/+6
* * ext/nkf/lib/kconv.rb: Kconv.kconv is now alias of Kconv.convnaruse2005-08-121-56/+4
* * ext/win32ole/win32ole.c (WIN32OLE_EVENT#on_event): should setsuke2005-08-122-8/+81
* * ext/stringio/stringio.c: keep holding string after closed.nobu2005-08-111-8/+3
* * ext/tk/lib/tk.rb: fix bug on handling __ruby2val_optkeys().nagai2005-08-106-10/+73
* * ext/tk/tcltklib.c: remove dangerous 'rb_jump_tag's.nagai2005-08-0932-38/+465
* * ext/tk/tcltklib.c: restored some DUMPsocean2005-08-081-10/+14
* * ext/openssl/ossl.c (ossl_raise): should use ERR_peek_last_errorgotoyuzo2005-08-071-2/+22
* * ext/tk/tcltklib.c: combined tcl_protect and tcl_check_result.ocean2005-08-061-257/+78
* * ext/tk/lib/{tk.rb,tk/itemconfig.rb}: configure createsocean2005-08-067-14/+219
* * ext/tk/tcltklib.c: rectoring - tcl_protect.ocean2005-08-051-52/+13
* * ext/tk/tcltklib.c: refactoring - extracted status check as function.ocean2005-08-051-248/+127
* * ext/tk/tcltklib.c: refactoring - extracted status check as function. (tcl_p...ocean2005-08-051-142/+56
* * ext/tk/tcltklib.c: fixed memory leak when tk_funcall raisedocean2005-08-051-40/+17
* * ext/tk/tcltklib.c: refactoring - extract ruby string <->ocean2005-08-041-206/+72