summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* * configure.in (socketpair): need to be checked.nobu2005-11-112-2/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9531 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-11-12eban2005-11-111-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9530 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in, eval.c, intern.h: check fd_mask type.nobu2005-11-114-4/+8
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9529 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c, intern.h: failed to compile where NFDBITS is defined butocean2005-11-114-8/+29
| | | | | | | | | | | howmany() is not defined. [ruby-dev:27680] * io.c (is_socket): failed to compile where S_ISSOCK is not defined. * io.c (pipe_open): failed to compile where socketpair is not supported. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9528 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-11-11eban2005-11-111-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9527 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * Makefile.in (OUTFLAG): keep trailing spaces. [ruby-dev:27666]nobu2005-11-103-17/+29
| | | | | | | * mkconfig.rb: substitution refereces added. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9525 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in: undef HAVE_LINK on BeOS. (link(2) always returnsocean2005-11-103-1/+38
| | | | | | | | | | | | EINVAL, and this causes error in test/fileutils.) * file.c: overwride chown(2) and fchown(2) on BeOS. (these functions should not change user/group id if -1 is passed as corresponding argument, and this causes error in test/fileutils too) [ruby-dev:27672] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9523 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-11-10eban2005-11-101-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9522 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/shellwords.rb: fix for blank but not empty string.nobu2005-11-102-9/+10
| | | | | | | fixed: [ruby-dev:27663] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9521 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-11-09eban2005-11-091-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9520 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/shellwords.rb: refactored. [ruby-core:06581]nobu2005-11-083-22/+60
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9519 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* should compare SIZEOF_VOIDP with SIZEOF_LONG_LONG.ttate2005-11-081-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9518 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * intern.h, eval.c (rb_thread_signal_raise): costified.ocean2005-11-084-22/+18
| | | | | | | * signal.c: cosmetic change. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9517 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-11-08eban2005-11-081-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9516 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/drb/ssl.rb (DRb::SSLConfig#accept): fixed typo.ocean2005-11-082-1/+6
| | | | | | | [ruby-dev:27560] [ruby-core:4627] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9515 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/iconv/iconv.c: iconvctl() support. [EXPERIMENTAL]nobu2005-11-073-15/+340
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9514 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/openssl/ossl.h: need to include winsock2.h before includingusa2005-11-072-0/+6
| | | | | | | windows.h by some openssl headers. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9513 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/stubs.c (_nativethread_consistency_check): use simplernagai2005-11-074-34/+45
| | | | | | | | | | (low cost) way to check whether the Tcl interpreter was compiled with threads enabled of not. * ext/tk/tcltklib.c: reduce warnings. * ext/tk/tkutil/tkutil.c: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9512 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-11-07eban2005-11-061-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9511 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/yaml.rb: removed :nodoc: to generate Kernel doc. [ruby-core:6324]ocean2005-11-062-1/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9510 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/iconv/iconv.c (Iconv::BrokenLibrary): exception when detected anobu2005-11-062-1/+21
| | | | | | | bug of underlying library. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9509 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/iconv/extconf.rb: use 3rd argument to have_library.nobu2005-11-061-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9508 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/stubs.c (ruby_tcl_create_ip_and_stubs_init): should touchocean2005-11-062-2/+7
| | | | | | | interpreter after initialization is done. [ruby-dev:27638] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9507 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * file.c (rb_file_s_readlink): readlink(2) on AIX fails with ERANGE ifnobu2005-11-062-1/+12
| | | | | | | buffer size is less than required. fixed: [ruby-dev:27634] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9505 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-11-06eban2005-11-061-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9504 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-11-05eban2005-11-051-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9503 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in, cygwin/GNUmakefile.in (mingw): use def file to aliasnobu2005-11-058-185/+261
| | | | | | | | | | | | symbols. [ruby-dev:27532] * bcc32/mkexports.rb, win32/mkexports.rb: make aliases in DLL. * win32/win32.c, win32/win32.h: replace symbols only when RUBY_EXPORT is defined. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9502 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-11-03eban2005-11-031-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9501 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/open-uri.rb (open_loop): find_proxy should return nil when proxy does ↵aamine2005-11-022-1/+6
| | | | | | not exist. [ruby-dev:27630] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9500 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-11-02eban2005-11-021-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9498 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/extconf.rb: change the check parameter for Win32.nagai2005-11-022-1/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9497 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/sample/demos-jp/widget: make the root window lower than thenagai2005-11-022-4/+12
| | | | | | | | sub-demos windows. * ext/tk/sample/demos-en/widget: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9494 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/tcltklib.c (ip_rbUpdateObjCmd, ip_rb_threadUpdateObjCmd): passed ↵nagai2005-11-023-16/+24
| | | | | | | | | improper flags to DoOneEvent(). * ext/tk/tkutil/tkutil.c: use rb_obj_respond_to() instead of rb_respond_to(). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9493 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (rb_call_super): should call method_missing if super ismatz2005-11-0111-14/+262
| | | | | | | | | | | | | | | | | | | | | | | called from Kernel method. * eval.c (exec_under): frame during eval should preserve external information. * configure.in: use proper option for Sun linker. A patch from Shinya Kuwamura <kuwa@labs.fujitsu.com>. [ruby-dev:27603] * numeric.c (fix_rshift): RDoc fix. [ruby-core:6351] * util.h (strtod): add #undef for platforms defines strtod() macro. [ruby-dev:27563] * ext/etc/etc.c: document update from mathew <meta@pobox.com>. [ruby-core:06473] * ext/fcntl/fcntl.c: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9490 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-11-01eban2005-11-011-4/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9489 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/openssl/extconf.rb: should check ERR_peek_last_error().gotoyuzo2005-11-013-1/+14
| | | | | | | | | [ruby-dev:27597] * ext/openssl/ossl.c (ossl_raise): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9488 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/openssl/ossl_cipher.c (ossl_cipher_update): input data mustgotoyuzo2005-10-303-1/+14
| | | | | | | | | not be empty. [ruby-talk:161220] * test/openssl/test_cipher.rb: add test for Cipher#update(""). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9485 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/webrick/httpservlet/cgihandler.rbgotoyuzo2005-10-306-0/+87
| | | | | | | | | | | | | | (WEBrick::HTTPServlet::CGIHandler#do_GET): the value of Set-Cookie: header field should be splited into each cookie. [ruby-Bugs:2199] * lib/webrick/cookie.rb (WEBrick::Cookie.parse_set_cookie): new method to parse the value of Set-Cookie: header field. * test/webrick/test_cookie.rb, test/webrick/test_cgi.rb, test/webrick/webrick.cgi: add some test for cookie. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9484 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-10-31eban2005-10-301-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9482 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/ruby/test_float.rb (test_precision): test by assert_in_delta.ocean2005-10-302-4/+9
| | | | | | | [ruby-dev:27575] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9481 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-10-29eban2005-10-291-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9480 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* synchronized with date2 3.7tadf2005-10-292-0/+14
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9479 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * enumerator.c (enumerator_allocate): allow subclassing.nobu2005-10-272-2/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9475 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * string.c (scan_once): wrong condition to use mbclen2().matz2005-10-278-77/+589
| | | | | | | | | | [ruby-dev:27535] * time.c (time_sunday): added predicate methods for the days of the week. [ruby-list:41340] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9472 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-10-27eban2005-10-271-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9471 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * missing.h, missing/memcmp.c, missing/memmove.c:ocean2005-10-274-16/+19
| | | | | | | ANSI compatible interface. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9470 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/syck/implicit.c (syck_type_id_to_uri): should returnocean2005-10-262-2/+8
| | | | | | | | newly allocated memory. otherwise, type_id will be freed twice. [ruby-dev:27384] [ruby-core:6385] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9469 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * 2005-10-26eban2005-10-251-3/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9467 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (RUBY_EXTERN): macro to export symbols in sharednobu2005-10-257-5/+26
| | | | | | | | | | | | library. [ruby-core:05528] * defines.h, {bcc32,win32,wince}/Makefile.sub (RUBY_EXTERN): moved to configuration pass. * ext/extmk.rb (extmake): RUBY_EXTERN for static linked extensions. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9466 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ruby.h (Qfalse, Qtrue, Qnil, Qundef): make sure these immediateocean2005-10-252-4/+12
| | | | | | | | | | values have VALUE type. there is an environment where sizeof(VALUE) != sizeof(int) like IA64. if 32bit integer (Qtrue) is passed to ANYARGS and received by 64bit integer (VALUE), upper bits may have garbage value. [ruby-dev:27513] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@9465 b2dd03c8-39d4-4d8f-98ff-823fe69b080e