Activity
From 04/30/2009 to 05/06/2009
05/06/2009
- 05:02 PM Revision 24489c89 (git): * 2009-05-07
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23354 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:02 PM Revision b5898e70 (git): * util.c: suppress strict-aliasing warning with gcc-4.4.0 -O2 to fix
- infinite loop by ruby -e "1.402e-45" .
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23353 b2dd03c8... -
11:31 AM Feature #1432: decrement and increment
- =begin
Why is
a+=1
less elegant than
++a
However, I admit that using
(x=a; a+=1; x)
to re... -
11:02 AM Feature #1432: decrement and increment
- =begin
at times I do miss the elegance of being able to do ++
though it does hide the fact that it's internally as... -
09:41 AM Feature #1200: Possibility for using named and normal groups together in regular expressions
- =begin
I'd like to use simple paren as a shy group.
If we allow both named and unnamed capturing group in a reg... -
09:37 AM Bug #1435 (Closed): README.ja: 「defined(THINK_C)」
- =begin
Applied in changeset r23350.
=end
-
01:21 AM Bug #1435 (Closed): README.ja: 「defined(THINK_C)」
- =begin
「* 移植」のところに
> 「defined(THINK_C)」で
> 括られている部分を参考にしてください
と書かれていますが、「defined(THINK_C)」がREADME.ja以外に見... -
09:30 AM Revision 91892b82 (git): update rdoc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23352 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:26 AM Feature #1436: Please consider this addition to resolv.rb which adds methods for resolving LOC resources
- =begin
=end
-
08:48 AM Feature #1436 (Closed): Please consider this addition to resolv.rb which adds methods for resolving LOC resources
- =begin
Please consider this diff which would add support to resolv.rb to permit parsing of LOC resources.
I would... -
07:51 AM Revision c36aeb53 (git): * math.c (math_gamma): use a table for positive small integers.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23351 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:16 AM Bug #1414: NameError (undefined method `path' for class `ActionController::UploadedStringIO')
- =begin
So the current info seems to point to multiple problems related to the StringIO changes in Ruby and introduct... -
12:27 AM Revision c38db982 (git): * README.ja: code for THINK_C does not exist already. [Bug #1435]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23350 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:27 AM Revision 821831a2 (git): * README.ja: code for THINK_C does not exist already. [Bug #1435]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23350 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
05/05/2009
-
08:34 PM Revision fca83c08 (git): * configure.in (CFLAGS, CXXFLAGS): strips extra spaces.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23349 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:34 PM Revision e6c0a783 (git): * configure.in (CFLAGS, CXXFLAGS): strips extra spaces.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23349 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:52 AM Bug #1433 (Closed): test_sprintf_p fails
- =begin
test_sprintf_p(TestM17N) [/home/naruse/git/ruby/test/ruby/test_m17n.rb:773]:
<#<Encoding:US-ASCII>> expecte... -
08:49 AM Revision 42c9483e (git): * svn:ignore, .gitignore: merged.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23348 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:33 AM Revision 4fda9d1f (git): Fix: raised error on tool/ifchange.
- * tool/ifchange: Fix: arguments which begin with minus sign may
parsed as options. Because of older systems, don't... -
02:32 AM Revision 4f364c6b (git): Update to JSON 1.1.4.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23346 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 12:05 AM Revision 17358929 (git): * 2009-05-05
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23345 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:05 AM Revision 3abca796 (git): Fix: DON'T move in_p because before in_p is replaced by buffered data.
- * transcode.c: NOMAP is now multibyte direct map.
* transcode.c: remove ASIS.
* transcode_data.h: ditto.
* tool/tr...
05/04/2009
-
07:56 PM Feature #1432 (Rejected): decrement and increment
- =begin
You can't define object-oriented semantics for increment/decrement operations. They are assignments in theor... -
07:19 PM Feature #1432 (Rejected): decrement and increment
- =begin
What about (C) ++/-- ?
=end
-
05:59 PM Feature #1431 (Rejected): Object#__class__
- =begin
Consider the following code using class instance variables:
class Car
def self.total_count=(n)
... -
12:31 PM Revision 331ce20e (git): merges r23277 and r23280 from trunk into ruby_1_9_1.
- --
* configure.in (ac_cv_func_daemon): use daemon(3) only on *BSD.
* process.c (proc_daemon): double fork to ensure ... -
12:31 PM Revision 18d1ea6c (git): merges r23210 from trunk into ruby_1_9_1.
- --
* eval.c (ruby_cleanup): the order of local variables on stack is
undefined. should use outermost VALUE for rub... -
12:31 PM Revision b28ac942 (git): merges r23186 and r23187 from trunk into ruby_1_9_1.
- --
* sprintf.c (rb_str_format): check encoding compatibility only on
real parts.
--
* sprintf.c (rb_str_format): op... -
12:31 PM Revision 184abbe8 (git): merges r23208 from trunk into ruby_1_9_1.
- --
* gem_prelude.rb (Gem::QuickLoader#push_gem_version_on_load_path):
check for requirement if the gem is installed... -
12:30 PM Revision 974d1ae2 (git): merges r23191 from trunk into ruby_1_9_1.
- --
* array.c (rb_ary_flatten): flatten(0) works as Array#dup.
[ruby-core:23168]
* test/ruby/test_array.rb: add a t... -
12:30 PM Revision 90c2b674 (git): merges r23194 from trunk into ruby_1_9_1.
- --
* dir.c (bracket): fix escape handling for range character in bracket
of fnmatch pattern. e.g., '[a\-c]' should... -
12:30 PM Revision 5e263fa0 (git): merges r23190 from trunk into ruby_1_9_1.
- --
* dir.c (fnmatch_helper): use rb_enc_precise_mbclen and
fail if bytes are invalid. [ruby-dev:38307]
git-svn-id:... -
12:30 PM Revision 70f16667 (git): merges r23189 from trunk into ruby_1_9_1.
- --
* dir.c (bracket): if same in bytes, path is matching.
[ruby-dev:38305]
git-svn-id: svn+ssh://ci.ruby-lang.org/... -
12:30 PM Revision 24345d4d (git): merges r23171 from trunk into ruby_1_9_1.
- --
* dir.c (bracket, fnmatch_helper): compare bytewise first, to get
rid of invalid byte sequence. [ruby-dev:38303... -
12:30 PM Revision 102ccac9 (git): merges r23160 from trunk into ruby_1_9_1.
- --
* string.c (rb_str_dump): buffer length plus one byte for null
terminator. [ruby-dev:38294]
* test/ruby/test_m... -
12:29 PM Revision 52e72159 (git): merges r23159 from trunk into ruby_1_9_1.
- --
* string.c (rb_str_rstrip_bang): should not sign-expand non-ascii.
[ruby-core:23158]
git-svn-id: svn+ssh://ci.r... -
12:29 PM Revision 1de888d4 (git): merges r23155 and r23158 from trunk into ruby_1_9_1.
- --
* string.c (rb_str_chop_bang): reset coderange. [ruby-core:23155]
--
* test/ruby/test_string.rb (test_chop, test_c... -
12:29 PM Revision 7bc9d959 (git): merges r23149 from trunk into ruby_1_9_1.
- --
* configure.in (LIBRUBY_DLDFLAGS): compatibility version is
ruby_version.
git-svn-id: svn+ssh://ci.ruby-lang.or... - 12:29 PM Revision 738f7f3f (git): * 2009-05-04
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_1@23330 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:29 PM Revision 4fcf909b (git): merges r23134 from trunk into ruby_1_9_1.
- --
* include/ruby/intern.h (RB_NUM_COERCE_FUNCS_NEED_OPID): macro to
check compatibility. [ruby-dev:38162]
git-sv... -
07:49 AM Bug #1430 (Rejected): make check error
- =begin
As the log says, it's know bug. you don't have report again.
=end
05/03/2009
-
10:54 AM Bug #1430 (Rejected): make check error
- =begin
PASS all 936 tests
./miniruby -I../lib -I.ext/common -I./- -r../ext/purelib.rb "../bootstraptest/runner.rb... -
01:36 AM Feature #1411: transcode for UTF8-MAC
- =begin
成瀬です。
NARUSE, Yui wrote:
> 新しいFSが出てきた時にそこではどういう扱いをするのか、
> とかも考えないといけませんからねぇ。
そういえば、SnowLeopardでZFSの読み...
05/02/2009
- 01:55 PM Revision 129520dc (git): * 2009-05-02
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23328 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:55 PM Revision 07adea0c (git): * lib/set.rb (SortedSet): Fix document. [Bug #1429]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23327 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:54 PM Revision 92c89f12 (git): * lib/set.rb (SortedSet): Fix document. [Bug #1429]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23326 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:27 AM Bug #1427 (Closed): Difference between Array#to_s and Array#inspect
- =begin
Applied in changeset r23324.
=end
-
01:38 AM Revision f207f9fd (git): * enc/trans/utf8_mac-tbl.rb: don't use Unicode escape.
- * enc/trans/utf8_mac.trans: follow above.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23325 b2dd03c8-39d4-4d8f... -
12:19 AM Revision e4d687f3 (git): * array.c (Init_Array): made #to_s an alias to #inspect to reduce
- the result of recursive array. a patch from ujihisa at
[ruby-dev:38362]
git-svn-id: svn+ssh://ci.ruby-lang.org/r... -
12:13 AM Revision 1f6f4e6b (git): * array.c: fixed types.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23323 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
05/01/2009
-
11:48 PM Bug #1427 (Closed): Difference between Array#to_s and Array#inspect
- =begin
ruby 1.9では通常Array#to_sとArray#inspectは同じ文字列を返しますが、自己再帰する配列に対しては異なる結果を返しています。
# ruby 1.9.2dev (2009-04-30 ... -
09:12 PM Feature #1408: 0.1.to_r not equal to (1/10)
- =begin
> -1 that loses data.
True--however the (current) code for String#to_s attempts to determine whether the... -
09:47 AM Bug #1414: NameError (undefined method `path' for class `ActionController::UploadedStringIO')
- =begin
Hi,
At Mon, 27 Apr 2009 15:35:02 +0900,
Rick Lloyd wrote in [ruby-core:23326]:
> NameError (undefined me... -
08:52 AM Bug #1414: NameError (undefined method `path' for class `ActionController::UploadedStringIO')
- =begin
I think you are correct. I first assumed that, since the error was induced by swapping 1.9.2dev for 1.8.7p72... - 07:54 AM Revision e872e1db (git): * lib/set.rb (SortedSet#add): Do not let an uncomparable object
- in. [Bug #118]
* lib/set.rb (Set#merge): Only directly use the passed objects
@hash instance variable when self an... - 07:52 AM Revision f7b562ef (git): * lib/set.rb (Set#merge): Only directly use the passed objects
- @hash instance variable when self and the passed object are
instances of the same class. [Bug #118]
git-svn-id: s... - 07:46 AM Revision 8dded072 (git): * lib/set.rb (SortedSet#add): Do not let an uncomparable object
- in. [Bug #118]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23320 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:01 AM Revision 62ee2b40 (git): * configure.in: fixed the help strings for the header and library
- dir switches, and updated to use AS_HELP_STRING.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@2331... -
06:45 AM Revision bbdc6783 (git): * configure.in (LIBRUBY_LDSHARED): use $(CC) instead of cc.
- a patch from Wataru Kimura at [ruby-dev:38225].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23318... -
04:18 AM Revision 35899279 (git): * eval_intern.h (_longjmp): never return. see [ruby-core:23241]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23317 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:12 AM Revision 87d469b1 (git): * eval.c, gc.c (_longjmp): never return. see [ruby-core:23241]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23316 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:57 AM Bug #1388: cygwin-1.7, gcc4-4.3, and ruby-1.9. make btest #236 test_io.rb Segmentation fault
- =begin
Thanks for the quick and thorough review. I am sorry that I could not
report back earlier.
On 2009/04/...
04/30/2009
-
06:27 PM Bug #1424 (Closed): [PATH] Documentation typo in Net::HTTP
- =begin
Applied in changeset r23311.
=end
-
06:08 PM Bug #1424 (Closed): [PATH] Documentation typo in Net::HTTP
- =begin
Stumbled across a minor typo in the documentation for Net::HTTP today; HTTPSwitchProtocol was misspelt as HTT... -
06:24 PM Bug #1414: NameError (undefined method `path' for class `ActionController::UploadedStringIO')
- =begin
Hi,
I am afraid that it's a bug in Rails or its plugin. Could you isolate
the problem if it's a bug in R... -
05:05 PM Revision 60b6f22e (git): fix typos.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23315 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:49 PM Feature #1422: Unused function rb_ary_to_s
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:38359] [Feature #1422] Unused function rb_ary_to_s"
on Thu, 30 ... -
04:49 PM Feature #1422 (Rejected): Unused function rb_ary_to_s
- =begin
=end
-
10:28 AM Feature #1422 (Rejected): Unused function rb_ary_to_s
- =begin
ujihisaといいます。
Array#to_sがArray#inspectのaliasになったため、rb_ary_to_sがruby処理系内のどこからも呼ばれていません。
http://redmine.... - 04:34 PM Revision 02ecc990 (git): * 2009-05-01
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23314 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:34 PM Revision c42a5df5 (git): * ext/extmk.rb: use RbConfig instead of Config.
- * instruby.rb: ditto.
* lib/rubygems.rb: ditto.
* test/rubygems/test_config.rb: ditto.
git-svn-id: svn+ssh://ci.... -
12:25 PM Revision d5bfa31f (git): * runruby.rb: use RbConfig::CONFIG instead of Config::CONFIG.
- * spec/default.mspec: ditto.
* yarvtest/yarvtest.rb: ditto.
* instruby.rb: ditto.
* benchmark/report.rb: ditto.
*... -
12:21 PM Bug #1423 (Closed): config.charset not found
- =begin
ext/iconv/charset_alias.rb に書いてある
# http://www.ctan.org/tex-archive/macros/texinfo/texinfo/intl/config.char... -
09:19 AM Revision 587082d5 (git): * lib/net/http.rb: documentation typo fixed. [ruby-core:23335]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23311 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:51 AM Bug #1421 (Closed): Permission denied - ~/.ri
- =begin
Some tests failed and error when home directory is not writable.
http://chkbuild.n-z.jp/ruby/debian-a... -
06:48 AM Revision 7b702d85 (git): * ChangeLog: fixed typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@23310 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:27 AM Revision 8543ecee (git): * enc/trans/utf8_mac.trans: get rid of a 1.9 feature for cross
- compile.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23309 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:38 AM Revision f7bfe5f2 (git): * encoding.c (rb_filesystem_encoding): Change filesystem_encoding of
- Mac OS X to UTF-8.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@23308 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Also available in: Atom