summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2006-02-20* mkconfig.rb: generate RbConfig instead of Config.akr
2006-02-19* ext/openssl/ossl.h (OSSL_Debug): should not use __func__.gotoyuzo
2006-02-14* ext/zlib/zlib.c: supress warning on test/zlib. [ruby-dev:28323]ocean
2006-02-13* parse.y (parser_parse_string): mention "regexp" in a errormatz
2006-02-11add WIN32OLE.create_guid.suke
2006-02-07* ext/zlib/zlib.c: should not access ruby objects in finalizer.ocean
2006-02-03* ruby.h: fixed prototype.ocean
2006-02-03* eval.c: unify ruby_class (for method definition) and ruby_cbasematz
2006-02-03* ext/syck/syck.c (syck_move_tokens): should reset p->cursor or etcocean
2006-02-02* ext/syck/emitter.c (syck_emitter_write): should not set '\0' onocean
2006-01-31* ext/tk/lib/multi-tk.rb: add MultiTkIp#eval and bg_eval.nagai
2006-01-30* ext/syck/rubyext.c (syck_resolver_transfer): workaround for SEGV.ocean
2006-01-26* ext/socket/socket.c: turn on do_not_reverse_lookup by default.matz
2006-01-16* ext/syck/emitter.c (syck_emit_seq, syck_emit_map, syck_emit_item):ocean
2006-01-12* ext/tk/sample/tkballoonhelp.rb: [bug fix] couldn't add to a widgetnagai
2006-01-10Sorry, commit miss.ocean
2006-01-10* ext/syck/rubyext.c (syck_resolver_transfer): should be able to loadocean
2006-01-09* ext/zlib/extconf.rb: zlib compiled DLL version 1.2.3 distributed byocean
2005-12-31* ext/syck/rubyext.c: attribute name was truncated with Rev1.64.ocean
2005-12-29* eval.c (rb_mod_define_method): should save safe_level in thematz
2005-12-26 * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLSocket#post_connection_ch...gotoyuzo
2005-12-20* ext/syck/rubyext.c (syck_emitter_reset): to ensure compatibilitywhy
2005-12-20* ext/syck/rubyext.c (syck_node_transform): ruby object holdingocean
2005-12-19* ext/syck/syck.h (S_FREE): small hack. no need to check if pointer isocean
2005-12-19* ext/syck/rubyext.c: sorry, I reverted my "should set newlyocean
2005-12-17* ext/syck/rubyext.c (syck_emitter_reset): should initializeocean
2005-12-16* ext/syck/rubyext.c (rb_syck_compile): fixed memory leak.ocean
2005-12-16* ext/syck/rubyext.c (syck_scalar_value_set): should set newlyocean
2005-12-16* ext/syck/rubyext.c (syck_resolver_tagurize): fixed memory leak.ocean
2005-12-14* ext/zlib/zlib.c (zstream_run): fix a GC problem by tail call onakr
2005-12-12remove unused variables.akr
2005-12-12* ext/digest/digest.c (rb_digest_base_s_digest): add volatile tomatz
2005-12-11* ext/tk/lib/tkextlib/SUPPORT_STATUS: update to support libraries innagai
2005-12-06* ext/tk/tcltklib.c: forgot to update RELEASE_DATE.nagai
2005-12-06* ext/tk/README.macosx-aqua: [new document] tips to avoid the knownnagai
2005-12-06* gc.c (ruby_xmalloc2): change check for integer overflow.matz
2005-11-28* ext/socket/socket.c (init_inetsock_internal): remove settingusa
2005-11-28* ext/socket/socket.c (init_inetsock_internal): remove settingusa
2005-11-25commit miss.nagai
2005-11-25* sample/tkextlib/tile/demo.rb: bug fixnagai
2005-11-23Add lacks for Tk8.5 support.nagai
2005-11-22* ext/openssl/extconf.rb: check for X509V3_EXT_nconf_nid.gotoyuzo
2005-11-21* ext/tk/lib/tkextlib/tile.rb: bug fix (Tk::Tile::USE_TTK_NAMESPACEnagai
2005-11-18* ext/socket/socket.c: Socket Documentation. [ruby-core:6580]ocean
2005-11-18* ext/tk/lib/tk/font.rb: remove dependency on Ruby's version (1.8 or 1.9).nagai
2005-11-18* ext/tk/lib/multi-tk.rb: add restriction to access the entriednagai
2005-11-16* common.mk (static-ruby): overridable.nobu
2005-11-15* ext/tk/sample/24hr_clock.rb: a new example about handling of canvas items.nagai
2005-11-08should compare SIZEOF_VOIDP with SIZEOF_LONG_LONG.ttate
2005-11-07* ext/iconv/iconv.c: iconvctl() support. [EXPERIMENTAL]nobu