summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* * ext/socket/raddrinfo.c (addrinfo_mload): don't use "sun" variableakr2009-03-021-0/+5
| | | | | | | for Solaris. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22708 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * file.c: include fcntl.h for O_RDONLY on Solaris.akr2009-03-021-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22707 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/uri/common.rb (URI::Parser#escape): escaped string is asciinobu2009-03-021-0/+8
| | | | | | | | | | only. * lib/uri/common.rb (URI::Parser#unescape): converts bytewise. [ruby-dev:38005], [ruby-dev:38110] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22706 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * README.EXT, README.EXT.ja (Macros): added HAVE_RUBY_*_H.nobu2009-03-021-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22705 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/win32.c (init_env): keeps wide chars as wide chars.nobu2009-03-021-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22704 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/dl/dl.h (dlerror): fixed on Windows.nobu2009-03-021-1/+6
| | | | | | | | * ext/dl/handle.c (rb_dlhandle_initialize): returns handle to libruby if nil is given on Windows as dlopen. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22703 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/dl/handle.c (rb_dlhandle_sym): get rid of buffer overrun,nobu2009-03-021-0/+5
| | | | | | | and try ASCII WINAPI versions too. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22702 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval.c (rb_longjmp), include/ruby/intern.h (ruby_cleanup): fixednobu2009-03-021-0/+5
| | | | | | | prototypes. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22701 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* merged a patch from Alessandro Di Maria in [ruby-core:22560].seki2009-03-011-0/+6
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22699 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/raddrinfo.c: suppress warnings.akr2009-03-011-0/+8
| | | | | | | | | | * ext/socket/socket.c: ditto. * ext/socket/unixsocket.c: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22698 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/ (rsock_getfamily): renamed from rb_sock_getfamily.akr2009-03-011-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22696 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/dl/win32/lib/Win32API.rb (initialize): passes restnobu2009-03-011-0/+5
| | | | | | | arguments to DL. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22695 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/zlib/zlib.c (zstream_run): suppress a warning. a patch fromnobu2009-03-011-0/+5
| | | | | | | Charlie Savage at [ruby-core:22607]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22693 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * util.c (ruby_dtoa): allocates one more byte to get rid of buffernobu2009-03-011-0/+5
| | | | | | | overrun. a patch from Charlie Savage at [ruby-core:22604]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22692 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * common.mk (.y.c): removed extra backslash. [ruby-core:22602]nobu2009-03-011-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22691 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/dl/cfunc.c (rb_dlcfunc_call): fix for stdcall and missingnobu2009-03-011-0/+12
| | | | | | | | | | | | | | argument numbers. [ruby-core:22601] * ext/dl/dl.h (DLSTACK_PROTO0_): added. * ext/dl/mkcallback.rb (gencallback, gen_callback_file), (rb_dl_init_callbacks): omit stdcall functions unless supported. * lib/rubygems/config_file.rb (SHGetFolderPath): stdcall. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22690 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/bigdecimal/bigdecimal.c (gfDebug): uncommented out.nobu2009-03-011-0/+5
| | | | | | | [ruby-core:22600] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22689 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * process.c (rb_waitpid): use wait_each() on no waitpid platforms.nobu2009-03-011-0/+5
| | | | | | | [ruby-dev:38054] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22688 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * process.c (proc_daemon): stops and restarts timer thread becausenobu2009-03-011-0/+5
| | | | | | | daemon(3) implies fork(2). [ruby-dev:38055] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22687 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/ (rsock_make_hostent): renamed from sock_make_hostent.akr2009-03-011-0/+11
| | | | | | | | | | | | | (rsock_addrinfo): renamed from sock_addrinfo. (rsock_getaddrinfo): renamed from sock_getaddrinfo. (rsock_socket): renamed from ruby_socket. (rsock_sock_s_socketpair): renamed from sock_s_socketpair. (rsock_connect): renamed from ruby_connect. * ext/socket/socket.c (sock_listen): make it static. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22686 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* add a space.akr2009-03-011-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22685 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket: add rsock_prefix.akr2009-03-011-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22684 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * vm_eval.c (rb_iterate): use volatile to suppress warnings.akr2009-02-281-0/+6
| | | | | | | | * eval.c (ruby_cleanup): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22678 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * eval_error.c (error_print): use volatile to suppress warnings.akr2009-02-281-0/+13
| | | | | | | | | | | | | | | * vm_eval.c (eval_string_with_cref): ditto. * thread.c (rb_exec_recursive): ditto. * eval_jump.c (rb_exec_end_proc): ditto. * eval.c (ruby_exec_node): ditto. (rb_longjmp): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22677 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/ancdata.c (ancillary_unix_rights): check message type.akr2009-02-281-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22676 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/net/http.rb: suppress warnings of non-existing instance variableakr2009-02-281-0/+5
| | | | | | | access for SSL. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22673 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/lib/socket.rb (BasicSocket#connect_address): returns ::1akr2009-02-281-0/+5
| | | | | | | if the address is IPv4-mapped IPv6 address for 0.0.0.0 for MacOS X. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22672 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* s/extention/extension/gkazu2009-02-271-5/+5
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22670 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/raddrinfo.c: suppress strict-aliasing warning withakr2009-02-271-0/+12
| | | | | | | | | | | | | | | gcc version 4.4.0 20090219 (Red Hat 4.4.0-0.21) on Fedora 11 Alpha. * ext/socket/socket.c: ditto. * ext/socket/unixsocket.c: ditto. * ext/socket/sockport.h (SS_LEN): defined. (SET_SS_LEN): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22668 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/ancdata.c (bsock_recvmsg_internal): close FDs passed byakr2009-02-271-0/+6
| | | | | | | | | SCM_RIGHTS unless :scm_rights=>true is given. (discard_cmsg): extracted from rsock_discard_cmsg_resource. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22667 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/openssl/lib/openssl/buffering.rb: define Buffering module underakr2009-02-271-0/+5
| | | | | | | OpenSSL. [ruby-dev:37906] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22666 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/test/unit/assertions.rb: don't define assert_not_* if alreadyakr2009-02-271-0/+5
| | | | | | | overridden. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22664 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * util.c: fix SEGV by test_time.rb withakr2009-02-271-0/+5
| | | | | | | gcc version 4.4.0 20090219 (Red Hat 4.4.0-0.21) on Fedora 11 Alpha. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22663 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * compile.c (cdhash_type, iseq_set_sequence): should not callnobu2009-02-271-0/+6
| | | | | | | | methods of the argument of case, to keep the semantics of case/when. [ruby-dev:38079] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22662 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * file.c (file_load_ok): cygwin allows to open directories.nobu2009-02-271-1/+1
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22661 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * gc.c (ruby_get_stack_grow_direction): no needs to use threadnobu2009-02-271-0/+5
| | | | | | | here, and not initialized yet. [ruby-core:22439] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22659 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * file.c (file_load_ok): checks if regular file, except for thenobu2009-02-271-2/+4
| | | | | | | | platform disallows to open directories, e.g. cygwin. [ruby-dev:38097], [Bug #1221] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22658 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * file.c (file_load_ok): checks if regular file. [ruby-dev:38097]nobu2009-02-271-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22655 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * numeric.c (flo_eq, flo_gt, flo_ge, flo_lt, flo_le, flo_eql): revertusa2009-02-271-0/+7
| | | | | | | | | | isnan() checks for VC++6. * insns.def (opt_lt, opt_gt): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22654 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/ostruct.rb (modifiable): check if really frozen.nobu2009-02-271-0/+5
| | | | | | | [ruby-core:22559] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22652 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/lib/socket.rb (BasicSocket#connect_address): new method.akr2009-02-261-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22649 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * hash.c (hash_foreach_iter): fix for prototype.nobu2009-02-261-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22648 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * common.mk (INSNS, newline.c, miniprelude.c, prelude.c),nobu2009-02-261-0/+6
| | | | | | | | (node_name.inc, known_errors.inc): unified from Makefile.in and win32/Makefile.sub. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22647 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * util.c (valid_filename): use our own implementation of open(),usa2009-02-261-0/+5
| | | | | | | | close() and unlink(). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22641 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * iseq.c (cdhash_each): resurrects internal literals.nobu2009-02-261-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22640 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * include/ruby/win32.h (rb_w32_wopen): prototype forgotten.usa2009-02-261-0/+7
| | | | | | | | | * io.c (rb_sysopen_internal): shouldn't replace undefined chars in this case. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22637 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/mkconstants.rb: more MSG_* constants.akr2009-02-251-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22636 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/option.c (sockopt_level): extracted from sockopt_level_m.akr2009-02-251-0/+9
| | | | | | | | | | | (sockopt_optname): extracted from sockopt_optname_m. (sockopt_data): apply StringValue. (sockopt_s_linger): new method. (sockopt_linger): new method. (inspect_linger): show onoff value if it is neither 0 nor 1. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22634 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/ancdata.c (ancillary_unix_rights): raiseakr2009-02-251-0/+7
| | | | | | | | | | NotImplementedError if no fd passing feature. (ancillary_timestamp): raise NotImplementedError if no timestamp feature. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22632 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/ancdata.c (ancillary_s_unix_rights): new method.akr2009-02-251-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@22631 b2dd03c8-39d4-4d8f-98ff-823fe69b080e