Activity
From 07/27/2008 to 08/02/2008
08/02/2008
-
03:57 PM Bug #386 (Closed): 008: unexpected tINTEGER
- =begin
Applied in changeset r18318.
=end
-
06:41 AM Bug #386 (Closed): 008: unexpected tINTEGER
- =begin
以下のように、"008"を入力として与えると、"007"とも"08"とも違う妙なエラーになるようです。
zsh % ./miniruby -ve '007'
ruby 1.9.0 (2008-07-... -
01:59 PM Revision 9b47469a (git): * test/win32ole/test_err_in_callback.rb: remove temporary files.
- some refactoring.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18321 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:12 PM Bug #388 (Closed): BigDecimal <=> Float # => nil
- =begin
[ruby-dev:35665]
% ruby -v
ruby 1.9.0 (2008-08-02 revision 18315) [i386-freebsd7.0]
% ruby ... -
07:18 AM Revision 142a7a03 (git): svn:eol-style LF
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18320 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:08 AM Revision 42ec1fa6 (git): * eval.c (rb_thread_schedule): runs deferred finalizers.
- * gc.c (gc_sweep): sets rb_thread_pending to run deferred finalizers.
* rubysig.h (CHECK_INTS): now checks rb_thread... -
06:51 AM Revision b951952b (git): * parse.y (yylex): 8 and 9 in octal integer should cause compile
- error. [ruby-dev:35729]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18318 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:51 AM Revision 05c96af2 (git): * parse.y (yylex): 8 and 9 in octal integer should cause compile
- error. [ruby-dev:35729]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@18318 b2dd03c8-39d4-4d8f-98f... - 02:51 AM Revision 91c03e72 (git): * 2008-08-02
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@18317 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:51 AM Revision 8147ccea (git): * rubysig.h (CHECK_INTS): gives the chance to perform to deferred
- finalizers before explicit GC.start or the process termination.
[ruby-core:18045]
git-svn-id: svn+ssh://ci.ruby-l...
08/01/2008
-
11:16 PM Bug #377 (Rejected): Rinda has a race condition
- =begin
#376と重複
=end
-
11:15 PM Bug #383 (Closed): magic comment allows leading expressions
- =begin
=end
-
05:45 PM Bug #383 (Closed): magic comment allows leading expressions
- =begin
マジックコメントの前に式があってもマジックコメントが認識されます。
p [1+1, __ENCODING__] # coding: Shift_JIS
p __ENCODING__
=end
-
04:26 PM Revision 4de64756 (git): * enc/trans/japanese.c: add U+FF5E to EUC-JP.
- [ruby-dev:35720] [ruby-dev:35722]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18315 b2dd03c8-39d4-4d8f-98ff-82... - 03:04 PM Revision d2af17dd (git): * 2008-08-02
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18314 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:04 PM Revision 7eb66d1c (git): * ext/readline/extconf.rb: checked to have clear_history in
- readline library.
* ext/readline/readline.c (hist_get, hist_each, Init_readline):
The offset specified for the argu... -
02:29 PM Revision 95cd2c11 (git): * transcode.c (transcode_loop): undefined character is replaced with
- only one character. [ruby-dev:35709]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18312 b2dd03c8-39d4-4d8f-98ff... -
02:27 PM Revision f1af3aed (git): Merged r16430(akr), r16431(akr), r16433(akr), r16469(nobu), and
- r17874(akr) from ruby_1_8.
* Makefile.in (update-rubyspec): added
* Makefile.in (test-rubyspec): added
git-svn-id:... -
02:17 PM Revision 4fc3ef70 (git): * enc/trans/japanese.c: add support for CP51932,
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18310 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:03 PM Revision 35bac208 (git): * enc/trans/japanese.c: add U+FF0C,
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18309 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:50 PM Revision 8a43d162 (git): * test/sdbm/test_sdbm.rb: add some tests.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18308 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:36 PM Revision 57b9e18d (git): * gc.c (allocate_heaps, assign_heap_slot, rb_newobj_from_heap):
- reset during_gc before raising NoMemoryError.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18307 b2dd03c8-39d4... -
12:30 PM Revision 893009f8 (git): * vm.c (Init_BareVM): check failure of malloc().
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18306 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:26 PM Revision 143b3339 (git): * enc/trans/japanese.c (to_SHIFT_JIS_EF_BF_offsets): add U+FFF3,
- U+FFF4, U+FFF5.
* enc/trans/japanese.c (to_SHIFT_JIS_EF_BF_infos): ditto.
* enc/trans/japanese.c (to_EUC_JP_EF_BF_i... -
09:38 AM Revision 20486a7f (git): * parse.y (parser_yylex): removed an useless conditional, and magic
- comment are ignored unless at the first of line.
* test/ruby/test_m17n.rb (test_magic_comment_vim): added.
* test/r... -
05:54 AM Revision 1ebc425e (git): * win32/win32.c (rb_w32_seekdir): no need to rewind to seek forward.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@18303 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:54 AM Revision c6fb433c (git): * win32/win32.c (rb_w32_seekdir): no need to rewind to seek forward.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18303 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 05:46 AM Revision 691efcbc (git): * 2008-08-01
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@18302 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:45 AM Revision 10df2f88 (git): * win32/win32.c (rb_w32_telldir): just returns loc.
- * win32/win32.c (rb_w32_rewinddir): needs to intialize loc.
[ruby-core:18041]
git-svn-id: svn+ssh://ci.ruby-lang....
07/31/2008
-
08:35 PM Revision 00aef398 (git): * transcode.c (output_replacement_character):
- rename from _get_replacement_character.
* transcode.c (output_replacement_character):
fix replacement on UTF-32{BE... -
04:02 PM Revision f3730b82 (git): * proc.c (rb_proc_call_with_block): reduce comparison.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18299 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:44 PM Revision e40f25ae (git): * 2008-08-01
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18298 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:44 PM Revision e4416992 (git): * ext/syck/syck.c (syck_free_parser): fix memory leak by
- YAML::Syck.compile.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18297 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:43 PM Bug #374 (Closed): sleep and Thread#run
- =begin
=end
-
03:42 PM Bug #355 (Closed): ext/opensslのmakeが通らない
- =begin
=end
-
02:14 PM Bug #354: Test failure test/ruby/test_transcode.rb
- =begin
遠藤です。
2008/07/30 21:39 Tietew <[email protected]>:
>> > そのためには、transcode がもっとまともな変換 API を提供する
>> > 必要があり... -
01:18 PM Revision 9de7bcff (git): * ext/bigdecimal/bigdecimal.c (VpMult): prevent memory leak.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18296 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:08 AM Revision a4077a65 (git): * test/ruby/test_transcode.rb (test_unicode_public_review_issue_121):
- fix option1 and 3.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18295 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:59 AM Revision 931ba3f3 (git): * transcode.c (get_replacement_character): use U+FFFD as replacement
- character when convert to Unicode.
* test/ruby/test_transcode.rb (test_unicode_public_review_issue_121):
rename fr... -
08:12 AM Revision 97fdfbac (git): * transcode.c (get_replacement_character): fix: invalid byte sequence
- is always replaced "\x00?".
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18293 b2dd03c8-39d4-4d8f-98ff-823fe69b... -
07:39 AM Revision 31a06723 (git): * test/rubygems/test_gem_ext_configure_builder.rb
- (test_self_build_fail): remove extra newline.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18292 b2dd03c8-39d4-... -
06:12 AM Revision 0469c8d9 (git): test/ruby/test_transcode.rb: added test_shift_jis
- (contributed by Yoshihiro Kambayashi) and
test_public_review_issue_121
(see http://www.unicode.org/review/pr-121.... -
04:19 AM Revision 84fd4181 (git): * include/ruby/ruby.h (struct RString): size of ary must be
- RSTRING_EMBED_LEN_MAX + 1.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18289 b2dd03c8-39d4-4d8f-98ff-823fe69b... -
03:23 AM Revision ad5a5f94 (git): * pack.c (pack_unpack): upper half of hexdigits has never been used.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@18288 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:23 AM Revision 1c30bc4c (git): * pack.c (pack_unpack): upper half of hexdigits has never been used.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18288 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:55 AM Bug #378 (Closed): rbconfig.rb:173: [BUG] Stack consistency error
- =begin
I've tried to compile ruby 1.9 svn HEAD on an openSUSE 11.0 and ran into a build problem with prelude.c Build... - 02:31 AM Revision 8310a6a7 (git): * 2008-07-31
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@18286 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:31 AM Revision 42a483d3 (git): * ext/syck/syck.h (ASSERT): fix typo at r18176.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18285 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:31 AM Revision f805f2c2 (git): * ext/syck/syck.h (ASSERT): fix typo at r18176.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@18285 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:30 AM Revision 18caf715 (git): * ext/syck/rubyext.c (rb_syck_compile): expression in ASSERT() has no
- effect unless debug mode.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18284 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:51 AM Revision 8a6c6992 (git): * iseq.c (ruby_iseq_disasm_insn): suppress warnings on platforms which
- int size differs from pointer size.
* ext/openssl/ossl_asn1.c (ossl_asn1_get_asn1type): ditto
* ext/syck/rubyext.c ...
07/30/2008
-
09:40 PM Bug #354: Test failure test/ruby/test_transcode.rb
- =begin
On Wed, 30 Jul 2008 20:44:36 +0900
In article <[email protected]... -
08:49 PM Bug #354: Test failure test/ruby/test_transcode.rb
- =begin
遠藤です。
2008/07/30 19:41 Tietew <[email protected]>:
>
> On Wed, 30 Jul 2008 19:10:29 +0900
> In article ... -
08:45 PM Bug #354: Test failure test/ruby/test_transcode.rb
- =begin
遠藤です。
2008/07/30 20:24 Tanaka Akira <[email protected]>:
> In article <e0b1e5700807300311v13752775mcf8bb508675... -
07:42 PM Bug #354: Test failure test/ruby/test_transcode.rb
- =begin
On Wed, 30 Jul 2008 19:10:29 +0900
In article <[email protected]... -
07:11 PM Bug #354: Test failure test/ruby/test_transcode.rb
- =begin
遠藤です。
2008/07/30 7:33 Tanaka Akira <[email protected]>:
> In article <e0b1e5700807290517mee11539lfbd82d4dfc98c... -
03:27 PM Bug #354: Test failure test/ruby/test_transcode.rb
- =begin
2008/07/25 1:02 Tanaka Akira <[email protected]>:
> In article <e0b1e5700807240845o4c09cfa5gae142c1dd0c74170@mail... -
03:27 PM Bug #354: Test failure test/ruby/test_transcode.rb
- =begin
遠藤です。
2008/07/24 0:44 Yui NARUSE <[email protected]>:
> 以上のような理由のため、修正は transcode の仕様の確定待ちとなるため、
> 「... -
03:25 PM Bug #354: Test failure test/ruby/test_transcode.rb
- =begin
成瀬です。
Yusuke ENDOH wrote:
> 2008/07/25 1:02 Tanaka Akira <[email protected]>:
>> In article <e0b1e57008072408... -
03:23 PM Bug #354: Test failure test/ruby/test_transcode.rb
- =begin
遠藤です。
2008/07/25 2:41 NARUSE, Yui <[email protected]>:
> 行単位の restart は ISO-2022-JP や UTF-7 は可能な気がします。
>... -
05:22 PM Revision 368d9446 (git): * ext/syck/rubyext.c (rb_syck_compile): remove meaningless branch
- that misleads into thinking that the variable sav may be
uninitialized.
git-svn-id: svn+ssh://ci.ruby-lang.org/ru... -
04:25 PM Revision ea79b236 (git): * thread.c (rb_mutex_unlock_all): mutex is no longer a ruby object.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18278 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:18 PM Revision cf086611 (git): * parse.y (magic_comment_encoding): remove meaningless null check.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18277 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:09 PM Revision d07b0842 (git): * ext/bigdecimal/bigdecimal.c (VpIsRoundMode): fix tautology
- condition.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18275 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:58 PM Revision e7207d04 (git): * pack.c (pack_unpack): reduced static variables.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18273 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:38 PM Bug #377: Rinda has a race condition
- =begin
遠藤です。
2008/07/29 4:10 Masatoshi SEKI <[email protected]>:
>> また、この start_keeper だと keeper が死な... -
03:38 PM Bug #377 (Rejected): Rinda has a race condition
- =begin
咳といいます。
On 2008/07/27, at 22:34, Yusuke ENDOH wrote:
>>
>> どちらにせよ、1.8のtuplespace.rbを1.9へ
>> ciしよう... -
03:38 PM Bug #372: Rinda has a race condition
- =begin
遠藤です。
2008/07/26 4:15 Masatoshi SEKI <[email protected]>:
> 1.8系のtuplespace.rbを修正した覚えがあるのですが、... -
03:21 PM Bug #372: Rinda has a race condition
- =begin
遠藤です。
2008/07/26 4:15 Masatoshi SEKI <[email protected]>:
> 1.8系のtuplespace.rbを修正した覚えがあるのですが、
> 1... -
03:18 PM Bug #372 (Closed): Rinda has a race condition
- =begin
咳といいます。
1.8系のtuplespace.rbを修正した覚えがあるのですが、
1.8系でもやっぱりだめでしょうか?
どちらにせよ、1.8のtuplespace.rbを1.9へ
ci... -
03:29 PM Bug #289: sleep and Thread#run
- =begin
なかだです。
At Thu, 17 Jul 2008 00:28:55 +0900,
Yukihiro Matsumoto wrote in [ruby-dev:35549]:
> 1.8とはTh... -
03:22 PM Bug #289: sleep and Thread#run
- =begin
なかだです。
At Thu, 17 Jul 2008 00:28:55 +0900,
Yukihiro Matsumoto wrote in [ruby-dev:35549]:
> 1.8とはTh... -
03:28 PM Bug #376 (Rejected): Rinda has a race condition
- =begin
遠藤です。
現在 make test-all で Rinda のテストは無効化されています。
1) Failure:
test_message(Rinda::TupleSpaceTest)
... -
03:28 PM Bug #368: 境界における Math.atanh 等の動作
- =begin
成瀬です。
At Mon, 28 Jul 2008 10:24:31 +0900,
Tadashi Saito wrote:
>
> 斎藤と申します。
>
> On Mon, 28 Jul 2008... -
03:26 PM Bug #368: 境界における Math.atanh 等の動作
- =begin
成瀬です。
NARUSE, Yui wrote:
> ふむ、それですと、こんな感じですかね。
> 変更内容的に副作用が気になっていたりはするんですが。
副作用があったので、エラーの出る関数個別に、
「... -
03:23 PM Bug #368: 境界における Math.atanh 等の動作
- =begin
成瀬です。
Tadashi Saito wrote:
> 気を取り直してSUSv3を見たのですが、atanh(x)の項には
>
>> If x is ±1, a pole error shall occu... -
03:22 PM Bug #374 (Closed): sleep and Thread#run
- =begin
In article <[email protected]>,
Yukihiro Matsumoto <[email protected]> writes:
> 1.8と... -
03:21 PM Bug #373 (Closed): MingwでIO#dupがブロックする
- =begin
ワナベと申します。
ruby-list に送った不具合を改めてこちらにも書かせていただきます。
Mingw 上の trunkで、test/ruby/test_io.rb の test_dup のように
... - 03:11 PM Revision c5e1d8c3 (git): * 2008-07-31
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18272 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:11 PM Revision 85da6ca5 (git): * proc.c (rb_proc_call_with_block): prevent null reference.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18271 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:19 PM Revision 728b0924 (git): * parse.y (vtable_free): remove meaningless null check.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18270 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:13 PM Revision 84769be7 (git): * dir.c (struct dir_data): change path field char * to VALUE.
- (mark_dir): new function for mark path field.
(free_dir): follow the path field change.
(dir_s_alloc): ditto.
(... -
01:07 PM Revision 52bb9bb2 (git): * string.c (sym_inspect): remove dead code.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18268 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:33 PM Revision bd0b4020 (git): * ChangeLog: fix wrong method name and add reference.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18267 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:30 PM Revision 2d1981b9 (git): * regparse.c (parse_exp): fix memory leak.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18266 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:08 PM Revision 0df6cb49 (git): * regparse.c (parse_exp): fix memory leak at Regexp.new("x{1,1}").
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18265 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 08:48 AM Revision 5fa3c15b (git): * 2008-07-30
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@18264 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 08:48 AM Revision 99f8f863 (git): * 2008-07-30
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18263 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:48 AM Revision 73816cc8 (git): * win32/win32.c (rb_w32_select): recalc the rest of timeout for each
- iterations. [ruby-core:18015]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@18262 b2dd03c8-39d4-4d... -
08:48 AM Revision 807fcf9d (git): * win32/win32.c (rb_w32_select): recalc the rest of timeout for each
- iterations. [ruby-core:18015]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18262 b2dd03c8-39d4-4d8f-98ff-823f...
07/29/2008
-
07:54 PM Bug #369: Ruby 1.9でRailsのactionpackのテストの終了時にSEGV
- =begin
起票時点のtrunkの
ruby 1.9.0 (2008-07-29 revision 18256) [i686-darwin9.4.0]
でも再現しました。
=end
-
06:41 PM Bug #369: Ruby 1.9でRailsのactionpackのテストの終了時にSEGV
- =begin
すみません!タイトルがひどいことになってしまいました・・・
どなたか権限のある方、タイトルを「Ruby 1.9でRailsのactionpackのテストの終了時にSEGV」とか
そのような形に書き換えてい... -
06:28 PM Bug #369 (Closed): Ruby 1.9でRailsのactionpackのテストの終了時にSEGV
- =begin
松田と申します。
Ruby1.9にてRuby on Railsの中のactionpackのテストを走らせると、終了後にcoreを吐きながらアボートします。
Rubyのバージョンは1.9.0-3で、Rail... -
02:38 PM Revision be9994a0 (git): * io.c (io_ungetc): raise NotImplementedError when ungetc is called
- against dummy encoding IO.
* io.c (rb_io_getline_1): ditto when gets with delimiter is called.
* io.c (io_getc): di... -
01:56 PM Revision d866ba69 (git): * test/ruby/test_io.rb (pipe): run reader thread and writer thread.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18260 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:38 PM Revision 995e44e0 (git): * ext/bigdecimal/bigdecimal.c (Init_bigdecimal): fix typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18259 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:36 PM Revision 8da30b89 (git): * test/etc/test_etc.rb (test_passwd): age field may be string under
- some environments.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18258 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
10:31 AM Revision 7e5be7e1 (git): * dir.c (char_casecmp): fix: return 0 if either of characters is NUL.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18257 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:36 AM Revision 2c37e62b (git): * ChangeLog: fixed wrong changelog for r18253.
- * file.c (rb_find_file_ext, rb_find_file): explicit relative path
which starts with "./" or "../" should be searche... -
08:36 AM Revision 9bd616a3 (git): * ChangeLog: fixed wrong changelog for r18253.
- * file.c (rb_find_file_ext, rb_find_file): explicit relative path
which starts with "./" or "../" should be searche... -
04:21 AM Revision f783b8d2 (git): * test/etc/test_etc.rb (test_getpwuid): fix for users whose uid is
- shared.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18255 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
07/28/2008
- 08:38 PM Revision ba564892 (git): * 2008-07-29
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@18254 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:38 PM Revision e7d2f303 (git): * file.c (rb_find_file_ext, rb_find_file): converts Windows style path
- to Cygwin path. [ruby-dev:35647]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18253 b2dd03c8-39d4-4d8f-98ff-8... -
08:38 PM Revision 017bdd42 (git): * file.c (rb_find_file_ext, rb_find_file): converts Windows style path
- to Cygwin path. [ruby-dev:35647]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@18253 b2dd03c8-39d4... -
05:42 PM Revision 78b5fdd5 (git): * math.c (math_atanh): raise EDOM on FreeBSD when atanh(1).
- * math.c (math_log): ditto.
* math.c (math_log2): ditto.
* math.c (math_log10): ditto.
* test/ruby/test_math.rb: t... - 05:12 PM Revision 54da95b9 (git): * 2008-07-29
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18251 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:12 PM Revision 2f1908b1 (git): * dir.c (struct dir_data): intenc field removed.
- (dir_s_alloc): intenc initialization removed.
(dir_initialize): :internal_encoding option removed. dirname code
... - 12:33 PM Revision bac3ea1f (git): * test/rss/: use PNG instead of zlib as binary data.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18249 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 12:27 PM Revision a73ba1de (git): * thread_win32.[ch] (cond_every_entry, rb_thread_cond_struct): reverted
- r18239 because r18245 made the changes unnecessary.
* thread.c (rb_mutex_struct): define after including thr... -
12:00 PM Revision 517fd61e (git): * test/ruby/test_require.rb (test_require_too_long_filename):
- Kernel#require does not use dln_find_file_r (at r18242).
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18247 b2... - 11:48 AM Revision 678e27be (git): * test/rss/: use PNG instead of zlib as binary data. [ruby-dev:35666]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@18246 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:17 AM Revision 8d56defa (git): * vm_core.h: move the definition of struct rb_mutex_struct.
- * thread.c: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18245 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:59 AM Revision 13e0d5bc (git): * thread.c (mutex_unlock): fix typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18244 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:15 AM Revision bfc32f3e (git): * 2008-07-28
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@18243 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:15 AM Revision 31aa0986 (git): * file.c (rb_find_file_ext, rb_find_file): not to split load path with
- path separator. [ruby-Bugs-21356]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18242 b2dd03c8-39d4-4d8f-98ff-... -
09:15 AM Revision a9b5fc77 (git): * file.c (rb_find_file_ext, rb_find_file): not to split load path with
- path separator. [ruby-Bugs-21356]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@18242 b2dd03c8-39d... -
09:14 AM Revision 66660a89 (git): * win32/win32.c (overlapped_socket_io, fcntl, rb_w32_close): must not
- pass a pointer to int which is smaller than st_data_t on mswin64.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk... -
07:49 AM Revision d2f72cca (git): * win32/win32.c (CreateChild, overlapped_socket_io): suppress
- warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18240 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 07:07 AM Revision 009db87c (git): * win32/win32.c (MAXPATHLEN): define before use.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18239 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:02 AM Revision 9b3aade1 (git): * thread_win32.[ch]: moved definitions of cond_every_entry and
- rb_thread_cond_struct from .c to .h because rb_thread_cond_struct
is used in vm_core.h.
git-svn-id: svn+... -
05:29 AM Revision 99c8c712 (git): * dln.c (load_lib): use dln_find_file_r instead of dln_find_file.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18237 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:53 AM Bug #368 (Closed): 境界における Math.atanh 等の動作
- =begin
現在の Ruby trunk では、FreeBSD 7 において、
test/ruby/test_math.rb は以下のように失敗します。
y% ruby19 test/ruby/test_math.r...
07/27/2008
- 03:20 PM Revision a95b2fde (git): * 2008-07-28
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18236 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:20 PM Revision d76ab40b (git): * vm_core.h, thread.c: It is now prohibited to use Data_Get_Struct in
- *_free against an object that is going to be free'ed. So, change type
of thread_t#keeping_mutexes from VALUE to mu... -
02:33 PM Revision 787cde7f (git): * test/openssl/test_ssl.rb (server_loop): rescue Errno::EINVAL and
- Errno::ECONNABORTED.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18234 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:24 PM Revision 99c3a01d (git): * bootstraptests/method.rb: increase RLIMIT_STACK size to 4M+8Kbytes
- because FreeBSD fails this less than that.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18233 b2dd03c8-39d4-4d8... -
01:08 PM Revision 845e5766 (git): * gc.c (gc_mark_children, obj_free): T_DEFERRED should not be appear.
- * gc.c (gc_sweep, finalize_list): fix to decrement heap_slot#limit
after executing finalizer.
git-svn-id: svn+ss... -
09:12 AM Bug #345: 1.9 racc appears to seg fault
- =begin
=end
-
09:11 AM Bug #344: File.grpowned?のテスト
- =begin
=end
-
09:10 AM Bug #340: 1.9/trunk does not work when compiled with llvm-gcc4 2.3 (gcc 4.2.1)
- =begin
=end
-
09:09 AM Bug #289: sleep and Thread#run
- =begin
fixed at r18094.
=end
-
09:06 AM Bug #289 (Closed): sleep and Thread#run
- =begin
=end
-
05:59 AM Revision 60be3dc5 (git): * include/ruby/ruby.h: add a type T_DEFERRED.
- * gc.c: fix deferred finalizer system. finalize processes of
T_DATA and T_FILE are executed after gc process.
An... -
12:15 AM Revision c3061637 (git): * dln.h (dln_find_exe, dln_find_file): deprecated, use reentrant
- versions instead.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18230 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 12:04 AM Revision 92c2f654 (git): * 2008-07-27
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18229 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 12:04 AM Revision 0098caf5 (git): merged from 1.8
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@18228 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Also available in: Atom