summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Import RDoc r101.drbrain2008-07-181-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18121 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/rdoc/test_rdoc_c_parser.rb (teardown): close tempfile.mame2008-07-171-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18120 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/ruby/test_process.rb (test_getpriority, test_setpriority): usemame2008-07-171-0/+5
| | | | | | | PRIO_PROCESS instead of PRIO_USER. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18107 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * pack.c (pack_unpack): fix v and V with big endian.mame2008-07-171-0/+5
| | | | | | | [1].pack("V").unpack("V") was [4294967296]. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18106 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * pack.c (pack_pack): fix i! with big endian. [1].pack("i!") wasmame2008-07-171-0/+5
| | | | | | | "\0\0\0\0". git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18105 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/socket.c (ruby_connect): select() for connect() hasusa2008-07-171-0/+5
| | | | | | | | mean only when the socket is non-blocking. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18104 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* Simplify expression for RDoc.drbrain2008-07-171-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18102 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * numeric.c (check_uint, rb_num2uint, rb_fix2uint): strict check.usa2008-07-171-0/+5
| | | | | | | | fixed [ruby-dev:33683] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18099 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * thread.c (thread_start_func_2): wake up joining threads.nobu2008-07-161-0/+10
| | | | | | | | | | | * thread.c (sleep_forever, sleep_timeval): return when interrupted. [ruby-dev:35542] * thread.c (timer_thread_function): restore main thread status. [ruby-core:17270] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18094 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * io.c (appendline): remove invalid access.mame2008-07-161-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18085 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * signal.c (signal_exec, trap_handler): trap accepts a string asnobu2008-07-161-0/+5
| | | | | | | command. [ruby-dev:35533] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18084 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/ruby/envutil.rb (Test::Unit::Assertions#assert_in_out_err): newmame2008-07-151-0/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | method. * test/ruby/test_argf.rb: use assert_in_out_err instead of EnvUtil.rubyexec. * test/ruby/test_module.rb: ditto. * test/ruby/test_require.rb: ditto. * test/ruby/test_objectspace.rb: ditto. * test/ruby/test_object.rb: ditto. * test/ruby/test_string.rb: ditto. * test/ruby/test_method.rb: ditto. * test/ruby/test_variable.rb: ditto. * test/ruby/test_io.rb: ditto. * test/ruby/test_rubyoptions.rb: ditto. * test/ruby/test_exception.rb: ditto. * test/ruby/test_class.rb: ditto. * test/ruby/test_thread.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18082 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/Makefile.sub (ruby_version): follow changes in configure.in.usa2008-07-151-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18080 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/{,tkutil/}extconf.rb: ruby/ruby.h no longer needs to benobu2008-07-151-0/+7
| | | | | | | | | checked. * ext/tk/{tcltklib.c,tkutil/tkutil.c}: check macros for each headers. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18079 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/tk/extconf.rb, ext/tk/tcltklib.c, ext/tk/tkutil/tkutil.c: Doknu2008-07-151-0/+6
| | | | | | | | | not test ruby/ruby.h, which makes OS X's gcc pick the wrong header file from Ruby.framework. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18076 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (--with-ruby-version): Add a new option to specifyknu2008-07-151-0/+9
| | | | | | | | | | | the ruby version string for version specific directories. [ruby-dev:35490] * mkconfig.rb: Definition of ruby_version is now determined by the configure script. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18072 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ChangeLog: type.usa2008-07-151-4/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18071 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/socket.c (ruby_connect, s_accept): no need to wrap byusa2008-07-151-0/+10
| | | | | | | | | | | | | blocking region if checked before readable/writable by select. * ext/socket/socket.c (bsock_send, s_recvfrom, udp_send, unix_send_io, unix_recv_io): should check readable/writable before blocking calling blocking functions. see [ruby-dev:35446] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18070 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * thread_win32.c (ubf_handle): cancel blocking IO if it can (onlyusa2008-07-151-0/+7
| | | | | | | | | | Vista). see [ruby-dev:35446] * win32/win32.c (errmap): add ERROR_OPERATION_ABORTED as EINTR. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18068 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/win32ole/test_win32ole_event.rb (teardown): fix typo.suke2008-07-141-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18067 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * transcode.c (transcode_loop): constified.nobu2008-07-141-38/+6
| | | | | | | | | | | | * transcode.c (str_transcode): rb_str_set_len() sets a delimiter. * transcode_data.h (rb_transcoder): constified preprocessor and postprocessor input. * enc/trans/japanese.c: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18066 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/ruby/test_time.rb (TestTime#test_time_interval): add timeoutkazu2008-07-141-0/+5
| | | | | | | to avoid stopping tests. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18063 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * transcode.c (get_replacement_character): temporary function,naruse2008-07-141-0/+11
| | | | | | | | | | | | get characters for replacement mode. * transcode.c (transcode_loop): add undef key and replace value. * transcode.c (str_transcode): ditto. * transcode.c (Init_transcode): define sym_undef and sym_replace. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18062 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/ruby/test_variable.rb (TestVariable#test_global_variable_0): add test ↵kazu2008-07-141-0/+5
| | | | | | of $0. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18061 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/extconf.rb: initialize winsock on win32 to avoid errorusa2008-07-141-0/+5
| | | | | | | | dialog of OS. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18060 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/optparse.rb (OptionParser#environment): requires shellwords.nobu2008-07-131-0/+5
| | | | | | | [ruby-dev:35466] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18058 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/win32ole/win32ole.c (EVENTSINK_Invoke): using hashsuke2008-07-131-0/+7
| | | | | | | | | to set value to the reference argument of event. * test/win32ole/test_win32ole_event.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18055 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/pty/pty.c (raise_from_wait, pty_syswait, get_device_once):nobu2008-07-121-0/+5
| | | | | | | constified. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18053 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * include/ruby/ruby.h (PRI_PTRDIFF_PREFIX, PRI_SIZE_PREFIX): typo.usa2008-07-121-0/+6
| | | | | | | | * {bcc32,win32}/Makefile.sub: (SIZEOF_SIZE_T, SIZEOF_PTRDIFF_T): added. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18051 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/Makefile.sub (LIBRUBY_DLDFLAGS): import library which createdusa2008-07-121-0/+7
| | | | | | | | | | with DLL is broken. save import library which created by lib.exe and install it. fixed the problem mentioned at the postscript of [ruby-dev:35448] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18042 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/socket/socket.c: use PRIuSIZE.akr2008-07-121-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18041 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * include/ruby/ruby.h (PRI_PTRDIFF_PREFIX, PRI_SIZE_PREFIX): fixed typo.nobu2008-07-121-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18040 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * include/ruby/intern.h (HAVE_RUBY_RUBY_H): defines macros so thatnobu2008-07-121-0/+9
| | | | | | | | | | | extconf.rb do not need to check if headers exist under separated directory. [ruby-dev:35437] * include/{ruby,rubyio,rubysig}.h, include/ruby/intern.h: use "ruby/..." instead of <ruby/...>. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18039 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * configure.in (sizeof ptrdiff_t): check for size of ptrdiff_t.nobu2008-07-121-0/+12
| | | | | | | | | | | | | * include/ruby/ruby.h (PRI?PTRDIFF, PRI?SIZE): printf conversion specifiers for ptrdiff_t and size_t/ssize_t. * insns.def (leave), marshal.c (long_toobig), transcode.c (str_transcode), vm_dump.c (control_frame_dump, stack_dump_each), (debug_print_register, debug_print_pre): t and z length modifiers are C99. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18038 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/xmlrpc/client.rb (XMLRPC::Client#do_rpc): requiresnobu2008-07-121-0/+5
| | | | | | | webrick/cookie. [ ruby-Bugs-21139 ] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18036 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/win32ole/test_win32ole_event.rb: add testsuke2008-07-121-0/+8
| | | | | | | | | | for WIN32OLE_EVENT#on_event_with_outargs * test/win32ole/test_win32ole_event.rb(teardown): calling WIN32OLE_EVENT.message_loop git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18035 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/win32.c (rb_w32_select): shoudn't pass non-socket handle tousa2008-07-111-0/+5
| | | | | | | | original select(). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18033 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/zlib/test_zlib.rb: add a test for Zlib::Deflate#params.mame2008-07-111-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18030 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * ext/zlib/zlib.c (rb_deflate_params): flush before deflateParams.mame2008-07-111-0/+5
| | | | | | | [ruby-core:17675] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18029 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/setup.rb, win32/Makefile.sub (PLATFORM): use $(PLATFORM)usa2008-07-111-0/+5
| | | | | | | | instead of $(OS) because ENV["OS"] is used in test-all (drb). git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18028 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * io.c (rb_io_wait_readable, rb_io_wait_writable): check if the filenobu2008-07-111-0/+7
| | | | | | | | | descriptor is closed. * thread.c (rb_thread_wait_fd_rw): ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18027 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/win32.c (rb_w32_accept, rb_w32_socket, rb_w32_socketpair):usa2008-07-111-0/+7
| | | | | | | | prohibit inheritance of sockets, too. [experimental] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18024 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * win32/win32.c (CreateChild): the measures for Vista is no longerusa2008-07-111-0/+5
| | | | | | | | unnecessary. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18022 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * common.mk (process.o): depends on util.h.nobu2008-07-101-0/+4
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18016 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * include/ruby/win32.h (pipe): prohibit inheritance.usa2008-07-101-0/+5
| | | | | | | | fixed: [ruby-dev:35421] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18015 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * thread.c (thread_create_core): fix GC problem.ko12008-07-101-0/+5
| | | | | | | | [ruby-core:17669] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18014 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * lib/pstore.rb (PStore#transaction): return the result from thenobu2008-07-101-0/+5
| | | | | | | block. [ruby-core:17718] git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18012 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/win32ole/test_win32ole_typelib.rb: add some illegal argument test.suke2008-07-101-0/+13
| | | | | | | | | | | | | * test/win32ole/test_win32ole_type.rb: ditto. * test/win32ole/test_win32ole_event.rb: ditto. * test/win32ole/test_win32ole_param.rb: ditto. * test/win32ole/test_win32ole_method.rb: ditto. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18011 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/ruby/envutil.rb (assert_normal_exit): r17993 revert.wanabe2008-07-101-0/+3
| | | | git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@18010 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
* * test/ruby/envutil.rb (assert_normal_exit): finish writing scriptwanabe2008-07-101-0/+4
| | | | | | before spawn("ruby") to avoid blocking in win32. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@17993 b2dd03c8-39d4-4d8f-98ff-823fe69b080e