aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/openssl/ossl_pkey_dh.c (ossl_dh_initialize): should creategotoyuzo2004-06-213-9/+37
* * ext/tk/lib/tk.rb: bug fix (TkWindow#grab)nagai2004-06-151-1/+8
* * ext/tk/lib/remote-tk.rb: bug fixnagai2004-06-141-20/+47
* * ext/tcltklib/extconf.rb: [EXPERIMENTAL] MacOS X (darwin) supportnagai2004-06-1217-177/+705
* * array.c: remove #indexes, #indices.matz2004-06-113-144/+44
* * ext/sdbm/init.c (fsdbm_store): sdbm should use StringValue().matz2004-06-101-4/+2
* * ext/openssl/ossl_ssl.c (ossl_ssl_read): take optional second argumentgotoyuzo2004-05-263-8/+19
* * ext/syck/syck.c (syck_new_parser): clear parser on init.why2004-05-252-1/+2
* * ext/openssl/ossl_asn1.c (ossl_i2d_ASN1_TYPE, ossl_ASN1_TYPE_free):gotoyuzo2004-05-241-8/+32
* * ext/tcltklib/extconf.rb: add --enable-tcl-thread configure option andnagai2004-05-242-33/+144
* Merged Nakada-san's patch [ruby-core:02916].ttate2004-05-236-49/+70
* * ext/tk/sample/remote-ip_sample2.rb: modifynagai2004-05-221-10/+10
* * MANIFEST: add test/openssl/test_x509store.rb.nobu2004-05-221-0/+5
* * add a new sample 'ext/tk/sample/remote-ikp_sample2.rb'nagai2004-05-222-1/+54
* * ext/tk/lib/tk.rb: add Tk.appsend_deny and improve Tk.rb_appsendnagai2004-05-2117-43/+557
* * ext/socket/socket.c: check SCM_RIGHTS macro addition toakr2004-05-201-9/+21
* * ext/socket/socket.c (make_hostent_internal): remove debug print.matz2004-05-201-1/+0
* * numeric.c (flo_eq): alway check if operands are NaN.matz2004-05-203-0/+7
* * ext/tk/lib/tk.rb: change permition of TkObject#tk_send from private to publicnagai2004-05-191-1/+1
* * ext/socket/socket.c (setup_domain_and_type): honor duck typing.matz2004-05-171-7/+18
* * add a new sample scriptnagai2004-05-163-0/+406
* * ext/dbm/dbm.c (fdbm_initialize): accept optional 3rd argument toakr2004-05-161-11/+29
* * ext/syck/depend: commit miss.eban2004-05-151-1/+1
* * ext/syck/depend: add ruby's headers.eban2004-05-151-10/+12
* * ext/syck/MANIFEST, ext/syck/depend: new file.nobu2004-05-152-0/+11
* * lib/yaml.rb: removed fallback to pure Ruby parser.why2004-05-156-194/+203
* * ext/tk/lib/tk/canvas.rb: improve coords support for canvas items.nagai2004-05-143-116/+88
* * ext/syck/rubyext.c (yaml_org_handler): some empty strings werewhy2004-05-131-1/+1
* * ext/openssl/ossl_x509name.c: attribute value of DC (short name ofgotoyuzo2004-05-121-0/+1
* * ext/tk/lib/tk/composite.rb: improve configure methods. (based on the propos...nagai2004-05-122-18/+303
* Fix for 'incomplete bug fix' for 1.41.shigek2004-05-111-1/+1
* * io.c (rb_f_open): open should not ignore block when "to_open"matz2004-05-083-9/+3
* * win32ole.c: add RDoc style comment.suke2004-05-081-61/+183
* * parse.y (string_content): turn off NODE_NEWLINE flag to avoidmatz2004-05-074-19/+49
* use numerichost if cannot resolve hostnameseki2004-05-061-5/+5
* * ext/tk/tkutil.c (get_eval_string_core): bug fix. [ruby-dev:23466]nagai2004-05-061-1/+1
* * lib/yaml/rubytypes.rb (to_yaml): added instance variable handlingwhy2004-05-0610-236/+246
* * ext/extmk.rb: get rid of side effect of Config.expand, patched bynobu2004-05-061-1/+1
* * renewal Ruby/Tknagai2004-05-01246-10978/+27049
* * lib/yaml/rubytypes.rb: passing Range tests.why2004-04-266-308/+406
* * common.mk, ext/extmk.rb: make ext and .ext get removed by distclean.nobu2004-04-221-4/+5
* * ext/extmk.rb: skip linking when libraries to be preloaded notnobu2004-04-151-1/+1
* * ext/gdbm/gdbm.c (Init_gdbm): define GDBM::READER, GDBM::WRITER,akr2004-04-151-16/+24
* * ext/openssl/ossl_x509name.c (ossl_x509name_init_i): should return a value.gotoyuzo2004-04-121-1/+2
* * ext/extmk.rb (extmake): skip uncompiled extensions.nobu2004-04-081-0/+2
* * ext/iconv/iconv.c (iconv_s_list): return encoding list if no blocknobu2004-04-081-2/+13
* * pack.c (pack_pack): use NUM2INT() instead of num2i32().matz2004-04-071-3/+11
* * file.c (rb_get_path): get path string via "to_path" method ifmatz2004-04-071-0/+2
* * ext/socket/socket.c (raise_socket_error): never return.usa2004-04-061-3/+3
* * ext/socket/socket.c (raise_socket_error): some platforms don't haveusa2004-04-051-0/+2