[前][次][番号順一覧][上]
ruby-changes:20701-20800
20701 2011-07-30 10:57 [ko1@a... ] kosaki:r32749 (trunk): * vm.c (th_init): preallocate alternative stack.
20702 2011-07-30 10:58 [ko1@a... ] kosaki:r32750 (ruby_1_9_3): merge revision(s) 32749:
20703 2011-07-30 11:23 [ko1@a... ] kosaki:r32751 (trunk): * vm_core.h (ALT_STACK_SIZE): use MINSIGSTKSZ*2 instead of SIGSTKSZ*2.
20704 2011-07-30 11:23 [ko1@a... ] kosaki:r32752 (trunk): added ML ref
20705 2011-07-30 13:59 [ko1@a... ] mrkn:r32753 (ruby_1_9_3): * ext/bigdecimal/lib/bigdecimal/util.rb (Rational#to_d):
20706 2011-07-30 14:33 [ko1@a... ] mrkn:r32754 (trunk): * ext/bigdecimal/bigdecimal.c (BigDecimal_version): version 1.1.0.
20707 2011-07-30 14:39 [ko1@a... ] mrkn:r32755 (ruby_1_9_3): Merge commit r32754:
20708 2011-07-30 17:38 [ko1@a... ] suke:r32756 (trunk): * test/win32ole/test_win32ole_variant.rb: use skip method to skip the test.
20709 2011-07-30 22:41 [ko1@a... ] ngoto:r32757 (trunk, ruby_1_9_3): * strftime.c (NEEDS): avoid SEGV due to integer overflow in sparc-solaris2.10
20710 2011-07-30 23:14 [ko1@a... ] nobu:r32758 (trunk, ruby_1_9_3): * io.c (rb_io_each_byte): rbuf can be refreshed during yield.
20711 2011-07-30 23:19 [ko1@a... ] nobu:r32759 (ruby_1_9_3, trunk): * defs/default_gems: separate from tool/rbinstall.rb.
20712 2011-07-30 23:49 [ko1@a... ] tadf:r32760 (ruby_1_9_3): * ext/date/date_core.c: an issue that is same as .
20713 2011-07-30 23:53 [ko1@a... ] tadf:r32761 (ruby_1_9_3): * lib/cmath.rb (cbrt): should return a real number if possible.
20714 2011-07-31 01:24 [ko1@a... ] mrkn:r32762 (trunk): * test/bigdecimal/test_bigdecimal.rb (test_version): removed.
20715 2011-07-31 01:24 [ko1@a... ] svn:r32763 (trunk): * 2011-07-31
20716 2011-07-31 01:26 [ko1@a... ] mrkn:r32764 (ruby_1_9_3): Merge commit r32762:
20717 2011-07-31 01:26 [ko1@a... ] svn:r32765 (ruby_1_9_3): * 2011-07-31
20718 2011-07-31 01:31 [ko1@a... ] naruse:r32766 (trunk): * io.c (rb_io_each_byte): remove unused variable e.
20719 2011-07-31 09:19 [ko1@a... ] drbrain:r32767 (trunk): * lib/rdoc: Update to RDoc 3.9. Fixed `ri []`, stopdoc creating an
20720 2011-07-31 11:32 [ko1@a... ] ktsj:r32768 (trunk): * vm.c: check if cfp is valid. [Bug #5083]
20721 2011-07-31 11:57 [ko1@a... ] ktsj:r32769 (ruby_1_9_3): * backport r32768 from trunk.
20722 2011-07-31 18:48 [ko1@a... ] nobu:r32770 (trunk): * property.
20723 2011-07-31 18:59 [ko1@a... ] nobu:r32771 (trunk): * io.c (rb_pipe): pipe on cygwin can succeed half but fail
20724 2011-07-31 20:27 [ko1@a... ] yugui:r32772 (ruby_1_9_3): * common.mk (ECHO1): ":" in a make variable replacement cause a syntax
20725 2011-07-31 20:31 [ko1@a... ] yugui:r32773 (ruby_1_9_3): Fixes a wrong part in the previous commit.
20726 2011-07-31 20:32 [ko1@a... ] yugui:r32774 (trunk): Forwardports r32772 and r32773 from branches/ruby_1_9_3 to trunk.
20727 2011-07-31 20:41 [ko1@a... ] yugui:r32775 (ruby_1_9_3): * common.mk (ECHO1): nmake does not allow parenthesis in make variable
20728 2011-07-31 21:11 [ko1@a... ] yugui:r32776 (ruby_1_9_3): * common.mk (node_name.inc): Use $(Q) for consistency.
20729 2011-07-31 21:23 [ko1@a... ] yugui:r32778 (ruby_1_9_3): * lib/mkmf.rb (configuration:ECHO1): Same as the recent fix in
20730 2011-07-31 21:23 [ko1@a... ] yugui:r32777 (ruby_1_9_3): * complex.c (f_signbit): gcc4 on Solaris DOES have signbit but does
20731 2011-07-31 22:47 [ko1@a... ] ktsj:r32779 (ruby_1_9_3): * configure.in: fix typos.
20732 2011-07-31 22:59 [ko1@a... ] yugui:r32780 (ruby_1_9_3): * enc/Makefile.in (ECHO1): Same as the recent fix in common.mk.
20733 2011-07-31 23:02 [ko1@a... ] ktsj:r32781 (trunk): * vm.c (vm_make_env_each): don't save prev env value.
20734 2011-07-31 23:11 [ko1@a... ] ktsj:r32782 (trunk): * vm.c (check_env): print debug messages to stderr.
20735 2011-07-31 23:18 [ko1@a... ] yugui:r32784 (trunk): Forward-ports r32778 from branches/ruby_1_9_3 to trunk.
20736 2011-07-31 23:18 [ko1@a... ] yugui:r32783 (trunk): Forward-ports r32775 from branches/ruby_1_9_3 to trunk.
20737 2011-07-31 23:18 [ko1@a... ] yugui:r32785 (trunk): Forward-ports r32776 from branches/ruby_1_9_3 to trunk.
20738 2011-07-31 23:19 [ko1@a... ] yugui:r32786 (trunk): Forward-ports r32777 from branches/ruby_1_9_3 to trunk.
20739 2011-07-31 23:19 [ko1@a... ] yugui:r32787 (trunk): Forward-ports r32780 from branches/ruby_1_9_3 to trunk.
20740 2011-07-31 23:19 [ko1@a... ] yugui:r32788 (trunk): Forward-ports r32779 from branches/ruby_1_9_3 to trunk. The original commit
20741 2011-07-31 23:20 [ko1@a... ] yugui:r32789: Tags branches/ruby_1_9_3@32780 as v1_9_3_preview1.
20742 2011-08-01 05:22 [ko1@a... ] naruse:r32790 (ruby_1_9_3): merge revision(s) 32582:
20743 2011-08-01 12:10 [ko1@a... ] svn:r32792 (trunk): * 2011-08-01
20744 2011-08-01 12:10 [ko1@a... ] naruse:r32791 (trunk): * insns.def (concatstrings): don't use initial ASCII-8BIT string.
20745 2011-08-01 12:25 [ko1@a... ] kazu:r32793 (trunk): remove duplicated entry
20746 2011-08-01 14:25 [ko1@a... ] drbrain:r32794 (trunk): * lib/rdoc.rb: Import RDoc 3.9.1. Fixes bugs in the RDoc::Markup
20747 2011-08-01 15:22 [ko1@a... ] shyouhei:r32795 (trunk): * test/xmlrpc/test_webrick_server.rb (Test_Webrick#setup_http_server):
20748 2011-08-01 15:36 [ko1@a... ] shyouhei:r32796 (trunk): * test/io/console/test_io_console.rb (TestIO_Console#test_sync):
20749 2011-08-01 15:45 [ko1@a... ] drbrain:r32797 (trunk): * test/rake/test_rake_functional.rb: Don't assume the binary name of
20750 2011-08-01 15:47 [ko1@a... ] drbrain:r32798 (ruby_1_9_3): * test/rake/test_rake_functional.rb: Don't assume the binary name of
20751 2011-08-01 20:23 [ko1@a... ] usa:r32799 (trunk): * test/ruby/test_process.rb (TestProcess#windows?): new method.
20752 2011-08-01 22:18 [ko1@a... ] nagachika:r32800 (trunk): * ChangeLog: fix a typo.
20753 2011-08-02 03:27 [ko1@a... ] usa:r32801 (ruby_1_9_3): * test/rake/test_rake_directory_task.rb (TestRakeDirectoryTask#
20754 2011-08-02 03:27 [ko1@a... ] svn:r32802 (ruby_1_9_3): * 2011-08-02
20755 2011-08-02 04:00 [ko1@a... ] drbrain:r32803 (ruby_1_9_3): * lib/rdoc: Update to 3.9.1. Fixes === lines in verbatim sections.
20756 2011-08-02 06:22 [ko1@a... ] luislavena:r32804 (trunk): Correct RubyGems bin check on Windows. Bug #5111
20757 2011-08-02 06:22 [ko1@a... ] svn:r32805 (trunk): * 2011-08-02
20758 2011-08-02 07:35 [ko1@a... ] shyouhei:r32806 (trunk): * test/net/http/test_http.rb (TestNetHTTP_version_1_1_methods#test_timeout_during_HTTP_session):
20759 2011-08-02 11:16 [ko1@a... ] nobu:r32807 (trunk, ruby_1_9_3): * property.
20760 2011-08-02 11:40 [ko1@a... ] naruse:r32808 (ruby_1_9_3): Revert r32803.
20761 2011-08-02 11:42 [ko1@a... ] nobu:r32809 (ruby_1_9_3, trunk): * parse.y (rb_enc_symname2_p): :! is valid symbol. [Bug #5136]
20762 2011-08-02 12:03 [ko1@a... ] nobu:r32810 (trunk, ruby_1_9_3): * hash.c (recursive_hash): hash value of emptied hash should be
20763 2011-08-02 16:35 [ko1@a... ] naruse:r32811 (trunk): * encoding.c (str_to_encoding): rename from to_encoding and
20764 2011-08-02 20:20 [ko1@a... ] sorah:r32812 (trunk): * test/testunit/test_parallel.rb: pass "--ruby" option to
20765 2011-08-02 20:26 [ko1@a... ] sorah:r32813 (ruby_1_9_3): * test/testunit/test_parallel.rb: pass "--ruby" option to
20766 2011-08-02 21:19 [ko1@a... ] naruse:r32814: Remove an obsolete file, ToDo.
20767 2011-08-02 22:08 [ko1@a... ] naruse:r32815 (trunk): * gc.c (init_heap): allocate sigaltstack after heaps are allocated.
20768 2011-08-02 23:28 [ko1@a... ] naruse:r32816 (trunk): Fix r32811: add UNSPECIFIED_ENCODING case.
20769 2011-08-02 23:51 [ko1@a... ] nobu:r32817 (trunk): * encoding.c (enc_find): simplified with RB_TYPE_P.
20770 2011-08-03 00:28 [ko1@a... ] akr:r32818 (trunk, ruby_1_9_3): * lib/prettyprint.rb: update document.
20771 2011-08-03 00:29 [ko1@a... ] svn:r32819 (trunk): * 2011-08-03
20772 2011-08-03 00:29 [ko1@a... ] svn:r32820 (ruby_1_9_3): * 2011-08-03
20773 2011-08-03 00:39 [ko1@a... ] naruse:r32821 (trunk): Refix r32815.
20774 2011-08-03 07:39 [ko1@a... ] naruse:r32822 (trunk): Revert "* encoding.c (enc_find): simplified with RB_TYPE_P."
20775 2011-08-03 07:48 [ko1@a... ] nobu:r32823 (trunk): * encoding.c (enc_find): mistakenly remained !. [Bug #5150]
20776 2011-08-03 09:24 [ko1@a... ] shyouhei:r32824 (trunk): * test/xmlrpc/webrick_testing.rb (WEBrick_Testing#start_server):
20777 2011-08-03 12:47 [ko1@a... ] nobu:r32825 (trunk): * variable.c (check_before_mod_set): should be static.
20778 2011-08-03 16:11 [ko1@a... ] usa:r32826 (trunk): * util.c, include/ruby/util.h (ruby_add_suffix): remove the function.
20779 2011-08-03 21:19 [ko1@a... ] akr:r32827 (trunk): update doc.
20780 2011-08-04 00:42 [ko1@a... ] nahi:r32828 (trunk): Cosmetic change of Hash literal.
20781 2011-08-04 00:42 [ko1@a... ] svn:r32829 (trunk): * 2011-08-04
20782 2011-08-04 00:43 [ko1@a... ] naruse:r32830 (trunk): Mark a code is GPL or not.
20783 2011-08-04 02:05 [ko1@a... ] tenderlove:r32831 (trunk): installing psych as a gem
20784 2011-08-04 02:20 [ko1@a... ] nobu:r32832 (trunk): * ext/psych/psych.gemspec: property.
20785 2011-08-04 02:21 [ko1@a... ] nobu:r32833 (ruby_1_9_3, trunk): * lib/mkmf.rb (link_command): use static library only for bundled
20786 2011-08-04 02:21 [ko1@a... ] svn:r32834 (ruby_1_9_3): * 2011-08-04
20787 2011-08-04 02:40 [ko1@a... ] mrkn:r32835 (ruby_1_9_3): * configure.in: use build_os variable for checking C and C++ compilers
20788 2011-08-04 02:49 [ko1@a... ] mrkn:r32836 (trunk): * configure.in: set CXX variable to the C++ compiler that matches the
20789 2011-08-04 03:10 [ko1@a... ] tenderlove:r32837 (trunk): oops, fix author in the psych gemspec
20790 2011-08-04 03:10 [ko1@a... ] tenderlove:r32838 (trunk): * tool/rbinstall.rb: use rubygems to load gemspecs, copy actual
20791 2011-08-04 11:32 [ko1@a... ] naruse:r32839 (trunk): * include/ruby/missing.h: define __syscall on OpenBSD as r32702.
20792 2011-08-04 11:54 [ko1@a... ] nobu:r32840 (trunk): * include/ruby/missing.h: fix typo and so on.
20793 2011-08-04 15:44 [ko1@a... ] nobu:r32841 (trunk): * tool/rbinstall.rb (Gem::Specification): may not be defined when
20794 2011-08-04 16:09 [ko1@a... ] nobu:r32842 (trunk): * tool/rbinstall.rb (gem): install all gemspecs under lib and ext.
20795 2011-08-04 16:10 [ko1@a... ] nobu:r32843 (trunk): * ext/psych/psych.gemspec (files): remove extra commas.
20796 2011-08-04 20:23 [ko1@a... ] kosaki:r32844 (trunk): * error.c (report_bug): use a small message buffer instead of BUFSIZ.
20797 2011-08-04 20:37 [ko1@a... ] ngoto:r32845 (trunk): * configure.in: when Solaris cc, use $(CC) to link shared libs.
20798 2011-08-05 00:06 [ko1@a... ] mrkn:r32846 (trunk): * thread_pthread.c (native_cond_signal): retry to call pthread_cond_signal
20799 2011-08-05 00:06 [ko1@a... ] svn:r32847 (trunk): * 2011-08-05
20800 2011-08-05 07:02 [ko1@a... ] svn:r32849 (ruby_1_9_3): * 2011-08-05
[前][次][番号順一覧][上]