Activity
From 10/13/2008 to 10/19/2008
10/19/2008
-
11:34 PM Bug #664 (Closed): ruby 1.9 (trunk rev 19846) segfaults
- =begin
My build passes "make test".
I'm trying to port Rant to Ruby 1.9 and it segfaults
most of the time.
... -
11:22 PM Revision 27fdb778 (git): * ext/tk/lib/tk.rb: support Encoding.default_internal.
- * ext/tk/tcltklib.c: ditto.
* ext/tk/extconf.rb: improve the strategy for searching Tcl/Tk headers.
git-svn-id: svn... -
06:27 PM Revision 4ee47dcc (git): fix typos.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19851 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:59 PM Revision 8bb663bd (git): * 2008-10-20
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19850 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:59 PM Revision 8fe3d028 (git): * lib/test/unit.rb (Test::Unit.setup_argv): call given block for
- filtering files.
* test/runner.rb: search srcdir/test/arg, srcdir/arg.
* bin/testrb: show usage if no files given.
... -
12:19 PM Revision 295c75cb (git): * tool/generic_erb.rb: sends the result to stdout if no output option.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19848 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:12 PM Revision de85d6e9 (git): * common.mk (srcs): removed ID_H_TARGET.
- * tool/generic_erb.rb: always overwrites if no if-change option.
* template/id.h.tmpl: shows which token differs.
... -
09:15 AM Revision b014f1bc (git): * enc/trans/single_byte.trans: adding WINDOWS-wwww encodings
- (wwww = 874/1250/1251/1253/1254/1255/1256/1257)
(contributed by Yoshihiro Kambayashi)
* enc/trans/windows-wwww-tbl... -
07:47 AM Bug #659 (Closed): Math.lgamma not defined in -rcomplex
- =begin
Applied in changeset r19845.
=end
-
04:33 AM Bug #659 (Closed): Math.lgamma not defined in -rcomplex
- =begin
complexをrequireすることで::Mathの特異メソッドがいくつか消えます。
% ruby -rcomplex -ve'p Math.lgamma(1)'
ruby 1.9.0 (2008-... -
04:42 AM Bug #651 (Closed): Regexp.new returns strange regexp object
- =begin
=end
-
04:21 AM Bug #658 (Closed): スクリプトエンコーディングがUTF-8のとき /[\xfe]/ でSEGV
- =begin
リビジョン19812以降、スクリプトエンコーディングがUTF-8のときに
`\xfe' または `\xff' が正規表現の文字クラスに含まれていると、rubyが
落ちます:
% ./ruby1.9 <... -
02:14 AM Bug #650: Marshal.load raises RegexpError
- =begin
卜部です。
Yukihiro Matsumoto さんは書きました:
> (1) 杓子定規に考えて、メジャーバージョンをあげる(1.8と1.9が
> 通信できなくなる、うれしくない)
>
> ... -
12:19 AM Bug #650: Marshal.load raises RegexpError
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:36773] Re: [Bug #650] Marshal.load raises RegexpError"
on Sat, ... -
02:03 AM Bug #657 (Closed): Thread.new { fork }
- =begin
% uname -a
Darwin tiamat.local 9.5.0 Darwin Kernel Version 9.5.0: Wed Sep 3 11:29:43 PDT 2008; root:xnu-12...
10/18/2008
- 10:43 PM Revision 81b1fef5 (git): * lib/cmath.rb (log2,cbrt,frexp,ldexp,hypot,erf,erfc,gamma,lgamma):
- should be also privided as module function. [ruby-dev:36787]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19... -
10:30 PM Revision c2091e37 (git): * keywords, lex.c.src, opt_insn_unif.def, opt_operand.def: moved rarely changed
- input files for code generators into defs/ directory.
* Makefile.in (lex.c): followed keywords and lex.c.src.
* com... -
07:47 PM Bug #601 (Closed): an instance of Bignum can have singleton methods
- =begin
Applied in changeset r19835.
=end
-
07:12 PM Bug #601: an instance of Bignum can have singleton methods
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:36569] [Bug #601] an instance of Bignum can have singleton methods"
... -
07:37 PM Feature #652 (Closed): tempfileにエンコーディングを指定できない
- =begin
Applied in changeset r19833.
=end
-
07:33 PM Feature #652: tempfileにエンコーディングを指定できない
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:36756] [Feature #652] tempfileにエンコーディングを指定できない"
on Fri, 17 Oct ... -
03:48 PM Bug #650: Marshal.load raises RegexpError
- =begin
卜部です。
Tanaka Akira さんは書きました:
> syntax と semantics のどちらを保存するかというと、semantics
> のほうがいいんじゃないですかね。
>
> 今は以下... -
07:06 AM Bug #650: Marshal.load raises RegexpError
- =begin
卜部です。
Yukihiro Matsumoto さんは書きました:
> まつもと ゆきひろです
>
> In message "Re: [ruby-dev:36771] Re: [Bug #650] Ma... -
02:04 AM Bug #650: Marshal.load raises RegexpError
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:36771] Re: [Bug #650] Marshal.load raises RegexpError"
on Sat, ... -
01:06 AM Bug #650: Marshal.load raises RegexpError
- =begin
卜部です。
Yukihiro Matsumoto さんは書きました:
> 1.9では正規表現に\uが増えたからですね。
>
> 厳密に言うとmarshalに上位互換性がないのでmarshalのメジャーバー
... - 03:30 PM Revision b7be78d7 (git): * test/csv/*: Renamed tc_* files to test_* to fit in within Ruby's
- testing process.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19843 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 03:18 PM Revision 54e2cb81 (git): add test for {SimpleDelegator, DelegateClass}#class .
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19842 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:16 PM Revision b177ff64 (git): * 2008-10-19
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19841 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:15 PM Revision 5cf4f78a (git): * lib/test/unit.rb (assert_nothing_thrown): don't intern.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19840 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:30 PM Revision 679d83e6 (git): add test for encoding option.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19839 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:02 PM Revision 45e68487 (git): ChangeLog: moved entries back and corrected date
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19838 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:49 AM Revision d3546e79 (git): * parse.y (opt_block_arg): allow trailing comma after usual
- arguments. not after block argument.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19837 b2dd03c8-39d4-4d8f-98f... -
10:46 AM Revision 957f69d2 (git): ChangeLog: move entries to proper place.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19836 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:39 AM Revision 8705e362 (git): * numeric.c (num_sadded): remove newly defined singleton method
- that should not exist after exception handling. [ruby-dev:36569]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@... -
10:36 AM Revision 3f0ec888 (git): * string.c (rb_external_str_new): a new function to convert from
- external encoding to internal encoding. if something went
wrong, it returns a string with the external encoding.
... -
10:32 AM Revision 88aa8632 (git): * lib/tempfile.rb (Tempfile#initialize): now Tempfile.new takes
- keyword arguments to open(). [ruby-dev:36756]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19833 b2dd03c8-39d4... -
10:29 AM Revision fcce99c5 (git): * re.c (rb_reg_initialize_m): specify ARG_ENCODING_NONE instead of
- ARG_ENCODING_FIXED for Regexp.new("", nil, "n"). [ruby-dev:36761]
* test/ruby/test_regexp.rb (TestRegexp#test_initi... -
08:10 AM Revision 7adbfbb7 (git): * tool/transcode-tblgen.rb: added set_valid_byte_pattern
- to reduce coupling between table generation script and
specific encodings.
* enc/trans/single_byte.trans: using se... -
07:41 AM Revision da1ffe49 (git): * transcode.c: in transcode_search_path, elimintated a warning
- on cygwin about pathlen potentially not being initialized
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19830 b... -
05:07 AM Revision de55ffd0 (git): rdoc update.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19829 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:41 AM Revision 6fa35227 (git): * lib/test/unit.rb (assert_nothing_thrown): implemented.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19828 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
10/17/2008
-
11:46 PM Bug #650: Marshal.load raises RegexpError
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:36750] [Bug #650] Marshal.load raises RegexpError"
on Wed, 15 O... -
08:31 PM Bug #651: Regexp.new returns strange regexp object
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:36761] Re: [Bug #651] Regexp.new returns strange regexp object"
... -
11:45 AM Bug #651 (Open): Regexp.new returns strange regexp object
- =begin
=end
-
11:44 AM Bug #651: Regexp.new returns strange regexp object
- =begin
卜部です。
Yukihiro Matsumoto さんは書きました:
> |> * 'u'対応を復活させる
> |>
> |> というものもありえますが。
> |>
> |uとかeはともかくn... -
07:47 AM Bug #651 (Closed): Regexp.new returns strange regexp object
- =begin
Applied in changeset r19813.
=end
-
07:37 AM Bug #651: Regexp.new returns strange regexp object
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:36755] Re: [Bug #651] Regexp.new returns strange regexp object"
... -
04:38 PM Revision c2fab593 (git): * common.mk: use added options for generic_erb.rb.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19827 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:14 PM Bug #655 (Closed): Query part lost when using Net::HTTP.post_form function
- =begin
when posting data by following code:
require 'net/http'
require 'uri'
response = Net::HTTP.post_... - 03:51 PM Revision 9dd20d02 (git): * 2008-10-18
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19826 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:51 PM Revision b29f3640 (git): * array.c: don't recycle shared-array while sort!.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19825 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:09 PM Revision 331cd4ee (git): * array.c: recycle shared-array when it isn't referenced.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19824 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:56 AM Revision 26b3c7a0 (git): * id.h: reverted.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19823 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:46 AM Revision b025ce46 (git): * common.mk (ID_H_TARGET): phony target to update id.h.
- * tool/ifchange, win32/ifchange.bat: --timestamp option added.
* tool/generic_erb.rb: --timestamp, --output and --if... -
10:42 AM Revision 6e738bf2 (git): * array.c (ary_resize_capa): renamed RESIZE_CAPA.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19821 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:17 AM Revision 6b02097f (git): * test/bigdecimal/test_bigdecimal.rb (TestBigDecimal#test_sqrt_bigdecimal):
- test updated. a patch from TAKANO Mitsuhiro <takano32 at jus.or.jp> in
[ruby-dev:36736].
git-svn-id: svn+ssh://ci... -
09:15 AM Revision 93e4ba92 (git): * configure.in (uncommon.mk): ignores failures at loading.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19819 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:13 AM Revision 5ef37965 (git): * transcode.c (str_transcode0): String#encode without argument now
- behave as if :undef => :replace, :invalid => :replace specified.
* transcode.c (rb_econv_prepare_opts): should prese... -
09:07 AM Revision 7de38fad (git): * test/rubygems/gemutilities.rb (RubyGemTestCase#build_rake_in):
- get rid of interference with other tests.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19817 b2dd03c8-39d4-4d8... -
04:07 AM Bug #617: rubygems depend on test/unit/ui/console/testrunner
- =begin
On Oct 13, 2008, at 06:09 AM, Yugui (Yuki Sonoda) wrote:
> Eric Hodel wrote:
>> Is it also ok if I check in... -
04:04 AM Bug #653: `rake gem' emits a warning
- =begin
On Oct 16, 2008, at 10:09 AM, Jim Weirich wrote:
> On Oct 16, 2008, at 11:47 AM, Yusuke ENDOH wrote:
>> rak... -
12:48 AM Bug #653 (Closed): `rake gem' emits a warning
- =begin
Hi,
rake seems to call Gem.manage_gems which is deprecated at
lib/rake/gempackagetask.rb.
$ so... -
02:50 AM Revision 5545c5aa (git): * ext/socket/socket.c (init_sock): sockets should be binmode.
- * test/socket/test_tcp.rb (test_encoding): ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19816 b2dd03c8-... - 01:30 AM Revision 68222eb4 (git): * tool/insns2vm.rb: remove -Kn option in shebang line because it's
- inconsistent with -Ks commandline option in common.mk.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19815 b2d... -
12:27 AM Bug #625 (Closed): rb_io_fread does not work
- =begin
Applied in changeset r19805.
=end
-
12:25 AM Feature #652 (Closed): tempfileにエンコーディングを指定できない
- =begin
tempfileにエンコーディングを指定する方法が欲しいです。
現状はデフォルトのencodingで開いてしまい、
ユーザーにascii-8bitの状態でtempfileを渡してあげるようなことができません。
...
10/16/2008
- 11:21 PM Revision 3b8bc290 (git): Removed manage_gems call in the rake gempackagetask
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19814 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:39 PM Revision 98e6f9a7 (git): * re.c (rb_reg_initialize_m): changed the message to clarify the
- third option argument is now ignored. [ruby-dev:36753]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19813 b2dd... -
10:21 PM Revision 1e8bbf31 (git): * .gdbinit (rp): REGEXP handling fixed.
- * string.c (rb_str_rindex_m): need not to call rb_enc_check on
regexp.
* re.c (unescape_escaped_nonascii): try ASC... -
10:21 PM Revision 4709e330 (git): * ruby.c (proc_options): no warning when default_external already
- set by -E.
* test/ruby/test_rubyoptions.rb (TestRubyOptions#test_rubyopt):
put -K after -E to set script encoding.... -
04:26 PM Revision c2b9d34f (git): * transcode.c (transcode_restartable0): in_pos and out_pos never be
- NULL, now.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19810 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:40 PM Revision 978f8ca1 (git): * lib/test/unit.rb: sort the order of executing tests.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19809 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:35 PM Revision c69e178f (git): add an assertion.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19808 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:25 PM Revision 0cda4bb3 (git): * io.c (rb_io_binmode): reset encoding conversion.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19807 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:18 PM Revision f560dfdd (git): * 2008-10-17
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19806 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:18 PM Revision ca9589ae (git): * io.c (rb_getc, rb_io_fread, rb_io_fwrite, rb_read_pending):
- remove deprecated functions which do not work. [ruby-dev:36697]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@... -
02:49 PM Revision 0f4ea5f3 (git): * common.mk (TESTS): removed to re-enable test for minitest.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19804 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:38 PM Revision 01cdeb8d (git): * compile.c (iseq_set_sequence): fix memory leak.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19803 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:28 PM Revision ba1e27f3 (git): * lib/test/unit.rb (assert_equal): avoid incompatible character
- encodings error.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19802 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
02:24 PM Revision 338253cb (git): * lib/test/unit.rb (assert_equal): failure message changed.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19801 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:19 PM Bug #651: Regexp.new returns strange regexp object
- =begin
卜部です
Yukihiro Matsumoto さんは書きました:
> まつもと ゆきひろです
>
> In message "Re: [ruby-dev:36753] [Bug #651] Regexp.... -
10:13 AM Bug #651: Regexp.new returns strange regexp object
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:36753] [Bug #651] Regexp.new returns strange regexp object"
on ... -
03:32 AM Bug #651 (Closed): Regexp.new returns strange regexp object
- =begin
以下のような等式が成立しなくなったことに気づきました。
% ruby1.9 -e 'p( //u == Regexp.new("", nil, "u") )'
false
=end
-
02:03 PM Feature #643: __DIR__
- =begin
On Oct 15, 11:00 am, Aaron Patterson <[email protected]>
wrote:
> Yes Ryan. Please stop the... -
01:55 PM Revision 0ebf9b17 (git): * lib/test/unit: removed test/unit.
- * lib/test/unit.rb: new compatibility layer using minitest.
* bin/testrb: use above.
* test/runner.rb: ditto.
gi... -
05:34 AM Revision 7485e91f (git): * common.mk, enc/depend (enc, trans): targets for sources.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19799 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:30 AM Revision 483225e5 (git): * instruby.rb (lib): installs all files other than README etc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19798 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
10/15/2008
-
11:46 PM Bug #617: rubygems depend on test/unit/ui/console/testrunner
- =begin
=end
-
11:46 PM Bug #618: some tests still seem to depend on test/unit
- =begin
=end
-
11:45 PM Bug #625: rb_io_fread does not work
- =begin
=end
-
11:45 PM Bug #646: tests for miniunit have bad chemistry with other tests
- =begin
=end
-
01:17 PM Bug #646: tests for miniunit have bad chemistry with other tests
- =begin
On Oct 14, 2008, at 07:24 , Yusuke ENDOH wrote:
> The current tests for minitest seem to use at_exit, wh... -
11:40 PM Bug #647 (Rejected): Source encoding not applied to 7-bit regular expressions
- =begin
It turns out not to be a bug. See [ruby-core:19344].
=end
-
01:33 PM Bug #647: Source encoding not applied to 7-bit regular expressions
- =begin
memo:
If source encoding applied to 7-bit regular expressions,
we need Regexp#ascii_only? and special tre... -
06:31 AM Bug #647 (Rejected): Source encoding not applied to 7-bit regular expressions
- =begin
# encoding: utf-8
"cat".encoding # => #<Encoding:UTF-8>
"δδδ".encoding # => #<Encoding:UTF-8>
/cat/.enc... -
11:00 PM Bug #650 (Closed): Marshal.load raises RegexpError
- =begin
以下のように、以前のバージョンのRubyで正しくdumpしたはずの文字列をtrunkでloadできません。
% ruby1.8 -e 'Marshal.dump(/C:\Documents and Sett... - 09:27 PM Revision 5eb2a2e1 (git): * 2008-10-16
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19797 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:26 PM Revision f71b2c94 (git): * test/ruby/test_transcode.rb (TestTranscode#test_errors):
- String#encode now works without any argument. [ruby-dev:36740]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@197... -
02:19 PM Bug #648 (Closed): [BUG] make test in Ruby 1.9
- =begin
Redhat 9でruby 1.9のtrunkをコンパイルしたところ、make testで落ちます。
$ make test
sample/test.rb:assignment .......... -
02:12 PM Revision 7a0acc7e (git): * lib/delegate.rb (DelegateClass): restored 1.8 behavior for
- DelegateClass as well. [ruby-dev:36739]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19795 b2dd03c8-39d4-4d8f-... - 01:22 PM Revision 55ae1d90 (git): * ChangeLog: add ML ref.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19794 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:21 PM Revision 6c4895c7 (git): * array.c (RESIZE_CAPA): check whether len is longer than capacity.
- * array.c (rb_ary_compact_bang): resize ary before changing capacity.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/... -
09:15 AM Revision 5c9dd204 (git): rdoc update.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19792 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:58 AM Revision a917be2c (git): * version.h (RUBY_DESCRIPTION): remove unnecessary space.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19791 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:48 AM Revision 40adf666 (git): * ruby.c (process_options): -U should be allowed in RUBYOPT
- environment variable. [ruby-dev:36720]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19790 b2dd03c8-39d4-4d8f-9... -
04:19 AM Bug #633: dl segfaults on x86_64-linux systems
- =begin
I want to confirm this issue. I have exactly the same output (of course paths are different).
$ ruby1.9 ... - 04:16 AM Revision 7370c384 (git): Disable minitest autorunner and run manually in order to get test/unit fork/signal tests to not trigger minitest multiple times
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19789 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:14 AM Revision 3fe5cb34 (git): * 2008-10-15
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19788 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 04:14 AM Revision b9a41f00 (git): Pulled minitest r4373
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19787 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
10/14/2008
-
11:54 PM Feature #643: __DIR__
- =begin
On Oct 13, 3:08 pm, Ryan Davis <[email protected]> wrote:
> On Oct 13, 2008, at 11:27 , Thomas Sa... -
11:47 PM Feature #643: __DIR__
- =begin
On Oct 13, 6:02 pm, Dave Thomas <[email protected]> wrote:
> On Oct 13, 2008, at 4:51 PM, Phil Hagelberg... -
08:31 PM Feature #643: __DIR__
- =begin
Hi,
At Tue, 14 Oct 2008 04:20:18 +0900,
Nikolai Weibull wrote in [ruby-core:19319]:
> I realize that I'm... -
10:50 AM Feature #643: __DIR__
- =begin
Just some alternatives for everybody. What about
__DIR__DIR__DIR__ instead of __DIRDIRDIR__?
Seems easier t... -
07:06 AM Feature #643: __DIR__
- =begin
On Oct 13, 2008, at 4:51 PM, Phil Hagelberg wrote:
> If we don't want to add another toplevel constant, ... -
04:11 AM Feature #643: __DIR__
- =begin
On Oct 13, 2008, at 11:27 , Thomas Sawyer wrote:
> __DIR__
>
> This will improve readability, remove ... -
03:30 AM Feature #643 (Rejected): __DIR__
- =begin
There is an snippet of code found in many Ruby scripts, especially testing scripts. It is...
File.dirn... -
11:24 PM Bug #646 (Closed): tests for miniunit have bad chemistry with other tests
- =begin
Hi,
The current tests for minitest seem to use at_exit, which lets the tests
be run every time when fo... -
09:47 PM Bug #644 (Closed): compile error on win32ole with VC++6
- =begin
Applied in changeset r19782.
=end
-
08:51 PM Bug #644: compile error on win32ole with VC++6
- =begin
こんにちは、なかむら(う)です。
In message "[ruby-dev:36725] Re: [Bug #644] compile error on win32ole with VC++6"
on... -
10:16 AM Bug #644 (Closed): compile error on win32ole with VC++6
- =begin
表題の通りですが、以下のようなエラーが出てコンパイルできません。
IMultiLanguage2は比較的最近(つっても10年くらい経ってる気がしますが)追加されたのでこうなっちゃうのですが...
CP51932... -
05:57 PM Feature #639: New String#encode_internal method
- =begin
Hi,
In message "Re: [ruby-core:19309] Re: [Feature #639] New String#encode_internal method"
on Mon, 1... -
02:21 PM Revision f9c35bce (git): * lib/delegate.rb (Delegator): simplified and restored 1.8
- behavior. [ruby-dev:35986]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19786 b2dd03c8-39d4-4d8f-98ff-823fe69b... -
02:08 PM Revision 4dbc8e24 (git): add test for %B.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19785 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:05 PM Revision 80cdf946 (git): * transcode.c (str_transcode0): should not raise error when
- default_internal is not set. [ruby-core:19309]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19784 b2dd03c8-39d... -
12:50 PM Revision 45f505c4 (git): * common.mk (TESTS): skips minitest by default, since it interferes
- with test/unit.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19783 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:44 PM Revision f457364c (git): * ext/win32ole/win32ole.c (load_conv_function51932): check
- having IMultiLanguage2 or IMultiLanguage. [ruby-dev:36716]
* ext/win32ole/extconf.rb: ditto.
git-svn-id: svn+ssh:/... -
11:45 AM Revision 1288965f (git): * io.c (Init_IO): $FILENAME and $* must be read-only. [ruby-dev:36698]
- * variable.c (*_getter, *_setter, *_marker): made public.
* include/ruby/ruby.h (rb_gvar_*_{getter,setter,marker}): ... -
11:33 AM Revision b968fa97 (git): * enc/trans/single_byte.trans (transcode_tblgen_singlebyte): renamed
- from transcode_tblgen_windows.
(transcode_tblgen_iso8859): use transcode_tblgen_singlebyte.
git-svn-id: svn+ssh:/... -
06:53 AM Feature #641: GC patch to cache the most recent heap for is_pointer_to_heap
- =begin
This appears to actually slow down 1.8.6 [but speedup 1.9--I'd guess because 1.9 has those fixed heap sizes].... -
06:08 AM Feature #642: __DIR__
- =begin
Hi,
In message "Re: [ruby-core:19316] Re: [Bug #642](Rejected) __DIR__"
on Tue, 14 Oct 2008 03:30:50 ... -
03:33 AM Feature #642: __DIR__
- =begin
On Oct 13, 1:51 pm, Shyouhei Urabe <[email protected]> wrote:
> Issue #642 has been updated by Shyou... -
02:54 AM Feature #642 (Rejected): __DIR__
- =begin
Not a bug.
Can you open another ticket with tracker named "Feature" ?
=end
-
02:04 AM Feature #642 (Rejected): __DIR__
- =begin
There is an snippet of code found in many Ruby scripts, especially testing scripts. It is...
File.dirn... -
05:11 AM Revision 40c08c9e (git): * ruby.c (proc_options): -U can be followed by other options.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19779 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:37 AM Revision 48a303c0 (git): * enc/trans/single_byte.trans: added windows-1252
- * enc/trans/windows-1252-tbl.rb: new file
(contributed by Yoshihiro Kambayashi)
* tool/transcode-tblgen.rb: listed... -
03:23 AM Revision 9639bf54 (git): * test/ruby/test_variable.rb (TestVariable#test_variable): add
- a test of [ruby-dev:36698].
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19777 b2dd03c8-39d4-4d8f-98ff-823fe69... -
02:22 AM Revision 0e0d05d5 (git): * lib/net/pop.rb: check for invalid APOP timestamp. (CVE-2007-1558)
- [ruby-dev:36631]
* test/net/pop/test_pop.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19776 b2dd03... - 02:18 AM Revision 578f5f1a (git): * 2008-10-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@19775 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:18 AM Revision 9cb436ce (git): * lib/net/pop.rb: check for invalid APOP timestamp. (CVE-2007-1558)
- [ruby-dev:36631]
* test/net/pop/test_pop.rb: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@... -
12:41 AM Revision 339ceda4 (git): * ruby.c (set_internal_encoding_once): check double contradicted
- specification of the encoding from command line.
* ruby.c (set_external_encoding_once): ditto.
git-svn-id: svn+ssh:... - 12:36 AM Revision f143d606 (git): * 2008-10-14
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19772 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:36 AM Revision c1967809 (git): * parse.y (parser_yylex): allow reserved word to be keyword argument.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19771 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
10/13/2008
-
10:13 PM Bug #617: rubygems depend on test/unit/ui/console/testrunner
- =begin
Eric Hodel wrote:
> Is it also ok if I check in some windows RubyGems fixes at the same time?
What are th... -
06:40 PM Bug #617: rubygems depend on test/unit/ui/console/testrunner
- =begin
Hi,
2008/10/8 Eric Hodel <[email protected]>:
> On Oct 7, 2008, at 07:43 AM, Yusuke ENDOH wrote:
>
>... -
10:13 AM Revision 20ed75a6 (git): * parse.y (token_info_pop): show source filename. [ruby-dev:36710]
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19770 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:57 AM Feature #639 (Closed): New String#encode_internal method
- =begin
Applied in changeset r19764.
=end
-
04:02 AM Feature #639: New String#encode_internal method
- =begin
Hi,
In message "Re: [ruby-core:19298] [Feature #639] New String#encode_internal method"
on Sun, 12 Oc... -
12:56 AM Revision a09a8ea8 (git): * transcode.c (rb_econv_init_by_convpath): suppressed warnings.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19769 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:55 AM Revision 359945ec (git): * complex.c (m_sqrt): unused.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19768 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:03 AM Revision 80a5a3f9 (git): * ext/win32ole/win32ole.c (load_conv_function51932): support
- CP51932 on cygwin and mingw32. thanks to arton.
* test/win32ole/test_win32ole.rb (test_cp51932): ditto.
git-svn-id...
Also available in: Atom