Activity
From 09/23/2008 to 09/29/2008
09/29/2008
-
10:48 PM Revision a42df509 (git): Fix some RDoc and RubyGems test interactions. Fix -n in test/runner.rb
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19633 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:17 PM Bug #606: Ruby Fails to Transcode Empty Strings
- =begin
=end
-
05:53 PM Revision 6270b50c (git): * ChangeLog: restored the entries lost by a mistake.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19632 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:02 PM Revision 9480a184 (git): * parse.y (token_info_push, token_info_pop): do nothing for evaled
- source.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19631 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
03:51 PM Revision c3fda337 (git): * ext/nkf/nkf-utf8/nkf.c: commit miss.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19630 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:47 PM Revision b921425c (git): * ext/nkf/nkf-utf8/nkf.c: constified.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19629 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:39 PM Revision eace50a9 (git): * string.c (rb_str_subseq): don't use rb_str_drop_bytes for short
- string.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19628 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 02:13 PM Revision 0001260a (git): moved def_canon.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19627 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 01:55 PM Revision 79b73a7b (git): * lib/mathn.rb: added String#to_[rc].
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19626 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 12:17 PM Revision d2ef66df (git): delete a meaningless line.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19625 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:56 AM Revision ebb3ace8 (git): * string.c (rb_str_subseq): use rb_str_drop_bytes if possible.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19624 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 11:53 AM Revision 9d2f9f26 (git): fixed previous commit.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19623 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 11:24 AM Revision 1ac57f70 (git): * test/date/*.rb: imported additional tests and some adjustments.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19622 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:18 AM Revision 06df4049 (git): * ext/win32ole/win32ole.c (fev_initialize): initialization
- handler instance variable.
* test/win32ole/test_win32ole_typelib.rb (test_s_typelibs):
fix the warning of shadowin... -
11:01 AM Revision 8dcd4255 (git): * ext/win32ole/win32ole.c (rescue_callback): use rb_write_error
- instead of fprintf.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19620 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
09/28/2008
-
11:17 PM Bug #602 (Closed): CGI::HtmlExtension::popup_menu calls #bytesize on array parameters
- =begin
Applied in changeset r19614.
=end
-
04:58 PM Bug #602: CGI::HtmlExtension::popup_menu calls #bytesize on array parameters
- =begin
=end
-
10:57 PM Bug #609 (Closed): cgi.rbで&&がクエリにあると例外
- =begin
Applied in changeset r19613.
=end
-
10:09 PM Bug #609: cgi.rbで&&がクエリにあると例外
- =begin
=end
-
10:03 PM Bug #609 (Closed): cgi.rbで&&がクエリにあると例外
- =begin
$ ruby19 -rcgi -e 'CGI.new'
(offline mode: enter name=value pairs on standard input)
foo=bar&&baz=qux
/... -
10:17 PM Bug #608 (Closed): duplicated when clause
- =begin
Applied in changeset r19612.
=end
-
08:52 PM Bug #608: duplicated when clause
- =begin
ささだです.
Yusuke ENDOH wrote:
> 1.9 のバグではないかと思います。
> 以下のパッチをコミットしてもいいでしょうか。
はい.お願いします.
--
// SASA... -
08:43 PM Bug #608 (Closed): duplicated when clause
- =begin
遠藤です。
when 節に同じ値があるときの挙動が 1.8 と 1.9 で異なるようです。
$ ruby18 -e '
case 1
when 1 then p :foo
when 1 then ... -
06:04 PM Feature #481 (Rejected): improved gcd for 1.9
- =begin
I think embedding of Rational already made same result. It internally uses long type of C for Fixnums.
T... -
04:33 PM Feature #481: improved gcd for 1.9
- =begin
=end
-
04:57 PM Bug #595: Fiber ignores ensure clause
- =begin
=end
-
04:56 PM Bug #553: REXML::Document#write(io, 1, true, true) #=> NameError/ArgumentError
- =begin
=end
-
04:56 PM Bug #501: rubygems fails to cache spec file
- =begin
=end
-
04:55 PM Bug #501: rubygems fails to cache spec file
- =begin
=end
-
04:55 PM Bug #575: module_function: undefined method
- =begin
=end
-
04:54 PM Bug #601: an instance of Bignum can have singleton methods
- =begin
=end
-
04:54 PM Bug #525: test_convert(TestBignum) on NETBSD
- =begin
=end
-
04:53 PM Bug #452: config.guess returns "i386" on Mac OSX 10.5.4.
- =begin
=end
-
04:52 PM Revision 4e60b843 (git): * test/rdoc/test_rdoc_info_formatting.rb (teardown): delete tmpdir for
- test.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19619 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
04:51 PM Bug #270: lazy timer thraed creation
- =begin
=end
-
04:51 PM Bug #233: Block level with binding
- =begin
=end
-
04:50 PM Bug #373: MingwでIO#dupがブロックする
- =begin
=end
-
04:50 PM Bug #457: Is irb/xmp supported in 1.9?
- =begin
=end
-
04:50 PM Bug #527: test_execopts_pgroup(TestProcess) fails on NetBSD
- =begin
=end
-
04:49 PM Bug #566: String encoding error messages are inconsistent
- =begin
=end
-
04:48 PM Bug #559: WEBrick should use #bytesize instead of #size
- =begin
=end
-
04:46 PM Bug #340: 1.9/trunk does not work when compiled with llvm-gcc4 2.3 (gcc 4.2.1)
- =begin
Ruby currently does not support llvm-gcc, but in the future ....
=end
-
04:44 PM Bug #549: ri -f html mungles constants
- =begin
=end
-
04:44 PM Bug #409: Can't modify frozen ... の型
- =begin
=end
-
04:42 PM Bug #572: CGI::Session : ignore session_key and session_id options
- =begin
=end
-
04:42 PM Bug #256: defined?(Gem::RubyGemsVersion) behaves strange
- =begin
=end
-
04:41 PM Bug #21: should terminate @receiver_thread of Net::IMAP safely
- =begin
=end
-
04:40 PM Bug #6: sprintf() of %f on Windows(MSVCRT)
- =begin
=end
-
04:40 PM Bug #555: method_missing in Gem module removes some necessary methods
- =begin
=end
-
04:39 PM Bug #470: File::openのドキュメント
- =begin
=end
-
04:38 PM Bug #497: NEWSを書く
- =begin
=end
-
04:38 PM Bug #603: NKFの結果と文字列が連結できない
- =begin
=end
-
04:37 PM Bug #607: Mini/Unit Break assert_send()
- =begin
=end
-
09:03 AM Bug #607 (Closed): Mini/Unit Break assert_send()
- =begin
$ cat bug.rb
require "test/unit"
class TestAssertSend < Test::Unit::TestCase
def test_bug
a... -
04:36 PM Feature #578: add method to disassemble Proc objects
- =begin
=end
-
04:34 PM Feature #255: CGI element generation methods should convert keys/values to Strings before escaping.
- =begin
=end
-
04:32 PM Feature #600: cgi.rbのマルチパートフォームの受信は1.8との互換性が低い
- =begin
=end
-
04:31 PM Feature #442: name referencing in sprintf
- =begin
=end
-
04:31 PM Feature #471 (Closed): pack format 'm' based on RFC 4648
- =begin
=end
-
04:28 PM Feature #583: TmpdirとTempfile
- =begin
=end
-
04:26 PM Feature #120: --enable-gc-malloc-stats
- =begin
=end
-
04:25 PM Feature #235: default charset of rdoc
- =begin
=end
-
04:23 PM Feature #490: relayouting struct RNode
- =begin
=end
-
04:22 PM Feature #546: String#gsub と Strnig#scan のブロックパラメータの一致
- =begin
=end
- 03:41 PM Revision d5e35b38 (git): * 2008-09-29
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19618 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 03:41 PM Revision 9acff487 (git): * lib/cgi/html.rb (CGI::HtmlExtension::{radio_group, checkbox_group}):
- can specify the false as checked or selected value.
[ruby-core:18306], [ruby-core:18307]
* test/cgi/test_cgi_tag_hel... - 02:55 PM Revision 645a0eb8 (git): add a test
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19615 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:16 PM Revision c0f84528 (git): * lib/cgi/html.rb (CGI::HtmlExtension::popup_menu):
- fix the calls #bytesize on array parameters. [ruby-core:18919]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19... - 01:54 PM Revision 5958f6af (git): * lib/cgi/core.rb (CGI::parse): ignore illegal query params.
- [ruby-dev:36618]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19613 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
01:15 PM Revision f2aabd18 (git): * compile.c (iseq_set_sequence): check duplicated when clauses.
- [ruby-dev:36616]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19612 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:07 PM Bug #606 (Closed): Ruby Fails to Transcode Empty Strings
- =begin
Applied in changeset r19604.
=end
-
08:56 AM Bug #606 (Closed): Ruby Fails to Transcode Empty Strings
- =begin
$ ruby_dev -ve 'p "abc".encode("Big5"); p "".encode("Big5")'
ruby 1.9.0 (2008-09-27 revision 0) [i386-darwi... - 10:06 AM Revision 0e395a60 (git): * test/date/*.rb: imported a date test suite ruby 1.9 limited ed.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19609 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:41 AM Revision f7aef0f7 (git): * lib/mini/test.rb (assert_match): get rid of confusion of
- ruby-mode.el.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19608 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:40 AM Revision 49cbbe7a (git): * lib/mini/test.rb (assert_match): get rid of confusion of
- ruby-mode.el.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19607 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
09:39 AM Revision 6952b1a5 (git): * lib/mini/test.rb (MINI_DIR): loaded path is expanded.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19606 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:13 AM Revision 574027ba (git): * vm_exec.c (vm_exec_core): add an UNLIKELY() hint.
- * vm_insnhelper.h (BASIC_OP_UNREDEFINED_P): add a LIKELY() hint.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk... -
03:04 AM Revision 8d397604 (git): * string.c (str_new): sets empty string to coderange 7bit.
- [ruby-core:18993]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19604 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 12:41 AM Revision 0b99ce1f (git): * lib/mathn.rb ({Fixnum,Bignum,Float}#**): may produce complex
- value.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19603 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 12:06 AM Revision bde8a01d (git): * lib/csv/csv.rb: Worked around some minor encoding changes in Ruby
- pointed out by Nobu.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19602 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
09/27/2008
- 11:41 PM Revision 356b0515 (git): * 2008-09-28
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19601 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 11:41 PM Revision f43d70f7 (git): * lib/mathn.rb: a hack to provide canonicalization. This must be
- temporary, but this seems to be not bad for the time being.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1960...
09/26/2008
-
09:22 PM Revision 95f9f98a (git): * lib/rake.rb (Module#rake_extension, String#ext, String#pathmap): use
- built-in methods.
* lib/rake.rb (String#pathmap): fixed typo in rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/... -
07:28 PM Revision 278ca89e (git): * file.c (rb_file_s_extname): preceding dots are not a part of
- extension.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@19596 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:28 PM Revision 605a46dd (git): * file.c (rb_file_s_extname): preceding dots are not a part of
- extension.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19596 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
06:57 PM Revision 3cfc27b7 (git): * file.c (rmext): preceding dots are not a part of extension.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@19595 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:57 PM Revision 9320b5c6 (git): * file.c (rmext): preceding dots are not a part of extension.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19595 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:15 PM Revision 65568561 (git): * vm.c (vm_jump_tag_but_local_jump): exc is not used if val is nil.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19594 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:12 PM Revision 90b51e99 (git): * ext/socket/socket.c (host_str): numeric address should be unsigned.
- [ruby-core:18971]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@19593 b2dd03c8-39d4-4d8f-98ff-823fe... -
06:12 PM Revision 34c7492e (git): * ext/socket/socket.c (host_str): numeric address should be unsigned.
- [ruby-core:18971]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19593 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:27 PM Feature #494 (Closed): Errno.const_missing
- =begin
Applied in changeset r19575.
=end
-
01:47 PM Revision 77a9d7c3 (git): * parse.y (primary, brace_block): fix for line number.
- * proc.c (rb_proc_location, rb_method_location): new methods
{Proc,Method,UnboundMethod}#source_location. [ruby-co... -
12:38 PM Revision 3e9276a5 (git): * vm_core.h (RUBY_VM_CHECK_INTS_TH): add an UNLIKELY hint.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19591 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 12:17 PM Revision e97b544b (git): Minor nitpicking.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19590 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:35 AM Revision a3bebd55 (git): * include/ruby/encoding.h (rb_str_encode): renamed from
- rb_str_transcode. [ruby-dev:36593]
(rb_econv_has_convpath_p): renamed from rb_transcode_convertible.
* transcode.... - 10:13 AM Revision 577e64a8 (git): Fix well-knwon typos.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19588 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 10:10 AM Revision de3b7357 (git): I forgot to commit ChangeLog somehow.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19587 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:01 AM Revision 61b43de7 (git): * test/bigdecimal/test_bigdecimal.rb (test_inspect): fixed CPU bit
- size dependent test. pointed out by TAKANO Mitsuhiro <takano32 AT
jus.or.jp>.
git-svn-id: svn+ssh://ci.ruby-lang... - 09:57 AM Revision 571b2e17 (git): * test/pathname/test_pathname.rb: Fix use of deprecated methods.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19585 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:40 AM Revision a2ae7735 (git): * common.mk (dist): nothing is need to run BASERUBY.
- * tool/make-snapshot: new option -archname.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19584 b2dd03c8-39d4-4... - 09:24 AM Revision 78cb1342 (git): * 2008-09-26
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@19583 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:24 AM Revision 00ae1283 (git): * misc/ruby-mode.el: safe custimizable variables.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19582 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:24 AM Revision f6e64543 (git): * misc/ruby-mode.el: safe custimizable variables.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@19582 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:05 AM Revision 3a5c011b (git): Fix typos in comment.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19581 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:44 AM Revision 3cdf9d18 (git): Fixed build failure on some platforms.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19580 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:43 AM Revision d7e73b0b (git): properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19579 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:38 AM Revision 2e102b15 (git): * include/ruby/ruby.h (rb_mPrecision): removed.
- Precision module was temporarily removed at r19430.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19578 b2dd03c8... -
08:34 AM Revision bdd70c61 (git): Updated README.EXT and README.EXT.ja.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19577 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:27 AM Revision 140048b5 (git): * common.mk (dist): Changed its dependencies and
- action.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19576 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
08:18 AM Revision 16c95b42 (git): * error.c (Init_syserr): moved to the template.
- (errno_missing): removed. fixed [ruby-dev:35958].
* defs/knwon_errors.def: added. extracted from Init_syserr.
* tem... -
08:06 AM Revision 9ea58e64 (git): * common.mk (ENC_MK): defaulted to enc.mk.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19574 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:02 AM Revision f8718692 (git): * thread.c (thlist_signal): clears the woken thread if nothing woke.
- * thread.c (rb_barrier_wait): achieves the lock if no thread was
waiting yet.
git-svn-id: svn+ssh://ci.ruby-lang.... -
03:53 AM Revision 3deb806a (git): * error.c (Init_Exception): introduce EncodingError which is a
- superclass for all encoding related exception classes,
e.g. Encoding::CompatibilityError. [ruby-dev:36371]
* tran... -
03:05 AM Revision edebd815 (git): * ext/curses/curses.c: should include <ruby/io.h>.
- * ext/io/wait/wait.c: ditto.
* ext/openssl/ossl.h: ditto.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19567 b... - 02:34 AM Revision fac096d5 (git): * variable.c (rb_define_hooked_variable): cast to get rid of compiler
- warnings.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19566 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 02:07 AM Revision e76b1a11 (git): * transcode.c, include/ruby/encoding.c (rb_transcode_convertible):
- new function. checking the existance of converter.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19565 b2dd03c... -
01:35 AM Revision 4300e2a9 (git): * variable.c (global_variable, struct trace_var): made function
- members more strict.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19564 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
12:55 AM Revision 07a88b71 (git): * include/ruby{io,sig}.h: moved to include/ruby/backward.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19563 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:47 AM Revision 18684d9f (git): * include/rubysig.h: old macros for backward compatibility.
- * thread.c (BLOCKING_REGION): rewritten using helper functions.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1... -
12:12 AM Bug #603 (Closed): NKFの結果と文字列が連結できない
- =begin
irb(main):009:0> "あああ".encode("EUC-JP")+NKF.nkf("-We","いいい")
Encoding::CompatibilityError: incompatible cha...
09/25/2008
-
11:22 PM Bug #601: an instance of Bignum can have singleton methods
- =begin
=end
-
10:10 PM Bug #601 (Closed): an instance of Bignum can have singleton methods
- =begin
Bignumのインスタンスが特異メソッドを持てるようです。
$ ruby19 -e 'x = (1 << 64); begin; def x.foo; p 1; end; rescue; end; x.fo... -
11:22 PM Bug #602: CGI::HtmlExtension::popup_menu calls #bytesize on array parameters
- =begin
File lib/cgi/html.rb
=end
-
11:21 PM Bug #602: CGI::HtmlExtension::popup_menu calls #bytesize on array parameters
- =begin
=end
-
11:20 PM Bug #602 (Closed): CGI::HtmlExtension::popup_menu calls #bytesize on array parameters
- =begin
After line 623
values.collect{|value|
if value.kind_of?(String)
option... -
10:42 PM Feature #471: pack format 'm' based on RFC 4648
- =begin
遠藤です。
2008/09/25 1:19 Yukihiro Matsumoto <[email protected]>:
> In message "Re: [ruby-dev:36525] Re: [Fe... -
01:20 AM Feature #471: pack format 'm' based on RFC 4648
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:36525] Re: [Feature #471] pack format 'm' based on RFC 4648"
on... -
01:14 AM Feature #471: pack format 'm' based on RFC 4648
- =begin
遠藤です。
2008/09/25 0:40 Tanaka Akira <[email protected]>:
> In article <e0b1e5700809240654u61c92ab3o85ad5a115a21... - 09:56 PM Revision 3ceca921 (git): Forgot to remove test/unit tests
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19561 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:04 PM Revision 69b0d492 (git): properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19560 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:04 PM Revision 4efc3f78 (git): * vm_eval.c (Init_vm_eval): define module_eval, class_eval and eval
- here for rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19559 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
05:42 PM Revision 2a608fed (git): update rdoc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19558 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:41 PM Bug #599 (Closed): mini/test reports incorrect source file for refutations
- =begin
=end
-
04:24 PM Bug #599: mini/test reports incorrect source file for refutations
- =begin
On Sep 24, 2008, at 15:45 , Dave Thomas wrote:
> 1) Failure:
> test_negative_logic(ShowTestDifference)... -
07:45 AM Bug #599 (Closed): mini/test reports incorrect source file for refutations
- =begin
require 'test/unit'
class ShowTestDifference < Test::Unit::TestCase
def test_positive_logic
a... -
03:42 PM Revision ec0c394b (git): * range.c (range_inspect): fix SEGV for cyclic range object.
- [ruby-core:18835]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19557 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 03:00 PM Revision a9da574d (git): * 2008-09-26
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19556 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:00 PM Revision 62390f4c (git): * common.mk: dependency updated.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19555 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:47 PM Revision d7dbdef4 (git): * transcode.c (rb_eUndefinedConversionError): renamed from
- rb_eConversionUndefinedError.
(rb_eConverterNotFoundError): renamed from rb_eNoConverterError.
git-svn-id: svn+s... -
12:24 PM Revision 2c1c4627 (git): * pack.c (pack_pack, pack_unpack): 'm0' format (base64) complies with
- RFC 4648. It adds no line feed when encoding, and raise ArgumentError
if the encoded string contains non-alphabet ... -
12:04 PM Revision 4ee0a8e7 (git): * common.mk: fix btest-* rules [ruby-dev:36528].
- and remove obsolete rules.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19552 b2dd03c8-39d4-4d8f-98ff-823fe69... -
11:42 AM Revision fee3bb66 (git): update rdoc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19551 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:40 AM Feature #600 (Closed): cgi.rbのマルチパートフォームの受信は1.8との互換性が低い
- =begin
see: [ruby-dev:36450]
MorphingBodyがインターフェースが1.8と大分変わっていて、
互換性がなくなっています。
現状は大分使いづらいです。
しかし、1.8のcgi.rbの... -
11:31 AM Revision 7a86a81d (git): * class.c (rb_make_metaclass): [BUG] Fixed a bus error
- on the case for metaclass of a class which includes a
module.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19... -
10:37 AM Revision 6cd13d65 (git): Fix broken merge of gemutilities, add build_rake_in as necessary
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19549 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:35 AM Revision 1833cfab (git): * ChangeLog: filled missing author names.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19548 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:13 AM Revision d478c7a7 (git): Update to RubyGems 1.3.0 r1891
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19547 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:46 AM Revision 788001a9 (git): * class.c (rb_make_metaclass): Made class of class of class
- from Class into its own eigenclass. Now meta^(n)-class
hierarchy regresses infinitely, again.
(This feature was d... -
08:26 AM Revision faefcc82 (git): properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19545 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:53 AM Revision dea63a45 (git): Added passed? per Jim's request. Fixed file/line reporting bug for refutations per Dave's bug report. Very minor cleanup of some nits that were bugging me. Barring other bug reports, I'm 'done'. This version will most likely be released as a gem in the next day or two.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19544 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:34 AM Revision 7ab33020 (git): Not a typo. The name is better plural. Better English and more consistent with the other assertions.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19543 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 07:01 AM Revision ea94d40f (git): updated to rake code to rake-0.8.3 source code base
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19542 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:57 AM Revision c5746c45 (git): I finally clued into the fact that test/unit's -x was for file level filtering... so that is not going into miniunit and instead goes into test/runner.rb
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19541 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:47 AM Revision 2c59d0ee (git): ChangeLog: should have mungle mail address.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19540 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
03:56 AM Revision afcd5282 (git): properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19538 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:43 AM Revision 858362e7 (git): Import RDoc 2.2.1 r185
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19537 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
01:21 AM Feature #546: String#gsub と Strnig#scan のブロックパラメータの一致
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:36524] Re: [Feature #546] String#gsub と Strnig#scan のブロックパラメータの一致"... -
01:02 AM Feature #546: String#gsub と Strnig#scan のブロックパラメータの一致
- =begin
岩室です。
これの決定、1.9.1には間に合いませんか?
2008/09/11 0:38 IWAMURO Motonori <[email protected]>:
> 岩室です。
>
...
09/24/2008
-
11:07 PM Bug #592 (Closed): String#rstrip sometimes strips NULLs, sometimes doesn't - encoding dependent
- =begin
Applied in changeset r19529.
=end
-
10:19 PM Bug #592: String#rstrip sometimes strips NULLs, sometimes doesn't - encoding dependent
- =begin
Hi,
In message "Re: [ruby-core:18851] Re: [Bug #592] String#rstrip sometimes strips NULLs, sometimes doesn... -
07:44 PM Bug #592: String#rstrip sometimes strips NULLs, sometimes doesn't - encoding dependent
- =begin
Hello,
In message "[ruby-core:18844] [Bug #592] String#rstrip sometimes strips NULLs, sometimes doesn't - ... -
05:03 PM Bug #592 (Closed): String#rstrip sometimes strips NULLs, sometimes doesn't - encoding dependent
- =begin
ruby -ve 'p "abc \x00\x00".rstrip'
ruby 1.9.0 (2008-09-24 revision 19507) [i686-linux]
"abc"
but:
... -
10:54 PM Feature #471: pack format 'm' based on RFC 4648
- =begin
遠藤です。
2008/09/24 7:13 Tanaka Akira <[email protected]>:
> In article <e0b1e5700809231144n376fd4eencfe06c49ed66... -
07:06 AM Feature #471: pack format 'm' based on RFC 4648
- =begin
成瀬です。
Yusuke ENDOH wrote:
> decode_b が Kconv を使っていますが、M17N はよくわからないので
> そのままにしてあります。
日本語以外に対応させる修正が必要... -
03:44 AM Feature #471: pack format 'm' based on RFC 4648
- =begin
遠藤です。
2008/09/24 1:57 Tanaka Akira <[email protected]>:
> In article <e0b1e5700809220338g5f3b5627p95e94744d5c1... -
07:28 PM Bug #595 (Closed): Fiber ignores ensure clause
Ruby プロセス終了時,Fiber が ensure を無視します.
これは,前から直そうと思って手がついていなかった問題です.
10月末までには直そうと思います.結構複雑なので,後回しにしていましました.
``...-
05:44 PM Revision 00b4a3f9 (git): * test: assert_raises has been deprecated since a long time ago.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19536 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:34 PM Bug #591: io.c の rb_io_extract_modeenc で変数 has_vmode は不用か?
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:36504] [Bug #591](Closed) io.c の rb_io_extract_modeenc で変数 has_vmod... -
05:06 PM Bug #591 (Closed): io.c の rb_io_extract_modeenc で変数 has_vmode は不用か?
- =begin
ごめんなさい。こちらの勘違いでした。goto まで読めなかったです。
=end
-
04:53 PM Bug #591 (Closed): io.c の rb_io_extract_modeenc で変数 has_vmode は不用か?
- =begin
io.c の rb_io_extract_modeenc で変数 has_vmode は 0 に初期化され、
最初に if (!has_vmode) { (必ず真) でテストされ、後に 1 に
設定され、その... -
05:33 PM Bug #590: tmpdir on mswin32
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:36503] Re: [Bug: 1.9] tmpdir on mswin32"
on Wed, 24 Sep 2008 17... -
05:04 PM Bug #590: tmpdir on mswin32
- =begin
こんにちは、なかむら(う)です。
In message "[ruby-dev:36500] Re: [Bug: 1.9] tmpdir on mswin32"
on Sep.24,2008 14:44:... -
02:47 PM Bug #590 (Closed): tmpdir on mswin32
- =begin
Applied in changeset r19513.
=end
-
02:44 PM Bug #590: tmpdir on mswin32
- =begin
こんにちは、なかむら(う)です。
というわけで本件は解決したのですが、それはそれとして、
In message "[ruby-dev:36497] Re: [Bug: 1.9] tmpdir on mswi... -
02:30 PM Bug #590: tmpdir on mswin32
- =begin
ささだです.
U.Nakamura wrote:
> 17行目を、
> windir = "\0"*(max_pathlen+1)
> に変えるだけでよかったりしませんか。
良いようです.... -
02:17 PM Bug #590: tmpdir on mswin32
- =begin
こんにちは、なかむら(う)です。
In message "[ruby-dev:36495] Re: [Bug: 1.9] tmpdir on mswin32"
on Sep.24,2008 11:45:... -
02:15 PM Bug #590: tmpdir on mswin32
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:36495] Re: [Bug: 1.9] tmpdir on mswin32"
on Wed, 24 Sep 2008 11... -
11:45 AM Bug #590: tmpdir on mswin32
- =begin
ささだです.
Yukihiro Matsumoto wrote:
> | tmpdir 初期化時,Win32API の SHGetFolderPath でパスを取ってくる
> |と,末尾に nul が入るた... -
11:32 AM Bug #590: tmpdir on mswin32
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:36493] [Bug: 1.9] tmpdir on mswin32"
on Wed, 24 Sep 2008 11:25:... -
11:25 AM Bug #590 (Closed): tmpdir on mswin32
- =begin
ささだです.
tmpdir 初期化時,Win32API の SHGetFolderPath でパスを取ってくる
と,末尾に nul が入るため,expand_path が失敗するようです(rstrip し
... -
05:10 PM Revision 48fdf59d (git): * io.c (rb_io_mode_enc): make it static.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19535 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:22 PM Revision 607b1f27 (git): * lib/mini/test.rb (Mini::Assertions#assert_raise): fixed typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19534 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:04 PM Feature #235: default charset of rdoc
- =begin
Default output encoding of RDoc is UTF-8 now (soon to be committed to trunk).
Unfortunately no conversio... -
06:24 AM Feature #235: default charset of rdoc
- =begin
* An exception should be raised? (I think it should)
of course, the exception is maybe Encoding::IllegalBy... - 04:02 PM Revision 4958c965 (git): * 2008-09-25
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19533 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
04:02 PM Revision a7dd79c1 (git): update rdoc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19532 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:43 PM Revision 0f6375be (git): * test/cgi/test_cgi_multipart.rb : revert last change.
- ( deprecated is assert_raises. )
* test/cgi/test_cgi_core.rb : ditto.
* test/cgi/test_cgi_header.rb : ditto.
... - 02:27 PM Revision 3c419de1 (git): * lib/cgi/core.rb (CGI::new, CGI::{accept_charset,accept_charset=}) :
- accept parameters either in a hash,
string as a block. add the encoding validation process.
* test/cgi/test_cgi_cor... - 02:01 PM Revision 00e9e27b (git): * string.c (rb_str_rstrip_bang): raise exception when the encoding of
- the string is dummy.
* string.c (rb_str_rstrip_bang): remove nul characters even if the
encoding o... -
12:29 PM Revision ad50e0ed (git): add a test. cf. [ruby-dev:36484].
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19528 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:23 PM Revision 2fb01bc0 (git): comment changed.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19527 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:37 AM Bug #588 (Closed): Offset parameter breaks IO.binread
- =begin
Applied in changeset r19507.
=end
-
02:19 AM Bug #588 (Closed): Offset parameter breaks IO.binread
- =begin
dave[RUBY3/Book 12:17:17*] ruby -v -e 'IO.binread("/etc/passwd", 10, 10)'
ruby 1.9.0 (2008-09-23 revision ... - 10:04 AM Revision a69021a6 (git): * string.c (rb_str_strip_bang): workaround for VC++8 x64.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19526 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 08:50 AM Revision 5b91aa97 (git): Allow for -v and other flags to be passed through properly
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19525 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 08:44 AM Revision d34a75b0 (git): removed basedir and runner args to test/runner.rb. not valid args anymore
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19524 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:44 AM Revision cb723edf (git): * complex.c (Init_Complex), rational.c (Init_Rational): undefines
- default #allocate methods which call the allocater.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19523 b2dd03c... - 08:19 AM Revision 1db825a0 (git): Added ARGV filtering for tests. Allows for multiple values
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19520 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:02 AM Revision 9aac312f (git): * complex.c (Init_Complex), rational.c (Init_Rational): ID_ALLOCATOR
- differs from :allocate, and invisible in ruby level.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19519 b2dd03... -
07:00 AM Revision 922048ad (git): * string.c (rb_str_rstrip_bang): removing mixed spaces and nuls at
- the end of strings. [ruby-dev:36497]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19518 b2dd03c8-39d4-4d8f-98f... -
06:38 AM Revision 022ddc70 (git): properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19517 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:25 AM Revision 27983190 (git): * test/cgi/test_cgi_multipart.rb : test for miniunit.
- * test/cgi/test_cgi_core.rb : ditto.
* test/cgi/test_cgi_header.rb : ditto.
git-svn-id: svn+ssh://ci.ruby-l... - 05:40 AM Revision 76015fc1 (git): * lib/tmpdir.rb: setup buffer with nul characters instead of spaces.
- fixed [ruby-dev:36493]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@19514 b2dd03c8-39d4-4d8f-98ff... - 05:39 AM Revision cdc5ebd3 (git): * lib/tmpdir.rb: setup buffer with nul characters instead of spaces.
- fixed [ruby-dev:36493]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19513 b2dd03c8-39d4-4d8f-98ff-823fe69b080e - 05:13 AM Revision 5ae9301f (git): * 2008-09-24
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@19512 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
05:13 AM Revision 9e0e9ab3 (git): * lib/rexml/formatters/pretty.rb (REXML::Formatters::Pretty#wrap):
- abandon wrapping if the line contains no space. [ruby-dev:36045]
fix: #342
git-svn-id: svn+ssh://ci.ruby-lang.org... - 03:51 AM Revision ba73253e (git): updated miniunit to defer error message creation
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19510 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
02:31 AM Revision 9bf27f6b (git): * io.c (rb_io_s_binread): offset argument was wrongly passed to
- internal IO#read call. [ruby-core:18810]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19507 b2dd03c8-39d4-4d8f... -
02:18 AM Bug #549: ri -f html mungles constants
- =begin
Eric now maintains ri/rdoc
Dave
=end
09/23/2008
-
10:49 PM Feature #583: TmpdirとTempfile
- =begin
そうですね。「当然〜」は誤解をまねく表現でした。ごめんなさい。
=end
-
09:59 PM Feature #583: TmpdirとTempfile
- =begin
このissue自体、文脈もなしにいきなり(リリースマネージャから)出てきたので面くらいました。
卜部さんの「当然〜と思ってました」には、このissueの何らかの経緯を共有しているにおいを
感じたんですが、違いま... -
08:26 PM Feature #583: TmpdirとTempfile
- =begin
まあそれはそれとして自分の意見を書いておきますね。
1 tempfileとtmpdirは純粋に分かりづらすぎる。require "tmpfile"を書
いたことは思い出すだけでも片手では数え切れないく... -
07:38 PM Feature #583: TmpdirとTempfile
- =begin
なんなんでしょうね。俺に切れられても困りますが(First Post俺じゃないし)。
=end
-
04:35 PM Feature #583: TmpdirとTempfile
- =begin
インターフェースが好きじゃないから名前を変える?
何が当然なのかさっぱり読み取れないんですが。じゃあこのissueは何なの?
tmpfileというライブラリを作って将来的にtempfileは廃止しようって... -
12:36 AM Feature #583: TmpdirとTempfile
- =begin
ん、当然そこのインターフェースも揃えるんだと思ってましたが。
今のTempfileって正直Delegatorの習作みたいな感じがしてあんまり好きじゃないです。
=end
-
10:43 PM Revision 705b8b41 (git): * vm_core.h: ruby/ruby.h should be included at the very first
- place in an entire compilation unit, as it includes
ruby/config.h
git-svn-id: svn+ssh://ci.ruby-lang.org/... - 09:44 PM Revision 18781297 (git): Updated changelog
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19505 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:39 PM Revision 8e05c69a (git): Added changes needed for miniunit. usually from using internal calls that aren't needed anymore.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19504 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:36 PM Revision abef077e (git): Added miniunit 1.3.0
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19503 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:34 PM Revision 7c083f8c (git): committed one dir too deep. THIS removes the rest of test/unit
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19502 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 09:32 PM Revision 62c17944 (git): Removed test/unit
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19501 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:17 PM Bug #516 (Closed): REXML::Text#wrapは空白が含まれない場合を想定していない
- =begin
Applied in changeset r19487.
=end
-
07:52 PM Revision 2e311f6b (git): * include/ruby/node.h, node.h: move node.h from include path.
- This change stop to install node.h beacuase of saving ABI
(node.h will be changed. Extensions should not depends on... -
07:11 PM Revision 57c4acf9 (git): * vm_core.h: remove unused frame values.
- (fix previous commit miss)
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19499 b2dd03c8-39d4-4d8f-98ff-823fe69b... -
07:09 PM Revision 379bd563 (git): * vm_core.h: remove unused frame values.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19498 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:09 PM Revision 29f5911c (git): * signal.c (signal_exec): execute rb_eval_cmd() directly.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19497 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 06:16 PM Revision ce80820c (git): * 2008-09-24
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19496 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:16 PM Revision 563b6544 (git): Fix ruby -w warnings for mismatched indentation discovered by rdoc
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19495 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 02:40 PM Revision f3ba845d (git): * lib/csv/csv.rb: Improved the idea of whitespace and word characters used
- in substitutions during header conversion as suggested by Michael Selig.
git-svn-id: svn+ssh://ci.ruby-lang.org/ru... -
12:51 PM Revision c1759a9f (git): * io.c (io_binwrite): allocate wbuf if nosync.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19493 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
12:46 PM Revision 0f1a1073 (git): * io.c (copy_stream_body): use io_binwrite instead of io_fwrite.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19492 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 12:34 PM Revision 74cb0507 (git): * test/ruby/test_rational2.rb: updated.
- * test/ruby/test_complex2.rb: added.
* test/ruby/test_complexrational.rb: added.
git-svn-id: svn+ssh://ci... -
12:27 PM Revision e7e5b731 (git): * string.c (rb_str_casecmp): make the ordering consistent with
- String#<=>.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19490 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
11:55 AM Revision 55783c69 (git): * io.c (io_binwrite): add nosync argument.
- (do_writeconv): extracted from io_fwrite.
(io_fwrite): add nosync argument. use do_writeconv.
(io_write): add no... -
11:37 AM Revision 445e26fb (git): * signal.c (signal_exec): fix to use rb_proc_call().
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19488 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
11:28 AM Feature #427 (Rejected): FileTest return values
- =begin
this is short, but unintuitive, I think.
=end
-
11:27 AM Feature #462 (Rejected): autoload with a block
- =begin
the code in the block may not be executed (if the constant is defined anywhere else), so it is not stable.
=end
-
11:09 AM Revision 83abcf5a (git): * lib/rexml/formatters/pretty.rb (REXML::Formatters::Pretty#wrap):
- abandon wrapping if the line contains no space. [ruby-dev:36045]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@... - 10:50 AM Revision 3bd73531 (git): * win32/win32.c (subtruct): check tv_sec.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@19486 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
10:48 AM Revision 6b90013d (git): * io.c (rb_io_s_binread): a new method to read binary chunk from a
- file. [ruby-core:18674]
* io.c (open_key_args): wrong permission specified for read-open.
git-svn-id: svn+ssh://ci... - 10:39 AM Revision 743765cd (git): * win32/win32.c (subtruct): check tv_sec. reported by ko1.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19484 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- 10:33 AM Revision 8b54d581 (git): * complex.c (nucomp_s_canonicalize_internal): does no apply
- canonicalization rule anymore.
* rational.c (nurat_s_canonicalize_internal(_no_reduce)?): ditto.
* ... - 10:30 AM Revision c0e0e87b (git): * win32/win32.c (filetime_to_timeval): new function, split from
- gettimeofday().
* win32/win32.c (gettimeofday): use above function.
* win32/win32.c (filetime_to_un... -
09:25 AM Revision 455fbd23 (git): * hash.c (rb_obj_is_proc): declaration moved for rdoc.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19481 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
09:08 AM Revision 757f1b13 (git): * common.mk (io.o): remove dependency for vm_core.h.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19480 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:58 AM Revision c431879a (git): * thread.c (rb_thread_blocking_region): fix typo in a document.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19479 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:51 AM Revision 64c35be4 (git): * thread.c (rb_thread_blocking_region): write a document
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19478 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:37 AM Feature #584 (Closed): ENV#[]= and nil
- =begin
Applied in changeset r19463.
=end
-
08:28 AM Feature #584: ENV#[]= and nil
- =begin
まつもと ゆきひろです
In message "Re: [ruby-dev:36465] [feature:1.9] ENV#[]= and nil"
on Mon, 22 Sep 2008 20:42... -
08:17 AM Revision b9a12116 (git): * thread.c, include/ruby/intern.h (rb_thread_interrupted): added.
- * io.c: use VALUE of thead instead of rb_tread_t to check interrupts.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/... -
08:12 AM Bug #570 (Closed): emacs21で色が付かない
- =begin
closed by [ruby-dev:36471]
=end
-
07:14 AM Bug #570: emacs21で色が付かない
- =begin
はじめまして。もりやまと申します。
パッチを書きましたのでどうぞ。Debian etch の GNU Emacs 21.4.1 及び GNU
Emacs 23.0.60.1 (CVS HEAD) で動作確認しま... -
08:10 AM Revision 68a533c6 (git): * class.c, vm_core.h: move decl of rb_iseq_clone() to class.c.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19476 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
08:03 AM Revision 75b10ac6 (git): * debug.h (ruby_set_debug_option): declared.
- * main.c: include debug.h.
* common.mk (main.$(OBJEXT)): dependency updated.
git-svn-id: svn+ssh://ci.ruby-lang.o... -
07:59 AM Revision 68ec1725 (git): * hash.c (ENVMATCH, ENVNMATCH): reduced same code.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@19474 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:59 AM Revision ab279b40 (git): * hash.c (ENVMATCH, ENVNMATCH): reduced same code.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19474 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
07:56 AM Revision abf97237 (git): * ruby.h: fix comment and rename macro HAVE_RUBY_MVM_H to
- HAVE_RUBY_VM_H.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19473 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:49 AM Revision 7f7834ab (git): * include/ruby/node.h, vm_core.h: move definition of
- RUBY_VM_METHOD_NODE to node.h.
* class.c, common.mk: remove useless inclusion.
* compile.h, iseq.h, vm_core.h: rename... -
07:19 AM Revision 0867b94c (git): * ext/ripper/eventids2.c (token_to_eventid): supper __ENCODING__
- keyword. [ruby-dev:36478]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19471 b2dd03c8-39d4-4d8f-98ff-823fe69b080e -
07:02 AM Revision 28f9e462 (git): fix a typo.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19470 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:53 AM Revision 174e31a9 (git): properties.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19469 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:34 AM Revision 23c291da (git): * common.mk, hash.c: remove unused inclusion.
- git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@19468 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-
06:15 AM Bug #585 (Closed): BigDecimal#remainder is not correct with small divisors
- =begin
require 'bigdecimal'
# According to the documentation: BigDecimal#remainder is BigDecimal#modulus minus ... -
01:10 AM Revision 7440ec27 (git): * eval_safe.c, safe.c: rename eval_safe.c to safe.c.
- * common.mk, eval.c, safe.c, inits.c: separate safe.c from eval.c and
make Init_safe().
git-svn-id: svn+ssh://ci... -
12:20 AM Revision 8cd252ac (git): * common.mk: clean up
- - remove blockinlining.$(OBJEXT) to built
- make ENCODING_H_INCLDUES variable (include/ruby/encoding.h)
- make VM... -
12:03 AM Revision f398d750 (git): * lib/pathname.rb (each_filename): return Enumerator if no block
- given.
* test/pathname/test_pathname.rb: add a test for above.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1... -
12:00 AM Feature #542: cgi.rb : CGI::unescape return encoding
- =begin
藤岡です。
> こんな感じでしょうか。
> invalid_fields={}
> cgi=CGI.new(:accept_charset=>"EUC-JP"){|field_name,field_value...
Also available in: Atom