aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * parse.y (parser_parse_string): mention "regexp" in a errormatz2006-02-135-442/+241
* add WIN32OLE.create_guid.suke2006-02-112-1/+34
* * ext/zlib/zlib.c: should not access ruby objects in finalizer.ocean2006-02-071-55/+45
* * ruby.h: fixed prototype.ocean2006-02-031-5/+6
* * eval.c: unify ruby_class (for method definition) and ruby_cbasematz2006-02-0312-48/+22
* * ext/syck/syck.c (syck_move_tokens): should reset p->cursor or etcocean2006-02-031-3/+0
* * ext/syck/emitter.c (syck_emitter_write): should not set '\0' onocean2006-02-021-1/+0
* * ext/tk/lib/multi-tk.rb: add MultiTkIp#eval and bg_eval.nagai2006-01-312-4/+107
* * ext/syck/rubyext.c (syck_resolver_transfer): workaround for SEGV.ocean2006-01-301-0/+4
* * ext/socket/socket.c: turn on do_not_reverse_lookup by default.matz2006-01-261-1/+1
* * ext/syck/emitter.c (syck_emit_seq, syck_emit_map, syck_emit_item):ocean2006-01-161-21/+15
* * ext/tk/sample/tkballoonhelp.rb: [bug fix] couldn't add to a widgetnagai2006-01-121-2/+97
* Sorry, commit miss.ocean2006-01-101-4/+3
* * ext/syck/rubyext.c (syck_resolver_transfer): should be able to loadocean2006-01-101-5/+14
* * ext/zlib/extconf.rb: zlib compiled DLL version 1.2.3 distributed byocean2006-01-091-1/+1
* * ext/syck/rubyext.c: attribute name was truncated with Rev1.64.ocean2005-12-311-10/+8
* * eval.c (rb_mod_define_method): should save safe_level in thematz2005-12-292-7/+8
* * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SSLSocket#post_connection_ch...gotoyuzo2005-12-261-2/+3
* * ext/syck/rubyext.c (syck_emitter_reset): to ensure compatibilitywhy2005-12-201-1/+1
* * ext/syck/rubyext.c (syck_node_transform): ruby object holdingocean2005-12-201-4/+2
* * ext/syck/syck.h (S_FREE): small hack. no need to check if pointer isocean2005-12-192-93/+44
* * ext/syck/rubyext.c: sorry, I reverted my "should set newlyocean2005-12-191-5/+2
* * ext/syck/rubyext.c (syck_emitter_reset): should initializeocean2005-12-171-2/+17
* * ext/syck/rubyext.c (rb_syck_compile): fixed memory leak.ocean2005-12-161-1/+3
* * ext/syck/rubyext.c (syck_scalar_value_set): should set newlyocean2005-12-161-1/+1
* * ext/syck/rubyext.c (syck_resolver_tagurize): fixed memory leak.ocean2005-12-161-6/+8
* * ext/zlib/zlib.c (zstream_run): fix a GC problem by tail call onakr2005-12-141-0/+1
* remove unused variables.akr2005-12-121-3/+0
* * ext/digest/digest.c (rb_digest_base_s_digest): add volatile tomatz2005-12-125-77/+35
* * ext/tk/lib/tkextlib/SUPPORT_STATUS: update to support libraries innagai2005-12-115-6/+266
* * ext/tk/tcltklib.c: forgot to update RELEASE_DATE.nagai2005-12-063-4/+12
* * ext/tk/README.macosx-aqua: [new document] tips to avoid the knownnagai2005-12-069-39/+182
* * gc.c (ruby_xmalloc2): change check for integer overflow.matz2005-12-061-7/+17
* * ext/socket/socket.c (init_inetsock_internal): remove settingusa2005-11-281-0/+5
* * ext/socket/socket.c (init_inetsock_internal): remove settingusa2005-11-281-5/+0
* commit miss.nagai2005-11-2514-204/+29
* * sample/tkextlib/tile/demo.rb: bug fixnagai2005-11-25111-10/+716
* Add lacks for Tk8.5 support.nagai2005-11-235-1/+166
* * ext/openssl/extconf.rb: check for X509V3_EXT_nconf_nid.gotoyuzo2005-11-222-4/+21
* * ext/tk/lib/tkextlib/tile.rb: bug fix (Tk::Tile::USE_TTK_NAMESPACEnagai2005-11-213-2/+11
* * ext/socket/socket.c: Socket Documentation. [ruby-core:6580]ocean2005-11-181-0/+428
* * ext/tk/lib/tk/font.rb: remove dependency on Ruby's version (1.8 or 1.9).nagai2005-11-185-52/+73
* * ext/tk/lib/multi-tk.rb: add restriction to access the entriednagai2005-11-185-24/+377
* * common.mk (static-ruby): overridable.nobu2005-11-161-4/+6
* * ext/tk/sample/24hr_clock.rb: a new example about handling of canvas items.nagai2005-11-151-0/+286
* should compare SIZEOF_VOIDP with SIZEOF_LONG_LONG.ttate2005-11-081-1/+1
* * ext/iconv/iconv.c: iconvctl() support. [EXPERIMENTAL]nobu2005-11-072-13/+334
* * ext/openssl/ossl.h: need to include winsock2.h before includingusa2005-11-071-0/+1
* * ext/tk/stubs.c (_nativethread_consistency_check): use simplernagai2005-11-073-34/+35
* * ext/iconv/iconv.c (Iconv::BrokenLibrary): exception when detected anobu2005-11-061-1/+16