summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * lib/net/telnet.rb (preprocess): remove NULL unless binmode.usa2004-12-282-0/+7
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7675 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/nkf/nkf-utf8/nkf.c (reinit): should initialize all staticnobu2004-12-281-0/+16
| | | | | | | variables. fixed: [ruby-list:40445] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7674 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/nkf/nkf-utf8/nkf.c (reinit): should initialize all staticnobu2004-12-282-3/+12
| | | | | | | variables. fixed: [ruby-list:40445] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7673 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/nkf/lib/kconv.rb (Kconv::RegexpEucjp): second byte is up tonobu2004-12-283-4/+85
| | | | | | | | | | 0xfe. * ext/nkf/lib/kconv.rb (Kconv#kconv): should handle UTF8 and UTF16 properly. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7672 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2004-12-28nobu2004-12-281-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7671 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/zlib/zlib.c (rb_deflate_s_deflate, rb_inflate_s_inflate): ensurenobu2004-12-282-26/+52
| | | | | | | | | freeing internal zstreams. fixed: [ruby-dev:25309] * ext/zlib/zlib.c (rb_deflate_init_copy): replace rb_deflate_clone. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7670 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tcltklib/tcltklib.c: fix SEGV bug when deleting Tk interpnagai2004-12-274-27/+59
| | | | | | | * ext/tk/lib/multi-tk.rb: ditto git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7667 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/openssl/ossl_x509name.c (Init_ossl_x509name): should usegotoyuzo2004-12-272-1/+7
| | | | | | | rb_hash_new to get exactly a Hash. fix [ruby-dev:25325]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7666 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/fileutils/test_fileutils.rb (cp_r): tested wrong file name. ↵aamine2004-12-272-3/+19
| | | | | | [ruby-dev:25339] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7663 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/fileutils.rb (mv): should raise error when moving a directory to the ↵aamine2004-12-272-12/+39
| | | | | | | | | (empty) directory. [ruby-talk:124368] * lib/fileutils.rb (mv): wrongly did not overwrite file on Win32 platforms. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7661 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2004-12-27usa2004-12-271-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7660 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * process.c (NUM2RLIM, RLIM2NUM): Without SIZEOF_RLIM_T is not error.usa2004-12-272-5/+8
| | | | | | | fixed: [ruby-dev:25346] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7659 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2004-12-26eban2004-12-261-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7658 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/imap.rb (Net::IMAP::PlainAuthenticator): added a new classshugo2004-12-262-0/+22
| | | | | | | | to support the PLAIN authentication mechanism. Thanks, Benjamin Stiglitz. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7657 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/lib/tk/image.rb: TkPhotoImage#cget bug fixnagai2004-12-242-2/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7652 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * io.c (next_argv): reduce use of stdio.nobu2004-12-232-26/+40
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7650 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * io.c (io_reopen, rb_io_reopen): prohibit to change access mode fornobu2004-12-232-28/+39
| | | | | | | special IO ports. [ruby-dev:25225] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7649 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/syck/rubyext.c (syck_loader_transfer): check type conversion.nobu2004-12-232-211/+231
| | | | | | | | | | | | | | * ext/syck/rubyext.c (syck_parser_assign_io, rb_new_syck_node): duck typing. * ext/syck/rubyext.c (syck_parser_s_alloc, syck_parser_initialize): allocation framework. * ext/syck/rubyext.c (syck_emitter_s_alloc, syck_emitter_initialize): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7647 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2004-12-24eban2004-12-231-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7646 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/lib/tkextlib/blt.rb: add BLT extension supportnagai2004-12-2337-6/+5819
| | | | | | | | * ext/tk/lib/tkextlib/blt/*.rb: ditto * ext/tk/lib/tkextlib/blt/tile/*.rb: ditto git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7645 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2004-12-23nobu2004-12-231-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7644 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * process.c (SIZEOF_RLIM_T): err if size of rlim_t is not set.nobu2004-12-232-24/+24
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7643 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * process.c (proc_setgroups): check if the argument lenght isnobu2004-12-232-1/+6
| | | | | | | modified. fixed: [ruby-dev:25285] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7642 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * rubyio.h: rename FMODE_UNSEEKABLE to FMODE_DUPLEX.akr2004-12-234-15/+24
| | | | | | | | * io.c (io_check_tty): extracted function to set FMODE_LINEBUF and FMODE_DUPLEX. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7641 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tcltklib/tcltklib.c: define TclTkLib::COMPILE_INFO and RELEASE_DATEnagai2004-12-235-0/+101
| | | | | | | | | * ext/tcltklib/extconf.rb: ditto * ext/tk/lib/tkutil.c: define Tk::RELEASE_DATE * ext/tk/lib/tk.rb: define Tk::RELEASE_DATE git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7640 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (bsdi): use $(CC) for LDSHARED. fixed [ruby-dev:25270]nobu2004-12-222-9/+10
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7636 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * io.c (rb_io_mode_modenum): replace O_ACCMODE with O_RDWR.nobu2004-12-222-1/+10
| | | | | | | fixed: [ruby-dev:25273] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7632 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/dl/sym.c (rb_dlsym_initialize): extract internal pointers afternobu2004-12-212-1/+7
| | | | | | | all argument conversion. fixed: [ruby-dev:25271] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7631 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/xmlrpc/client.rb: use "" instead of "." if prefix argument ismneumann2004-12-214-21/+32
| | | | | | | | | | | | nil in proxy methods. nil is default value. * test/xmlrpc/test_webrick_server.rb, test/xmlrpc/webrick_testing.rb: use threads instead of forking. this should fix issue #1208 (http://rubyforge.org/tracker/?func=detail&atid=1698&aid=1208&group_id=426). removed testing of SSL enabled servlet as this hangs. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7630 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* 2004-12-22nahi2004-12-211-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7629 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/soap/*, test/soap/*, sample/soap/authheader/*: eval cleanup.nahi2004-12-2112-129/+116
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7628 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/openssl/ossl_asn1.c (ossl_asn1_decode_all): use rb_str_new4gotoyuzo2004-12-212-9/+20
| | | | | | | | | | to avoid SEGV. * ext/openssl/ossl_asn1.c (ossl_asn1_traverse, ossl_asn1_decode, ossl_asn1_decode_all): temporary value should be marked volatile. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7626 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/openssl/ossl_asn1.c (ossl_asn1_traverse, ossl_asn1_decode):gotoyuzo2004-12-213-3/+207
| | | | | | | | | use rb_str_new4 to avoid SEGV. fix [ruby-dev:25261] * test/openssl/test_asn1.rb: add tests for OpenSSL::ASN1. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7623 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2004-12-21usa2004-12-211-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7621 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/lib/tk/grid.rb: rescue bug of 'grid configure' on Tcl/Tk8.3-nagai2004-12-212-1/+14
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7620 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * added samples for the previous soap4r's commit.nahi2004-12-2012-2/+171
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7615 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* updatedakr2004-12-201-0/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7614 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* gcc noinline attribute is available since gcc-3.1.akr2004-12-201-0/+2
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7613 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * added files:nahi2004-12-2082-1145/+2977
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * lib/soap/mapping/wsdl*.rb * lib/wsdl/soap/element.rb * lib/wsdl/xmlSchema/simpleContent.rb * modified files: * lib/soap/* * lib/wsdl/* * lib/xsd/* * test/soap/* * test/wsdl/* * test/xsd/* * summary * imported from the soap4r repository. Version: 1.5.3-ruby1.8.2 * added several XSD basetype support: nonPositiveInteger, negativeInteger, nonNegativeInteger, unsignedLong, unsignedInt, unsignedShort, unsignedByte, positiveInteger * HTTP client connection/send/receive timeout support. * HTTP client/server gzipped content encoding support. * improved WSDL schema definition support; still is far from complete, but is making step by step improovement. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7612 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/https.rb: delete descriptions about key_file and cert_file.gotoyuzo2004-12-203-8/+7
| | | | | | | | | fixed: [ruby-dev:25243] * ext/openssl/lib/net/telnets.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7611 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/lib/multi-tk.rb: supports new features of Tcl/Tk8.5a2nagai2004-12-205-19/+154
| | | | | | | | | * ext/tk/lib/tk/clock.rb: ditto * ext/tk/lib/tk/text.rb: ditto * ext/tk/lib/tk/panedwindow.rb: ditto git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7610 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * parse.y (special_local_set): prevent the parser object from GC.nobu2004-12-202-1/+7
| | | | | | | fixed: [ruby-dev:25252] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7606 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2004-12-20eban2004-12-201-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7605 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/cgi/session.rb (CGI::Session#initialize): empty session id wasnobu2004-12-192-1/+7
| | | | | | | used if request had no session key. fixed: [ruby-core:03981] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7604 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2004-12-19nobu2004-12-191-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7603 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/rexml/encodings/SHIFT_JIS.rb: fixed LoadError bug. [ruby-core:3958]kou2004-12-192-1/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7601 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (disable-rpath): typo fix.nobu2004-12-191-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7600 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (enable_rpath): use rpath flag to embed the librarynobu2004-12-192-23/+31
| | | | | | | path into extensions on ELF environment. [ruby-dev:25035] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7598 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/test/unit.rb: use standalone runner for -e.nobu2004-12-195-16/+37
| | | | | | | | | | | * lib/test/unit/autorunner.rb (Test::Unit::AutoRunner#options): accept multiple -p and -x options. * lib/test/unit/collector/dir.rb (Test::Unit::Collector::Dir#recursive_collect): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7597 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2004-12-18nobu2004-12-181-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@7596 b2dd03c8-39d4-4d8f-98ff-823fe69b080e