summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2005-09-23* ext/ripper: no longer generates .rb files.aamine
2005-09-23* ext/ripper/tools/generate.rb, ext/ripper/tools/preproc.rb: StringIOnobu
2005-09-23avoid core dump with WIN32OLE_EVENT.suke
2005-09-22* test/ripper/depend: use --output option instead of redirect; nmake does not...aamine
2005-09-22* test/ripper/tools/generate.rb: check parser event arity.aamine
2005-09-22build fix (tmp)aamine
2005-09-22forgot to addaamine
2005-09-22* ext/ripper: refactoring code generation tools. [ruby-dev:27247] [ruby-dev:2...aamine
2005-09-22* ext/ripper/extconf.rb (have_command): replaced with find_executable.nobu
2005-09-22* ext/tk/sample/demos-en/tcolor.bak: remove.nagai
2005-09-21* ext/ripper/depend (SUFFIXES): no longer needed.usa
2005-09-20* ext/syck/token.c: correctly compute identation of a blockwhy
2005-09-20* ext/io/wait/lib/nonblock.rb: disable on platforms non-blocking flagnobu
2005-09-20* ext/syck/emitter.c (syck_scan_scalar): prevent indicators fromwhy
2005-09-19* ext/ripper/depend: do not make ripper/core.rb. [ruby-dev:26462]aamine
2005-09-19* ext/ripper/eventids2.c: add prefix `t' to lambda related lexer events.aamine
2005-09-19* parse.y (do_block): do_block event dispatches 2 args. [ruby-dev:26964]aamine
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-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/yaml.rb: reworking YAML::Stream to use the newwhy
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-07* ext/openssl/ossl_engine.c (ossl_engine_s_by_id):gotoyuzo
2005-09-07* ext/openssl/ossl_asn1.c (asn1str_to_str): new function.gotoyuzo
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-05* parse.y (stmt, mlhs_node, lhs, arg, method_call): aref_args might benobu
2005-09-05* lib/observer.rb: a patch from nornagon <nornagon@gmail.com>matz
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-25* ext/win32ole/win32ole.c: supress warnings. (win32)ocean
2005-08-22* ext/openssl/lib/digest.rb: added SHA224, SHA256, SHA384 and SHA512.gotoyuzo
2005-08-22* ext/openssl/ossl_ns_spki.c (ossl_spki_initialize): try to decodegotoyuzo
2005-08-20refactoringsuke
2005-08-20add test script to check WIN32OLE can invoke InvokeVerb of FolderItem2suke
2005-08-17* ext/nkf/lib/kconv.rb: ensure that symbol_to_option is private_class_methodnaruse
2005-08-13add WIN32OLE_VARIANT class.suke
2005-08-13add WIN32OLE_VARIANT classsuke
2005-08-13* ext/stringio/stringio.c (strio_set_string): disallow nil.nobu
2005-08-12* ext/nkf/lib/kconv.rb: Kconv.kconv is now alias of Kconv.convnaruse
2005-08-12* ext/win32ole/win32ole.c (WIN32OLE_EVENT#on_event): should setsuke